@charset "UTF-8";
body {
  padding-top: 0px !important;
}

.ec-recruit .w-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ec-recruit .w-inner {
    min-width: 1000px;
    max-width: 1120px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .sp-padding-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ec-recruit .ba-pc-none::before, .ec-recruit .ba-pc-none::after {
    content: none !important;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .ba-sp-none::before, .ec-recruit .ba-sp-none::after {
    content: none !important;
  }
}
.ec-recruit .feature-item {
  background: #fff;
  border-radius: 10px;
  flex: 1;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  border: 3px solid #fecd5b;
}
.ec-recruit .text-highlight {
  display: inline-block;
  text-shadow: 0px 2px 2px rgba(251, 213, 119, 0.9);
}
.ec-recruit .lead-highlight {
  background: linear-gradient(transparent 80%, #fcda74 80%);
  display: inline-block;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ec-recruit .lead-highlight {
    line-height: 1.2;
  }
}
.ec-recruit .main-view {
  position: relative;
}
@media screen and (min-width: 768px) {
  .ec-recruit .main-view {
    background: radial-gradient(68.62% 84% at 50% 33.5%, #ffffff 0%, #ffeeba 100%);
    padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .main-view {
    background: radial-gradient(60.41% 73.95% at 50% 33.5%, #ffffff 0%, #ffeeba 100%);
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) {
  .ec-recruit .main-view::before {
    content: "";
    background: url(/assets/img/topbg-left_pc.png) no-repeat;
    width: 407px;
    display: block;
    height: 609px;
    position: absolute;
    top: 100px;
    background-size: contain;
    left: 0;
  }
  .ec-recruit .main-view::after {
    content: "";
    background: url(/assets/img/topbg-right_pc.png) no-repeat;
    width: 325px;
    height: 451px;
    display: block;
    position: absolute;
    background-size: contain;
    top: 100px;
    right: 0;
  }
}
.ec-recruit .main-view .index-top {
  position: relative;
  z-index: 1;
}
.ec-recruit .main-view__title {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ec-recruit .main-view__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .main-view__title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .main-view__title img {
    width: 303px;
  }
}
.ec-recruit .main-view__title-sub {
  font-size: 40px;
  display: inline-block;
  margin-left: -10px;
}
.ec-recruit .main-view__text {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .ec-recruit .main-view__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .main-view__text {
    font-size: 14px;
    line-height: 22px;
  }
}
.ec-recruit .main-view__lead {
  text-align: center;
  font-weight: bold;
  font-feature-settings: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .ec-recruit .main-view__lead {
    font-size: 30px;
    line-height: 1.7;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .main-view__lead {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ec-recruit .main-view__feature-list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .main-view__feature-list {
    margin-top: 30px;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
  }
}
.ec-recruit .main-view__feature-item {
  background: #fff;
  border: 3px solid #fcc110;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ec-recruit .main-view__feature-item {
    width: 33.333%;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .main-view__feature-item {
    width: 100%;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ec-recruit .main-view__feature-item img {
  display: block;
  margin: 0 auto;
}
.ec-recruit .main-view__feature-title {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ec-recruit .main-view__feature-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .main-view__feature-title {
    font-size: 18px;
  }
}
.ec-recruit .main-view__feature-text {
  line-height: 1.6;
  font-weight: 400;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ec-recruit .main-view__feature-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .main-view__feature-text {
    font-size: 14px;
  }
}
.ec-recruit .cta-bg {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ec-recruit .cta-bg {
    background: url(/assets/img/top_mainbg2.jpg) no-repeat;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .cta-bg {
    background: url(/assets/img/top_mainbg2_sp.jpg) no-repeat;
    padding-top: 800px;
    padding-bottom: 25px;
    margin-top: -780px;
  }
}
.ec-recruit .cta-bg::before {
  content: "";
}
@media screen and (min-width: 768px) {
  .ec-recruit .cta-bg::before {
    background: url(/assets/img/topbg-left2_pc.png) no-repeat;
    width: 286px;
    display: block;
    height: 323px;
    position: absolute;
    top: -50px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .cta-bg::before {
    background: url(/assets/img/topbg-left_sp.png) no-repeat;
    width: 243px;
    height: 552px;
    display: block;
    position: absolute;
    top: -150px;
  }
}
.ec-recruit .cta-bg::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .ec-recruit .cta-bg::after {
    background: url(/assets/img/topbg-right2_pc.png) no-repeat;
    width: 407px;
    height: 629px;
    display: block;
    position: absolute;
    background-size: contain;
    top: -150px;
    right: 0;
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .cta-bg::after {
    content: "";
    background: url(/assets/img/topbg-right_sp.png) no-repeat;
    width: 193px;
    height: 456px;
    display: block;
    position: absolute;
    background-size: contain;
    right: 0;
    bottom: 0;
  }
}
.ec-recruit .cta-title {
  text-align: center;
  position: relative;
  z-index: 1;
  width: max-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ec-recruit .cta-title {
    margin-bottom: 35px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .cta-title {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.ec-recruit .cta-title::before {
  content: "";
  background: url(/assets/img/ctaLine_left.svg) no-repeat;
  width: 17px;
  height: 27px;
  display: block;
  position: absolute;
  left: -30px;
}
@media screen and (min-width: 768px) {
  .ec-recruit .cta-title::before {
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .cta-title::before {
    top: 20px;
  }
}
.ec-recruit .cta-title::after {
  content: "";
  background: url(/assets/img/ctaLine_right.svg) no-repeat;
  width: 17px;
  height: 27px;
  display: block;
  position: absolute;
  right: -30px;
}
@media screen and (min-width: 768px) {
  .ec-recruit .cta-title::after {
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .cta-title::after {
    top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ec-recruit .cta-title span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .cta-title span {
    font-size: 13px;
  }
}
.ec-recruit .cta-box {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ec-recruit .cta-box .cta-sub {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  background: #fcc110;
  color: #333;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .ec-recruit .cta-box .cta-sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .cta-box .cta-sub {
    font-size: 12px;
  }
}
.ec-recruit .cta-box .cta-btn {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  transition: 0.25s;
  border: 3px solid #fff;
  background: #333333;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ec-recruit .cta-box .cta-btn {
    width: 460px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .cta-box .cta-btn {
    max-width: 335px;
    font-size: 16px;
    width: 100%;
  }
}
.ec-recruit .cta-box .cta-btn::before {
  content: "";
  display: block;
  position: absolute;
}
.ec-recruit .cta-box .cta-btn::before {
  content: "";
  background: url(../img/top_contact_logo.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .ec-recruit .cta-box .cta-btn::before {
    width: 20px;
    height: 20px;
    left: 30px;
    margin-top: 3px;
  }
}
.ec-recruit .cta-box .cta-btn:hover {
  background: #fcc110;
  border: 3px solid #333333;
  color: #333 !important;
  opacity: 1;
}
.ec-recruit .cta-box .cta-btn:hover::before {
  background: url(../img/top_contact_logo_hover.svg) no-repeat;
  background-size: contain;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .ec-recruit .cta-box .cta-btn:hover::before {
    width: 20px;
    height: 20px;
    left: 30px;
    margin-top: 3px;
  }
}
.ec-recruit .cta-box .cta-btn:hover .cta-sub {
  background: #333333;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ec-recruit .section__title {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .section__title {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ec-recruit .section__title-text {
    font-size: 24px;
    margin-left: 10px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .section__title-text {
    font-size: 18px;
    margin-left: 6px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .section__title .subtitleimg {
    width: 195px;
  }
}
.ec-recruit .section__subtitle {
  font-feature-settings: normal;
}
@media screen and (min-width: 768px) {
  .ec-recruit .section__subtitle {
    font-size: 36px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .section__subtitle {
    font-size: 24px;
  }
}
.ec-recruit .section__subtext {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ec-recruit .section__subtext {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .section__subtext {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .ec-recruit .section__padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .section__padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.ec-recruit .about {
  background: #f7f7f7;
}
.ec-recruit .about__keyword {
  font-weight: 700;
  text-align: center;
  font-feature-settings: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .ec-recruit .about__keyword {
    margin-top: 15px;
    margin-bottom: 40px;
    line-height: 1;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .about__keyword {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 26px;
  }
}
.ec-recruit .feature {
  background: #fff9e7;
}
.ec-recruit .feature__list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .ec-recruit .feature__list {
    flex-direction: row;
    gap: 40px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .feature__list {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
}
.ec-recruit .feature__item {
  background: #fff;
  border: 3px solid #fcc110;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ec-recruit .feature__item {
    width: 33.333%;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .feature__item {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ec-recruit .feature__item::after {
  content: "";
  background: url(../img/feature_arrow.svg) no-repeat;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .ec-recruit .feature__item::after {
    top: 50%;
    left: -35px;
    transform: translate(0%, -50%);
    background-size: contain;
    width: 22px;
    height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .feature__item::after {
    bottom: -25px;
    left: 50%;
    background-size: contain;
    width: 11px;
    height: 17px;
    transform: rotate(-270deg);
  }
}
@media screen and (min-width: 768px) {
  .ec-recruit .feature__item:first-child::after {
    content: none !important;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .feature__item:last-child::after {
    content: none !important;
  }
}
.ec-recruit .feature__label {
  background: #fcc110;
  color: #333333;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .ec-recruit .feature__label {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .feature__label {
    height: 30px;
  }
}
.ec-recruit .feature__label::before, .ec-recruit .feature__label::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.ec-recruit .feature__label::before {
  left: -18px;
  border-right: 18px solid #fcc110;
}
.ec-recruit .feature__label::after {
  right: -18px;
  border-left: 18px solid #fcc110;
}
@media screen and (min-width: 768px) {
  .ec-recruit .feature__label {
    font-size: 18px;
    padding: 0px 40px;
    display: flex;
    align-items: center;
  }
  .ec-recruit .feature__label::before, .ec-recruit .feature__label::after {
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
  .ec-recruit .feature__label::before {
    left: -19px;
    border-right-width: 20px;
  }
  .ec-recruit .feature__label::after {
    right: -19px;
    border-left-width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .feature__label {
    font-size: 16px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
  }
  .ec-recruit .feature__label::before, .ec-recruit .feature__label::after {
    border-top-width: 15px;
    border-bottom-width: 15px;
  }
  .ec-recruit .feature__label::before {
    left: -15px;
    border-right-width: 15px;
  }
  .ec-recruit .feature__label::after {
    right: -15px;
    border-left-width: 15px;
  }
}
.ec-recruit .feature__title {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ec-recruit .feature__title {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .feature__title {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.ec-recruit .feature__text {
  font-weight: 700;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .ec-recruit .feature__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .feature__text {
    font-size: 16px;
  }
}
.ec-recruit .feature__icon {
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .ec-recruit .feature__icon {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.ec-recruit .feature__bullet li {
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ec-recruit .feature__bullet li {
    line-height: 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .feature__bullet li {
    font-size: 14px;
  }
}
.ec-recruit .feature__bullet li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fcc110;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.ec-recruit .job-category {
  background: #f7f7f7;
}
.ec-recruit .job-category-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ec-recruit .job-category-inner {
    min-width: 1000px;
    max-width: 1340px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ec-recruit .job-category-boxbg {
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ec-recruit .job-category-boxbg {
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 80px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .job-category-boxbg {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 40px;
  }
}
.ec-recruit .job-category__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .ec-recruit .job-category__list {
    gap: 20px;
    margin-top: 40px;
  }
  .ec-recruit .job-category__list::after {
    content: "";
    width: calc(33.333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .job-category__list {
    gap: 10px;
    margin-top: 20px;
  }
}
.ec-recruit .job-category__item {
  background: #fcc110;
  border: 2px solid #333;
  border-radius: 10px;
  font-weight: 700;
  color: #333333;
  text-align: center;
}
@media screen and (min-width: 1160px) {
  .ec-recruit .job-category__item {
    max-width: 345px;
    font-size: 18px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .ec-recruit .job-category__item {
    width: calc(33.333% - 20px);
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .ec-recruit .job-category__item {
    line-height: 26px;
    padding: 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .job-category__item {
    font-size: 16px;
    width: 100%;
    line-height: 22px;
    padding: 10px 0px;
  }
}
@media screen and (min-width: 768px) {
  .ec-recruit .job-category__item .sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .job-category__item .sub {
    font-size: 14px;
  }
}
.ec-recruit .job-category .cross-img {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .ec-recruit .job-category .cross-img {
    top: -10px;
    width: 50px;
  }
}
.ec-recruit .media-list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ec-recruit .media-list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .media-list {
    margin-top: 20px;
  }
}
.ec-recruit .media-list__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.ec-recruit .media-list__item {
  background: #fcc110;
  border: 2px solid #333;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .ec-recruit .media-list__item {
    padding: 25px 40px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .media-list__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px;
  }
}
.ec-recruit .media-list__label {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  color: #333333;
  font-family: "Figtree", sans-serif;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
.ec-recruit .media-list__label .num {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .ec-recruit .media-list__label .num {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .media-list__label .num {
    font-size: 20px;
  }
}
.ec-recruit .media-list__label::after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 25px;
  background: #333333;
}
@media screen and (max-width: 767px) {
  .ec-recruit .media-list__label {
    font-size: 15px;
  }
  .ec-recruit .media-list__label .num {
    font-size: 22px;
  }
  .ec-recruit .media-list__label::after {
    height: 20px;
  }
}
.ec-recruit .media-list__text {
  font-weight: 600;
  color: #333333;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .ec-recruit .media-list__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .media-list__text {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .ec-recruit .media-list__text .sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .media-list__text .sub {
    font-size: 14px;
  }
}
.ec-recruit .matrix-section {
  background: #fff9e7;
}
@media screen and (max-width: 767px) {
  .ec-recruit .matrix-section {
    padding-bottom: 0px;
  }
}
.ec-recruit .matrix-section__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 18px;
}
.ec-recruit .matrix-section__title span {
  background: linear-gradient(transparent 65%, #fbd577 65%);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ec-recruit .matrix-section__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.ec-recruit .matrix-section__lead {
  font-size: 15px;
  margin-bottom: 45px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .ec-recruit .matrix-section__lead {
    font-size: 16px;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 768px) {
  .ec-recruit .matrix-section__image {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .matrix-section__image {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ec-recruit .matrix-section__cta {
    background: url(/assets/img/matrix_bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    background-position-x: center;
    border-radius: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .matrix-section__cta {
    background: url(/assets/img/top_mainbg2_sp.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ec-recruit .matrix-section__cta-text {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
  .ec-recruit .matrix-section__cta-text {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.ec-recruit .issues {
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .ec-recruit .issues {
    padding-bottom: 0px;
  }
}
.ec-recruit .issues .issues__list,
.ec-recruit .issues .issues__solutions {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .ec-recruit .issues .issues__list,
  .ec-recruit .issues .issues__solutions {
    flex-direction: row;
    gap: 40px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .issues .issues__list,
  .ec-recruit .issues .issues__solutions {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
}
.ec-recruit .issues .issues__item,
.ec-recruit .issues .issues__solution {
  background: #fff;
  border: 3px solid #1c7695;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ec-recruit .issues .issues__item,
  .ec-recruit .issues .issues__solution {
    width: 33.333%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .issues .issues__item,
  .ec-recruit .issues .issues__solution {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
.ec-recruit .issues .issues__item::after,
.ec-recruit .issues .issues__solution::after {
  content: "";
  background: url(../img/issues_arrow.svg) no-repeat;
  position: absolute;
  bottom: -48px;
  left: 50%;
  background-size: contain;
  height: 45px;
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 768px) {
  .ec-recruit .issues .issues__item::after,
  .ec-recruit .issues .issues__solution::after {
    width: 169px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .issues .issues__item::after,
  .ec-recruit .issues .issues__solution::after {
    width: 85px;
  }
}
.ec-recruit .issues__label {
  background: #1c7695;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .ec-recruit .issues__label {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .issues__label {
    height: 30px;
  }
}
.ec-recruit .issues__label::before, .ec-recruit .issues__label::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.ec-recruit .issues__label::before {
  left: -18px;
  border-right: 18px solid #1c7695;
}
.ec-recruit .issues__label::after {
  right: -18px;
  border-left: 18px solid #1c7695;
}
@media screen and (min-width: 768px) {
  .ec-recruit .issues__label {
    font-size: 18px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
  }
  .ec-recruit .issues__label::before, .ec-recruit .issues__label::after {
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
  .ec-recruit .issues__label::before {
    left: -19px;
    border-right-width: 20px;
  }
  .ec-recruit .issues__label::after {
    right: -19px;
    border-left-width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .issues__label {
    font-size: 16px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
  }
  .ec-recruit .issues__label::before, .ec-recruit .issues__label::after {
    border-top-width: 15px;
    border-bottom-width: 15px;
  }
  .ec-recruit .issues__label::before {
    left: -14px;
    border-right-width: 15px;
  }
  .ec-recruit .issues__label::after {
    right: -14px;
    border-left-width: 15px;
  }
}
.ec-recruit .issues__title {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ec-recruit .issues__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .issues__title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.ec-recruit .issues__text {
  font-weight: 700;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .ec-recruit .issues__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .issues__text {
    font-size: 16px;
  }
}
.ec-recruit .issues__icon {
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .ec-recruit .issues__icon {
    padding-top: 15px;
  }
}
.ec-recruit .issues .issues__solutions .issues__solution {
  border: 3px solid #fcc110;
}
@media screen and (min-width: 768px) {
  .ec-recruit .issues .issues__solutions .issues__solution {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .issues .issues__solutions .issues__solution {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ec-recruit .issues .issues__solutions .issues__solution-title img {
  display: block;
  margin: 0 auto;
}
.ec-recruit .issues .issues__solutions .issues__solution::after {
  content: none;
}
.ec-recruit .issues .issues__solutions .issues__solution-text {
  font-weight: 700;
  line-height: 26px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .ec-recruit .issues .issues__solutions .issues__solution-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .issues .issues__solutions .issues__solution-text {
    font-size: 16px;
  }
}
.ec-recruit .issues .issues__icon {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ec-recruit .issues .issues__icon {
    width: 50%;
  }
}
.ec-recruit .price {
  background: #fff9e7;
  /* プランカード */
  /* テーブル */
}
@media screen and (max-width: 767px) {
  .ec-recruit .price .sp-pr-res {
    padding-right: 0;
  }
}
.ec-recruit .price__lead {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .ec-recruit .price__plans {
    flex-direction: column;
    gap: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .price__plans {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .price__plans .price-card {
    width: 100%;
  }
}
.ec-recruit .price .price__note {
  text-align: right;
  margin-top: 10px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .ec-recruit .price .price__note {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .price .price__note {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .price .overflow-sp {
    overflow-x: auto;
  }
}
.ec-recruit .price .price-table {
  width: 100%;
  border-collapse: collapse;
  /* SPのスクロールバー */
}
.ec-recruit .price .price-table tbody td,
.ec-recruit .price .price-table tbody th {
  border: 2px solid #cccccc;
}
.ec-recruit .price .price-table thead th {
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.ec-recruit .price .price-table thead th:nth-child(1) {
  background: #acacac;
}
@media screen and (min-width: 768px) {
  .ec-recruit .price .price-table thead th:nth-child(1) {
    width: 400px;
  }
}
.ec-recruit .price .price-table thead th:nth-child(2) {
  background: #7cc4dd;
  margin-left: 2px;
  display: block;
  margin-right: 2px;
}
@media screen and (min-width: 768px) {
  .ec-recruit .price .price-table thead th:nth-child(2) {
    width: 340px;
  }
}
.ec-recruit .price .price-table thead th:nth-child(3) {
  background: #fcc110;
}
@media screen and (min-width: 768px) {
  .ec-recruit .price .price-table thead th:nth-child(3) {
    width: 340px;
  }
}
@media screen and (min-width: 768px) {
  .ec-recruit .price .price-table thead th {
    font-size: 18px;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .price .price-table thead th {
    font-size: 14px;
    padding: 10px;
  }
}
.ec-recruit .price .price-table tbody {
  /* カテゴリ帯行 */
}
.ec-recruit .price .price-table tbody tr td {
  vertical-align: middle;
  font-weight: 600;
  background: #fff;
}
.ec-recruit .price .price-table tbody tr td:nth-child(1) {
  text-align: left;
  border-left: none;
}
.ec-recruit .price .price-table tbody tr td:nth-child(2), .ec-recruit .price .price-table tbody tr td:nth-child(3) {
  text-align: center;
}
.ec-recruit .price .price-table tbody tr td:nth-child(3) {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .ec-recruit .price .price-table tbody tr td {
    font-size: 16px;
    padding: 17px 30px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .price .price-table tbody tr td {
    font-size: 14px;
    padding: 10px 15px;
    white-space: nowrap;
  }
}
.ec-recruit .price .price-table tbody .category td {
  background: #f7f7f7;
  font-weight: 700;
  border-left: none;
  border-right: none;
  border: none;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  .ec-recruit .price .price-table tbody .category td {
    font-size: 16px;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .price .price-table tbody .category td {
    font-size: 14px;
    padding: 10px 8px;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .price .price-table::-webkit-scrollbar {
    height: 6px;
  }
  .ec-recruit .price .price-table::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
  }
}
.ec-recruit .flow {
  background: #f7f7f7;
}
.ec-recruit .flow__proof {
  border: 3px solid #fcc110;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .ec-recruit .flow__proof {
    border-radius: 50px;
    padding-top: 40px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .flow__proof {
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ec-recruit .flow__proof-title {
  text-align: center;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
}
@media screen and (min-width: 768px) {
  .ec-recruit .flow__proof-title {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .flow__proof-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .ec-recruit .flow__proof-title .no-one {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .flow__proof-title .no-one {
    font-size: 30px;
  }
}
.ec-recruit .flow__proof-text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ec-recruit .flow__proof-text {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .flow__proof-text {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 22px;
  }
}
.ec-recruit .flow__proof-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .ec-recruit .flow__proof-badges {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .flow__proof-badges {
    gap: 15px;
  }
}
.ec-recruit .flow__proof-badges img {
  display: block;
}
.ec-recruit .flow__faq-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
.ec-recruit .flow__faq-lead {
  text-align: center;
  font-size: 14px;
  margin-bottom: 35px;
}
.ec-recruit .flow__faq {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .ec-recruit .flow__faq {
    gap: 10px;
  }
}
.ec-recruit .flow__faqbox {
  position: relative;
  background: #fff;
  border: 2px solid #333333;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .ec-recruit .flow__faqbox {
    padding: 20px 0px;
    padding-left: 80px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .flow__faqbox {
    padding: 10px 0px;
    padding-left: 40px;
    padding-right: 30px;
  }
}
.ec-recruit .flow .question-icon {
  position: relative;
}
.ec-recruit .flow .question-icon::before {
  content: "";
  background: url(../img/q-icon.svg) no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 30px;
  top: 30px;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .ec-recruit .flow .question-icon::before {
    width: 25px;
    height: 25px;
    left: 5px;
    top: 22px;
  }
}
.ec-recruit .flow .answer-icon {
  position: relative;
}
.ec-recruit .flow .answer-icon::after {
  content: "";
  background: url(../img/a-icon.svg) no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  left: -50px;
  top: 20px;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .ec-recruit .flow .answer-icon::after {
    width: 25px;
    height: 25px;
    left: -35px;
    top: 22px;
  }
}
.ec-recruit .flow__faq-btn {
  width: 100%;
  font-weight: 700;
  text-align: left;
  position: relative;
  cursor: pointer;
  color: #333;
  /* toggle-active時のアニメーション */
}
@media screen and (min-width: 768px) {
  .ec-recruit .flow__faq-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .flow__faq-btn {
    font-size: 14px;
  }
}
.ec-recruit .flow__faq-btn::before, .ec-recruit .flow__faq-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #333333;
}
.ec-recruit .flow__faq-btn::before {
  width: 22px;
  height: 3px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .ec-recruit .flow__faq-btn::before {
    width: 18px;
    right: -15px;
  }
}
.ec-recruit .flow__faq-btn::after {
  width: 3px;
  height: 22px;
  right: 10px;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .ec-recruit .flow__faq-btn::after {
    height: 18px;
    right: -7.5px;
  }
}
.ec-recruit .flow__faq-btn.toggle-active::after {
  transform: rotate(90deg);
  opacity: 0;
}
.ec-recruit .flow__faq-body {
  line-height: 1.8;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ec-recruit .flow__faq-body {
    font-size: 15px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .flow__faq-body {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .ec-recruit .flow .media-list__items {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .flow .media-list__items {
    gap: 25px;
  }
}
.ec-recruit .flow .media-list__item {
  position: relative;
}
.ec-recruit .flow .media-list__item::after {
  content: "";
  background: url(../img/flow-arrow.svg) no-repeat;
  position: absolute;
  bottom: -41px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 27px;
}
.ec-recruit .flow .media-list__item:last-child::after {
  content: none !important;
}
@media screen and (min-width: 768px) {
  .ec-recruit .flow .media-list__item .no {
    max-width: 380px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .flow .media-list__item .no {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .ec-recruit .flow .media-list__item .media-list__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .flow .media-list__item .media-list__text {
    font-size: 18px;
  }
}
.ec-recruit .flow .flow__note {
  text-align: right;
  margin-top: 10px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .ec-recruit .flow .flow__note {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .flow .flow__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .flow .flow__note span {
    display: block;
  }
}
.ec-recruit .cta-banner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ec-recruit .cta-banner {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(/assets/img/cta-banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position-x: center;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .cta-banner {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(/assets/img/top_mainbg2_sp.jpg) no-repeat;
    background-size: cover;
    background-position-x: center;
  }
}
.ec-recruit .cta-banner__lead {
  font-weight: 600;
  color: #333;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .ec-recruit .cta-banner__lead {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .cta-banner__lead {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.ec-recruit .cta-banner .cta-btn {
  font-feature-settings: normal;
}
@media screen and (min-width: 768px) {
  .ec-recruit .cta-banner .cta-btn {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ec-recruit .cta-banner .cta-btn {
    font-size: 18px;
  }
}