@charset "UTF-8";
.MV {
  display: grid;
  grid-template-rows: 1fr 5rem;
  place-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .MV {
    grid-template-rows: unset;
    height: 100svh;
  }
}

.MV__wrap {
  padding: 4rem 1rem 1rem;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .MV__wrap {
    place-items: unset;
    align-items: flex-start;
    justify-content: center;
    padding-top: 7.17rem;
  }
}
.MV__wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(-25deg, #9b2846 0, #be3455 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 1024px) {
  .MV__wrap::after {
    height: 74%;
  }
}
@media (min-width: 1024px) and (max-height: 800px) {
  .MV__wrap::after {
    height: 100%;
  }
}
@media (min-width: 1024px) and (max-height: 600px) {
  .MV__wrap::after {
    height: 130%;
  }
}

.MV__back {
  width: 100%;
  height: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
}
.MV__back::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  box-shadow: 60px 0 4px #ffffff;
  animation: MV-pc 0.3s ease-out forwards;
}
@media (min-width: 1024px) {
  .MV__back {
    width: 50%;
    height: 100%;
  }
}

.MV__back01 {
  top: 0;
  background: url("") no-repeat right top/cover;
}
.MV__back01::before {
  top: 0;
}
@media (min-width: 1024px) {
  .MV__back01 {
    background: url("") no-repeat center/cover;
  }
}

.MV__back02 {
  bottom: 0;
  background: url("") no-repeat left top/cover;
}
.MV__back02::before {
  bottom: 0;
}
@media (min-width: 1024px) {
  .MV__back02 {
    left: 50%;
    background: url("") no-repeat center/cover;
  }
}

.MV__message {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 1024px) {
  .MV__message {
    position: relative;
    max-width: 995px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 6rem max-content max-content max-content max-content max-content 1fr;
  }
}

.MV__message__main {
  margin-bottom: 0.94rem;
  font-size: 1.88rem;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  font-weight: 600;
  animation-delay: 0.6s;
  text-align: center;
}
@media (min-width: 1024px) {
  .MV__message__main {
    font-size: 2.9rem;
    grid-area: 1/1/2/3;
  }
}

.MV__img {
  margin: auto;
  max-width: 263px;
  width: 80%;
  display: block;
}
@media (min-width: 376px) {
  .MV__img {
    width: 70%;
  }
}
@media (min-width: 560px) {
  .MV__img {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .MV__img {
    position: absolute;
    top: 6rem;
    right: 0;
    width: 104%;
    max-width: unset;
  }
}
.MV__img source,
.MV__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.MV__lead {
  text-align: center;
}
.MV__lead.big {
  margin-top: 0.69rem !important;
  font-size: 1.56rem;
}
@media (min-width: 1024px) {
  .MV__lead.big {
    margin-top: unset !important;
    font-size: 2.1rem;
    text-align: left;
    grid-area: 2/1/3/2;
  }
}
.MV__lead.big.two {
  margin-top: 0.44rem !important;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .MV__lead.big.two {
    font-size: 1.7rem;
    text-align: left;
    grid-area: 5/1/6/2;
  }
}
.MV__lead.medium {
  margin-top: 0.75rem !important;
  font-size: 0.9rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .MV__lead.medium {
    text-align: left;
    font-size: 0.95rem;
    grid-area: 3/1/4/2;
  }
}
.MV__lead.small {
  margin-top: unset !important;
  font-size: 0.85rem;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .MV__lead.small {
    text-align: left;
    grid-area: 4/1/5/2;
  }
}

.MV__scroll {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: 0;
  z-index: 10;
}
.MV__scroll::after {
  margin: auto;
  display: block;
  content: "";
  width: 3.38rem;
  max-height: 54px;
  height: 4.31rem;
  background-image: url("//39583333.fs1.hubspotusercontent-na1.net/hubfs/39583333/raw_assets/public/kachimen/img/top/scroll.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: 0.3s ease-out;
  z-index: 3;
}
@media (min-width: 1024px) {
  .MV__scroll {
    display: none;
  }
}

.MV__download__btn__link {
  margin-top: 0.81rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 106px;
}
@media (min-width: 1024px) {
  .MV__download__btn__link {
    max-width: 142px;
    margin-left: unset;
    grid-area: 6/1/7/2;
  }
}
.MV__download__btn__link img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.news {
  margin-top: 3.63rem;
}
@media (min-width: 1024px) {
  .news {
    margin-top: 8rem;
    padding-top: 2.83rem;
    padding-bottom: 4.06rem;
    background-color: #f2f2f2;
  }
}
@media (min-width: 1024px) and (max-height: 1000px) {
  .news {
    margin-top: 14rem;
  }
}
@media (min-width: 1024px) and (max-height: 800px) {
  .news {
    margin-top: 26rem;
  }
}
@media (min-width: 1024px) and (max-height: 600px) {
  .news {
    margin-top: 38rem;
  }
}

@media (min-width: 1024px) {
  .news__container {
    width: 50.83rem;
  }
}

.news__inner {
  padding: 0 0.8rem;
}
@media (min-width: 1024px) {
  .news__inner {
    margin: auto;
  }
}

.news__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.38rem;
}
@media (min-width: 1024px) {
  .news__list {
    row-gap: 2.5rem;
  }
}

.news__link {
  display: flex;
  flex-direction: column;
  row-gap: 0.44rem;
}
.news__link:hover .news__date {
  opacity: 0.75;
}
.news__link:hover .news__link__lead {
  opacity: 0.75;
}
@media (min-width: 1024px) {
  .news__link {
    padding-left: 1.17rem;
    border-left: 3px solid #be3455;
  }
}

.news__date {
  color: #4d4d4d;
  font-size: 0.85rem;
  opacity: 1;
  transition: 0.3s opacity ease-in-out;
}
@media (min-width: 1024px) {
  .news__date {
    font-size: 1.11rem;
  }
}

.news__link__lead {
  padding-left: 0.38rem;
  color: #4d4d4d;
  font-size: 0.95rem;
  border-left: 3px solid #be3455;
  opacity: 1;
  transition: 0.3s opacity ease-in-out;
}
@media (min-width: 1024px) {
  .news__link__lead {
    padding-left: unset;
    border-left: unset;
    font-size: 1.11rem;
  }
}

.news__more__btn {
  margin-top: 1.38rem;
  margin-left: auto;
  display: block;
  background: url("//39583333.fs1.hubspotusercontent-na1.net/hubfs/39583333/raw_assets/public/kachimen/img/top/news_more_sp.svg") no-repeat center/contain;
  width: 6.75rem;
  height: 1.13rem;
  opacity: 1;
  transition: 0.3s opacity ease-in-out;
}
@media (min-width: 1024px) {
  .news__more__btn {
    margin-top: 2.5rem;
    width: 9.72rem;
    height: 1.94rem;
    background: url("//39583333.fs1.hubspotusercontent-na1.net/hubfs/39583333/raw_assets/public/kachimen/img/top/news_more.svg") no-repeat center/contain;
  }
}
.news__more__btn:hover {
  opacity: 0.75;
}

.voice {
  margin-top: 3.63rem;
}

#hs_cos_wrapper_module_167971850159527 + .voice {
  margin-top: 3.63rem;
}
@media (min-width: 1024px) {
#hs_cos_wrapper_module_167971850159527 + .voice {
    margin-top: 8rem;
    padding-top: 2.83rem;
    padding-bottom: 4.06rem;
    background-color: #f2f2f2;
  }
}
@media (min-width: 1024px) and (max-height: 1000px) {
#hs_cos_wrapper_module_167971850159527 + .voice {
    margin-top: 14rem;
  }
}
@media (min-width: 1024px) and (max-height: 800px) {
#hs_cos_wrapper_module_167971850159527 + .voice {
    margin-top: 26rem;
  }
}
@media (min-width: 1024px) and (max-height: 600px) {
#hs_cos_wrapper_module_167971850159527 + .voice {
    margin-top: 38rem;
  }
}

.voice__container {
  width: calc(100% - 2.76rem);
  margin-left: auto;
  margin-right: auto;
}

.voice__swiper {
  overflow: unset !important;
}

.voice__list {
  box-sizing: border-box;
}

.voice__item__slide {
  filter: drop-shadow(0 0 0.8rem rgba(0, 0, 0, 0.25));
  height: auto;
}
.voice__item__link {
  padding: 0.94rem 1.13rem;
  height: 100%;
  display: grid;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 0.63rem;
}
@media (min-width: 1024px) {
  .voice__item__link {
    padding: 1.94rem;
  }
}
.voice__item__link:hover .voice__person {
  opacity: 0.75;
}
.voice__item__link:hover .voice__item__ttl {
  opacity: 0.75;
}
.voice__item__link:hover .voice__item__lead {
  opacity: 0.75;
}

.voice__item__text__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.19rem;
}
@media (min-width: 1024px) {
  .voice__item__text__wrap {
    row-gap: 1.61rem;
  }
}
.voice__person {
  color: #4d4d4d;
  font-size: 0.9rem;
  opacity: 1;
  transition: 0.3s opacity ease-in-out;
}
.voice__item__ttl {
  color: #be3455;
  font-size: 1.214rem;
  opacity: 1;
  transition: 0.3s opacity ease-in-out;
}
@media (min-width: 1024px) {
  .voice__item__ttl {
    font-size: 1.388rem;
  }
}

.voice__item__lead {
  color: #4d4d4d;
  font-size: 0.95rem;
  line-height: 2;
  opacity: 1;
  transition: 0.3s opacity ease-in-out;
}

.anxiety {
  padding-top: 3.63rem;
  padding-bottom: 2.63rem;
  position: relative;
}
@media (min-width: 1024px) {
  .anxiety {
    padding-top: 8.94rem;
    padding-bottom: 5.5rem;
  }
}
.anxiety::after {
  content: "";
  position: absolute;
  top: -8.44rem;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% + 8.44rem);
  background-color: #be3455;
  z-index: -1;
}
@media (min-width: 1024px) {
  .anxiety::after {
    top: -12.44rem;
    height: calc(100% + 12.44rem);
  }
}

.anxiety__ttl {
  color: #ffffff;
}

.anxiety__list {
  display: flex;
  flex-direction: column;
  row-gap: 2.13rem;
  counter-reset: anxiety-number;
}
@media (min-width: 1024px) {
  .anxiety__list {
    margin: auto;
    max-width: 1024px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-direction: unset;
    justify-content: center;
    row-gap: unset;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

.anxiety__item {
  display: grid;
  grid-template-columns: 5fr 6fr;
  -moz-column-gap: 1.06rem;
       column-gap: 1.06rem;
  align-items: center;
  counter-increment: anxiety-number;
}
@media (min-width: 1024px) {
  .anxiety__item {
    grid-template-columns: unset;
    grid-template-rows: 12.22rem max-content;
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: 0.78rem;
  }
}

.anxiety__item__img {
  margin: auto;
  width: 100%;
}
.anxiety__item__img.one {
  width: 100%;
}
@media (min-width: 1024px) {
  .anxiety__item__img.one {
    width: 95%;
  }
}
.anxiety__item__img.two {
  width: 90%;
}
@media (min-width: 1024px) {
  .anxiety__item__img.two {
    width: 75%;
  }
}
.anxiety__item__img.three {
  width: 60%;
}
@media (min-width: 1024px) {
  .anxiety__item__img.three {
    width: 45%;
    transform: translateX(-1.1rem);
  }
}
.anxiety__item__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.anxiety__item__text__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.19rem;
}
@media (min-width: 1024px) {
  .anxiety__item__text__wrap {
    align-self: flex-start;
    align-items: center;
  }
}

.anxiety__case {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  place-items: center;
  font-size: 0.94rem;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .anxiety__case {
    font-size: 1.39rem;
  }
}
.anxiety__case::after {
  margin-top: -1rem;
  display: block;
  content: counter(anxiety-number, decimal-leading-zero);
  font-size: 1.88rem;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .anxiety__case::after {
    margin-top: -1.8rem;
    font-size: 2.78rem;
  }
}

.anxiety__item__ttl {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .anxiety__item__ttl {
    text-align: center;
    font-size: 1.39rem;
  }
}

.solution {
  margin-top: 3.63rem;
}
@media (min-width: 1024px) {
  .solution {
    margin-top: 10.72rem;
  }
}

@media (min-width: 1024px) {
  .solution__container {
    width: 56.89rem;
  }
}

.solution__inner {
  padding: 0 0.8rem;
}
@media (min-width: 1024px) {
  .solution__inner {
    padding: unset;
  }
}

.solution__list {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
@media (min-width: 1024px) {
  .solution__list {
    margin: auto;
    row-gap: 3.33rem;
  }
}

.solution__item {
  display: flex;
  flex-direction: column;
  row-gap: 1.13rem;
}
@media (min-width: 1024px) {
  .solution__item {
    display: grid;
    flex-direction: unset;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2.44rem;
         column-gap: 2.44rem;
    row-gap: unset;
    align-items: center;
  }
  .solution__item:nth-of-type(even) .solution__item__img {
    order: 2;
  }
  .solution__item:nth-of-type(even) .solution__item__text__wrap {
    order: 1;
    padding-left: unset;
    padding-right: 1.61rem;
  }
}

.solution__item__img {
  border-radius: 0.63rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .solution__item__img {
    border-radius: unset;
  }
}
.solution__item__img source,
.solution__item__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.solution__item__text__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.88rem;
}
@media (min-width: 1024px) {
  .solution__item__text__wrap {
    padding-left: 1.61rem;
    row-gap: 1.72rem;
  }
}

.solution__item__ttl {
  font-weight: 600;
  font-size: 1.06rem;
  letter-spacing: 0.05em;
  color: #000000;
}
@media (min-width: 1024px) {
  .solution__item__ttl {
    font-size: 1.74rem;
    text-align: left;
  }
}
.solution__item__ttl:before {
  content: "";
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 2.88rem;
  height: 2px;
  background-color: #be3455;
}
@media (min-width: 1024px) {
  .solution__item__ttl:before {
    margin-left: unset;
    margin-bottom: 0.78rem;
    width: 6.06rem;
    height: 3px;
  }
}

.solution__item__lead {
  display: flex;
  flex-direction: column;
  row-gap: 0.2rem;
}
.solution__item__lead span {
  display: grid;
  grid-template-columns: max-content 1fr;
  font-size: 0.95rem;
}
.solution__item__lead span::before {
  content: "・";
  font-size: 0.95rem;
}

.free {
  margin-top: 3.63rem;
  padding-bottom: 8.88rem;
  background: url("//39583333.fs1.hubspotusercontent-na1.net/hubfs/39583333/raw_assets/public/kachimen/img/top/free_backA_sp.png") no-repeat center/cover;
}
@media (min-width: 1024px) {
  .free {
    margin-top: 2.89rem;
    padding-top: 8.28rem;
    padding-bottom: 6.39rem;
    background: url("//39583333.fs1.hubspotusercontent-na1.net/hubfs/39583333/raw_assets/public/kachimen/img/top/free_backA.png") no-repeat center/cover;
  }
}

@media (min-width: 1024px) {
  .free__inner {
    margin: auto;
    max-width: 1024px;
  }
}

@media (min-width: 1024px) {
  .free__ttl {
    margin-right: auto;
    max-width: 802px;
  }
}

.job-offer-rate {
  margin-top: 3.63rem;
  margin-bottom: 3.63rem;
}

.job-offer-rate__list {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  counter-reset: job-offer-rate-number;
}
@media (min-width: 1024px) {
  .job-offer-rate__list {
    margin: auto;
    max-width: 1024px;
    row-gap: 6.72rem;
  }
}

.job-offer-rate__item {
  counter-increment: job-offer-rate-number;
}
@media (min-width: 1024px) {
  .job-offer-rate__item {
    display: grid;
    grid-template-columns: 3fr 5fr;
  }
}
@media (min-width: 1024px) {
  .job-offer-rate__item:nth-of-type(even) {
    display: grid;
    grid-template-columns: 5fr 3fr;
  }
}
.job-offer-rate__item:nth-of-type(even) .job-offer-rate__item__img__wrap {
  margin-left: unset;
  margin-right: -1.38rem;
  grid-template-columns: max-content 1fr;
}
@media (min-width: 1024px) {
  .job-offer-rate__item:nth-of-type(even) .job-offer-rate__item__img__wrap {
    margin-right: unset;
    margin-left: -7.56rem;
    grid-template-columns: unset;
    order: 2;
  }
}
@media (min-width: 1024px) {
  .job-offer-rate__item:nth-of-type(even) .job-offer-rate__item__text__wrap {
    order: 1;
    z-index: 1;
  }
  .job-offer-rate__item:nth-of-type(even) .job-offer-rate__item__text__wrap::before {
    right: unset;
    left: -22%;
  }
}
.job-offer-rate__item:nth-of-type(even)::after {
  order: 1;
}
.job-offer-rate__item:nth-of-type(even) .job-offer-rate__item__img {
  border-top-left-radius: 0.63rem;
  border-bottom-left-radius: 0.63rem;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  order: 2;
}

.job-offer-rate__item__img__wrap {
  margin-left: -1.38rem;
  display: grid;
  grid-template-columns: 1fr max-content;
  -moz-column-gap: 0.63rem;
       column-gap: 0.63rem;
  width: calc(100% + 1.38rem);
}
@media (min-width: 1024px) {
  .job-offer-rate__item__img__wrap {
    margin-left: unset;
    margin-right: -7.56rem;
    -moz-column-gap: unset;
         column-gap: unset;
    width: calc(100% + 7.56rem);
    position: relative;
    grid-template-columns: unset;
    z-index: -1;
  }
}
.job-offer-rate__item__img__wrap::after {
  display: inline-block;
  content: counter(job-offer-rate-number, decimal-leading-zero);
  font-size: 6.25rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #be3455;
  opacity: 0.2;
}
@media (min-width: 1024px) {
  .job-offer-rate__item__img__wrap::after {
    display: none;
  }
}

.job-offer-rate__item__img {
  display: block;
  border-top-right-radius: 0.63rem;
  border-bottom-right-radius: 0.63rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .job-offer-rate__item__img {
    border-radius: unset;
  }
}
.job-offer-rate__item__img img,
.job-offer-rate__item__img source {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.job-offer-rate__item__text__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.56rem;
  position: relative;
  padding: 0.88rem 1.56rem 1.56rem;
}
.job-offer-rate__item__text__wrap::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% + 2.88rem);
  bottom: 0;
  left: 0;
  background-color: #be3455;
  border-radius: 0.63rem;
  z-index: -1;
}
@media (min-width: 1024px) {
  .job-offer-rate__item__text__wrap {
    margin-top: 13.33rem;
    padding: 2.28rem 2rem;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    row-gap: 1.22rem;
  }
  .job-offer-rate__item__text__wrap::after {
    height: 100%;
  }
  .job-offer-rate__item__text__wrap::before {
    position: absolute;
    top: -14.5rem;
    right: -22%;
    display: inline-block;
    content: counter(job-offer-rate-number, decimal-leading-zero);
    font-size: 13.33rem;
    font-weight: 800;
    font-family: "Noto Sans JP", sans-serif;
    color: #be3455;
    opacity: 0.2;
  }
}

.job-offer-rate__item__ttl {
  font-size: 1.785rem;
  font-weight: 800;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .job-offer-rate__item__ttl {
    font-size: 1.666rem;
  }
}

.job-offer-rate__item__lead {
  display: flex;
  flex-direction: column;
  row-gap: 0.2rem;
  color: #ffffff;
}
.job-offer-rate__item__lead span {
  display: grid;
  grid-template-columns: max-content 1fr;
  font-size: 0.95rem;
}
.job-offer-rate__item__lead span::before {
  content: "・";
  font-size: 0.95rem;
}

.use {
  padding-top: 3.63rem;
}

.use__ttl {
  color: #ffffff;
}

.use__item {
  margin: auto -1.38rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  padding-left: 1.38rem;
  padding-right: 1.38rem;
  background: linear-gradient(-25deg, #9b2846 0, #be3455 100%);
  width: calc(100% + 2.76rem);
}
@media (min-width: 1024px) {
  .use__item {
    padding-top: unset;
    padding-bottom: unset;
    position: relative;
    background: transparent;
  }
  .use__item .use__item__content {
    display: grid;
    grid-template-columns: 2fr 3.5fr;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .use__item:nth-of-type(odd)::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: calc((50vw - 50%) * -1);
    background: linear-gradient(-25deg, #9b2846 0, #be3455 100%);
    width: calc(100% + 100vw - 100%);
    height: 78%;
    z-index: -1;
  }
  .use__item:nth-of-type(even) .use__item__content {
    grid-template-columns: 3.5fr 2fr;
  }
  .use__item:nth-of-type(even) .use__item__content .use__item__img {
    order: 2;
  }
  .use__item:nth-of-type(even) .use__item__content .use__item__text__wrap {
    order: 1;
  }
  .use__item:nth-of-type(even) .use__item__content .use__item__ttl {
    color: #be3455;
  }
  .use__item:nth-of-type(even) .use__item__content .use__item__ttl::after {
    background-color: #be3455;
  }
  .use__item:nth-of-type(even) .use__item__content .use__item__lead {
    color: #be3455;
  }
  .use__item:nth-of-type(1) {
    padding-top: 4.5rem;
  }
  .use__item:nth-of-type(3)::after {
    top: -22%;
    height: 102%;
    z-index: -1;
  }
}

@media (min-width: 1024px) {
  .use__item__content {
    margin: auto;
/*     max-width: 948px; */
  }
}

.use__item__img {
  margin: auto;
  width: 50%;
}
@media (min-width: 1024px) {
  .use__item__img {
    width: 100%;
  }
}
.use__item__img img,
.use__item__img source {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.use__item__text__wrap {
  margin-top: 1.19rem;
}
@media (min-width: 1024px) {
  .use__item__text__wrap {
    margin-top: 9.28rem;
  }
}

.use__item__ttl {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.69rem;
  font-size: 1.88rem;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .use__item__ttl {
    margin-bottom: 1rem;
    margin-left: unset;
    font-size: 3.33rem;
    text-align: left;
  }
}
.use__item__ttl::after {
  margin-top: 0.31rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  content: "";
  width: 2.81rem;
  height: 2px;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .use__item__ttl::after {
    margin-left: unset;
    margin-top: 0.62rem;
    width: 4.56rem;
    height: 3px;
  }
}

.use__item__lead {
  font-size: 1.56rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .use__item__lead {
    text-align: left;
    font-size: 1.8rem;
  }
}
@media (min-width: 1440px) {
  .use__item__lead {
    text-align: left;
    font-size: 1.75rem;
  }
}

.use__lead__img {
  display: block;
  margin-top: 1.88rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 265px;
  width: 100%;
}
@media (min-width: 1024px) {
  .use__lead__img {
    margin-top: 7.22rem;
    max-width: 955px;
  }
}
.use__lead__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.etc {
  margin-top: 4.25rem;
}

.etc__list {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
@media (min-width: 1024px) {
  .etc__list {
    margin: auto;
    max-width: 1024px;
    row-gap: 10.17rem;
  }
}

.etc__item {
  display: flex;
  flex-direction: column;
  row-gap: 1.31rem;
}
@media (min-width: 1024px) {
  .etc__item:nth-of-type(even) .etc__item__content {
    grid-template-columns: 2fr 3fr;
  }
  .etc__item:nth-of-type(even) .etc__item__ttl {
    text-align: right;
    margin-right: unset;
    margin-left: calc((50vw - 50%) * -1);
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-top-right-radius: 0.63rem;
    border-bottom-right-radius: 0.63rem;
  }
  .etc__item:nth-of-type(even) .etc__item__lead {
    grid-area: 1/2/2/3;
  }
}

@media (min-width: 1024px) {
  .etc__item__content {
    position: relative;
    display: grid;
    grid-template-columns: 3fr 2fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    z-index: 1;
  }
}

.etc__item__ttl {
  margin-bottom: 1.06rem;
  margin-right: -1.38rem;
  padding: 0.38rem 0.56rem;
  width: calc(100% + 1.38rem);
  text-align: left;
  color: #ffffff;
  font-size: 1.56rem;
  font-weight: 600;
  background-color: #be3455;
  border-top-left-radius: 0.315rem;
  border-bottom-left-radius: 0.315rem;
}
@media (min-width: 1024px) {
  .etc__item__ttl {
    margin-right: calc((50vw - 50%) * -1);
    margin-bottom: 3.06rem;
    width: calc(100% + 50vw - 50%);
    font-size: 3.06rem;
    border-top-left-radius: 0.63rem;
    border-bottom-left-radius: 0.63rem;
  }
}

.etc__item__lead {
  margin-bottom: 0.6rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.6666666667;
  color: #be3455;
}
@media (min-width: 1024px) {
  .etc__item__lead {
    margin-bottom: unset;
    text-align: left;
    font-size: 1.67rem;
    line-height: 1.8333333333;
  }
}
.etc__item__lead .small {
  margin-top: 0.2rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .etc__item__lead .small {
    margin-top: unset;
    font-size: 0.85rem;
  }
}

.etc__item__img {
  margin: auto;
  width: 70%;
}
.etc__item__img.one {
  width: 70%;
  transform: translateX(3rem);
}
@media (min-width: 1024px) {
  .etc__item__img.one {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 34%;
  }
}
.etc__item__img.two {
  width: 45%;
}
@media (min-width: 1024px) {
  .etc__item__img.two {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-60%);
    width: 26%;
  }
}
.etc__item__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.etc__lead__img {
  margin-top: 0.88rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 342px;
  width: 100%;
}
@media (min-width: 1024px) {
  .etc__lead__img {
    margin-top: 9.56rem;
    max-width: 842px;
  }
}
.etc__lead__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}


.interview-practice_heading {
	margin-top: 2.5rem;
}
@media (min-width: 1024px) {
	.interview-practice_heading {
		margin-top: 6.833rem;
	}
}

.interview-practice {
/*   margin-top: 4.25rem; */
  position: relative;
}
@media (min-width: 1024px) {
  .interview-practice {
/*     margin-top: 10.22rem; */
    padding-top: 4.28rem;
  }
}
@media (min-width: 1024px) {
  .interview-practice::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 58%;
    background: linear-gradient(-25deg, #9b2846 0, #be3455 100%);
    z-index: -1;
  }
}

.interview-practice__inner {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.interview__ttl {
	font-size:1.857rem;
}
@media (min-width: 1024px) {
  .interview__ttl {
    margin-bottom: 4.28rem;
    color: #ffffff;
		font-size: 2.333rem;
  }
}



.interview-practice__list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .interview-practice__list {
    margin: auto;
    max-width: 1065px;
    display: grid;
    flex-direction: unset;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 3.72rem;
         column-gap: 3.72rem;
  }
}

.interview-practice__item {
  margin-top: 2.56rem;
  margin-bottom: 2.56rem;
  padding-top: 1.81rem;
  padding-bottom: 1.81rem;
  position: relative;
  display: grid;
  grid-template-columns: 9.06rem 3fr;
  -moz-column-gap: 1.31rem;
       column-gap: 1.31rem;
  align-items: center;
  height: auto;
  counter-increment: interview-practice-number;
}
@media (min-width: 1024px) {
  .interview-practice__item {
    margin-top: unset;
    margin-bottom: unset;
    padding-top: unset;
    padding-bottom: unset;
    grid-template-rows: max-content 1fr;
    grid-template-columns: unset;
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: 1.67rem;
    max-height: unset;
    align-items: flex-start;
  }
}
.interview-practice__item:nth-of-type(odd)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.76rem;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: linear-gradient(-25deg, #9b2846 0, #be3455 100%);
  width: calc(100% + 5.52rem);
  height: 100%;
  z-index: -1;
}
@media (min-width: 1024px) {
  .interview-practice__item:nth-of-type(odd)::after {
    display: none;
  }
}
.interview-practice__item:nth-of-type(even) {
  grid-template-columns: 3fr 9.06rem;
}
@media (min-width: 1024px) {
  .interview-practice__item:nth-of-type(even) {
    grid-template-columns: unset;
  }
}
.interview-practice__item:nth-of-type(even) .interview-practice__item__text__wrap {
  grid-area: 1/1/2/2;
}
@media (min-width: 1024px) {
  .interview-practice__item:nth-of-type(even) .interview-practice__item__text__wrap {
    grid-area: unset;
  }
}
.interview-practice__item:nth-of-type(even) .interview-practice__item__ttl {
  color: #be3455;
}
.interview-practice__item:nth-of-type(even) .interview-practice__item__ttl::before {
  color: #be3455;
}
.interview-practice__item:nth-of-type(even) .interview-practice__item__ttl::after {
  color: #be3455;
}
.interview-practice__item:nth-of-type(even) .interview-practice__item__lead {
  color: #be3455;
}
@media (min-width: 1024px) {
  .interview-practice__item:nth-of-type(even) .interview-practice__item__lead {
    color: #4d4d4d;
  }
}
.interview-practice__item:nth-of-type(even) .interview-practice__item__img {
  left: unset;
  right: 0;
}

.interview-practice__item__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 9.06rem;
}
@media (min-width: 1024px) {
  .interview-practice__item__img {
    position: relative;
    top: unset;
    transform: unset;
    left: unset;
    width: 100%;
  }
}
.interview-practice__item__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.interview-practice__item__text__wrap {
  align-self: center;
  display: flex;
  flex-direction: column;
  row-gap: 0.38rem;
  grid-area: 1/2/2/3;
}
@media (min-width: 1024px) {
  .interview-practice__item__text__wrap {
    align-self: unset;
    grid-area: unset;
  }
}

.interview-practice__item__ttl {
  font-size: 1.78rem;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .interview-practice__item__ttl {
    margin-bottom: 0.6rem;
    flex-direction: column;
    color: #be3455;
    font-size: 1.94rem;
    text-align: center;
  }
}
.interview-practice__item__ttl::before {
  display: block;
  content: "STEP";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  order: 1;
}
@media (min-width: 1024px) {
  .interview-practice__item__ttl::before {
    display: block;
    color: #be3455;
    font-size: 1.39rem;
    text-align: center;
  }
}
.interview-practice__item__ttl::after {
  margin-left: 0.4rem;
  display: block;
  content: counter(interview-practice-number, decimal-leading-zero);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  order: 2;
}
@media (min-width: 1024px) {
  .interview-practice__item__ttl::after {
    margin-top: -1rem;
    margin-left: unset;
    display: block;
    color: #be3455;
    text-align: center;
    font-size: 2.78rem;
  }
}
.interview-practice__item__ttl span {
  order: 3;
  display: block;
  text-align: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .interview-practice__item__ttl span {
    margin-top: -0.6rem;
    text-align: center;
  }
}

.interview-practice__item__lead {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.8;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .interview-practice__item__lead {
    color: #4d4d4d;
  }
}
.interview-practice__item__lead .small {
  font-size: 0.85rem;
  font-weight: 400;
}

.video-screening-measures {
  margin-top: 4rem;
  position: relative;
}
@media (min-width: 1024px) {
  .video-screening-measures {
    margin-top: 10.22rem;
    padding-top: 4.28rem;
  }
}
@media (min-width: 1024px) {
  .video-screening-measures::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 58%;
    background: linear-gradient(-25deg, #9b2846 0, #be3455 100%);
    z-index: -1;
  }
}

.video-screening-measures__inner {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.video-screening-measures__ttl {
	font-size:1.857rem;
}
@media (min-width: 1024px) {
  .video-screening-measures__ttl {
		font-size: 2.333rem;
  }
}

@media (min-width: 1024px) {
  .video-screening-measures__ttl {
    margin-bottom: 4.28rem;
    color: #ffffff;
  }
}

.video-screening-measures__list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .video-screening-measures__list {
    margin: auto;
    max-width: 1065px;
    display: grid;
    flex-direction: unset;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 3.72rem;
         column-gap: 3.72rem;
  }
}

.video-screening-measures__item {
  margin-top: 2.56rem;
  margin-bottom: 2.56rem;
  padding-top: 1.81rem;
  padding-bottom: 1.81rem;
  position: relative;
  display: grid;
  grid-template-columns: 9.06rem 3fr;
  -moz-column-gap: 1.31rem;
       column-gap: 1.31rem;
  align-items: center;
  height: auto;
  counter-increment: video-screening-measures-number;
}
@media (min-width: 1024px) {
  .video-screening-measures__item {
    margin-top: unset;
    margin-bottom: unset;
    padding-top: unset;
    padding-bottom: unset;
    grid-template-rows: max-content 1fr;
    grid-template-columns: unset;
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: 1.67rem;
    max-height: unset;
    align-items: flex-start;
  }
}
.video-screening-measures__item:nth-of-type(odd)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.76rem;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: linear-gradient(-25deg, #9b2846 0, #be3455 100%);
  width: calc(100% + 5.52rem);
  height: 100%;
  z-index: -1;
}
@media (min-width: 1024px) {
  .video-screening-measures__item:nth-of-type(odd)::after {
    display: none;
  }
}
.video-screening-measures__item:nth-of-type(even) {
  grid-template-columns: 3fr 9.06rem;
}
@media (min-width: 1024px) {
  .video-screening-measures__item:nth-of-type(even) {
    grid-template-columns: unset;
  }
}
.video-screening-measures__item:nth-of-type(even) .video-screening-measures__item__text__wrap {
  grid-area: 1/1/2/2;
}
@media (min-width: 1024px) {
  .video-screening-measures__item:nth-of-type(even) .video-screening-measures__item__text__wrap {
    grid-area: unset;
  }
}
.video-screening-measures__item:nth-of-type(even) .video-screening-measures__item__ttl {
  color: #be3455;
}
.video-screening-measures__item:nth-of-type(even) .video-screening-measures__item__ttl::before {
  color: #be3455;
}
.video-screening-measures__item:nth-of-type(even) .video-screening-measures__item__ttl::after {
  color: #be3455;
}
.video-screening-measures__item:nth-of-type(even) .video-screening-measures__item__lead {
  color: #be3455;
}
@media (min-width: 1024px) {
  .video-screening-measures__item:nth-of-type(even) .video-screening-measures__item__lead {
    color: #4d4d4d;
  }
}
.video-screening-measures__item:nth-of-type(even) .video-screening-measures__item__img {
  left: unset;
  right: 0;
}

.video-screening-measures__item__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 9.06rem;
}
@media (min-width: 1024px) {
  .video-screening-measures__item__img {
    position: relative;
    top: unset;
    transform: unset;
    left: unset;
    width: 100%;
  }
}
.video-screening-measures__item__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.video-screening-measures__item__text__wrap {
  align-self: center;
  display: flex;
  flex-direction: column;
  row-gap: 0.38rem;
  grid-area: 1/2/2/3;
}
@media (min-width: 1024px) {
  .video-screening-measures__item__text__wrap {
    align-self: unset;
    grid-area: unset;
  }
}

.video-screening-measures__item__ttl {
  font-size: 1.78rem;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .video-screening-measures__item__ttl {
    margin-bottom: 0.6rem;
    flex-direction: column;
    color: #be3455;
    font-size: 1.94rem;
    text-align: center;
  }
}
.video-screening-measures__item__ttl::before {
  display: block;
  content: "STEP";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  order: 1;
}
@media (min-width: 1024px) {
  .video-screening-measures__item__ttl::before {
    display: block;
    color: #be3455;
    font-size: 1.39rem;
    text-align: center;
  }
}
.video-screening-measures__item__ttl::after {
  margin-left: 0.4rem;
  display: block;
  content: counter(video-screening-measures-number, decimal-leading-zero);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  order: 2;
}
@media (min-width: 1024px) {
  .video-screening-measures__item__ttl::after {
    margin-top: -1rem;
    margin-left: unset;
    display: block;
    color: #be3455;
    text-align: center;
    font-size: 2.78rem;
  }
}
.video-screening-measures__item__ttl span {
  order: 3;
  display: block;
  text-align: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .video-screening-measures__item__ttl span {
    margin-top: -0.6rem;
    text-align: center;
  }
}

.video-screening-measures__item__lead {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.8;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .video-screening-measures__item__lead {
    color: #4d4d4d;
  }
}

.comparison {
  margin-top: 4rem;
  padding-top: 2.44rem;
  padding-bottom: 2.44rem;
  background-color: #f2f2f2;
}
@media (min-width: 1024px) {
  .comparison {
    margin-top: 10.22rem;
    padding-top: 4.17rem;
    padding-bottom: 4.72rem;
  }
}

@media (min-width: 1024px) {
  .comparison__ttl {
    margin-bottom: 4.28rem;
  }
}

.comparison__swiper {
  overflow: unset !important;
}

.comparison__item__slide {
  display: grid;
  grid-template-rows: 7.25rem 13.38rem max-content;
  padding: 1.5rem;
  background-color: #be3455;
  border-radius: 0.63rem;
  filter: drop-shadow(0 0 0.8rem rgba(0, 0, 0, 0.25));
  box-sizing: border-box;
  height: auto;
}
@media (min-width: 1024px) {
  .comparison__item__slide {
    padding: 2rem 2.67rem;
  }
}
.comparison__item__slide.other {
  background-color: #ffffff;
}
.comparison__item__slide.other .comparison__item__ttl {
  color: #4d4d4d;
}
.comparison__item__slide.other .comparison__item__lead {
  color: #4d4d4d;
}
.comparison__item__slide.other .comparison__item__lead .pink {
  color: #be3455;
}
.comparison__item__slide.none {
  display: none;
}

.comparison__item__img {
  margin: auto;
  place-self: center;
}
.comparison__item__img.two {
}
@media (min-width: 1024px) {
  .comparison__item__img.two {
    width: 55%;
  }
}
.comparison__item__img.three {
  width: 100%;
}
@media (min-width: 1024px) {
  .comparison__item__img.three {
    width: 80%;
  }
}
.comparison__item__img.four {
  width: 90%;
}
@media (min-width: 1024px) {
  .comparison__item__img.four {
    width: 70%;
  }
}
.comparison__item__img.five {
  width: 70%;
}
@media (min-width: 1024px) {
  .comparison__item__img.five {
    width: 50%;
  }
}
.comparison__item__img img {
  margin: auto;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .comparison__item__img img {
    width: auto;
    height: 100%;
  }
}

.comparison__item__ttl {
  margin-bottom: 0.8rem;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  place-self: center;
}
@media (min-width: 1024px) {
  .comparison__item__ttl {
    font-size: 1.39rem;
  }
}
.comparison__item__ttl .big {
  font-size: 1.88rem;
  display: block;
}
@media (min-width: 1024px) {
  .comparison__item__ttl .big {
    font-size: 2.22rem;
  }
}
.comparison__item__ttl .small {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.95rem;
  display: block;
}
@media (min-width: 1024px) {
  .comparison__item__ttl .small {
    font-size: 1.11rem;
  }
}

.comparison__item__lead {
  margin-top: 1.2rem;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  padding-left: 0.63rem;
  padding-right: 0.63rem;
}
@media (min-width: 1024px) {
  .comparison__item__lead {
    margin-top: 0.8rem;
    font-size: 0.95rem;
  }
}
.comparison__item__lead .lead {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.comparison__item__lead .lead .mark {
  display: inline-block;
  margin-right: 0.4rem;
}

.supervisor {
  margin-top: 4.25rem;
}
@media (min-width: 1024px) {
  .supervisor {
    margin-top: 11.11rem;
  }
}

.supervisor__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.69rem;
}
@media (min-width: 1024px) {
  .supervisor__list {
    row-gap: 4.61rem;
  }
}

@media (min-width: 1024px) {
  .supervisor__item {
    display: grid;
    grid-template-columns: 476fr 784fr;
  }
  .supervisor__item:nth-of-type(even) {
    grid-template-columns: 784fr 476fr;
  }
  .supervisor__item:nth-of-type(even) .supervisor__item__img {
    order: 2;
    margin-left: -6.67rem;
    margin-right: unset;
  }
  .supervisor__item:nth-of-type(even) .supervisor__item__text__wrap {
    order: 1;
    z-index: 1;
  }
}

.supervisor__item__img {
  position: relative;
  margin-bottom: -1.75rem;
  margin-left: 1.56rem;
  margin-right: 1.56rem;
  aspect-ratio: 1/1;
  border-radius: 0.63rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .supervisor__item__img {
    margin-bottom: unset;
    margin-left: unset;
    margin-right: -6.67rem;
    width: calc(100% + 6.67rem);
    z-index: -1;
    border-radius: unset;
    aspect-ratio: unset;
  }
}
.supervisor__item__img img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .supervisor__item__img img {
    height: 100%;
  }
}

.supervisor__item__text__wrap {
  position: relative;
  padding: 2.94rem 1.56rem 1.19rem;
  position: relative;
}
@media (min-width: 1024px) {
  .supervisor__item__text__wrap {
    margin-top: 1.94rem;
    margin-bottom: 1.94rem;
    padding: 2.28rem 2.44rem;
  }
}
.supervisor__item__text__wrap::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.63rem;
  background: linear-gradient(-25deg, #9b2846 0, #be3455 100%);
  z-index: -1;
}

.supervisor__item__ttl {
  margin-bottom: 1.06rem;
  color: #ffffff;
  font-size: 1.214rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .supervisor__item__ttl {
    margin-bottom: 1.56rem;
    font-size: 1.67rem;
    text-align: left;
  }
}

.supervisor__item__lead {
  color: #ffffff;
  font-size: 0.95rem;
}

.get-it {
  margin-top: 4.25rem;
	@media (max-width: 1023px) {
		margin-bottom: 3.571rem;
	}
}
@media (min-width: 1024px) {
  .get-it {
    margin-top: 11.11rem;
  }
}

@media (min-width: 1024px) {
  .get-it__ttl {
    margin-bottom: 3.33rem;
  }
}

.get-it__img {
  margin: auto;
}
@media (min-width: 1024px) {
  .get-it__img {
    display: block;
    width: 57rem;
  }
}
.get-it__img img {
  margin: auto;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.get-it__lead {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #be3455;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) {
  .get-it__lead {
    margin-top: 0.5rem;
    margin-bottom: 3.11rem;
    font-size: 2.22rem;
  }
}

@media (min-width: 1024px) {
  .get-it__btn {
    max-width: 957px;
    height: 7.17rem;
    width: 100%;
    font-size: 3.06rem;
    border-radius: 3.585rem;
  }
}

.developer {
  margin-top: 4.25rem;
}
@media (min-width: 1024px) {
  .developer {
    margin-top: 11.72rem;
  }
}

@media (min-width: 1024px) {
  .developer__container {
    width: 58.44rem;
  }
}

.developer__inner {
  display: grid;
  grid-template-columns: 4fr 5fr;
}
@media (min-width: 1024px) {
  .developer__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.developer__img {
  position: relative;
  margin-left: -1.38rem;
  margin-right: -70%;
  width: calc(170% + 1.38rem);
  aspect-ratio: 330/240;
  overflow: hidden;
  z-index: -1;
}
@media (min-width: 1024px) {
  .developer__img {
    margin-right: -22.67rem;
    margin-left: calc((50vw - 100%) * -1);
    width: calc(100% + 50vw - 100% + 22.67rem);
    aspect-ratio: 1050/550;
  }
}
.developer__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.developer__text__wrap {
  margin-top: 8.44rem;
  margin-right: 1.38rem;
  padding: 0.88rem;
  background-color: #ffffff;
  border-radius: 0.63rem;
  filter: drop-shadow(0 0 0.8rem rgba(0, 0, 0, 0.25));
}
@media (min-width: 1024px) {
  .developer__text__wrap {
    margin-top: 15.28rem;
    margin-right: unset;
    margin-left: -1.33rem;
    padding: 2.33rem 2.78rem 3.61rem;
    width: calc(100% + 1.33rem);
  }
}

.developer__ttl {
  margin-bottom: 0.6rem;
  color: #be3455;
  font-weight: 600;
  font-size: 1.56rem;
}
@media (min-width: 1024px) {
  .developer__ttl {
    margin-bottom: 2.39rem;
    font-size: 3.06rem;
  }
}

.developer__lead__img {
  width: 100%;
}
.developer__lead__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
/*# sourceMappingURL=top.css.map */




  .pad_70 {
    padding-block: 3.888rem;
  }
  .pad_100 {
    padding-block: 5.555rem;
  }
  .bg_red {
    background-color: #be3455;
  }
  .bg_white {
    background-color: #fff;
  }
  .bg_gray {
    background-color: #f2f2f2;
  }
  .red {
    color: #be3455;
  }
  .white {
    color: #fff;
  }
  .black {
    color: #4d4d4d;
  }

  /* こんな面接の悩みありませんか */
	.worry {

	}
	@media screen and (min-width: 1024px) {
		.worry {
			margin-top: 18rem;
		}
	}
  .worry_list {
    display: grid;
    place-content: center;
    list-style: none;
    counter-reset: Num 0;
  }
  @media screen and (min-width: 1024px) {
    .worry_list {
      gap: 2.222rem;
      grid-template-columns: 1fr 1fr 1fr;
    }
  }

	@media screen and (max-width: 1023px) {
		.worry_item {
			display: grid;
			grid-template-columns: 141fr 183fr;
			grid-template-rows: max-content 1fr;
			gap: .5rem 1rem;
			justify-items: start;
		}
	}
	@media screen and (min-width: 1024px) {
		.worry_item {
			text-align: center;
		}
	}
  .worry_img {
    width: 100%;
    margin-bottom: 2rem;
    aspect-ratio: 291.93/220.02;
    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }
	@media screen and (max-width: 1023px) {
		.worry_img {
			grid-row: span 2;
		}
	}
	@media screen and (min-width: 1024px) {
		.worry_img {
			height: 12.222rem;
		}
	}
  .worry_num {
    text-align: center;
    color: #be3455;
    font-weight: 600;
    line-height: 1;
    &::before {
      content: "CASE";
      display: block;
      font-size: 1rem;
    }
    &::after {
      counter-increment: Num 1;
      content: "0" counter(Num);
      display: block;
      font-size: 1.875rem;
    }
  }
@media screen and (min-width: 1024px) {
	.worry_num {
		&::before {
      font-size: 1.388rem;
    }
    &::after {
      font-size: 2.777rem;
    }
	}
}
.worry_lead {
	font-weight: 700;
}


  /* カチメン！が解決します */
  .if_column {
    display: flex;
    gap: 3.5rem;
    justify-content: center;
  }
	@media screen and (max-width: 1023px) {
		.if_column {
			flex-direction: column-reverse;
			align-items: center;
		}
	}
  .if_img {
    position: relative;
  }

@media screen and (max-width: 1023px) {
	.if_img {
    max-width: 35vw;		
	}
}
@media screen and (min-width: 1024px) {
  .if_img {
    position: relative;
    &::before {
      content: "";
      position: absolute;
      top: 5.111rem;
      right: 17rem;
      background: white;
      width: 100vw;
      height: 4.722rem;
    }
  }
}
  .if_ttl {

			font-size: 3.055rem;
    position: relative;
    border-radius: 10px 0 0 10px;
    font-weight: 700;

  }
	@media screen and (max-width: 1023px) {
		.if_ttl {
		  width: calc(100vw - 1.875rem);
			margin-right: -1.8rem;
			padding: 0.25rem 0.5rem;
      margin-bottom:1.5rem;
			font-size: 1.5rem;
		}
	}

	@media screen and (min-width: 1024px) {
		.if_ttl {
			margin-block: 3.277rem;
			border-radius: 0 10px 10px 0;
			font-size: 3.055rem;
			padding-left: 5.5rem;
      margin-left: -6rem;
			display: grid;
      align-items: center;
			height: 4.722rem;
		}
	}

  .if_lead {
    font-size: 2.222rem;
    font-weight: 700;
    line-height: 1.6;
  }
@media screen and (max-width: 1023px) {
	.if_lead {
		text-align: center;
		font-size:1.25rem;
	}
}
  .then {
    &::before {
      content: "";
      display: block;
      background-color: #fff;
      margin: 3.333rem 0;
      clip-path: polygon(50% 100%, 0 0, 100% 0);
      height: 3rem;
      width: 6rem;
      margin: 1.5rem auto;
    }
  }
  .then_lead {
    position: relative;
    width: fit-content;
		padding: 0.5rem 2rem;
    text-align: center;
		font-size: 1.5rem;
    margin-inline: auto;
		font-weight:bold;
    &::before,
    &::after {
      position: absolute;
      width: 30px;
      height: 30px;
      content: "";
    }

    &::before {
      border-left: solid 3px;
      border-top: solid 3px;
      top: 0;
      left: 0;
    }

    &::after {
      border-right: solid 3px;
      border-bottom: solid 3px;
      bottom: 0;
      right: 0;
    }
  }
	@media screen and (min-width: 1024px) {
		.then_lead {
			font-size: 3.055rem;
			padding: 1rem 2.777rem;
		}
	}

  /* 模擬面接詳細 */
  .pd {
		margin-top: 2.5rem;
  }
@media screen and (min-width: 1024px) {
	  .pd {
		margin-top: 4.5rem;
  }
}
  .pd_heading {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    text-align: center;
  }
  .pd_column {
    display: grid;
    gap: 1.25rem;
  }
  @media screen and (min-width: 1024px) {
    .pd_column {
      display: grid;
      gap: 1.666rem;
      grid-template-columns: 1fr 1fr;
    }
  }

  .pd_item {
    border-radius: 10px;
    border: 3px solid #be3455;
    text-align: center;
    padding: 1.875rem 1.25rem;
  }
  @media screen and (min-width: 1024px) {
    .pd_item {
      padding: 2.222rem 2.777rem;
    }
  }

  .pd_ttl {
    font-size: 1.142rem;
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem;
    position: relative;
    &::after {
      content: "";
      display: block;
      width: 5rem;
      height: 3px;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #be3455;
    }
  }
  @media screen and (min-width: 1024px) {
    .pd_ttl {
      font-size: 1.666rem;
      padding-bottom: 1.111rem;
      margin-bottom: 1.666rem;
      &::after {
        width: 4.5rem;
      }
    }
  }
  .pd_img {
    figcaption {
      font-size: 0.875rem;
      margin-top: 20px;
    }
		img {
			margin-inline: auto;
			height: 20rem;
		}
  }
@media screen and (max-width: 1023px) {
	.pd_img img {
		height:14.875rem;
	}
}
  /* モード */
  .mode {
    margin-top: 4rem;
  }
  @media screen and (min-width: 1024px) {
    .mode {
      margin-top: 7rem;
    }
  }
  .mode_column {
    display: grid;
    gap: 2.5rem;
  }
  @media screen and (min-width: 1024px) {
    .mode_column {
      grid-template-columns: 1fr 1fr;
      gap: 3.333rem;
    }
  }
	.mode_heading {
    font-size: 1.142rem;
		text-align:center;
		color:white;
		margin-bottom:1.25rem;
	}
@media screen and (min-width: 1024px) {
	.mode_heading {
		margin-bottom:1.5rem;
		font-size: 1.666rem;
	}
}
.mode_content {
	display: grid;
	grid-template-rows: max-content 1fr;
}
  .mode_content_inner {
    border-radius: 10px;
    background: white;
    padding: 1.5rem;
  }
  @media screen and (min-width: 1024px) {
    .mode_content_inner {
      padding: 1.666rem 2.222rem;
    }
  }

  .mode_list {
    display: grid;
    gap: 0.937rem;
  }
  @media screen and (min-width: 1024px) {
    .mode_list {
      gap: 1.666rem;
    }
  }
  .mode_item {
  }
  .mode_ttl {
    font-size: 1.071rem;
		font-weight: 700;
  }

  @media screen and (min-width: 1024px) {
    .mode_ttl {
      font-size: 1.111rem;
    }
  }

  .mode_lead {
    font-size: 0.928rem;
		@media screen and (min-width: 1024px) {
			 font-size: 0.777rem;
		}
  }

  /* CTA01 */
  .cta01 {
    padding: 2.222rem 0 0rem;
    text-align: center;
  }
  .cta01_ttl {
  
		font-size: 1.25rem;
		margin-bottom: 1.428rem;
  }
@media screen and (min-width: 1024px) {
	.cta01_ttl {
    font-size: 2.222rem;

  }
}
  .cta01_btn {
    margin-inline: auto;
		margin-top: 0.777rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #be3455;
    border-radius: 100vh;
		width: unset;
		height: unset;
  }
@media screen and (max-width: 1023px) {
	.cta01_btn {
		font-size: 1.785rem;
		padding: 1.111rem 1rem;

	}
}

	@media screen and (min-width: 1024px) {
		.cta01_btn {
			font-size: 3rem;
			padding: 1.111rem 6.5rem;
			max-width: fit-content;
		}
	}



/* 開発者リンク */
.devlink {
	margin-top: 1.428rem;
  position: relative;
  display: inline-block;
  color: #BE3455;
  text-decoration: none;
  outline: none;
  padding-right:2.214rem;
  font-size: 1.071rem;
  font-weight: 700;
  
  &::before,&::after {
    bottom: 0;
    content: '';
    position: absolute;
    height: 2px;
    background: #BE3455;
  }
  &::before {
    left: 0;
    width: 100%;
    transition: all .3s;
  }
  &::after {
    transform-origin: bottom right;
    right: 0;
    width: 15px;
    transform: rotate(45deg);
    transition: all .3s;
  }
  &:hover {
    &::before {
      width: calc(100% + 5%);
    }
    &::after {
      right: -5%;
    }
  }
  @media screen and (min-width: 1024px) {
		margin-top: 2.222rem;
    padding-bottom:0.388rem;
    padding-right2.388rem;
    font-size: 1.388rem;
  }
}



.dc_ttl_type01 .small {
	font-size: 1.214rem;
}
@media screen and (min-width: 1024px) {
	.dc_ttl_type01 .small {
	font-size: 1.666rem;
}
}