@charset "UTF-8";
:root {
  --color-white: #fff;
  --color-txt: #1e2855;
  --color-accent: #1e78eb;
  --color-gray: #aaa;
  --color-gray02: #c8c8c8;
  --color-gray03: #f6f6f6;
  --color-consulting: #5e9cf8;
  --color-bg: #f4f3ef;
  --color-yellow: #e2f174;
  --color-navy: #47505f;
  --color-dark-navy: #1e2855;
  --color-beige: #f4f3ef;
  --color-red: #e15555;
}

/* =======================================================
共通
======================================================= */
.c-front__link {
  display: inline-flex;
  align-self: start;
}
.c-front__hgroup {
  display: inline-grid;
  gap: 1.0625rem;
}
@media screen and (max-width: 750px) {
  .c-front__hgroup {
    display: inline-flex;
    align-items: start;
  }
}
@media (hover: hover) {
  .c-front__hgroup:hover .c-front__txt {
    gap: 1.25rem;
  }
  .c-front__hgroup:hover .c-front__txt::after {
    background: url("../images/common/arrow-circle--hover.svg") top center/contain no-repeat;
  }
}
.c-front__ttl {
  font-size: 4.375rem;
  font-weight: 100;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .c-front__ttl {
    font-size: 2.5rem;
    line-height: calc(50/40);
  }
}
.c-front__txt {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  font-size: 1rem;
  line-height: calc(26/16);
}
@media screen and (max-width: 750px) {
  .c-front__txt {
    margin-top: 0.1875rem;
    font-size: 0.875rem;
    line-height: calc(26/14);
  }
}
.c-front__txt::after {
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  background: url("../images/common/arrow-circle.svg") top center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .c-front__txt::after {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.c-front__column {
  display: grid;
  grid-template-columns: 1fr auto;
}
@media screen and (max-width: 750px) {
  .c-front__column {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 750px) {
  .c-front__column-box {
    padding-top: 0;
  }
}
.c-front__column-txt {
  width: 20rem;
}
@media screen and (max-width: 750px) {
  .c-front__column-txt {
    width: 100%;
  }
}
.c-front__column .c-front__link {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 750px) {
  .c-front__column .c-front__link {
    margin-bottom: 1.875rem;
  }
}

/* =======================================================
mv
======================================================= */
.l-mv {
  display: grid;
  place-content: center;
  height: calc(100vh - 3.75rem);
  background: var(--color-bg);
}
.l-mv .l-inner {
  position: relative;
  margin-top: 9.1875rem;
}
@media screen and (max-width: 750px) {
  .l-mv .l-inner {
    margin-top: 0;
    padding: 25.8125rem 0 2.5rem;
  }
}

.p-mv__ttl {
  padding-left: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 2.125rem;
  line-height: calc(62/34);
}
@media screen and (max-width: 750px) {
  .p-mv__ttl {
    padding-left: 0.9375rem;
    margin-bottom: 1.3125rem;
    font-size: 1.4375rem;
    line-height: calc(40/23);
  }
}
.p-mv__company {
  padding-left: 0.625rem;
  margin-bottom: 1.8125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: calc(50/16);
  color: var(--color-gray);
}
@media screen and (max-width: 750px) {
  .p-mv__company {
    display: none;
  }
}
.p-mv__btn-wrapper {
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 750px) {
  .p-mv__btn-wrapper {
    justify-content: center;
  }
}
.p-mv__img {
  position: absolute;
  display: block;
  animation: mv-img 2s ease-in-out infinite;
}
.p-mv__img.--people-blue {
  top: -2.625rem;
  right: 20.25rem;
  z-index: 5;
  width: 23.375rem;
  animation-duration: 3s;
}
@media screen and (max-width: 750px) {
  .p-mv__img.--people-blue {
    top: 9.0625rem;
    right: 9.875rem;
    width: 14rem;
  }
}
.p-mv__img.--people-navy {
  top: -8rem;
  right: -2.625rem;
  width: 29.375rem;
  animation-duration: 3s;
  animation-delay: 0.5s;
}
@media screen and (max-width: 750px) {
  .p-mv__img.--people-navy {
    top: 5.8125rem;
    right: -3.5rem;
    width: 17.625rem;
  }
}
.p-mv__img.--heart {
  top: -7.6875rem;
  right: 20.875rem;
  width: 5rem;
  height: 5rem;
  transform: rotate(10deg);
  animation: mv-img-heart 2.5s ease-in-out infinite;
}
@media screen and (max-width: 750px) {
  .p-mv__img.--heart {
    top: 6.0625rem;
    right: 10.5625rem;
    width: 3rem;
    height: 3rem;
  }
}
.p-mv__img.--arrow {
  top: 18.375rem;
  right: 15.75rem;
  width: 5rem;
  height: 5rem;
  animation-duration: 2.5s;
  animation-delay: 0.3s;
}
@media screen and (max-width: 750px) {
  .p-mv__img.--arrow {
    top: 21.6875rem;
    right: 7.5rem;
    width: 3rem;
    height: 3rem;
  }
}
.p-mv__img.--chat {
  top: -9.25rem;
  right: 1.625rem;
  width: 5rem;
  height: 5rem;
  animation-duration: 2.8s;
}
@media screen and (max-width: 750px) {
  .p-mv__img.--chat {
    top: 5.0625rem;
    right: -0.9375rem;
    width: 3rem;
    height: 3rem;
  }
}

@keyframes mv-img {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes mv-img-heart {
  0%, 100% {
    transform: rotate(10deg) translateY(0);
  }
  50% {
    transform: rotate(10deg) translateY(-10px);
  }
}
/* =======================================================
logo-slider
======================================================= */
.p-logo-slider {
  display: flex;
  will-change: transform;
}
.p-logo-slider__wrapper {
  display: flex;
}
.p-logo-slider.--js-odd {
  animation: 50s linear -25s infinite normal none running logo-scroll-odd;
}
.p-logo-slider.--js-even {
  animation: 50s linear 0s infinite normal none running logo-scroll-even;
}
.p-logo-slider__list {
  display: flex;
}
.p-logo-slider__item {
  display: flex;
  flex-shrink: 0;
  width: 6.75rem;
}

@keyframes logo-scroll-odd {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes logo-scroll-even {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* =======================================================
feature
======================================================= */
.l-feature {
  padding: 11.4375rem 0 8.875rem;
}
@media screen and (max-width: 750px) {
  .l-feature {
    padding: 4.875rem 0 4.375rem;
  }
}
.l-feature .l-inner {
  width: 76.25rem;
}
@media screen and (max-width: 750px) {
  .l-feature .l-inner {
    width: 20.3125rem;
  }
}

.p-feature__column {
  display: grid;
  grid-template: "ttl body" "num body";
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr auto;
  row-gap: 1.875rem;
  width: 63.75rem;
  margin: 0 auto 10.5625rem;
}
@media screen and (max-width: 750px) {
  .p-feature__column {
    grid-template: "ttl" "num" "body";
    grid-template-rows: auto;
    grid-template-columns: auto;
    row-gap: 0;
    width: 100%;
    margin-bottom: 3.875rem;
  }
}
.p-feature__column-ttl {
  grid-area: ttl;
  font-size: 2rem;
  line-height: calc(60/32);
}
@media screen and (max-width: 750px) {
  .p-feature__column-ttl {
    margin-bottom: 0.5625rem;
    font-size: 1.375rem;
    line-height: calc(38/22);
  }
}
.p-feature__column-num {
  display: flex;
  grid-area: num;
  gap: 0.625rem;
  align-items: center;
  align-self: start;
  font-size: 1rem;
  line-height: calc(50/16);
  color: var(--color-gray);
}
@media screen and (max-width: 750px) {
  .p-feature__column-num {
    margin-bottom: 2.8125rem;
    font-size: 0.75rem;
    line-height: calc(20/12);
  }
}
.p-feature__column-num-deco {
  display: grid;
  place-content: center;
  width: 2.8125rem;
  height: 2.8125rem;
  padding-top: 0.0625rem;
  border: 1px solid;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .p-feature__column-num-deco {
    display: none;
  }
}
.p-feature__column-body {
  grid-area: body;
  font-size: 1.125rem;
  line-height: calc(46/18);
}
@media screen and (max-width: 750px) {
  .p-feature__column-body {
    font-size: 0.875rem;
    line-height: calc(36/14);
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-feature__other-wrapper {
    overflow: hidden;
  }
}
.p-feature__other-conts {
  display: grid;
  grid-template-columns: repeat(3, 21.25rem);
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-feature__other-conts {
    display: flex;
  }
}
.p-feature__other-cont {
  text-align: center;
}
.p-feature__other-figure {
  width: 20rem;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 750px) {
  .p-feature__other-figure {
    width: 11.375rem;
    margin: 0 auto 1rem;
  }
}
.p-feature__other-num {
  display: grid;
  place-content: center;
  width: 2.8125rem;
  height: 2.8125rem;
  padding-top: 0.1875rem;
  margin: 0 auto 1rem;
  color: var(--color-gray);
  border: 1px solid;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .p-feature__other-num {
    display: none;
  }
}
.p-feature__other-txt {
  font-size: 1.125rem;
  line-height: calc(30/18);
}
@media screen and (max-width: 750px) {
  .p-feature__other-txt {
    font-size: 1rem;
    line-height: calc(28/16);
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 750px) {
  .p-feature__other-swiper-pagination {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 2.0625rem;
  }
}
@media screen and (max-width: 750px) {
  .p-feature__other-swiper-pagination .swiper-pagination-bullet {
    width: 0.375rem;
    height: 0.375rem;
    margin: 0 !important;
    background: var(--color-gray02);
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .p-feature__other-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--color-accent);
  }
}

/* =======================================================
service
======================================================= */
.l-service {
  padding: 8.5rem 0 8.75rem;
  background: var(--color-gray03);
}
@media screen and (max-width: 750px) {
  .l-service {
    padding: 5.5rem 0 5.4375rem;
  }
}
.l-service .c-front__link {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 750px) {
  .l-service .c-front__link {
    margin-bottom: 1.75rem;
  }
}

.p-service__hgroup {
  display: inline-flex;
  gap: 1.875rem;
  align-items: start;
}
@media screen and (max-width: 750px) {
  .p-service__hgroup {
    gap: 1.0625rem;
  }
}
.p-service__hgroup-txt {
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .p-service__hgroup-txt {
    margin-top: 0.125rem;
  }
}
.p-service__wrapper {
  position: relative;
}
.p-service__item {
  width: 63.75rem;
  margin-right: 6.25rem;
  overflow: hidden;
  pointer-events: none;
  background: linear-gradient(to right, var(--color-navy) 50%, transparent 50%);
  border-radius: 1.875rem;
  opacity: 0.3;
}
@media screen and (max-width: 750px) {
  .p-service__item {
    width: 18.75rem;
    height: auto;
    margin-right: 1.25rem;
    background: var(--color-navy);
    border-radius: 0.9375rem;
  }
}
.p-service__item.swiper-slide-active {
  pointer-events: all;
  opacity: 1;
}
.p-service__item.swiper-slide-prev {
  opacity: 0;
}
.p-service__item.--ttl-multiple .p-service__item-num {
  margin-top: 4.4375rem;
}
@media screen and (max-width: 750px) {
  .p-service__item.--ttl-multiple .p-service__item-num {
    margin-top: 1.5625rem;
    margin-bottom: 0.1875rem;
  }
}
.p-service__item.--ttl-multiple .p-service__item-ttl {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 750px) {
  .p-service__item.--ttl-multiple .p-service__item-ttl {
    margin-bottom: 0.5rem;
  }
}
.p-service__item-link {
  display: grid;
  grid-template: "num img-wrapper" "ttl img-wrapper" "txt img-wrapper" "link img-wrapper";
  grid-template-rows: 1fr auto auto 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media (hover: hover) {
  .p-service__item-link:hover .p-service__item-detail {
    gap: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-service__item-link {
    grid-template: "img-wrapper" "num" "ttl" "txt" "link";
    grid-template-rows: repeat(4, auto) 1fr;
    grid-template-columns: auto;
    height: 100%;
  }
}
.p-service__item-num {
  grid-area: num;
  align-self: center;
  margin: 2.1875rem 5.625rem 0;
  font-size: 1.25rem;
  line-height: 1;
  color: var(--color-white);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-service__item-num {
    margin: 1.5625rem 1.875rem 1.1875rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: calc(20/12);
  }
}
.p-service__item-ttl {
  grid-area: ttl;
  margin: 0 5.625rem 3.3125rem;
  font-size: 1.625rem;
  line-height: calc(45/26);
  color: var(--color-white);
}
@media screen and (max-width: 750px) {
  .p-service__item-ttl {
    margin: 0 1.875rem 1.5rem;
    font-size: 1.125rem;
    line-height: calc(32/18);
  }
}
.p-service__item-txt {
  grid-area: txt;
  margin: 0 5.625rem;
  color: var(--color-white);
}
@media screen and (max-width: 750px) {
  .p-service__item-txt {
    margin: 0 1.875rem 1.25rem;
  }
}
.p-service__item-detail {
  display: inline-flex;
  grid-area: link;
  gap: 0.6875rem;
  place-self: center start;
  align-items: center;
  padding-bottom: 0.40625rem;
  margin: 0 5.625rem 1.125rem;
  font-size: 1.125rem;
  line-height: calc(28/18);
  color: var(--color-white);
  border-bottom: 1.5px solid;
}
@media screen and (max-width: 750px) {
  .p-service__item-detail {
    gap: 0.4375rem;
    align-self: end;
    padding-bottom: 0.0625rem;
    margin: 0 1.875rem 2.3125rem;
    font-size: 0.875rem;
    line-height: calc(26/14);
    border-width: 1px;
  }
}
.p-service__item-detail::after {
  width: 0.9375rem;
  height: 0.75rem;
  content: "";
  background: url("../images/common/arrow--white.svg") top center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .p-service__item-detail::after {
    width: 0.875rem;
    height: 0.6875rem;
    background: url("../images/common/arrow--white-sp.svg") top center/contain no-repeat;
  }
}
.p-service__item-img-wrapper {
  grid-area: img-wrapper;
}
.p-service__swiper-btn-next {
  right: initial;
  left: 63.0625rem;
  width: 3.75rem;
  height: 3.75rem;
  margin-top: 0;
  background: url("../images/top/service-slide--next.svg") top center/contain no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .p-service__swiper-btn-next {
    display: none;
  }
}
.p-service__swiper-btn-next::after {
  display: none;
}
.p-service__swiper-pagination {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-service__swiper-pagination {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 750px) {
  .p-service__swiper-pagination .swiper-pagination-bullet {
    width: 0.375rem;
    height: 0.375rem;
    margin: 0 !important;
    background: var(--color-gray02);
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .p-service__swiper-pagination .swiper-pagination-bullet-active {
    background: var(--color-accent);
  }
}

/* =======================================================
works
======================================================= */
.l-works {
  padding-bottom: 7.9375rem;
  background: var(--color-gray03);
}
@media screen and (max-width: 750px) {
  .l-works {
    padding-bottom: 3.125rem;
  }
}

@media screen and (max-width: 750px) {
  .p-works__list-wrapper {
    width: 21.875rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 751px) {
  .p-works__list {
    display: grid;
    grid-template-columns: repeat(2, 23.75rem);
    gap: 3.5rem 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .p-works__item {
    display: flex;
    width: 18.75rem;
    height: fit-content;
    margin-right: 1.25rem;
  }
}
.p-works__item-link {
  display: grid;
  gap: 0.625rem;
  pointer-events: none;
}
.p-works__item-figure {
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-works__item-ttl {
  font-size: 0.75rem;
  line-height: calc(20/12);
  color: var(--color-gray);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 750px) {
  .p-works__item-ttl {
    font-size: 0.625rem;
    line-height: calc(18/10);
    letter-spacing: 0.05em;
  }
}

/* =======================================================
client
======================================================= */
.l-client {
  padding-bottom: 5.125rem;
  background: var(--color-gray03);
}
@media screen and (max-width: 750px) {
  .l-client {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 751px) {
  .l-client .l-inner {
    width: 61.375rem;
  }
}

.p-client__ttl {
  margin-bottom: 1.875rem;
  font-size: 1rem;
  line-height: calc(50/16);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-client__ttl {
    margin-bottom: 1.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1;
  }
}
.p-client__ttl-inner {
  position: relative;
}
.p-client__ttl-inner::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--color-dark-navy);
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .p-client__ttl-inner::after {
    bottom: -0.25rem;
  }
}
.p-client__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
}
@media screen and (max-width: 750px) {
  .p-client__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 0.78125rem;
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .p-client__item {
    width: 6.25rem;
  }
}

/* =======================================================
interview
======================================================= */
.l-interview {
  padding-bottom: 130px;
  background: var(--color-beige);
}
@media screen and (max-width: 750px) {
  .l-interview {
    padding: 3.5625rem 0 3.75rem;
  }
}

.p-interview__articles-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 380px);
  gap: 70px 40px;
}

/* =======================================================
step
======================================================= */
.l-step {
  padding: 7.5rem 0;
}
@media screen and (max-width: 750px) {
  .l-step {
    padding: 3.75rem 0 5rem;
  }
}

.p-step__hgroup {
  display: flex;
  gap: 1.6875rem;
  align-items: center;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 750px) {
  .p-step__hgroup {
    gap: 1.0625rem;
    margin-bottom: 1.5625rem;
  }
}
.p-step__hgroup-en {
  font-size: 3.4375rem;
  font-weight: 100;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-step__hgroup-en {
    font-size: 2.5rem;
    line-height: calc(50/40);
  }
}
.p-step__hgroup-jp {
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: calc(26/20);
}
@media screen and (max-width: 750px) {
  .p-step__hgroup-jp {
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: calc(26/14);
  }
}
@media screen and (min-width: 751px) {
  .p-step__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}
.p-step__item {
  position: relative;
  display: grid;
  place-content: center;
  min-height: 9.6875rem;
  background: var(--color-gray03);
  border-radius: 1.25rem;
}
@media screen and (max-width: 750px) {
  .p-step__item {
    width: 18.75rem;
    min-height: 9.1875rem;
    margin-right: 1.25rem;
    border-radius: 0.9375rem;
  }
}
.p-step__item:first-of-type {
  grid-template-rows: auto;
}
.p-step__item:not(:nth-of-type(4n + 1)) {
  display: grid;
  gap: 1.25rem;
  padding: 0 2.1875rem;
}
@media screen and (max-width: 750px) {
  .p-step__item:not(:nth-of-type(4n + 1)) {
    gap: 1.125rem;
    padding: 0.4375rem 1.4375rem 0;
  }
}
.p-step__item-head {
  font-size: 1rem;
  line-height: calc(26/16);
  color: var(--color-accent);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-step__item-head {
    letter-spacing: 0.05em;
  }
}
.p-step__item-link {
  display: grid;
  gap: 0.8125rem;
  place-content: center;
  min-height: 9.6875rem;
  padding: 0 2.1875rem 0.1875rem;
}
@media screen and (max-width: 750px) {
  .p-step__item-link {
    gap: 0.8125rem;
    min-height: 9.1875rem;
    padding: 1.5625rem 1.4375rem;
  }
}
@media (hover: hover) {
  .p-step__item-link:hover .p-step__item-head::after {
    margin-left: 1.25rem;
  }
}
.p-step__item-link .p-step__item-head {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.p-step__item-link .p-step__item-head::after {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.625rem;
  content: "";
  background: url("../images/common/arrow-circle--accent.svg") top center/contain no-repeat;
  transition: all 0.5s ease;
}
@media screen and (max-width: 750px) {
  .p-step__item-link .p-step__item-head::after {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.p-step__item-txt {
  font-size: 0.75rem;
  line-height: calc(20/12);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-step__item-txt {
    font-size: 0.875rem;
    line-height: calc(26/14);
    letter-spacing: 0.05em;
  }
}
.p-step__swiper-pagination {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-step__swiper-pagination {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 750px) {
  .p-step__swiper-pagination .swiper-pagination-bullet {
    width: 0.375rem;
    height: 0.375rem;
    margin: 0 !important;
    background: var(--color-gray02);
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .p-step__swiper-pagination .swiper-pagination-bullet-active {
    background: var(--color-accent);
  }
}

/* =======================================================
news
======================================================= */
.l-news {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 750px) {
  .l-news {
    padding-bottom: 5rem;
  }
}

.p-news__article {
  display: grid;
  gap: 1.25rem;
  padding: 1.875rem 0;
  cursor: pointer;
}
.p-news__articles {
  border-top: 1px solid var(--color-gray02);
}
.p-news__articles-wrapper {
  align-self: start;
}
.p-news__articles:last-of-type {
  border-bottom: 1px solid var(--color-gray02);
}
@media screen and (min-width: 751px) {
  .p-news__articles {
    width: 58.125rem;
  }
}
@media screen and (max-width: 750px) {
  .p-news__article {
    padding: 1.25rem 3.125rem 1.25rem 0.3125rem;
  }
}
.p-news__article-head {
  position: relative;
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p-news__article-head {
    display: grid;
    gap: 0.4375rem;
  }
}
.p-news__article-head::after {
  position: absolute;
  top: 0.6875rem;
  right: 1.1875rem;
  width: 1.3125rem;
  height: 0.625rem;
  content: "";
  background: url("../images/top/news-arrow.svg") top center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .p-news__article-head::after {
    top: 1.875rem;
    right: -2.1875rem;
    width: 1rem;
    height: 0.5rem;
    background: url("../images/top/news-arrow-sp.svg") top center/contain no-repeat;
  }
}
.p-news__article-head.--js-toggle::after {
  background: url("../images/top/news-close.svg") top center/contain no-repeat;
}
.p-news__article-date {
  line-height: 1;
  color: var(--color-gray);
}
@media screen and (min-width: 751px) {
  .p-news__article-date {
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 750px) {
  .p-news__article-date {
    font-size: 0.625rem;
    line-height: calc(14/10);
  }
}
.p-news__article-body {
  display: none;
}
@media screen and (min-width: 751px) {
  .p-news__article-body {
    padding-right: 4.875rem;
    margin-left: 7.6875rem;
  }
}