@keyframes scroll_line {
  0% {
    stroke-dashoffset: 100px;
  }
  45%, 60% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -100px;
  }
}
@keyframes slide_zoom {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.1;
  }
}
@keyframes loop_slide {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -100% 0;
  }
}
.kv_slider {
  position: relative;
  max-height: 100dvh;
}
@media (min-width: 769px) {
  .kv_slider {
    height: 52.709vw;
  }
}
@media (max-width: 768px) {
  .kv_slider {
    height: 156.4vw;
    padding-bottom: 8rem;
  }
}
.kv_slider .swiper {
  height: 100%;
  isolation: isolate;
}
@media (min-width: 769px) {
  .kv_slider .swiper {
    border-radius: 0 0 24.891vw 0;
  }
}
@media (max-width: 768px) {
  .kv_slider .swiper {
    border-radius: 0 0 41.334vw 0;
  }
}
.kv_slider .swiper-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.kv_slider .swiper-wrapper::before, .kv_slider .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 769px) {
  .kv_slider .swiper-wrapper::before, .kv_slider .swiper-wrapper::after {
    background: linear-gradient(to top, #0079ac 0%, rgba(127.5, 188, 213.5, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (max-width: 768px) {
  .kv_slider .swiper-wrapper::before, .kv_slider .swiper-wrapper::after {
    background: linear-gradient(to top, #0079ac 0%, rgba(127.5, 188, 213.5, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
.kv_slider .swiper-wrapper::before {
  top: 0;
  scale: 1 -1;
  opacity: 0.7;
}
@media (min-width: 769px) {
  .kv_slider .swiper-wrapper::before {
    height: 11.8rem;
  }
}
@media (max-width: 768px) {
  .kv_slider .swiper-wrapper::before {
    background: linear-gradient(to top, #0079ac 0%, rgba(127.5, 188, 213.5, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    height: 20rem;
  }
}
.kv_slider .swiper-wrapper::after {
  bottom: 0;
}
@media (min-width: 769px) {
  .kv_slider .swiper-wrapper::after {
    height: 25.11vw;
  }
}
@media (max-width: 768px) {
  .kv_slider .swiper-wrapper::after {
    background: linear-gradient(to top, #0079ac 0%, rgba(127.5, 188, 213.5, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
    height: 46rem;
  }
}
.kv_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kv_slider .swiper-slide.is-active img {
  animation: slide_zoom 10s ease forwards;
}
.kv_slider .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  width: auto;
  left: auto;
  z-index: 5;
}
@media (min-width: 769px) {
  .kv_slider .swiper-pagination {
    gap: 1.8rem;
    right: 10.615%;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .kv_slider .swiper-pagination {
    gap: 2.5rem;
    left: 5rem;
    bottom: 3rem;
  }
}
.kv_slider .swiper-pagination .swiper-pagination-bullet {
  background: #d2dcdc;
  margin: 0;
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 769px) {
  .kv_slider .swiper-pagination .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 768px) {
  .kv_slider .swiper-pagination .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.kv_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0096c7;
}

.kv_lead {
  position: absolute;
  letter-spacing: 0.03em;
  line-height: 1.2em;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  translate: -10% 0;
  transition: 1.3s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 2;
}
@media (min-width: 769px) {
  .kv_lead {
    left: 3.661%;
    bottom: 5.556%;
    font-size: 6.589vw;
  }
}
@media (max-width: 768px) {
  .kv_lead {
    left: 4%;
    bottom: 10.06%;
    font-size: 10.667vw;
  }
}
.kv_slider.is-animated .kv_lead {
  opacity: 1;
  translate: 0 0;
}

.kv_scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 769px) {
  .kv_scroll {
    gap: 0.5rem;
    right: 4.32%;
  }
}
@media (max-width: 768px) {
  .kv_scroll {
    gap: 1.3rem;
    right: 4.8%;
  }
}
.kv_scroll p {
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media (min-width: 769px) {
  .kv_scroll p {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .kv_scroll p {
    font-size: 1.8rem;
  }
}
.kv_scroll svg {
  stroke-dashoffset: 100px;
  stroke-dasharray: 100px;
  animation: scroll_line 3s ease 0s infinite;
  translate: 42.858% 0;
}
@media (min-width: 769px) {
  .kv_scroll svg {
    width: 0.7rem;
    height: 4.7rem;
  }
}
@media (max-width: 768px) {
  .kv_scroll svg {
    width: 1.2rem;
    height: 7.1rem;
  }
}

.message_section {
  position: relative;
}
@media (min-width: 769px) {
  .message_section {
    padding: 16rem 0 34rem;
  }
}
@media (max-width: 768px) {
  .message_section {
    padding: 13.5rem 0 50rem;
  }
}

.message_inner {
  display: flex;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .message_inner {
    justify-content: center;
    max-width: 111.6rem;
  }
}
@media (max-width: 768px) {
  .message_inner {
    flex-direction: column;
    max-width: 62rem;
  }
}

.message_bg {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.message_bg.bg1 {
  background-image: url(../img/top/message_bg1.png);
}
@media (min-width: 769px) {
  .message_bg.bg1 {
    width: 5.3rem;
    height: 5.3rem;
    right: calc(50% + 26.2rem);
    top: -8.2rem;
  }
}
@media (max-width: 768px) {
  .message_bg.bg1 {
    width: 6.3rem;
    height: 6.3rem;
    right: calc(50% + 2.6rem);
    top: -10.1rem;
  }
}
.message_bg.bg2 {
  background-image: url(../img/top/message_bg2.webp);
}
@media (min-width: 769px) {
  .message_bg.bg2 {
    width: 26.8rem;
    height: 26.8rem;
    left: calc(50% + 43.2rem);
    top: -4.4rem;
  }
}
@media (max-width: 768px) {
  .message_bg.bg2 {
    width: 32.1rem;
    height: 32.1rem;
    left: calc(50% + 16.4rem);
    top: -11rem;
  }
}
.message_bg.bg3 {
  background-image: url(../img/top/message_bg3.webp);
}
@media (min-width: 769px) {
  .message_bg.bg3 {
    width: 22rem;
    height: 18.1rem;
    left: calc(50% + 32.4rem);
    bottom: 6.3rem;
  }
}
@media (max-width: 768px) {
  .message_bg.bg3 {
    width: 22.4rem;
    height: 18.4rem;
    left: calc(50% + 8.1rem);
    bottom: -21.8rem;
  }
}
.message_bg.bg4 {
  background-image: url(../img/top/message_bg4.webp);
}
@media (min-width: 769px) {
  .message_bg.bg4 {
    width: 20rem;
    height: 25.6rem;
    right: calc(50% + 42.5rem);
    bottom: -10.7rem;
  }
}
@media (max-width: 768px) {
  .message_bg.bg4 {
    width: 21rem;
    height: 27rem;
    right: calc(50% + 18.9rem);
    bottom: -34.9rem;
  }
}

.message_head {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.4s linear, translate 0.4s ease-out, margin 0.4s ease-out;
}
@media (min-width: 769px) {
  .message_head {
    margin: 30px 0 0;
  }
}
@media (max-width: 768px) {
  .message_head {
    translate: 0 30px;
  }
}
.message_section.is-animated .message_head {
  opacity: 1;
}
@media (min-width: 769px) {
  .message_section.is-animated .message_head {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .message_section.is-animated .message_head {
    translate: 0 0;
  }
}
@media (min-width: 769px) {
  .message_head {
    position: absolute;
    gap: 1.2rem;
    right: calc(50% + 38.8rem);
    top: 0;
    rotate: 90deg;
    transform-origin: left top;
    translate: 100% 0;
  }
}
@media (max-width: 768px) {
  .message_head {
    position: relative;
    gap: 2rem;
  }
}
.message_head p {
  letter-spacing: 0.1em;
  line-height: 1;
  color: #0096c7;
}
@media (min-width: 769px) {
  .message_head p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .message_head p {
    font-size: 2.8rem;
  }
}
.message_head h2 {
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 769px) {
  .message_head h2 {
    font-size: 6.6rem;
    translate: -0.08em 0;
  }
}
@media (max-width: 768px) {
  .message_head h2 {
    font-size: 8.6rem;
  }
}

.message_text {
  position: relative;
  letter-spacing: 0.1em;
  opacity: 0;
  translate: 0 30px;
  transition: opacity 0.4s linear, translate 0.4s ease-out;
}
.message_section.is-animated .message_text {
  opacity: 1;
  translate: 0 0;
}
@media (min-width: 769px) {
  .message_text {
    padding-top: 6rem;
    line-height: 2.412;
    font-size: 1.7rem;
  }
  .message_text > p {
    font: inherit;
  }
  .message_text > p:first-of-type {
    margin-top: -0.705em;
  }
  .message_text > p:last-of-type {
    margin-bottom: -0.705em;
  }
}
@media (max-width: 768px) {
  .message_text {
    padding-top: 9rem;
    line-height: 1.929;
    font-size: 2.8rem;
  }
  .message_text > p {
    font: inherit;
  }
  .message_text > p:first-of-type {
    margin-top: -0.464em;
  }
  .message_text > p:last-of-type {
    margin-bottom: -0.464em;
  }
}
@media (min-width: 769px) {
  .message_text p + p {
    margin-top: 4.1rem;
  }
}
@media (max-width: 768px) {
  .message_text p + p {
    margin-top: 5.4rem;
  }
}

.about_section {
  position: relative;
  opacity: 0;
  translate: 0 30px;
  transition: opacity 0.4s linear, translate 0.4s ease-out;
}
.about_section.is-animated {
  opacity: 1;
  translate: 0 0;
}
@media (min-width: 769px) {
  .about_section {
    margin-top: -14rem;
    padding: 14rem 10px 28rem;
  }
}
@media (max-width: 768px) {
  .about_section {
    margin-top: -12rem;
    padding: 12rem 0 24rem;
  }
}
.about_section::before {
  content: "";
  position: absolute;
  background: #f0f2f4;
  width: 100%;
  left: 50%;
  top: 0;
  bottom: 0;
  translate: -50% 0;
}
@media (min-width: 769px) {
  .about_section::before {
    border-radius: 14rem 0 0 0;
    min-width: 139.6rem;
  }
}
@media (max-width: 768px) {
  .about_section::before {
    border-radius: 12rem 0 0 0;
  }
}

.about_inner {
  display: flex;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .about_inner {
    justify-content: space-between;
    max-width: 111.6rem;
  }
}
@media (max-width: 768px) {
  .about_inner {
    flex-direction: column;
    max-width: 62rem;
  }
}

.about_caption {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .about_caption {
    align-items: flex-start;
    width: 44rem;
  }
}
@media (max-width: 768px) {
  .about_caption {
    align-items: center;
    margin-bottom: 6rem;
  }
}

.about_head {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .about_head {
    gap: 1.2rem;
  }
}
@media (max-width: 768px) {
  .about_head {
    align-items: center;
    gap: 2rem;
  }
}
.about_head p {
  letter-spacing: 0.1em;
  line-height: 1;
  color: #0096c7;
}
@media (min-width: 769px) {
  .about_head p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .about_head p {
    font-size: 2.8rem;
  }
}
.about_head h2 {
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 769px) {
  .about_head h2 {
    font-size: 6.6rem;
    translate: -0.08em 0;
  }
}
@media (max-width: 768px) {
  .about_head h2 {
    font-size: 8.6rem;
  }
}

.about_text {
  letter-spacing: 0.1em;
  text-align: justify;
}
@media (min-width: 769px) {
  .about_text {
    padding-top: 4rem;
    line-height: 2;
    font-size: 1.5rem;
  }
  .about_text > p {
    font: inherit;
  }
  .about_text > p:first-of-type {
    margin-top: -0.5em;
  }
  .about_text > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media (max-width: 768px) {
  .about_text {
    padding-top: 6rem;
    line-height: 1.77;
    font-size: 2.6rem;
  }
  .about_text > p {
    font: inherit;
  }
  .about_text > p:first-of-type {
    margin-top: -0.384em;
  }
  .about_text > p:last-of-type {
    margin-bottom: -0.384em;
  }
}

.about_link {
  display: flex;
  align-items: center;
  fill: #0096c7;
  stroke: #fff;
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 769px) {
  .about_link {
    gap: 1.3rem;
    margin-top: 5rem;
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  .about_link {
    gap: 1.7rem;
    margin-top: 6rem;
    font-size: 2.8rem;
  }
}
@media (min-width: 769px) {
  .about_link svg {
    stroke-width: 0.2rem;
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 768px) {
  .about_link svg {
    stroke-width: 0.4rem;
    width: 5.2rem;
    height: 5.2rem;
  }
}
.about_link:hover {
  fill: #ffe60a;
  stroke: #282828;
}

.about_image {
  position: relative;
  border-radius: 2.6rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .about_image {
    width: 59.6rem;
  }
}
@media (max-width: 768px) {
  .about_image {
    width: 65rem;
    margin: 0 -1.5rem;
  }
}

.works_section {
  position: relative;
  opacity: 0;
  translate: 0 30px;
  transition: opacity 0.4s linear, translate 0.4s ease-out;
}
.works_section.is-animated {
  opacity: 1;
  translate: 0 0;
}
@media (min-width: 769px) {
  .works_section {
    margin-top: -14rem;
    padding: 14rem 10px 28rem;
  }
}
@media (max-width: 768px) {
  .works_section {
    margin-top: -12rem;
    padding: 12rem 0 24rem;
  }
}
.works_section::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  left: 50%;
  top: 0;
  bottom: 0;
  translate: -50% 0;
}
@media (min-width: 769px) {
  .works_section::before {
    border-radius: 0 14rem 0 0;
    min-width: 139.6rem;
  }
}
@media (max-width: 768px) {
  .works_section::before {
    border-radius: 0 12rem 0 0;
  }
}

.works_inner {
  display: flex;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .works_inner {
    justify-content: space-between;
    max-width: 111.6rem;
  }
}
@media (max-width: 768px) {
  .works_inner {
    flex-direction: column-reverse;
    max-width: 62rem;
  }
}

.works_caption {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .works_caption {
    align-items: flex-start;
    width: 44rem;
  }
}
@media (max-width: 768px) {
  .works_caption {
    align-items: center;
    margin-bottom: 6rem;
  }
}

.works_head {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .works_head {
    gap: 1.2rem;
  }
}
@media (max-width: 768px) {
  .works_head {
    align-items: center;
    gap: 2rem;
  }
}
.works_head p {
  letter-spacing: 0.1em;
  line-height: 1;
  color: #0096c7;
}
@media (min-width: 769px) {
  .works_head p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .works_head p {
    font-size: 2.8rem;
  }
}
.works_head h2 {
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 769px) {
  .works_head h2 {
    font-size: 6.6rem;
    translate: -0.08em 0;
  }
}
@media (max-width: 768px) {
  .works_head h2 {
    font-size: 8.6rem;
  }
}

.works_text {
  letter-spacing: 0.1em;
  text-align: justify;
}
@media (min-width: 769px) {
  .works_text {
    padding-top: 4rem;
    line-height: 2;
    font-size: 1.5rem;
  }
  .works_text > p {
    font: inherit;
  }
  .works_text > p:first-of-type {
    margin-top: -0.5em;
  }
  .works_text > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media (max-width: 768px) {
  .works_text {
    padding-top: 6rem;
    line-height: 1.77;
    font-size: 2.6rem;
  }
  .works_text > p {
    font: inherit;
  }
  .works_text > p:first-of-type {
    margin-top: -0.384em;
  }
  .works_text > p:last-of-type {
    margin-bottom: -0.384em;
  }
}

.works_link {
  display: flex;
  align-items: center;
  fill: #0096c7;
  stroke: #fff;
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 769px) {
  .works_link {
    gap: 1.3rem;
    margin-top: 5rem;
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  .works_link {
    gap: 1.7rem;
    margin-top: 6rem;
    font-size: 2.8rem;
  }
}
@media (min-width: 769px) {
  .works_link svg {
    stroke-width: 0.2rem;
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 768px) {
  .works_link svg {
    stroke-width: 0.4rem;
    width: 5.2rem;
    height: 5.2rem;
  }
}
.works_link:hover {
  fill: #ffe60a;
  stroke: #282828;
}

.works_image {
  position: relative;
  border-radius: 2.6rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .works_image {
    width: 59.6rem;
  }
}
@media (max-width: 768px) {
  .works_image {
    width: 65rem;
    margin: 0 -1.5rem;
  }
}

.member_section {
  position: relative;
  color: #fff;
  opacity: 0;
  translate: 0 30px;
  transition: opacity 0.4s linear, translate 0.4s ease-out;
}
.member_section.is-animated {
  opacity: 1;
  translate: 0 0;
}
@media (min-width: 769px) {
  .member_section {
    margin-top: -14rem;
    padding: 14rem 10px 12rem;
  }
}
@media (max-width: 768px) {
  .member_section {
    margin-top: -12rem;
    padding: 12rem 0;
  }
}
.member_section::before {
  content: "";
  position: absolute;
  background: #0096c7;
  width: 100%;
  left: 50%;
  top: 0;
  bottom: 0;
  translate: -50% 0;
}
@media (min-width: 769px) {
  .member_section::before {
    border-radius: 14rem 0 0 0;
    min-width: 139.6rem;
  }
}
@media (max-width: 768px) {
  .member_section::before {
    border-radius: 12rem 0 0 0;
  }
}

.member_inner {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .member_inner {
    max-width: 111.6rem;
  }
}
@media (max-width: 768px) {
  .member_inner {
    flex-direction: column;
    max-width: 62rem;
  }
}

.member_caption {
  display: flex;
}
@media (min-width: 769px) {
  .member_caption {
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 768px) {
  .member_caption {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5.5rem;
  }
}

.member_head {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .member_head {
    gap: 1.2rem;
  }
}
@media (max-width: 768px) {
  .member_head {
    align-items: center;
    gap: 2rem;
  }
}
.member_head p {
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (min-width: 769px) {
  .member_head p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .member_head p {
    font-size: 2.8rem;
  }
}
.member_head h2 {
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 769px) {
  .member_head h2 {
    font-size: 6.6rem;
    translate: -0.08em 0;
  }
}
@media (max-width: 768px) {
  .member_head h2 {
    font-size: 8.6rem;
  }
}

.member_text {
  letter-spacing: 0.1em;
  text-align: justify;
}
@media (min-width: 769px) {
  .member_text {
    padding-bottom: 0.5rem;
    line-height: 2;
    font-size: 1.5rem;
  }
  .member_text > p {
    font: inherit;
  }
  .member_text > p:first-of-type {
    margin-top: -0.5em;
  }
  .member_text > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media (max-width: 768px) {
  .member_text {
    padding-top: 6rem;
    line-height: 1.77;
    font-size: 2.6rem;
  }
  .member_text > p {
    font: inherit;
  }
  .member_text > p:first-of-type {
    margin-top: -0.384em;
  }
  .member_text > p:last-of-type {
    margin-bottom: -0.384em;
  }
}

.member_slider {
  position: relative;
}
@media (min-width: 769px) {
  .member_slider {
    width: 108.603%;
    margin: 0 0 0 50%;
    translate: -50% 0;
  }
}
@media (max-width: 768px) {
  .member_slider {
    width: 61.4rem;
    margin: 0 auto;
  }
}
.member_slider .swiper {
  overflow: visible;
}
@media (min-width: 769px) {
  .member_slider .swiper-slide {
    padding: 0 3.5rem;
  }
}
@media (max-width: 768px) {
  .member_slider .swiper-slide {
    padding: 0 2rem;
  }
}
.member_slider .swiper-navigaion {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .member_slider .swiper-navigaion {
    gap: 3.4rem;
    margin-top: 6rem;
  }
}
.member_slider .swiper-navigaion .swiper-button-prev, .member_slider .swiper-navigaion .swiper-button-next {
  position: static;
  fill: #0079ac;
  stroke: #fff;
  margin: 0;
  transition: 0.2s linear;
}
@media (max-width: 768px) {
  .member_slider .swiper-navigaion .swiper-button-prev, .member_slider .swiper-navigaion .swiper-button-next {
    stroke-width: 0.4rem;
    width: 7.6rem;
    height: 7.6rem;
  }
}
.member_slider .swiper-navigaion .swiper-button-prev::after, .member_slider .swiper-navigaion .swiper-button-next::after {
  display: none;
}
.member_slider .swiper-navigaion .swiper-button-prev:active, .member_slider .swiper-navigaion .swiper-button-next:active {
  fill: #ffe60a;
  stroke: #282828;
}
.member_slider .swiper-navigaion .swiper-button-prev {
  scale: -1 1;
}

.member_slider_bg {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .member_slider_bg {
    width: 975rem;
    height: 12.5rem;
    top: 6rem;
  }
}
@media (max-width: 768px) {
  .member_slider_bg {
    width: 1341.6rem;
    height: 17.2rem;
    top: 7.3rem;
  }
}
.member_slider_bg::before, .member_slider_bg::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/member_slider_bg.png);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  animation: loop_slide 91s linear 0s infinite;
}
.member_slider_bg::before {
  left: 0;
}
.member_slider_bg::after {
  right: 0;
}

.member_link {
  fill: #fff;
  stroke: #0096c7;
}
.member_link:hover {
  fill: #ffe60a;
  stroke: #282828;
}
.member_link:hover .member_link_thumb img {
  scale: 1.05;
}

.member_link_thumb {
  position: relative;
}
.member_link_thumb img {
  transition: 0.2s linear;
  transform-origin: center bottom;
}

.member_prof {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-self: flex-end;
  align-items: flex-end;
}
@media (min-width: 769px) {
  .member_prof {
    gap: 0 1rem;
    margin-top: -2.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 768px) {
  .member_prof {
    gap: 0 1.2rem;
    margin-top: -4rem;
    padding-right: 3rem;
  }
}

.member_prof_name {
  grid-column: 1/2;
  grid-row: 1/2;
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 769px) {
  .member_prof_name {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .member_prof_name {
    font-size: 4.5rem;
  }
}

.member_prof_pos {
  grid-column: 2/3;
  grid-row: 1/2;
  line-height: 1;
}
@media (min-width: 769px) {
  .member_prof_pos {
    padding-bottom: 0.3rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .member_prof_pos {
    padding-bottom: 0.6rem;
    font-size: 2.8rem;
  }
}

.member_prof_career {
  grid-column: 1/3;
  grid-row: 2/3;
  line-height: 1;
}
@media (min-width: 769px) {
  .member_prof_career {
    padding-top: 0.8rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .member_prof_career {
    padding-top: 1rem;
    font-size: 2.4rem;
  }
}

.member_link_arrow {
  grid-column: 1/3;
  grid-row: 3/4;
}
@media (min-width: 769px) {
  .member_link_arrow {
    padding-top: 1.2rem;
  }
}
@media (max-width: 768px) {
  .member_link_arrow {
    padding-top: 2rem;
  }
}
@media (min-width: 769px) {
  .member_link_arrow svg {
    stroke-width: 0.2rem;
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 768px) {
  .member_link_arrow svg {
    stroke-width: 0.4rem;
    width: 5.2rem;
    height: 5.2rem;
  }
}

.entry_section {
  position: relative;
  background-image: url(../img/top/entry_bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
@media (min-width: 769px) {
  .entry_section {
    padding: 20rem 0;
  }
}
@media (max-width: 768px) {
  .entry_section {
    padding: 16rem 0;
  }
}

.entry_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  translate: 0 30px;
  transition: opacity 0.4s linear, translate 0.4s ease-out;
}
.entry_section.is-animated .entry_inner {
  opacity: 1;
  translate: 0 0;
}

.entry_lead {
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 769px) {
  .entry_lead {
    line-height: 1.455;
    font-size: 4.4rem;
  }
  .entry_lead > p {
    font: inherit;
  }
  .entry_lead > p:first-of-type {
    margin-top: -0.227em;
  }
  .entry_lead > p:last-of-type {
    margin-bottom: -0.227em;
  }
}
@media (max-width: 768px) {
  .entry_lead {
    line-height: 1.625;
    font-size: 4.8rem;
  }
  .entry_lead > p {
    font: inherit;
  }
  .entry_lead > p:first-of-type {
    margin-top: -0.312em;
  }
  .entry_lead > p:last-of-type {
    margin-bottom: -0.312em;
  }
}

.entry_text {
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 769px) {
  .entry_text {
    padding-top: 4.5rem;
    line-height: 2;
    font-size: 1.6rem;
  }
  .entry_text > p {
    font: inherit;
  }
  .entry_text > p:first-of-type {
    margin-top: -0.5em;
  }
  .entry_text > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media (max-width: 768px) {
  .entry_text {
    padding-top: 7rem;
    line-height: 2.072;
    font-size: 2.8rem;
  }
  .entry_text > p {
    font: inherit;
  }
  .entry_text > p:first-of-type {
    margin-top: -0.535em;
  }
  .entry_text > p:last-of-type {
    margin-bottom: -0.535em;
  }
}

.entry_buttons {
  display: grid;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .entry_buttons {
    grid-template-columns: repeat(2, 30rem);
    gap: 2.5rem 2rem;
    padding-top: 5rem;
  }
}
@media (max-width: 768px) {
  .entry_buttons {
    grid-template-columns: 56rem;
    gap: 2rem;
    padding-top: 7rem;
  }
}

.entry_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  .entry_button {
    border-radius: 8rem;
    height: 8rem;
    font-size: 1.9rem;
  }
}
@media (max-width: 768px) {
  .entry_button {
    border-radius: 10rem;
    height: 10rem;
    font-size: 2.8rem;
  }
}
.entry_button svg {
  position: absolute;
}
@media (min-width: 769px) {
  .entry_button svg {
    stroke-width: 0.2rem;
    width: 3rem;
    height: 3rem;
    right: 2.5rem;
  }
}
@media (max-width: 768px) {
  .entry_button svg {
    stroke-width: 0.4rem;
    width: 5rem;
    height: 5rem;
    right: 2rem;
  }
}
@media (min-width: 769px) {
  .entry_button.full {
    grid-column: 1/3;
  }
}
.entry_button.col1 {
  background: #0096c7;
  fill: #fff;
  stroke: #0096c7;
  color: #fff;
}
.entry_button.col1:hover {
  background: #ffe60a;
  stroke: #282828;
  color: #282828;
}
.entry_button.col2 {
  background: #ffe60a;
  fill: #fff;
  stroke: #282828;
  color: #282828;
}
.entry_button.col2:hover {
  background: #0096c7;
  stroke: #0096c7;
  color: #fff;
}