@charset "UTF-8";
.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .nav-container {
    display: none;
  }
}

.header {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
}
.header__inner {
  max-width: 1800px;
  margin-left: 11%;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .header__inner {
    margin-left: unset;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    margin-left: unset;
    height: 55px;
  }
}
.header__logo {
  margin-left: 24px;
}
.header__logo-link {
  display: block;
}
.header__logo-svg {
  display: block;
  height: 32px;
  width: auto;
}
.header__nav {
  margin-right: 0;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.header__nav-item {
  position: relative;
}
.header__nav-item.has-dropdown {
  position: relative;
}
.header__nav-item.has-dropdown .header__dropdown {
  padding: 15px 0 20px 20px;
  line-height: 2.285;
}
.header__nav-item.has-dropdown:hover .header__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__nav-item.has-dropdown::after {
  content: "";
  position: absolute;
  top: 16px;
  right: -16px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0073ce;
  border-right: 1px solid #0073ce;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header__nav-link {
  position: relative;
  display: block;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header__nav-link:hover {
  color: #0073ce;
}
.header__dropdown {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 200px;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.header__dropdown-link {
  display: block;
  font-size: 14px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header__dropdown-link:hover {
  color: #0073ce;
}
.header__cta-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 174px;
  height: 42px;
  background-color: #0073ce;
  color: #ffffff;
  text-decoration: none;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header__cta-button:hover {
  background-color: #005ba3;
}

.header__dropdown-link {
  font-weight: 500;
}

.header__dropdown._orange .header__dropdown-link {
  color: #f57c00;
}

.header__dropdown._green .header__dropdown-link {
  color: #19c322;
}

.dropdown-head {
  position: relative;
  font-size: 14px;
  font-weight: 700;
}
.dropdown-head a {
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
@media (hover: hover) {
  .dropdown-head a:hover {
    color: #1F84D3;
  }
}
.dropdown-head::before {
  content: "";
  position: absolute;
  top: 16px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0073ce;
  border-right: 1px solid #0073ce;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.dropdown-head._01::before {
  top: 10px;
  left: 140px;
}

.dropdown-head._02::before {
  top: 10px;
  left: 126px;
}

.dropdown-head._03::before {
  top: 10px;
  left: 112px;
}

.header__nav-item.has-dropdown .header__dropdown-link {
  position: relative;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.header__nav-item.has-dropdown .header__dropdown-link::before {
  content: " - ";
}
@media (hover: hover) {
  .header__nav-item.has-dropdown .header__dropdown-link:hover {
    color: #1F84D3;
  }
}

.menu-container {
  padding: 16px 30px;
  font-size: 14px;
  line-height: 2;
}

.menu-list-container:not(:first-of-type) {
  margin-top: 16px;
}

.menu-link {
  font-weight: 500;
  letter-spacing: 0.7px;
}

.menu-item__head {
  font-weight: 700;
}

.menu-container ._orange .menu-link {
  color: #f57c00;
}

.menu-container ._green .menu-link {
  color: #19c322;
}

.menu-item {
  position: relative;
}
.menu-item::before {
  content: "-";
}

._orange .menu-item::before {
  color: #f57c00;
}

._green .menu-item::before {
  color: #19c322;
}

.menu-inquiry {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 30px 0;
}
.menu-inquiry a {
  padding: 4px 16px;
  background: #1F84D3;
  color: #ffffff;
  font-weight: 500;
  border-radius: 20px;
}

.mv {
  position: relative;
  padding: 76px 0 86px;
  background: #FCFAFD;
  overflow: hidden;
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 1064px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
.mv.employer-top-mv .mv-inner::after {
  display: none;
}
.mv.seeker-top-mv .mv-inner::after {
  display: none;
}

.sp-mv {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-mv {
    display: block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.mv-inner {
  max-width: 1800px;
  position: relative;
  z-index: 2;
  margin-left: 12.5%;
}
@media screen and (max-width: 767px) {
  .mv-inner {
    margin: 0 20px;
  }
}
.mv-inner::after {
  content: "";
  position: absolute;
  top: -65px;
  right: 0;
  z-index: -1;
  width: 100%;
  max-width: 1064px;
  height: 125%;
  background-image: url(../img/mv.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 767px) {
  .mv-inner::after {
    height: inherit;
  }
}

.mv-head__h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.39;
}
.mv-head__h1 ._orange {
  color: #f57c00;
}
.mv-head__h1 ._green {
  color: #19c322;
}
.mv-head__h1 ._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv-head__h1 {
    font-size: 26px;
  }
  .mv-head__h1 ._sp {
    display: block;
  }
  .mv-head ._orange {
    font-size: 30px;
  }
  .mv-head .green {
    font-size: 30px;
  }
  .mv-head ._sp-small {
    font-size: 22px;
  }
}

.mv__read {
  color: #0073ce;
  margin-top: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.636363;
  letter-spacing: 2.2px;
}
@media screen and (max-width: 767px) {
  .mv__read {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

.problems {
  position: relative;
  padding: 60px 30px;
  background: #1f84d3;
}
@media screen and (max-width: 767px) {
  .problems {
    padding: 30px 24px;
  }
}
.problems-head {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  color: #ffffff;
  font-size: 40px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.1;
}
.problems-head::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -180px;
  width: 177px;
  height: 177px;
  background-image: url(../img/sec01_01.png);
  background-size: contain;
}
.problems-head br {
  display: none;
}
@media screen and (max-width: 767px) {
  .problems-head {
    margin: 0 0 30px;
    width: 100%;
    font-size: 26px;
    line-height: 1.3;
    text-align: left;
  }
  .problems-head br {
    display: block;
  }
  .problems-head::before {
    width: 132px;
    height: 132px;
    left: unset;
    top: -46px;
    right: -15px;
  }
}
.problems-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .problems-container {
    display: block;
  }
}
.problems__categories-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 85px;
  padding-left: 140px;
  background: #ffffff;
  border-radius: 10px;
}
.problems__categories-item::before {
  content: "";
  position: absolute;
}
.problems__categories-item._01::before, .problems__categories-item._03::before {
  bottom: 0;
  left: 43px;
  width: 66px;
  height: 73px;
  background-image: url(../img/sec01_02.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .problems__categories-item._01::before, .problems__categories-item._03::before {
    width: 40px;
    height: 48px;
    bottom: -4px;
    left: 14px;
  }
}
.problems__categories-item._02::before, .problems__categories-item._04::before {
  bottom: 0;
  left: 43px;
  width: 78px;
  height: 75px;
  background-image: url(../img/sec01_03.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .problems__categories-item._02::before, .problems__categories-item._04::before {
    width: 40px;
    height: 48px;
    bottom: -10px;
    left: 14px;
  }
}
.problems__categories-item._05::before, .problems__categories-item._07::before {
  bottom: 0;
  left: 43px;
  width: 69px;
  height: 75px;
  background-image: url(../img/sec01_04.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .problems__categories-item._05::before, .problems__categories-item._07::before {
    width: 40px;
    height: 48px;
    bottom: -5px;
    left: 14px;
  }
}
.problems__categories-item._06::before, .problems__categories-item._08::before {
  bottom: 0;
  left: 43px;
  width: 81px;
  height: 74px;
  background-image: url(../img/sec01_05.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .problems__categories-item._06::before, .problems__categories-item._08::before {
    width: 40px;
    height: 48px;
    bottom: -11px;
    left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .problems__categories-item {
    padding: 7px 0 7px 64px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    font-size: 16px;
    line-height: 2.125;
  }
}
.problems__categories {
  max-width: 588px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .problems__categories:first-of-type {
    margin-bottom: 20px;
  }
}
.problems__categories-head {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5454545;
}
@media screen and (max-width: 767px) {
  .problems__categories-head {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.7;
  }
}
.problems__categories-list {
  display: grid;
  row-gap: 10px;
  font-weight: 500;
}
.problems__categories-list._orange {
  color: #f57c00;
}
.problems__categories-list._green {
  color: #19c322;
}
.problems__categories-item div {
  display: grid;
  place-items: center;
  place-items: end;
  max-width: 115px;
  width: 100%;
}
.problems::before {
  content: "";
  position: absolute;
  bottom: -66px;
  right: calc(50% - 97px);
  border-style: solid;
  border-right: 97px solid transparent;
  border-left: 97px solid transparent;
  border-top: 67px solid #1f84d3;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .problems::before {
    bottom: -34px;
    right: calc(50% - 58px);
    border-right: 58px solid transparent;
    border-left: 58px solid transparent;
    border-top: 34px solid #1f84d3;
  }
}
.problems__text {
  margin-top: 40px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.7px;
  text-align: center;
}
.problems__text span {
  color: #f6e035;
}
.problems__text ._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .problems__text {
    margin-top: 32px;
    font-size: 28px;
    line-height: 1.357;
  }
  .problems__text ._sp {
    display: block;
  }
}
.problems__categories-item._01 img, .problems__categories-item._03 img {
  width: 68px;
}

.service {
  max-width: 1200px;
  margin: 0 auto 90px;
  padding-top: 114px;
}
@media screen and (max-width: 767px) {
  .service {
    padding-top: 84px;
  }
}

.service__head {
  font-size: 28px;
  line-height: 1.571;
  text-align: center;
  letter-spacing: 1.4px;
}
.service__head span {
  color: #21e5be;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
.service__head ._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .service__head {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 1px;
  }
  .service__head ._sp {
    display: block;
  }
}

.service__text {
  margin-bottom: 30px;
  color: #1F84D3;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: 1.7px;
  text-align: center;
}
.service__text ._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .service__text {
    font-size: 26px;
    line-height: 1.538;
    letter-spacing: inherit;
  }
  .service__text ._sp {
    display: block;
  }
}

.service__description {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 1.8888;
}
@media screen and (max-width: 767px) {
  .service__description {
    font-size: 16px;
  }
}

.service__list {
  display: grid;
  row-gap: 48px;
  max-width: 936px;
  margin: 48px auto 0;
}

.service__item {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.service__item-image img {
  width: 340px;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .service__item-image {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
  }
  .service__item-image img {
    width: 100%;
    aspect-ratio: 327/230;
    -o-object-position: 50% 40%;
       object-position: 50% 40%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.service__item-body {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service__item-point {
  margin-bottom: 8px;
  color: #21e5be;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 2.125;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .service__item-point {
    margin-bottom: 0;
  }
}
.service__item-title {
  margin-bottom: 34px;
  color: #1F84D3;
  font-size: 34px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .service__item-title {
    margin-bottom: 4px;
    font-size: 24px;
  }
}
.service__item-text {
  line-height: 2;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px) {
  .service__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    row-gap: 14px;
    text-align: left;
  }
  .service__item-image img {
    max-width: 100%;
  }
}
.cv {
  padding: 64px 30px;
  background: #1F84D3;
}
.cv__head {
  color: #ffffff;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 1.6px;
  text-align: center;
}
.cv__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px auto 0;
  max-width: 1200px;
}
.cv__item {
  position: relative;
  width: 100%;
  max-width: 550px;
  padding: 39px 36px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
.cv__item::before {
  content: "";
  position: absolute;
}
.cv__item._01::before {
  content: "";
  bottom: -1px;
  left: 21px;
  max-width: 192px;
  width: 100%;
  aspect-ratio: 129/148;
  background-image: url(../img/sec03_01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.cv__item._02::before {
  content: "";
  bottom: -1px;
  left: 25px;
  max-width: 217px;
  width: 100%;
  aspect-ratio: 218/187;
  background-image: url(../img/sec03_02.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.cv__item-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
.cv__button-container {
  max-width: 220px;
  margin: 18px auto 0;
  line-height: 1.25;
}
.cv__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: auto;
  padding: 15px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 40px;
}
.cv__item._01 {
  color: #f57c00;
}
.cv__item._01 .cv__button {
  background: #f57c00;
  -webkit-transition: background ease 0.3s;
  transition: background ease 0.3s;
}
@media (hover: hover) {
  .cv__item._01 .cv__button:hover {
    background: #f54e00;
  }
}
.cv__item._02 {
  color: #19c322;
}
.cv__item._02 .cv__button {
  background: #19c322;
  -webkit-transition: background ease 0.3s;
  transition: background ease 0.3s;
}
@media (hover: hover) {
  .cv__item._02 .cv__button:hover {
    background: #25a30b;
  }
}
.cv__item-container {
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 0 0 auto;
}
.cv ._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .cv {
    padding: 50px 24px;
  }
  .cv__head {
    font-size: 26px;
    line-height: 1.538;
  }
  .cv__contents {
    display: block;
  }
  .cv__item-title {
    text-align: center;
    font-size: 16px;
  }
  .cv__item-container {
    margin: auto;
    padding-left: 10px;
  }
  .cv__item {
    max-width: 100%;
    padding: 20px;
  }
  .cv__item._01 {
    margin-bottom: 20px;
  }
  .cv__item._01::before {
    max-width: 92px;
    left: -20px;
  }
  .cv__item._02::before {
    max-width: 119px;
    aspect-ratio: 119/110;
    left: -17px;
    bottom: -8px;
  }
  .cv__button {
    padding: 10px;
  }
  .cv__button-container {
    width: 220px;
    margin: 10px auto 0;
  }
  .cv ._sp {
    display: block;
  }
}

.voice {
  max-width: 1200px;
  width: 100%;
  margin: 50px auto;
  padding: 0 30px;
}
.voice__head {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.33333;
}
.voice__head span {
  display: block;
  margin-bottom: 14px;
  color: #21cca9;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 2.125;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .voice__head {
    margin-bottom: 30px;
    font-size: 26px;
    letter-spacing: 1.3px;
    line-height: 1.3;
  }
  .voice__head span {
    margin-bottom: 0;
  }
}
.voice__card-container {
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
  margin-bottom: 40px;
}
.voice__card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: #f9f9f9;
  border-radius: 40px;
  padding: 50px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media screen and (max-width: 767px) {
  .voice__card {
    padding: 20px;
  }
}
.voice__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.voice__card-head img {
  max-width: 108px;
  -o-object-fit: contain;
     object-fit: contain;
}
.voice__card-name {
  font-size: 21px;
  font-weight: 700;
  color: #1F84D3;
}
@media screen and (max-width: 767px) {
  .voice__card-name {
    width: 100%;
  }
}
.voice__card-body {
  margin-bottom: 20px;
}
.voice__card-info {
  margin-bottom: 8px;
  color: #1F84D3;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1.05px;
  line-height: 1.2;
  background: #FCFAFD;
}
@media screen and (max-width: 767px) {
  .voice__card-info {
    line-height: 1.75;
  }
}
.voice__card-text {
  font-size: 16px;
  line-height: 2;
}
.voice__card-link {
  -ms-flex-item-align: end;
      align-self: end;
  text-align: center;
  margin-top: auto;
}
.voice__card-link a {
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.voice__card-link a:hover {
  color: #f57c00;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 0;
  }
  .voice__card-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .voice__card-name {
    font-size: 16px;
  }
  .voice__card-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.flow {
  padding: 90px 30px;
  background: #e8f9f9;
}
.flow__head {
  position: relative;
  margin-bottom: 52px;
  color: #1F84D3;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1333;
  text-align: center;
}
.flow__head span {
  color: #000000;
  font-size: 16px;
  line-height: 2.125;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .flow__head {
    margin-bottom: 55px;
    font-size: 26px;
    letter-spacing: 1.3px;
    line-height: 1.3;
    text-align: left;
  }
  .flow__head span {
    margin-bottom: 0;
  }
}
.flow__head::after {
  content: "";
  position: absolute;
  bottom: -28px;
  right: 25%;
  width: 188px;
  height: 192px;
  background-image: url(../img/sec05_01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .flow__head::after {
    width: 145px;
    height: 148px;
    right: 0;
    bottom: -75%;
  }
}
.flow-inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 27px;
     -moz-column-gap: 27px;
          column-gap: 27px;
}
.flow__item {
  position: relative;
  display: grid;
  max-width: 160px;
  width: 100%;
  padding: 20px 8px;
  aspect-ratio: 8/7;
  font-weight: 700;
  border-radius: 10px;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.flow__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 9px solid #0073ce;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .flow__item:not(:last-of-type)::after {
    bottom: 100%;
    top: calc(100% + 5px);
    right: 50%;
    -webkit-transform: rotatez(90deg);
            transform: rotatez(90deg);
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 16px solid #0073ce;
  }
}
.flow__step {
  font-size: 18px;
}
.flow__step span {
  color: #1F84D3;
  font-size: 23px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 40px 24px 50px;
  }
  .flow__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 34px;
  }
  .flow__item {
    max-width: 100%;
    aspect-ratio: inherit;
    padding: 24px 0 24px 9.17%;
    line-height: 1.11;
    text-align: left;
  }
  .flow__item br {
    display: none;
  }
  .flow__step span {
    padding-right: 20px;
  }
}

.faq {
  max-width: 1200px;
  width: 100%;
  margin: 28px auto 0;
}
.faq__title {
  margin: 0 auto 20px;
  font-size: 26px;
  letter-spacing: 1px;
  text-align: center;
}
.faq__title._orange {
  color: #f57c00;
}
.faq__title._green {
  color: #19c322;
}
@media screen and (max-width: 767px) {
  .faq__title {
    margin: 40px auto 20px;
    font-size: 20px;
  }
}
.faq__head {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.33333;
}
.faq__head span {
  display: block;
  margin-bottom: 14px;
  color: #21cca9;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 2.125;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .faq__head {
    margin-bottom: 30px;
    font-size: 26px;
    letter-spacing: 1.3px;
    line-height: 1.3;
  }
  .faq__head span {
    margin-bottom: 0;
  }
}
.faq__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .faq__container {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin-bottom: 0;
  }
}
.faq__list {
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .faq__list-container {
    margin-bottom: 50px;
  }
}
.faq__item {
  border-bottom: 1px solid #d9d9d9;
}
.faq__item:first-of-type {
  border-top: 1px solid #d9d9d9;
}
.faq__item dt {
  position: relative;
  padding: 24px 0 24px 80px;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.faq__item dt:hover {
  color: #0073ce;
}
.faq__item dt::before {
  content: "Q";
  position: absolute;
  left: 32px;
}
@media screen and (max-width: 767px) {
  .faq__item dt::before {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .faq__item dt {
    padding: 16px 0 16px 32px;
  }
}
.faq__item dd {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.faq__link {
  text-align: center;
  margin-top: 40px;
}
.faq__link a {
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.faq__link a:hover {
  color: #1F84D3;
}
@media screen and (max-width: 767px) {
  .faq__link a {
    font-size: 18px;
    line-height: 1.5;
  }
}

.mv-buttons-container {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .mv-buttons-container {
    margin-top: 20px;
  }
}

.mv-button-container {
  margin: 0 auto 0 0;
}
.mv-button-container:first-of-type {
  margin-bottom: 12px;
}

.mv-button {
  position: relative;
  display: grid;
  place-items: center;
  max-width: 460px;
  width: 100%;
  padding: 28px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 1;
}
.mv-button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  width: 14px;
  height: 14px;
  margin: auto;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .mv-button::before {
    right: 22px;
    width: 10px;
    height: 10px;
  }
}
.mv-button._orange {
  background: #f57c00;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (hover: hover) {
  .mv-button._orange:hover {
    background: #f54e00;
  }
}
.mv-button._green {
  background: #19c322;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (hover: hover) {
  .mv-button._green:hover {
    background: #25a30b;
  }
}
@media screen and (max-width: 767px) {
  .mv-button {
    margin: auto;
    padding: 22px;
    font-size: 19px;
    line-height: 1;
  }
}

.button-sub-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.8px;
  text-align: center;
}

.diagnosis {
  position: relative;
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 50px 88px;
  background: #fff9f2;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .diagnosis {
    margin: 48px auto;
    padding: 0 24px 30px;
  }
}

.diagnosis__header {
  position: relative;
  z-index: 2;
  height: 120px;
  margin: 0 -50px;
  background-image: url(../img/seeker/seeker_diagnosis_header.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-clip: padding-box;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .diagnosis__header {
    height: 130px;
    padding: 30px 0 0 24px;
    background-image: url(../img/seeker/seeker_diagnosis_sp_header.png);
    background-size: 100%;
    font-size: 24px;
    letter-spacing: 1.2px;
    line-height: 1.2;
    text-align: left;
    margin: 0 -24px;
  }
}
.diagnosis__header span {
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .diagnosis__header span {
    font-size: 14px;
  }
}

.diagnosis::after {
  content: "";
  position: absolute;
  right: -25px;
  top: -50px;
  width: 213px;
  height: 363px;
  background-image: url(../img/seeker/seeker_diagnosis.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .diagnosis::after {
    top: -18px;
    right: -10px;
    width: 129px;
    height: 148px;
    background-image: url(../img/sec03_01.png);
  }
}

.diagnosis__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}
.diagnosis__title span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #21e5be;
  line-height: 2.125;
}

.diagnosis__intro {
  margin-top: 46px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .diagnosis__intro {
    margin-top: 16px;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 1.43;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .diagnosis__intro br._pc {
    display: none;
  }
}

.diagnosis-contents {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .diagnosis-contents {
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-top: 12px;
  }
}

.diagnosis__details {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.diagnosis__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 2.4444;
}
@media screen and (max-width: 767px) {
  .diagnosis__list {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.43;
  }
}
.diagnosis__list-head {
  color: #1F84D3;
  font-weight: 700;
}

.diagnosis__flow {
  position: relative;
  max-width: 400px;
  width: 100%;
  padding: 30px 66px;
  background: #ffffff;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .diagnosis__flow {
    padding: 26px 24px 14px;
  }
}

.diagnosis__flow-title {
  position: absolute;
  top: -16px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  line-height: 2;
  padding: 0 66px;
  background: #1b3448;
  border-radius: 40px;
  color: #ffffff;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .diagnosis__flow-title {
    font-size: 15px;
  }
}

.diagnosis__flow-options {
  display: grid;
  row-gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.diagnosis__option {
  font-weight: 700;
}

.diagnosis__option-title {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .diagnosis__option-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .diagnosis__option-text {
    font-size: 14px;
  }
}

._01 .diagnosis__option-title {
  color: #1F84D3;
}

._02 .diagnosis__option-title {
  color: #f57c00;
}

.diagnosis-button {
  max-width: 600px;
  width: 100%;
  margin: 45px auto 0;
}
@media screen and (max-width: 767px) {
  .diagnosis-button {
    margin: 20px auto 0;
  }
}

.diagnosis-button a {
  position: relative;
  display: grid;
  place-items: center;
  padding: 28px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #f57c00;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 1;
  -webkit-transition: background ease 0.3s;
  transition: background ease 0.3s;
}
@media screen and (max-width: 767px) {
  .diagnosis-button a {
    font-size: 17px;
    margin: 0 -9px;
    padding: 22px;
  }
}
@media (hover: hover) {
  .diagnosis-button a:hover {
    background: #f54e00;
  }
}
.diagnosis-button a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 46px;
  width: 14px;
  height: 14px;
  margin: auto;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .diagnosis-button a::after {
    right: 16px;
    width: 11px;
    height: 11px;
  }
}

.index {
  max-width: 1200px;
  width: 100%;
  margin: 100px auto 120px;
}
@media screen and (max-width: 767px) {
  .index {
    margin: 0 auto 32px;
  }
}

.index__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .index__list {
    margin-top: 24px;
    row-gap: 14px;
  }
}
.index__list a {
  display: grid;
  place-content: center;
  width: 100%;
  padding: 30px;
  border: 2px solid #f57c00;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5454;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .index__list a {
    padding: 12px;
    font-size: 14px;
  }
}

.index._employer a {
  border: 2px solid #19c322;
}

.index__item a {
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (hover: hover) {
  .index__item a:hover {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
}

.seeker-section-head {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
.seeker-section-head span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #21e5be;
  letter-spacing: 1.6px;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .seeker-section-head {
    text-align: left;
    font-size: 24px;
    letter-spacing: 0.6px;
  }
  .seeker-section-head span {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.employer-section-head {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
.employer-section-head span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #1F84D3;
  letter-spacing: 1.6px;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .employer-section-head {
    font-size: 24px;
    letter-spacing: 0.6px;
  }
  .employer-section-head span {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.seeker-sub-mv {
  position: relative;
  width: 100%;
  min-height: 300px;
  margin-top: -70px;
  padding: 0 30px;
  background-image: url(../img/seeker/seeker_sub_mv_bg_pc.png);
  background-size: cover;
  background-position: right center;
}
@media screen and (max-width: 767px) {
  .seeker-sub-mv {
    min-height: 148px;
    margin-top: -9px;
    background-image: url(../img/seeker/seeker_sub_mv_bg_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.seeker-sub-mv__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .seeker-sub-mv__inner {
    padding-top: 55px;
  }
}

.employer-sub-mv {
  position: relative;
  width: 100%;
  min-height: 300px;
  margin-top: -70px;
  padding: 0 30px;
  background-image: url(../img/employer/emplyer_sub_mv_bg_pc.png);
  background-size: cover;
  background-position: right center;
}
@media screen and (max-width: 767px) {
  .employer-sub-mv {
    min-height: 148px;
    margin-top: -9px;
    background-image: url(../img/employer/emplyer_sub_mv_bg_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.employer-sub-mv__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .employer-sub-mv__inner {
    padding-top: 55px;
  }
}

.employer-sub-mv__head {
  font-size: 40px;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .employer-sub-mv__head {
    display: grid;
    place-content: center;
    font-size: 20px;
  }
}

.breadcrumb {
  position: absolute;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100%;
    bottom: -24px;
    margin-left: -30px;
    padding-left: 12px;
    height: 26px;
    background: #fcfafd;
  }
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  font-size: 12px;
  line-height: 2.83;
}
@media screen and (max-width: 767px) {
  .breadcrumb__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

.breadcrumb__item {
  position: relative;
}

.breadcrumb__item:not(:last-of-type)::after {
  content: "＞";
  position: absolute;
  right: -24px;
}

.qa {
  width: 100%;
  max-width: 1200px;
  margin: 45px auto 80px;
  display: grid;
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .qa {
    margin: 40px auto 60px;
  }
}

.qa__item {
  padding: 40px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .qa__item {
    padding: 24px;
  }
}

.qa__question {
  position: relative;
  padding-left: 66px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.888;
}
@media screen and (max-width: 767px) {
  .qa__question {
    padding-left: 34px;
  }
}
.qa__question::after {
  content: "Q";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .qa__question::after {
    top: 0;
  }
}

._seeker .qa__question {
  color: #f57c00;
}

._employer .qa__question {
  color: #19c322;
}

.qa__answer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-left: 66px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .qa__answer {
    padding-left: 34px;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
  }
}
.qa__answer::after {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  color: #1F84D3;
  font-size: 18px;
  font-weight: 700;
}

.employer-section-hgroup {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .employer-section-hgroup {
    padding: 0;
  }
}

.employer-section-head-02 {
  margin-top: 55px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .employer-section-head-02 {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
.employer-section-head-02 span {
  display: inline-block;
  font-size: 16px;
  color: #1F84D3;
  letter-spacing: 1.6px;
  line-height: 2.125;
}

.employer-section-hgroup__text {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .employer-section-hgroup__text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: unset;
    line-height: 2;
  }
}

.container {
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .container {
    margin: 0 24px;
  }
}

.footer {
  padding: 68px 30px 12px;
  background: #f6f6f6;
}
.footer-inner {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.footer__logo {
  width: 163px;
}
.footer__nav {
  justify-self: end;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    font-size: 16px;
    line-height: 2.26;
  }
}
.footer__nav-list {
  display: grid;
  grid-template-columns: repeat(4, -webkit-max-content);
  grid-template-columns: repeat(4, max-content);
  gap: 60px;
  list-style: none;
}
.footer__nav-list:first-of-type {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .footer__nav-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-self: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-list {
    grid-template-columns: auto;
    gap: 20px;
  }
}
.footer__nav-subitem--parent .footer__nav-link {
  font-weight: 700;
}
.footer__nav-subitem--child .footer__nav-link {
  font-weight: 500;
  padding-left: 12px;
}
.footer__nav-link {
  color: #000000;
  line-height: 1.6;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer__nav-link:hover {
  color: #0073ce;
}
.footer__nav-link--parent {
  font-weight: 700;
  color: #000000;
}
.footer__nav-link--child {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 12px 24px 20px;
  }
  .footer-inner {
    display: block;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__nav {
    justify-self: start;
  }
}

.footer__nav-subitem--child {
  position: relative;
}
.footer__nav-subitem--child::before {
  content: "-";
  position: absolute;
}

.copy {
  max-width: 1200px;
  margin: 60px auto 0;
}
.copy small {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .copy small {
    margin: 20px auto 0;
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}

/* ハンバーガーメニュー */
.menu-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-button {
    position: fixed;
    top: 0;
    right: 0;
    display: grid;
    place-items: center;
    place-content: center;
    width: 60px;
    height: 60px;
    border: none;
    cursor: pointer;
    z-index: 400;
    background-color: transparent;
  }
}

/* バー */
.bar,
.bar::before,
.bar::after {
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background-color: #1F84D3;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.bar {
  display: grid;
}
.bar::before, .bar::after {
  content: "";
  grid-area: 1/1;
}
.bar::before {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.bar::after {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

/* オープン時のバー */
.menu-open .bar {
  background-color: transparent;
}
.menu-open .bar::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #1F84D3;
}
.menu-open .bar::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #1F84D3;
}

/* メニューラベル */
.menu-label {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  font-size: 10px;
  color: #ffffff;
}

/* オーバーレイ */
.overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* オープン時のオーバーレイ */
}
.menu-open .overlay {
  visibility: visible;
  opacity: 1;
}

/* メニュー、ナビゲーションのコンテナ */
.menu {
  position: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  max-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  right: 0;
  top: 10px;
  z-index: 300;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  border-radius: 12px;
}
.menu__inner {
  padding: 20px 15px;
}

/* オープン時のメニュー */
.menu-open .menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* オープン時のbody */
.menu-open {
  overflow: clip;
}

.menu-open .menu-button {
  top: 8px;
}

.mv.seeker-top-mv::after {
  top: 0;
  right: 0;
  width: 100%;
  background-image: url(../img/seeker/seeker_bg_pc.png);
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .mv.seeker-top-mv::after {
    display: block;
    max-width: 100%;
    background-image: url(../img/seeker/seeker_bg_sp.png);
    background-position: center;
    background-size: 100% 100%;
  }
}

.seeker-top-mv {
  position: relative;
  height: 710px;
  margin-top: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .seeker-top-mv {
    height: 584px;
    display: block;
    margin-top: 0;
    padding: unset;
  }
}
.seeker-top-mv .mv-inner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 118px;
}
@media screen and (max-width: 767px) {
  .seeker-top-mv .mv-inner {
    margin-top: unset;
  }
}
.seeker-top-mv br._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .seeker-top-mv br._sp {
    display: block;
  }
}
.seeker-top-mv .mv-head__h1 {
  font-size: 60px;
  line-height: 1.333;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .seeker-top-mv .mv-head__h1 {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 1.3px;
  }
}
@media screen and (max-width: 767px) {
  .seeker-top-mv .mv__read {
    margin-top: 8px;
    font-size: 14px;
    text-align: center;
  }
  .seeker-top-mv .mv-head {
    margin-top: 20px;
    text-align: center;
  }
  .seeker-top-mv .button-sub-text {
    margin-bottom: 8px;
    font-size: 13px;
  }
}

.seeker-top-mv__img {
  position: absolute;
  bottom: 0;
  left: 55%;
  max-width: 634px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .seeker-top-mv__img {
    position: inherit;
    right: -50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -18px;
    width: 234px;
    padding: 0;
  }
}

.seeker-top-mv .mv-buttons-container {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  .seeker-top-mv .mv-buttons-container {
    margin: 20px auto 0;
  }
}

.seeker-problems {
  position: relative;
  padding: 60px 60px;
  background: #f57c00;
}
@media screen and (max-width: 767px) {
  .seeker-problems {
    padding: 36px 24px;
  }
}
.seeker-problems::before {
  content: "";
  position: absolute;
  bottom: -66px;
  right: calc(50% - 97px);
  border-style: solid;
  border-right: 97px solid transparent;
  border-left: 97px solid transparent;
  border-top: 67px solid #f57c00;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .seeker-problems::before {
    bottom: -34px;
    right: calc(50% - 59px);
    border-right: 59px solid transparent;
    border-left: 59px solid transparent;
    border-top: 34px solid #f57c00;
  }
}
@media screen and (max-width: 767px) {
  .seeker-problems .problems__text {
    font-size: 24px;
  }
}
.seeker-problems .problems__text br._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .seeker-problems .problems__text br._sp {
    display: block;
  }
}

.seeker-problems-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  color: #ffffff;
  font-size: 40px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .seeker-problems-head {
    margin: 0 auto 26px;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 1.3px;
  }
}

.seeker-problems__list {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 22px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .seeker-problems__list {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}

.seeker-problems__item {
  position: relative;
  max-width: 590px;
  width: 100%;
  margin: auto;
  height: 100%;
  padding: 34px 8px 32px 150px;
  background: #ffffff;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.2;
}
.seeker-problems__item span {
  font-size: 24px;
  font-weight: 700;
  color: #f57c00;
  line-height: 1.41;
}
@media screen and (max-width: 767px) {
  .seeker-problems__item {
    padding: 10px 18px 10px 70px;
    font-size: 12px;
    line-height: 1.5;
  }
  .seeker-problems__item span {
    font-size: 16px;
    line-height: 2.125;
  }
  .seeker-problems__item._01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .seeker-problems__item._02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .seeker-problems__item._03 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .seeker-problems__item._04 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.seeker-problems__item::before {
  content: "";
  position: absolute;
}
.seeker-problems__item._01::before, .seeker-problems__item._04::before {
  bottom: 0;
  left: 24px;
  width: 108px;
  height: 119px;
  background-image: url(../img/sec01_02.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .seeker-problems__item._01::before, .seeker-problems__item._04::before {
    bottom: 50%;
    left: 20px;
    -webkit-transform: translatey(50%);
            transform: translatey(50%);
    width: 40px;
    height: 48px;
  }
}
.seeker-problems__item._02::before, .seeker-problems__item._03::before {
  bottom: 0;
  left: 14px;
  width: 125px;
  height: 120px;
  background-image: url(../img/sec01_03.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .seeker-problems__item._02::before, .seeker-problems__item._03::before {
    bottom: 50%;
    left: 20px;
    -webkit-transform: translatey(50%);
            transform: translatey(50%);
    -webkit-transform: translatey(calc(50% + 8px));
            transform: translatey(calc(50% + 8px));
    width: 40px;
    height: 48px;
  }
}

.problems__text-sub {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .problems__text-sub {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.625;
  }
}

.experience {
  max-width: 1200px;
  margin: 128px auto 80px;
}
.experience br._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .experience br._sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .experience {
    margin: 34px 0 48px;
  }
}
.experience__head {
  position: relative;
  padding: 0 0 32px 256px;
  font-size: 34px;
  line-height: 1.53;
  letter-spacing: 1.7px;
  border-bottom: 5px solid #f57c00;
}
@media screen and (max-width: 767px) {
  .experience__head {
    padding: 24px 0;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.5px;
  }
}
.experience__head ._orange {
  color: #f57c00;
}
.experience__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 208px;
  height: 271px;
  background-image: url(../img/seeker/seeker_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .experience__head::before {
    display: none;
  }
}
.experience__head::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .experience__head::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 149px;
    height: 195px;
    background-image: url(../img/seeker/seeker_01_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.experience__features {
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 68px;
  padding: 65px 75px 60px;
  background: #f5f5f5;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .experience__features {
    grid-template-columns: 1fr;
    padding: 12px;
    row-gap: 12px;
    margin-top: 30px;
  }
}

.feature-card {
  background: #ffffff;
  border-radius: 12px 12px 0 0;
}
.feature-card__body {
  padding: 18px 30px;
}
@media screen and (max-width: 767px) {
  .feature-card__body {
    padding: 8px 18px 20px;
  }
}
.feature-card__img {
  border-radius: 12px 12px 0 0;
}
.feature-card__title {
  margin-bottom: 18px;
  text-align: center;
  color: #1F84D3;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .feature-card__title {
    margin-bottom: 8px;
  }
}
.feature-card__text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.466;
  text-align: center;
}

.cta-seeker {
  width: 100%;
  height: auto;
  padding: 84px 30px 66px;
  background-image: url(../img/seeker/seeker_cta_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
}
@media screen and (max-width: 767px) {
  .cta-seeker {
    padding: 50px 24px;
    background-image: url(../img/seeker/seeker_cv_bg_sp.png);
  }
}
.cta-seeker__inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.cta-seeker__title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-seeker__title {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 1.3px;
  }
}
.cta-seeker__title ._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .cta-seeker__title ._sp {
    display: block;
  }
}
.cta-seeker__body {
  position: relative;
  width: 100%;
  margin-top: 65px;
  padding: 37px 30px 40px;
  background: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .cta-seeker__body {
    margin-top: 40px;
    padding: 20px;
  }
}
.cta-seeker__body::before {
  content: "";
  position: absolute;
  left: 77px;
  bottom: 0;
  width: 238px;
  aspect-ratio: 238/222;
  background-image: url(../img/sec03_01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .cta-seeker__body::before {
    left: -18px;
    width: 119px;
  }
}
.cta-seeker__body-content {
  max-width: 370px;
  margin-left: 305px;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .cta-seeker__body-content {
    margin: auto;
    position: relative;
  }
}
.cta-seeker__text {
  color: #f57c00;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-seeker__text {
    font-size: 16px;
  }
}
.cta-seeker__button {
  width: 100%;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .cta-seeker__button {
    margin-top: 10px;
  }
}
.cta-seeker__button a {
  display: grid;
  place-content: center;
  max-width: 370px;
  padding: 8px;
  background: #f57c00;
  border-radius: 40px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  -webkit-transition: background ease 0.3s;
  transition: background ease 0.3s;
}
@media (hover: hover) {
  .cta-seeker__button a:hover {
    background: #f54e00;
  }
}
@media screen and (max-width: 767px) {
  .cta-seeker__button a {
    display: block;
    padding: 10px;
    max-width: 220px;
    width: 100%;
    margin: auto;
    font-size: 16px;
    text-align: center;
  }
}

.seeker-section-head-02 {
  margin-top: 55px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.1;
  text-align: center;
}
.seeker-section-head-02 span {
  display: inline-block;
  font-size: 16px;
  color: #21e5be;
  letter-spacing: 1.6px;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .seeker-section-head-02 {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}

.seeker-features {
  max-width: 1200px;
  width: 100%;
  margin: 45px auto 0;
}
@media screen and (max-width: 767px) {
  .seeker-features {
    margin: 40px auto 0;
  }
}

.seeker-features__list {
  display: grid;
  row-gap: 40px;
}
@media screen and (max-width: 767px) {
  .seeker-features__list {
    row-gap: 24px;
  }
}

.seeker-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .seeker-features__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 24px;
  }
}

.seeker-features__img {
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 300px;
  min-width: 200px;
}
.seeker-features__img img {
  max-width: 300px;
  width: 100%;
  border-radius: 12px 0 0 12px;
}
@media screen and (max-width: 767px) {
  .seeker-features__img {
    max-width: 239px;
  }
}

.seeker-features__title {
  margin-bottom: 20px;
  font-size: 28px;
  color: #f57c00;
}
@media screen and (max-width: 767px) {
  .seeker-features__title {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 1.7;
  }
}

.seeker-features__body {
  padding: 56px 56px 56px 0;
}
@media screen and (max-width: 767px) {
  .seeker-features__body {
    padding: 0 0 12px;
  }
}

.seeker-flow {
  width: 100%;
  max-width: 1200px;
  margin: 45px auto 120px;
}
@media screen and (max-width: 767px) {
  .seeker-flow {
    margin: 45px auto 65px;
  }
}

.seeker-flow__list {
  display: grid;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 50px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .seeker-flow__list {
    grid-template-columns: auto;
    row-gap: 36px;
  }
}

.seeker-flow__item {
  position: relative;
  max-width: 380px;
  height: 100%;
  margin: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.seeker-flow__item::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #f57c00;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .seeker-flow__item::after {
    top: -15px;
    left: 15px;
    width: 31px;
    height: 34px;
  }
}
.seeker-flow__item:nth-of-type(1)::after {
  content: "1";
}
.seeker-flow__item:nth-of-type(2)::after {
  content: "2";
}
.seeker-flow__item:nth-of-type(3)::after {
  content: "3";
}
.seeker-flow__item:nth-of-type(4)::after {
  content: "4";
}
.seeker-flow__item:nth-of-type(5)::after {
  content: "5";
}
.seeker-flow__item:nth-of-type(6)::after {
  content: "6";
}
.seeker-flow__item:nth-of-type(7)::after {
  content: "7";
}
.seeker-flow__item:nth-of-type(8)::after {
  content: "8";
}
.seeker-flow__item:nth-of-type(9)::after {
  content: "9";
}

@media screen and (max-width: 767px) {
  .seeker-flow__img {
    width: 100%;
  }
}
.seeker-flow__img img {
  height: 100%;
  border-radius: 12px 12px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.seeker-flow__body {
  padding: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seeker-flow__body {
    padding: 20px 24px;
  }
}

.seeker-flow__title {
  color: #f57c00;
  font-size: 24px;
  line-height: 1.41;
}
@media screen and (max-width: 767px) {
  .seeker-flow__title {
    font-size: 20px;
    line-height: 1.2;
  }
}

.seeker-flow__text {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.73;
}
@media screen and (max-width: 767px) {
  .seeker-flow__text {
    font-weight: 500;
    line-height: 2;
  }
}

.seeker-voice {
  width: 100%;
  max-width: 1200px;
  margin: 45px auto 0;
}

.seeker-voice__list {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 38px;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
}
@media screen and (max-width: 767px) {
  .seeker-voice__list {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

.seeker-voice__item {
  padding: 50px 60px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .seeker-voice__item {
    padding: 24px;
  }
}

.seeker-voice_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .seeker-voice_head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.seeker-voice__img {
  width: 100%;
  max-width: 120px;
}

.seeker-voice__title {
  font-size: 18px;
  font-weight: 700;
  color: #f57c00;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .seeker-voice__title {
    margin: 10px 0;
  }
}

.seeker-voice__title-sub {
  padding: 0 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.26;
  background: #f4f4f4;
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .seeker-voice__title-sub {
    margin: auto;
  }
}

.seeker-voice__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .seeker-voice__body {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
  }
}

.seeker-support {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 110px;
}

.seeker-support__list {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 38px;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  margin-top: 45px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .seeker-support__list {
    grid-template-columns: 1fr;
  }
}

.seeker-support__item {
  padding: 50px 60px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .seeker-support__item {
    padding: 24px;
  }
}

.seeker-support__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media screen and (max-width: 767px) {
  .seeker-support__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.seeker-support__img {
  width: 128px;
}

.seeker-support__title {
  font-size: 20px;
  font-weight: 700;
  color: #f57c00;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .seeker-support__title {
    margin-top: 10px;
  }
}

.seeker-support__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .seeker-support__body {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
  }
}

.mv.employer-top-mv::after {
  top: 0;
  right: 0;
  width: 100%;
  background-image: url(../img/employer/employer_bg_pc.png);
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .mv.employer-top-mv::after {
    display: block;
    max-width: 100%;
    background-image: url(../img/employer/employer_bg_sp.png);
    background-position: center;
    background-size: 100% 100%;
  }
}

.mv.employer-top-mv {
  background: #ffffff;
}

.employer-top-mv {
  position: relative;
  height: 710px;
  margin-top: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .employer-top-mv {
    height: 574px;
    display: block;
    margin-top: 0;
    padding: unset;
  }
}
.employer-top-mv .mv-inner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 118px;
}
@media screen and (max-width: 767px) {
  .employer-top-mv .mv-inner {
    margin-top: unset;
  }
}
.employer-top-mv br._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .employer-top-mv br._sp {
    display: block;
  }
}
.employer-top-mv .mv-head__h1 {
  font-size: 60px;
  line-height: 1.333;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .employer-top-mv .mv-head__h1 {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 1.3px;
  }
}
@media screen and (max-width: 767px) {
  .employer-top-mv .mv__read {
    margin-top: 8px;
    font-size: 17px;
    line-height: 1.47;
    text-align: center;
  }
  .employer-top-mv .mv-head {
    margin-top: 20px;
    text-align: center;
  }
  .employer-top-mv .button-sub-text {
    margin-bottom: 8px;
    font-size: 13px;
  }
}

.employer-top-mv__img {
  position: absolute;
  bottom: 0;
  left: 55%;
  max-width: 634px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .employer-top-mv__img {
    position: inherit;
    right: -50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -4px;
    width: 276px;
    padding: 0;
  }
}

.employer-top-mv .mv-buttons-container {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  .employer-top-mv .mv-buttons-container {
    margin: 20px auto 0;
  }
}

.employer-problems {
  position: relative;
  padding: 60px 60px;
  background: #19c322;
}
@media screen and (max-width: 767px) {
  .employer-problems {
    padding: 36px 24px;
  }
}
.employer-problems::before {
  content: "";
  position: absolute;
  bottom: -66px;
  right: calc(50% - 97px);
  border-style: solid;
  border-right: 97px solid transparent;
  border-left: 97px solid transparent;
  border-top: 67px solid #19c322;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .employer-problems::before {
    bottom: -34px;
    right: calc(50% - 59px);
    border-right: 59px solid transparent;
    border-left: 59px solid transparent;
    border-top: 34px solid #19c322;
  }
}
@media screen and (max-width: 767px) {
  .employer-problems .problems__text {
    font-size: 24px;
  }
}
.employer-problems .problems__text br._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .employer-problems .problems__text br._sp {
    display: block;
  }
}

.employer-problems-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  color: #ffffff;
  font-size: 40px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .employer-problems-head {
    margin: 0 auto 26px;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 1.3px;
  }
}

.employer-problems__list {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 22px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .employer-problems__list {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}

.employer-problems__item {
  position: relative;
  max-width: 590px;
  width: 100%;
  margin: auto;
  height: 100%;
  padding: 34px 8px 32px 150px;
  background: #ffffff;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.employer-problems__item span {
  font-size: 24px;
  font-weight: 700;
  color: #19c322;
  line-height: 1.41;
}
@media screen and (max-width: 767px) {
  .employer-problems__item {
    padding: 10px 18px 10px 70px;
    font-size: 12px;
    line-height: 1.5;
  }
  .employer-problems__item span {
    font-size: 16px;
    line-height: 2.125;
  }
  .employer-problems__item._01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .employer-problems__item._02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .employer-problems__item._03 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .employer-problems__item._04 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.employer-problems__item::before {
  content: "";
  position: absolute;
}
.employer-problems__item._01::before, .employer-problems__item._04::before {
  bottom: 0;
  left: 24px;
  width: 113px;
  height: 122px;
  background-image: url(../img/sec01_04.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .employer-problems__item._01::before, .employer-problems__item._04::before {
    bottom: 50%;
    left: 20px;
    -webkit-transform: translatey(50%);
            transform: translatey(50%);
    width: 40px;
    height: 48px;
  }
}
.employer-problems__item._02::before, .employer-problems__item._03::before {
  bottom: 0;
  left: 14px;
  width: 132px;
  height: 121px;
  background-image: url(../img/sec01_05.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .employer-problems__item._02::before, .employer-problems__item._03::before {
    bottom: 50%;
    left: 20px;
    -webkit-transform: translatey(50%);
            transform: translatey(50%);
    -webkit-transform: translatey(calc(50% + 8px));
            transform: translatey(calc(50% + 8px));
    width: 40px;
    height: 48px;
  }
}

.problems__text-sub {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .problems__text-sub {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.625;
  }
}

.employer-experience {
  max-width: 1200px;
  margin: 128px auto 80px;
}
.employer-experience br._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .employer-experience br._sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .employer-experience {
    margin: 34px 0 48px;
  }
}
.employer-experience__head {
  position: relative;
  padding: 0 0 32px 256px;
  font-size: 34px;
  line-height: 1.53;
  letter-spacing: 1.7px;
  border-bottom: 5px solid #19c322;
}
.employer-experience__head br._pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .employer-experience__head br._pc {
    display: none;
  }
}
.employer-experience__head br._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .employer-experience__head br._sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .employer-experience__head {
    padding: 24px 0;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.5px;
  }
}
.employer-experience__head ._green {
  color: #19c322;
}
.employer-experience__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 228px;
  height: 255px;
  background-image: url(../img/employer/employer_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .employer-experience__head::before {
    display: none;
  }
}
.employer-experience__head::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .employer-experience__head::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 168px;
    height: 219px;
    background-image: url(../img/employer/employer_01_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.employer-experience__inner {
  margin: 80px auto;
  padding: 45px 75px;
  background: #f5f5f5;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .employer-experience__inner {
    padding: 22px 0 0;
  }
}

.employer-experience__head-sub {
  font-size: 28px;
  line-height: 1.57;
  letter-spacing: 1.4px;
  text-align: center;
}
.employer-experience__head-sub br._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .employer-experience__head-sub br._sp {
    display: block;
  }
}
.employer-experience__head-sub ._green {
  color: #19c322;
}
@media screen and (max-width: 767px) {
  .employer-experience__head-sub {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
}

.employer-experience__features {
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .employer-experience__features {
    grid-template-columns: 1fr;
    padding: 12px;
    row-gap: 12px;
    margin-top: 10px;
  }
}

.employer-experience__text {
  margin-top: 24px;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .employer-experience__text {
    margin-top: 20px;
    padding: 0 28px 40px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: unset;
    line-height: 1.444;
  }
}

.feature-card {
  background: #ffffff;
  border-radius: 12px;
}
.feature-card__body {
  padding: 18px 30px;
}
@media screen and (max-width: 767px) {
  .feature-card__body {
    padding: 8px 18px 20px;
  }
}
.feature-card__img {
  border-radius: 12px 12px 0 0;
}
.feature-card__title {
  margin-bottom: 18px;
  text-align: center;
  color: #1F84D3;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .feature-card__title {
    margin-bottom: 8px;
  }
}
.feature-card__text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.466;
  text-align: center;
}

.cta-employer {
  width: 100%;
  height: auto;
  padding: 84px 30px 66px;
  background-image: url(../img/employer/employer_cta_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
}
@media screen and (max-width: 767px) {
  .cta-employer {
    padding: 50px 24px;
    background-image: url(../img/employer/employer_cv_bg_sp.png);
  }
}
.cta-employer__inner {
  width: 100%;
  margin: auto;
}
.cta-employer__title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-employer__title {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 1.3px;
  }
}
.cta-employer__title ._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .cta-employer__title ._sp {
    display: block;
  }
}
.cta-employer__body {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 65px;
  padding: 37px 30px 40px;
  background: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .cta-employer__body {
    margin-top: 40px;
    padding: 18px;
  }
}
.cta-employer__body::before {
  content: "";
  position: absolute;
  left: 77px;
  bottom: 0;
  width: 244px;
  aspect-ratio: 244/197;
  background-image: url(../img/employer/employer.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .cta-employer__body::before {
    bottom: -50px;
    left: -37px;
    width: 141px;
  }
}
.cta-employer__body-content {
  margin-left: 250px;
}
@media screen and (max-width: 767px) {
  .cta-employer__body-content {
    margin: auto;
    position: relative;
  }
}
.cta-employer__text {
  color: #19c322;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: 1.2;
  text-align: center;
}
.cta-employer__text br._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .cta-employer__text br._sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .cta-employer__text {
    color: #000000;
    font-size: 16px;
  }
}
.cta-employer__button {
  width: 100%;
  max-width: 370px;
  margin-top: 18px;
  margin: 18px auto 0;
}
@media screen and (max-width: 767px) {
  .cta-employer__button {
    margin-top: 10px;
  }
}
.cta-employer__button a {
  display: grid;
  place-content: center;
  max-width: 370px;
  padding: 8px;
  background: #19c322;
  border-radius: 40px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  -webkit-transition: background ease 0.3s;
  transition: background ease 0.3s;
}
@media (hover: hover) {
  .cta-employer__button a:hover {
    background: #25a30b;
  }
}
@media screen and (max-width: 767px) {
  .cta-employer__button a {
    display: block;
    padding: 10px 12px;
    max-width: 255px;
    width: 100%;
    margin: auto;
    font-size: 16px;
    text-align: center;
  }
}
.cta-employer.cta-employer-secondary {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 55px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .cta-employer.cta-employer-secondary {
    margin-bottom: 12px;
    padding: 20px 24px 24px;
  }
}
.cta-employer.cta-employer-secondary .cta-employer__body {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .cta-employer.cta-employer-secondary .cta-employer__body::before {
    bottom: -25px;
    width: 117px;
    height: 95px;
  }
}
@media screen and (max-width: 767px) {
  .cta-employer.cta-employer-secondary .cta-employer__title {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 767px) {
  .cta-employer.cta-employer-secondary .cta-employer__button a {
    max-width: 238px;
  }
}

.pricing {
  width: 100%;
  max-width: 900px;
  margin: 42px auto;
}

.pricing__card {
  border: solid 5px #19c322;
  padding: 60px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .pricing__card {
    padding: 30px 24px;
  }
}

.pricing__title {
  color: #19c322;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pricing__title {
    font-size: 30px;
    line-height: 1.466;
    letter-spacing: 1.5px;
  }
}

.pricing__lead {
  margin-top: 36px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pricing__lead {
    margin-top: 20px;
  }
}
.pricing__lead br._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pricing__lead br._sp {
    display: block;
  }
}

.pricing__note {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 1.857;
  text-align: center;
}

.pricing__cta-button {
  max-width: 600px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .pricing__cta-button {
    margin: 20px auto 0;
  }
}
.pricing__cta-button a {
  position: relative;
  display: grid;
  place-items: center;
  padding: 28px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #19c322;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 1;
  -webkit-transition: background ease 0.3s;
  transition: background ease 0.3s;
}
@media screen and (max-width: 767px) {
  .pricing__cta-button a {
    padding: 12px;
    font-size: 18px;
  }
}
@media (hover: hover) {
  .pricing__cta-button a:hover {
    background: #25a30b;
  }
}
.pricing__cta-button a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 46px;
  width: 14px;
  height: 14px;
  margin: auto;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pricing-features {
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .pricing-features {
    margin: 30px auto 100px;
  }
}

.pricing-features__list {
  display: grid;
  row-gap: 20px;
}

.pricing-features__item {
  display: grid;
  grid-template-columns: 62px 1fr;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 36px 50px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .pricing-features__item {
    padding: 24px 23px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.pricing-features__icon {
  width: 62px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .pricing-features__icon {
    width: 60px;
  }
}

.pricing-features__title {
  font-size: 28px;
  line-height: 1.21;
  color: #19c322;
}
@media screen and (max-width: 767px) {
  .pricing-features__title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.pricing-features__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.888;
}
@media screen and (max-width: 767px) {
  .pricing-features__text {
    font-size: 16px;
  }
}

.employer-cases {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0;
}

.employer-case__list {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 38px;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
}
@media screen and (max-width: 767px) {
  .employer-case__list {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.employer-case__card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 0;
  padding: 50px 60px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .employer-case__card {
    padding: 24px;
  }
}

.employer-case__head {
  color: #19c322;
  font-size: 22px;
  line-height: 1.5454;
}
@media screen and (max-width: 767px) {
  .employer-case__head {
    font-size: 16px;
    line-height: 2.125;
  }
}

.employer-case__tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 6px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.266;
  background: #f4f4f4;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .employer-case__tag {
    margin-top: 4px;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.428;
  }
}

.employer-case__sub-head {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 1.777;
}
@media screen and (max-width: 767px) {
  .employer-case__sub-head {
    margin-top: 12px;
    font-size: 14px;
    line-height: 2.285;
    letter-spacing: 0.7px;
  }
}

.employer-case__text {
  font-size: 15px;
  line-height: 2.133;
}
@media screen and (max-width: 767px) {
  .employer-case__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
  }
}

.employer-case__body {
  margin-top: 20px;
  padding: 24px 32px;
  background-color: #dff6e0;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .employer-case__body {
    margin-top: 12px;
    padding: 12px;
  }
}

.employer-case__body-head {
  position: relative;
  color: #19c322;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 1.777;
}
@media screen and (max-width: 767px) {
  .employer-case__body-head {
    font-size: 14px;
    line-height: 2.285;
  }
}

.employer-case__body-list {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .employer-case__body-list {
    margin-top: 0;
  }
}

.employer-case__body-item {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 2.133;
}
.employer-case__body-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 7px;
  width: 4px;
  height: 4px;
  background: #000000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .employer-case__body-item {
    padding-left: 15px;
    font-size: 12px;
    line-height: 2;
    font-weight: 500;
  }
  .employer-case__body-item::before {
    width: 3px;
    height: 3px;
    left: 5px;
  }
}

.employer-features {
  max-width: 1200px;
  width: 100%;
  margin: 45px auto 0;
}
@media screen and (max-width: 767px) {
  .employer-features {
    margin: 40px auto 0;
  }
}

.employer-features__list {
  display: grid;
  row-gap: 40px;
}
@media screen and (max-width: 767px) {
  .employer-features__list {
    row-gap: 24px;
  }
}

.employer-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .employer-features__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 24px;
  }
}

.employer-features__img {
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 300px;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .employer-features__img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
  }
}
.employer-features__img img {
  max-width: 100%;
  width: 100%;
  border-radius: 12px 0 0 12px;
}
@media screen and (max-width: 767px) {
  .employer-features__img img {
    border-radius: 12px 12px 0 0;
  }
}

.employer-features__title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 60px;
  font-size: 28px;
  color: #19c322;
}
@media screen and (max-width: 767px) {
  .employer-features__title {
    margin-top: 38px;
    margin-bottom: 4px;
    padding-left: 0;
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
  }
}
.employer-features__title::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 1.545;
  background: #19c322;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .employer-features__title::before {
    top: -36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30px;
    height: 32px;
    font-size: 16px;
  }
}
.employer-features__title._01::before {
  content: "1";
}
.employer-features__title._02::before {
  content: "2";
}
.employer-features__title._03::before {
  content: "3";
}
.employer-features__title._04::before {
  content: "4";
}

.employer-features__body {
  padding: 4.66% 4.66% 4.66% 0;
}
@media screen and (max-width: 767px) {
  .employer-features__body {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .employer-features__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
  }
}

.employer-support {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 110px;
}
@media screen and (max-width: 767px) {
  .employer-support {
    margin: 80px auto 50px;
  }
}

.employer-support__list {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 38px;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  margin-top: 45px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .employer-support__list {
    grid-template-columns: 1fr;
  }
}

.employer-support__item {
  padding: 50px 60px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .employer-support__item {
    padding: 24px;
  }
}

.employer-support__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media screen and (max-width: 767px) {
  .employer-support__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.employer-support__img {
  width: 128px;
}

.employer-support__title {
  font-size: 20px;
  font-weight: 700;
  color: #19c322;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .employer-support__title {
    margin-top: 10px;
  }
}

.employer-support__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .employer-support__body {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
  }
}

.detail {
  width: 100%;
  max-width: 1200px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .detail {
    margin: 50px auto 0;
  }
}

.detail-cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .detail-cards-container {
    margin-top: 34px;
  }
}

.detail-card {
  max-width: 580px;
  width: 100%;
  padding: 45px 58px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .detail-card {
    padding: 24px;
  }
}

.detail-card__title {
  font-size: 22px;
  line-height: 1.545;
  color: #19c322;
}

.detail-card__list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .detail-card__list {
    margin-top: 12px;
  }
}

.detail-card__item {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 2.222;
}
@media screen and (max-width: 767px) {
  .detail-card__item {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
  }
}
.detail-card__item::before {
  content: "・";
  position: absolute;
  left: 0;
}

.employer-flow {
  width: 100%;
  max-width: 1200px;
  margin: 45px auto 120px;
}
@media screen and (max-width: 767px) {
  .employer-flow {
    margin: 45px auto 65px;
  }
}

.employer-flow__list {
  display: grid;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 50px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .employer-flow__list {
    grid-template-columns: auto;
    row-gap: 36px;
    margin-top: 40px;
  }
}

.employer-flow__item {
  position: relative;
  max-width: 380px;
  margin: auto;
  height: 100%;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .employer-flow__item {
    max-width: 100%;
  }
}
.employer-flow__item::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #19c322;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .employer-flow__item::after {
    top: -15px;
    left: 15px;
    width: 31px;
    height: 34px;
  }
}
.employer-flow__item:nth-of-type(1)::after {
  content: "1";
}
.employer-flow__item:nth-of-type(2)::after {
  content: "2";
}
.employer-flow__item:nth-of-type(3)::after {
  content: "3";
}
.employer-flow__item:nth-of-type(4)::after {
  content: "4";
}
.employer-flow__item:nth-of-type(5)::after {
  content: "5";
}
.employer-flow__item:nth-of-type(6)::after {
  content: "6";
}
.employer-flow__item:nth-of-type(7)::after {
  content: "7";
}
.employer-flow__item:nth-of-type(8)::after {
  content: "8";
}
.employer-flow__item:nth-of-type(9)::after {
  content: "9";
}

.employer-flow__img {
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  .employer-flow__img {
    max-width: 100%;
    height: auto;
  }
}
.employer-flow__img img,
.employer-flow__img picture {
  width: 100%;
  max-width: 100%;
  border-radius: 12px 12px 0 0;
}
@media (max-width: 767px) {
  .employer-flow__img img {
    max-width: 100%;
    width: 100%;
  }
}

.employer-flow__body {
  padding: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .employer-flow__body {
    padding: 20px 24px;
  }
}

.employer-flow__title {
  color: #19c322;
  font-size: 24px;
  line-height: 1.41;
}
@media screen and (max-width: 767px) {
  .employer-flow__title {
    font-size: 20px;
    line-height: 1.2;
  }
}

.employer-flow__text {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.73;
}
@media screen and (max-width: 767px) {
  .employer-flow__text {
    font-weight: 500;
    line-height: 2;
  }
}

.differentiation {
  margin-top: 120px;
  padding: 20px 30px 70px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .differentiation {
    margin-top: 50px;
    padding: 20px 24px 70px;
  }
}
.differentiation .employer-section-head-02 {
  margin-top: 25px;
}

.differentiation-table {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
}

.document-conainer {
  max-width: 1200px;
  margin: 60px auto;
}

.sub-mv {
  position: relative;
  width: 100%;
  min-height: 300px;
  margin-top: -70px;
  padding: 0 30px;
  background: #f2f6ff;
}
@media screen and (max-width: 767px) {
  .sub-mv {
    min-height: 148px;
    margin-top: -9px;
  }
}
.sub-mv__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .sub-mv__inner {
    padding-top: 55px;
  }
}

.sub-mv__head {
  font-size: 40px;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .sub-mv__head {
    display: grid;
    place-content: center;
    font-size: 20px;
  }
}

.document-head {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.1;
  text-align: center;
}
.document-head span {
  display: inline-block;
  font-size: 16px;
  color: #005ba3;
  letter-spacing: 1.6px;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .document-head {
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}

.terms {
  padding: 60px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .terms {
    padding: 20px;
  }
}

.document-note {
  margin: 50px 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .document-note {
    margin: 20px 0;
    font-size: 16px;
  }
}

.terms__read {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .terms__read {
    font-size: 14px;
  }
}

.terms__content-head {
  margin: 50px 0 16px;
  padding: 16px;
  border-left: 5px solid #005ba3;
  border-bottom: 2px solid #005ba3;
  font-size: 24px;
  line-height: 1;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .terms__content-head {
    margin: 30px auto 16px;
    font-size: 20px;
    line-height: 1.2;
  }
}

.definition {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .definition {
    font-size: 14px;
  }
}

.definition__body:not(:last-of-type) {
  margin-bottom: 16px;
}
.definition__body dt {
  font-size: 18px;
  font-weight: 700;
}

.terms__list {
  counter-reset: list;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .terms__list {
    font-size: 14px;
  }
}

.terms__item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .terms__item {
    padding-left: 30px;
  }
}
.terms__item::before {
  content: counter(list) ".";
  counter-increment: list;
  position: absolute;
  left: 0;
  top: -2px;
  min-width: 30px;
  color: #005ba3;
  font-size: 18px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .terms__item::before {
    min-width: 20px;
    font-size: 15px;
  }
}

.important-matters {
  padding: 60px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .important-matters {
    padding: 20px;
  }
}

.important-matters__head {
  margin: 50px 0 16px;
  padding: 16px;
  border-left: 5px solid #005ba3;
  border-bottom: 2px solid #005ba3;
  font-size: 24px;
  line-height: 1;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .important-matters__head {
    margin: 30px auto 16px;
    font-size: 20px;
    line-height: 1.2;
  }
}

.important-matters__read {
  margin-bottom: 16px;
}
.important-matters__read em {
  font-style: normal;
  font-weight: 700;
}
.important-matters__read a {
  color: #0073ce;
  text-decoration: underline;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.important-matters__read a:hover {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .important-matters__read {
    font-size: 15px;
  }
}

.fee-information {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .fee-information {
    margin-top: 30px;
  }
}

.fee-table {
  border: 1px solid #bcd4e6;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .fee-table {
    font-size: 15px;
  }
}

.fee-table__header {
  display: grid;
  grid-template-columns: 35% auto;
  background: #005ba3;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 30px;
  border-radius: 12px 12px 0 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .fee-table__header {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    padding: 10px;
  }
}

.fee-table__row {
  display: grid;
  grid-template-columns: 35% auto;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 30px;
}
.fee-table__row:nth-of-type(even) {
  background: #f2f6ff;
}
.fee-table__row:last-of-type {
  border-radius: 0 0 16px 16px;
}
.fee-table__row em {
  color: #005ba3;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fee-table__row {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    padding: 10px;
  }
}

.fee-type {
  display: block;
  color: #005ba3;
  font-weight: 700;
}

.fee-bearer {
  margin-top: 16px;
}

.fee-note {
  margin-top: 16px;
}
.fee-note em {
  font-style: normal;
  font-weight: 700;
}

.document-list {
  position: relative;
}

.document-list__item {
  position: relative;
  padding-left: 18px;
}
.document-list__item::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 4px;
  width: 4px;
  height: 4px;
  background: #005ba3;
}
@media screen and (max-width: 767px) {
  .document-list__item {
    font-size: 15px;
  }
}
.document-list__item em {
  font-style: normal;
  font-weight: 700;
}

.link-container {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .link-container {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.link-item {
  max-width: 100%;
  font-size: 18px;
}
.link-item span {
  font-size: 24px;
  font-weight: 500;
}
.link-item a {
  display: grid;
  place-content: center;
  padding: 16px;
  text-align: center;
}
.link-item._employer {
  background-image: url(../img/employer/emplyer_sub_mv_bg_sp.png);
  background-position: right;
  border: 1px solid #eeedf7;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (hover: hover) {
  .link-item._employer:hover {
    border: 1px solid #005ba3;
  }
}
.link-item._employer span {
  color: #005ba3;
}
.link-item._seeker {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url("../img/seeker/seeker_sub_mv_bg_sp.png");
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../img/seeker/seeker_sub_mv_bg_sp.png");
  background-position: right;
  border: 1px solid #eeedf7;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (hover: hover) {
  .link-item._seeker:hover {
    border: 1px solid #f57c00;
  }
}
.link-item._seeker span {
  color: #f57c00;
}

.operation-rules {
  padding: 60px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .operation-rules {
    padding: 20px;
  }
}

.operation-rules__head {
  margin: 50px 0 16px;
  padding: 16px;
  border-left: 5px solid #005ba3;
  border-bottom: 2px solid #005ba3;
  font-size: 24px;
  line-height: 1;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .operation-rules__head {
    margin: 30px auto 16px;
    font-size: 20px;
    line-height: 1.2;
  }
}

.operation-rules__read {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .operation-rules__read {
    font-size: 14px;
  }
}
.operation-rules__read a {
  color: #1F84D3;
  text-decoration: underline;
}

.service-notes {
  padding: 60px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .service-notes {
    padding: 20px;
  }
}

.service-notes__read {
  margin-bottom: 16px;
}
.service-notes__read em {
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .service-notes__read {
    font-size: 14px;
  }
}

.service-notes__head {
  margin: 50px 0 16px;
  padding: 16px;
  border-left: 5px solid #005ba3;
  border-bottom: 2px solid #005ba3;
  font-size: 24px;
  line-height: 1;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .service-notes__head {
    margin: 30px auto 16px;
    font-size: 20px;
    line-height: 1.2;
  }
}

.document-closing {
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */