.top .mv {
  background: url(/assets/img/top/mv_pc.jpg) no-repeat;
  background-size: cover;
  height: 960px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .mv {
    height: auto;
    aspect-ratio: 375/420;
    background: url(/assets/img/top/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.top .mv .main-copy {
  color: #fff;
  font-size: 4.75rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  text-shadow: 2px 2px 4px rgba(0, 113, 188, 0.25);
  position: absolute;
  left: 5.7%;
  top: 200px;
  opacity: 0;
  animation: fade-in 2s ease-out forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .top .mv .main-copy {
    font-size: 2.375rem;
    left: 5%;
    top: 35px;
  }
}
.top .mv .main-copy .sub {
  font-size: 1.75rem;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
}
@media screen and (max-width: 767px) {
  .top .mv .main-copy .sub {
    font-size: 0.875rem;
  }
}
.top .mv .logo-izutu {
  position: absolute;
}
.top .mv .logo-izutu.n01 {
  width: 500px;
  top: 75px;
  right: 5%;
  opacity: 0;
  animation: fade-in02 2.5s ease-out forwards, fuwa01 1.5s linear infinite;
  animation-direction: alternate;
}
@keyframes fade-in02 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fuwa01 {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  @keyframes fuwa01 {
    0% {
      transform: translateY(4px);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@media screen and (max-width: 767px) {
  .top .mv .logo-izutu.n01 {
    width: 132px;
  }
}
.top .mv .logo-izutu.n02 {
  width: 289px;
  left: 20%;
  bottom: 370px;
  opacity: 0;
  animation: fade-in03 3s ease-out forwards, fuwa01 2s ease-in-out infinite alternate-reverse;
}
@keyframes fade-in03 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fuwa02 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
@media screen and (max-width: 767px) {
  .top .mv .logo-izutu.n02 {
    display: none;
  }
}
.top .mv .logo-izutu.n03 {
  width: 163px;
  right: 25.5%;
  bottom: 145px;
  opacity: 0;
  animation: fade-in02 2.5s ease-out forwards, fuwa01 1.5s linear infinite;
  animation-direction: alternate;
}
@media screen and (max-width: 767px) {
  .top .mv .logo-izutu.n03 {
    width: 105px;
    right: auto;
    left: 20%;
    bottom: 36%;
    animation: fade-in03 3s ease-out forwards, fuwa01 1.5s linear infinite alternate-reverse;
  }
}
.top .ttl-en {
  font-size: 3.75rem;
  font-family: "Figtree", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top .ttl-en {
    font-size: 2rem;
  }
}
.top .ttl-en .sub-jp {
  display: block;
  color: #0071BC;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .top .ttl-en .sub-jp {
    font-size: 0.8125rem;
  }
}
.top .about {
  padding: 100px 0 190px;
  background-color: #00A1E9;
  background-image: url(/assets/img/top/img_aboutus01.png), linear-gradient(90deg, rgb(0, 161, 233) 0%, rgb(0, 113, 188) 100%);
  background-repeat: no-repeat;
  background-size: 300px 300px, 100% 100%;
  background-position: top 50px left 5%, top 0 left 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .about {
    padding: 105px 0 180px;
    background-image: url(/assets/img/top/img_aboutus01_sp.png), linear-gradient(90deg, rgb(0, 161, 233) 0%, rgb(0, 113, 188) 100%);
    background-repeat: no-repeat;
    background-size: 137px 151px, 100% 100%;
    background-position: top 5px left 0, top 0 left 0;
  }
}
.top .about::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.top .about::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background: url(/assets/img/top/img_aboutus02.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 5.5%;
  bottom: 120px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top .about::after {
    width: 165px;
    height: 165px;
    right: 3%;
    bottom: 0;
  }
}
.top .about .about-inner {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top .about .about-inner {
    width: 100%;
    padding: 0 5%;
  }
}
.top .about .ttl-en {
  color: transparent;
  line-height: 1;
  font-weight: bold;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top .about .ttl-en {
    margin-bottom: 30px;
  }
}
.top .about p {
  color: #fff;
}
.top .about .btn {
  margin: 45px auto 0;
}
.top .about .btn a {
  background: transparent;
}
.top .about .btn a:hover {
  color: #0071BC;
  border: 3px solid #fff;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top .about .btn a:hover {
    color: #fff;
    border: 3px solid #fff;
    background: transparent;
  }
}
.top .about .btn a:hover::after {
  border-right: 3px solid #0071BC;
  border-bottom: 3px solid #0071BC;
}
@media screen and (max-width: 767px) {
  .top .about .btn a:hover::after {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
}
.top .business {
  padding: 80px 0;
  background: linear-gradient(180deg, #fff 0%, #fff 40%, rgba(0, 161, 233, 0.1) 40%, rgba(0, 113, 188, 0.1) 100%);
  position: relative;
}
.top .business::before {
  content: "";
  display: block;
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  background: #fff;
  clip-path: polygon(100% 0, 100% 200px, 0 200px);
}
@media screen and (max-width: 767px) {
  .top .business::before {
    top: -52px;
    height: 52px;
    clip-path: polygon(100% 0, 100% 52px, 0 52px);
  }
}
.top .business .arrow {
  width: 220px;
  position: absolute;
  right: 5%;
  top: 160px;
}
@media screen and (max-width: 767px) {
  .top .business .arrow {
    width: 100px;
    top: 150px;
  }
}
.top .business .arrow::before {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #00A1E9;
  background: linear-gradient(90deg, rgb(0, 161, 233) 0%, rgb(0, 113, 188) 100%);
  position: absolute;
  right: -5px;
  bottom: 7px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .top .business .arrow::before {
    width: 17px;
    right: -3px;
    bottom: 1px;
  }
}
.top .business .arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #00A1E9;
  background: linear-gradient(90deg, rgb(0, 161, 233) 0%, rgb(0, 113, 188) 100%);
  position: absolute;
  left: 0;
  bottom: -5px;
}
.top .business .arrow p {
  color: #0071BC;
}
@media screen and (max-width: 767px) {
  .top .business .arrow p {
    font-size: 0.75rem;
  }
}
.top .business .business-slide {
  margin-top: 45px;
  padding-left: 5.5%;
}
@media screen and (max-width: 767px) {
  .top .business .business-slide {
    width: 90%;
    padding-left: 0;
  }
}
.top .business .business-slide .swiper-slide {
  background: #fff;
  border-radius: 8px;
  height: auto;
}
.top .business .business-slide .swiper-slide .slide-img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.top .business .business-slide .swiper-slide .slide-img img {
  width: 100%;
}
.top .business .business-slide .swiper-slide .txt-wrap {
  padding: 25px 8% 50px;
}
.top .business .business-slide .swiper-slide .txt-wrap .business-cate {
  font-size: 1.625rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top .business .business-slide .swiper-slide .txt-wrap .business-cate {
    font-size: 1.3125rem;
  }
}
.top .welcom {
  padding: 115px 0;
}
@media screen and (max-width: 767px) {
  .top .welcom {
    padding: 50px 0 40px;
  }
}
.top .welcom .welcom-info {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 60px;
}
@media screen and (max-width: 767px) {
  .top .welcom .welcom-info {
    margin-top: 35px;
    gap: 35px 0;
  }
}
.top .welcom .welcom-info li {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .top .welcom .welcom-info li {
    width: 100%;
  }
}
.top .welcom .welcom-info li .thumb {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .top .welcom .welcom-info li .thumb {
    width: 200px;
    height: 200px;
    margin-bottom: 25px;
  }
}
.top .welcom .welcom-info li .welcom-txt .welcom-ttl {
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .top .welcom .welcom-info li .welcom-txt .welcom-ttl {
    font-size: 1.25rem;
  }
}
.top .staff {
  padding: 70px 0;
  background: linear-gradient(90deg, rgba(0, 161, 233, 0.2) 0%, rgba(0, 113, 188, 0.2) 100%);
}
@media screen and (max-width: 767px) {
  .top .staff .inner {
    padding: 0;
  }
}
.top .staff .staff-image {
  border-radius: 8px;
  overflow: hidden;
  margin: 30px 0 35px;
}
@media screen and (max-width: 767px) {
  .top .staff .staff-image {
    border-radius: 0;
  }
}
.top .staff .btn {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top .staff .btn {
    margin: 0 auto;
  }
}
.top .staff .btn a {
  border: none;
}
.top .staff .btn a::before {
  content: "";
  display: block;
  background: transparent;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50px;
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: -1;
}
.top .staff .btn a:hover {
  color: #0071BC;
  font-weight: normal;
  background: #00A1E9;
}
@media screen and (max-width: 767px) {
  .top .staff .btn a:hover {
    color: #fff;
  }
}
.top .staff .btn a:hover::before {
  color: #0071BC;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top .staff .btn a:hover::before {
    color: #fff;
    background: #00A1E9;
    background: linear-gradient(90deg, rgb(0, 161, 233) 0%, rgb(0, 113, 188) 100%);
  }
}
.top .news {
  padding: 75px 0 115px;
}
.top .news .news-contents {
  display: flex;
  flex-wrap: wrap;
}
.top .news .news-contents .news-head {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .top .news .news-contents .news-head {
    display: contents;
    width: 100%;
  }
}
.top .news .news-contents .news-head .ttl-en {
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .top .news .news-contents .news-head .ttl-en {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top .news .news-contents .news-head .btn {
    order: 3;
    margin: 30px auto 0;
  }
}
.top .news .news-contents .news-head .btn a {
  border: none;
}
.top .news .news-contents .news-head .btn a:hover {
  background: #00A1E9;
  background: linear-gradient(90deg, rgb(0, 161, 233) 0%, rgb(0, 113, 188) 100%);
  position: relative;
}
.top .news .news-contents .news-head .btn a:hover::before {
  content: "";
  display: block;
  background: #fff;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50px;
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top .news .news-contents .news-head .btn a:hover::before {
    content: none;
  }
}
.top .news .news-contents .news-list {
  width: 800px;
}
@media screen and (max-width: 767px) {
  .top .news .news-contents .news-list {
    width: 100%;
  }
}
.top .news .news-contents .news-list li a {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.top .news .news-contents .news-list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #00A1E9;
  background: linear-gradient(90deg, rgba(0, 161, 233, 0.5) 0%, rgba(0, 113, 188, 0.5) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.top .news .news-contents .news-list li a .date {
  width: 120px;
  color: #0071BC;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top .news .news-contents .news-list li a .date {
    width: 100%;
  }
}
.top .news .news-contents .news-list li a .news-ttl {
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .top .news .news-contents .news-list li a .news-ttl {
    width: 100%;
  }
}
.top .news .news-contents .news-list li a:hover {
  color: #0071BC;
}
.top .news .news-contents .news-list li a.no-link {
  pointer-events: none;
}
.top .news .news-contents .news-list li a.blank-link .news-ttl::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/assets/img/common/icon_blank.png) no-repeat;
  background-size: contain;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .top .news .news-contents .news-list li a.blank-link .news-ttl::after {
    width: 15px;
    height: 15px;
  }
}
.top .news .news-contents .news-list li a.file-link .news-ttl::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/assets/img/common/icon_file.png) no-repeat;
  background-size: contain;
  position: relative;
  top: 8px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .top .news .news-contents .news-list li a.file-link .news-ttl::after {
    width: 20px;
    height: 20px;
  }
}/*# sourceMappingURL=top.css.map */