@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
.mv {
  position: relative;
  height: 100vh;
  max-height: 600px;
}
@media screen and (min-width: 769px) {
  .mv {
    max-height: 880px;
  }
}
@media screen and (min-width: 1025px) {
  .mv {
    max-height: 770px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .mv {
    max-height: 1080px;
  }
}
.mv::before {
  content: "";
  background: #EDEFF4;
  height: 90%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mv .mv__inner {
  height: 100%;
  position: relative;
  background: url(/files/img/top/img_top_mv_sp.jpg) no-repeat bottom right;
  background-size: cover;
  width: 100%;
  max-height: 520px;
}
@media screen and (min-width: 769px) {
  .mv .mv__inner {
    height: 100vh;
    max-height: 800px;
  }
}
@media screen and (min-width: 1025px) {
  .mv .mv__inner {
    background: url(/files/img/top/img_top_mv.jpg) no-repeat right;
    background-size: cover;
    max-height: 650px;
  }
}
@media screen and (min-width: 1400px) {
  .mv .mv__inner {
    width: 100%;
    max-height: 960px;
    margin-left: auto;
    background-position-x: right;
  }
}
.mv .mv__inner .mv__lead {
  position: absolute;
  top: 5%;
  left: 7%;
  z-index: 100;
}
@media screen and (min-width: 1025px) {
  .mv .mv__inner .mv__lead {
    top: 25%;
    left: 120px;
  }
}
.mv .mv__inner .mv__lead .mv__lead--ttl span {
  color: transparent;
  position: relative;
  font-size: 4rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .mv .mv__inner .mv__lead .mv__lead--ttl span {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .mv .mv__inner .mv__lead .mv__lead--ttl span {
    font-size: 7rem;
  }
}
.mv .mv__inner .mv__lead .mv__lead--ttl span::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  right: 100%;
  bottom: 0%;
  left: 0%;
  background: #19336F;
}
.mv .mv__inner .mv__lead .mv__lead--ttl.active span {
  -webkit-animation-name: kf_c01a;
          animation-name: kf_c01a;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.mv .mv__inner .mv__lead .mv__lead--ttl.active span::before {
  -webkit-animation-name: kf_c01b;
          animation-name: kf_c01b;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes kf_c01a {
  100% {
    color: inherit;
  }
}
@keyframes kf_c01a {
  100% {
    color: inherit;
  }
}
@-webkit-keyframes kf_c01b {
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}
@keyframes kf_c01b {
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}
.mv .mv__inner .mv__lead .mv__lead--subTtl {
  font-size: 1.6rem;
  font-weight: 700;
  opacity: 0;
  transition: all 0.8s;
  font-family: "Montserrat", sans-serif;
  color: #19336F;
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .mv .mv__inner .mv__lead .mv__lead--subTtl {
    font-size: 1.8rem;
    padding-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .mv .mv__inner .mv__lead .mv__lead--subTtl {
    font-size: 3rem;
    padding-top: 60px;
  }
}
.mv .mv__inner .mv__lead .mv__lead--subTtl.active {
  opacity: 1;
}
.mv .mv__inner .mv__lead .mv__lead--line {
  position: absolute;
  left: 110px;
  bottom: -40px;
  opacity: 0;
  width: 100%;
  max-width: 180px;
}
@media screen and (min-width: 1025px) {
  .mv .mv__inner .mv__lead .mv__lead--line {
    left: 160px;
    bottom: -20px;
    max-width: 528px;
  }
}
.mv .mv__inner .mv__lead .mv__lead--line svg {
  width: 100%;
}
.mv .mv__inner .mv__lead .mv__lead--line.active {
  opacity: 1;
}
@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 543.3403320313px;
    stroke-dasharray: 543.3403320313px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 543.3403320313px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 543.3403320313px;
    stroke-dasharray: 543.3403320313px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 543.3403320313px;
  }
}
.mv .mv__inner .mv__lead .mv__lead--line.active .svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
          animation: animate-svg-stroke-1 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}
.mv .scroll {
  position: absolute;
  font-size: 1.2rem;
  writing-mode: vertical-rl;
  bottom: 180px;
  left: 15px;
  z-index: 10;
  color: #888;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .mv .scroll {
    left: 4.5%;
  }
}
.mv .scroll::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #888;
  right: 50%;
  bottom: -180px;
  transform: translateX(-50%);
  width: 1px;
  height: 155px;
  -webkit-animation: scroll 1.5s infinite;
          animation: scroll 1.5s infinite;
}
@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.news {
  background: #EDEFF4;
  padding: 0 20px 80px 20px;
}
@media screen and (min-width: 1025px) {
  .news {
    margin-bottom: 100px;
    padding: 0;
  }
}
.news .sec__inner {
  background: #fff;
  padding: 40px 20px;
}
@media screen and (min-width: 1025px) {
  .news .sec__inner {
    padding: 80px 50px;
    display: flex;
    gap: 120px;
  }
}
.news .sec__inner .leftCont .common__ttl {
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .news .sec__inner .leftCont .common__ttl {
    margin-bottom: 90px;
  }
}
.news .sec__inner .rightCont {
  width: 100%;
  max-width: 900px;
}
.news .sec__inner .rightCont .news__list {
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .news .sec__inner .rightCont .news__list {
    margin-bottom: 0;
  }
}
.news .sec__inner .rightCont .news__list li {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .news .sec__inner .rightCont .news__list li {
    margin-bottom: 30px;
  }
}
.news .sec__inner .rightCont .news__list li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  transition: all 0.3s;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 1025px) {
  .news .sec__inner .rightCont .news__list li a {
    padding: 30px 0;
  }
  .news .sec__inner .rightCont .news__list li a::before {
    content: "";
    width: 0;
    height: 1px;
    background: #8a8a8a;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
  }
  .news .sec__inner .rightCont .news__list li a:hover::before {
    width: 100%;
  }
}
.news .sec__inner .rightCont .news__list li a .news__list-txt {
  padding-right: 40px;
}
@media screen and (min-width: 1025px) {
  .news .sec__inner .rightCont .news__list li a .news__list-txt {
    padding-right: 0;
  }
}
.news .sec__inner .rightCont .news__list li a .news__list--data {
  color: #777;
  margin-right: 20px;
}
.news .sec__inner .rightCont .news__list li a .news__list-topic {
  color: #19336F;
  font-size: 1.6rem;
  border: 1px solid #19336F;
  line-height: 1;
  min-width: 80px;
  min-height: 24px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 0 5px 2px 5px;
  font-weight: 500;
}
.news .sec__inner .rightCont .news__list li a::after {
  content: "";
  background: url(/files/img/common/ico_arrow_02.svg) no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news .sec__inner .rightCont .news__list li a.pdf::after {
  content: "";
  background: url(/files/img/common/ico_pdf.svg) no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 5px;
}

.about {
  background: url(/files/img/top/img_top_about_01.jpg) no-repeat top;
  background-size: 100%;
  position: relative;
  margin-bottom: 40px;
  padding-top: 35%;
}
@media screen and (min-width: 1025px) {
  .about {
    padding-top: 440px;
    margin-bottom: 120px;
  }
}
.about .about__box {
  width: 100%;
  margin-left: auto;
  position: relative;
  background: #fff;
  padding: 40px 20px;
}
@media screen and (min-width: 1025px) {
  .about .about__box {
    padding: 140px 80px;
    width: 70%;
    max-width: 1290px;
  }
}
.about .about__box .about__box--inner {
  width: 100%;
  max-width: 900px;
}
.about .about__box .common__ttl {
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .about .about__box .common__ttl {
    margin-bottom: 50px;
    position: absolute;
    left: 80px;
    top: -55px;
  }
}
.about .about__box h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .about .about__box h3 {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}
.about .about__box p {
  margin-bottom: 40px;
}
.about .about__box .common__btn {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .about .about__box .common__btn {
    margin: 0;
    margin-left: auto;
  }
}

.message {
  position: relative;
  margin-bottom: 80px;
  padding: 0 20px;
}
@media screen and (min-width: 1025px) {
  .message {
    margin-bottom: 150px;
    padding: 0;
  }
  .message::before {
    content: "";
    background: url(/files/img/top/img_top_message_01.jpg) no-repeat right top;
    background-size: cover;
    width: 46%;
    height: 100%;
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .message .message__box {
    width: 52%;
    padding-top: 20px;
    margin-left: auto;
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .message .message__box .message__box--inner {
    max-width: 850px;
    padding-right: 20px;
  }
}
.message .message__box .common__ttl {
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .message .message__box .common__ttl {
    margin-bottom: 50px;
  }
}
.message .message__box .message__box--img {
  margin-bottom: 40px;
}
.message .message__box h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .message .message__box h3 {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}
.message .message__box .message__txt {
  margin-bottom: 20px;
}
.message .message__box .message__name {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .message .message__box .message__name {
    font-size: 3rem;
    margin-bottom: 0;
  }
}
.message .message__box .common__btn {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .message .message__box .common__btn {
    margin: 0;
    margin-left: auto;
  }
}

.members {
  overflow: hidden;
  background: #EDEFF4;
  padding: 80px 0;
}
@media screen and (min-width: 1025px) {
  .members {
    padding: 150px 0;
  }
}
.members .sec__inner {
  position: relative;
}
.members .sec__inner .common__ttl {
  margin-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .members .sec__inner .common__ttl {
    margin-bottom: 60px;
  }
}
.members .sec__inner .members__wrap {
  width: 100%;
}
.members .sec__inner .members__wrap .swiper {
  overflow: visible;
}
.members .sec__inner .members__wrap .swiper .swiper-slide {
  width: 100%;
  max-width: 460px;
}
.members .sec__inner .members__wrap .swiper ul {
  margin-bottom: 60px;
}
.members .sec__inner .members__wrap .swiper .common__btn {
  margin: 0 auto;
}
.members .sec__inner .members__wrap a .imgBox {
  overflow: hidden;
  margin-bottom: 20px;
}
.members .sec__inner .members__wrap a .imgBox img {
  transition: all 0.8s;
}
@media screen and (min-width: 1025px) {
  .members .sec__inner .members__wrap a:hover img {
    scale: 110%;
  }
}
.members .sec__inner .members__wrap .members__section {
  margin-bottom: 5px;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .members .sec__inner .members__wrap .members__section {
    padding-left: 20px;
    margin-bottom: 10px;
  }
}
.members .sec__inner .members__wrap .members__section span {
  background: #19336F;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  padding: 2px 14px;
  border-radius: 30px;
}
@media screen and (min-width: 1025px) {
  .members .sec__inner .members__wrap .members__section span {
    font-size: 1.4rem;
  }
}
.members .sec__inner .members__wrap .members__name {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) {
  .members .sec__inner .members__wrap .members__name {
    padding-left: 20px;
    font-size: 2.4rem;
  }
}
.members .sec__inner .members__wrap .members__name span {
  font-size: 1.4rem;
  color: #19336F;
  margin-left: 10px;
}
@media screen and (min-width: 1025px) {
  .members .sec__inner .members__wrap .members__name span {
    font-size: 1.8rem;
    margin-left: 20px;
  }
}
.members .sec__inner .members__btnBox {
  position: absolute;
  top: 100px;
  right: 20px;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 1025px) {
  .members .sec__inner .members__btnBox {
    top: 30px;
    right: 20px;
    gap: 30px;
  }
}
.members .sec__inner .members__btnBox .next, .members .sec__inner .members__btnBox .prev {
  width: 50px;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .members .sec__inner .members__btnBox .next, .members .sec__inner .members__btnBox .prev {
    width: 80px;
    transition: all 0.3s;
  }
  .members .sec__inner .members__btnBox .next:hover, .members .sec__inner .members__btnBox .prev:hover {
    opacity: 0.6;
  }
}
.members .sec__inner .members__btnBox .next.swiper-button-disabled, .members .sec__inner .members__btnBox .prev.swiper-button-disabled {
  opacity: 0.6;
}

.company {
  background: url(/files/img/top/img_top_company_01.jpg) no-repeat top;
  background-size: 100%;
  position: relative;
  padding-top: 35%;
  margin-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  .company {
    padding-top: 440px;
    margin-bottom: 120px;
  }
}
.company .company__box {
  width: 100%;
  margin-left: auto;
  position: relative;
  background: #fff;
  padding: 40px 20px;
}
@media screen and (min-width: 1025px) {
  .company .company__box {
    padding: 140px 80px;
    width: 70%;
    max-width: 1290px;
  }
}
.company .company__box .company__box--inner {
  width: 100%;
  max-width: 900px;
}
.company .company__box .common__ttl {
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .company .company__box .common__ttl {
    margin-bottom: 50px;
    position: absolute;
    left: 80px;
    top: -55px;
  }
}
.company .company__box p {
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}
.company .company__box .common__btn {
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .company .company__box .common__btn {
    margin: 0;
    margin-left: auto;
  }
}
.company .company__loop {
  overflow: hidden;
  position: absolute;
  bottom: -60px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .company .company__loop {
    bottom: -20px;
  }
}
.company .company__loop .loop__box {
  display: flex;
  min-width: 2300px;
}
@media screen and (min-width: 1025px) {
  .company .company__loop .loop__box {
    min-width: 3430px;
  }
}
.company .company__loop .loop__box img {
  height: 100%;
}
.company .company__loop .loop__box img:first-child {
  -webkit-animation: loop 70s -35s linear infinite;
          animation: loop 70s -35s linear infinite;
}
.company .company__loop .loop__box img:last-child {
  -webkit-animation: loop2 70s linear infinite;
          animation: loop2 70s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

