@charset "UTF-8";
/* リセット＆変数 */
:root {
  --color-primary: #0068b7;
  --color-text-main: #000;
  --color-text-muted: #333;
  --color-text-white: #fff;
  --color-accent-blue: #38bdf8;
  --font-main: 'Noto Sans JP', sans-serif;
  --font-title: 'Roboto', sans-serif;
  --radius-pc: 0.625rem;
  --radius-sp: 0.5rem;
}

.hero {
  margin: 0 auto;
  position: relative;
}

.hero__inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 10rem 4.6875rem 0 4.6875rem;
  width: 90rem;
}

.hero__text-col {
  width: 100%;
}

.hero__title {
  color: var(--color-text-main);
  font-family: var(--font-main);
  font-size: 4.8125rem;
  font-weight: 900;
  letter-spacing: 2%;
  line-height: 5.9375rem;
  margin-bottom: 1.5625rem;
}

.hero__subtitle {
  color: var(--color-text-main);
  font-family: var(--font-title);
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 8%;
  line-height: 2.5rem;
}

.hero__img-container {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hero__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero__scroll-wrapper {
  bottom: 1.375rem;
  left: 50%;
  position: absolute;
  right: 2.0625rem;
  -webkit-transform: translateX(-50%);
  height: 0;
          transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}

.hero__scroll {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  position: absolute;
  right: 1.25rem;
  top: 1.375rem;
}

.hero__scroll-text {
  align-items: center;
  color: var(--color-text-main);
  display: flex;
  font-family: var(--font-title);
  font-size: 1rem;
  font-weight: 400;
  gap: 0.6875rem;
  letter-spacing: 10%;
  line-height: 2rem;
}

.hero__scroll-line {
  background-color: var(--color-text-main);
  height: 3.75rem;
  width: 0.0625rem;
}

.hero__scroll-arrow {
  font-size: 1.2rem;
  line-height: 1;
}

.hero__scroll-arrow-img {
  display: block;
}

.hero__scroll-line-mobile {
  display: none;
}

.news {
  margin-top: 2.625rem;
  padding-top: 4.375rem;
}

.news__inner {
  display: flex;
  gap: 9.375rem;
  margin-bottom: 4.375rem;
}

.news__title-col {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.news__list-col {
  padding-right: 5.625rem;
  width: 100%;
}

.news__item {
  align-items: flex-start;
  border-bottom: 1px solid #bbb;
  display: flex;
  padding: 1.4375rem 0;
}
.news__item:first-child {
  border-top: 1px solid #bbb;
}

.news__date {
  color: #0261ba;
  flex-shrink: 0;
  font-family: var(--font-main);
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 5%;
  line-height: 100%;
  width: 8.75rem;
}

.news__text {
  color: var(--color-text-main);
  font-family: var(--font-main);
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 5%;
  line-height: 100%;
  word-break: break-word;
}
.news__text strong {
  font-weight: 500;
}

.news__divider {
  border-bottom: 1px solid var(--color-text-main);
  display: block;
  margin: 0 auto;
  max-width: 71.25rem;
}

.company {
  padding: 9.375rem 0 0 0;
}
.company .section-title-block__main {
  font-family: var(--font-title);
  font-size: 6.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.5rem;
}
.company .section-title-block__sub-wrap {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.875rem;
  margin-top: 0.5rem;
}
.company .section-title-block__sub-text {
  font-family: var(--font-main);
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 3.875rem;
}

.company__inner {
  display: flex;
  gap: 6.9375rem;
  margin-bottom: 9.375rem;
}

.company__img-col {
  position: relative;
}

.company__text-col {
  padding-top: 2rem;
}

.company__img-main-wrap {
  border-radius: var(--radius-pc);
  height: 25rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
}

.company__img-main {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company__img-sub-wrap {
  border-radius: var(--radius-pc);
  bottom: 0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  height: 16.25rem;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 50%;
  z-index: 2;
}

.company__img-sub {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company__desc {
  color: var(--color-text-main);
  font-family: var(--font-main);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 8%;
  line-height: 2.3125rem;
  margin-bottom: 3.125rem;
  max-width: 28.25rem;
}

.company-button {
  align-items: center;
  background-color: var(--color-text-main);
  border-radius: var(--radius-pc);
  color: var(--color-text-white);
  display: inline-flex;
  height: 3.75rem;
  overflow: hidden;
  padding-left: 1.25rem;
  position: relative;
  width: 13.125rem;
  z-index: 1;
}
.company-button::before {
  background-color: #313870;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  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;
}

.company-button__text {
  align-items: center;
  display: flex;
  flex: 1;
  font-family: var(--font-main);
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 100%;
}

.company-button__icon {
  align-items: center;
  border-left: 1px solid #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 3.75rem;
}

.company-button__icon-svg {
  font-size: 1.2rem;
}

.service {
  padding: 8.75rem 0 7.5rem 0;
  position: relative;
}
.service::before {
  background: url(../images/top/bg_top_01_pc.webp) center bottom/cover no-repeat;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -2;
}
.service::after {
  background: url(../images/top/bg_top_02_pc.webp) center bottom/cover no-repeat;
  content: "";
  height: 100%;
  left: 0;
  max-height: 25.6875rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.service__intro {
  font-family: var(--font-main);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 5%;
  line-height: 1.875rem;
}

.service-card {
  background: var(--color-text-white);
  border-radius: var(--radius-pc);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  margin-top: 11.9375rem;
  min-height: 28.25rem;
  padding: 3.75rem;
  width: 100%;
}

.service-card__content {
  width: 35.5rem;
}

.service-card__img-wrap {
  align-items: center;
  display: flex;
  width: 24.9375rem;
}

.service-card__tag {
  align-items: center;
  background-color: #eee;
  border-radius: 3.125rem;
  color: var(--color-primary);
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  height: 2rem;
  justify-content: center;
  letter-spacing: 10%;
  line-height: 100%;
  padding: 0 1.3125rem;
  text-align: center;
  white-space: nowrap;
  width: 17.125rem;
}

.service-card__title {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 1.25rem;
  margin-top: 2rem;
}

.service-card__desc {
  color: var(--color-text-main);
  font-family: var(--font-main);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 5%;
  line-height: 2.125rem;
}

.service-card__img {
  border-radius: var(--radius-pc);
  height: 18.6875rem;
  width: 24.9375rem;
}

.culture {
  padding: 6.25rem 0 8.125rem 0;
}

.culture__desc {
  color: var(--color-text-main);
  font-family: var(--font-title);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 5%;
  line-height: 2.125rem;
  margin-bottom: 5rem;
  margin-top: 1.875rem;
}

.culture-slider {
  margin-bottom: 1.5625rem;
  margin-left: auto;
  margin-right: auto;
  max-height: 30rem;
  max-width: 67.5rem;
  position: relative;
  text-align: center;
}

.culture-slider__main {
  border-radius: var(--radius-pc);
  max-height: 30rem;
  overflow: hidden;
  width: 100%;
}

.culture-slider__img {
  height: 30rem;
  width: 67.5rem;
  -o-object-fit: cover;
  border-radius: var(--radius-pc);
     object-fit: cover;
}

.culture-slider__btn {
  background: var(--color-primary);
  background: url(../images/common/ico_cmn_slider_01.svg) center/99% no-repeat;
  cursor: pointer;
  height: 3.375rem;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 45%;
  transition: all 0.3s;
  width: 5rem;
  z-index: 10;
}

.culture-slider__btn--prev {
  right: calc(100% + 1.875rem);
}

.culture-slider__btn--next {
  left: calc(100% + 1.875rem);
  rotate: 180deg;
}

.culture-thumbs {
  border-radius: var(--radius-pc);
  margin: 0 auto;
  max-height: 5rem;
  max-width: 45.9375rem;
  overflow: hidden;
}
.culture-thumbs .swiper-slide {
  cursor: pointer;
  max-height: 5rem;
}

.culture-thumbs__img {
  height: 5rem;
  width: 6.875rem;
  -o-object-fit: cover;
  border-radius: var(--radius-pc);
     object-fit: cover;
}

.swiper-button-disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.section-title-block {
  align-items: center;
  display: flex;
  font-size: 1.625rem;
  font-weight: 500;
  gap: 1rem;
  line-height: 3.8125rem;
}

.footer {
  border-top: none;
}

@media (hover: hover){
  .company-button:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .culture-slider__btn:not(.swiper-button-disabled):hover {
    background: url(../images/common/ico_cmn_slider_02.svg) center/99% no-repeat;
  }
}

@media (min-width: 768px) and (max-width: 1439.98px){
  .company__inner .company__img {
    height: auto;
    max-width: 100%;
  }
  .company__desc {
    max-width: 100%;
  }
  .company-button .company-button__icon-img {
    height: 1.5rem;
    width: 1.5rem;
  }
  .hero__scroll-arrow-img {
    height: 1.5rem;
    width: 1.5rem;
  }
}

@media (max-width: 767.98px){
  .hero {
    margin: 0;
    position: relative;
    width: 100%;
  }
  .section-title-block {
    display: block;
  }
  .culture-slider__main {
    border-radius: 1rem;
    max-height: 23rem;
  }
  .culture-slider__img {
    border-radius: 1rem;
    max-height: 23rem;
    width: 100%;
  }
  .company-button {
    border-radius: 1rem;
    font-size: 1.5rem;
    height: 6rem;
    padding-left: 2rem;
    width: 21rem;
  }
  .news {
    margin-top: 0;
    padding-top: 4rem;
  }
  .news__divider {
    margin: 0 2rem;
  }
  .company {
    padding-top: 6rem;
  }
  .company .section-title-block__main {
    color: #080808;
    font-family: var(--font-title);
    font-size: 5.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 5rem;
  }
  .company .section-title-block__sub-text {
    align-items: center;
    color: var(--color-text-main);
    display: inline-flex;
    font-family: var(--font-main);
    font-size: 1.8rem;
    font-weight: 500;
    height: 2.5rem;
    letter-spacing: 0;
    line-height: 100%;
  }
  .company .section-title-block__sub-wrap {
    margin-bottom: 3rem;
    margin-top: 0.8rem;
  }
  .section-divider {
    margin: 0 2rem;
  }
  .hero__inner {
    padding: 9.3rem 0 0 1.4rem;
    width: 100%;
  }
  .hero__text-col {
    width: 100%;
  }
  .hero__title {
    color: var(--color-text-main);
    font-family: var(--font-main);
    font-size: 2.9rem;
    font-weight: 900;
    letter-spacing: -0.101rem;
    line-height: 3.8rem;
    margin-bottom: 1.5625rem;
  }
  .hero__subtitle {
    font-family: var(--font-title);
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 8%;
    line-height: 3rem;
    margin-bottom: 1.2rem;
  }
  .hero__img-container {
    height: auto;
    margin-top: 2rem;
  }
  .hero__scroll-wrapper {
    position: static;
    -webkit-transform: none;
    height: auto;
            transform: none;
    width: 100%;
  }
  .hero__scroll {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    justify-content: center;
    margin: 2rem auto 0;
    position: static;
    width: 100%;
  }
  .hero__scroll-arrow {
    display: none;
    font-size: 1.92rem;
  }
  .hero__scroll-line-mobile {
    background-color: #ccc;
    display: block;
    height: 3rem;
    width: 0.1rem;
  }
  .news__inner {
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 8rem;
    padding: 0;
  }
  .news__title-col {
    width: 100%;
  }
  .news__list-col {
    padding: 0;
    width: 100%;
  }
  .culture .section-title-block {
    flex-wrap: wrap;
    padding: 0;
  }
  .culture .section-title-block__sub {
    display: block;
    width: 100%;
  }
  .section-title-block__main {
    font-family: var(--font-title);
    font-size: 5.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 5rem;
    padding: 0;
  }
  .section-title-block__sub-wrap {
    gap: 0.6rem;
    margin-bottom: 1.875rem;
    margin-top: 0.8rem;
    padding: 0;
  }
  .section-title-block__square {
    border-radius: 0.4rem;
    height: 1.8rem;
    width: 1.8rem;
  }
  .section-title-block__sub-text {
    font-family: var(--font-main);
    font-size: 1.8rem;
    font-weight: 500;
    height: 2.5rem;
    letter-spacing: 0;
    line-height: 100%;
  }
  .news__item {
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.4rem 0;
  }
  .news__item:first-child {
    border-top: none;
  }
  .news__date {
    color: #0261ba;
    flex-shrink: 0;
    font-family: var(--font-main);
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 5%;
    line-height: 100%;
    margin-bottom: 0.5rem;
    width: auto;
  }
  .news__text {
    color: var(--color-text-main);
    font-family: var(--font-main);
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 5%;
    line-height: 100%;
  }
  .news__text > p {
    line-height: 100%;
  }
  .company__inner {
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 6rem;
    padding: 0;
  }
  .company__img-col {
    flex: none;
    height: 100%;
    max-height: 39.7rem;
    text-align: center;
    width: 100%;
  }
  .company__img-col .company__img {
    height: 39.7rem;
    max-width: 34.4rem;
    width: 100%;
  }
  .company__text-col {
    flex: none;
    padding-top: 0;
    width: 100%;
  }
  .company__img-main-wrap {
    height: 28rem;
    width: 85%;
  }
  .company__img-sub-wrap {
    height: 18rem;
    width: 55%;
  }
  .service {
    padding: 6rem 0 6rem 0;
    position: relative;
  }
  .service::before {
    background: url(../images/top/bg_top_01_sp.webp) center bottom/cover no-repeat;
    content: "";
    inset: 0;
    position: absolute;
    z-index: -2;
  }
  .service::after {
    background: url(../images/top/bg_top_02_sp.webp) center bottom/cover no-repeat;
    content: "";
    height: 100%;
    left: 0;
    max-height: 29.2rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .service-card {
    border-radius: 1rem;
    flex-direction: column-reverse;
    gap: 0;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11.9rem;
    overflow: hidden;
    padding: 1.5rem;
    width: 100%;
  }
  .service-card__content {
    margin-bottom: 1rem;
    margin-top: 2.6rem;
    padding: 0;
    width: 100%;
  }
  .service-card__img-wrap {
    width: 100%;
  }
  .service-card__img {
    height: auto;
    min-height: 20.9rem;
    width: 100%;
  }
  .culture {
    padding: 8rem 0;
  }
  .culture .section-title-block .section-title-block__sub {
    align-items: center;
    display: inline-flex;
    font-size: 1.8rem;
    line-height: 100%;
    margin-top: 0.8rem;
  }
  .culture-slider {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-height: 23rem;
    max-width: 100%;
    padding: 0;
  }
  .culture-slider .culture-slider__btn--prev {
    right: 0;
  }
  .culture-slider .culture-slider__btn--next {
    left: 0;
  }
  .culture-slider__btn {
    display: none;
  }
  .culture-thumbs {
    border-radius: 0.6rem;
    margin: 0 auto;
    max-height: 4.4rem;
    padding: 0;
    width: 100%;
  }
  .culture-thumbs .swiper-slide {
    max-height: 4.4rem;
  }
  .culture-thumbs .swiper-slide .culture-thumbs__img {
    opacity: 0.25;
  }
  .culture-thumbs .swiper-slide-thumb-active .culture-thumbs__img {
    opacity: 1;
  }
  .culture-thumbs__img {
    border-radius: 0.6rem;
    height: 4.4rem;
    width: 4.4rem;
  }
  .hero__scroll-text {
    font-size: 1.2rem;
    letter-spacing: 10%;
    line-height: 3.2rem;
  }
  .company__desc {
    font-family: var(--font-main);
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 5%;
    line-height: 2.9rem;
    margin-bottom: 3rem;
    max-width: 100%;
    padding-right: 0.5rem;
  }
  .company__desc .break-sp {
    display: none;
  }
  .company-button__icon {
    height: 100%;
    width: 6rem;
  }
  .company-button__text {
    font-size: 1.5rem;
  }
  .company-button__icon-svg {
    font-size: 1.92rem;
  }
  .service__intro {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 5%;
    line-height: 2.6rem;
    padding: 0;
  }
  .service-card__tag {
    align-items: center;
    background: #eee;
    border-radius: 5rem;
    display: inline-flex;
    font-size: 1.2rem;
    height: 2.8rem;
    justify-content: center;
    line-height: 100%;
    padding: 0 1.5rem;
    width: auto;
  }
  .service-card__title {
    font-size: 2.4rem;
    line-height: 100%;
    margin-bottom: 1.1rem;
    margin-top: 0.9rem;
  }
  .service-card__desc {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.6rem;
  }
  .culture__desc {
    color: var(--color-text-main);
    font-family: var(--font-main);
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.07rem;
    letter-spacing: 5%;
    line-height: 2.6rem;
    margin-bottom: 3.5rem;
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0.5rem;
  }
}

/*# sourceMappingURL=top.css.map */