@charset "UTF-8";
/*******************************
// 共通インナー（幅狭 / team / work / intro / biz 用）
********************************/
.c-inner-narrow {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-inner-narrow {
    max-width: 1360px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-inner-narrow {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.c-inner-narrow {
  margin-right: auto;
  margin-left: auto;
}

.p-page-top {
  /*******************************
  // Concept section (Work と Team の間に配置)
  ********************************/
}
.p-page-top__concept {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 100px;
  background-image: url("../img/home/top__concept.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-page-top__concept {
    padding-top: 20px;
    padding-bottom: 60px;
    background-image: url("../img/home/top__concept_sp.jpg");
  }
}
.p-page-top__concept-shape {
  position: absolute;
  top: 0;
  width: 80%;
  height: 100%;
  pointer-events: none;
  opacity: 0.35;
}
@media screen and (min-width: 768px) {
  .p-page-top__concept-shape {
    width: 55%;
  }
}
.p-page-top__concept-shape--1 {
  left: -20%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 60%);
  clip-path: polygon(0 0, 100% 0, 40% 100%, 0 100%);
}
.p-page-top__concept-shape--2 {
  left: 10%;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 70%);
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
}
.p-page-top__concept-shape--3 {
  right: 10%;
  background-image: linear-gradient(-135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 70%);
  clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
}
.p-page-top__concept-shape--4 {
  right: -20%;
  background-image: linear-gradient(-120deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 60%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 60% 100%);
}
.p-page-top__concept-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page-top__concept-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-page-top__concept-logo {
  margin-top: 0;
  margin-bottom: 0;
}
.p-page-top__concept-logo img {
  display: inline-block;
  width: 445px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-page-top__concept-logo img {
    width: 335px;
  }
}
.p-page-top__concept-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-page-top__concept-text {
    line-height: 2.3;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top__concept-text {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
  }
}
.p-page-top {
  /*******************************
  // Intro section (Biz の上に配置)
  ********************************/
}
.p-page-top__intro {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eef7ff;
}
@media screen and (min-width: 768px) {
  .p-page-top__intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.p-page-top__intro-deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.p-page-top__intro-deco--tl {
  top: -90px;
  left: 0;
  width: 296px;
  height: 343px;
  background-image: url("../img/home/top__intro_obj.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-page-top__intro-deco--tl {
    top: -65px;
    width: 105px;
    height: 125px;
  }
}
.p-page-top__intro-deco--br {
  right: calc(50% - 50vw);
  bottom: -110px;
  width: 215px;
  height: 381px;
  background-image: url("../img/home/top__intro_obj2.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-page-top__intro-deco--br {
    bottom: -55px;
    width: 65px;
    height: 115px;
  }
}
.p-page-top__intro-inner {
  position: relative;
  z-index: 1;
}
.p-page-top__intro-head {
  text-align: center;
  margin-top: 0;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .p-page-top__intro-head {
    margin-bottom: 55px;
  }
}
.p-page-top__intro-heading {
  line-height: 140%;
}
.p-page-top__intro-lead {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 180%;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-page-top__intro-lead {
    font-size: 14px;
    text-align: left;
  }
}
.p-page-top__intro-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p-page-top__intro-list {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px;
  }
}
.p-page-top__intro-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.p-page-top__intro-link, .p-page-top__intro-link:visited, .p-page-top__intro-link:active, .p-page-top__intro-link:focus {
  color: inherit;
}
.p-page-top__intro-link:hover {
  opacity: 0.85;
}
.p-page-top__intro-thumb {
  overflow: hidden;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .p-page-top__intro-thumb {
    margin-bottom: 20px;
    border-radius: 20px;
  }
}
.p-page-top__intro-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.p-page-top__intro-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #333333;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-page-top__intro-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.p-page-top__intro-link:hover .p-page-top__intro-title {
  color: #0065B8;
}
.p-page-top__intro-btn {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.p-page-top {
  /*******************************
  // Ecommerce Business section (Work の上に配置)
  ********************************/
}
.p-page-top__biz {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-page-top__biz {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top__biz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-page-top__biz-deco {
  position: absolute;
  right: calc(50% - 50vw);
  bottom: 0;
  width: 702px;
  height: 515px;
  background-image: url("../img/home/top__biz02.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-page-top__biz-deco {
    width: 375px;
    height: 275px;
  }
}
.p-page-top__biz-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .p-page-top__biz-inner {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
}
.p-page-top__biz-main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-top__biz-main {
    flex: 1;
    min-width: 0;
  }
}
.p-page-top__biz-heading {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 0;
  margin-bottom: 25px;
  color: #333333;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-page-top__biz-heading {
    gap: 10px;
    margin-bottom: 35px;
  }
}
.p-page-top__biz-heading-sub {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-page-top__biz-heading-sub {
    font-size: 18px;
  }
}
.p-page-top__biz-heading-main {
  font-size: 38px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-page-top__biz-heading-main {
    font-size: 30px;
  }
}
.p-page-top__biz-desc {
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-page-top__biz-desc {
    max-width: 725px;
    margin-bottom: 40px;
  }
}
.p-page-top__biz-desc p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.01em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-page-top__biz-desc p {
    font-size: 16px;
  }
}
.p-page-top__biz-btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-page-top__biz-btns {
    flex-direction: row;
    gap: 20px;
  }
}
.p-page-top__biz-illust {
  position: relative;
  top: 40px;
  z-index: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-page-top__biz-illust {
    top: -40px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-top__biz-illust {
    flex-shrink: 0;
    width: clamp(280px, 33vw, 500px);
  }
}
.p-page-top__biz-illust img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-page-top__biz-illust img {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-page-top {
  /*******************************
  // ECディレクター採用バナー (Work の上に配置)
  ********************************/
}
.p-page-top__director-recruit {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-page-top__director-recruit {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-page-top__director-recruit-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #0065B8;
  background-image: url("../img/home/top__director-recruit_img.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  padding-top: 40px;
  padding-right: 25px;
  padding-bottom: 40px;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .p-page-top__director-recruit-card {
    border-radius: 30px;
    padding-top: clamp(40px, 5vw, 70px);
    padding-right: clamp(20px, 2vw, 30px);
    padding-bottom: 30px;
    padding-left: clamp(40px, 6vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .p-page-top__director-recruit-card {
    background-image: url("../img/home/top__director-recruit_img_sp.png");
    background-size: contain;
    background-position: top;
    padding-top: 70%;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
  }
}
.p-page-top__director-recruit-content {
  position: relative;
  width: 100%;
  color: #ffffff;
}
.p-page-top__director-recruit-heading {
  color: #ffffff;
}
.p-page-top__director-recruit-lead {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.9;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-page-top__director-recruit-lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.p-page-top__director-recruit-btn {
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-page-top__director-recruit-btn {
    text-align: center;
  }
}
.p-page-top__director-recruit-btn .c-cta-btn {
  background-color: #ffffff;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.p-page-top__director-recruit-btn .c-cta-btn,
.p-page-top__director-recruit-btn .c-cta-btn:visited,
.p-page-top__director-recruit-btn .c-cta-btn:active,
.p-page-top__director-recruit-btn .c-cta-btn:focus {
  color: #0065B8;
}
.p-page-top__director-recruit-btn .c-cta-btn:hover {
  background-color: #0065B8;
  color: #ffffff;
  border-top-color: #0065B8;
  border-right-color: #0065B8;
  border-bottom-color: #0065B8;
  border-left-color: #0065B8;
}
.p-page-top__director-recruit-btn .c-cta-btn__arrow {
  background-color: #0065B8;
}
.p-page-top__director-recruit-btn .c-cta-btn__arrow::before {
  background-image: url("../img/base/common_cta_arrw_hover.svg");
}
.p-page-top__director-recruit-btn .c-cta-btn:hover .c-cta-btn__arrow {
  background-color: #ffffff;
}
.p-page-top__director-recruit-btn .c-cta-btn:hover .c-cta-btn__arrow::before {
  background-image: url("../img/base/common_cta_arrw.svg");
}
.p-page-top {
  /*******************************
  // Work section (Concept の上に配置)
  ********************************/
}
.p-page-top__work {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #eef7ff;
}
@media screen and (min-width: 768px) {
  .p-page-top__work {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.p-page-top__work-inner {
  position: relative;
}
.p-page-top__work-deco {
  position: absolute;
  left: calc(50% - 50vw);
  bottom: -100px;
  width: 296px;
  height: 201px;
  background-image: url("../img/home/top__work_obj.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-page-top__work-deco {
    bottom: -105px;
    width: 158px;
    height: 100px;
  }
}
.p-page-top__work-head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  margin-top: 0;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .p-page-top__work-head {
    flex-direction: row;
    align-items: flex-end;
    gap: 80px;
    margin-bottom: 60px;
  }
}
.p-page-top__work-head-left {
  flex-shrink: 0;
  width: 100%;
  max-width: 420px;
}
.p-page-top__work-lead {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-page-top__work-lead {
    font-size: 14px;
    line-height: 180%;
    text-align: left;
  }
}
.p-page-top__work-list {
  list-style: none;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p-page-top__work-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 25px;
    margin-bottom: 60px;
  }
}
.p-page-top__work-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.p-page-top__work-link, .p-page-top__work-link:visited, .p-page-top__work-link:active, .p-page-top__work-link:focus {
  color: inherit;
}
.p-page-top__work-link:hover {
  opacity: 0.85;
}
.p-page-top__work-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .p-page-top__work-thumb {
    margin-bottom: 20px;
    border-radius: 20px;
  }
}
.p-page-top__work-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.p-page-top__work-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #333333;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-page-top__work-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.p-page-top__work-link:hover .p-page-top__work-title {
  color: #0065B8;
}
.p-page-top__work-btn {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.p-page-top {
  /*******************************
  // Team member section (Growth の上に配置)
  ********************************/
}
.p-page-top__team {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-page-top__team {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top__team {
    padding-bottom: 30px;
    overflow-y: hidden;
  }
}
.p-page-top__team-inner {
  position: relative;
}
.p-page-top__team-deco {
  position: absolute;
  top: -100px;
  right: calc(50% - 50vw);
  width: 216px;
  height: 233px;
  background-image: url("../img/home/top__team_obj.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-page-top__team-deco {
    top: -60px;
    width: 108px;
    height: 116px;
  }
}
.p-page-top__team-head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  margin-top: 0;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .p-page-top__team-head {
    flex-direction: row;
    align-items: flex-end;
    gap: 80px;
    margin-bottom: 30px;
  }
}
.p-page-top__team-head-left {
  flex-shrink: 0;
  width: 100%;
  max-width: 420px;
}
.p-page-top__team-lead {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #333333;
}
.p-page-top__team-list {
  list-style: none;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .p-page-top__team-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 40px;
  }
}
.p-page-top__team-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-top__team-item:nth-child(n+3) {
    padding-top: 50px;
  }
  .p-page-top__team-item:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(200% + 60px);
    height: 1px;
    background-color: #ACACAC;
  }
}
.p-page-top__team-link {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-page-top__team-link {
    gap: 30px;
  }
}
.p-page-top__team-link, .p-page-top__team-link:visited, .p-page-top__team-link:active, .p-page-top__team-link:focus {
  color: inherit;
}
.p-page-top__team-link:hover {
  opacity: 0.8;
}
.p-page-top__team-link--disabled {
  pointer-events: none;
  cursor: default;
}
.p-page-top__team-link--disabled:hover {
  opacity: 1;
}
.p-page-top__team-thumb {
  flex-shrink: 0;
  overflow: hidden;
  width: 140px;
  height: 105px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .p-page-top__team-thumb {
    width: clamp(220px, 24vw, 320px);
    height: auto;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-page-top__team-thumb {
    width: 100%;
    max-width: 140px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top__team-thumb {
    width: 50%;
    height: auto;
  }
}
.p-page-top__team-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-page-top__team-body {
  flex-grow: 1;
  min-width: 0;
}
.p-page-top__team-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #333333;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-page-top__team-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.p-page-top__team-link:hover .p-page-top__team-title {
  color: #0065B8;
}
.p-page-top__team-desc {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-page-top__team-desc {
    line-height: 1.9;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top__team-desc {
    font-size: 13px;
    line-height: 1.7;
  }
}
.p-page-top__team-link:hover .p-page-top__team-desc {
  color: #0065B8;
}
.p-page-top {
  /*******************************
  // Growth section (c-image-carousel の上に配置)
  ********************************/
}
.p-page-top__growth {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-page-top__growth {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-page-top__growth-inner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  background-color: #EEF7FF;
  background-image: url("../img/home/p-page-top__growth_bg.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-page-top__growth-inner {
    flex-direction: row;
    align-items: center;
    gap: clamp(30px, 5vw, 70px);
    padding-top: clamp(50px, 5vw, 80px);
    padding-right: clamp(30px, 5vw, 70px);
    padding-bottom: clamp(50px, 5vw, 80px);
    padding-left: clamp(30px, 5vw, 70px);
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top__growth-inner {
    background-position: center bottom;
  }
}
.p-page-top__growth-desc {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-top__growth-desc {
    flex-shrink: 0;
    max-width: 420px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-page-top__growth-desc {
    max-width: 330px;
  }
}
.p-page-top__growth-lead {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.9;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-page-top__growth-lead {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top__growth-lead {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
  }
}
.p-page-top__growth-btn {
  margin-top: 0;
  margin-bottom: 0;
}
.p-page-top__growth-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p-page-top__growth-list {
    flex-grow: 1;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.p-page-top__growth-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  line-height: 24px;
  padding-top: clamp(15px, 1.8vw, 25px);
  padding-right: clamp(15px, 1.8vw, 25px);
  padding-bottom: clamp(15px, 1.8vw, 25px);
  padding-left: clamp(15px, 1.8vw, 25px);
  background-color: #ffffff;
  border-radius: 10px;
  font-size: clamp(14px, 1.4vw, 18px);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0065B8;
  text-decoration: none;
  opacity: 1;
  transition: background-color 0.3s ease;
}
.p-page-top__growth-item a, .p-page-top__growth-item a:visited, .p-page-top__growth-item a:active, .p-page-top__growth-item a:focus {
  color: #0065B8;
}
.p-page-top__growth-item a:hover {
  background-color: #f5f8fb;
  opacity: 1;
}
.p-page-top {
  /*******************************
  // Image Carousel (continuous scroll)
  ********************************/
}
.p-page-top .c-image-carousel {
  position: relative;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-page-top .c-image-carousel {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.p-page-top .c-image-carousel__deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.p-page-top .c-image-carousel__deco--left {
  bottom: -70px;
  left: 0;
  width: 274px !important;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-page-top .c-image-carousel__deco--left {
    bottom: -50px;
    width: 135px !important;
  }
}
.p-page-top .c-image-carousel__deco--right {
  top: -160px;
  right: 0;
  width: 376px !important;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-page-top .c-image-carousel__deco--right {
    top: -65px;
    width: 188px !important;
  }
}
.p-page-top .c-image-carousel__swiper {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.p-page-top .c-image-carousel__swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.p-page-top .c-image-carousel__list {
  list-style: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  align-items: flex-start;
}
.p-page-top .c-image-carousel__item {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .p-page-top .c-image-carousel__item {
    width: 400px;
  }
}
.p-page-top .c-image-carousel__item--offset {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-page-top .c-image-carousel__item--offset {
    padding-top: 100px;
  }
}
.p-page-top .c-image-carousel img {
  display: block;
  width: 100%;
  height: auto;
}
.p-page-top {
  /*******************************
  // Wantedly Stories (Swiper)
  ********************************/
}
.p-page-top .c-wantedly-stories {
  width: 100%;
  background-color: #eef7ff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-page-top .c-wantedly-stories {
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 0;
    padding-left: 40px;
  }
}
.p-page-top .c-wantedly-stories__wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-page-top .c-wantedly-stories__wrap {
    flex-direction: row;
    gap: clamp(30px, 6vw, 80px);
    align-items: flex-start;
    padding-left: clamp(20px, 5vw, 70px);
  }
}
.p-page-top .c-wantedly-stories__desc {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-top .c-wantedly-stories__desc {
    width: 100%;
    max-width: 250px;
    padding-top: 0;
  }
}
.p-page-top .c-wantedly-stories__heading {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 25px;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-page-top .c-wantedly-stories__heading {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top .c-wantedly-stories__heading {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.p-page-top .c-wantedly-stories__lead {
  font-size: 16px;
  line-height: 1.9;
  color: #333333;
  margin-top: 0;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-page-top .c-wantedly-stories__lead {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top .c-wantedly-stories__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-page-top .c-wantedly-stories__btn {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.p-page-top .c-wantedly-stories__btn .c-cta-btn {
  width: 90%;
}
.p-page-top .c-wantedly-stories__slider-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
  margin-top: 0;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-page-top .c-wantedly-stories__slider-wrap {
    flex-grow: 1;
    margin-top: 100px;
    padding-bottom: 50px;
  }
}
.p-page-top .c-wantedly-stories__nav {
  position: absolute;
  top: -50px;
  right: 0;
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-page-top .c-wantedly-stories__nav {
    top: -70px;
  }
}
.p-page-top .c-wantedly-stories__slider {
  width: 100%;
  overflow: hidden;
}
.p-page-top .c-wantedly-stories__list {
  list-style: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.p-page-top .c-wantedly-stories__item {
  height: auto;
  width: 280px;
}
@media screen and (min-width: 768px) {
  .p-page-top .c-wantedly-stories__item {
    width: 385px;
    height: 270px;
  }
}
.p-page-top .c-wantedly-stories__link {
  display: block;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  background-color: #ffffff;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-page-top .c-wantedly-stories__link {
    border-radius: 10px;
  }
}
.p-page-top .c-wantedly-stories__link:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.p-page-top .c-wantedly-stories__thumb {
  position: relative;
  width: 100%;
  padding-top: 45%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
}
.p-page-top .c-wantedly-stories__thumb-back {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  filter: blur(10px);
  z-index: 1;
}
.p-page-top .c-wantedly-stories__thumb-main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .p-page-top .c-wantedly-stories__link:hover .c-wantedly-stories__thumb-main {
    transform: translate(-50%, -50%) scale(1.04);
  }
}
.p-page-top .c-wantedly-stories__card {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
}
.p-page-top .c-wantedly-stories__card-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 0;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-page-top .c-wantedly-stories__card-title {
    font-size: 15px;
  }
}
.p-page-top .c-wantedly-stories__progress {
  position: absolute;
  top: unset;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.p-page-top .c-wantedly-stories__prev, .p-page-top .c-wantedly-stories__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border-top: 1px solid #0065B8;
  border-right: 1px solid #0065B8;
  border-bottom: 1px solid #0065B8;
  border-left: 1px solid #0065B8;
  border-radius: 5px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, background-image 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-page-top .c-wantedly-stories__prev, .p-page-top .c-wantedly-stories__next {
    width: 35px;
    height: 35px;
  }
}
.p-page-top .c-wantedly-stories__prev::before, .p-page-top .c-wantedly-stories__next::before {
  content: "";
  width: 13px;
  height: 6px;
  background-image: url("../img/base/common_cta_arrw.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.3s ease;
}
.p-page-top .c-wantedly-stories__prev:hover, .p-page-top .c-wantedly-stories__next:hover {
  background-color: #0065B8;
}
.p-page-top .c-wantedly-stories__prev:hover::before, .p-page-top .c-wantedly-stories__next:hover::before {
  background-image: url("../img/base/common_cta_arrw_hover.svg");
}
.p-page-top .c-wantedly-stories__prev.swiper-button-disabled, .p-page-top .c-wantedly-stories__next.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.p-page-top .c-wantedly-stories__prev::before {
  transform: rotate(180deg);
}
.p-page-top {
  /*******************************
  // Swiper progress bar color override
  ********************************/
}
.p-page-top .c-wantedly-stories__progress.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #0065B8;
}