@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

:root {
  --main-color: #000000;
  --sub-color: #000000;
  --accent-color: #000000;
  --font-color: #000000;
  --font-jp: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3",
      "メイリオ", Meiryo, sans-serif;
  --font-en: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3",
      "メイリオ", Meiryo, sans-serif;
  --fz12: calc(1rem * .75);
  --fz14: .875rem;
  --fz16: 1rem;
  --fz18: 1.125rem;
  --fz20: 1.25rem;
  --fz21: 1.3125rem;
  --fz22: 1.375rem;
  --fz24: 1.5rem;
  --fz26: 1.625rem;
  --fz28: 1.75rem;
  --fz30: 1.875rem;
  --fz32: 2rem;
  --fz34: 2.125rem;
  --fz40: 2.5rem;
  --fz46: 2.875rem;
  --fz48: calc(1rem * 3);
  --fz60: 3.75rem;
  --fz64: calc(1rem * 4);
  --fz68: 4.25rem;
  --fz78: 4.875rem;
  --fz80: 5rem;
  --fz120: 7.5rem;
  --hover-opacity: .7;
  --hover-transition: .3s;
}

html, body {
  margin: 0;
  overflow-x: hidden;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: var(--font-color);
  font-family: var(--font-jp);
  word-break: break-word;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  body {
    font-size: 13px;
  }
}
body.is-active {
  overflow: hidden;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

a {
  color: inherit;
}
@media (min-width: 811px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-wrapper {
  position: relative;
}

.l-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 320px;
  height: 100%;
  box-shadow: 0 0 16px 0 rgba(132, 132, 132, 0.3);
}
@media (max-width: 991px) {
  .l-header {
    display: none;
    transform: translateY(-200%);
    box-shadow: none;
  }
}

.low-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9999;
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 20px 40px;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .low-header {
    padding: 20px;
  }
}
.low-header__navi {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
}

/*============================
#l-header
============================*/
#lp-header {
  width: 100%;
  max-width: calc(100% - 320px);
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 15px 30px 15px 20px;
  /* close ------------*/
  /* open ------------*/
}
@media (max-width: 991px) {
  #lp-header {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 50px;
    padding: 0 0 0 10px;
  }
}
#lp-header .l-header-logo {
  width: 180px;
}
@media (max-width: 991px) {
  #lp-header .l-header-logo {
    width: 150px;
  }
}
#lp-header .h-menu {
  display: none;
}
@media (max-width: 991px) {
  #lp-header .h-menu {
    overflow: hidden;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
#lp-header .h-menu__btn {
  position: relative;
  width: 25px;
  height: 20px;
}
#lp-header .h-menu__line {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 2px;
  opacity: 1;
  background-color: #000;
  transition: 0.3s;
  /* option ------------*/
  /* /option -----------*/
}
#lp-header .h-menu__line:nth-of-type(1) {
  top: 0;
}
#lp-header .h-menu__line:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
#lp-header .h-menu__line:nth-of-type(3) {
  top: 0;
  bottom: 0;
  opacity: 0;
}
#lp-header .h-menu__line:nth-of-type(4) {
  bottom: 0;
}
#lp-header .h-menu.open .h-menu__line {
  background-color: #fff;
}
#lp-header .h-menu.open .h-menu__line:nth-of-type(1) {
  left: -100%;
  opacity: 0;
}
#lp-header .h-menu.open .h-menu__line:nth-of-type(2) {
  transform: rotate(137deg);
}
#lp-header .h-menu.open .h-menu__line:nth-of-type(3) {
  transform: rotate(-137deg);
  opacity: 1;
}
#lp-header .h-menu.open .h-menu__line:nth-of-type(4) {
  right: -100%;
  opacity: 0;
}
#lp-header .h-nav {
  flex-shrink: 0;
  margin-left: 20px;
}
@media (max-width: 991px) {
  #lp-header .h-nav {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    margin-left: 0;
    margin-top: 15px;
  }
  #lp-header .h-nav.active {
    display: block;
    width: 100%;
  }
}
#lp-header .h-nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
}
@media (max-width: 991px) {
  #lp-header .h-nav-list {
    display: block;
    width: 100%;
  }
}
#lp-header .h-nav-item:not(:first-child) {
  margin-left: 25px;
}
@media (max-width: 991px) {
  #lp-header .h-nav-item:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  #lp-header .h-nav-item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ddd;
    color: #fff;
    position: relative;
  }
  #lp-header .h-nav-item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
}
@media (max-width: 991px) {
  #lp-header .h-nav-link {
    display: block;
    width: 100%;
    padding: 15px 20px;
  }
}

/* overlay ------------*/
@media (max-width: 991px) {
  .overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 130%;
    opacity: 0.8;
    background-color: #000;
  }
}

.l-main {
  max-width: calc(100% - 320px);
  min-height: calc(100vh - 125px);
  overflow: hidden;
}
@media (max-width: 991px) {
  .l-main {
    max-width: 100%;
  }
}
.l-main--project {
  padding: 20px 0 100px;
  background: linear-gradient(323deg, #9929ea 0%, #5808fb 100%);
}

.l-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 40px 50px;
  background: #262626;
  color: #ffffff;
}
.l-footer__logo {
  width: 200px;
}
.l-footer__copyright {
  font-size: 10px;
}
@media (max-width: 991px) {
  .l-footer {
    flex-direction: column;
    justify-content: center;
    padding: 40px 50px 100px;
  }
}

.p-first-view {
  position: relative;
  height: calc(100vh - 100px);
  max-height: 700px;
  min-height: 670px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .p-first-view {
    max-height: 610px;
    min-height: 520px;
  }
}
.p-first-view__logo {
  position: absolute;
  top: 24px;
  left: 30px;
}
@media (max-width: 991px) {
  .p-first-view__logo {
    top: 20px;
    left: 15px;
  }
}
.p-first-view__textarea {
  position: absolute;
  top: 120px;
  left: 80px;
}
@media (max-width: 991px) {
  .p-first-view__textarea {
    top: 140px;
    left: 15px;
  }
}
.p-first-view__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.p-first-view__title {
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media (max-width: 991px) {
  .p-first-view__title {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.p-first-view__text {
  display: grid;
  gap: 7px;
}
.p-first-view__text span {
  display: block;
  width: fit-content;
  padding: 5px 20px;
  background: linear-gradient(354deg, #9929ea 0%, #5808fb 100%);
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .p-first-view__text span {
    font-size: 16px;
    padding: 5px 15px;
  }
}

.p-article {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto 100px;
  padding: 40px;
  border-radius: 20px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .p-article {
    padding: 40px 20px;
  }
}
.p-article__title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.035em;
}
@media (max-width: 991px) {
  .p-article__title {
    font-size: 18px;
  }
}
.p-article__table th,
.p-article__table td {
  padding-bottom: 20px;
}
.p-article__table th {
  width: 200px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .p-article__table th {
    width: 90px;
  }
}
.p-article__table td {
  padding-left: 20px;
}

.campaign {
  width: 800px;
  max-width: clamp(100% - 40px, 72%, 800px);
  margin: 0 auto 80px;
  padding: 30px 45px;
  border-radius: 20px;
  box-shadow: 0 0 16px rgb(132, 132, 132);
  background: linear-gradient(143deg, #b564d9 0%, #ee609c 100%);
}
@media (max-width: 991px) {
  .campaign {
    padding: 20px;
    margin: 0 auto 50px;
  }
}
.campaign__title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.campaign__title::before, .campaign__title::after {
  line-height: 0;
}
.campaign__title::before {
  content: url("../img/top/campaign_title_left.svg");
}
.campaign__title::after {
  content: url("../img/top/campaign_title_right.svg");
}
@media (max-width: 991px) {
  .campaign__title {
    align-items: center;
    gap: 10px;
    font-size: 16px;
  }
}
.campaign__main-content {
  display: flex;
  align-items: center;
  gap: 25px 10px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .campaign__main-content {
    flex-direction: column;
  }
}
.campaign__present {
  position: relative;
  width: 100%;
  padding: 30px 20px 20px;
  border-radius: 10px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .campaign__present {
    padding: 20px 10px 15px;
  }
}
.campaign__present-head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 45px;
  border-radius: 9999px;
  color: #ffffff;
  white-space: nowrap;
}
.campaign__present-head--pink {
  background: #ff2888;
}
.campaign__present-head--gold {
  background: #c5a756;
}
.campaign__present-main {
  display: grid;
  gap: 10px;
  text-align: center;
}
.campaign__present-main-top {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.campaign__present-main-mid {
  color: #ff2888;
  font-weight: bold;
  letter-spacing: 0.015em;
  line-height: 1;
}
.campaign__present-main-mid span:nth-child(1) {
  font-family: "Futura Std", sans-serif;
  font-size: 50px;
}
.campaign__present-main-mid span:nth-child(1) span {
  font-size: 28px;
}
.campaign__present-main-mid span:nth-child(2) {
  font-size: 26px;
}
.campaign__present-main-mid--gold {
  color: #c5a756;
}
.campaign__present-main-btm {
  color: #ff2888;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}
.campaign__present-main-btm--gold {
  color: #c5a756;
}
.campaign__present-amp {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.campaign__note {
  display: flex;
  align-items: center;
  gap: 10px;
  border-left: 1px solid #ffffff;
  color: #ffffff;
  letter-spacing: 0.035em;
}
@media (max-width: 991px) {
  .campaign__note {
    flex-direction: column;
    border: none;
    border-top: 1px solid #ffffff;
  }
}
.campaign__note-period {
  flex-shrink: 0;
  padding-left: 15px;
  font-size: 22px;
}
@media (max-width: 991px) {
  .campaign__note-period {
    padding: 10px 0 0;
    font-size: 16px;
  }
}
.campaign__note-text {
  padding-left: 15px;
  border-left: 1px solid #ffffff;
  font-size: 11px;
}
@media (max-width: 991px) {
  .campaign__note-text {
    padding: 10px 0 0;
    border: none;
    border-top: 1px solid #ffffff;
  }
}

.p-company {
  padding: 60px 0 100px;
  background: url("../img/top/company_bg.jpg") no-repeat center left/cover;
}
@media (max-width: 991px) {
  .p-company {
    padding: 40px 0 60px;
  }
}
.p-company__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 991px) {
  .p-company__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.p-company__title::before, .p-company__title::after {
  display: block;
  line-height: 0;
  content: url("../img/common/title-decoration01.svg");
}
.p-company__contents {
  width: 1100px;
  max-width: clamp(100% - 40px, 81%, 1100px);
  margin: 0 auto;
  padding: 40px 40px 60px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .p-company__contents {
    padding: 30px 15px;
  }
}
.p-company__logo {
  margin-bottom: 40px;
  text-align: center;
  width: 230px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .p-company__logo {
    margin-bottom: 30px;
    width: 200px;
  }
}
.p-company__table-wrapper {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
@media (max-width: 991px) {
  .p-company__table-wrapper {
    gap: 10px 20px;
  }
}
@media (max-width: 600px) {
  .p-company__table-wrapper {
    grid-template-columns: auto;
  }
}
.p-company__table-wrapper::after {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 100%;
  background: #000000;
  content: "";
}
@media (max-width: 600px) {
  .p-company__table-wrapper::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .p-company__table th,
  .p-company__table td {
    font-size: 12px;
  }
}
.p-company__table th {
  width: 80px;
  color: #0000ca;
  font-weight: bold;
  text-align: justify;
  text-align-last: justify;
}
.p-company__table td {
  padding-left: 1em;
}
.p-company__table tr:not(:last-child) th,
.p-company__table tr:not(:last-child) td {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .p-company__table tr:not(:last-child) th,
  .p-company__table tr:not(:last-child) td {
    padding-bottom: 10px;
  }
}

.p-faq {
  width: 1280px;
  max-width: clamp(100% - 40px, 70%, 680px);
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .p-faq {
    padding: 40px 0;
  }
}
.p-faq__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.p-faq__title::before, .p-faq__title::after {
  display: block;
  line-height: 0;
  content: url("../img/common/title-decoration02.svg");
}
@media (max-width: 991px) {
  .p-faq__title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.p-faq__list {
  display: grid;
  gap: 35px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .p-faq__list {
    margin-bottom: 30px;
    gap: 20px;
  }
}
.p-faq__list-title {
  margin-bottom: 20px;
  padding: 8px 20px;
  background: #efefef;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .p-faq__list-title {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 15px;
  }
}
.p-faq__lead {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 20px;
  color: #06c755;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .p-faq__lead {
    font-size: 16px;
  }
}
.p-faq__lead::before, .p-faq__lead::after {
  line-height: 0;
}
.p-faq__lead::before {
  content: url("../img/top/faq_decoration01.svg");
}
.p-faq__lead::after {
  content: url("../img/top/faq_decoration02.svg");
}
.p-faq__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 20px;
  background: #06c755;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .p-faq__link {
    font-size: 20px;
    padding: 20px;
    border-radius: 10px;
  }
}
.p-faq__link::before {
  display: block;
  width: 62px;
  height: 60px;
  background: url("../img/top/icon_line.svg") no-repeat center center/contain;
  line-height: 0;
  content: "";
}
@media (max-width: 991px) {
  .p-faq__link::before {
    width: 42px;
    height: 40px;
  }
}
.p-faq__link::after {
  flex-shrink: 0;
  line-height: 0;
  content: url("../img/top/faq_decoration03.svg");
}
@media (max-width: 991px) {
  .p-faq__link::after {
    width: 20px;
  }
}
.p-faq__link:hover {
  opacity: 0.7;
}

.p-features {
  margin-top: 90px;
  padding: 80px 0 10px;
  background: linear-gradient(323deg, #9929ea 0%, #5808fb 100%);
}
@media (max-width: 991px) {
  .p-features {
    margin-top: 40px;
    padding: 40px 0 10px;
  }
}
.p-features__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 991px) {
  .p-features__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.p-features__title::before, .p-features__title::after {
  line-height: 0;
  content: url("../img/common/title-decoration01.svg");
}
.p-features__title02 {
  margin-bottom: 20px;
  background: linear-gradient(323deg, #9929ea 0%, #5808fb 100%);
  font-size: 26px;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .p-features__title02 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.p-features__title03 {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  background: linear-gradient(323deg, #9929ea 0%, #5808fb 100%);
  font-size: 20px;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .p-features__title03 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.p-features__title03::before {
  display: block;
  flex-shrink: 0;
  width: 8px;
  background: linear-gradient(323deg, #9929ea 0%, #5808fb 100%);
  content: "";
}
@media (max-width: 991px) {
  .p-features__title03::before {
    width: 6px;
  }
}
.p-features__title04 {
  margin-bottom: 20px;
  background: linear-gradient(323deg, #9929ea 0%, #5808fb 100%);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .p-features__title04 {
    font-size: 20px;
  }
}
.p-features__item {
  display: flex;
  width: 1280px;
  max-width: clamp(100% - 40px, 70%, 1280px);
  margin: 0 auto 30px;
}
@media (max-width: 991px) {
  .p-features__item {
    flex-direction: column;
    margin: 0 auto 20px;
  }
}
.p-features__item--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .p-features__item--reverse {
    flex-direction: column;
  }
}
.p-features__item02 {
  width: 1280px;
  max-width: clamp(100% - 40px, 70%, 1280px);
  margin: 0 auto 100px;
  padding: 40px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .p-features__item02 {
    padding: 20px;
    margin: 0 auto 40px;
  }
}
.p-features__item03 {
  display: flex;
  gap: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 991px) {
  .p-features__item03 {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    padding-top: 0;
  }
}
.p-features__item03:last-child {
  border-bottom: 0;
}
.p-features__item04 {
  position: relative;
  padding-top: 100px;
  background: #ffffff;
  background-image: url("../img/top/features_bg.svg");
  background-position: center top -53px;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .p-features__item04 {
    background-position: center top;
  }
}
.p-features__item04::after {
  display: block;
  opacity: 0.078;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 183px;
  background-image: -moz-linear-gradient(90deg, rgb(38, 38, 38) 0%, rgb(135, 135, 135) 10%, rgb(231, 231, 231) 43%);
  background-image: -webkit-linear-gradient(90deg, rgb(38, 38, 38) 0%, rgb(135, 135, 135) 10%, rgb(231, 231, 231) 43%);
  background-image: -ms-linear-gradient(90deg, rgb(38, 38, 38) 0%, rgb(135, 135, 135) 10%, rgb(231, 231, 231) 43%);
  content: "";
}
.p-features__img-wrapper {
  min-width: 214px;
}
.p-features__img-wrapper02 {
  width: 250px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .p-features__img-wrapper02 {
    width: 100%;
  }
}
.p-features__img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .p-features__img {
    height: 150px;
  }
}
.p-features__img02 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-features__img03 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-features__content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  padding: 45px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .p-features__content {
    padding: 20px;
  }
}
.p-features__content02 {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}
.p-features__text {
  line-height: 1.8;
}
.p-features__lead {
  margin-bottom: 100px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 991px) {
  .p-features__lead {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    padding: 0 20px;
    font-size: 16px;
  }
}
.p-features__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}
@media (max-width: 991px) {
  .p-features__list {
    gap: 10px;
    grid-template-columns: auto;
  }
}
.p-features__list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  border-radius: 20px;
  background: #f2f2f2;
  text-align: center;
}
@media (max-width: 991px) {
  .p-features__list-item {
    padding: 15px 10px;
    border-radius: 10px;
    line-height: 1.5;
    font-size: 15px;
  }
}
.p-features__list-text {
  line-height: 1.5;
  background: linear-gradient(323deg, #9929ea 0%, #5808fb 100%);
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-features__list-subtext {
  line-height: 1.5;
  font-size: 14px;
}
@media (max-width: 991px) {
  .p-features__list-subtext {
    font-size: 13px;
  }
}

.p-flow {
  position: relative;
  padding: 80px 0 100px;
}
@media (max-width: 991px) {
  .p-flow {
    padding: 40px 0 40px;
  }
}
.p-flow::after {
  display: block;
  opacity: 0.078;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 183px;
  background-image: -moz-linear-gradient(90deg, rgb(38, 38, 38) 0%, rgb(135, 135, 135) 10%, rgb(231, 231, 231) 43%);
  background-image: -webkit-linear-gradient(90deg, rgb(38, 38, 38) 0%, rgb(135, 135, 135) 10%, rgb(231, 231, 231) 43%);
  background-image: -ms-linear-gradient(90deg, rgb(38, 38, 38) 0%, rgb(135, 135, 135) 10%, rgb(231, 231, 231) 43%);
  content: "";
}
.p-flow__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 991px) {
  .p-flow__title {
    line-height: 1.3;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.p-flow__title::before, .p-flow__title::after {
  display: block;
  line-height: 0;
  content: url("../img/common/title-decoration02.svg");
}
.p-flow__subtitle {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 991px) {
  .p-flow__subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.p-flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 2;
  width: 1280px;
  max-width: clamp(100% - 40px, 70%, 680px);
  margin: 0 auto;
}
@media (max-width: 991px) {
  .p-flow__list {
    gap: 20px;
    grid-template-columns: auto;
  }
}
.p-flow__list-item {
  position: relative;
  padding: 0 25px;
  border-right: 1px solid #000000;
}
@media (max-width: 991px) {
  .p-flow__list-item {
    padding: 0;
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #000000;
  }
}
.p-flow__list-item:first-child {
  padding-left: 0;
}
.p-flow__list-item:last-child {
  padding-right: 0;
  border-right: 0;
}
.p-flow__list-item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 0;
  content: url("../img/top/flow_img01.svg");
}
@media (max-width: 991px) {
  .p-flow__list-item:not(:first-child)::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .p-flow__list-item:last-child {
    padding-bottom: 0;
    border: none;
  }
  .p-flow__list-item:last-child::before {
    content: "";
  }
}
.p-flow__list-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(180deg, #9929ea 0%, #5808fb 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.p-flow__list-title {
  margin-bottom: 20px;
  background: linear-gradient(323deg, #9929ea 0%, #5808fb 100%);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .p-flow__list-title {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
.p-flow__list-text {
  font-size: 15px;
}

.p-intro {
  display: grid;
  position: relative;
  width: 1100px;
  max-width: clamp(100% - 40px, 81%, 1100px);
  margin: -180px auto 30px;
  padding: 40px;
  border-radius: 20px;
  background: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .p-intro {
    padding: 20px 10px;
    max-width: clamp(100% - 20px, 90%, 1100px);
    margin: -180px auto 20px;
  }
}
.p-intro__title {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 30px;
  background: linear-gradient(47deg, #9929ea 0%, #5808fb 100%);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .p-intro__title {
    font-size: 16px;
    margin: 0 auto 20px;
    line-height: 1.5;
  }
}
.p-intro__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .p-intro__list {
    gap: 20px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-intro__item {
  padding: 0 25px;
}
@media (max-width: 991px) {
  .p-intro__item {
    padding: 0 10px;
    line-height: 1.5;
  }
}
.p-intro__item:first-child {
  padding-left: 0;
}
.p-intro__item:last-child {
  padding-right: 0;
}
.p-intro__item:not(:first-child) {
  border-left: 1px solid #000000;
}
@media (max-width: 991px) {
  .p-intro__item:nth-child(odd) {
    position: relative;
    padding-left: 0;
    border: none;
  }
  .p-intro__item:nth-child(odd)::after {
    display: block;
    position: absolute;
    top: 0;
    right: -5px;
    width: 1px;
    height: 100%;
    background: #000000;
    content: "";
  }
  .p-intro__item:nth-child(3)::after {
    top: auto;
    bottom: 0;
  }
  .p-intro__item:nth-child(even) {
    padding-right: 0;
    border: none;
  }
  .p-intro__item:nth-child(n+3) {
    position: relative;
  }
  .p-intro__item:nth-child(n+3)::before {
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000000;
    content: "";
  }
}
.p-intro__item-number {
  display: inline-block;
  margin-bottom: 10px;
  background: linear-gradient(47deg, #9929ea 0%, #5808fb 100%);
  font-family: "Futura Std", sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .p-intro__item-number {
    margin-bottom: 7px;
    font-size: 24px;
  }
}
.slick-list:has(.p-case) {
  overflow: visible !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.slick-dots li {
  line-height: 0;
}
.slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ededed;
  font-size: 0;
}
.slick-dots .slick-active button {
  background: linear-gradient(323deg, #9929ea 0%, #5808fb 100%);
}

.is-single .slick-dots button {
  background: #ffffff;
}
.is-single .slick-dots .slick-active button {
  background: #000000;
}

.p-project-txt {
  text-align: center;
  font-size: 18px;
  margin: -15px 0 30px;
}
@media (max-width: 991px) {
  .p-project-txt {
    padding: 0 20px;
    font-size: 14px;
    text-align: left;
    margin: -10px 0 30px;
  }
}

.p-project-comment {
  font-size: 13px;
  margin: 10px 0;
  padding: 0 20px;
  color: #868686;
}
@media (max-width: 991px) {
  .p-project-comment {
    font-size: 10px;
    text-align: right;
    padding: 0 10px;
  }
}

.p-project {
  width: 350px;
  margin: 0 15px;
  padding: 25px;
  border-radius: 20px;
  background: #ededed;
}
@media (max-width: 991px) {
  .p-project {
    margin: 0 5px;
    padding: 25px 20px;
  }
}
.p-project__title {
  margin-bottom: 15px;
  border-bottom: 1px solid #000000;
  font-size: 16px;
  line-height: 1.5;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .p-project__title {
    font-size: 16px;
  }
}
.p-project__table {
  width: 100%;
}
.p-project__table th,
.p-project__table td {
  padding: 10px 0;
  border-bottom: 1px solid #ffffff;
  line-height: 1.6;
}
.p-project__table th {
  padding-left: 2px;
  white-space: nowrap;
}
.p-project__table td {
  padding-left: 10px;
  overflow: hidden;
}
.p-project__table tr:last-child th,
.p-project__table tr:last-child td {
  border: none;
}
.p-project__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  border-radius: 10px;
  background: #ff5757;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  transition: 0.3s;
}
.p-project__button span {
  margin-left: auto;
}
.p-project__button::after {
  display: block;
  margin-right: 0;
  margin-left: auto;
  line-height: 0;
  content: url("../img/common/icon_arrow_right.svg");
}
.p-project__button:hover {
  opacity: 0.7;
}

/*------------------------------------------------
l-form
------------------------------------------------*/
.l-form {
  position: fixed;
  width: 320px;
  height: 100vh;
  right: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgb(200, 200, 200);
  z-index: 1001;
  transition: top 0.5s;
}
@media (max-width: 991px) {
  .l-form {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .l-form.close {
    top: 130%;
  }
}

.l-form-close {
  display: none;
}
@media (max-width: 991px) {
  .l-form-close {
    display: block;
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 10000;
    width: 34px;
    height: 3px;
    background: linear-gradient(180deg, #9929ea 0%, #5808fb 100%);
    transform: rotate(45deg);
  }
  .l-form-close::before {
    content: "";
    display: block;
    width: 3px;
    height: 34px;
    background: linear-gradient(180deg, #9929ea 0%, #5808fb 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.l-form-in {
  padding: 40px 20px 60px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
@media (max-width: 991px) {
  .l-form-in {
    padding: 60px 20px 130px;
  }
}

.l-form-logo {
  width: 180px;
  margin-right: auto;
  margin-left: auto;
}
.l-form-txt {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.l-form-txt span {
  font-size: 30px;
  background: linear-gradient(47deg, #9929ea 0%, #5808fb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-form-line-btn {
  width: 250px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 40px;
  background-color: #00B900;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 0 15px 0 20px;
  font-size: 14px;
  margin: 20px auto 0;
  transition: opacity 0.3s;
}
.l-form-line-btn::after {
  display: block;
  margin-right: 0;
  margin-left: auto;
  line-height: 0;
  content: url("../img/common/icon_arrow_right.svg");
}
.l-form-line-btn:hover {
  opacity: 0.7;
}
/*------------------------------------------------
OF_form1
------------------------------------------------*/
#OF_form1 {
  margin-top: 30px;
  width: 100%;
}
#OF_form1 .form-ttl {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}
#OF_form1 .form-ttl span {
  font-size: 11px;
  color: red;
  margin-right: 5px;
}
#OF_form1 td, #OF_form1 tr, #OF_form1 table, #OF_form1 tbody {
  width: 100%;
  display: block;
}
#OF_form1 .form-item {
  display: block;
}
#OF_form1 .form-item:not(:first-child) {
  margin-top: 20px !important;
}
#OF_form1 input:not([type=checkbox]):not([type=radio]) {
  border: 1px solid #b5b5b5 !important;
  width: 100% !important;
  border-radius: 5px !important;
  padding: 3px 5px !important;
}
#OF_form1 input:not([type=checkbox]):not([type=radio])::placeholder {
  color: #b5b5b5;
}
@media (max-width: 991px) {
  #OF_form1 input:not([type=checkbox]):not([type=radio]) {
    font-size: 16px;
  }
}
#OF_form1 .form-input-block {
  width: 100%;
}
#OF_form1 .form-input-sbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#OF_form1 .form-input-sbs input:not([type=checkbox]):not([type=radio]) {
  width: 49% !important;
}
#OF_form1 .form-input-sbs02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#OF_form1 .form-input-sbs02 select {
  border: 1px solid #b5b5b5 !important;
  border-radius: 5px !important;
  padding: 3px 5px !important;
}
@media (max-width: 991px) {
  #OF_form1 .form-input-sbs02 select {
    font-size: 16px;
  }
}
#OF_form1 .form-input-sbs02 .form-select-01 {
  width: 47%;
}
#OF_form1 .form-input-sbs02 .form-select-02 {
  width: 25%;
}
#OF_form1 .form-input-sbs02 .form-select-03 {
  width: 25%;
}
#OF_form1 .form-check-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  line-height: 1.3;
  font-size: 13px;
}
#OF_form1 .form-check-wrap a {
  color: #0071b1;
}
#OF_form1 .form-check-wrap p {
  margin-left: 5px;
}
#OF_form1 .form-check {
  margin: 0 !important;
  all: revert !important;
}
#OF_form1 button {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
  background: linear-gradient(180deg, #9929ea 0%, #5808fb 100%);
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 0 20px;
  margin: 30px auto 0;
  transition: opacity 0.3s;
}
#OF_form1 button::after {
  display: block;
  margin-right: 0;
  margin-left: auto;
  line-height: 0;
  content: url("../img/common/icon_arrow_right.svg");
}
#OF_form1 button:hover {
  opacity: 0.7;
}
#OF_form1 label.error {
  color: red;
  font-size: 12px;
  line-height: 1.3;
}

/*------------------------------------------------
sp-menu
------------------------------------------------*/
.l-sp-menu {
  display: none;
}
@media (max-width: 991px) {
  .l-sp-menu {
    display: block;
    box-shadow: 0px 0px 4px 0px rgb(0, 0, 0);
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
}
.l-sp-menu .l-sp-menu-in {
  width: 100%;
  height: 100%;
}
.l-sp-menu .l-sp-menu-list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.l-sp-menu .l-sp-menu-item {
  width: 50%;
  height: 100%;
}
.l-sp-menu .l-sp-menu-btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  background: linear-gradient(180deg, #9929ea 0%, #5808fb 100%);
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.l-sp-menu .l-sp-menu-btn--line {
  background: #06c755;
}
.l-sp-menu .l-sp-menu-btn img {
  width: 22px;
  margin-right: 5px;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 810px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 811px) {
  .sp {
    display: none !important;
  }
}

.sub-header {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .sub-header {
    padding: 30px 0;
  }
}
.sub-header .sub-header-logo-wrap {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .sub-header .sub-header-logo-wrap {
    width: 200px;
  }
}
/*============================
#lp-thanks.thanks
============================*/
#lp-thanks.thanks {
  padding: 0 0 100px;
}
@media (max-width: 991px) {
  #lp-thanks.thanks {
    padding: 0 0 80px;
  }
}
#lp-thanks.thanks .thanks-in {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  #lp-thanks.thanks .thanks-in {
    width: 100%;
    padding: 0 20px;
  }
}
#lp-thanks.thanks .thanks-ttl {
  font-size: 25px;
  text-align: center;
}
@media (max-width: 991px) {
  #lp-thanks.thanks .thanks-ttl {
    font-size: 20px;
  }
}
#lp-thanks.thanks .thanks-txt {
  margin-top: 20px;
}
@media (max-width: 991px) {
  #lp-thanks.thanks .thanks-txt {
    margin-top: 15px;
  }
}
#lp-thanks.thanks .thanks-btn {
  width: 250px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
  background: linear-gradient(180deg, #9929ea 0%, #5808fb 100%);
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 0 20px;
  margin: 40px auto 0;
  transition: opacity 0.3s;
}
#lp-thanks.thanks .thanks-btn::after {
  display: block;
  margin-right: 0;
  margin-left: auto;
  line-height: 0;
  content: url("../img/common/icon_arrow_right.svg");
}
#lp-thanks.thanks .thanks-btn:hover {
  opacity: 0.7;
}
.sub-header {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .sub-header {
    padding: 30px 0;
  }
}
.sub-header .sub-header-logo-wrap {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .sub-header .sub-header-logo-wrap {
    width: 200px;
  }
}
/*============================
#lp-thanks.thanks
============================*/
#lp-privacy.privacy .privacy-in {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 100px;
}
@media (max-width: 991px) {
  #lp-privacy.privacy .privacy-in {
    padding: 0 20px 80px;
    width: 100%;
  }
}
#lp-privacy.privacy .privacy-in h1 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #lp-privacy.privacy .privacy-in h1 {
    font-size: 18px;
  }
}
#lp-privacy.privacy .privacy-in h2 {
  font-size: 18px;
  margin: 30px 0 20px;
}
@media (max-width: 991px) {
  #lp-privacy.privacy .privacy-in h2 {
    font-size: 15px;
  }
}
#lp-privacy.privacy .privacy-in li {
  margin-left: 20px;
}
@media (max-width: 991px) {
  #lp-privacy.privacy .privacy-in li {
    margin-left: 10px;
  }
}
#lp-privacy.privacy .privacy-in p {
  margin-top: 20px;
}
#lp-privacy.privacy .privacy-btn {
  width: 250px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
  background: linear-gradient(180deg, #9929ea 0%, #5808fb 100%);
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 0 20px;
  margin: 40px auto 0;
  transition: opacity 0.3s;
}
#lp-privacy.privacy .privacy-btn::after {
  display: block;
  margin-right: 0;
  margin-left: auto;
  line-height: 0;
  content: url("../img/common/icon_arrow_right.svg");
}
#lp-privacy.privacy .privacy-btn:hover {
  opacity: 0.7;
}