﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&display=swap');
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px !important;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
body {
  min-height: 100vh;
  line-height: 1.6;
  text-rendering: optimizeSpeed;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
input,
button,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
  border: none;
  background: none;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
textarea {
  resize: vertical;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: 'Noto Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ',
    sans-serif;
  color: #4e4c3f;
  font-size: 16px;
  padding-top: 56px;
}
body.sp {
  padding-top: 44px;
}
a {
  transition: 0.3s ease;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
a:focus,
a:focus-visible,
button:focus,
button:focus-visible,
input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: 2px solid #74aece;
  outline-offset: 2px;
}
.container {
  width: 940px;
  margin: 0 auto;
}
.sp .container {
  width: 100%;
}
.main-header {
  background: #fff;
  height: 56px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.sp .main-header {
  height: 44px;
  padding: 8px;
  box-shadow: none;
}
.main-header__container {
  width: 940px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp .main-header__container {
  width: 100%;
  position: relative;
}
.sp .main-header__logo img {
  width: 150px;
  height: auto;
}
.main-header__nav-list {
  display: flex;
  gap: 10px;
  align-items: center;
}
.sp .main-header__nav-list {
  gap: 8px;
}
.main-header__nav-link {
  display: block;
  background-color: #ff8000;
  color: #fff;
  padding: 4px 20px;
  border-radius: 4px;
  font-size: 0.9375rem;
  text-decoration: none;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.sp .main-header__nav-link {
  font-size: 0.75rem;
  padding: 4px 9px;
  box-shadow: none;
}
.main-header__nav-link .fas {
  margin-right: 5px;
}
.main-header__nav-link:visited,
.main-header__nav-link:hover {
  color: #fff !important;
}
.main-header__nav-link--recruit {
  background-color: #fffaf3;
  color: #ff9903;
}
.sp .main-header__nav-link--recruit {
  display: none;
}
.main-header__nav-link--recruit:visited,
.main-header__nav-link--recruit:hover {
  color: #ff9903 !important;
}
.sp .main-header__nav-icon {
  background: none;
  color: #999;
  font-size: 0.625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 48px;
  line-height: 1;
}
.sp .main-header__nav-icon .fas {
  font-size: 1rem;
  color: #999;
  margin-bottom: 4px;
}
.sp .main-header__nav-icon:visited,
.sp .main-header__nav-icon:hover,
.sp .main-header__nav-icon:visited:hover {
  color: #999 !important;
}
.sp .main-header__nav-icon:visited .fas,
.sp .main-header__nav-icon:hover .fas,
.sp .main-header__nav-icon:visited:hover .fas {
  color: #999 !important;
}
.search_map {
  margin-top: 30px;
}
.sp .search_map {
  padding: 0 10px;
}
.search_map__inner {
  background: #fff;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  padding: 24px;
  gap: 0 24px;
}
.sp .search_map__inner {
  flex-direction: column;
  padding: 16px;
  gap: 16px 0;
}
.search_map__image {
  width: 40%;
}
.sp .search_map__image {
  width: 100%;
}
.search_map__interactive {
  position: relative;
  background: url(/img/index/img_map.png) no-repeat center center #fff;
  background: url(/img/index/img_map.webp) no-repeat center center #fff;
  background-size: 270px;
  border-radius: 8px;
  height: 320px;
}
.search_map__content {
  width: 60%;
}
.sp .search_map__content {
  width: 100%;
}
.search_map__title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #4e4c3f;
  letter-spacing: 0.02em;
}
.search_map__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
}
.search_map__region {
  width: 20%;
}
.search_map__region-title {
  font-size: 0.75rem;
  color: #4e4c3f;
  letter-spacing: 0.01em;
  background-color: #f5f5f5;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
}
.search_map__region-link a {
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 100px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  font-size: 0.875rem;
  font-weight: bold;
  color: #4e4c3f;
  position: absolute;
}
.search_map__region-link a .fas {
  color: #ff8000;
  padding-left: 4px;
  font-size: 0.625rem;
}
.search_map__region-link a:hover {
  transform: translateY(-2px);
  color: #ff8000;
}
.search_map__region-link--okinawa {
  right: 8px;
  bottom: 15px;
}
.search_map__region-link--kyushu {
  left: 10px;
  bottom: 40px;
}
.search_map__region-link--tokai {
  right: 105px;
  bottom: 71px;
}
.search_map__region-link--tyugoku_shikoku {
  left: 36px;
  bottom: 119px;
}
.search_map__region-link--kinki {
  left: 80px;
  bottom: 160px;
}
.search_map__region-link--kanto {
  right: 35px;
  top: 170px;
}
.search_map__region-link--hokuriku_koshinetsu {
  left: 60px;
  top: 83px;
}
.search_map__region-link--tohoku {
  right: 27px;
  top: 100px;
}
.search_map__region-link--hokkaido {
  top: 15px;
  right: 130px;
}
.search_map__prefectures {
  width: 80%;
  padding: 0 0 0 16px;
}
.search_map__city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.sp .search_map__city-list {
  width: 100%;
  gap: 4px;
}
.search_map__city-item a {
  display: inline-block;
  padding: 8px 16px;
  background-color: #f5f5f5;
  border-radius: 20px;
  color: #4e4c3f;
  font-size: 14px;
  font-weight: bold;
}
.search_map__city-item a:hover {
  color: #4e4c3f;
}
.search_map__dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 16px;
  border: none;
  animation: modalFadeIn 0.3s ease;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  width: 600px;
  max-height: 80vh;
  overflow-y: auto;
}
.sp .search_map__dialog {
  width: calc(100% - 32px);
  max-height: 80vh;
}
.search_map__dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  animation: backdropFadeIn 0.3s ease;
}
.search_map__dialog-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 16px;
  color: #4e4c3f;
}
.search_map__dialog-region {
  color: #6cbf3d;
}
.search_map__modal-body {
  padding: 30px 24px;
  background-color: #fafafa;
}
.search_map__pref-detail {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.sp .search_map__pref-detail {
  grid-template-columns: repeat(2, 1fr);
}
.search_map__close-button {
  position: absolute;
  top: 16px;
  right: 24px;
  background: none;
  border: none;
  font-size: 1.125rem;
  color: #999;
  cursor: pointer;
  transition: color 0.2s ease;
}
.search_map__close-button:hover {
  color: #c7c7c7;
}
.search_map__pref-detail-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  width: 100%;
  padding: 14px 10px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 8px;
  color: #4e4c3f;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}
.search_map__pref-detail-link .fas {
  color: #c7c7c7;
}
.search_map__pref-detail-link:hover {
  background-color: #f0f8f2;
  border-color: #6cbf3d;
  color: #6cbf3d;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.search_map__pref-detail-link:hover .fas {
  color: #6cbf3d;
}
.search_map__pref-detail-link:visited {
  color: #4e4c3f;
}
.search_map__pref-detail-link:visited:hover {
  color: #6cbf3d;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes backdropFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
.top {
  background-color: #fffaf3;
}
.sp .top .melon-title-ring {
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 0;
}
.top .hero {
  background: url(/img/index/bg_hero_pc.jpg) no-repeat center top #fff;
  background-size: auto 340px;
  height: 340px;
}
.sp .top .hero {
  background: url(/img/index/bg_hero_sp.jpg) no-repeat center center;
  background-size: cover;
  height: 0;
  padding-bottom: 90.67%;
  position: relative;
}
.top .hero__container {
  max-width: 940px;
  height: 340px;
  margin: 0 auto;
  text-align: right;
  position: relative;
}
.top .hero__container::before {
  content: '';
  position: absolute;
  top: 0;
  left: -180px;
  width: 10%;
  height: 100%;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.sp .top .hero__container {
  background: linear-gradient(240.26deg, #fff 0%, #fff 0%, rgba(255, 255, 255, 0) 40%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  max-width: 100%;
  padding: 0 10px;
  margin: 0;
}
.sp .top .hero__container::before {
  display: none;
}
.top .hero__heading {
  font-size: 2rem;
  color: #4e4c3f;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 0 0;
}
.sp .top .hero__heading {
  font-size: 1rem;
}
.top .hero__heading-emphasis {
  font-size: 2.75rem;
  color: #6cbf3d;
  text-shadow: 4px 4px #fff;
}
.sp .top .hero__heading-emphasis {
  font-size: 2rem;
  text-shadow: 2px 2px #fff;
}
.top .hero__heading-subtitle {
  display: inline-block;
  padding-top: 3px;
}
.top .hero__subheading {
  color: #4e4c3f;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 8px;
}
.sp .top .hero__subheading {
  font-size: 1rem;
}
.top .hero__subheading-number {
  position: relative;
  font-weight: bold;
  font-size: 2.25rem;
  color: #6cbf3d;
  line-height: 1.1;
  z-index: 1;
}
.sp .top .hero__subheading-number {
  font-size: 1.75rem;
}
.top .hero__subheading-number::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  height: 6px;
  background: #fff55d;
  z-index: -1;
}
.top .hero__subheading-mark {
  font-size: 0.75rem;
}
.top .hero__badge {
  margin-top: 8px;
}
.sp .top .hero__badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.top .hero__badge-list {
  display: flex;
  gap: 0 5px;
  justify-content: flex-end;
}
.top .hero__badge-item {
  width: 60px;
  height: 60px;
}
.sp .top .hero__badge-item {
  width: 40px;
  height: 40px;
}
.top .hero__certification {
  font-size: 0.75rem;
}
.sp .top .hero__certification {
  font-size: 0.625rem;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff;
  margin-top: 4px;
}
.top .hero__note {
  color: #4e4c3f;
  font-size: 0.75rem;
}
.sp .top .hero__note {
  font-size: 0.625rem;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff;
}
.top .cta {
  text-align: center;
}
.sp .top .cta {
  padding: 0 10px;
}
.top .cta__guest {
  margin-top: 30px;
  background-color: #e97836;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 20px;
  padding: 10px 0 20px 0;
}
.sp .top .cta__guest {
  margin-top: 20px;
  border-radius: 10px;
  padding: 20px 10px;
}
.top .cta__guest-heading {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 10px;
  line-height: 1;
}
.sp .top .cta__guest-heading {
  display: block;
}
.top .cta__guest-heading--free {
  font-size: 2rem;
  color: #f8ed7d;
}
.sp .top .cta__guest-heading--free {
  font-size: 1.5rem;
}
.top .cta__guest-heading--subtitle {
  font-size: 1.25rem;
}
.top .cta__guest-image {
  padding-left: 10px;
}
.sp .top .cta__guest-image {
  padding: 0;
  margin-top: 15px;
}
.sp .top .cta__guest-image img {
  margin: 0 auto;
}
.top .cta__guest-list {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.sp .top .cta__guest-list {
  flex-direction: column;
  gap: 10px;
}
.top .cta__guest-button {
  display: block;
  width: 280px;
  font-size: 1.25rem;
  border-radius: 45px;
  font-weight: bold;
  padding: 6px 0;
  background: url(/img/index/ico_cta_btn.png) no-repeat center left 16px #fff;
  background-size: 16px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.top .cta__guest-button:hover {
  color: #4e4c3f;
}
.sp .top .cta__guest-button {
  border-radius: 10px;
  font-size: 1rem;
  padding: 8px 0;
  letter-spacing: 0.6px;
  width: 100%;
}
.top .cta__member {
  margin-top: 16px;
  text-align: center;
}
.top .cta__member-button {
  background-color: #7ec260;
  color: #fff;
  display: block;
  width: 360px;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 45px;
  margin: 0 auto;
  padding: 16px 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.top .cta__member-button:visited:hover {
  color: #fff;
}
.sp .top .cta__member-button {
  font-size: 1rem;
  width: 100%;
  padding: 8px 0;
}
.top .cta__member-button .fas {
  font-size: 1rem;
  margin-left: 5px;
}
.top .cta__member-note {
  font-size: 0.75rem;
  margin-top: 8px;
}
.top .register {
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  margin-top: 0;
  z-index: 1000;
}
.top .register.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.sp .top .register .container {
  padding: 0 10px;
}
.top .register__inner {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 20px;
  padding: 20px 50px;
}
.sp .top .register__inner {
  padding: 10px;
  display: block;
}
.top .register__support {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
}
.top .register__support-emphasis {
  position: relative;
  color: #ff8000;
  font-size: 1.5rem;
  text-shadow: 2px 2px #fff;
  z-index: 1;
}
.top .register__support-emphasis::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 6px;
  background: #fff55d;
  z-index: -1;
}
.sp .top .register__cta {
  width: 100%;
}
.top .register__cta-heading {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.sp .top .register__cta-heading {
  font-size: 1rem;
  text-align: center;
}
.top .register__cta-heading-emphasis {
  color: #ff8000;
  font-size: 1.5rem;
}
.top .register__list {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.sp .top .register__list {
  gap: 6px;
  width: 100%;
}
.sp .top .register__item {
  flex: 1;
}
.top .register__link {
  display: block;
  width: 156px;
  font-size: 1rem;
  border-radius: 45px;
  font-weight: bold;
  text-align: center;
  padding: 6px 0;
  line-height: 1.2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.sp .top .register__link {
  width: auto;
  font-size: 0.75rem;
  padding: 8px 4px;
  border-radius: 10px;
}
.top .register__link-label {
  font-size: 1.5rem;
}
.sp .top .register__link-label {
  font-size: 1.25rem;
}
.top .register__link--care {
  background-color: #ff9903;
}
.top .register__link--consult {
  background-color: #6cbf3d;
}
.top .register__link--welfare {
  background-color: #74aece;
}
.top .search_requirement {
  margin-top: 30px;
}
.top .search_requirement__heading {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.sp .top .search_requirement__heading {
  font-size: 1rem;
  line-height: 18px;
  margin: 0;
  padding: 6px 0;
}
.sp .top .search_requirement__heading .fas {
  margin-right: 6px;
  color: #ff8000;
  width: 20px;
  text-align: center;
  font-size: 1.125rem;
}
.sp .top .search_requirement__toggle {
  float: right;
  font-size: 1rem;
  transition: transform 0.3s ease;
}
.sp .top .search_requirement__toggle.fas {
  color: #4e4c3f;
}
.top .search_requirement__content {
  margin-bottom: 24px;
  background-color: #fff;
  padding: 12px 24px 24px 24px;
  border-radius: 8px;
}
.sp .top .search_requirement__content {
  padding: 10px;
  border-radius: unset;
  margin: 0;
  border-bottom: 1px solid #c7c7c7;
}
.top .search_requirement__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 8px 0 0;
}
.sp .top .search_requirement__list {
  grid-template-columns: repeat(2, 1fr);
  display: none;
}
.top .search_requirement__sub {
  font-size: 0.875rem;
  display: inline-block;
  color: #888;
}
.sp .top .search_requirement__sub {
  font-size: 0.75rem;
}
.top .search_requirement__item {
  position: relative;
  height: 52px;
  display: flex;
}
.sp .top .search_requirement__item {
  font-size: 0.8125rem;
}
.top .search_requirement__item .fas {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
  color: #ff8000;
}
.top .search_requirement__text {
  flex: 1;
}
.top .search_requirement__link {
  flex: 1;
  border-radius: 8px;
  background-color: #f5f5f5;
  font-weight: bold;
  color: #4e4c3f;
  line-height: 1.2;
  border: 1px solid transparent;
  padding: 0 16px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}
.sp .top .search_requirement__link {
  padding: 0 16px 0 8px;
}
.pc .top .search_requirement__link:hover {
  box-shadow: none;
  border-color: #ff8000;
}
.top .search_requirement__link:visited {
  color: #4e4c3f;
}
.top .search_requirement__link:visited:hover {
  color: #4e4c3f;
}
.top .search_license {
  margin-top: 30px;
}
.top .search_license-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  line-height: 1.2;
  width: 100%;
  gap: 20px;
}
.sp .top .search_license-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0 10px;
}
.top .search_license-list li {
  background: #fff;
  position: relative;
  box-shadow: 0 0 0.667rem rgba(0, 0, 0, 0.1);
}
.top .search_license-list li h3 {
  padding: 20px 10px;
  text-align: center;
  margin: 0;
}
.sp .top .search_license-list li h3 {
  font-size: 0.8125rem;
  padding: 10px;
}
.top .search_license-list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #4e4c3f;
  font-weight: bold;
}
.top .search_license-list li a:visited {
  color: #4e4c3f;
}
.top .search_license-list li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.top .search_license-list li img {
  display: block;
  width: 100%;
  height: auto;
}
.top .search_license-list li img:hover {
  opacity: initial;
}
.top .new_job_offer {
  margin-top: 30px;
  padding-bottom: 54px;
}
.sp .top .new_job_offer {
  padding: 0 10px 30px;
}
.sp .top .new_job_offer .newTop div {
  margin-bottom: 8px;
}
.sp .top .new_job_offer .melon-card2_title {
  font-size: 1rem;
}
.sp .top .new_job_offer .melon-card2_lineBox {
  font-size: 0.75rem;
}
.sp .top .new_job_offer .melon-card2_body p {
  font-size: 0.875rem;
}
.top .new_job_offer .melon-btn-flat-king {
  background-color: #6cbf3d;
  box-shadow: none;
  font-size: 0.75rem;
}
.top .new_job_offer .melon-btn-flat-queen {
  box-shadow: none;
  font-size: 0.75rem;
}
.top .new_job_offer .melon-card2_lineBox .fa {
  color: #ff8000;
}
.top .new_job_offer .melon-card2 {
  box-shadow: none;
}
.top .new_job_offer .melon-resultBox_list dt {
  font-size: 0.8125rem;
  max-width: 30%;
  padding: 8px 4px;
}
.sp .top .new_job_offer .melon-resultBox_list dt {
  font-size: 0.75rem;
}
.top .new_job_offer .melon-resultBox_list dd {
  max-width: 70%;
}
.sp .top .new_job_offer .melon-resultBox_list dd {
  font-size: 0.75rem;
}
.top .new_job_offer .bx-wrapper {
  margin: 0;
  padding: 0 10px;
}
.top .new_job_offer .bx-controls-direction .bx-next,
.top .new_job_offer .bx-controls-direction .bx-prev {
  background-image: none !important;
  width: 36px;
  height: 36px;
  background-color: #ff9903;
  border-radius: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-indent: 0 !important;
  line-height: 1;
}
.top .new_job_offer .bx-controls-direction .bx-next i,
.top .new_job_offer .bx-controls-direction .bx-prev i {
  position: static !important;
  transform: none !important;
  font-size: 1rem !important;
  color: #fff !important;
  display: inline-block;
}
.top .new_job_offer .bx-controls-direction .bx-prev {
  transform: scaleX(1) !important;
}
.top .new_job_offer .bx-pager.bx-default-pager a {
  background: #faf3de;
}
.top .new_job_offer .bx-pager.bx-default-pager a.active {
  background: #ff8000;
}
.top .contents-bottom {
  background-color: #fff;
  padding-top: 30px;
}
.sp .top .contents-bottom {
  padding-top: 1px;
}
.sp .top .contents-bottom .entryBnr {
  margin: 30px 10px;
}
.top .aboutCJB ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.sp .top .aboutCJB ul {
  flex-direction: column;
  margin-top: 10px;
}
.sp .top .aboutCJB {
  margin: 30px 10px 0 10px;
}
.top .aboutCJB li {
  margin: 0 0.5%;
  width: 100%;
  padding: 50px 2% 2%;
  border-radius: 6px;
  border: 2px solid #fca651;
  position: relative;
  background: transparent;
  isolation: isolate;
}
.sp .top .aboutCJB li {
  padding: 20px 2% 2%;
  margin: 0 0 20px;
  position: relative;
}
.top .aboutCJB li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
  background: #fff;
  z-index: -1;
}
.top .aboutCJB li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 8px;
  left: 8px;
  border-radius: 6px;
  z-index: -2;
  background-size: 6px 6px;
  background-image: linear-gradient(
    -45deg,
    #fcc792 25%,
    transparent 25%,
    transparent 50%,
    #fcc792 50%,
    #fcc792 75%,
    transparent 75%,
    transparent
  );
}
.top .aboutCJB h3 {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #403b0f;
  border-bottom: 1px dotted #a18c78;
  line-height: 1.2;
  height: 60px;
}
.sp .top .aboutCJB h3 {
  padding-left: 35px;
  font-size: 0.875rem;
  height: auto;
  padding-bottom: 15px;
}
.top .aboutCJB h3 strong {
  font-size: 1.25rem;
  color: #ff8000;
}
.sp .top .aboutCJB h3 strong {
  font-size: 1.125rem;
}
.top .aboutCJB p {
  font-size: 0.875rem;
}
.top .aboutCJB em {
  font-size: 60px;
  font-style: normal;
  position: absolute;
  top: -20px;
  color: #ff8000;
  line-height: 1;
  background: #fff;
}
.sp .top .aboutCJB em {
  font-size: 45px;
  top: 18px;
}
.top .aboutCJB small {
  display: block;
  line-height: 1.2;
  margin-top: 10px;
}
.top .summary {
  margin-top: 40px;
  margin-bottom: 30px !important;
}
.sp .top .summary {
  margin-top: 20px;
}
.top .summary .customer_review-inner {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0;
}
.sp .top .summary .customer_review-inner {
  grid-template-columns: 1fr;
  gap: 10px;
}
.top .summary .customer_review-box {
  background-image: none;
  box-shadow: none;
  margin: 0;
}
.sp .top .summary .customer_review-box {
  margin-bottom: 10px;
}
.top .summary .customer_review-point div {
  flex-direction: column;
  align-items: start;
  line-height: 1.2;
}
.sp .top .summary .customer_review-point div {
  flex-direction: unset;
  align-items: center;
  line-height: 1;
}
.top .summary .customer_review-point ul {
  margin: 0;
}
.sp .top .summary .customer_review-point ul {
  margin-left: 10px;
}
.top .summary .customer_review-link {
  text-align: right;
}
.sp .top .summary .customer_review-link {
  font-size: 0.875rem;
}
.top .summary .customer_review-link a {
  color: #4e4c3f;
  font-weight: normal;
}
.sp .top .summary .customer_review-link .fa {
  margin-left: 6px;
}
.sp .top .summary .customer_review-profile {
  font-size: 0.75rem;
}
.pc .top .summary .customer_review-profile dt {
  top: 14px;
  height: calc(100% + -14px);
}
.sp .top .summary .customer_review-profile dd {
  margin-left: 110px;
}
.sp .top .summary .customer_review-txt {
  font-size: 0.8125rem;
}
.sp .top .contentsLink .container {
  padding: 0 10px;
}
.top .contentsLink .container .pickup {
  margin-bottom: 30px;
}
.sp .top .contentsLink .container .pickup a {
  font-size: 0.875rem;
}
.sp .top .contentsLink .container .pickup a .fa {
  margin-left: 6px;
}
.top .feature-section {
  margin-top: 30px;
}
.sp .top .feature-section .container {
  padding: 0 10px;
}
.top .feature-section__content {
  border: 1px solid #ebebeb;
  padding: 20px;
}
.top .feature-section__heading {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.4;
}
.sp .top .feature-section__heading {
  font-size: 1rem;
}
.top .feature-section__brand {
  color: #ff8000;
}
.top .feature-section__text {
  font-size: 0.875rem;
}
.sp .top .feature-section__text {
  font-size: 0.8125rem;
}
.top .banner-section {
  margin-top: 30px;
}
.top .group-link {
  padding: 30px 0;
}
.sp .top .group-link .container {
  padding: 0 10px;
}
.top .group-link__inner {
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}
.top .group-link__list {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
}
.top .group-link__list a {
  display: block;
}
.top .group-link__list li {
  width: 20%;
  text-align: center;
  padding-top: 16px;
}
.top .group-link__list li:nth-child(-n + 5) {
  padding-top: 0;
}
.top .group-link__img {
  display: flex;
  height: 46px;
  align-items: center;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .top .group-link li {
    width: 33.3%;
  }
  .top .group-link li:nth-child(-n + 3) {
    padding-top: 0;
  }
  .top .group-link li:nth-child(4),
  .top .group-link li:nth-child(5) {
    padding-top: 16px;
  }
  .top .group-link .group-link__img {
    padding: 0 14px;
  }
}
.top .apply-modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.top .apply-modal-container .modalBody {
  position: relative;
  background-color: #fff;
  width: 90%;
  max-width: 500px;
  padding: 32px 24px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.sp .top .apply-modal-container .modalBody {
  width: 90%;
  padding: 24px 16px;
}
.top .apply-modal-container .modal-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #4e4c3f;
  margin-bottom: 16px;
}
.sp .top .apply-modal-container .modal-title {
  font-size: 1.125rem;
}
.top .apply-modal-container .confirmation h2 {
  font-size: 1rem;
  color: #4e4c3f;
  margin: 16px 0 24px;
  line-height: 1.6;
}
.sp .top .apply-modal-container .confirmation h2 {
  font-size: 0.875rem;
}
.top .apply-modal-container .confirmation a {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 12px auto;
  padding: 16px 24px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 8px;
  transition: all 0.3s;
  text-decoration: none;
}
.sp .top .apply-modal-container .confirmation a {
  font-size: 0.875rem;
  padding: 14px 20px;
}
.top .apply-modal-container .confirmation .apply-button {
  color: #fff;
  background-color: #6cbf3d;
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}
.top .apply-modal-container .confirmation .apply-button:hover {
  background-color: #569831;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(76, 175, 80, 0.4);
}
.top .apply-modal-container .confirmation .cancel-button {
  color: #4e4c3f;
  background-color: #c7c7c7;
}
.top .apply-modal-container .confirmation .cancel-button:hover {
  background-color: #aeaeae;
}
/*# sourceMappingURL=top.css.map */
