@charset "UTF-8";
/* section間 */
/* ===============================
  転職エージェント
=============================== */
/*------------------------------
problem
------------------------------*/
.problemSwiper {
  overflow: hidden;
  width: calc(100% + min(5.5555555556%, 60px) + max((100vw - 1200px) / 2, 0px));
}
@media (max-width: 767px) {
  .problemSwiper {
    width: 105.5555555556%;
  }
}

.problem {
  padding: min(120px, 8.3333333333vw) 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .problem {
    padding: min(80px, 21.3333333333vw) 0;
  }
}

.problem__heading {
  font-size: min(1.5rem, 1.8vw);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
.problem__heading strong {
  display: block;
  font-size: min(2.5rem, 3vw);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .problem__heading {
    font-size: min(0.875rem, 3.7333333333vw);
  }
  .problem__heading strong {
    font-size: min(1.125rem, 4.8vw);
  }
}

.problem__items {
  margin-top: 5.3333333333%;
}
@media (max-width: 767px) {
  .problem__items {
    margin-top: 10%;
  }
}

.problem__item {
  background: #F6F6F6;
  padding: 2%;
}
@media (max-width: 767px) {
  .problem__item {
    padding: min(24px, 6.4vw) min(8px, 2.1333333333vw);
  }
}

.problem__header {
  display: flex;
  align-items: center;
}

.problem__icon {
  width: min(78px, 4.0625vw);
}
@media (max-width: 767px) {
  .problem__icon {
    width: min(56px, 14.9333333333vw);
  }
}

.problem__subheading {
  font-size: min(1.5rem, 1.8vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-left: 1.6em;
}
@media (max-width: 767px) {
  .problem__subheading {
    font-size: min(1.125rem, 4.8vw);
    font-size: min(0.875rem, 3.7333333333vw);
    margin-left: 0.89em;
  }
}

.problem__list {
  margin-top: 7%;
  background: #fff;
  padding: 2.1897810219% 2.9197080292%;
}
.problem__list li {
  font-size: min(1.125rem, 1.35vw);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-indent: -1em;
  padding-left: 1em;
}
.problem__list li::before {
  content: "・";
}
@media (max-width: 767px) {
  .problem__list {
    margin-top: 2%;
    padding: min(16px, 4.2666666667vw) min(12px, 3.2vw);
  }
  .problem__list li {
    font-size: min(0.875rem, 3.7333333333vw);
  }
}

.problem__bottom {
  margin-top: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .problem__bottom {
    margin-top: 2%;
    align-items: flex-start;
  }
}

.problem-slide-bottom {
  width: 30%;
  margin-top: 4%;
}
@media (max-width: 767px) {
  .problem-slide-bottom {
    width: 60%;
  }
}

.problem__label {
  width: 15%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #48494B;
  font-size: min(1.25rem, 1.5vw);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  font-family: "Outfit", sans-serif;
  position: relative;
}
.problem__label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(100%, -50%);
  background: url(../img/img_arrow05.png) no-repeat center center/contain;
  width: 0.7em;
  aspect-ratio: 34/31;
}
@media (max-width: 767px) {
  .problem__label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: min(0.75rem, 3.2vw);
    padding: 1em;
    aspect-ratio: unset;
  }
  .problem__label::after {
    right: unset;
    left: 1em;
    top: unset;
    bottom: 5px;
    transform: translateY(100%) rotate(90deg);
    width: 0.67em;
    aspect-ratio: 8/9;
  }
}

.problem__message {
  width: calc(100% - min(84px, 4.375vw));
  width: 81%;
  font-size: min(1.125rem, 1.35vw);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-left: 1.1em;
}
@media (max-width: 767px) {
  .problem__message {
    width: 78%;
    margin-top: 0;
    font-size: min(0.9375rem, 4vw);
    margin-left: 0;
  }
}

/*------------------------------
comparison
------------------------------*/
.comparison__description {
  margin-top: 3%;
  font-size: min(1.25rem, 1.5vw);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 6.5%;
}
@media (max-width: 767px) {
  .comparison__description {
    margin-top: 7.1641791045%;
    font-size: min(0.875rem, 3.7333333333vw);
    margin-bottom: 12.5%;
  }
}

/*------------------------------
flow
------------------------------*/
.flow {
  padding: min(50px, 3.4722222222vw) 0 min(120px, 8.3333333333vw);
}
@media (max-width: 767px) {
  .flow {
    padding: min(80px, 21.3333333333vw) 0 10%;
  }
}

.flow__steps {
  width: 80%;
  margin: 0 auto;
  margin-top: 5%;
  position: relative;
}
.flow__steps::before {
  content: "";
  position: absolute;
  transform: translate(-50%, 0%);
  width: 1px;
  height: 70%;
  left: 4.5%;
  top: 0;
  border-left: 1px dashed #7A7A7A;
}
@media (max-width: 767px) {
  .flow__steps {
    width: 100%;
    margin-top: 11.9402985075%;
  }
  .flow__steps::before {
    left: 7.5%;
  }
}

.flow__step {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.flow__step:nth-child(n+2) {
  padding-top: 2.8%;
}

.flow__icon {
  width: 9.1666666667%;
}
@media (max-width: 767px) {
  .flow__icon {
    width: 14.328358209%;
  }
}

.flow__content {
  width: 86.6666666667%;
  background: #F5F5F5;
  border-radius: 5px;
  padding: 1.6666666667% 2.5% 2.5%;
}
@media (max-width: 767px) {
  .flow__content {
    width: 83.5820895522%;
    padding: 8% 7.1641791045%;
  }
}

.flow__header {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .flow__header {
    display: block;
  }
  .flow__header.flex_sp {
    display: flex;
  }
  .flow__header.flex_sp .flow__label {
    margin-bottom: 0;
  }
}

.flow__label {
  width: 10%;
  position: relative;
  margin-right: 1%;
}
.flow__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #48494B;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  width: 100%;
  aspect-ratio: 112/42;
  border-radius: 5px;
}
.flow__label span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: min(0.75rem, 0.9vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  font-family: "Outfit", sans-serif;
}
.flow__label span strong {
  font-size: min(0.875rem, 3.7333333333vw);
}
@media (max-width: 767px) {
  .flow__label {
    width: 30.285714%;
    margin-bottom: 4%;
  }
  .flow__label span {
    font-size: min(0.625rem, 2.6666666667vw);
  }
  .flow__label span strong {
    font-size: min(0.75rem, 3.2vw);
  }
}

.flow__title {
  font-size: min(1.125rem, 1.35vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .flow__title {
    margin-bottom: 0.667em;
    font-size: min(1.125rem, 4.8vw);
  }
}

.flow__heading {
  font-size: min(1.125rem, 1.35vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .flow__heading {
    font-size: min(1.125rem, 4.8vw);
  }
}

.flow__description {
  margin-top: 1em;
  font-size: min(1rem, 1.2vw);
}
@media (max-width: 767px) {
  .flow__description {
    margin-top: 0.857em;
    font-size: min(0.875rem, 3.7333333333vw);
    line-height: 1.4;
  }
}

.flow__list {
  margin-top: 1.0204081633%;
}

.flow__item {
  padding: 1.5625% 0;
}
.flow__item:first-child {
  padding-top: 0;
}
.flow__item:not(:last-child) {
  border-bottom: 1px dashed #7A7A7A;
}
@media (max-width: 767px) {
  .flow__item {
    padding: 5% 0;
  }
}

/*------------------------------
ai
------------------------------*/
.ai {
  background: #F6F6F6;
  padding: min(120px, 8.3333333333vw) 0;
}
@media (max-width: 767px) {
  .ai {
    padding: 20% 0;
  }
}

.ai-text1 {
  margin-top: 3%;
  font-size: min(1.25rem, 1.5vw);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 6.5%;
}
@media (max-width: 767px) {
  .ai-text1 {
    font-size: min(1rem, 4.2666666667vw);
  }
}

.ai__logo {
  width: 30%;
  margin: 0 auto 7%;
  margin: 0 auto 0;
}
@media (max-width: 767px) {
  .ai__logo {
    width: 60%;
    margin: 0px auto 0;
  }
}

.ai__wrapper {
  margin-top: 6.6666666667%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .ai__wrapper {
    display: block;
  }
}

.ai__image {
  width: 50%;
}

.ai__body {
  width: 44.6666666667%;
}
@media (max-width: 767px) {
  .ai__body {
    width: 100%;
    margin-top: 9.552238806%;
  }
}

.ai__heading {
  font-size: min(1.75rem, 2.1vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.ai__heading strong {
  font-size: min(2.25rem, 2.7vw);
}
@media (max-width: 767px) {
  .ai__heading {
    font-size: min(1.125rem, 4.8vw);
  }
  .ai__heading strong {
    font-size: min(1.25rem, 5.3333333333vw);
  }
}

.ai__heading--highlight {
  display: inline-block;
  line-height: 1;
  background: linear-gradient(270deg, #FFE100 0%, #FF9501 100%);
  padding: 0.286em;
  border-radius: 5px;
}

.ai__list {
  margin-top: 8.9552238806%;
}
.ai__list li {
  font-size: min(1.125rem, 1.35vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 2em;
}
.ai__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon_check01.png) no-repeat center center/contain;
  width: 1.3em;
  aspect-ratio: 1/1;
}
.ai__list li:nth-child(n+2) {
  margin-top: 1.1em;
}
@media (max-width: 767px) {
  .ai__list li {
    font-size: min(0.875rem, 3.7333333333vw);
  }
}

.ai__tabs {
  margin-top: 3.3333333333%;
}
@media (max-width: 767px) {
  .ai__tabs {
    margin-top: 20%;
  }
}

/*------------------------------
specs
------------------------------*/
.specs {
  padding: min(120px, 8.3333333333vw) 0 min(45px, 3.125vw);
}
@media (max-width: 767px) {
  .specs {
    padding: 22% 0 10%;
  }
}

.specs__title {
  text-align: center;
}

.specs__title-en {
  display: inline-block;
  font-size: min(1.5rem, 1.8vw);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-family: "Outfit", sans-serif;
  color: #FFA000;
  position: relative;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .specs__title-en {
    font-size: min(0.875rem, 3.7333333333vw);
  }
}

.specs__title-ja {
  display: block;
  font-size: min(2.5rem, 3vw);
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .specs__title-ja {
    font-size: min(1.125rem, 4.8vw);
  }
}

@media (max-width: 767px) {
  .specs__figure {
    overflow: scroll;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 6%;
  }
  .specs__figure img {
    width: 590px;
    max-width: unset;
  }
}
/*# sourceMappingURL=agency.css.map */