@charset "UTF-8";

/*---------------------------------------------------
common
----------------------------------------------------*/
ol li {
  list-style-type: decimal !important;
}

@media screen and (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* @media screen and (max-width: 992px) {
    main {
        padding-top: 120px;
    }
} */

.z-index_999 {
  z-index: 999;
}

.link-view-more {
  color: #555 !important;
  transition: 0.3s;
}

.link-view-more:hover {
  color: #222 !important;
}

.link-hover-zoom-target {
  transition: 0.5s ease-in-out;
}

.link-hover-zoom:hover .link-hover-zoom-target {
  transform: scale(1.1, 1.1);
}

.ofw-demibold {
  font-weight: 600;
}

.bg-gray {
  background-color: #f8f8f8;
}

.bg-white {
  background-color: #fff;
}

.link-button {
  position: relative;
  z-index: 2;
  background-image: none;
}

.link-hover {
  color: #333;
  transition: 0.3s;
}

.link-hover:hover {
  color: #333;
  opacity: 0.7;
  transition: 0.3s;
}

.hover-pointer:hover {
  cursor: pointer;
}

.text-mb-0 > p {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 360px) {
  .logo-img-width {
    max-width: 265px;
  }
}

.link-hover-banner {
  transition: 0.3s ease-in-out;
}

.link-hover-banner:hover .banner-bg-producer {
  transform: scale(1.1, 1.1);
}

.banner-width {
  max-width: 908px;
  width: 100%;
}

.banner-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 568px;
}

.banner-bg-producer {
  background-image: url("../img/common/img_banner_sp.jpg");
  transition: 0.3s ease-in-out;
}

.banner-text-producer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.link-circle-body {
  position: relative;
}

.link-circle-body::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: scale(0.7) translateY(-50%);
  transition: 0.3s ease-in-out;
}

.link-circle:hover .link-circle-body::after {
  transform: scale(1) translateY(-50%);
}

#posts-text {
  overflow-wrap: break-word;
}

#posts-text h3 {
  color: var(--pink);
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 24px !important;
}

#posts-text h4 {
  line-height: 1.75;
  font-weight: bold;
}

.link-btn{
  letter-spacing: 0.1em;
}

.link-btn span:last-child {
  display: inline-block;
  width: 7px;
  height: 9px;
  clip-path: polygon(0px 0px, 0% 100%, 100% 50%);
}

.link-btn-black {
  border: 1px solid var(--black);
}

.link-btn-black span:last-child {
  background-color: var(--black);
  transition: 0.3s ease-in-out;
}

.link-btn:hover.link-btn-black span:last-child {
  background-color: #fff !important;
}

.link-btn-white {
  border: 1px solid #fff;
  color: #fff !important;
}

.link-btn-white span:last-child {
  background-color: #fff;
}

.sponsor-btn{
  max-width: 840px;
}

.sponsor-btn .link-btn {
  transition: 0.3s;
  pointer-events: none;
}

.sponsor-btn:hover .link-btn {
  background-color: #fff;
}

.sponsor-btn:hover .link-btn span {
  color: #333 !important;
}

.sponsor-btn:hover .link-btn.link-btn-white span:last-child {
  background-color: #333;
}

@media screen and (min-width: 992px) {
  .banner-bg {
    height: 368px;
  }

  .banner-bg-producer {
    background-image: url("../img/common/img_banner_pc.jpg");
  }
}

/*パンくずリスト*/
.breadcrumb {
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 0.8rem;
}

.breadcrumb li:after {
  content: ">";
  padding: 0 1rem;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  text-decoration: none;
  color: #222222;
}

.breadcrumb li {
  max-width: 90%;
}

/*ページネーション*/
.page-numbers {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 48px;
  height: 48px;
  background: transparent;
  border: solid 1px #333;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.15s linear;
  padding: 0 8px;
  color: #333 !important;
  margin: 0 8px;
}

.page-numbers:hover {
  background: var(--pink);
  border: 1px solid var(--pink);
  color: #fff !important;
}

.page-numbers.current {
  background: var(--pink);
  color: #fff !important;
  border: 1px solid var(--pink);
  pointer-events: none;
}

.prev.page-numbers,
.next.page-numbers {
  border: none;
  position: relative;
  transition: 0.3s;
}

.prev.page-numbers::before,
.next.page-numbers::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 17px;
  transform: translate(-50%, -50%);
}

.prev.page-numbers::before {
  content: url("../img/common/arrow-pagination-prev.svg");
}

.next.page-numbers::before {
  content: url("../img/common/arrow-pagination-next.svg");
}

.prev.page-numbers:hover,
.next.page-numbers:hover {
  background-color: transparent;
  opacity: 0.7;
}

/*---------------------------------------------------
TOP
----------------------------------------------------*/
.top-event-schedule {
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.link-btn:hover,
.btn-senior .link-btn:hover {
  background-color: var(--pink) !important;
  border: 1px solid var(--pink) !important;
  color: #fff !important;
  opacity: 1 !important;
}

.btn-senior {
  z-index: 1;
}

.btn-senior .link-btn {
  background-color: #fff;
}

.btn-senior-img::before {
  position: absolute;
  content: "";
  background-image: url("../img/top/img_link_senior.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 143 / 173;
  width: 90px;
  top: 50%;
  left: -20%;
  transform: translateY(-50%);
  z-index: -1;
}

.swiper-slide:nth-of-type(1) .schedule-color-text,
.post-container:nth-of-type(1) .schedule-color-text {
  color: var(--blue) !important;
}

.swiper-slide:nth-of-type(2) .schedule-color-text,
.post-container:nth-of-type(2) .schedule-color-text {
  color: var(--green) !important;
}

.swiper-slide:nth-of-type(3) .schedule-color-text,
.post-container:nth-of-type(3) .schedule-color-text {
  color: var(--orange) !important;
}

.swiper-slide:nth-of-type(1) .schedule-color-bg,
.post-container:nth-of-type(1) .schedule-color-bg {
  background-color: var(--blue) !important;
}

.swiper-slide:nth-of-type(2) .schedule-color-bg,
.post-container:nth-of-type(2) .schedule-color-bg {
  background-color: var(--green) !important;
}

.swiper-slide:nth-of-type(3) .schedule-color-bg,
.post-container:nth-of-type(3) .schedule-color-bg {
  background-color: var(--orange) !important;
}

.swiper-slide:nth-of-type(odd) .achieve-rounded {
  border-radius: 50% !important;
}

.swiper-slide:nth-of-type(even) .achieve-rounded {
  border-radius: 10px !important;
}

.achieve-swiper-slide,
.event-swiper-slide,
.senior-swiper-slide {
  max-width: 293px;
}

.achieve-swiper-slide:not(:last-child),
.event-swiper-slide:not(:last-child),
.senior-swiper-slide:not(:last-child) {
  margin-right: 3rem;
}

.viewmore span:last-child {
  display: inline-block;
  background-color: var(--black);
  width: 7px;
  height: 9px;
  clip-path: polygon(0px 0px, 0% 100%, 100% 50%);
}

@media screen and (min-width: 992px) {
  .news-box {
    min-height: 820px;
  }
  .btn-senior-img::before {
    width: 143px;
    top: 50%;
    left: -42%;
    transform: translateY(-50%);
  }

  .achieve-swiper-slide,
  .event-swiper-slide,
  .senior-swiper-slide {
    max-width: calc((100% - 56px * 2) / 3);
  }

  .achieve-swiper-slide:not(:last-child),
  .event-swiper-slide:not(:last-child),
  .senior-swiper-slide:not(:last-child) {
    margin-right: 3.5rem;
  }
}

/*---------------------------------------------------
実績一覧
----------------------------------------------------*/
.category-link {
  color: #777777;
  border: 1px solid #777777;
  transition: 0.3s;
}

.category-link.current {
  border: 1px solid var(--pink);
}

.category-link:hover {
  color: #fff !important;
  border: 1px solid var(--pink);
  background-color: var(--pink);
}

/*---------------------------------------------------
実績詳細
----------------------------------------------------*/

.swiper-container2 {
  position: relative;
  overflow: hidden;
}

.swiper-container2 img {
  width: 100%;
  aspect-ratio: 816 / 426;
  object-fit: cover;
}

.movie-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.archive-diagonal {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.archive-diagonal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 投稿本文（#posts-text内）のYouTubeなどのiframeを横幅にフィットさせる */
#posts-text iframe {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;   /* 画面幅に合わせて縮む（縦動画でもはみ出し防止優先） */
  border: 0;
}


/*---------------------------------------------------
company
----------------------------------------------------*/

.page-title span:first-child {
  font-size: 40px;
  line-height: 38px;
  color: var(--orange);
}

.page-title span:last-child {
  font-size: 30px;
  line-height: 40px;
}

/*---------------------------------------------------
OB一覧・イベント一覧共通
----------------------------------------------------*/
.text-pink.event {
  font-size: 40px !important;
  line-height: 38px;
}

.viewmore span:last-child {
  display: inline-block;
  background-color: var(--black);
  width: 7px;
  height: 9px;
  clip-path: polygon(0px 0px, 0% 100%, 100% 50%);
}

.prev {
  margin-right: 70px;
}

.next {
  margin-left: 70px;
}

@media screen and (max-width: 400px) {
  .prev {
    margin-right: 0;
  }

  .next {
    margin-left: 0;
  }
}

.pagenation > ul > li {
  width: 34px;
  height: 34px;
}

.pagenation > ul > li > a,
.prev > a,
.next > a {
  line-height: 34px;
}

.pagenation > ul > li.active {
  background-color: var(--pink) !important;
  color: #fff !important;
  border: none !important;
}

.post-container:nth-child(1) .category-ob-bg-color {
  background-color: var(--dark-blue);
}

.post-container:nth-child(2) .category-ob-bg-color {
  background-color: var(--green);
}

.post-container:nth-child(3) .category-ob-bg-color {
  background-color: var(--pink);
}

.post-container:nth-child(4) .category-ob-bg-color {
  background-color: var(--orange);
}

.post-container:nth-child(5) .category-ob-bg-color {
  background-color: var(--brown);
}

.post-container:nth-child(6) .category-ob-bg-color {
  background-color: var(--light-blue);
}

.post-container:nth-child(7) .category-ob-bg-color {
  background-color: var(--dark-blue);
}

.post-container:nth-child(8) .category-ob-bg-color {
  background-color: var(--green);
}

.post-container:nth-child(9) .category-ob-bg-color {
  background-color: var(--pink);
}

@media screen and (min-width: 768px) {
  .text-pink.event {
    font-size: 60px !important;
    line-height: 80px;
  }

  .page-title span:first-child {
    font-size: 60px;
    line-height: 80px;
  }

  .page-title span:last-child {
    font-size: 40px;
    line-height: 53px;
  }
}

/*---------------------------------------------------
OB一覧
----------------------------------------------------*/
.career-path-box {
  position: relative;
  padding: 20px;
}

.career-path-box:not(:last-child)::after {
  position: absolute;
  content: "";
  background-color: var(--pink);
  width: 27px;
  height: 13px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: calc(-19px + -13px);
  left: 50%;
  transform: translateX(-50%);
}

.senior-swiper-slide {
  max-width: 293px;
}

@media screen and (min-width: 992px) {
  .career-path-box {
    padding: 20px 58px;
  }

  .senior-swiper-slide {
    max-width: calc((100% - 56px * 2) / 4.5);
  }
}

/*---------------------------------------------------
イベント一覧
----------------------------------------------------*/

.category {
  gap: 1.5rem 0.5rem;
}

.category > a.active {
  background-color: var(--pink) !important;
  color: #fff !important;
  border: none !important;
}

.archive-event-label {
  min-width: 260px;
  transform: translate(-50%, -50%);
}

.contact-btn {
  width: 340px;
  height: 443px;
  padding: 120px 0;
  background-color: #ea457c;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50rem;
  transition: 0.3s;
}

.contact-btn:hover {
  transform: scale(1.05);
}

@media screen and (min-width: 768px) {
  .contact-btn {
    width: 564px;
    height: 284px;
    padding: 72px 0 80px;
  }
}

.company-btn-wrap {
  position: relative;

  z-index: 1;
}

.company-btn-wrap::before {
  content: "";
  width: 775.6px;
  height: 525.6px;
  background-image: url(../img/company/company-bg05-left.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: -50px;
  z-index: -2;
}

.company-btn-wrap::after {
  content: "";
  width: 645px;
  height: 525.6px;
  background-image: url(../img/company/company-bg05-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: -50px;
  z-index: -1;
}

/* スマホ表示調整例 */
@media screen and (max-width: 768px) {
  .company-btn-wrap::before {
    width: 336.2px;
    height: 240px;
    left: -20px;
  }

  .company-btn-wrap::after {
    width: 225.2px;
    height: 240px;
    right: -20px;
  }
}

.link-btn-width {
  width: 264px;
}

.link-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 264px;
  height: 60px;
  border-radius: 50rem;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  transition: 0.3s ease-in-out;
}


/* 実績swiperスタイル */

.swiper-button-prev-edit,
.swiper-button-next-edit{
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50rem;
  border: 1px solid var(--black);
}

.swiper-button-prev-edit{
  bottom: 50px;
  right: 62px;
}

.swiper-button-next-edit{
  bottom: 50px;
  right: 6px;
}

.swiper-button-prev-edit>span,
.swiper-button-next-edit>span{
  display: inline-block;
  background-color: var(--black);
  width: 5px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-button-prev-edit>span{
  clip-path: polygon(0 50%, 100% 100%, 100% 0%);
}

.swiper-button-next-edit>span{
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.achieve-swiper-slide{
  max-width: 293px;
}

.achieve-swiper-slide:not(:last-child){
  margin-right: 3rem;
}

.achieve-swiper-head{
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

.achieve-swiper-desc{
  font-size: 0.875rem;
  line-height: 1.78;
  margin-bottom: 0.6875rem;
}

.achieve-swiper-tag{
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  color: var(--pink);
}

@media screen and (min-width: 992px){

  .swiper-button-prev-edit,
  .swiper-button-next-edit{
    width: 60px;
    height: 60px;
  }

  .swiper-button-prev-edit{
    bottom: 70px;
    right: 102px;
  }

  .swiper-button-next-edit{
    bottom: 70px;
    right: 12px;
  }

  .swiper-button-prev-edit>span,
  .swiper-button-next-edit>span{
    width: 7px;
    height: 9px;
  }

  .achieve-swiper-slide{
    max-width: calc((100% - 56px * 2) / 3);
  }

  .achieve-swiper-slide:not(:last-child){
    margin-right: 3.5rem;
  }

  .achieve-swiper-head{
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }

  .achieve-swiper-desc{
    font-size: 1rem;
    line-height: 1.68;
    margin-bottom: 2.1875rem;
  }

}
