.u-c-white {
  color: #fff !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-c-black {
  color: #000 !important;
}

.u-bg-black {
  background-color: #000 !important;
}

.u-c-blue {
  color: #0768ab !important;
}

.u-bg-blue {
  background-color: #0768ab !important;
}

.u-c-lightblue {
  color: #2ca6e0 !important;
}

.u-bg-lightblue {
  background-color: #2ca6e0 !important;
}

.u-c-gray {
  color: #f8f7f7 !important;
}

.u-bg-gray {
  background-color: #f8f7f7 !important;
}

.u-c-light {
  color: #f6f6f6 !important;
}

.u-bg-light {
  background-color: #f6f6f6 !important;
}

.u-c-orange {
  color: #f29600 !important;
}

.u-bg-orange {
  background-color: #f29600 !important;
}

.u-c-indigo {
  color: #036eb7 !important;
}

.u-bg-indigo {
  background-color: #036eb7 !important;
}

.u-c-purple {
  color: #5f1985 !important;
}

.u-bg-purple {
  background-color: #5f1985 !important;
}

.u-c-pink {
  color: #e3007f !important;
}

.u-bg-pink {
  background-color: #e3007f !important;
}

.u-c-red {
  color: #e50012 !important;
}

.u-bg-red {
  background-color: #e50012 !important;
}

.u-c-yellow {
  color: #ffee58 !important;
}

.u-bg-yellow {
  background-color: #ffee58 !important;
}

.u-c-green {
  color: #006934 !important;
}

.u-bg-green {
  background-color: #006934 !important;
}

.u-c-lightgreen {
  color: #8dc21f !important;
}

.u-bg-lightgreen {
  background-color: #8dc21f !important;
}

.u-c-teal {
  color: #26a69a !important;
}

.u-bg-teal {
  background-color: #26a69a !important;
}

.u-c-cyan {
  color: #26c6da !important;
}

.u-bg-cyan {
  background-color: #26c6da !important;
}

.u-txtalign-center {
  text-align: center !important;
}

.u-align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 767px) {
  .u-txtalign-sp-center {
    text-align: center !important;
  }
  .u-align-sp-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.u-txtalign-left {
  text-align: left !important;
}

.u-align-left {
  -webkit-box-align: left !important;
      -ms-flex-align: left !important;
          align-items: left !important;
}

@media screen and (max-width: 767px) {
  .u-txtalign-sp-left {
    text-align: left !important;
  }
  .u-align-sp-left {
    -webkit-box-align: left !important;
        -ms-flex-align: left !important;
            align-items: left !important;
  }
}
.u-txtalign-right {
  text-align: right !important;
}

.u-align-right {
  -webkit-box-align: right !important;
      -ms-flex-align: right !important;
          align-items: right !important;
}

@media screen and (max-width: 767px) {
  .u-txtalign-sp-right {
    text-align: right !important;
  }
  .u-align-sp-right {
    -webkit-box-align: right !important;
        -ms-flex-align: right !important;
            align-items: right !important;
  }
}
.u-txtalign-top {
  text-align: top !important;
}

.u-align-top {
  -webkit-box-align: top !important;
      -ms-flex-align: top !important;
          align-items: top !important;
}

@media screen and (max-width: 767px) {
  .u-txtalign-sp-top {
    text-align: top !important;
  }
  .u-align-sp-top {
    -webkit-box-align: top !important;
        -ms-flex-align: top !important;
            align-items: top !important;
  }
}
.u-txtalign-bottom {
  text-align: bottom !important;
}

.u-align-bottom {
  -webkit-box-align: bottom !important;
      -ms-flex-align: bottom !important;
          align-items: bottom !important;
}

@media screen and (max-width: 767px) {
  .u-txtalign-sp-bottom {
    text-align: bottom !important;
  }
  .u-align-sp-bottom {
    -webkit-box-align: bottom !important;
        -ms-flex-align: bottom !important;
            align-items: bottom !important;
  }
}
.c-mv {
  margin: 0;
}

.c-mv__container {
  min-height: 72rem;
  height: 100vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-mv__logo img {
  width: 35.44rem;
}

.c-mv__title {
  font-size: 4.64rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 6rem;
}

.home .c-header {
  opacity: 0;
  top: -100%;
  -webkit-transition: 2s;
  transition: 2s;
}
.home .c-header.start {
  opacity: 1;
  top: 0;
}

.c-mv__logo--image {
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.c-mv__logo.start .c-mv__logo--image {
  opacity: 1;
}

.c-mv__title {
  position: relative;
  top: -21rem;
  -webkit-transition: top 1s;
  transition: top 1s;
}
.c-mv__title.start {
  top: 0;
}

.js-typing_cursor {
  display: inline-block;
  width: 2px;
  height: 0.8em;
  background-color: var(--c-black);
  -webkit-animation: blink 0.7s infinite;
          animation: blink 0.7s infinite;
  vertical-align: middle;
  position: relative;
  top: -0.4rem;
}

.js-typing_ttl.end .js-typing_cursor {
  display: none;
}

@-webkit-keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.c-greeting {
  margin: 0 0 19rem;
}

.c-greeting__title {
  font-size: 5.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 6rem;
  margin-top: -16rem;
}
.c-greeting__text {
  font-size: 2.6rem;
  line-height: 2;
  margin-bottom: 5rem;
}
.c-greeting__text:last-of-type {
  margin-bottom: 0;
}

.c-service {
  margin-bottom: 24rem;
}

.c-service__title {
  margin-bottom: 2rem;
}

.c-service__box {
  border: 0.2rem solid var(--c-black);
  border-radius: 1.2rem;
  padding: 6.5rem 7rem;
}
.c-service__box img {
  max-width: 100%;
  border-radius: 1.2rem;
  margin-bottom: 5rem;
}

.c-service__description {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.c-service__details {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 7rem;
}

.c-service__button a span {
  min-width: 27.3rem;
}

.c-recruit {
  margin-bottom: 18rem;
}

.c-recruit__container {
  max-width: calc(806px + 5rem);
}

.c-recruit__inlineblock {
  display: inline-block;
  text-align: left;
  padding: 0 2.5rem;
}

.c-recruit__image {
  margin-bottom: -7.5rem;
}

.c-recruit__title {
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
}
.c-recruit__title .c-title__en {
  margin-bottom: 4rem;
  letter-spacing: 0.05em;
}

.c-recruit__description {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.9;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .c-recruit__container {
    padding: 0 2.5rem;
  }
}
.c-news {
  margin-bottom: 18rem;
}

.c-news__title {
  margin-bottom: 4.5rem;
}

.c-news__item {
  border-bottom: 1px solid var(--c-black);
  margin-bottom: 1rem;
}
.c-news__item:last-of-type {
  margin-bottom: 0;
}
.c-news__item a {
  display: block;
  color: var(--c-black);
  line-height: 1.5;
  padding: 1.5rem 0;
  position: relative;
}
.c-news__item a::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 1.7rem;
  background: url(../images/common/icon-arrow_black.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media (hover: hover) {
  .c-news__item a:hover::after {
    right: 0;
  }
}

.c-news__date {
  color: var(--c-blue);
  font-size: 1.8rem;
  font-weight: 600;
}

.c-news__description {
  font-size: 2.425rem;
  font-weight: 600;
}

.c-news__button {
  margin-top: 6.5rem;
}