#index {
  /* MV
  ---------------------------------------------------------------------------- */
  /* MESSAGE
  ---------------------------------------------------------------------------- */
  /* RECRUIT
  ---------------------------------------------------------------------------- */
  /* SERVICE
  ---------------------------------------------------------------------------- */
  /* FLOW
  ---------------------------------------------------------------------------- */
  /* NEWS
  ---------------------------------------------------------------------------- */
}
#index .mv {
  background: #F8F8F8;
  position: relative;
}
#index .mv__inner {
  padding-block: 12rem 24rem;
}
@media screen and (max-width: 767px) {
  #index .mv__inner {
    padding-block: 6rem 8rem;
  }
}
#index .mv__text {
  font-family: "Noto Serif JP", serif;
  font-size: 5.8rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #index .mv__text {
    font-size: 2rem;
  }
}
#index .mv__text strong {
  font-size: 8.6rem;
  margin-inline-start: -5.2rem;
}
@media screen and (max-width: 767px) {
  #index .mv__text strong {
    font-size: 3rem;
    margin-inline-start: -2rem;
  }
}
#index .mv__text em {
  font-size: 7.6rem;
  font-style: normal;
  margin-inline-start: -4.2rem;
}
@media screen and (max-width: 767px) {
  #index .mv__text em {
    font-size: 2.4rem;
    margin-inline-start: -1.6rem;
  }
}
#index .mv__text em span {
  font-size: 5.2rem;
}
@media screen and (max-width: 767px) {
  #index .mv__text em span {
    font-size: 1.8rem;
  }
}
#index .mv__logo {
  margin-block-start: -1rem;
  margin-inline-start: -1.6rem;
  opacity: 0;
  transform: translateX(-100px);
}
@media screen and (max-width: 767px) {
  #index .mv__logo {
    margin-block-start: -0.5rem;
    margin-inline-start: -0.8rem;
  }
}
#index .mv__logo img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
  #index .mv__logo img {
    width: 16rem;
    height: auto;
  }
}
#index .mv__bg {
  position: absolute;
  bottom: -27rem;
  left: 50%;
  transform: translateX(-50%);
  width: 397rem;
  height: 92rem;
  background: url(../img/index/mv-bg.png) no-repeat center center/contain;
  clip-path: inset(0 100% 0 0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #index .mv__bg {
    bottom: 2rem;
    width: 100%;
    aspect-ratio: 1440/385;
    height: auto;
    background: url(../img/index/mv-bg_sp.png) no-repeat center center/contain;
  }
}
#index .message {
  position: relative;
  z-index: 2;
}
#index .message__inner {
  padding-block: 8.4rem 10rem;
}
@media screen and (max-width: 767px) {
  #index .message__inner {
    padding-block: 4rem 6rem;
  }
}
#index .message__title {
  text-align: center;
}
#index .message__title em {
  color: #E11832;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #index .message__title em {
    font-size: 2.4rem;
  }
}
#index .message__title span {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-inline-start: -1rem;
}
@media screen and (max-width: 767px) {
  #index .message__title span {
    font-size: 1.8rem;
    margin-inline-start: -0.5rem;
  }
}
#index .message__text {
  margin-block-start: 1rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #index .message__text {
    font-size: 1.2rem;
  }
}
#index .recruit {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #F8F8F8 50%, #F8F8F8 100%);
}
#index .recruit__inner {
  max-width: 100rem;
  padding-block: 3rem 4rem;
  background: url(../img/index/recruit-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #index .recruit__inner {
    padding-block: 2rem 3rem;
  }
}
#index .recruit__text {
  margin-block-start: 2rem;
  color: #efefef;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #index .recruit__text {
    margin-block-start: 2rem;
    font-size: 1.2rem;
  }
}
#index .recruit__btn {
  margin-block-start: 2rem;
  display: flex;
  justify-content: center;
}
#index .service {
  background: #F8F8F8;
}
#index .service-top__inner {
  padding-block: 6rem 4rem;
}
@media screen and (max-width: 767px) {
  #index .service-top__inner {
    padding-block: 4rem 2rem;
  }
}
#index .service-top__title {
  margin-block-start: 2.2rem;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #index .service-top__title {
    margin-block-start: 1.5rem;
    font-size: 2rem;
  }
}
#index .service-top__title em {
  color: #E11832;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #index .service-top__title em {
    font-size: 2.4rem;
  }
}
#index .service-top__text {
  margin-block-start: 1rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #index .service-top__text {
    font-size: 1.2rem;
  }
}
#index .service-middle__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
}
@media screen and (max-width: 767px) {
  #index .service-middle__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
#index .service-middle__item {
  width: 24rem;
  padding: 2rem;
  border: 2px solid var(--red, #e11832);
  background: #fff;
}
@media screen and (max-width: 767px) {
  #index .service-middle__item {
    width: 100%;
    padding: 1rem;
  }
}
#index .service-middle__title {
  text-align: center;
  white-space: nowrap;
  color: #E11832;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .service-middle__title {
    font-size: 1.5rem;
    line-height: 1.3;
    white-space: normal;
  }
}
#index .service-middle__title::before {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 0.4rem;
  background-color: #E11832;
}
@media screen and (max-width: 767px) {
  #index .service-middle__title::before {
    bottom: -1rem;
    width: 2rem;
    height: 0.3rem;
  }
}
#index .service-middle__text {
  margin-block-start: 2rem;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #index .service-middle__text {
    font-size: 1.2rem;
  }
}
#index .service-middle__text i {
  display: inline-block;
  margin-inline: -0.3rem;
}
#index .service-bottom__inner {
  padding-block: 12rem 9.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .service-bottom__inner {
    padding-block: 4rem;
  }
}
#index .service-bottom__diagram {
  position: absolute;
  top: 6rem;
  left: 2rem;
  display: block;
  width: 45rem;
  height: 30rem;
}
@media screen and (max-width: 767px) {
  #index .service-bottom__diagram {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}
#index .service-bottom__list {
  margin-inline-start: auto;
  width: 78rem;
  flex-shrink: 0;
  padding: 4rem 1rem 4rem 28rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  background: #ebebeb;
}
@media screen and (max-width: 767px) {
  #index .service-bottom__list {
    width: 100%;
    padding: 2rem 2rem 2rem 4rem;
    row-gap: 1rem;
  }
}
#index .service-bottom__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .service-bottom__title {
    font-size: 1.6rem;
  }
}
#index .service-bottom__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #E11832;
}
@media screen and (max-width: 767px) {
  #index .service-bottom__title::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#index .service-bottom__text {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #index .service-bottom__text {
    font-size: 1.2rem;
  }
}
#index .flow {
  background: #F8F8F8;
}
#index .flow__inner {
  padding-block-end: 10rem;
}
@media screen and (max-width: 767px) {
  #index .flow__inner {
    padding-block-end: 5rem;
  }
}
#index .flow__image {
  margin-block-start: 3rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #index .flow__image {
    width: 100%;
    height: auto;
    margin: 2rem auto 4rem;
  }
}
#index .news__inner {
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  #index .news__inner {
    padding-block: 5rem;
  }
}
#index .news__container {
  margin-block-start: 2.5rem;
  padding: 4rem 7rem;
  background: #F8F8F8;
}
@media screen and (max-width: 767px) {
  #index .news__container {
    padding: 2rem 3rem;
  }
}
#index .news__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  #index .news__list {
    row-gap: 1rem;
  }
}
#index .news__item {
  border-bottom: 1px solid #c3c3c3;
}
#index .news__link {
  padding-block-end: 1.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  #index .news__link {
    padding-block-end: 1rem;
    row-gap: 0.6rem;
  }
}
#index .news__link:hover .news__title {
  color: #E11832;
}
#index .news__meta {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
#index .news__date {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #index .news__date {
    font-size: 1.2rem;
  }
}
#index .news__category {
  padding: 0.1rem 0.8rem 0.3rem;
  border-radius: 10rem;
  border: 1px solid #000;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #index .news__category {
    font-size: 1rem;
  }
}
#index .news__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.03em;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #index .news__title {
    font-size: 1.4rem;
  }
}
#index .news__btn {
  margin-block-start: 3rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #index .news__btn {
    margin-block-start: 2rem;
  }
}/*# sourceMappingURL=index.css.map */