.asm {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.asm_old {
  font-family: "FontAwesome";
}
.not_found {
  margin: 6em 0;
}
.not_found:before {
  content: "Sorry・・・";
  display: block;
  margin: 0 0 0.2em;
  font-style: oblique;
  font-size: 160%;
  font-weight: 400;
  color: #afb9be;
}
.no_offer,
.no_pref,
.no_city {
  color: #afb9be;
}
.page_back {
  padding: 0;
  margin: 0 0 60px;
}
.page_back a {
  color: #afb9be;
}
.page_back a:hover {
  color: #495358;
}
#index .search_panel .search_body {
  display: block;
}
.selCity_alert {
  color: #666 !important;
  font-weight: normal !important;
}
#search_city {
  margin-top: 15px;
  padding: 1em 15px;
}
.search-toggle .toggle_trigger_txt_ico {
  z-index: 1;
}
.hello .top-main-swiper .swiper-slide span {
  transform: scale(1);
}
.recruitConvertion_close,
.tooltip_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 22px;
  height: 22px;
  border: solid 1px #bcc7d9;
  border-radius: 100%;
  cursor: pointer;
}
.recruitConvertion_close:before,
.tooltip_close:before,
.recruitConvertion_close:after,
.tooltip_close:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #bcc7d9;
  transform: translate(-50%, -50%);
}
.recruitConvertion_close:before,
.tooltip_close:before {
  transform: rotate(45deg);
}
.recruitConvertion_close:after,
.tooltip_close:after {
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .recruitConvertion_close,
  .tooltip_close {
    right: 4px;
    top: 4px;
    transform: scale(0.9);
  }
}
.type_brand_index img:not(.object-fit-img) {
  display: inline;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
.brand_hello .hello-lower_inner:before {
  content: none;
}
.brand_hello .hello-lower_mainVisual {
  background: #afb9be;
}
.brand_hello .hello-lower_mainVisual span {
  height: 150px;
}
@media (max-width: 767px) {
  .brand_hello .hello-lower_mainVisual span {
    height: 100px;
    padding-top: 0;
  }
}
#bampaiya_brand {
  color: #111;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .header.-brand .header_logo {
    top: 10px;
  }
  .header.-brand .header_logo .o-site_id {
    max-width: 319px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .header.-brand .header_logo {
    top: 24px;
  }
  .header.-brand .header_logo .o-site_id {
    max-width: 260px;
  }
}
.brand_hello.-large .hello-lower_mainVisual {
  background: #fff !important;
}
@media (max-width: 768px) {
  .brand_hello.-large .hello-lower_mainVisual span {
    height: 80px;
  }
}
.brand_hello.-large .hello-lower_catch {
  top: 26px;
  bottom: inherit;
}
@media screen and (max-width: 768px) {
  .brand_hello.-large .hello-lower_catch {
    width: 180px;
    top: inherit;
    bottom: 4px;
  }
}
@media screen and (max-width: 480px) {
  .brand_hello.-large .hello-lower_catch {
    width: 160px;
  }
}
@-webkit-keyframes load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*@-webkit-keyframes slide_box {
0% {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
100% {
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}
}*/
@keyframes slide_box {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes slide_down {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_down {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_up {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slide_up {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.action.active {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.action {
  opacity: 0;
  transform: translate3d(0px, 50px, 0px);
  transition: transform 0.75s ease 0s, opacity 0.75s ease 0s;
}
.load {
  -webkit-animation: 1s ease-in 0.1s load;
  animation: 1s ease-in 0.1s load;
}
/* 19.10.24 Onishi */
@media screen and (min-width: 769px) {
  .front-page .hello_inner {
    height: 37.5vw;
    min-height: 50vh;
    max-height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .front-page .hello_inner {
    height: 240px;
  }
}
.hello_catch {
  left: 0;
  bottom: 8%;
  transform: none;
}
.hello_catch_text {
  max-width: 540px;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .hello_catch_text {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .hello .top-main-swiper .swiper-slide span {
    background-position: center top;
  }
}
@media screen and (min-width: 1601px) {
  .hello .top-main-swiper .swiper-slide span {
    background-position: center top 17%;
  }
}
.hello .top-main-swiper .custom-pagination-bar-wrap {
  bottom: inherit;
  left: inherit;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .recruit_lost {
    display: none;
  }
}
.recruit_map {
  z-index: 5;
}
@media (max-width: 767px) {
  .recruit_map_list.forPc {
    display: block !important;
    width: auto;
    margin: 10px 0 0;
    padding: 10px;
    background: #ffffff;
  }
}
@media (max-width: 767px) {
  .recruit_map_list .recruit_map_base {
    display: none;
  }
}
@media (max-width: 767px) {
  .recruit_map_list .recruit_map_item {
    margin-top: 5px;
  }
  .recruit_map_list .recruit_map_item:first-child {
    margin-top: 0;
  }
}
.recruit_map_list .recruit_map_item-tohoku .recruit_map_btn_child,
.recruit_map_list .recruit_map_item-kanto .recruit_map_btn_child {
  left: inherit;
  right: 0;
  justify-content: flex-end;
}
.recruit_map_list .recruit_map_btn.js-show {
  z-index: 10;
}
@media (max-width: 767px) {
  .recruit_map_list .recruit_map_btn {
    position: static;
    width: 100%;
  }
}
.recruit_map_list .recruit_map_btn .o-btn {
  text-indent: inherit;
}
@media (max-width: 767px) {
  .recruit_map_list .recruit_map_btn .o-btn {
    box-shadow: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.recruit_map_list .recruit_map_btn .o-btn:before {
  background: none;
}
.recruit_map_list .recruit_map_btn_child {
  display: none;
  position: absolute;
  left: 0;
  width: 200%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .recruit_map_list .recruit_map_btn_child {
    position: static;
    width: auto;
  }
}
.recruit_map_list .recruit_map_btn_child_item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 1px;
}
@media (max-width: 767px) {
  .recruit_map_list .recruit_map_btn_child_item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 2px;
    padding: 0;
  }
}
.recruit_map_list .recruit_map_btn_child_item span {
  display: block;
  text-align: center;
  font-weight: bold;
  text-indent: inherit;
  color: #74787b;
  padding: 0.6em 26px 0.6em 12px;
  background-color: #ffffff;
  background-image: url(../img/ico_pop_gray1.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 11px;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .recruit_map_list .recruit_map_btn_child_item span {
    background-color: #f5f5f5;
    padding: 0.5em 30px;
  }
}
.recruit_map_list .recruit_map_btn_child_item span:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .recruit_map_overlay_inner {
    padding: 30px;
  }
}
.recruit_map_overlay_body {
  max-width: 880px;
  max-height: 90vh;
  overflow: auto;
}
@media (max-width: 767px) {
  .recruit_map_overlay_body {
    padding: 20px 20px 15px;
  }
}
.recruit_map_overlay_txt {
  padding-right: 0;
}
.recruit_map_overlay_btnItem {
  flex: 0 1 25%;
  max-width: 25%;
  padding: 3px;
}
@media (max-width: 1000px) {
  .recruit_map_overlay_btnItem {
    flex: 0 1 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 640px) {
  .recruit_map_overlay_btnItem {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
.recruit_map_overlay_btnItem .o-btn {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 640px) {
  .recruit_map_overlay_btnItem .o-btn {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .recruit_map_overlay .o-ttl-area .txt_sub {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .recruit_map_overlay .o-ttl-area .txt_main {
    font-size: 20px;
  }
}
.search_body {
  display: none;
}
.search-toggle {
  padding: 1em 0;
  margin-top: -1em;
  cursor: pointer;
}
.type_kyujin .hello-lower_inner:before {
  content: none;
}
.type_kyujin .hello-lower_mainVisual {
  background: #afb9be;
}
.type_kyujin .hello-lower_mainVisual span {
  height: 150px;
}
.type_kyujin .hello-lower_mainVisual span img {
  display: none;
}
@media (max-width: 767px) {
  .type_kyujin .hello-lower_mainVisual span {
    height: 100px;
    padding-top: 0;
  }
}
.top_brands_item_logo.no_link:before {
  content: none;
}
.top_brands_item_logo.no_link + .top_brands_item_txt a {
  pointer-events: none;
}
.overlay .recruitConvertion_close {
  display: none;
}
.job_result_total .job_result_total_cach {
  bottom: inherit;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.85);
}
.result_total {
  display: flex;
  align-items: center;
}
.result_total .result_total_current {
  margin-left: 1em;
}
.result_total .backBtnArea {
  padding: 0;
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  .job_count_pager.contents_top {
    display: block;
    padding: 20px 0;
  }
  .job_count_pager.contents_top .pagination {
    margin-top: 10px;
  }
}
.job_employmenttype_list_item {
  margin-left: 0;
  margin-right: 0.7em;
}
@media screen and (min-width: 481px) {
  .lower-kyujin_l .job {
    position: relative;
    margin: 0 !important;
    padding: 30px 0 34px;
  }
  .lower-kyujin_l .job:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -3000px;
    right: -3000px;
    border-bottom: 4px double #cccccc;
  }
  .lower-kyujin_l .job:first-child {
    padding-top: 34px;
  }
  .lower-kyujin_l .job:first-child:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -3000px;
    right: -3000px;
    border-top: 4px double #cccccc;
  }
  .lower-kyujin_l .job .job_head_meta {
    padding-top: 0;
    border-top: none;
  }
}
@media screen and (max-width: 480px) {
  .lower-kyujin_l .job:before,
  .lower-kyujin_l .job:after {
    border-color: #cccccc !important;
  }
  .lower-kyujin_l .job:before {
    margin-bottom: 20px;
  }
  .lower-kyujin_l .job:after {
    margin-top: 20px;
  }
}
.top_recruit {
  opacity: 1 !important;
  transform: translate(0) !important;
}
.top_message_inner {
  padding: 32px 24px;
  border: 1px solid #cccccc;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 480px) {
  .top_message_inner {
    padding: 16px 11px;
  }
}
.top_message_key_txt {
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .top_message_key_txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .top_message_key_txt {
    font-size: 22px;
    margin-bottom: 0.3em;
  }
}
.top_message_key_txt br {
  display: none;
}
@media screen and (max-width: 480px) {
  .top_message_key_txt br {
    display: block;
  }
}
.top_message_ttl_txt {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .top_message_ttl_txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .top_message_ttl_txt {
    font-size: 20px;
  }
  .top_message_ttl_txt br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .top_recruit {
    margin-top: 0;
  }
}
.recruit_map:before,
.recruit_pickup:before {
  width: 100%;
}
.recruit_map_list.forPc {
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .recruit_map_list.forPc {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_map_list.forPc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit_pickup_inner,
  .recruit_map_inner {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .brands_tooltip.js-active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
  .top_brands_item:nth-child(3n + 1) .brands_tooltip {
    left: 0;
    transform: translate(0, 30px) scale(0.95);
  }
  .top_brands_item:nth-child(3n + 1) .brands_tooltip:before {
    left: 16%;
  }
  .top_brands_item:nth-child(3n + 1) .brands_tooltip.js-active {
    transform: translate(0, 0);
  }
  .top_brands_item:nth-child(3n + 3) .brands_tooltip {
    left: inherit;
    right: 0;
    transform: translate(0, 30px) scale(0.95);
  }
  .top_brands_item:nth-child(3n + 3) .brands_tooltip:before {
    left: inherit;
    right: 16%;
    transform: translateX(50%);
  }
  .top_brands_item:nth-child(3n + 3) .brands_tooltip.js-active {
    transform: translate(0, 0);
  }
}
.tooltip_close {
  display: none;
}
@media screen and (max-width: 768px) {
  .tooltip_close {
    display: block;
    width: 32px;
    height: 32px;
    right: -10px;
    top: -10px;
    background: #ffffff;
  }
}
.lower-kyujin_l .job_list + .backBtnArea {
  position: absolute;
  margin-top: 30px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .lower-kyujin_l .job_list + .backBtnArea {
    position: static;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 10%;
  }
  .lower-kyujin_l .job_list + .backBtnArea .backBtn {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .lower-kyujin_l .job_list + .backBtnArea {
    margin-top: 30px;
  }
}
.search-toggle {
  position: static;
  width: 100%;
  padding: 20px;
  background: #acb9d0;
  transition: background 0.3s;
}
@media screen and (max-width: 480px) {
  .search-toggle {
    padding: 16px 12px;
  }
}
.search-toggle:hover {
  background: #bcc7d9;
}
.search-toggle .toggle_txt {
  color: #ffffff;
}
.lower-kyujin_l .search_panel .search_body {
  margin-left: 0 !important;
}
.lower-kyujin_l .search_panel .search_body:after {
  width: 100%;
}
@media (max-device-width: 1024px) {
  .top_brands .biggerLink {
    display: none;
  }
}
.top_brands_item_txt {
  background: #fff;
}
.top_brands_item_link {
  color: #fab5a0;
}
/*.lower-kyujin_l .job_outline_item_txt br {
	display: inline;
}*/
.around_here {
  padding-top: 30px;
}
.around_here_title {
  margin: 0 0 0.5em;
  color: #fab5a0;
}
.around_here_box {
  border-top: solid 1px #eee;
}
.around_here_item {
  padding: 1.75rem 0;
  border-bottom: 1px solid #eee;
}
.around_here_item a {
  display: block;
  color: inherit;
}
.around_here_item .content_wrap {
  display: flex;
  align-items: flex-start;
  margin: 0 -2rem -1rem;
}
.around_here_item .content_wrap > * {
  margin: 0 2rem 1rem;
}
.around_here_item .img_wrap {
  flex: 0 0 auto;
}
.around_here_item_img {
  width: 200px;
  height: 120px;
  background-size: cover;
  background-position: center top;
}
.around_here_item_title {
  font-size: 1.25em;
}
.around_here_item .job_txt {
  display: flex;
  font-size: 0.95em;
}
.around_here_item .job_txt dt {
  flex: 0 0 auto;
  width: 4.5em;
  color: #afb9be;
  font-weight: bold;
}
@media (max-width: 768px) {
  .around_here_title {
    margin: 0 0 0.25em;
  }
  .around_here_item {
    padding: 15px 0;
  }
  .around_here_item .content_wrap {
    flex-direction: column;
  }
  .around_here_item_img {
    width: 150px;
    height: 90px;
  }
  .around_here_item_title {
    font-size: 1.1em;
  }
  .around_here_item .job_txt {
    text-align: justify;
    font-size: 0.85em;
  }
}
.interview_item:before {
  content: none !important;
}
.interview_item .num {
  display: block;
  position: absolute;
  top: -2px;
  left: 0px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fab5a0;
  transform: translateY(-100%);
}
.interview_item a {
  color: inherit;
}
.lower-interview_d .hello-lower_mainVisual span img {
  display: none;
}
.interview_date {
  margin: 3em 0;
  font-size: 0.95em;
  text-align: right;
}
/* 2019.12.11
.lower-faq{
	.faq_cnt{
		.answer_txt{
			a{
				display: inline-block;
				color: #f99f84;
				padding-left: 16px;
				position: relative;
				&:before{
					content: '';
					display: block;
					position: absolute;
					left: 0;
					top: 11px;
					width: 8px;
					height: 8px;
					margin: 0 0 0 0;
					border-top: 1px solid #f99f84;
					border-right: 1px solid #f99f84;
					transform: rotate(45deg);
					@media screen and (max-width: 768px){
						top: 7px;
					}
				}
			}
		}
	}
}*/
@media screen and (min-width: 769px) {
  .hello-lower_mainVisual span {
    height: 250px;
  }
  .lower-faq .flow {
    margin-top: 40px;
  }
  .lower-faq .flow_inner {
    padding: 0 40px;
  }
  .lower-faq .flow_body {
    max-width: inherit;
  }
  .lower-faq .flow_list {
    align-items: stretch;
    padding: 20px 24px 10px;
  }
  .lower-faq .flow_item {
    flex: 0 0 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 20%;
    min-height: inherit;
    padding: 0.8em 0.5em;
  }
  .lower-faq .flow_item_txt {
    text-align: center;
    line-height: 1.5;
    position: static;
    transform: none;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .lower-faq .flow_item_txt small {
    display: block;
  }
  .lower-faq .link {
    margin-top: 40px;
  }
  .lower-faq .faq {
    margin-top: 40px;
  }
  .lower-faq .faq_cnt:not(:nth-of-type(1)) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .lower-faq .flow_item_txt br {
    display: none;
  }
  .lower-faq .link {
    margin-top: 30px;
  }
  .lower-faq .faq {
    margin-top: 30px;
    margin-bottom: 45px;
  }
}
@media screen and (max-device-width: 1024px) and (orientation: landscape) {
  .hello-lower_mainVisual span {
    height: 180px;
  }
  .lower-faq .lead_txt br:last-child {
    display: none;
  }
  .lower-faq .flow_list {
    padding: 15px 24px 5px;
  }
  .lower-faq .flow_item_txt {
    font-size: 1.5rem;
  }
  .lower-faq .search {
    margin-top: 30px !important;
  }
}
.lower-faq .search {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lower-faq .search {
    margin-top: 24px;
  }
}
.lower-faq .search_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  .lower-faq .search_inner {
    padding: 0 5%;
  }
}
.lower-faq .search_form {
  display: flex;
}
.lower-faq .search_form_txt,
.lower-faq .search_form_submit {
  height: 50px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .lower-faq .search_form_txt,
  .lower-faq .search_form_submit {
    font-size: 1.4rem !important;
  }
}
.lower-faq .search_form_txt {
  flex: 0 0 80%;
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  .lower-faq .search_form_txt {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.lower-faq .search_form_submit {
  flex: 0 0 20%;
  max-width: 20%;
  font-weight: bold;
  color: #ffffff;
  background: #fbb5a0;
}
@media screen and (max-width: 768px) {
  .lower-faq .search_form_submit {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.lower-faq .search_form_submit:hover {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .lower-welfare .welfare {
    margin-top: 64px;
  }
  .lower-welfare .welfare_inner {
    padding: 0 64px;
  }
  .lower-welfare .welfare_item_img {
    margin-top: 28px;
  }
  .lower-welfare .welfare_item_txt {
    margin-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .lower-welfare .welfare {
    margin-top: 32px;
  }
  .lower-welfare .welfare_item {
    padding: 24px;
  }
  .lower-welfare .welfare_item_img {
    margin-top: 10px;
  }
  .lower-welfare .welfare_item_body {
    margin-top: 0;
  }
  .lower-welfare .welfare_item_txt {
    margin-top: 10px;
  }
}
.welfare_url,
.faq_cnt_item .answer_txt {
  text-align: left;
  margin-top: 1.5rem;
}
.welfare_url a,
.faq_cnt_item .answer_txt a {
  font-size: 1.1em;
  font-weight: bold;
  color: inherit;
}
.welfare_url a:not(.o-link-external):before,
.faq_cnt_item .answer_txt a:not(.o-link-external):before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  margin-right: 5px;
  margin-right: 0.4em;
}
.welfare_url a.o-link-external,
.faq_cnt_item .answer_txt a.o-link-external {
  padding-left: 20px;
}
.welfare_url a.o-link-external:before,
.faq_cnt_item .answer_txt a.o-link-external:before,
.welfare_url a.o-link-external:after,
.faq_cnt_item .answer_txt a.o-link-external:after {
  width: 12px;
  height: 9px;
  border-width: 2px;
  border-color: #74787b;
}
.welfare_url a.o-link-external:after,
.faq_cnt_item .answer_txt a.o-link-external:after {
  margin-left: 2px;
}
.faq_cnt_item .answer_txt a {
  font-size: 1.05em;
}
.lower-welfare .welfare_item_body {
  align-self: flex-start;
}
@media (min-device-width: 1025px) {
  .top_brands .biggerLink {
    display: block;
  }
}
.top_brands_item_txt {
  z-index: 1000;
}
.lower-interview_l .interview_list {
  margin: 0;
  margin-bottom: -40px;
  padding: 0 10px;
}
.lower-interview_l .interview_item {
  flex-basis: 240px;
  max-width: 240px;
  margin: 0 50px;
  margin-bottom: 80px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .lower-interview_l .interview_item {
    flex-basis: calc(50% - 60px);
    max-width: calc(50% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .lower-interview_l .interview_item {
    flex-basis: 240px;
    max-width: 240px;
    margin: 0 auto 80px !important;
  }
}
.lower-interview_l .interview_item_copy {
  position: static;
  margin-top: 0.5em;
  text-shadow: none;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
.lower-interview_l .interview_item_copy br {
  display: none;
}
.lower-interview_l .interview_item_name,
.lower-interview_d .interview_item_name {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  background: #ffffff;
}
@media screen and (max-width: 480px) {
  .lower-interview_l .interview_item_name,
  .lower-interview_d .interview_item_name {
    font-size: 1.6rem;
  }
}
.lower-interview_l .interviewPager .interview:before,
.lower-interview_d .interviewPager .interview:before {
  bottom: 24px;
}
.lower-interview_d .profile_name {
  margin: 0 -0.5rem;
}
.lower-interview_d .profile_name p {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.lower-interview_d .profile_name span {
  display: inline-block;
  margin: 0 0.5rem;
}
@media (max-width: 480px) {
  .lower-interview_d .profile_name {
    display: block;
    height: auto;
  }
}
.bottom_link {
  margin-bottom: 80px;
}
.large_btn {
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
  font-size: 1.4em;
}
.large_btn:after {
  content: none;
}
@media (max-width: 480px) {
  .large_btn {
    font-size: 1.25em;
  }
}
.footer_ga {
  display: block;
  font-size: 10px;
  padding: 10px;
  text-align: center;
}
.footer_ga .ga-pdf {
  color: #74787b;
}
@media (min-width: 768px) {
  .footer_ga .ga-pdf:hover {
    opacity: 0.7;
  }
}
.top_message_inner {
  text-align: center;
  padding: 32px 20px;
}
@media screen and (max-width: 480px) {
  .top_message_inner {
    padding: 16px 11px;
  }
}
.top_message_key_txt b {
  color: #d60808;
}
.top_message_ttl_txt {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .top_message_ttl_txt {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  .top_message_ttl_txt {
    text-align: left;
    font-size: 16px;
  }
}
.custom-form_searth_btn {
  margin-left: auto;
  margin-right: auto;
}
.lower-kyujin_l .job_list + .backBtnArea {
  position: static;
}
@media screen and (min-width: 769px) {
  .lower-kyujin_l .job_count_pager.contents_bottom {
    margin-top: -50px;
  }
}
.testPage .hello .top-main-swiper.-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .testPage .hello .top-main-swiper.-pc {
    display: none;
  }
}
.testPage .hello .top-main-swiper.-pc .swiper-slide {
  display: flex;
}
.testPage .hello .top-main-swiper.-pc .swiper-slide span {
  width: 100%;
}
.testPage .hello .top-main-swiper.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .testPage .hello .top-main-swiper.-sp {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .recruit_pickup_inner {
    padding: 50px;
  }
  .recruit_pickup_item {
    flex: 0 1 33.33%;
    max-width: 33.33%;
    padding: 0 5px 30px;
  }
  .recruit_pickup_item_ttl p {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .front-page .top_message_key_txt {
    font-size: 32px;
  }
  .front-page .recruit_pickup_item_ttl p {
    font-size: 22px;
  }
  .front-page .top_brands .biggerLink {
    display: block;
    pointer-events: none;
  }
  .front-page .brands_tooltip.js-active {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .front-page .top_brands_item_logo:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/ico_tool_gray1.png) no-repeat center center;
    background-size: contain;
    width: 13px;
    height: 13px;
    opacity: 0.5;
  }
  .front-page .top_brands_item_logo.no_link:before {
    display: none;
  }
  .front-page .brands_tooltip.js-active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
  .front-page .top_brands_item:nth-child(4n + 1) .brands_tooltip {
    left: 0;
    transform: translate(0, 30px) scale(0.95);
  }
  .front-page .top_brands_item:nth-child(4n + 1) .brands_tooltip:before {
    left: 16%;
  }
  .front-page .top_brands_item:nth-child(4n + 1) .brands_tooltip.js-active {
    transform: translate(0, 0);
  }
  .front-page .top_brands_item:nth-child(4n + 4) .brands_tooltip {
    left: inherit;
    right: 0;
    transform: translate(0, 30px) scale(0.95);
  }
  .front-page .top_brands_item:nth-child(4n + 4) .brands_tooltip:before {
    left: inherit;
    right: 16%;
    transform: translateX(50%);
  }
  .front-page .top_brands_item:nth-child(4n + 4) .brands_tooltip.js-active {
    transform: translate(0, 0);
  }
  .front-page .tooltip_close {
    display: block;
    width: 32px;
    height: 32px;
    right: -10px;
    top: -10px;
    background: #ffffff;
  }
}
body:not(.testPage) .hello .top-main-swiper .swiper-slide span img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  body:not(.testPage) .hello .top-main-swiper .swiper-slide span img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
  }
}
body {
  color: #636669;
}
body .top_message_ttl_txt {
  color: #333;
}
body .o-g_navi a,
body .footer_search_dataList a,
body .o-sns a,
body .o-link-external {
  color: #696d70;
}
body .o-g_navi a:hover,
body .footer_search_dataList a:hover,
body .o-sns a:hover,
body .o-link-external:hover {
  color: #acb9d0;
}
body .footer_ga .ga-pdf {
  color: #717578;
}
body .overlay .o-g_navi a {
  color: #fff;
}
body .recruit_pickup_item_ttl p,
body .custom-form .custom-form_searth_btn .btn_cover input,
body .job_employmenttype_list_item,
body.lower-faq .search_form_submit,
body.lower-interview_d .profile_name,
body.lower-kyujin_d .apeal_list .toggle-ico:before,
body.lower-kyujin_d .apeal_list .toggle-ico:after,
body .appeal_ttl:after {
  background: #c9243f;
}
body .around_here_title,
body .interview_item .num,
body.lower-interview_d .profile_num,
body.lower-faq .flow_item:before,
body.lower-kyujin_d .apeal_list .apeal_list_item_head {
  color: #c9243f;
}
body.js-scroll .o-toggle,
body .o-btn-color-primary,
body .kyujin_container .btn.btn_secondary,
body .pagination li em,
body .outline_ttl:after,
body.lower-faq .flow_ttl {
  background: #6d777d;
}
body .o-btn-border-custom:before {
  border-color: #6d777d;
}
body .o-btn-color-secondary,
body .job_result_total .job_result_total_head,
body .search-toggle,
body .kyujin_container .btn,
body .fixed_convertion .convertion .btn_convertion,
body.lower-faq .faq_cnt_ttl,
body.lower-welfare .welfare_item:before {
  background: #667694;
}
body .search-toggle .toggle_txt:before {
  border: 1px solid #fff;
}
body .result_total_all,
body .kyujin_container a,
body.lower-kyujin_l .job_ttl a,
body .job_outline_item_ttl,
body .job_ttl,
body .job_workplace_ttl,
body .around_here_item .job_txt dt,
body .page_back a {
  color: #667694;
}
body .o-btn-border-primary {
  border-color: #667694;
}
body .fixed_convertion {
  background: #afb9be;
}
body .recruit_map_overlay .o-toggle_trigger_ico {
  background: #ffffff;
}
@media (max-width: 767px) {
  body .fixed_convertion .phone .phone_num,
  body .fixed_convertion .phone .phone_notes {
    color: #667694;
  }
}
@media screen and (max-width: 480px) {
  body.lower-kyujin_d .job_body_head_txt_inner .job_post_ttl {
    color: #667694;
  }
}
body .o-toggle.-gray .o-toggle_trigger_ico {
  background: #afb9bf;
}
body .o-toggle.-gray.js-active .o-toggle_trigger_ico {
  background: #fff;
}
body .footer.-black {
  background: #000;
}
body .footer.-black .o-sns_ttl,
body .footer.-black .footer_search_title,
body .footer.-black .footer_ga .ga-pdf,
body .footer.-black .copy_right {
  color: #fff;
}
body .footer.-black .o-g_navi a,
body .footer.-black .footer_search_dataList a,
body .footer.-black .o-sns a,
body .footer.-black .o-link-external {
  color: #fff;
}
body .footer.-black .o-g_navi a:hover,
body .footer.-black .footer_search_dataList a:hover,
body .footer.-black .o-sns a:hover,
body .footer.-black .o-link-external:hover {
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 769px) {
  .hello .top-main-swiper .swiper-slide span.-pc {
    display: block;
  }
  .hello .top-main-swiper .swiper-slide span.-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hello .top-main-swiper .swiper-slide span.-pc {
    display: none;
  }
  .hello .top-main-swiper .swiper-slide span.-sp {
    display: block;
  }
}
body {
  opacity: 1;
}
.js-hello-child-overlay {
  display: none;
}
body {
  font-family: Lato, "Noto Sans CJK JP Subset", "Noto Sans", "Noto Sans CJK JP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.hello-lower_catch .txt,
.top_message_key_txt,
.top_message_ttl_txt {
  font-family: "Noto Serif CJK JP Subset", "Noto Serif", "Noto Serif CJK JP", "Noto Serif JP", serif;
}
.hello-lower_catch .txt,
.top_message_key_txt {
  font-weight: 500;
}
.hello-lower_catch .txt b,
.top_message_key_txt b {
  font-weight: inherit;
}
#marugame_brand_02 .thought_content .text_area,
.contents_wrap .merit .merit_inner02 .merit_point01 .tategaki,
.contents_wrap .merit .merit_inner02 .merit_point02 .tategaki,
.contents_wrap .merit .merit_inner02 .merit_point03 .tategaki {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.konas-page .main_visual_inner .hd_ja {
  width: 699px;
}
@media screen and (max-width: 768px) {
  .konas-page .main_visual_inner .hd_ja {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .konas-page .main_visual_inner .hd_ja {
    width: 100%;
  }
}
.lower-kyujin_l .search_panel .search_body {
  display: block;
}
.seo_txt {
  font-size: 1rem;
  opacity: 0.6;
  padding: 5px 10px;
  overflow-x: auto;
  white-space: nowrap;
}
.lp-footer .footer_inner {
  text-align: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .lp-footer .footer_inner {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.lp-footer .footer_logo {
  padding-left: 6%;
}
@media screen and (max-width: 768px) {
  .lp-footer .footer_block-2 {
    margin-top: 0;
  }
}
.recruit_pickup_item-op a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff url(../img/top_pick_up1_bg.png) no-repeat right center / cover;
}
@media (max-width: 480px) {
  .recruit_pickup_item-op a {
    padding-top: 37.5%;
  }
}
.recruit_pickup_item-op .recruit_pickup_item_ttl {
  bottom: 50%;
  transform: translateY(50%);
  padding-left: 10%;
  padding-right: 10%;
}
.recruit_pickup_item-op .word1 {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  border: 1px solid #c9243f;
  color: #c9243f;
  padding: 0.2em 0.8em;
}
@media (max-width: 768px) {
  .recruit_pickup_item-op .word1 {
    font-size: 12px;
    padding: 0.2em 0.8em;
  }
}
.recruit_pickup_item-op .word2 {
  background: transparent;
  color: #c9243f;
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  margin-top: 0.2em;
}
@media (max-width: 768px) {
  .recruit_pickup_item-op .word2 {
    font-size: 17px;
    margin-top: 10px;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .recruit_pickup_item-op .word2 br {
    display: none;
  }
}
.overlay_text {
  padding-top: 0;
}
.recruitConvertion_list .recruitConvertion_item_ttl {
  position: relative;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.recruitConvertion_list .recruitConvertion_item_ttl:before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.4em;
  border: 0.19em solid #465b82;
  border-radius: 50%;
}
.recruitConvertion_list .recruitConvertion_notes {
  margin-top: 5px;
}
.innterview-bottombutton {
  width: 320px;
  margin: -36px auto 100px;
}
@media screen and (max-width: 768px) {
  .innterview-bottombutton {
    width: 72%;
    margin: -30px auto 54px;
  }
}
.innterview-bottombutton a {
  font-size: 1.6rem;
  padding: 1em 20px;
}
@media screen and (max-width: 768px) {
  .innterview-bottombutton a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-faq .link_list {
    display: block;
  }
}
.custom-form_parts:not(:first-child) {
  margin-top: 20px;
}
#search_city {
  margin-top: 5px;
  margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
  .lower-kyujin_l .search_panel .search_body {
    padding: 20px;
  }
}
.custom-form .parts_ttl .memo {
  display: inline-block;
  font-weight: normal;
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .custom-form .check-box {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .custom-form #search_city {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}
.custom-form .category_list-custom {
  margin-right: -20px;
  margin-bottom: -0.5em;
}
.custom-form .category_list-custom li {
  margin-bottom: 0.5em;
}
.custom-form .category_list-custom a {
  padding-right: 20px;
  font-size: inherit !important;
}
@media screen and (max-width: 768px) {
  .custom-form .category_list-custom {
    margin-right: 0;
    font-size: 13px;
    letter-spacing: normal;
  }
  .custom-form .category_list-custom li {
    width: 50%;
  }
  .custom-form .category_list-custom li a {
    padding-right: 0;
    margin-right: 0;
  }
  .custom-form .category_list-custom li a:after {
    content: none;
  }
}
.custom-form .category_group {
  width: 100% !important;
  margin-top: 0.5em;
}
.custom-form .category_group_title {
  display: flex;
  align-items: center;
  margin-bottom: 0.25em;
  margin-right: 20px;
}
.custom-form .category_group_title:before {
  content: "";
  margin-right: 0.5em;
  width: 4px;
  height: 1.2em;
  background: #667694;
}
.custom-form .category_group ul {
  display: flex;
  flex-wrap: wrap;
}
.custom-form .no_link ul {
  margin-left: -0.25em;
  margin-right: -0.25em;
}
.custom-form .no_link ul li {
  padding: 0 0.25em;
}
.custom-form .no_link ul li label {
  padding: 0.8em 1.5em 0.8em 2em;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 6px;
}
.custom-form .no_link ul li label:hover {
  background: #f5f5f5;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .custom-form .no_link ul {
    margin-left: -0.2em;
    margin-right: -0.2em;
  }
  .custom-form .no_link ul li {
    display: flex;
    padding: 0 0.2em;
    margin-bottom: 0.4em;
  }
  .custom-form .no_link ul li label {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.8em 0.2em 0.8em 2em;
  }
}
#kyujin_l .custom-form .custom-form_searth_btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lower-kyujin_l .search_panel .search_body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
input[type="checkbox"] + label {
  padding-right: 5px;
}
input[type="checkbox"] + label:after {
  top: 2px;
  left: 4px;
  z-index: 2;
  opacity: 0;
  width: 7px;
  height: 12px;
  color: #c9243f;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transition: 0.3s;
  transform: rotate(40deg);
}
.no_link input[type="checkbox"] + label:after {
  left: 10px;
  bottom: 4px;
  margin: auto 0;
  color: #ddd;
  opacity: 1;
}
.no_link input[type="checkbox"] + label:before {
  display: none;
}
input[type="checkbox"]:checked + label:before {
  background: #d1e2e1;
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.no_link input[type="checkbox"]:checked + label:after {
  color: #c9243f;
}