@charset "utf-8";
/* メインビジュアル
---------------------------------------------------------- */
.p-topKeyVisual {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  max-height: 864px;
}
@media (min-width: 1024px) {
  .p-topKeyVisual {
    max-width: 100%;
    height: calc(100vh - 159px);
    max-height: 864px;
    margin: 0 auto 80px;
    padding-left: 80px;
  }
}
.p-topKeyVisual__inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
@media (min-width: 1024px) {
  .p-topKeyVisual__inner {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}

.p-topKeyVisualContents.swiper {
  padding-bottom: 0 !important;
  height: 100%;
}
.p-topKeyVisualContents .swiper-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: 100%;
}
.p-topKeyVisualMain__item {
  position: relative;
  min-width: 100%;
  height: 100%;
}
.p-topKeyVisualMain__item .animate {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-topKeyVisualMain__item picture,
.p-topKeyVisualMain__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-topKeyVisualMain__image {
  position: relative;
}

.p-topKeyVisualMain__content {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 60px;
  color: var(--color-white);
  visibility: visible !important;
}
@media (min-width: 1024px) {
  .p-topKeyVisualMain__content {
    left: 80px;
    bottom: 72px;
    min-width: 100%;
  }
}

.p-topKeyVisualMain__title {
  margin-bottom: 20px;
  font-size: 36px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5), 0 0 1em rgba(0,0,0,0.5), 0 0 0.2em rgba(0,0,0,0.5);
}
@media (min-width: 1024px) {
  .p-topKeyVisualMain__title {
    margin-bottom: 35px;
    font-size: 52px;
  }
}
.p-topKeyVisualMain__description {
  padding: 0 40px 0 0;
  font-size: 12px;
  line-height: 2;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5), 0 0 1em rgba(0,0,0,0.5), 0 0 0.2em rgba(0,0,0,0.5);
}
@media (min-width: 1024px) {
  .p-topKeyVisualMain__description {
    padding: 0;
    font-size: 18px;
  }
}

.p-topKeyVisualAnime {
  position: relative;
  height: 100%;
}
.p-topKeyVisualAnime {
  padding-bottom: 0 !important;
  height: 100%;
}

.p-topKeyVisualAnimeSlider__item.swiper-slide-active .animate {
  animation-duration: 12s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.p-topKeyVisualAnimeSlider__item:nth-child(odd).swiper-slide-active .animate {
  animation-name: zoomInAnime;
}
.p-topKeyVisualAnimeSlider__item:nth-child(even).swiper-slide-active .animate {
  animation-name: zoomOutAnime;
}

.p-topKeyVisualScroll {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 132px;
}

.p-topKeyVisualScroll__inner {
  width: 100%;
  max-width: 1960px;
  height: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .p-topKeyVisualScroll {
    height: 156px;
  }
}

.p-topKeyVisualScroll__shape {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 8px;
  height: 132px;
  z-index: 2;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-topKeyVisualScroll__shape {
    right: 96px;
    width: 48px;
    height: 156px;
  }
}

.p-topKeyVisualScroll__text {
  display: none;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-family: var(--font-family-en);
  letter-spacing: 0.1em;
  animation: blinking 4s linear infinite alternate;
}
@media (min-width: 1024px) {
  .p-topKeyVisualScroll__text {
    display: block;
  }
}

.p-topKeyVisualScroll__view {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 132px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .p-topKeyVisualScroll__view {
    height: 120px;
  }
}

.p-topKeyVisualScroll__line {
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
}
.p-topKeyVisualScroll__line::before,
.p-topKeyVisualScroll__line::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  animation: lineScroll 2s ease infinite;
}
.p-topKeyVisualScroll__line::before {
  top: calc(-132px - 5px);
}
.p-topKeyVisualScroll__line::after {
  top: calc(16px + 5px);
}
@media (min-width: 1024px) {
  .p-topKeyVisualScroll__line::before {
    top: calc(-120px - 5px);
  }
}

.p-topKeyVisualScroll__arrow {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 0;
  display: block;
  width: 12px;
  height: 100%;
  margin-left: -6px;
  animation: lineScroll 2s ease infinite;
}
.p-topKeyVisualScroll__arrow img {
  width: 12px;
  height: 16px;
}

@keyframes zoomInAnime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoomOutAnime {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blinking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lineScroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}

.p-topKeyVisual + .p-topSectionPickUp {
  margin-top: 80px;
}


/* メインビジュアル（動画版）
---------------------------------------------------------- */
.p-topMainVisualMovie {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .p-topMainVisualMovie {
    max-width: 1440px;
    margin: 0 auto 80px;
    padding-left: 80px;
  }
}
.p-topMainVisualMovie__inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
@media (min-width: 768px) {
  .p-topMainVisualMovie__inner {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}
.p-topMainVisualMovie__inner::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -22px;
  display: block;
  width: 108px;
  height: 108px;
  background: transparent url(/common/image/ico/ico_viewMoreCard_arrow.svg) no-repeat center / 27px 13px;
  border: 1px solid rgba(255,255,255, 0.5);
  border-radius: 50%;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .p-topMainVisualMovie__inner::after {
    right: 40px;
    bottom: 40px;
    width: 120px;
    height: 120px;
    background-size: 30px 12px;
  }
}
@media (min-width: 1024px) {
  .p-topMainVisualMovie__inner::after {
    right: 80px;
    bottom: 80px;
  }
}

.p-topMainVisualMovie__content {
  position: absolute;
  left: 16px;
  bottom: 60px;
  color: var(--color-white);
}
@media (min-width: 768px) {
  .p-topMainVisualMovie__content {
    left: 80px;
    bottom: 72px;
  }
}
.p-topMainVisualMovie__title {
  margin-bottom: 20px;
  font-size: 36px;
}
@media (min-width: 768px) {
  .p-topMainVisualMovie__title {
    margin-bottom: 35px;
    font-size: 40px;
  }
}
.p-topMainVisualMovie__description {
  padding: 0 40px 0 0;
  font-size: 12px;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-topMainVisualMovie__description {
    padding: 0;
    font-size: 14px;
  }
}

.p-topMainVisualMovie__movie {}
.p-topMainVisualMovie__movie video {
  width: 100%;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .p-topMainVisualMovie__movie video.sp {
    display: none;
  }
}
.p-topMainVisualMovie__movie video.pc {
  display: none;
}
@media (min-width: 768px) {
  .p-topMainVisualMovie__movie video.pc {
    display: block;
  }
}

/* サービス
---------------------------------------------------------- */
.p-topSectionService {
  padding: 80px 16px 0;
  margin-bottom: 80px;
  background: linear-gradient(180deg, #F0F5F5 0%, rgba(240, 245, 245, 0) 100%);
}
@media (min-width: 768px) {
  .p-topSectionService {
    padding-top: 160px;
    margin-bottom: 160px;
  }
}

.p-topSectionService__inner {
  @media (min-width: 768px) {
    max-width: 1440px;
    padding: 0 44px;
    margin: 0 auto;
  }
}

.p-topService {

}
.p-topService__top {}
@media (min-width: 768px) {
  .p-topService__top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.p-topService__middle {}
.p-topService__bottom {
  max-width: 247px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-topService__bottom {
    display: none;
  }
}

.p-topService__heading {}
@media (min-width: 768px) {
  .p-topService__heading {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 80px;
  }
}
.p-topService__title {
  margin-bottom: 40px;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-topService__title {
    margin: 0 60px 0 0;
  }
}
.p-topService__title .en {
  font-family: var(--font-family-en);
  font-weight: var(--font-weight-regular);
  font-size: 44px;
  background: linear-gradient(225deg, var(--color-blue) 0%, var(--color-pale-blue) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .p-topService__title .en {
    font-size: 72px;
  }
}
.p-topService__title .ja {
  display: block;
  margin-top: 8px;
  color: var(--color-blue);
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-topService__title .ja {
    margin-top: 16px;
    font-size: 16px;
  }
}

.p-topService__description {
  margin-bottom: 40px;
  font-size: var(--font-size-13);
  line-height: 2;
}
@media (min-width: 768px) {
  .p-topService__description {
    margin-bottom: 0;
    font-size: var(--font-size-15);
  }
}

.p-topService__top .p-topService__button {
  display: none;
}
@media (min-width: 768px) {
  .p-topService__top .p-topService__button {
    display: flex;
    max-width: 320px;
    margin-bottom: 80px;
  }
}

.p-topServiceList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: -8px 0 40px;
}
@media (min-width: 768px) {
  .p-topServiceList {
    margin: 0;
  }
}
.p-topServiceList__item {
  width: calc(50% - 4px);
  margin-top: 8px;
}
@media (min-width: 768px) {
  .p-topServiceList__item {
    margin-top: 0;
    width: calc(25% - 12px);
  }
}

.p-topServiceCard {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 6px;
  color: var(--color-white);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-topServiceCard:hover {
  opacity: 0.75;
}
.p-topServiceCard:hover .p-topServiceCard__image img {
  transform: scale(1.1);
}
.p-topServiceCard:hover .p-topServiceCard__content::after {
  transform: scale(1.2);
}
.p-topServiceCard::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 16, 20, 0.72) 113.23%);
}

.p-topServiceCard__image {
  overflow: hidden;
  position: relative;
}
.p-topServiceCard__image img {
  transition: all 0.3s ease;
}
.p-topServiceCard__image > .note {
  position: absolute;
  top: 6px;
  left: 6px;
  color: var(--color-white);
  font-size: 12px;
  line-height: 1;
  text-shadow: 0px 0px 6px #000000;
}

.p-topServiceCard__content {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 0 40px 12px 12px;
}
@media (min-width: 768px) {
  .p-topServiceCard__content {
    padding: 0 68px 32px 20px;
  }
}
.p-topServiceCard__content::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 28px;
  height: 28px;
  background: transparent url(/common/image/ico/ico_viewMoreCard_arrow.svg) no-repeat center / 15px 7px;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-topServiceCard__content::after {
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    background: url(/common/image/ico/ico_viewMoreCard_arrow.svg) no-repeat center / 20px 8px;
  }
}


.p-topServiceCard__title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-topServiceCard__title {
    font-size: 16px;
  }
}

/* お知らせ
---------------------------------------------------------- */
.p-topSectionNews {
  position: relative;
  padding: 0 16px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .p-topSectionNews {
    padding-top: 80px;
    margin-bottom: 160px;
  }
  .p-topSectionNews::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(180deg, #F0F5F5 0%, rgba(240, 245, 245, 0) 100%);
  }
}
.p-topSectionNews__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.p-topNews {
}
@media (min-width: 768px) {
  .p-topNews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .p-topNews__top {
    padding: 80px 0 0;
  }
}

.p-topNews__content {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-topNews__content {
    flex: 1;
    max-width: 760px;
  }
}
.p-topNews__bottom {
  max-width: 247px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-topNews__bottom {
    display: none;
  }
}

.p-topNews__title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-topNews__title {
    margin-bottom: 80px;
  }
}

.p-topNews__title .en {
  font-family: var(--font-family-en);
  font-weight: var(--font-weight-regular);
  font-size: 44px;
  background: linear-gradient(225deg, var(--color-blue) 0%, var(--color-pale-blue) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .p-topNews__title .en {
    font-size: 72px;
  }
}
.p-topNews__title .ja {
  display: block;
  margin-top: 8px;
  color: var(--color-blue);
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-topNews__title .ja {
    margin-top: 16px;
    font-size: 16px;
  }
}

.p-topNews__button {
  display: none;
}
@media (min-width: 768px) {
  .p-topNews__button {
    display: block;
    max-width: 256px;
  }
}

.p-topNewsList {
  list-style-type: none;
}
.p-topNewsListItem {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-light-blue-gray);
}
@media (min-width: 768px) {
  .p-topNewsListItem {
    padding: 24px 0;
    border-top: 1px solid var(--color-light-blue-gray);
    border-bottom: none;
  }
}

.p-topNewsListItem__head {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-topNewsListItem__head {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding-right: 40px;
  }
}
.p-topNewsListItem__date {
  display: block;
  margin-bottom: 10px;
  color: var(--color-gray-cool-light);
  font-size: var(--font-size-12);
  font-weight: var(--font-weight-medium);
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-topNewsListItem__date {
    margin: 0 16px 0 0;
    font-size: var(--font-size-14);
  }
}

.p-topNewsListItem__tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.p-topNewsListItem__new {
  position: absolute;
  top: 16px;
  right: 0;
  display: inline-block;
  width: fit-content;
  padding: 2px 4px;
  background-color: #f3f4f5;
  border: 1px solid var(--color-rouge);
  border-radius: 3px;
  color: var(--color-rouge);
  font-family: var(--font-family-en);
  font-size: var(--font-size-10);
  font-weight: var(--font-weight-medium);
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-topNewsListItem__new {
    top: 26px;
  }
}

.p-topNewsListItem__body {
}
.p-topNewsListItem__title {
  font-size: var(--font-size-12);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-topNewsListItem__title {
    font-size: var(--font-size-15);
  }
}
.p-topNewsListItem__title a {
  color: var(--color-default);
  text-decoration: none;
}
.p-topNewsListItem__title a:hover {
  opacity: var(--opacity-default);
  transition: opacity 0.3s ease;
}


.p-topNewsTabButton {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-topNewsTabButton {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 80px;
    gap: 2px;
  }
}
.p-topNewsTabButton__item {
  padding: 9px 0;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: #a1a9ab;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.p-topNewsTabButton__item :hover {
  opacity: 0.75;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-topNewsTabButton__item {
    padding: 16px 0;
    font-size: 14px;
  }
}

.p-topNewsTabContent {

}
.p-topNewsTabContent__item {
  display: none;
  opacity: 0;
}

/* タブ表示 */
.p-topNewsTabButton__item.is-active {
  color: var(--color-blue);
  border-bottom: 1px solid var(--color-blue);
}
.p-topNewsTabContent__item.is-active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in 0s forwards;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

/* オウンドメディア
---------------------------------------------------------- */
.p-topSectionOwnedMedia {
  padding: 0 16px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {}

.p-topSectionOwnedMedia__inner {}
@media (min-width: 768px) {}

.p-topOwnedMedia__content {
  margin: 0 -16px 40px;
}
@media (min-width: 1024px) {
  .p-topOwnedMedia__content {
    margin: 0 -16px 80px;
  }
}

.p-topOwnedMedia__bottom {
  max-width: 247px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-topOwnedMedia__bottom {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }
}
.p-topOwnedMedia__bottom .c-button {
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-topOwnedMedia__bottom .c-button {
    max-width: 320px;
  }
}

.p-topOwnedMedia__title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-topOwnedMedia__title {
    max-width: 1200px;
    margin: 0 auto 80px;
  }
}

.p-topOwnedMedia__title .en {
  font-family: var(--font-family-en);
  font-weight: var(--font-weight-regular);
  font-size: 44px;
  background: linear-gradient(225deg, var(--color-blue) 0%, var(--color-pale-blue) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .p-topOwnedMedia__title .en {
    font-size: 72px;
  }
}
.p-topOwnedMedia__title .ja {
  display: block;
  margin-top: 8px;
  color: var(--color-blue);
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-topOwnedMedia__title .ja {
    margin-top: 16px;
    font-size: 16px;
  }
}

/* オウンドメディア記事 */
.p-topOwnedMediaList {
  list-style-type: none;
}
.p-topOwnedMediaList__item {}

.p-topOwnedMediaCard {
  display: block;
  color: var(--color-default);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-topOwnedMediaCard:hover {
  opacity: var(--opacity-default);
}
.p-topOwnedMediaCard:hover .p-topOwnedMediaCard__thumbnail img {
  transform: scale(1.1);
}
.p-topOwnedMediaCard__thumbnail {
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 14px;
}
.p-topOwnedMediaCard__thumbnail img {
  width: 100%;
  transition: all 0.3s ease;
}

.p-topOwnedMediaCard__headline {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.p-topOwnedMediaCard__date {
  margin-right: 16px;
  color: #797979;
  font-size: var(--font-size-12);
  line-height: 1;
}
.p-topOwnedMediaCard__category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.p-topOwnedMediaCard__category > span {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 8px;
  color: #797979;
  font-size: var(--font-size-10);
  border-radius: 3px;
  border: 1px solid var(--color-gray-light);
  line-height: 1;
  background-color: var(--color-white);
}
.p-topOwnedMediaCard__title {
  font-size: var(--font-size-13);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-topOwnedMediaCard__title {
    font-size: var(--font-size-15);
  }
}

/* slider setting */
#js-topOwnedMediaSlider {
  padding-bottom: 52px;
}
@media (min-width: 1024px) {
  #js-topOwnedMediaSlider {
    padding-bottom: 0;
  }
}
#js-topOwnedMediaSlider .splide__arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
@media (min-width: 1024px) {
  #js-topOwnedMediaSlider .splide__arrows {
    justify-content: flex-start;
    position: relative;
    left: 0;
    bottom: -132px;
    transform: none;
    max-width: 1200px;
    margin: 0 auto;
  }
}
#js-topOwnedMediaSlider .splide__arrow {
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s ease;
  color: var(--color-blue);
  font-family: var(--font-family-en);
}
#js-topOwnedMediaSlider .splide__arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 12px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
  color: var(--color-blue);
}
#js-topOwnedMediaSlider .splide__arrow > span {
  display: none;
}
@media (min-width: 1024px) {
  #js-topOwnedMediaSlider .splide__arrow > span {
    display: block;
  }
}
#js-topOwnedMediaSlider .splide__arrow--prev {
  padding-left: 20px;
}
@media (min-width: 1024px) {
  #js-topOwnedMediaSlider .splide__arrow--prev {
    padding-left: 36px;
  }
}
#js-topOwnedMediaSlider .splide__arrow--prev::before {
  left: 0;
  -webkit-mask-image: url(/common/image/ico/ico_slider_arrow_prev.svg);
  mask-image: url(/common/image/ico/ico_slider_arrow_prev.svg);
}
#js-topOwnedMediaSlider .splide__arrow--next {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  #js-topOwnedMediaSlider .splide__arrow--next {
    padding-right: 36px;
  }
}
#js-topOwnedMediaSlider .splide__arrow--next::before {
  right: 0;
  -webkit-mask-image: url(/common/image/ico/ico_slider_arrow_next.svg);
  mask-image: url(/common/image/ico/ico_slider_arrow_next.svg);
}
#js-topOwnedMediaSlider .splide__toggle {
  position: relative;
  width: 28px;
  height: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s ease;
}
#js-topOwnedMediaSlider .splide__toggle__pause::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 16px;
  background: url(/common/image/ico/ico_slider_pause.svg) no-repeat top left / contain;
}
#js-topOwnedMediaSlider .splide__toggle__play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 16px;
  background: url(/common/image/ico/ico_slider_play.svg) no-repeat top left / contain;
}

#js-topOwnedMediaSlider .splide__toggle__text {
  display: none;
}
#js-topOwnedMediaSlider .splide__pagination > li {
  display: grid;
  align-items: center;
  justify-items: center;
  align-items: center;
  justify-items: center;
  place-items: center;
}
#js-topOwnedMediaSlider .splide__pagination__page {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 2px;
  margin: 0 4px;
  background-color: rgba(var(--color-blue-rgb), 0.2);
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  #js-topOwnedMediaSlider .splide__pagination__page {
    width: 50px;
  }
}
#js-topOwnedMediaSlider .splide__pagination__page.is-active {
  background-color: var(--color-blue);
}
#js-topOwnedMediaSlider.splide:not(.is-overflow) .splide__pagination {
  display: flex !important;
}

/* 事業紹介
---------------------------------------------------------- */
.p-topSectionValue {
  padding: 0 16px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .p-topSectionValue {
    margin-bottom: 160px;
  }
}
@media (min-width: 1024px) {
  .p-topSectionValue__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 0;
  }
}
@media (min-width: 1240px) {
  .p-topSectionValue__inner {
    padding: 0 120px;
  }
}

.p-topValue {}
@media (min-width: 1024px) {
  .p-topValue__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
}
.p-topValue__bottom {
  max-width: 247px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .p-topValue__bottom {
    display: none;
  }
}

.p-topValue__title {
  margin-bottom: 40px;
  line-height: 1;
  background: linear-gradient(225deg, var(--color-blue) 0%, var(--color-pale-blue) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .p-topValue__title {
    margin: 0 0 50px;
  }
}
.p-topValue__title .en {
  font-family: var(--font-family-en);
  font-weight: var(--font-weight-regular);
  font-size: 44px;
}
@media (min-width: 768px) {
  .p-topValue__title .en {
    font-size: 72px;
  }
}
.p-topValue__title .ja {
  display: block;
  margin-top: 8px;
  color: var(--color-blue);
  font-size: 12px;
  -webkit-text-fill-color: var(--color-blue);
}
@media (min-width: 768px) {
  .p-topValue__title .ja {
    margin-top: 16px;
    font-size: 16px;
  }
}

.p-topValue__description {
  color: var(--color-default);
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-topValue__description {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 1.5;
  }
}
.p-topValue__description em {
  font-style: normal;
}

.p-topValue__button {
  display: none;
}
@media (min-width: 1024px) {
  .p-topValue__button {
    display: block;
    max-width: 320px;
  }
}

.p-topValue__figure {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 104.95%;
  margin: 0 -16px 35px;
}
@media (min-width: 768px) {
  .p-topValue__figure {
    max-width: 600px;
    padding-top: clamp(360px, 100%, 600px);
    margin: 0 auto 35px;
  }
}
@media (min-width: 1024px) {
  .p-topValue__figure {
    margin: 0;
  }
}
.p-topValue__figure img.image {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 104.95%;
  max-width: none;
  opacity: 1;
  transform: scale(1.45);
  transform-origin: center;
}
@media (min-width: 768px) {
  .p-topValue__figure img.image {
    left: 0;
    width: 100%;
  }
}

/* ページ誘導リンク
---------------------------------------------------------- */
.p-topSectionlinks {
  padding: 0 0 80px 32px;
}
@media (min-width: 768px) {
  .p-topSectionlinks {
    padding: 0 0 80px;
  }
}
.p-topSectionlinks__inner {
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-topSectionlinks__inner {
    display: flex;
    justify-content: flex-end;
  }
}

.p-topLinks {
  display: flex;
  flex-direction: column;
  list-style-type: none;
}
@media (min-width: 768px) {
  .p-topLinks {
    max-width: 1200px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .p-topLinks__item {
    width: 50%;
  }
}

.p-topLinksCard {
  position: relative;
  display: block;
  width: 100%;
  height: 144px;
  padding: 36px 24px 0 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  color: var(--color-white);
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-topLinksCard {
    height: 360px;
    padding: 90px 30px 0 30px;
    background-position: right bottom;
    background-size: 100% auto;
  }
}
@media (min-width: 1024px) {
  .p-topLinksCard {
    padding: 90px 60px 0 60px;
  }
}
.p-topLinksCard:hover {
  opacity: 0.75;
  background-size: 110% auto;
}
.p-topLinksCard:hover .p-topLinksCard__icon {
  transform: scale(1.2);
}
.p-topLinksCard::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #144B63 0%, rgba(23, 81, 99, 0) 100%);
  opacity: 0.8;
}

.p-topLinksCard--investor { background-image: url("/top/image/bg_top_link_investor_sp.png");}
@media (min-width: 768px) {
  .p-topLinksCard--investor { background-image: url("/top/image/bg_top_link_investor_pc.png");}
}
.p-topLinksCard--sustainability { background-image: url("/top/image/bg_top_link_sustainability_sp.png");}
@media (min-width: 768px) {
  .p-topLinksCard--sustainability { background-image: url("/top/image/bg_top_link_sustainability_pc.png");}
}
.p-topLinksCard--recruit { background-image: url("/top/image/bg_top_link_recruit_sp.png");}
@media (min-width: 768px) {
  .p-topLinksCard--recruit { background-image: url("/top/image/bg_top_link_recruit_pc.png");}
}
.p-topLinksCard--corporate { background-image: url("/top/image/bg_top_link_corporate_sp.png");}
@media (min-width: 768px) {
  .p-topLinksCard--corporate { background-image: url("/top/image/bg_top_link_corporate_pc.png");}
}

.p-topLinksCard__heading {
  position: relative;
  z-index: 2;
  margin-bottom: 4px;
  color: var(--color-white);
  font-size: 32px;
  font-family: var(--font-family-en);
  line-height: 1;
}
@media (min-width: 768px) {
  .p-topLinksCard__heading {
    margin-bottom: 60px;
    font-size: 44px;
  }
}
@media (min-width: 1024px) {
  .p-topLinksCard__heading {
    font-size: 58px;
  }
}
.p-topLinksCard__bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .p-topLinksCard__bottom {
  }
}
.p-topLinksCard__jaText {
  color: var(--color-white);
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-topLinksCard__jaText {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .p-topLinksCard__jaText {
    font-size: 18px;
  }
}

.p-topLinksCard__icon {
  display: block;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.36) url(/common/image/ico/ico_viewMoreCard_arrow.svg) no-repeat center / 20px 8px;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  box-shadow: 16px 11px 86px rgba(0, 0, 0, 0.36);
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-topLinksCard__icon {
    width: 88px;
    height: 88px;
    background-size: 30px 12px;
  }
}

/* 投資家情報カードのマージン調整 */
.p-topLinksCard.p-topLinksCard--investor {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .p-topLinksCard.p-topLinksCard--investor {
    padding-top: 60px;
  }
}
.p-topLinksCard.p-topLinksCard--investor .p-topLinksCard__bottom {
  margin-top: -12px;
}
@media (min-width: 768px) {
  .p-topLinksCard.p-topLinksCard--investor .p-topLinksCard__bottom {
    margin-top: 0x;
  }
}

@media (min-width: 768px) {}

/* お問合せ
---------------------------------------------------------- */
.p-topSectionInquiry {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  background-color: var(--color-white);
  background-image: url("/top/image/bg_top_inquiry_sp.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-topSectionInquiry {
    height: 560px;
    background-image: url("/top/image/bg_top_inquiry_pc.png");
    background-position: center center;
  }
}
.p-topSectionInquiry::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(70.34deg, #143F52 26.32%, rgba(0, 91, 172, 0) 60%);
  opacity: 0.6;
}
.p-topSectionInquiry__inner {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 75px 40px 0 16px;
  color: var(--color-white);
  text-decoration: none;
}
@media (min-width: 768px) {
  .p-topSectionInquiry__inner {
    padding: 145px 16px 0;
    color: var(--color-white);
    text-decoration: none;
  }
}

.p-topSectionInquiry__inner:hover .p-topSectionInquiry__content {
  opacity: 0.75;
}
.p-topSectionInquiry__inner:hover .p-topSectionInquiry__icon {
  transform: scale(1.2);
}

.p-topSectionInquiry__content {
  position: relative;
  padding: 0 104px 72px 0;
  transition: all 0.3s ease;
}
@media (min-width: 320px) {
  .p-topSectionInquiry__content {
    padding: 0 72px 0px 0;
  }
}
@media (min-width: 768px) {
  .p-topSectionInquiry__content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 160px 0 0;
  }
}

.p-topSectionInquiry__title {
  margin-bottom: 35px;
  color: var(--color-white);
  line-height: 1;
}
.p-topSectionInquiry__title .en {
  font-size: 44px;
  font-family: var(--font-family-en);
  font-weight: var(--font-weight-regular);

}
@media (min-width: 768px) {
  .p-topSectionInquiry__title .en {
    font-size: 72px;
  }
}
.p-topSectionInquiry__title .ja {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-topSectionInquiry__title .ja {
    font-size: 16px;
  }
}

.p-topSectionInquiry__description {
  font-size: var(--font-size-13);
  line-height: 2;
}
@media (min-width: 768px) {
  .p-topSectionInquiry__description {
    font-size: var(--font-size-15);
  }
}

.p-topSectionInquiry__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 72px;
  height: 72px;
  background: transparent url(/common/image/ico/ico_viewMoreCard_arrow_blue.svg) no-repeat center / 27px 13px;
  border: 1px solid var(--color-blue);
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-topSectionInquiry__icon {
    width: 144px;
    height: 144px;
    background-size: 29px 14px;
  }
}

.p-topSectionInquiry__slogan {
  position: absolute;
  left: 0.1em;
  right: 0;
  bottom: -0.05em;
  font-size: 48px;
  font-family: var(--font-family-en);
  line-height: 0.8;
  color: #1869AD;
}
@media (min-width: 768px) {
  .p-topSectionInquiry__slogan {
    display: inline-block;
    vertical-align: middle;
    left: 0;
    margin: 0 auto;
    font-size: 115px;
    white-space: nowrap;
  }
}
.p-topSectionInquiry__slogan > span:first-child {
  color: #3679AD;
}
.p-topSectionInquiry__slogan .small {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
  font-size: 37px;
}
@media (min-width: 768px) {
  .p-topSectionInquiry__slogan .small {
    font-size: 86px;
  }
}

