.p-index-entry-bnr {
  position: fixed;
  bottom: 2rem;
  right: min(50px, 2.6041666667vw);
  z-index: 900;
  width: 21.9rem;
  height: 21.9rem;
  transition: opacity 0.4s;
}
@media screen and (max-width: 767px) {
  .p-index-entry-bnr {
    right: 2.6666666667vw;
    width: 26.1rem;
    height: 26.1rem;
  }
}
.p-index-entry-bnr.is-hide {
  opacity: 0;
  pointer-events: none;
}
.p-index-entry-bnr_link {
  display: grid;
  place-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  overflow: hidden;
}
.p-index-entry-bnr_link::before, .p-index-entry-bnr_link::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.p-index-entry-bnr_link::before {
  inset: 1.7rem;
  z-index: -2;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-index-entry-bnr_link::before {
    inset: 1.9rem;
  }
}
.p-index-entry-bnr_link::after {
  inset: 3rem;
  z-index: -1;
  background: linear-gradient(135deg, rgb(255, 140, 110) 0%, rgb(180, 151, 216) 50%, rgb(37, 145, 255) 100%);
  rotate: 0deg;
  animation: fv-entry-rotate 10s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-index-entry-bnr_link::after {
    inset: 3.4rem;
  }
}
.p-index-entry-bnr_circle {
  position: absolute;
  inset: 0;
  width: inherit;
  transform: rotate(0deg);
  animation: fv-entry-rotate 10s linear infinite;
}
@keyframes fv-entry-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-index-entry-bnr_txt {
  font-feature-settings: "palt";
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index-entry-bnr_txt {
    font-size: 2.4rem;
  }
}
.p-index-entry-bnr_label {
  font-feature-settings: "palt";
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-indent: 0.05em;
  color: #333;
  text-align: center;
  margin-top: 1.4rem;
  padding: 0.6rem 1.5rem 0.7rem 1.6rem;
  border-radius: calc(infinity * 1px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-index-entry-bnr_label {
    font-size: 1.6rem;
    letter-spacing: 0em;
    text-indent: 0;
    margin-top: 1.6rem;
    padding: 0.7rem 1.5rem 0.8rem 1.7rem;
  }
}
.p-index-fv .inner {
  position: relative;
}
.p-index-fv .splide_link {
  display: block;
}
.p-index-fv .splide__pagination {
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-index-fv .splide__pagination {
    gap: 1.2rem;
  }
}
.p-index-fv .splide__pagination li {
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-index-fv .splide__pagination li {
    width: 1.9rem;
    height: 1.9rem;
  }
}
.p-index-fv .splide__pagination button {
  width: inherit;
  height: inherit;
  border: 1px solid #b4b4b4;
  border-radius: 50%;
  background: #fff;
}
.p-index-fv .splide__pagination button.is-active {
  border-color: #ff643c;
  background: #ff643c;
}
.p-index-service {
  margin-top: 5.3rem;
}
@media screen and (max-width: 767px) {
  .p-index-service {
    margin-top: 7.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index-service .c-wrap {
    width: 88%;
  }
}
.p-index-service .c-ttl-01 {
  letter-spacing: 0;
}
.p-index-service .c-txt-01 {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-index-service .c-txt-01 {
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    margin-top: 6.4rem;
  }
}
.p-index-service .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem;
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-index-service .list {
    grid-template-columns: 1fr;
    gap: 15.1rem;
    margin: 14.4rem auto 0;
    width: 99.0909090909%;
  }
}
@media screen and (min-width: 768px) {
  .p-index-service .list_item {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    gap: 0;
  }
  .p-index-service .list_item:nth-child(2) {
    transition-delay: 0.4s;
  }
  .p-index-service .list_item:nth-child(3) {
    transition-delay: 0.8s;
  }
}
.p-index-service .list_link {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-index-service .list_link::before {
  content: "";
  position: absolute;
  bottom: 1.9rem;
  right: 3.7rem;
  z-index: 2;
  width: 1.6rem;
  height: 2.1rem;
  background: #ff643c;
  clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%, 50% 50%);
  transition: right 0.4s;
}
@media screen and (max-width: 767px) {
  .p-index-service .list_link::before {
    bottom: 3.4rem;
    right: 6.4rem;
    width: 3rem;
    height: 3.8rem;
  }
}
.p-index-service .list_link img {
  scale: var(--_img-scale);
  transition: scale 0.4s;
}
.p-index-service .list_link:focus-visible {
  opacity: 1;
  --_img-scale: 1.1;
}
.p-index-service .list_link:focus-visible::before {
  right: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-index-service .list_link:focus-visible::before {
    bottom: 2.9rem;
  }
}
@media (any-hover: hover) {
  .p-index-service .list_link:hover {
    opacity: 1;
    --_img-scale: 1.1;
  }
  .p-index-service .list_link:hover::before {
    right: 3.2rem;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .p-index-service .list_link:hover::before {
    bottom: 2.9rem;
  }
}
.p-index-service .list_link_in {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6rem), calc(100% - 8.8rem) calc(100% - 6rem), calc(100% - 12rem) 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-index-service .list_link_in {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10.8rem), calc(100% - 15.7rem) calc(100% - 10.8rem), calc(100% - 21.4rem) 100%, 0 100%);
  }
}
.p-index-service .list_ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #0078f0;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-index-service .list_ttl {
    font-size: 4rem;
    line-height: 1.4;
    margin-top: 5.2rem;
  }
}
.p-index-service .list_txt {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-index-service .list_txt {
    font-size: 3.2rem;
    line-height: 1.5625;
    margin-top: 4.3rem;
  }
}
.p-index-case {
  margin-top: 14.3rem;
  container-type: inline-size;
}
@media screen and (max-width: 767px) {
  .p-index-case {
    margin-top: 17.2rem;
  }
}
.p-index-case .c-wrap {
  max-width: 119.3rem;
}
.p-index-case .c-txt-01 {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-index-case .c-txt-01 {
    margin-top: 6.4rem;
  }
}
.p-index-case .ttl {
  font-feature-settings: "palt";
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-weight: 500;
  margin-top: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-index-case .ttl {
    font-size: 4rem;
    line-height: 1.25;
    margin-top: 8.5rem;
  }
}
.p-index-case .fig {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-index-case .fig {
    margin-inline: auto;
    width: 86.8vw;
  }
}
.p-index-case .c-btn-01 {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-index-case .c-btn-01 {
    margin-top: 7.8rem;
  }
}
.p-index-works {
  container-type: inline-size;
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  .p-index-works {
    padding-block: 18.4rem 20rem;
    background: #eff1f3;
  }
}
@media screen and (min-width: 768px) {
  .p-index-works .c-wrap {
    position: relative;
    max-width: 160rem;
    padding-block: 15rem 16rem;
  }
  .p-index-works .c-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: calc(50% + 50cqi);
    height: 100%;
    background: #eff1f3;
  }
}
@media screen and (max-width: 767px) {
  .p-index-works .c-wrap {
    width: 87.2%;
  }
}
.p-index-works .c-ttl-01 {
  font-feature-settings: "palt";
}
.p-index-works .c-txt-01 {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-index-works .c-txt-01 {
    font-feature-settings: "palt";
    margin-top: 6.4rem;
  }
}
.p-index-works .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
  margin: 9.4rem auto 0;
  width: 90%;
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  .p-index-works .list {
    grid-template-columns: 1fr;
    gap: 11.1rem;
    margin: 11.7rem auto 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-index-works .list_item:nth-child(2) {
    transition-delay: 0.4s;
  }
}
.p-index-works .list_link {
  display: block;
  position: relative;
  background: #fff;
}
.p-index-works .list_link img {
  scale: var(--_img-scale);
  transition: scale 0.4s;
}
.p-index-works .list_link:focus-visible {
  opacity: 1;
  --_img-scale: 1.1;
}
.p-index-works .list_link:focus-visible .list_txt::before {
  right: -0.5rem;
}
@media (any-hover: hover) {
  .p-index-works .list_link:hover {
    opacity: 1;
    --_img-scale: 1.1;
  }
  .p-index-works .list_link:hover .list_txt::before {
    right: -0.5rem;
  }
}
.p-index-works .list_link_in {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6rem), calc(100% - 25.4rem) calc(100% - 6rem), calc(100% - 28rem) 100%, 0 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-index-works .list_link_in {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.1rem), calc(100% - 29.8rem) calc(100% - 7.1rem), calc(100% - 32.9rem) 100%, 0 100%);
  }
}
.p-index-works .list_ttl {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: grid;
  place-content: center;
  position: absolute;
  top: -2.25rem;
  left: 7.1428571429%;
  z-index: 1;
  padding-inline: 7rem;
  height: 4.5rem;
  background: #0078f0;
  clip-path: polygon(2rem 0, 100% 0, calc(100% - 2rem) 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-index-works .list_ttl {
    font-size: 3.2rem;
    line-height: 1.15625;
    top: -3rem;
    left: 7.3394495413%;
    padding: 0 5rem 0.2rem;
    min-width: 40rem;
    height: 6rem;
    clip-path: polygon(2.7rem 0, 100% 0, calc(100% - 2.7rem) 100%, 0 100%);
  }
}
.p-index-works .list_txt {
  font-size: 1.6rem;
  line-height: 2;
  display: grid;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 4.2rem;
  padding-right: 5.1rem;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-index-works .list_txt {
    font-size: 2.8rem;
    line-height: 1.3214285714;
    right: 2rem;
    padding-right: 4rem;
    height: 7.1rem;
  }
}
.p-index-works .list_txt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  translate: 0 -50%;
  width: 1.6rem;
  height: 2.1rem;
  background: #ff643c;
  clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%, 50% 50%);
  transition: right 0.4s;
}
@media screen and (max-width: 767px) {
  .p-index-works .list_txt::before {
    width: 1.9rem;
    height: 2.5rem;
  }
}
.p-index-works .list_des {
  font-size: 1.6rem;
  line-height: 2;
  margin: 2.1rem auto 0;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-index-works .list_des {
    font-feature-settings: "palt";
    font-size: 3.2rem;
    line-height: 2;
    letter-spacing: 0.03em;
    margin-top: 1.4rem;
  }
}
.p-index-recruit {
  margin-top: 14.8rem;
}
@media screen and (max-width: 767px) {
  .p-index-recruit {
    margin-top: 18.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index-recruit .c-wrap {
    width: 87.2%;
  }
}
.p-index-recruit .c-txt-01 {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-index-recruit .c-txt-01 {
    margin-top: 6.4rem;
  }
}
.p-index-recruit .ttl {
  font-feature-settings: "palt";
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 1;
  margin: 5.2rem auto 0;
  padding-inline: 2rem;
  width: 100%;
  max-width: 32rem;
  height: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-index-recruit .ttl {
    font-size: 3.2rem;
    line-height: 1.75;
    margin-top: 8.4rem;
    padding-inline: 3.6rem;
    max-width: 55.9rem;
    height: 10.2rem;
  }
}
.p-index-recruit .ttl::before, .p-index-recruit .ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #0078f0;
}
.p-index-recruit .ttl::before {
  inset: 0;
  clip-path: polygon(2rem 0, 100% 0, calc(100% - 2rem) 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-index-recruit .ttl::before {
    clip-path: polygon(3.6rem 0, 100% 0, calc(100% - 3.6rem) 100%, 0 100%);
  }
}
.p-index-recruit .ttl::after {
  bottom: -1.4rem;
  left: 50%;
  translate: -50% 0;
  width: 1.3rem;
  height: 1.8rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-index-recruit .ttl::after {
    bottom: -2.5rem;
    width: 2.3rem;
    height: 3.1rem;
  }
}
.p-index-recruit .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem;
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-index-recruit .list {
    grid-template-columns: 1fr;
    gap: 11rem;
    margin-top: 10.5rem;
  }
}
.p-index-recruit .list_item {
  position: relative;
  padding-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-index-recruit .list_item:nth-child(2) {
    transition-delay: 0.4s;
  }
  .p-index-recruit .list_item:nth-child(3) {
    transition-delay: 0.8s;
  }
}
@media screen and (max-width: 767px) {
  .p-index-recruit .list_item {
    padding-top: 7.9rem;
  }
}
.p-index-recruit .list_ttl {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  translate: -50% 0;
  pointer-events: none;
}
.p-index-recruit .list_ttl._interview {
  width: 12.3rem;
}
@media screen and (max-width: 767px) {
  .p-index-recruit .list_ttl._interview {
    width: 21.9rem;
  }
}
.p-index-recruit .list_ttl._sp-talk-session {
  width: 25.9rem;
}
@media screen and (max-width: 767px) {
  .p-index-recruit .list_ttl._sp-talk-session {
    width: 46rem;
  }
}
.p-index-recruit .list_ttl._work-environment {
  width: 24.6rem;
}
@media screen and (max-width: 767px) {
  .p-index-recruit .list_ttl._work-environment {
    width: 43.8rem;
  }
}
.p-index-recruit .list_link {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-index-recruit .list_link::before {
  content: "";
  position: absolute;
  bottom: 1.9rem;
  right: 3.7rem;
  z-index: 2;
  width: 1.6rem;
  height: 2.1rem;
  background: #ff643c;
  clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%, 50% 50%);
  transition: right 0.4s;
}
@media screen and (max-width: 767px) {
  .p-index-recruit .list_link::before {
    bottom: 3.4rem;
    right: 6.4rem;
    width: 3rem;
    height: 3.8rem;
  }
}
.p-index-recruit .list_link img {
  scale: var(--_img-scale);
  transition: scale 0.4s;
}
.p-index-recruit .list_link:focus-visible {
  opacity: 1;
  --_img-scale: 1.1;
}
.p-index-recruit .list_link:focus-visible::before {
  right: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-index-recruit .list_link:focus-visible::before {
    bottom: 2.9rem;
  }
}
@media (any-hover: hover) {
  .p-index-recruit .list_link:hover {
    opacity: 1;
    --_img-scale: 1.1;
  }
  .p-index-recruit .list_link:hover::before {
    right: 3.2rem;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .p-index-recruit .list_link:hover::before {
    bottom: 2.9rem;
  }
}
.p-index-recruit .list_link_in {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6rem), calc(100% - 8.8rem) calc(100% - 6rem), calc(100% - 12rem) 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-index-recruit .list_link_in {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10.8rem), calc(100% - 15.7rem) calc(100% - 10.8rem), calc(100% - 21.4rem) 100%, 0 100%);
  }
}
.p-index-recruit .list_sttl {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-index-recruit .list_sttl {
    font-size: 3.2rem;
    line-height: 1.65625;
    margin-top: 6.4rem;
  }
}
.p-index-recruit .c-btn-01 {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-index-recruit .c-btn-01 {
    margin-top: 10.9rem;
  }
}
.p-index-news {
  container-type: inline-size;
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .p-index-news {
    margin-top: 20rem;
    padding-block: 18.4rem 20rem;
    background: #eff1f3;
  }
}
@media screen and (min-width: 768px) {
  .p-index-news .c-wrap {
    position: relative;
    max-width: 160rem;
    padding-block: 15rem 16rem;
  }
  .p-index-news .c-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: calc(50% + 50cqi);
    height: 100%;
    background: #eff1f3;
  }
}
@media screen and (max-width: 767px) {
  .p-index-news .c-wrap {
    width: 87.2%;
  }
}
.p-index-news .list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  margin: 4rem auto 0;
  width: 90%;
  max-width: 100rem;
}
@media screen and (max-width: 767px) {
  .p-index-news .list {
    gap: 2rem;
    margin: 6rem auto 0;
    width: 100%;
  }
}
.p-index-news .list_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2.5rem 4rem;
  border-radius: 0.4rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-index-news .list_link {
    padding: 4.8rem 5rem 4.2rem;
    border-radius: 1.6rem;
  }
}
.p-index-news .list_link:focus-visible .list_ttl_txt {
  color: #ff643c;
}
@media (any-hover: hover) {
  .p-index-news .list_link:hover .list_ttl_txt {
    color: #ff643c;
  }
}
.p-index-news .list_link[href$=".pdf"] .list_ttl_txt::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.6rem;
  margin-left: 1.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/icon_pdf.svg) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index-news .list_link[href$=".pdf"] .list_ttl_txt::after {
    top: 1rem;
    margin-left: 2rem;
    width: 4.6rem;
    height: 4.6rem;
  }
}
.p-index-news .list_date {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 1.25;
  padding-bottom: 0.4rem;
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .p-index-news .list_date {
    font-size: 3.2rem;
    width: 20rem;
  }
}
.p-index-news .list_category {
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 1;
  width: 11.9rem;
  height: 3.2rem;
  --_border-radius: 0.8rem;
  border-radius: var(--_border-radius);
  background: #495f74;
}
@media screen and (max-width: 767px) {
  .p-index-news .list_category {
    font-size: 2.8rem;
    width: 23.8rem;
    height: 6.4rem;
  }
}
.p-index-news .list_category::before {
  content: "";
  position: absolute;
  --_border-inset: 0.2rem;
  inset: var(--_border-inset);
  z-index: -1;
  border-radius: calc(var(--_border-radius) - var(--_border-inset));
  background: #fff;
}
.p-index-news .list_category._recruit {
  background: linear-gradient(90deg, rgb(255, 140, 110) 0%, rgb(180, 151, 216) 50%, rgb(37, 145, 255) 100%);
}
.p-index-news .list_category._news {
  color: #495f74;
  background: #495f74;
}
.p-index-news .list_category._company {
  color: #ff643c;
  background: #ff643c;
}
.p-index-news .list_category._topics {
  color: #0078f0;
  background: #0078f0;
}
.p-index-news .list_ttl {
  width: calc(100% - 11rem - 12rem);
}
@media screen and (min-width: 768px) {
  .p-index-news .list_ttl {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index-news .list_ttl {
    margin-top: 3.7rem;
    width: 100%;
  }
}
.p-index-news .list_ttl_txt {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 2;
  display: inline-block;
  transition: color 0.4s;
}
@media screen and (max-width: 767px) {
  .p-index-news .list_ttl_txt {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
.p-index-news .c-btn-01 {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-index-news .c-btn-01 {
    margin-top: 10rem;
  }
}

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