@charset "UTF-8";
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: roboto, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.en02 {
  font-family: roboto, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", "ryo-gothic-plusn", sans-serif;
}

/* mobile */
/* ------------------------------------

cmn

------------------------------------ */
.page-top .p-header {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 20px;
}
.page-top .p-header__title {
  font-size: 50px;
  line-height: 1;
}
.page-top .p-header__subtitle {
  font-size: 13px;
  margin-top: 4px;
}
.page-top .p-header__text {
  font-size: 15px;
  margin-top: 10px;
}

.l-ancker {
  padding-top: 60px;
  margin-top: -60px;
}
@media (max-width: 760px) {
  .l-ancker {
    padding-top: 6vw;
    margin-top: -6vw;
  }
}

/* ------------------------------------

l-visual

------------------------------------ */
.page-top .l-main {
  padding-top: 0;
}

.page-top .l-visual {
  position: relative;
  width: 100vw;
  overflow: hidden;
  padding-bottom: 82px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual {
    padding-bottom: 16vw;
  }
}
.page-top .l-visual::before {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #154269 url(../images/top/visual_cover.svg) no-repeat bottom center;
  background-size: 100.5% auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual::before {
    background: #154269 url(../images/top/visual_cover_sp.svg) no-repeat bottom center;
    background-size: 100.5% auto;
  }
}
.page-top .l-visual__section {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.page-top .l-visual__slide {
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__slide {
    width: 660px;
    max-height: 877px;
    height: 97.8dvh;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__slide {
    width: 82.0512820513vw;
    aspect-ratio: 660/877;
  }
}
.page-top .l-visual__slide .p-slide {
  border-radius: 0 0 660px 660px;
  overflow: hidden;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__slide .p-slide {
    width: 82.0512820513vw;
    max-height: 877px;
    height: 97.8dvh;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__slide .p-slide {
    width: 82.0512820513vw;
    aspect-ratio: 660/877;
  }
}
.page-top .l-visual__slide .p-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-top .l-visual__circle {
  position: absolute;
  z-index: 10;
  width: 682px;
  height: 682px;
  background: #F05124;
  border-radius: 50%;
  top: -245px;
  left: calc(50% + 250px);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__circle {
    display: none;
  }
}
.page-top .l-visual__main {
  position: absolute;
  z-index: 100;
  max-width: 1320px;
  width: 92%;
  left: 50%;
  translate: -50% 0;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__main {
    bottom: 27%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__main {
    top: 75vw;
  }
}
.page-top .l-visual__text {
  font-size: 23px;
  font-weight: 700;
  color: #154269;
  line-height: 2;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__text {
    font-size: 20px;
    font-size: 5.1282051282vw;
    margin-bottom: 4vw;
  }
}
.page-top .l-visual__text span {
  background: #FCF8EC;
  padding: 5px 6px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__text span {
    padding: 1.2820512821vw 1.5384615385vw;
  }
}
.page-top .l-visual__text span:last-child {
  padding-right: 0;
}
.page-top .l-visual__catch {
  position: relative;
  z-index: 100;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  overflow-x: clip;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 124.18px;
  margin-bottom: 28px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__catch {
    position: absolute;
    z-index: 10;
    top: -20vw;
    left: 50%;
    translate: -50% 0;
    width: 100vw;
    height: 15.641025641vw;
  }
}
.page-top .l-visual__catch > div {
  flex: 0;
  height: fit-content;
  animation: slideShow 70s infinite linear;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transform: translateX(0);
}
@keyframes slideShow {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.page-top .l-visual__catch > div img {
  width: min(1500px, 147.362dvw);
  margin-right: 28px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__catch > div img {
    width: 182.8205128205vw;
    margin-right: 3.5897435897vw;
  }
}
.page-top .l-visual__title {
  font-size: 92px;
  font-weight: 700;
  line-height: 0.9;
  color: #FCF8EC;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__title {
    font-size: 64px;
    font-size: 16.4102564103vw;
    margin-bottom: 5.1282051282vw;
  }
}
.page-top .l-visual__title span {
  color: #F05124;
  font-size: 83px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__title span {
    font-size: 60px;
    font-size: 15.3846153846vw;
  }
}
.page-top .l-visual__subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__subtitle {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__link {
    position: absolute;
    z-index: 100;
    bottom: 110px;
    right: 32px;
    width: 476px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__link {
    width: 80vw;
    margin: 0 auto;
    padding-top: 38vw;
  }
}
.page-top .l-visual__link a {
  display: block;
}

/* ------------------------------------

l-news

------------------------------------ */
.page-top .l-news.page-system.page-system-index .list-page__list {
  float: none;
  width: 100%;
  max-width: inherit;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .list-page__list {
    width: 100%;
  }
}
.page-top .l-news.page-system.page-system-index .list-page__list .p-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 19px;
  position: relative;
}
.page-top .l-news.page-system.page-system-index .list-page__list .p-title .p-title__catch {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .list-page__list .p-title .p-title__catch {
    position: relative;
  }
}
.page-top .l-news.page-system.page-system-index .list-page__list .p-title .p-title__catch span {
  position: absolute;
  z-index: 1000;
  width: 13px;
  height: 13px;
  top: 8px;
  left: 0;
  content: "";
  border-radius: 50%;
  background: #F05124;
}
.page-top .l-news.page-system.page-system-index .list-page__list .p-title .p-title__catch div {
  width: 26px;
}
.page-top .l-news.page-system.page-system-index .list-page__list .p-title .p-title__catch.l-new {
  display: flex;
  margin-left: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .list-page__list .p-title .p-title__catch.l-new {
    margin-left: 2.5vw;
  }
}
.page-top .l-news.page-system.page-system-index .list-page__list .p-title .p-title__catch.l-new img {
  margin: 0 4px 5px -10px;
}
.page-top .l-news.page-system.page-system-index .list-page__list .p-title .p-title__text {
  font-size: 14px;
  position: relative;
  padding-right: 20px;
  margin-top: 8px;
}
.page-top .l-news.page-system.page-system-index .list-page__list .p-title .p-title__text::after {
  content: "";
  position: absolute;
  margin-right: 20px;
  background: url(../images/top/next.png) no-repeat;
  width: 13px;
  height: 15px;
  background-size: 9px;
  display: block;
  margin-right: 30px;
  bottom: 1px;
  right: -34px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .list-page__list .p-title .p-title__text {
    position: absolute;
  }
}
.page-top .l-news.page-system.page-system-index .list-page__list .slick-list {
  padding: 0 23.3vw;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .list-page__list .slick-list {
    padding: 0 !important;
  }
}
.page-top .l-news.page-system.page-system-index .l-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3.8%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .l-list {
    width: 100%;
    justify-content: space-between;
  }
  .page-top .l-news.page-system.page-system-index .l-list .p-item-news:nth-of-type(5) {
    display: none;
  }
  .page-top .l-news.page-system.page-system-index .l-list .p-item-news:nth-of-type(6) {
    display: none;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .l-list .p-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.page-top .l-news.page-system.page-system-index .l-list .p-item__inner {
  margin-top: 0;
}

/* ------------------------------------

l-news01

------------------------------------ */
.page-top .l-news01.page-system.page-system-index {
  margin: -50px 0 80px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news01.page-system.page-system-index {
    margin: 0 0 21.54vw;
    padding-bottom: 16vw;
  }
}
.page-top .l-news01.page-system.page-system-index .p-title {
  max-width: 1280px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news01.page-system.page-system-index .p-title {
    width: 92vw;
  }
}
.page-top .l-news01.page-system.page-system-index .l-news__container .l-news__list .p-item-news {
  width: 724px;
  position: relative;
  margin: 0 21px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news01.page-system.page-system-index .l-news__container .l-news__list .p-item-news {
    width: 90vw;
    margin: 0 4vw;
  }
}
.page-top .l-news01.page-system.page-system-index .l-news__container .l-news__list .p-item-news .p-item__photo-inner .p-item__photo {
  border: 3px solid #154269;
  border-radius: 13px;
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-news01.page-system.page-system-index .l-news__container .l-news__list .p-item-news .p-item__photo-inner .p-item__photo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #242424, transparent);
    z-index: 1;
    border-radius: 9px;
    opacity: 0.3;
  }
}
.page-top .l-news01.page-system.page-system-index .l-news__container .l-news__list .p-item-news .p-item__photo-inner .p-item__photo img {
  border-radius: 10px;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-news01.page-system.page-system-index .l-news__container .l-news__list .p-item-news .p-item__inner {
    color: #fff;
    bottom: 30px;
    padding: 0 30px;
    position: absolute;
    z-index: 100;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news01.page-system.page-system-index .l-news__container .l-news__list .p-item-news .p-item__inner {
    position: relative;
    margin: 5vw 0 8vw;
  }
}
.page-top .l-news01.page-system.page-system-index .l-news__container .l-news__list .p-item-news .p-item__inner .p-item__icons-category {
  color: #fff;
}
.page-top .l-news01.page-system.page-system-index .l-news__container .l-news__list .p-item-news .p-item__inner .p-item__post-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news01.page-system.page-system-index .l-news__container .l-news__list .p-item-news .p-item__inner .p-item__post-title {
    margin: 3vw 0;
    font-size: 5.4vw;
  }
}
.page-top .l-news01.page-system.page-system-index .l-news__container .l-news__list .p-item-news .p-item__inner .p-item__post-date {
  font-size: 13px;
  position: relative;
  margin-left: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news01.page-system.page-system-index .l-news__container .l-news__list .p-item-news .p-item__inner .p-item__post-date {
    color: #888888;
    margin-top: 2vw;
  }
}
.page-top .l-news01.page-system.page-system-index .l-news__container .l-news__list .p-item-news .p-item__inner .p-item__post-date::before {
  content: "";
  position: absolute;
  margin-right: 20px;
  background: url(../images/cmn/date_white.svg) no-repeat;
  width: 12px;
  height: 12px;
  background-size: 12px;
  display: block;
  margin-left: -20px;
  bottom: 4px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news01.page-system.page-system-index .l-news__container .l-news__list .p-item-news .p-item__inner .p-item__post-date::before {
    background: url(../images/cmn/date_gray.svg) no-repeat;
    background-size: 12px;
  }
}

/* ------------------------------------

l-news02

------------------------------------ */
.l-contents__list:first-child .l-news__list a {
  display: block;
}
.l-contents__list:first-child .l-news__list a:hover {
  opacity: 1;
}
.l-contents__list:first-child .l-news__list a:hover img {
  opacity: 1;
}
.l-contents__list:first-child .l-news__list img:hover {
  opacity: 1;
}

.page-top .l-news02.page-system.page-system-index {
  margin-bottom: -35px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news02.page-system.page-system-index {
    margin-bottom: 13vw;
  }
}
.page-top .l-news02.page-system.page-system-index .list-page__list {
  max-width: 1440px;
  padding-top: 96px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news02.page-system.page-system-index .list-page__list {
    padding-top: 0vw;
    width: 92vw;
    padding-bottom: 3vw;
  }
}
.page-top .l-news02.page-system.page-system-index .p-title__text {
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news02.page-system.page-system-index .p-title__text p {
    width: 168px;
    margin: 0 auto;
    text-align: center;
    background-color: #E6E6E6;
    padding: 5.5px;
    border-radius: 20px;
    position: relative;
  }
  .page-top .l-news02.page-system.page-system-index .p-title__text p::after {
    content: "";
    position: absolute;
    margin-right: 20px;
    background: url(../images/top/next.png) no-repeat;
    width: 13px;
    height: 15px;
    background-size: 10px;
    display: block;
    margin-right: 40px;
    bottom: 8px;
    right: -27px;
  }
}
.page-top .l-news02.page-system.page-system-index .l-list .p-item {
  width: 30.8%;
  margin-bottom: 4%;
  background-color: #fff;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news02.page-system.page-system-index .l-list .p-item {
    width: 44vw;
    margin-bottom: 5vw;
  }
}
.page-top .l-news02.page-system.page-system-index .l-list .p-item:hover {
  opacity: 0.7;
}
.page-top .l-news02.page-system.page-system-index .l-list .p-item__photo {
  width: 100%;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news02.page-system.page-system-index .l-list .p-item__photo {
    width: 100%;
  }
}
.page-top .l-news02.page-system.page-system-index .l-list .p-item__photo img {
  aspect-ratio: 11/7.4;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news02.page-system.page-system-index .l-list .p-item__photo img {
    aspect-ratio: 11/7.8;
  }
}
.page-top .l-news02.page-system.page-system-index .l-list .p-item__inner {
  width: 100%;
  margin: 0;
  padding: 15px 15px 35px 15px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news02.page-system.page-system-index .l-list .p-item__inner {
    width: 100%;
    margin: 2% auto 0;
    padding: 2vw 2vw 6vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news02.page-system.page-system-index .l-list .p-item__inner .p-item__post-date {
    margin-bottom: 0px;
    position: absolute;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news02.page-system.page-system-index .l-list .p-item__inner .p-item__post-date::before {
    top: 5px;
  }
}
.page-top .l-news02.page-system.page-system-index .l-list .p-item__post-title {
  font-size: 16px;
  -webkit-line-clamp: 3;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news02.page-system.page-system-index .l-list .p-item__post-title {
    font-size: 3.4vw;
    margin-bottom: 6%;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-news02.page-system.page-system-index.l-new-article .l-list .p-item:nth-child(n+4), .page-top .l-news02.page-system.page-system-index.l-company-article .l-list .p-item:nth-child(n+4) {
    display: none;
  }
}

.l-contents {
  max-width: 1280px;
  width: 96%;
  margin: -75px auto 0;
  padding-bottom: 112px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 760px) {
  .l-contents {
    display: block;
    width: 100%;
    padding-bottom: 16vw;
  }
}

.l-other {
  margin-top: 100px;
}
@media screen and (max-width: 760px) {
  .l-other {
    margin-top: -7vw;
  }
}
.l-other .l-other__container .p-title__catch {
  margin-bottom: 22px;
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 760px) {
  .l-other .l-other__container .p-title__catch {
    width: 80%;
    margin: 16vw auto 5vw;
    padding-top: 7.6vw;
  }
}
.l-other .l-other__container .p-title__catch span {
  position: absolute;
  z-index: 1000;
  width: 6px;
  top: 5px;
  height: 20px;
  content: "";
  border-radius: 15px;
  margin-left: -20px;
  background: #242424;
}
@media screen and (max-width: 760px) {
  .l-other .l-other__container .p-title__catch span {
    top: 8vw;
  }
}
@media screen and (max-width: 760px) {
  .l-other .l-other__container .p-title__img {
    width: 92%;
    margin: 0 auto;
  }
}

.page-top .l-new-article {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .page-top .l-new-article {
    padding-bottom: 16vw;
  }
}
.page-top .l-new-article::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #F05124 43%, #154269 43%);
}

.page-top .l-company-article {
  padding-bottom: 15px;
}
@media screen and (max-width: 760px) {
  .page-top .l-company-article {
    padding-bottom: 28vw;
  }
}

.page-top .l-member-article {
  position: relative;
  padding-bottom: 95px;
}
@media screen and (max-width: 760px) {
  .page-top .l-member-article {
    padding-bottom: 16vw;
  }
}
.page-top .l-member-article::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #154269 url(../images/top/member_cover_top.svg) no-repeat top center;
  background-size: 100.5% auto;
}
@media screen and (min-width: 761px) {
  .page-top .l-member-article::before {
    bottom: 46%;
    left: calc(50% + 190px);
    width: 100vw;
    height: 70%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 760px) {
  .page-top .l-member-article::before {
    bottom: 46%;
    left: 0;
    width: 100%;
    height: 70%;
  }
}
.page-top .l-member-article::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #154269 url(../images/top/member_cover_bottom.svg) no-repeat bottom center;
  background-size: 100% auto;
}
@media screen and (min-width: 761px) {
  .page-top .l-member-article::after {
    top: 40%;
    left: calc(50% + 190px);
    width: 100vw;
    height: 60%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 760px) {
  .page-top .l-member-article::after {
    top: 46%;
    left: 0;
    width: 100%;
    height: 60%;
  }
}
@media screen and (max-width: 760px) {
  .page-top .l-member-article.l-news02.page-system.page-system-index {
    margin-bottom: 28vw;
  }
}
.page-top .l-member-article.l-news.page-system.page-system-index .list-page__list .p-title {
  color: #fff;
}
.page-top .l-member-article.l-news.page-system.page-system-index .list-page__list .p-title .p-title__text::after {
  background: url(../images/top/next_wh.png) no-repeat;
  background-size: 9px;
}

.page-top .l-work-article {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .page-top .l-work-article {
    padding-bottom: 16vw;
  }
}
.page-top .l-work-article::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #F05124 43%, #154269 43%);
}

/* ------------------------------------

.l-news-other

------------------------------------ */
.page-top .l-news-other {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #CBCBCB;
  width: 95vw;
  margin: 0 auto;
  margin-bottom: 3.5%;
  padding-bottom: 3.5%;
}
@media screen and (max-width: 760px) {
  .page-top .l-news-other {
    padding-bottom: 12%;
    margin-bottom: 12%;
    width: 90vw;
  }
}
.page-top .l-news-other .p-title {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 761px) {
  .page-top .l-news-other .p-title {
    margin-bottom: 1.5%;
  }
}
@media screen and (max-width: 760px) {
  .page-top .l-news-other .p-title {
    margin-bottom: 5%;
  }
}
.page-top .l-news-other .p-title__catch {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 760px) {
  .page-top .l-news-other .p-title__catch {
    font-size: 11vw;
  }
}
.page-top .l-news-other .p-title__text {
  font-size: 14px;
  font-weight: 500;
  padding: 2px 6px;
  background: #212121;
  color: #fff;
  margin-left: 20px;
}
@media screen and (max-width: 760px) {
  .page-top .l-news-other .p-title__text {
    font-size: 3.6vw;
    padding: 0.5vw 2vw;
    margin-left: 4.5vw;
  }
}
.page-top .l-news-other .l-news-list {
  flex-wrap: inherit;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 2vw;
}
@media screen and (max-width: 760px) {
  .page-top .l-news-other .l-news-list {
    flex-wrap: wrap;
    gap: 6vw 4%;
  }
}
.page-top .l-news-other .l-news-list .p-item {
  position: relative;
  margin-bottom: 0;
  width: 25%;
}
@media screen and (max-width: 760px) {
  .page-top .l-news-other .l-news-list .p-item {
    width: 48%;
  }
}
.page-top .l-news-other .l-news-list .p-item a {
  display: block;
}
.page-top .l-news-other .l-news-list .p-item__rank {
  position: absolute;
  z-index: 3000;
  top: 0;
  right: 0;
  background: #F7B634;
  color: #fff;
  width: 64px;
  height: 60px;
  text-align: center;
}
.page-top .l-news-other .l-news-list .p-item__rank span {
  display: inline-block;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-size: 8px;
  margin-top: 8px;
  position: relative;
}
.page-top .l-news-other .l-news-list .p-item__rank span::after {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 3000;
  transform: translateX(-50%);
  font-size: 26px;
}
.page-top .l-news-other .l-news-list .p-item__inner {
  margin-top: 16px;
}
.page-top .l-news-other .l-news-list .p-item__icons-category {
  margin-bottom: 12px;
}
.page-top .l-news-other .l-news-list .p-item__post-date {
  font-size: 14px;
  margin-bottom: 6px;
  color: #888888;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news-other .l-news-list .p-item__post-date {
    font-size: 3.6vw;
    margin-bottom: 5px;
  }
}
.page-top .l-news-other .l-news-list .p-item__post-title {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-line-clamp: 3;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news-other .l-news-list .p-item__post-title {
    font-size: 3.6vw;
    margin-bottom: 5%;
  }
}
.page-top .l-news-other .l-news-list .p-item__post-date {
  top: 20px;
}
.page-top .l-news-other .slick-list {
  padding-right: 18%;
}
@media screen and (max-width: 760px) {
  .page-top .l-news-other .slick-list {
    padding-right: 10%;
  }
}
.page-top .l-news-other .slick-nav-arrows {
  position: absolute;
  z-index: 1000;
  top: 22%;
  right: 5%;
}
.page-top .l-news-other .slick-arrow {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.page-top .l-news-other .slick-next,
.page-top .l-news-other .slick-prev {
  background-repeat: no-repeat;
}
.page-top .l-news-other .slick-next {
  right: 0;
}
.page-top .l-news-other .slick-prev {
  left: -115px;
}
.page-top .l-news-other .slick-next:before,
.page-top .l-news-other .slick-prev:before {
  color: #000;
}

/* ------------------------------------

l-event

------------------------------------ */
.page-top .l-news-other.l-event {
  border-bottom: none;
  margin-bottom: 6%;
}

/* ------------------------------------

l-other

------------------------------------ */
.page-top .l-other .p-title {
  font-size: 18px;
  font-weight: 700;
}

/* ------------------------------------

l-video

------------------------------------ */
.page-top .l-video {
  padding: 0 2.5%;
}
@media screen and (max-width: 760px) {
  .page-top .l-video {
    padding: 0 5%;
  }
}
@media screen and (min-width: 761px) {
  .page-top .l-video a {
    display: flex;
  }
}
.page-top .l-video__movie {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 761px) {
  .page-top .l-video__movie {
    width: 54%;
  }
}
.page-top .l-video__movie:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  background: url(../images/top/icon_movie.png) no-repeat center;
  background-size: 100%;
  width: 81px;
  height: 57px;
}
@media screen and (max-width: 760px) {
  .page-top .l-video__movie:before {
    width: 13vw;
    height: 10vw;
  }
}
.page-top .l-video__movie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top .l-video__info {
  padding: 5.3%;
  text-align: left;
  background: #DDDDDD;
  position: relative;
}
@media screen and (min-width: 761px) {
  .page-top .l-video__info {
    width: 46%;
  }
}
@media screen and (max-width: 760px) {
  .page-top .l-video__info {
    padding: 14% 7% 15%;
  }
}
.page-top .l-video__info::after {
  content: "";
  display: block;
  width: 43px;
  height: 7px;
  background: url(../images/cmn/arrow_wh.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 28px;
  right: 30px;
  z-index: 1000;
}
@media screen and (max-width: 760px) {
  .page-top .l-video__info::after {
    bottom: 18px;
    right: 16px;
  }
}
@media screen and (min-width: 761px) {
  .page-top .l-video__info__inner {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
.page-top .l-video__info .p-title {
  display: block;
  margin-bottom: 0;
  color: #154269;
}
.page-top .l-video__info .p-title__catch {
  letter-spacing: 3px;
  font-size: 57px;
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .page-top .l-video__info .p-title__catch {
    letter-spacing: 0;
    font-size: 11vw;
  }
}
.page-top .l-video__info .p-title__text {
  font-size: 32px;
  font-weight: 700;
  padding-left: 0;
  margin-top: 0;
}
@media screen and (max-width: 760px) {
  .page-top .l-video__info .p-title__text {
    font-size: 6vw;
  }
}
.page-top .l-video__info .p-title__sub-text {
  margin-top: 6%;
  font-size: 17px;
  font-weight: 100;
}
@media screen and (max-width: 760px) {
  .page-top .l-video__info .p-title__sub-text {
    text-align: left;
    margin-top: 5%;
    font-size: 3.6vw;
  }
}

/*# sourceMappingURL=top.css.map */
