html {
  overflow-x: hidden;
}

#home {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 76%, rgb(184, 225, 239) 100%) no-repeat;
}
#home .home_blk h2 {
  font-size: 2.5em;
}
#home .home_blk h2 bdo[lang=en]:after {
  content: " ";
  background-image: url(../images/home_title_star.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.85em;
  height: 0.85em;
  display: inline-block;
  margin-left: 0.5em;
}
#home .home_blk .wp-block-button a[target=_blank] img {
  display: block;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.4em);
  width: 0.8em;
}
@media screen and (max-width: 599px) {
  #home .home_blk h2 {
    font-size: 2.2em;
  }
}
#home #mainv {
  height: calc(100vh - 5em);
}
#home #mainv .loop_wrap {
  position: absolute;
  top: -5em;
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  max-width: none;
}
#home #mainv .loop_wrap img {
  width: auto;
  height: 100%;
  max-width: none;
}
#home #mainv .loop_wrap.loop01 img:first-child {
  animation: loop 60s -30s linear infinite;
}
#home #mainv .loop_wrap.loop01 img:last-child {
  animation: loop2 60s linear infinite;
}
#home #mainv .loop_wrap.loop02 img:first-child {
  animation: loop 80s -40s linear infinite;
}
#home #mainv .loop_wrap.loop02 img:last-child {
  animation: loop2 80s linear infinite;
}
#home #mainv .loop_wrap.loop03 img:first-child {
  animation: loop 100s -50s linear infinite;
}
#home #mainv .loop_wrap.loop03 img:last-child {
  animation: loop2 100s linear infinite;
}
#home #mainv-sp {
  height: calc(100vh - 13em);
}
#home #mainv-sp .loop_wrap {
  position: absolute;
  top: -13em;
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  max-width: none;
}
#home #mainv-sp .loop_wrap img {
  width: auto;
  height: 100%;
  max-width: none;
}
#home #mainv-sp .loop_wrap.loop01 img:first-child {
  animation: loop 60s -30s linear infinite;
}
#home #mainv-sp .loop_wrap.loop01 img:last-child {
  animation: loop2 60s linear infinite;
}
#home #mainv-sp .loop_wrap.loop02 img:first-child {
  animation: loop 80s -40s linear infinite;
}
#home #mainv-sp .loop_wrap.loop02 img:last-child {
  animation: loop2 80s linear infinite;
}
#home #mainv-sp .loop_wrap.loop03 img:first-child {
  animation: loop 100s -50s linear infinite;
}
#home #mainv-sp .loop_wrap.loop03 img:last-child {
  animation: loop2 100s linear infinite;
}
#home #message h3 {
  font-size: 3em;
  font-weight: normal;
  margin-top: 1.5em;
}
#home #message h3 + p {
  margin-left: 5em;
  line-height: 3;
}
#home #message h3:before {
  content: " ";
  display: block;
  width: 6em;
  height: 6em;
  position: absolute;
  right: -2em;
  top: 0;
  background-image: url(../images/home_title_star.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
}
@media screen and (max-width: 599px) {
  #home #message h3 {
    font-size: 2em;
  }
  #home #message h3 + p {
    margin-left: 2em;
  }
  #home #message h3:before {
    width: 4em;
    height: 4em;
    top: auto;
    bottom: -16em;
    left: 1em;
  }
}
#home #people {
  margin: 10em 0;
}
#home #people .title_img {
  display: block;
  transform: scale(1.1) translateX(1em);
  position: absolute;
  right: min(-7vw, (100vw - 1197px) / 2 * -1);
  top: -60%;
}
#home #people h3 {
  font-size: 1.2em;
}
@media screen and (max-width: 599px) {
  #home #people .title_img {
    position: relative;
    transform: scale(1.2) translateX(1em) translateY(-1em);
  }
  #home #people .wp-block-columns {
    flex-direction: column-reverse;
  }
}
#home #people .interview_index {
  margin-top: 4em;
}
#home #people .interview_index .interview_card {
  margin: 0 0.5em;
}
#home #people .interview_index .interview_card .post_text .post_title {
  font-size: 0.8em;
}
#home #people .slick-prev {
  z-index: 100;
}
#home #people .slick-prev:before {
  background: url(../images/home_slide_arrow.png) no-repeat;
}
#home #people .slick-next {
  z-index: 101;
}
#home #people .slick-next:before {
  background: url(../images/home_slide_arrow.png) no-repeat;
}
#home #crosstalk h2 img {
  width: 10em;
}
#home #crosstalk:before {
  content: " ";
  display: block;
  width: 100%;
  height: 77%;
  background: linear-gradient(45deg, rgb(184, 225, 239) 50%, rgb(17, 126, 162) 100%);
  position: absolute;
  left: min(-5vw, (100vw - 1200px) / 2 * -1);
  top: -5%;
}
#home #crosstalk h3 {
  color: var(--wp--preset--color--theme-brown);
  display: inline-block;
  background-color: var(--wp--preset--color--white);
  border: 2px solid var(--wp--preset--color--theme-brown);
  border-radius: 2em;
  padding: 0.2em 1em;
  margin-left: -0.5em;
}
#home #crosstalk figure {
  display: block;
  margin-top: -1.5em;
}
#home #crosstalk figure img {
  border-radius: 0.5em;
}
#home #crosstalk figure + p {
  color: var(--wp--preset--color--theme-brown);
  margin-top: 0;
}
#home #crosstalk figure a {
  display: block;
  transition: all 0.3s ease;
}
#home #crosstalk figure a:after {
  content: " ";
  display: block;
  width: 2.5em;
  height: 2.5em;
  background-image: url(../images/home_arr_yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0.75em;
  right: 1em;
}
#home #crosstalk figure a:hover {
  filter: brightness(50%);
}
#home #crosstalk .wp-block-columns {
  gap: 3em;
}
#home #crosstalk .wp-block-columns .wp-block-column:nth-child(1) {
  margin-top: 2em;
}
#home #crosstalk .wp-block-columns .wp-block-column:nth-child(2) {
  margin-top: -4em;
}
@media screen and (max-width: 599px) {
  #home #crosstalk:before {
    width: 120%;
    height: 44%;
  }
  #home #crosstalk .wp-block-columns .wp-block-column:nth-child(1) {
    margin-top: 0;
  }
  #home #crosstalk .wp-block-columns .wp-block-column:nth-child(2) {
    margin-top: -1em;
  }
}
#home #business .blk_number_w,
#home #business .blk_aboutus_w {
  display: block;
  text-decoration: none;
  color: inherit;
}
#home #business .blk_number_w:hover,
#home #business .blk_aboutus_w:hover {
  opacity: 0.6;
}
@media screen and (max-width: 599px) {
  #home #business .wp-block-media-text__content {
    padding: 0 1em 1em;
  }
  #home #business .wp-block-media-text__content h3 {
    margin-top: 0.5em;
  }
}
#home #project_stories h2 bdo[lang=en] {
  color: var(--wp--preset--color--theme-brown);
  font-size: 2em;
  line-height: 1.1;
}
#home #project_stories h2 small {
  font-size: 1em;
  display: inline-block;
  margin-top: 0.75em;
}
#home #project_stories:before {
  content: " ";
  display: block;
  width: 100%;
  height: 60%;
  background: linear-gradient(45deg, rgb(237, 213, 147) 50%, rgb(172, 126, 0) 100%);
  position: absolute;
  left: min(-5vw, (100vw - 1200px) / 2 * -1);
  top: 17%;
}
#home #project_stories h3 {
  color: var(--wp--preset--color--theme-brown);
  display: inline-block;
  background-color: var(--wp--preset--color--white);
  border: 2px solid var(--wp--preset--color--theme-brown);
  border-radius: 2em;
  padding: 0.2em 1em;
  margin-left: -0.5em;
}
#home #project_stories figure {
  display: block;
  margin-top: -1.5em;
}
#home #project_stories figure img {
  border-radius: 0.5em;
}
#home #project_stories figure + p {
  color: var(--wp--preset--color--theme-brown);
  margin-top: 0;
}
#home #project_stories figure a {
  display: block;
  transition: all 0.3s ease;
}
#home #project_stories figure a:after {
  content: " ";
  display: block;
  width: 2.5em;
  height: 2.5em;
  background-image: url(../images/home_arr_yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0.75em;
  right: 1em;
}
#home #project_stories figure a:hover {
  filter: brightness(50%);
}
@media screen and (max-width: 599px) {
  #home #project_stories:before {
    width: 120%;
    top: 14%;
  }
}
#home #mg_to_student {
  margin: 10em auto;
}
#home #mg_to_student:before {
  content: " ";
  display: block;
  background-color: var(--wp--preset--color--white);
  width: 70vw;
  height: 130%;
  position: absolute;
  right: min(-5vw, (100vw - 1200px) / 2 * -1);
  top: -4em;
}
#home #mg_to_student:after {
  content: " ";
  display: block;
  background-color: var(--wp--preset--color--theme-yellow);
  width: 10em;
  height: 10em;
  position: absolute;
  right: min(-5vw, (100vw - 1200px) / 2 * -1);
  top: -8em;
}
#home #mg_to_student h2 {
  margin-bottom: 2em;
}
#home #mg_to_student .wp-block-columns {
  gap: 4em;
}
#home #mg_to_student .wp-block-columns:after {
  content: " ";
  display: block;
  background-color: var(--wp--preset--color--theme-yellow);
  width: 2em;
  height: 10em;
  position: absolute;
  left: min(-5vw, (100vw - 1200px) / 2 * -1);
  top: 10em;
}
@media screen and (max-width: 599px) {
  #home #mg_to_student:before {
    height: 110%;
  }
  #home #mg_to_student .wp-block-columns:after {
    top: auto;
    bottom: -6em;
  }
}
@media screen and (max-width: 599px) {
  #home #environment .wp-block-buttons {
    flex-direction: column;
  }
  #home #environment .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}

.slick-dots {
  bottom: -2em;
}
.slick-dots li {
  width: 3em;
  height: 0.2em;
  background-color: rgba(184, 225, 239, 0.3);
  margin: 0;
}
.slick-dots li button {
  width: 3em;
  height: 0.2em;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active {
  background-color: rgb(184, 225, 239);
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}/*# sourceMappingURL=home.css.map */

.wp-container-core-group-is-layout-2 {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.wp-elements-c79aedc0363dc3cd3f36f9a4b55e068f a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--theme-blue);
}
.wp-elements-93fd168d3b6ef60046838afd7dd83e5a a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--theme-blue);
}
.wp-container-core-buttons-is-layout-1 {
  justify-content: flex-end;
}
.wp-container-core-columns-is-layout-1 {
  flex-wrap: nowrap;
}
.wp-container-core-columns-is-layout-2 {
  flex-wrap: nowrap;
}
.wp-container-core-buttons-is-layout-2 {
  justify-content: flex-end;
}
.wp-container-core-buttons-is-layout-3 {
  justify-content: flex-end;
}
.wp-container-core-columns-is-layout-3 {
  flex-wrap: nowrap;
}
.wp-container-core-columns-is-layout-4 {
  flex-wrap: nowrap;
}
.wp-container-core-buttons-is-layout-4 {
  justify-content: center;
}
.wp-container-core-buttons-is-layout-5 {
  flex-wrap: nowrap;
  justify-content: center;
}
.wp-elements-d18255462c7beb83d353621527515c78 a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--theme-white);
}
.wp-container-core-group-is-layout-16 {
  flex-wrap: nowrap;
  justify-content: space-between;
}

/* テキスト制限用のスタイル */
.post_title span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* PC時: 25文字制限 */
@media (min-width: 769px) {
  .post_title span {
    max-width: 25ch;
  }
}

/* SP時: 22文字制限 */
@media (max-width: 768px) {
  .post_title span {
    max-width: 22ch;
  }
}