/* ------------------------------------------------------------
   Variables
------------------------------------------------------------ */
/* ----- Color ----- */
/* ----- Breakpoint ----- */
/* ----- Content width ----- */
/* ----- Font family ----- */
/* ------------------------------------------------------------
   mixin
------------------------------------------------------------ */
/* ----- Media Queries ----- */
/* ----- image filter ----- */
/* ------------------------------------------------------------
   Function
------------------------------------------------------------ */
/* ------------------------------------------------------------
   Top
------------------------------------------------------------ */

.top {
  /* ----- mainvisual ----- */
  overflow: hidden;
  /* ----- NEWS ----- */
  /* ----- EVENTS ----- */
}
.top .p-top {
  position: relative;
  overflow: hidden;
}
.top .main-visualInner {
  overflow: hidden;
  position: relative;
}
.top .main-visualInner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.05)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.05) 100%);
}
.top .visual-pic {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  min-height: 800px;
}
.top .visual-pic .swiper-wrapper {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.top .swiper-slide-active .swiper-img,
.top .swiper-slide-duplicate-active .swiper-img,
.top .swiper-slide-prev .swiper-img {
  -webkit-animation: zoom-in 10s linear 0s normal both;
  animation: zoom-in 10s linear 0s normal both;
}
.top .visual-pic .swiper-slide img {
  height: auto;
  width: 100%;
}
.top .visual-pic .swiper-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
  width: 100vw;
  min-height: 800px;
}
.top .main-visualTxtbox {
  position: absolute;
  left: 4.1666%;
  top: 31.8518vmin;
  z-index: 3;
  opacity: 0;
}
.top .main-visualTxtbox::before {
  content: "";
  background: url(../../../img/top/kv_bg_kinki.svg) no-repeat;
  background-position: left top;
  background-size: contain;
  width: 747px;
  max-width: 60vw;
  height: auto;
  aspect-ratio: 747/800;
  position: absolute;
  left: -80px;
  top: -30%;
  z-index: -1;
}
.top .main-visualTxtbox p {
  font-weight: bold;
  font-size: clamp(3rem, 5.3125vw, 5.3125rem);
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
.top .p-news-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  margin-top: 52px;
}
.top .p-news-tab:has(.p-news-tabItem.--all.active) {
  border-bottom: 4px solid #005299;
}
.top .p-news-tab:has(.p-news-tabItem.--news.active) {
  border-bottom: 4px solid #007ae4;
}
.top .p-news-tab:has(.p-news-tabItem.--update.active) {
  border-bottom: 4px solid #329cf9;
}
.top .p-news-tab:has(.p-news-tabItem.--public.active) {
  border-bottom: 4px solid #45c4fb;
}
.top .p-news-tabItem {
  display: inline-block;
  cursor: pointer;
  line-height: 65px;
  padding: 0 16px;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
}
.top .p-news-tabItem.--all {
  background: #005299;
}
.top .p-news-tabItem.--news {
  background: #007ae4;
}
.top .p-news-tabItem.--update {
  background: #329cf9;
}
.top .p-news-tabItem.--public {
  background: #45c4fb;
}
.top .p-news-tabItem.active {
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
.top .p-news-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px clamp(10px, 3.3333333333vw, 40px);
  padding-top: 29px;
  padding-bottom: 32px;
  border-bottom: 2px solid #d8dce0;
  position: relative;
  z-index: 1;
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}
.top .p-news-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 0;
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
  z-index: -1;
}
.top .news__date {
  color: #005299;
}
.top .news__text {
  font-weight: 500;
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-right: 60px;
}
.top .news__text::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../../../img/common/btn_arrow_bl.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}
.top .news__cat {
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 42px;
  padding: 0 7px;
  min-width: 160px;
}
.top .news__cat.--news {
  background: #007ae4;
}
.top .news__cat.--update {
  background: #329cf9;
}
.top .news__cat.--public {
  background: #45c4fb;
}
.top .p-events-menu {
  background: #f0f2f5;
  padding: 50px 80px;
  margin-top: 52px;
}
.top .p-events-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  font-weight: 500;
  font-size: 1rem;
}
.top .p-events-menu-content h3 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.top .p-events-btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  width: 77.7777%;
  gap: 4px;
}
.top .p-events-btns-btn {
  max-width: 277px;
  text-align: center;
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top .p-events-btns-btn span {
  font-size: 1.125rem;
}
.top .p-events-btns-btn._active span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top .p-events-btns-btn.--sub {
  background: #f1ebf8;
  border: 2px solid #b18fdd;
}
.top .p-events-btns-btn.--sub._active {
  background: #b18fdd;
}
.top .p-events-btns-btn.--committee {
  background: #fffaf5;
  border: 2px solid #ea8b39;
}
.top .p-events-btns-btn.--committee._active {
  background: #ea8b39;
}
.top .p-events-btns-btn.--group {
  background: #ecfffa;
  border: 2px solid #04c28c;
}
.top .p-events-btns-btn.--group._active {
  background: #04c28c;
}
.top .p-events-btns-btn.--branch {
  background: #fef4f7;
  border: 2px solid #e67e98;
}
.top .p-events-btns-btn.--branch._active {
  background: #e67e98;
}
.top .p-events-selects {
  width: 77.7777%;
  max-width: 1120px;
}
.top .p-events-selects ._selectWrap {
  position: relative;
}
.top .p-events-selects ._selectWrap::before {
  content: "";
  width: 17px;
  height: 17px;
  border: 0;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  right: 4.464%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.top .p-events-selects select {
  width: 100%;
  height: 65px;
  background: #fff;
  border: 1px solid #d8dce0;
}
.top .p-events-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  gap: 5px;
  margin-left: 79%;
}
.top .p-events-list {
  border-top: 2px solid #d8dce0;
  margin-top: 15px;
}
.top .p-events-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px clamp(10px, 3.3333333333vw, 40px);
  padding-top: 29px;
  padding-bottom: 32px;
  border-bottom: 2px solid #d8dce0;
  position: relative;
  z-index: 1;
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}
.top .p-events-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 0;
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
  z-index: -1;
}
.top .p-events__text {
  font-weight: 500;
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-flex-basis: 48.75%;
  -ms-flex-preferred-size: 48.75%;
  flex-basis: 48.75%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.top .p-events__text::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../../../img/common/btn_arrow_bl.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}
.top .p-events-category {
  -webkit-flex-basis: 24%;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 20px;
}
.top .p-events-category__cat {
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 42px;
  padding: 0 7px;
  min-width: 160px;
}
.top .p-events-category__cat.--sub {
  background: #b18fdd;
}
.top .p-events-category__cat.--committee {
  background: #ea8b39;
}
.top .p-events-category__cat.--group {
  background: #04c28c;
}
.top .p-events-category__cat.--branch {
  background: #e67e98;
}
.top .p-events-category__name.--sub {
  color: #b18fdd;
}
.top .p-events-category__name.--committee {
  color: #ea8b39;
}
.top .p-events-category__name.--group {
  color: #04c28c;
}
.top .p-events-category__name.--branch {
  color: #e67e98;
}
.top .p-events__date {
  color: #005299;
}
.top .p-events__schedule {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 15px;
  margin-left: auto;
}
.top .p-events__schedule-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top .p-events-icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0 3px;
}
.top .p-events-icon.--s {
  width: 25px;
  height: 25px;
}
.top .p-events-icon.--online {
  background: url(../../../img/common/online.svg) no-repeat;
  background-size: contain;
}
.top .p-events-icon.--real {
  background: url(../../../img/common/real.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1600px) {
  main {
    min-height: 480px;
  }
  .top .p-events-sub {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1280px) {
  main {
    min-height: 480px;
  }
}
@media only screen and (max-width: 1024px) {
  main {
    min-height: 480px;
  }
  .top .p-news-tab {
    margin-top: 31px;
  }
  .top .p-news-tabItem {
    padding: 0 12px;
  }
  .top .news__text {
    -webkit-line-clamp: 2;
    font-size: 1.0625rem;
  }
  .top .p-events-menu {
    margin-top: 31px;
    padding: 30px;
  }
  .top .p-events-menu-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
    gap: 12px;
  }
  .top .p-events-btns {
    width: 100%;
  }
  .top .p-events-btns-btn span {
    font-size: 1.25rem;
  }
  .top .p-events-btns-btn._active span {
    font-size: 1.25rem;
  }
  .top .p-events-btns-btn {
    max-width: 100%;
    height: 52px;
  }
  .top .p-events-selects {
    width: 100%;
  }
  .top .p-events-selects ._selectWrap::before {
    right: 20px;
    width: 12px;
    height: 12px;
  }
  .top .p-events-sub {
    margin-top: 20px;
  }
  .top .p-events-list {
    margin-top: 20px;
  }
  .top .p-events-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .top .p-events__text {
    -webkit-line-clamp: 2;
    font-size: 1.0625rem;
  }
  .top .p-events-category {
    width: 100%;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    gap: 10px;
  }
  .top .p-events__schedule {
    background: #f0f2f5;
    padding: 16px 8px;
    width: 100%;
    padding-right: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    min-height: 480px;
  }
  .top .main-visualTxtbox {
    top: 35%;
    bottom: auto;
    left: 0;
    width: 100%;
    padding: 0 15px;
  }
  .top .main-visualTxtbox::before {
    width: 75.2vw;
    left: -20px;
    max-width: 100%;
    top: -10vw;
  }
  .top .p-news-tab {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2px 1px;
  }
  .top .p-news-tabItem {
    font-size: 0.9375rem;
    line-height: 60px;
  }
  .top .p-news-tabItem.active {
    font-size: 1.25rem;
    text-decoration: none;
  }
  .top .p-news-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top .news__text {
    position: relative;
    padding-right: 35px;
  }
  .top .news__text::before {
    width: 25px;
    height: 25px;
  }
  .top .news__cat {
    margin-right: 0;
    min-width: 84px;
    font-size: 1rem;
    line-height: 32px;
  }
  .top .p-events-btns {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .top .p-events__text {
    position: relative;
    padding-right: 35px;
  }
  .top .p-events__text::before {
    width: 25px;
    height: 25px;
  }
  .top .p-events-category__cat {
    margin-right: 0;
    min-width: 84px;
    font-size: 1rem;
    line-height: 32px;
  }
}
@media only screen and (max-width: 600px) {
  main {
    min-height: 480px;
  }
  .top .visual-pic {
    min-height: auto;
    height: 511px;
  }
  .top .visual-pic .swiper-img img {
    min-height: auto;
    height: 511px;
  }
  .top .main-visualTxtbox p {
    font-size: 2rem;
  }
}
@media (hover: hover) {
  .top .p-news-content:hover {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top .p-news-content:hover::before {
    height: 100%;
    background-color: #fff;
  }
  .top .p-news-content:hover .news__text::before {
    right: 20px;
    background: url(../../../img/common/btn_arrow_bl2.svg) no-repeat;
    background-size: contain;
  }
  .top .p-events-content:hover {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top .p-events-content:hover::before {
    height: 100%;
    background: #f7fafd;
  }
  .top .p-events-content:hover .p-events__text::before {
    right: 20px;
    background: url(../../../img/common/btn_arrow_bl2.svg) no-repeat;
    background-size: contain;
  }
}
/*# sourceMappingURL=../../map/object/project/top.css.map */