@charset "UTF-8";
#home .narrow {
  max-width: min(80%, 660px);
}
@media screen and (max-width: 781px) {
  #home .space200-100 {
    height: 50px !important;
  }
}
#home .viewmore-btn .wp-block-button__link {
  background: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--smaller);
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Droid Sans Japanese", sans-serif;
  border-width: 1px;
  text-transform: uppercase;
  min-width: 250px;
  position: relative;
  padding: 1.5rem 0.5rem;
  transition: 0.3s;
}
#home .viewmore-btn .wp-block-button__link:hover {
  transform: scale(1.05);
}
#home .viewmore-btn .wp-block-button__link::after, #home .viewmore-btn .wp-block-button__link::before {
  position: absolute;
  background: var(--wp--preset--color--black);
  content: "";
  display: block;
}
#home .viewmore-btn .wp-block-button__link::after {
  width: 100%;
  height: 1px;
  bottom: -10px;
  right: -10px;
}
#home .viewmore-btn .wp-block-button__link::before {
  width: 1px;
  height: 100%;
  right: -10px;
  top: 10px;
}
#home h2 {
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Droid Sans Japanese", sans-serif;
  color: var(--wp--preset--color--blue);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#home h2 mark {
  font-family: var(--wp--preset--font-family--zen-maru-gothic-bold);
}
#home p {
  line-height: 2.25;
}
#home #sec_kv {
  height: 120dvh;
  background-image: url(https://www.hokusei.ac.jp/social-welfare/wp-content/uploads/2026/09/bg_pc_grd.png);
  background-size: cover;
}
@media screen and (max-width: 781px) {
  #home #sec_kv {
    height: calc(100dvh - 66px);
    background-image: url(https://www.hokusei.ac.jp/social-welfare/wp-content/uploads/2026/09/bg_sp_grd.png);
  }
}
#home #sec_kv * {
  margin: 0;
}
#home #sec_kv .area_lead {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100dvh;
}
@media screen and (max-width: 781px) {
  #home #sec_kv .area_lead {
    height: 100%;
  }
}
#home #sec_kv .area_lead .kv_bg {
  margin: 0;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
#home #sec_kv .area_lead .kv_bg .bg_title {
  height: 90%;
  width: 100%;
  opacity: 0;
  animation: fadeIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
}
#home #sec_kv .area_lead .kv_bg .bg_title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#home #sec_kv .area_lead .kv_bg .human {
  height: 100%;
  bottom: 0;
  position: absolute;
}
#home #sec_kv .area_lead .kv_bg .human img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#home #sec_kv .area_lead .kv_bg .human.left {
  right: 55%;
  opacity: 0;
  animation: fadeIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1.6s forwards;
}
#home #sec_kv .area_lead .kv_bg .human.left img {
  width: 100%;
}
@media screen and (max-width: 781px) {
  #home #sec_kv .area_lead .kv_bg .human.left {
    width: 70%;
    height: -moz-fit-content;
    height: fit-content;
    right: auto;
    left: 0;
    top: 1.5rem;
    max-width: 300px;
  }
}
#home #sec_kv .area_lead .kv_bg .human.right {
  right: 0;
  width: 40%;
  opacity: 0;
  animation: fadeIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1.6s forwards;
}
#home #sec_kv .area_lead .kv_bg .human.right img {
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
}
@media screen and (max-width: 781px) {
  #home #sec_kv .area_lead .kv_bg .human.right {
    width: 80%;
    bottom: auto;
    top: 20%;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 350px;
  }
}
#home #sec_kv .area_lead .kv_bg .kv_logo,
#home #sec_kv .area_lead .kv_bg .kv_lead,
#home #sec_kv .area_lead .kv_bg .scroll {
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Droid Sans Japanese", sans-serif;
  position: absolute;
}
#home #sec_kv .area_lead .kv_bg .kv_logo {
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28%;
  opacity: 0;
  animation: fadeIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 2.3s forwards;
}
@media screen and (max-width: 781px) {
  #home #sec_kv .area_lead .kv_bg .kv_logo {
    top: auto;
    bottom: 3rem;
    width: 60%;
    transform: translate(-50%, -100%);
  }
}
#home #sec_kv .area_lead .kv_bg .kv_lead {
  top: 45%;
  right: 50%;
  transform: translate(calc(16vw + 100%), -50%);
  opacity: 0;
  animation: fadeIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 2s forwards;
}
@media screen and (max-width: 781px) {
  #home #sec_kv .area_lead .kv_bg .kv_lead {
    top: auto;
    bottom: 26%;
    right: auto;
    left: calc(50px + 10%);
    transform: none;
    height: 25%;
  }
  #home #sec_kv .area_lead .kv_bg .kv_lead img {
    height: 100%;
    width: 100%;
  }
}
#home #sec_kv .area_lead .kv_bg .scroll {
  left: 50%;
  bottom: 5rem;
  transform: translateX(-50%);
  opacity: 0;
  animation: fadeIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 2.6s forwards;
}
@media screen and (max-width: 781px) {
  #home #sec_kv .area_lead .kv_bg .scroll {
    bottom: 2rem;
  }
  #home #sec_kv .area_lead .kv_bg .scroll p {
    font-size: 12px !important;
  }
  #home #sec_kv .area_lead .kv_bg .scroll figure {
    width: 23px;
  }
  #home #sec_kv .area_lead .kv_bg .scroll figure img {
    width: 100%;
  }
}
#home #sec_kv .area_lead .kv_bg .scroll figure {
  animation: scroll-arrow-anime 2s linear infinite;
}
@keyframes scroll-arrow-anime {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#home #story {
  margin-top: 0;
  background-image: url(https://www.hokusei.ac.jp/social-welfare/wp-content/uploads/2026/09/lead_img.jpg);
  background-size: cover;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 781px) {
  #home #story {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
#home #story .bg_orange {
  max-width: 900px;
  background: #FF834D;
  background: linear-gradient(320deg, rgba(255, 131, 77, 0.91) 0%, rgba(255, 177, 0, 0.91) 100%);
  padding: 0 0 5rem;
  transform: translateY(-10vh);
}
@media screen and (max-width: 781px) {
  #home #story .bg_orange {
    max-width: 90%;
    transform: none;
  }
}
#home #story .bg_orange h2 {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--wp--preset--color--blue);
  padding: 0 1em;
  border-bottom: 1px solid var(--wp--preset--color--blue);
  transform: translateY(-50%);
  font-size: clamp(2.5rem, 1.818rem + 3.41vw, 4.375rem);
}
#home #story .bg_orange p {
  max-width: min(90%, 660px);
  line-height: 2.5;
}
#home #news-topics h2 {
  margin-bottom: 5rem;
}
#home #news-topics .category-list {
  margin-bottom: 3rem;
}
#home #news-topics .wp-block-query ul {
  flex-wrap: nowrap;
}
#home #news-topics .wp-block-query ul .wp-block-post {
  position: relative;
}
#home #news-topics .wp-block-query ul .wp-block-post .wp-block-post-title a::after {
  content: none;
}
#home #news-topics .wp-block-query ul .wp-block-post .wp-block-read-more {
  margin-top: 1rem;
  width: 100px;
  padding: 0.5rem 0;
  border-radius: 5px;
  margin-left: auto;
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Droid Sans Japanese", sans-serif;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
#home #news-topics .wp-block-query .wp-block-post-title a {
  display: block;
}
@media screen and (max-width: 781px) {
  #home #news-topics {
    margin: 40px 20px;
  }
  #home #news-topics .wp-block-query ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  #home #news-topics .wp-block-query ul li {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
#home #admission-policy {
  background-image: url(https://www.hokusei.ac.jp/social-welfare/wp-content/uploads/2026/09/bg_add_left.svg), url(https://www.hokusei.ac.jp/social-welfare/wp-content/uploads/2026/09/bg_add_right.svg);
  background-position: 5% bottom, 95% bottom;
  background-size: 20%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 781px) {
  #home #admission-policy {
    background: none;
  }
}
#home #admission-policy .narrow {
  padding-bottom: 5rem;
}
@media screen and (max-width: 781px) {
  #home #admission-policy .narrow {
    padding-bottom: 7rem;
    background-image: url(https://www.hokusei.ac.jp/social-welfare/wp-content/uploads/2026/09/ad_bg_left_v2.png), url(https://www.hokusei.ac.jp/social-welfare/wp-content/uploads/2026/09/ad_bg_right_v2.png);
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
    background-size: auto 4rem, auto 7rem;
  }
}
@media screen and (max-width: 781px) {
  #home #admission-policy .wp-block-buttons {
    padding-top: 10rem;
    margin-top: 0;
    background-image: url(https://www.hokusei.ac.jp/social-welfare/wp-content/uploads/2026/09/ad_bg_bottom.png);
    background-position: center 1rem;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
#home #admission-policy .wp-block-buttons .wp-block-button__link {
  background: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--medium);
  box-shadow: 10px 10px 0px var(--wp--preset--color--blue);
  display: flex;
  align-items: center;
  padding: 2.5rem 1.5rem;
  justify-content: space-between;
}
#home #admission-policy .wp-block-buttons .wp-block-button__link::after {
  margin-left: 1rem;
  content: "";
  display: block;
  height: 14px;
  width: 26px;
  background: url(https://www.hokusei.ac.jp/social-welfare/wp-content/uploads/2026/09/scroll_arrow.svg);
  background-size: contain;
  rotate: -90deg;
  background-repeat: no-repeat;
}
#home #admission-policy .line_head {
  color: var(--wp--preset--color--blue);
  font-family: var(--wp--preset--font-family--zen-maru-gothic-bold);
  background: var(--wp--preset--color--sky);
  padding: 0 1em;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  isolation: isolate;
}
@media screen and (max-width: 781px) {
  #home #admission-policy .line_head {
    background: none;
    width: 75%;
  }
}
#home #admission-policy .line_head::before {
  content: "";
  display: block;
  width: 140%;
  height: 2px;
  background: var(--wp--preset--color--blue);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#home #admission-policy .line_head::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--wp--preset--color--sky);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 781px) {
  #home #admission-policy .line_head {
    border-left: 1px solid var(--wp--preset--color--blue);
    border-right: 1px solid var(--wp--preset--color--blue);
  }
  #home #admission-policy .line_head::after, #home #admission-policy .line_head:before {
    content: none;
  }
}
#home #admission-policy .list_admission {
  display: flex;
  flex-wrap: wrap;
  max-width: 1020px;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 781px) {
  #home #admission-policy .list_admission {
    margin-bottom: 0;
    max-width: min(80%, 660px);
    gap: 0;
    row-gap: 10px;
    position: relative;
  }
  #home #admission-policy .list_admission::after, #home #admission-policy .list_admission::before {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background-size: contain;
    content: "";
    background-repeat: no-repeat;
  }
  #home #admission-policy .list_admission::before {
    background-image: url(https://www.hokusei.ac.jp/social-welfare/wp-content/uploads/2026/09/ad_bg_left.png);
    top: calc(66% - 25px);
    left: -10%;
  }
  #home #admission-policy .list_admission::after {
    background-image: url(https://www.hokusei.ac.jp/social-welfare/wp-content/uploads/2026/09/ad_bg_right.png);
    top: calc(33% - 25px);
    right: -10%;
  }
}
#home #admission-policy .list_admission .circle {
  margin: 0;
  border-radius: 9999px;
  background: var(--wp--preset--color--yellow);
  aspect-ratio: 1/1;
  max-width: 300px;
  width: calc((100% - 2rem) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--wp--preset--color--blue);
}
@media screen and (max-width: 781px) {
  #home #admission-policy .list_admission .circle {
    width: calc((100% - 10px) / 2);
  }
}
#home #admission-policy .list_admission .circle p {
  margin: 0;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 781px) {
  #home #admission-policy .list_admission .circle p {
    font-size: 14px !important;
  }
}
#home #admission-policy .list_admission .circle .case {
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Droid Sans Japanese", sans-serif;
  font-size: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 781px) {
  #home #admission-policy .list_admission .circle .case {
    margin-bottom: 0;
  }
}
#home #admission-policy .list_admission .circle .case strong {
  font-weight: 400;
  color: var(--wp--preset--color--white);
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  text-shadow: 1px 1px 0 var(--wp--preset--color--blue), -1px 1px 0 var(--wp--preset--color--blue), 1px -1px 0 var(--wp--preset--color--blue), -1px -1px 0 var(--wp--preset--color--blue), 0px 1px 0 var(--wp--preset--color--blue), 0px -1px 0 var(--wp--preset--color--blue), 1px 0px 0 var(--wp--preset--color--blue), -1px 0px 0 var(--wp--preset--color--blue);
}
#home #admission-policy .list_admission .circle:nth-of-type(n+4) {
  transform: translateX(5vw);
}
@media screen and (max-width: 781px) {
  #home #admission-policy .list_admission .circle:nth-of-type(n+4) {
    transform: none;
  }
}
#home #features .list_features {
  gap: 0;
}
#home #features .list_features .wp-block-column {
  background: var(--wp--preset--color--blue);
}
#home #features .list_features figure {
  margin: 0;
}
#home #features .list_features figure img {
  width: 100%;
}
#home #features .list_features .wrp_blue {
  margin-top: -1.5rem;
}
#home #features .list_features .wrp_blue h3 {
  background: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--zen-maru-gothic-bold);
  line-height: 1.5;
  border-radius: 10px;
  padding: 3rem 1rem;
  position: relative;
}
#home #features .list_features .wrp_blue h3 span {
  color: var(--wp--preset--color--white);
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Droid Sans Japanese", sans-serif;
  font-size: var(--wp--preset--font-size--largest);
  position: absolute;
  width: 120px;
  height: 105px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  top: -1.5rem;
  padding-left: 20px;
  z-index: 1;
}
@media screen and (max-width: 781px) {
  #home #features .list_features .wrp_blue h3 span {
    width: 60px;
    height: 60px;
  }
}
#home #features .list_features .wrp_blue h3 span::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: var(--wp--preset--color--blue);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#home #features .list_features .wrp_blue h3 span::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: var(--wp--preset--color--yellow);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  top: 0;
  left: 18px;
  z-index: -1;
}
#home #features .list_features .wrp_blue p {
  color: var(--wp--preset--color--white);
  margin-bottom: 5rem;
}
#home #acquire .list_acquire {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  row-gap: 2em;
}
@media screen and (max-width: 781px) {
  #home #acquire .list_acquire {
    gap: 1rem;
    padding: 2rem 0.5rem;
  }
}
#home #acquire .list_acquire .wp-block-group {
  width: calc((100% - 4rem) / 3);
  margin-top: 0;
}
@media screen and (max-width: 781px) {
  #home #acquire .list_acquire .wp-block-group {
    width: calc((100% - 1rem) / 2);
  }
}
#home #acquire .list_acquire .wp-block-group figure {
  height: 130px;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 781px) {
  #home #acquire .list_acquire .wp-block-group figure {
    height: 80px;
  }
}
#home #acquire .list_acquire .wp-block-group figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#home #acquire .list_acquire .wp-block-group h3 {
  background: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--zen-maru-gothic-bold);
  padding: 0.5rem;
  border-radius: 9999px;
  margin: 0;
  margin: 1rem 0;
}
#home #steps .step_bg {
  margin-top: 6rem;
  position: relative;
  background: url(https://www.hokusei.ac.jp/social-welfare/wp-content/uploads/2026/09/step_bg-scaled.jpg);
  background-position: left center;
  background-size: 80% 100%;
  background-repeat: no-repeat;
  padding: 3rem 0;
}
@media screen and (max-width: 781px) {
  #home #steps .step_bg {
    background-size: 95% 100%;
  }
}
#home #steps .step_bg figure {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -20%;
  max-width: min(50%, 960px);
}
@media screen and (max-width: 781px) {
  #home #steps .step_bg figure {
    max-width: min(90%, 390px);
    bottom: 115px;
  }
}
#home #steps .step_bg .narrow {
  max-width: 35%;
  margin-left: 10% !important;
}
@media screen and (max-width: 781px) {
  #home #steps .step_bg .narrow {
    max-width: min(80%, 660px);
    margin-left: auto !important;
  }
  #home #steps .step_bg .narrow .viewmore-btn {
    margin-top: 260px;
  }
}
#home #talksession .step_bg {
  margin-top: 3rem;
  position: relative;
  background: url(https://www.hokusei.ac.jp/social-welfare/wp-content/uploads/2026/09/step_bg-scaled.jpg);
  background-position: right center;
  background-size: 80% 100%;
  background-repeat: no-repeat;
  padding: 3rem 0;
}
@media screen and (max-width: 781px) {
  #home #talksession .step_bg {
    background-size: 95% 100%;
  }
}
#home #talksession .step_bg figure {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: -20%;
  max-width: min(50%, 960px);
}
@media screen and (max-width: 781px) {
  #home #talksession .step_bg figure {
    max-width: min(90%, 390px);
    bottom: 115px;
  }
}
#home #talksession .step_bg .narrow {
  max-width: 35%;
  margin-right: 10% !important;
}
@media screen and (max-width: 781px) {
  #home #talksession .step_bg .narrow {
    max-width: min(80%, 660px);
    margin-right: auto !important;
  }
  #home #talksession .step_bg .narrow .viewmore-btn {
    margin-top: 260px;
  }
}
#home .bn_area {
  gap: 0;
}
@media screen and (max-width: 781px) {
  #home .bn_area {
    flex-direction: column;
  }
}
#home .bn_area .wp-block-column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 3rem;
  flex: 1;
}
@media screen and (max-width: 781px) {
  #home .bn_area .wp-block-column {
    flex-direction: column;
  }
  #home .bn_area .wp-block-column figure {
    height: 90px;
    display: block;
  }
  #home .bn_area .wp-block-column figure img {
    height: 100%;
  }
}
#home .bn_area .wp-block-column .wp-block-heading {
  margin: 0;
}
@media screen and (max-width: 781px) {
  #home .bn_area .wp-block-column {
    flex: 1;
  }
}
#home .bn_area .blue {
  background: var(--wp--preset--color--blue);
}
#home .bn_area .blue .wp-block-heading {
  color: var(--wp--preset--color--white);
}
#home .bn_area .blue .wp-block-heading mark {
  color: var(--wp--preset--color--white) !important;
}
#home .bn_area .yellow {
  background: var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--blue);
}
#home .bn_area .link,
#home .bn_area .link > a {
  margin: 0;
  padding: 0;
  opacity: 0;
  color: transparent;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#home .wrp_grad {
  margin-top: 5rem;
  display: flex !important;
  width: -moz-max-content !important;
  width: max-content !important;
  /* 子要素の分だけ横幅を広げる */
  overflow: hidden;
  gap: 5rem;
  animation: infinite-scroll 25s linear infinite;
}
@media screen and (max-width: 781px) {
  #home .wrp_grad {
    gap: 1.5rem;
  }
}
#home .wrp_grad figure {
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  width: 360px;
}
@media screen and (max-width: 781px) {
  #home .wrp_grad figure {
    width: 140px;
  }
}
#home .wrp_grad figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@keyframes infinite-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    /* 1ループ分（左へ移動） */
    transform: translateX(-50%);
  }
}
#home .is-inview {
  opacity: 0;
  transform: translateY(30px);
  /* 30px 下に配置 */
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
  /* 画面に入って -inview クラスが付与されたときのスタイル */
}
#home .is-inview.-inview {
  opacity: 1;
  transform: translateY(0);
  /* 元の位置に浮き出る */
}/*# sourceMappingURL=home.css.map */