/* ------------ colors ------------ */
/* ------------------------------- */
/* ------------ text-color ------------ */
/* ------------ border-color ------------ */
/* ------------ background-color ------------ */
/* ------------ system-color ------------ */
/* ------------ cv ------------ */
/* ------------ menu ------------ */
/* ------------ NEW ------------ */
/* ------------ slick-color ------------ */
.en {
  font-family: news-gothic-std, sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 4px;
}

.yakuhan {
  font-family: "YakuHanMP", source-han-sans-japanese, sans-serif;
}

.l-top {
  overflow-x: hidden;
}
.l-top main {
  padding-bottom: 0;
  margin-top: 0;
  overflow: hidden;
}

.l-top .p-item__photo.ph_sys img,
.l-top .ph.ph_sys img {
  transform: translate(-50%, -50%) scale(1);
  transition: 0.9s ease-in-out;
}

.l-top a:hover .p-item__photo.ph_sys img,
.l-top a:hover .ph.ph_sys img {
  transform: translate(-50%, -50%) scale(1.14);
}

.no-pointer {
  pointer-events: none;
  opacity: 0.5;
}

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

topvisual

------------------------------------ */
.l-top .l-visual {
  margin: 0 auto 1%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 760px) {
  .l-top .l-visual {
    margin-bottom: 16%;
  }
}
.l-top .l-visual .p-item {
  background: #242424;
}
.l-top .l-visual .p-item__photo {
  height: 100vh;
  opacity: 0.8;
}
@media screen and (max-width: 760px) {
  .l-top .l-visual .p-item__photo {
    height: 0;
    padding-bottom: 156.6%;
  }
}
@media screen and (min-width: 761px) {
  .l-top .l-visual .p-item__photo img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
}
@media only screen and (min-device-width: 744px) and (max-device-width: 1024px) and (orientation: portrait) {
  .l-top .l-visual .p-item__photo {
    height: 55vw;
  }
  .l-top .l-visual .p-item__photo img {
    width: 100%;
    height: 55vw;
    object-fit: cover;
  }
}
.l-top .l-visual .mv_text {
  position: absolute;
  z-index: 100;
  top: 31%;
  left: 4%;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .l-top .l-visual .mv_text {
    bottom: 40vw;
    top: auto;
    left: 5%;
  }
}
.l-top .l-visual .mv_text .txt_sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 2.2;
  padding-left: 5px;
}
@media screen and (max-width: 760px) {
  .l-top .l-visual .mv_text .txt_sub {
    font-size: 4.8vw;
    line-height: 1.4;
    letter-spacing: 0.7vw;
    padding-left: 2%;
    margin-bottom: 3%;
  }
}
.l-top .l-visual .mv_text .txt_main {
  font-size: 92px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 760px) {
  .l-top .l-visual .mv_text .txt_main {
    font-size: 15.1vw;
  }
}

.l-top .l-visual .slider-dots {
  position: absolute;
  bottom: 4%;
  right: 7%;
  z-index: 1000;
  width: 180px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
@media screen and (max-width: 760px) {
  .l-top .l-visual .slider-dots {
    right: 5%;
    bottom: 5%;
    width: 32%;
  }
}
.l-top .l-visual .slider-dots li {
  display: inline-block;
  width: 30%;
  margin: 0 2px;
}
@media screen and (max-width: 760px) {
  .l-top .l-visual .slider-dots li {
    width: 23%;
  }
}
.l-top .l-visual .slider-dots button {
  position: relative;
  width: 100%;
  height: 2px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 0;
}
.l-top .l-visual .slider-dots button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
}
.l-top .l-visual .slider-dots .slick-active button:after {
  background-color: #fff;
  animation: progress 5.5s linear forwards;
}

@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes fadezoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.add-animation {
  animation: fadezoom 6s 0s forwards;
}

.l-top .l-visual .l-visual__sns {
  position: absolute;
  z-index: 3000;
  top: 5%;
  right: 3%;
  width: 28px;
}
.l-top .l-visual .l-visual__sns li {
  margin-bottom: 12px;
}
@media screen and (max-width: 760px) {
  .l-top .l-visual .l-visual__sns {
    display: none;
  }
}

.side_movie {
  z-index: 9999;
  position: fixed;
  bottom: 3%;
  left: 250px;
  width: 306px;
  height: 171px;
  transition: opacity 0.8s ease-out;
}
@media screen and (max-width: 760px) {
  .side_movie {
    bottom: 6vw;
    left: 6vw;
    width: 44vw;
    height: 24.5vw;
  }
}
.side_movie .mv_inner {
  width: 306px;
  height: 171px;
}
@media screen and (max-width: 760px) {
  .side_movie .mv_inner {
    width: 44vw;
    height: 24.5vw;
  }
}
.side_movie .btn {
  z-index: 9999;
  position: absolute;
  top: -6px;
  left: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #242424;
  cursor: pointer;
  padding: 2px 0 0 7.5px;
}
@media screen and (max-width: 760px) {
  .side_movie .btn {
    width: 4.5vw;
    height: 4.5vw;
    font-size: 2.8vw;
    padding: 0 0 0 0.8vw;
  }
}
.side_movie.active {
  display: none;
}

.movie_pop {
  display: none;
}

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

l-concept

------------------------------------ */
.l-top .l-concept {
  width: 100%;
  position: relative;
  padding: 9.6% 0 11%;
}
@media screen and (max-width: 760px) {
  .l-top .l-concept {
    padding: 6% 0 51%;
  }
}
.l-top .l-concept::before {
  content: "CONCEPT";
  position: absolute;
  display: block;
  top: 0;
  right: -1.5%;
  z-index: -1;
  font-size: 166px;
  font-family: news-gothic-std, sans-serif;
  font-weight: 700;
  letter-spacing: 19px;
  color: #F7F7F7;
}
@media screen and (max-width: 760px) {
  .l-top .l-concept::before {
    font-size: 17.2vw;
    letter-spacing: 2vw;
    transform: rotate(90deg);
    top: 16%;
    right: -25%;
  }
}
.l-top .l-concept__container {
  width: 87%;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .l-top .l-concept__container {
    width: 86%;
  }
}
.l-top .l-concept__title {
  font-size: 43px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 760px) {
  .l-top .l-concept__title {
    font-size: 11vw;
    line-height: 1.4;
    margin-bottom: 6%;
  }
}
.l-top .l-concept__subtitle {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 2.8%;
}
@media screen and (max-width: 760px) {
  .l-top .l-concept__subtitle {
    font-size: 5.1vw;
    line-height: 1.8;
    margin-bottom: 6%;
  }
}
.l-top .l-concept__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1;
}
@media screen and (max-width: 760px) {
  .l-top .l-concept__text {
    font-size: 3.8vw;
    line-height: 1.9;
  }
}
.l-top .l-concept__photo {
  position: absolute;
  z-index: 10;
  bottom: -23%;
  right: -6.5%;
  width: 48%;
}
@media screen and (max-width: 760px) {
  .l-top .l-concept__photo {
    right: 0;
    bottom: -19%;
    width: 93%;
  }
}

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

l-recommend

------------------------------------ */
.l-top .l-recommend {
  width: 100%;
  background: #F7F7F7;
  padding: 14% 0 8%;
}
@media screen and (max-width: 760px) {
  .l-top .l-recommend {
    padding: 48% 0 57%;
    position: relative;
  }
}
.l-top .l-recommend__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 760px) {
  .l-top .l-recommend__container {
    display: block;
    padding-left: 7%;
  }
}
.l-top .l-recommend__inner {
  width: 55%;
  padding-top: 2.4%;
}
@media screen and (max-width: 760px) {
  .l-top .l-recommend__inner {
    width: 100%;
  }
}
.l-top .l-recommend__photo {
  width: 37%;
}
@media screen and (max-width: 760px) {
  .l-top .l-recommend__photo {
    position: absolute;
    left: 0;
    bottom: -10%;
    width: 84%;
  }
}
.l-top .l-recommend__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 760px) {
  .l-top .l-recommend__title {
    font-size: 10.2vw;
    line-height: 1.5;
  }
}
.l-top .l-recommend__subtitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 5.8%;
}
@media screen and (max-width: 760px) {
  .l-top .l-recommend__subtitle {
    font-size: 4.1vw;
    margin-bottom: 9%;
  }
}
.l-top .l-recommend__subtitle__photo {
  width: 84%;
  position: absolute;
  bottom: -10%;
  left: 0;
}
.l-top .l-recommend__list {
  border-top: 2px solid #D571AF;
  padding-top: 4.8%;
}
@media screen and (max-width: 760px) {
  .l-top .l-recommend__list {
    padding-top: 11%;
  }
}
.l-top .l-recommend__list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.5;
  padding-left: 32px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .l-top .l-recommend__list li {
    line-height: 1.4;
    font-size: 4.1vw;
    padding-left: 5.6vw;
    margin-bottom: 3%;
    width: 93%;
  }
}
.l-top .l-recommend__list li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background: #D571AF;
  opacity: 0.19;
}
@media screen and (max-width: 760px) {
  .l-top .l-recommend__list li::before {
    top: 1.5vw;
    left: 0;
    width: 3.2vw;
    height: 3.2vw;
  }
}

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

l-reason

------------------------------------ */
.l-top .l-reason {
  width: 100%;
  padding: 9.3% 0 0;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-top .l-reason {
    padding: 43% 0 0;
  }
}
.l-top .l-reason__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0.4%;
}
@media screen and (max-width: 760px) {
  .l-top .l-reason__title {
    font-size: 10vw;
    margin-bottom: 1%;
  }
}
.l-top .l-reason__subtitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 760px) {
  .l-top .l-reason__subtitle {
    font-size: 4.1vw;
  }
}
.l-top .l-reason__list {
  margin-top: 5%;
}
@media screen and (max-width: 760px) {
  .l-top .l-reason__list {
    margin: 10% auto 0;
    width: 90%;
  }
}
@media screen and (min-width: 761px) {
  .l-top .l-reason__list .p-item {
    display: flex;
  }
  .l-top .l-reason__list .p-item:first-child .p-item__inner {
    padding: 7.5% 7%;
    border-top: 1px solid #D3D3D3;
  }
  .l-top .l-reason__list .p-item:nth-child(2) .p-item__inner {
    padding: 6% 7%;
  }
  .l-top .l-reason__list .p-item:nth-child(3) .p-item__inner {
    padding: 7%;
  }
  .l-top .l-reason__list .p-item:nth-child(4) .p-item__inner {
    padding: 6.5% 7%;
  }
  .l-top .l-reason__list .p-item:nth-child(5) .p-item__inner {
    padding: 3.5% 7%;
  }
  .l-top .l-reason__list .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .l-top .l-reason__list .p-item:nth-child(2n) .p-item__inner::before {
    right: auto;
    left: 0;
  }
  .l-top .l-reason__list .p-item__photo {
    width: 40%;
    align-items: stretch;
  }
  .l-top .l-reason__list .p-item__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .l-top .l-reason__list .p-item__inner {
    width: 60%;
    border-bottom: 1px solid #D3D3D3;
    position: relative;
    padding: 8% 7%;
  }
  .l-top .l-reason__list .p-item__title {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.72;
    border-bottom: 2px solid #D571AF;
    padding-bottom: 3px;
    margin-bottom: 5%;
  }
  .l-top .l-reason__list .p-item__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 2.1;
    text-align: justify;
  }
}
@media screen and (max-width: 760px) {
  .l-top .l-reason__list .p-item {
    padding-bottom: 6%;
    margin-bottom: 6%;
    border-bottom: 1px solid #D3D3D3;
  }
  .l-top .l-reason__list .p-item__title-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }
  .l-top .l-reason__list .p-item__photo {
    width: 50%;
    height: 40vw;
  }
  .l-top .l-reason__list .p-item__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .l-top .l-reason__list .p-item__title {
    width: 45%;
    font-size: 5vw;
    font-weight: 500;
    text-align: left;
    padding-top: 0;
  }
  .l-top .l-reason__list .p-item__more {
    font-size: 3vw;
    position: absolute;
    bottom: 0;
    right: 1vw;
  }
  .l-top .l-reason__list .p-item__more span {
    position: relative;
    padding-right: 15px;
  }
  .l-top .l-reason__list .p-item__more span::after {
    content: "";
    position: absolute;
    display: block;
    top: 1vw;
    right: 0;
    width: 5px;
    height: 5px;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    transform: rotate(45deg);
  }
  .l-top .l-reason__list .p-item__inner {
    display: none;
  }
  .l-top .l-reason__list .p-item__inner.active {
    display: block;
  }
  .l-top .l-reason__list .p-item__text {
    margin-top: 7%;
    margin-bottom: 5%;
    font-size: 3.8vw;
    font-weight: 400;
    line-height: 2;
    text-align: justify;
  }
}

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

l-style

------------------------------------ */
.l-top .l-style {
  width: 100%;
  padding: 9.3% 0 12.5%;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-top .l-style {
    padding: 15% 0 22%;
  }
}
.l-top .l-style__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0.4%;
}
@media screen and (max-width: 760px) {
  .l-top .l-style__title {
    font-size: 10vw;
    margin-bottom: 1%;
    line-height: 1.4;
  }
}
.l-top .l-style__subtitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 760px) {
  .l-top .l-style__subtitle {
    font-size: 4.1vw;
  }
}
.l-top .l-style__list {
  margin: 5% auto 0;
  width: 93%;
}
@media screen and (max-width: 760px) {
  .l-top .l-style__list {
    width: 100%;
    margin-top: 10%;
  }
}
.l-top .l-style__list .p-item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .l-top .l-style__list .p-item {
    display: block;
  }
}
.l-top .l-style__list .p-item:first-child .p-item__photo {
  width: 58%;
}
@media screen and (max-width: 760px) {
  .l-top .l-style__list .p-item:first-child .p-item__photo {
    width: 92%;
    margin-left: 0;
  }
}
.l-top .l-style__list .p-item:first-child .p-item__inner {
  width: 34%;
  margin-right: 3%;
  margin-top: -1%;
}
@media screen and (max-width: 760px) {
  .l-top .l-style__list .p-item:first-child .p-item__inner {
    width: 92%;
    margin-left: 0;
    margin-top: 6%;
  }
}
.l-top .l-style__list .p-item:first-child .p-item__title {
  font-size: 57px;
  padding-bottom: 9%;
  margin-bottom: 8%;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .l-top .l-style__list .p-item:first-child .p-item__title {
    font-size: 10vw;
    padding-left: 8%;
    padding-bottom: 7%;
    margin-bottom: 6%;
    line-height: 1.43;
  }
}
.l-top .l-style__list .p-item:first-child .p-item__title::after {
  right: 0;
  width: 140%;
}
@media screen and (max-width: 760px) {
  .l-top .l-style__list .p-item:first-child .p-item__title::after {
    width: 100%;
  }
}
.l-top .l-style__list .p-item:first-child .p-item__text {
  padding-left: 8%;
}
.l-top .l-style__list .p-item:nth-child(2) {
  flex-direction: row-reverse;
  margin-top: -4%;
}
@media screen and (max-width: 760px) {
  .l-top .l-style__list .p-item:nth-child(2) {
    margin-top: 8%;
  }
}
.l-top .l-style__list .p-item:nth-child(2) .p-item__photo {
  width: 52%;
}
@media screen and (max-width: 760px) {
  .l-top .l-style__list .p-item:nth-child(2) .p-item__photo {
    width: 84%;
    margin-right: 0;
    margin-left: auto;
  }
}
.l-top .l-style__list .p-item:nth-child(2) .p-item__inner {
  width: 40%;
  margin-left: 7%;
  margin-top: 10%;
}
@media screen and (max-width: 760px) {
  .l-top .l-style__list .p-item:nth-child(2) .p-item__inner {
    width: 84%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 6%;
  }
}
.l-top .l-style__list .p-item:nth-child(2) .p-item__title {
  font-size: 51px;
  padding-bottom: 8%;
  margin-bottom: 7%;
}
@media screen and (max-width: 760px) {
  .l-top .l-style__list .p-item:nth-child(2) .p-item__title {
    font-size: 10vw;
    padding-bottom: 7%;
    margin-bottom: 6%;
  }
}
.l-top .l-style__list .p-item:nth-child(2) .p-item__title::after {
  left: 0;
  width: 120%;
}
@media screen and (max-width: 760px) {
  .l-top .l-style__list .p-item:nth-child(2) .p-item__title::after {
    width: 100%;
  }
}
.l-top .l-style__list .p-item__inner {
  text-align: justify;
}
.l-top .l-style__list .p-item__title {
  line-height: 1.43;
  font-weight: 400;
  position: relative;
  font-weight: bold;
}
.l-top .l-style__list .p-item__title span {
  font-weight: 700;
  color: #D571AF;
}
.l-top .l-style__list .p-item__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #989898;
}
.l-top .l-style__list .p-item__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1;
}
@media screen and (max-width: 760px) {
  .l-top .l-style__list .p-item__text {
    font-size: 3.8vw;
    line-height: 1.9;
  }
}

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

l-about

------------------------------------ */
.l-top .l-about {
  width: 100%;
  background: #EFEFEF;
  padding: 7% 0 4.5%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 760px) {
  .l-top .l-about {
    padding: 14% 0 12%;
  }
}
.l-top .l-about__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0.4%;
}
@media screen and (max-width: 760px) {
  .l-top .l-about__title {
    font-size: 10vw;
    margin-bottom: 2%;
    line-height: 1.3;
  }
}
.l-top .l-about__subtitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 5%;
}
@media screen and (max-width: 760px) {
  .l-top .l-about__subtitle {
    font-size: 4.1vw;
  }
}
.l-top .l-about__photo {
  position: absolute;
  left: 0;
  width: 40%;
}
.l-top .l-about__list {
  position: relative;
  margin: 9% auto 0;
  margin-right: 0;
  width: 75%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: number 0;
}
@media screen and (max-width: 760px) {
  .l-top .l-about__list {
    width: 90%;
    margin-top: 13%;
  }
}
.l-top .l-about__list .slick-list {
  padding-right: 5%;
}
@media screen and (max-width: 760px) {
  .l-top .l-about__list .slick-list {
    padding-right: 15%;
  }
}
.l-top .l-about__list .p-item {
  width: 276px;
  margin-right: 18px;
  height: auto;
}
@media screen and (max-width: 760px) {
  .l-top .l-about__list .p-item {
    margin-right: 0.8%;
  }
}
.l-top .l-about .slick-nav-arrows {
  position: absolute;
  z-index: 1000;
  top: 32%;
  right: 5%;
}
.l-top .l-about .slick-arrow {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.l-top .l-about .slick-next,
.l-top .l-about .slick-prev {
  background-repeat: no-repeat;
}
.l-top .l-about .slick-next {
  right: 0;
}
.l-top .l-about .slick-prev {
  left: -115px;
}
.l-top .l-about .slick-next:before,
.l-top .l-about .slick-prev:before {
  color: #000;
}

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

l-voice

------------------------------------ */
.l-top .l-voice {
  width: 100%;
  padding: 7% 0 3%;
  text-align: center;
  border-bottom: 1px solid #D3D3D3;
}
@media screen and (max-width: 760px) {
  .l-top .l-voice {
    padding: 15% 0;
  }
}
.l-top .l-voice__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0.4%;
}
@media screen and (max-width: 760px) {
  .l-top .l-voice__title {
    font-size: 10vw;
    margin-bottom: 1%;
    line-height: 1.5;
  }
}
.l-top .l-voice__subtitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 760px) {
  .l-top .l-voice__subtitle {
    font-size: 4.1vw;
  }
}
.l-top .l-voice__list {
  margin: 4% auto 0;
  width: 87%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.8%;
}
@media screen and (max-width: 760px) {
  .l-top .l-voice__list {
    display: block;
    width: 90%;
    margin-top: 10%;
  }
}
.l-top .l-voice__list .p-item {
  width: 32%;
  margin-bottom: 8%;
  text-align: justify;
}
@media screen and (max-width: 760px) {
  .l-top .l-voice__list .p-item {
    width: 100%;
    padding-bottom: 7%;
    margin-bottom: 7%;
    border-bottom: 1px solid #D3D3D3;
  }
}
@media screen and (max-width: 760px) {
  .l-top .l-voice__list .p-item__title-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }
}
.l-top .l-voice__list .p-item__photo {
  width: 100%;
  margin-bottom: 8%;
}
@media screen and (max-width: 760px) {
  .l-top .l-voice__list .p-item__photo {
    width: 50%;
    margin-bottom: 0;
  }
}
.l-top .l-voice__list .p-item__catch {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  width: 94%;
  margin: 0 auto 6.5%;
}
@media screen and (max-width: 760px) {
  .l-top .l-voice__list .p-item__catch {
    width: 45%;
    font-size: 4.6vw;
    font-weight: 500;
    text-align: left;
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .l-top .l-voice__list .p-item__more {
    font-size: 3vw;
    position: absolute;
    bottom: 0;
    right: 1vw;
  }
  .l-top .l-voice__list .p-item__more span {
    position: relative;
    padding-right: 15px;
  }
  .l-top .l-voice__list .p-item__more span::after {
    content: "";
    position: absolute;
    display: block;
    top: 1vw;
    right: 0;
    width: 5px;
    height: 5px;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    transform: rotate(45deg);
  }
}
.l-top .l-voice__list .p-item__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .l-top .l-voice__list .p-item__text {
    display: none;
    margin-top: 7%;
    margin-bottom: 5%;
    font-size: 3.8vw;
    font-weight: 400;
    line-height: 2;
    text-align: justify;
  }
  .l-top .l-voice__list .p-item__text.active {
    display: block;
  }
}

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

l-news

------------------------------------ */
.l-top .l-news {
  width: 100%;
}

.l-top .l-news .l-news-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .l-top .l-news .l-news-list {
    width: auto;
    margin-top: 11%;
    padding-bottom: 12%;
  }
}

.l-top .l-news .l-news-list .p-item {
  width: 32%;
  height: auto;
  margin-right: 2%;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 760px) {
  .l-top .l-news .l-news-list .p-item {
    margin: 0;
    width: 100%;
  }
}
.l-top .l-news .l-news-list .p-item:nth-child(3n) {
  margin-right: 0;
}
.l-top .l-news .l-news-list .p-item a {
  display: block;
}
.l-top .l-news .l-news-list .p-item__photo {
  height: 0;
  width: 100%;
  padding-bottom: 67%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .l-top .l-news .l-news-list .p-item__photo {
    margin-bottom: 5vw;
  }
}
.l-top .l-news .l-news-list .p-item__photo img {
  width: auto;
  height: 100%;
}
.l-top .l-news .l-news-list .p-item__inner {
  display: flex;
}
.l-top .l-news .l-news-list .p-item__icons {
  text-align: left;
  line-height: 1.2;
  margin-bottom: 0;
  max-height: 16px;
}
.l-top .l-news .l-news-list .p-item__icons .icon {
  vertical-align: top;
}
.l-top .l-news .l-news-list .p-item__icons:empty {
  margin-bottom: 0;
}
.l-top .l-news .l-news-list .p-item__post-title {
  line-height: 1.5;
  overflow: hidden;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 760px) {
  .l-top .l-news .l-news-list .p-item__post-title {
    margin-bottom: 0;
    font-size: 3.8vw;
    margin-top: 2%;
  }
}
.l-top .l-news .l-news-list .p-item__post-date {
  margin-top: 0;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  background: #2E3092;
  color: #fff;
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  padding: 10px;
  width: 70px;
}
.l-top .l-news .l-news-list .p-item__post-date span {
  display: block;
}
.l-top .l-news .l-news-list .p-item__post-date span.day {
  font-size: 21px;
  margin: 4px 0 5px;
}
.l-top .l-news .l-news-list .p-item__post-date span.week {
  border-radius: 10px;
  padding: 2px 12px;
  border: 1px solid #fff;
  display: inline-block;
}

@media screen and (max-width: 760px) {
  .l-top .l-news .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 8px;
    background: #EFEFEF;
  }
  .l-top .l-news .slick-dots li.slick-active {
    background: #2E3092;
  }
}

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

l-work

------------------------------------ */
.l-top .l-work {
  padding-top: 7.2%;
  padding-bottom: 4.6%;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 760px) {
  .l-top .l-work {
    padding: 16% 0 14%;
  }
}
.l-top .l-work__container {
  width: 86%;
  margin: 0 auto;
}
.l-top .l-work__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0.4%;
}
@media screen and (max-width: 760px) {
  .l-top .l-work__title {
    font-size: 10vw;
    margin-bottom: 1%;
    line-height: 1.5;
  }
}
.l-top .l-work__subtitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-top .l-work__subtitle {
    font-size: 4.1vw;
  }
}
@media screen and (min-width: 761px) {
  .l-top .l-work__inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 761px) {
  .l-news-list .p-item {
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 761px) {
  .l-top .l-work .l-news-list01 {
    width: 72%;
    margin: 0;
  }
}
.l-top .l-work .l-news-list01 .p-item {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 3%;
}
.l-top .l-work .l-news-list01 .p-item:nth-child(2n) {
  margin-right: 0;
}

.l-top .l-work .l-news-list02 {
  display: block;
}
@media screen and (min-width: 761px) {
  .l-top .l-work .l-news-list02 {
    width: 22%;
    margin-right: 0;
  }
}
@media screen and (max-width: 760px) {
  .l-top .l-work .l-news-list02 {
    display: flex;
  }
}
.l-top .l-work .l-news-list02 .p-item {
  width: 100%;
  margin-bottom: 14%;
  margin-right: 0;
}
@media screen and (max-width: 760px) {
  .l-top .l-work .l-news-list02 .p-item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 5%;
  }
}
.l-top .l-work .l-news-list02 .p-item__post-date {
  display: flex;
  background: none;
  position: inherit;
  padding: 0;
  font-size: 12px;
  width: auto;
  color: #B2B2B2;
  margin-left: 8px;
  padding-top: 2px;
  padding-left: 7px;
  border-left: 1px solid #E8E8E8;
}
.l-top .l-work .l-news-list02 .p-item__post-date span.day {
  font-size: 12px;
  margin: 0;
}
.l-top .l-work .l-news-list02 .p-item__post-date span.week {
  padding: 0;
  border: none;
}
@media screen and (max-width: 760px) {
  .l-top .l-work .l-news-list02 .p-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 760px) {
  .l-top .l-work .l-news-list01 .p-item,
.l-top .l-work .l-news-list02 .p-item {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 760px) {
  .l-top .l-work .l-news-list01 .p-item__post-date,
.l-top .l-work .l-news-list02 .p-item__post-date {
    display: flex;
    background: none;
    position: inherit;
    padding: 0;
    font-size: 12px;
    width: auto;
    color: #B2B2B2;
    margin-left: 8px;
    padding-top: 2px;
    padding-left: 7px;
    border-left: 1px solid #E8E8E8;
  }
  .l-top .l-work .l-news-list01 .p-item__post-date span.day,
.l-top .l-work .l-news-list02 .p-item__post-date span.day {
    font-size: 12px;
    margin: 0;
  }
  .l-top .l-work .l-news-list01 .p-item__post-date span.week,
.l-top .l-work .l-news-list02 .p-item__post-date span.week {
    padding: 0;
    border: none;
  }
}

.l-top .l-work__more,
.l-top .l-pickup__more {
  text-align: right;
  margin-bottom: 3.4%;
  font-weight: 500;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 760px) {
  .l-top .l-work__more,
.l-top .l-pickup__more {
    text-align: center;
    margin-top: 15%;
    margin-bottom: 0;
  }
}
.l-top .l-work__more span,
.l-top .l-pickup__more span {
  position: relative;
  padding-right: 55px;
}
.l-top .l-work__more span::after,
.l-top .l-pickup__more span::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/cmn/arrow03.png) no-repeat center;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: -8px;
  right: 0;
  z-index: 1000;
}

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

l-pickup

------------------------------------ */
.l-top .l-pickup {
  padding-top: 7.2%;
  padding-bottom: 4.6%;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 760px) {
  .l-top .l-pickup {
    padding: 16% 0 14%;
  }
}
.l-top .l-pickup__container {
  width: 86%;
  margin: 0 auto;
}
.l-top .l-pickup__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0.4%;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-top .l-pickup__title {
    font-size: 10vw;
    margin-bottom: 1%;
    line-height: 1.5;
  }
}
.l-top .l-pickup__subtitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-top .l-pickup__subtitle {
    font-size: 4.1vw;
  }
}
@media screen and (min-width: 761px) {
  .l-top .l-pickup__inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 761px) {
  .l-news-list .p-item {
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 761px) {
  .l-top .l-pickup .l-news-list01 {
    width: 72%;
    margin: 0;
  }
}
.l-top .l-pickup .l-news-list01 .p-item {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 3%;
}
.l-top .l-pickup .l-news-list01 .p-item:nth-child(2n) {
  margin-right: 0;
}

.l-top .l-pickup .l-news-list02 {
  display: block;
}
@media screen and (min-width: 761px) {
  .l-top .l-pickup .l-news-list02 {
    width: 22%;
    margin-right: 0;
  }
}
@media screen and (max-width: 760px) {
  .l-top .l-pickup .l-news-list02 {
    display: flex;
  }
}
.l-top .l-pickup .l-news-list02 .p-item {
  width: 100%;
  margin-bottom: 14%;
  margin-right: 0;
}
@media screen and (max-width: 760px) {
  .l-top .l-pickup .l-news-list02 .p-item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 5%;
  }
}
.l-top .l-pickup .l-news-list02 .p-item__post-date {
  display: flex;
  background: none;
  position: inherit;
  padding: 0;
  font-size: 12px;
  width: auto;
  color: #B2B2B2;
  margin-left: 8px;
  padding-top: 2px;
  padding-left: 7px;
  border-left: 1px solid #E8E8E8;
}
.l-top .l-pickup .l-news-list02 .p-item__post-date span.day {
  font-size: 12px;
  margin: 0;
}
.l-top .l-pickup .l-news-list02 .p-item__post-date span.week {
  padding: 0;
  border: none;
}
@media screen and (max-width: 760px) {
  .l-top .l-pickup .l-news-list02 .p-item:nth-child(2n) {
    margin-right: 0;
  }
}

.l-news-list {
  width: auto;
}

@media screen and (max-width: 760px) {
  .l-top .l-pickup .l-news-list01 .p-item,
.l-top .l-pickup .l-news-list02 .p-item {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 760px) {
  .l-top .l-pickup .l-news-list01 .p-item__post-date,
.l-top .l-pickup .l-news-list02 .p-item__post-date {
    display: flex;
    background: none;
    position: inherit;
    padding: 0;
    font-size: 12px;
    width: auto;
    color: #B2B2B2;
    margin-left: 8px;
    padding-top: 2px;
    padding-left: 7px;
    border-left: 1px solid #E8E8E8;
  }
  .l-top .l-pickup .l-news-list01 .p-item__post-date span.day,
.l-top .l-pickup .l-news-list02 .p-item__post-date span.day {
    font-size: 12px;
    margin: 0;
  }
  .l-top .l-pickup .l-news-list01 .p-item__post-date span.week,
.l-top .l-pickup .l-news-list02 .p-item__post-date span.week {
    padding: 0;
    border: none;
  }
}

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

l-ranking

------------------------------------ */
.l-top .l-ranking {
  padding: 7% 0 7% 5%;
  margin-bottom: 8%;
  background: #EFEFEF;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 760px) {
  .l-top .l-ranking {
    padding-top: 17%;
    padding-bottom: 17%;
    margin-bottom: 18%;
  }
}
@media screen and (min-width: 761px) {
  .l-top .l-ranking .p-title {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 760px) {
  .l-top .l-ranking .p-title {
    padding-right: 5%;
  }
}
.l-top .l-ranking .l-news-list {
  width: auto;
  flex-wrap: inherit;
  counter-reset: number 0;
}
.l-top .l-ranking .l-news-list .p-item {
  position: relative;
  padding-top: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  .l-top .l-ranking .l-news-list .p-item {
    margin-right: 20px;
  }
}
.l-top .l-ranking .l-news-list .p-item a {
  display: block;
}
.l-top .l-ranking .l-news-list .p-item__rank {
  position: absolute;
  z-index: 3000;
  top: 0;
  left: 12px;
  background: #fff;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  text-align: center;
}
.l-top .l-ranking .l-news-list .p-item__rank span {
  display: inline-block;
  font-family: news-gothic-std, sans-serif;
  letter-spacing: 1px;
  font-size: 8px;
  margin-top: 15px;
  position: relative;
}
.l-top .l-ranking .l-news-list .p-item__rank span::after {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: 5px;
  left: 50%;
  z-index: 3000;
  transform: translateX(-50%);
  font-size: 32px;
}
.l-top .l-ranking .l-news-list .p-item__post-date {
  top: 20px;
}
.l-top .l-ranking .slick-list {
  padding-right: 8%;
}
@media screen and (max-width: 760px) {
  .l-top .l-ranking .slick-list {
    padding-right: 10%;
  }
}
.l-top .l-ranking .slick-nav-arrows {
  position: absolute;
  z-index: 1000;
  top: 22%;
  right: 5%;
}
.l-top .l-ranking .slick-arrow {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.l-top .l-ranking .slick-next,
.l-top .l-ranking .slick-prev {
  background-repeat: no-repeat;
}
.l-top .l-ranking .slick-next {
  right: 0;
}
.l-top .l-ranking .slick-prev {
  left: -115px;
}
.l-top .l-ranking .slick-next:before,
.l-top .l-ranking .slick-prev:before {
  color: #000;
}

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

l-link

------------------------------------ */
.l-top .l-link {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 88%;
  margin-top: 7%;
}
@media screen and (max-width: 760px) {
  .l-top .l-link {
    display: block;
    margin-top: 13%;
  }
}
.l-top .l-link__list {
  width: 48%;
}
@media screen and (max-width: 760px) {
  .l-top .l-link__list {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 12%;
  }
  .l-top .l-link__list:last-child {
    margin-bottom: 0;
  }
}
.l-top .l-link__list a {
  display: block;
  height: 13vw;
  position: relative;
}
@media screen and (max-width: 760px) {
  .l-top .l-link__list a {
    height: 45vw;
  }
}
.l-top .l-link__list a__catch {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 760px) {
  .l-top .l-link__list a__catch {
    font-size: 7vw;
  }
}
.l-top .l-link__list a__text {
  font-size: 18px;
}
@media screen and (max-width: 760px) {
  .l-top .l-link__list a__text {
    font-size: 3.8vw;
  }
}
.l-top .l-link__list a:after {
  content: "";
  display: block;
  width: 38px;
  height: 22px;
  background: url(../images/cmn/arrow03.png) no-repeat center;
  background-size: auto;
  background-size: contain;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
}
.l-top .l-link__list.l-recruitment a {
  border: 1px solid #111;
}
.l-top .l-link__list.l-recruitment a .p-title {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-top .l-link__list.l-recruitment a .p-title__text {
  color: #D571AF;
}
.l-top .l-link__list.l-welfare a {
  background: #DB98C1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1% 3%;
}
.l-top .l-link__list.l-welfare a .p-title {
  display: block;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  width: 100%;
}
.l-top .l-link__list.l-welfare a:after {
  width: 38px;
  height: 22px;
  background: url(../images/cmn/arrow02.png) no-repeat center;
  background-size: auto;
  background-size: contain;
}

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

l-video

------------------------------------ */
.l-top .l-video {
  padding: 7% 6%;
  border-bottom: 1px solid #D3D3D3;
}
@media screen and (max-width: 760px) {
  .l-top .l-video {
    padding-top: 23%;
    padding-bottom: 22%;
  }
}
@media screen and (min-width: 761px) {
  .l-top .l-video a {
    display: flex;
  }
}
.l-top .l-video__movie {
  overflow: hidden;
}
@media screen and (min-width: 761px) {
  .l-top .l-video__movie {
    width: 50%;
  }
}
.l-top .l-video__info {
  padding: 2%;
  text-align: center;
  background: #EFEFEF;
  position: relative;
}
@media screen and (min-width: 761px) {
  .l-top .l-video__info {
    width: 50%;
  }
}
@media screen and (max-width: 760px) {
  .l-top .l-video__info {
    padding: 10% 8% 12%;
  }
}
.l-top .l-video__info::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/cmn/arrow03.png) no-repeat center;
  background-size: auto;
  background-size: contain;
  position: absolute;
  bottom: 8px;
  right: 22px;
  z-index: 1000;
}
@media screen and (max-width: 760px) {
  .l-top .l-video__info::after {
    bottom: 2px;
    right: 8px;
  }
}
@media screen and (min-width: 761px) {
  .l-top .l-video__info__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.l-top .l-video__info .p-title {
  display: block;
  margin-bottom: 0;
}
.l-top .l-video__info .p-title__catch {
  letter-spacing: 3px;
}
@media screen and (max-width: 760px) {
  .l-top .l-video__info .p-title__catch {
    letter-spacing: 2px;
    font-size: 5.4vw;
  }
}
.l-top .l-video__info .p-title__text {
  font-size: 22px;
  font-weight: 700;
  padding-left: 0;
  margin-top: 3.2%;
}
.l-top .l-video__info .p-title__sub-text {
  margin-top: 3.4%;
}
@media screen and (max-width: 760px) {
  .l-top .l-video__info .p-title__sub-text {
    text-align: left;
    margin-top: 7%;
  }
}

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

l-other

------------------------------------ */
.l-top .l-other {
  padding: 5% 6% 5.5%;
}
@media screen and (max-width: 760px) {
  .l-top .l-other {
    padding: 14% 5% 15%;
  }
}
.l-top .l-other__title {
  font-size: 45px;
  line-height: 1.8;
  margin-bottom: 2.5%;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-top .l-other__title {
    font-size: 10vw;
    margin-bottom: 9%;
    line-height: 1.3;
    letter-spacing: 0.7vw;
  }
}
.l-top .l-other .l-other__list {
  display: flex;
  gap: 2%;
}
@media screen and (max-width: 761px) {
  .l-top .l-other .l-other__list {
    display: block;
  }
}
@media screen and (max-width: 761px) {
  .l-top .l-other .l-other__list .p-item {
    margin-bottom: 5%;
  }
}
.l-top .l-other .l-other__list .p-item__photo {
  overflow: hidden;
}
.l-top .l-other .l-other__list .p-item__text {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1;
  margin-top: 12px;
}
@media screen and (max-width: 760px) {
  .l-top .l-other .l-other__list .p-item__text {
    font-size: 3.8vw;
    margin-top: 1%;
  }
}

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