body{
  background: #F5EEE2;
}

.topMain_SectionTitle {
  color: #16233F;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  margin-bottom: 8px;
}
.customerVoiceInr {
  background: #F5EEE2;
  padding: 0;
}
#customer-voice .slick-prev,
#customer-voice .slick-next {
  background: #F5EEE2;
}
.formBox .box-title {
  color: #555;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.48px;
}
.formBox .box-required {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 153.846%;
  letter-spacing: 0.52px;
  padding: 0 4px;
  border-radius: 2px;
  background: #fe7171;
}
.formBox .box-non-required {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 153.846%;
  letter-spacing: 0.52px;
  padding: 0 4px;
  border-radius: 2px;
  background: #aaa;
}
label,
input,
select {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.formBox input {
  height: 40px;
  background: #fff;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.formBox input[type='radio'] {
  width: 13px;
  height: 13px;
}
.formBox input#confirmation {
  height: auto;
}
.formBox select {
  height: 40px;
  padding-left: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.formBox label.error {
  display: block;
  padding: 6px 0;
}
.formBox .box-upload::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/instruct/drive_folder_upload_gold_24dp.svg) no-repeat center/cover;
}
.formBox .delete-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/instruct/close_blue_24dp.svg) no-repeat center/cover;
}
#corfirmation-error {
  padding-left: 1rem;
  display: block;
  text-align: center;
  color: #ff5b5b;
}
label#last_name-error {
  padding-left: 22px;
}
.customerVoiceInr-list.slick-not-init .slide {
  width: 100%;
  min-height: 200px;
  opacity: 0;
}
.customerVoiceInr-list.slick-not-init .slide:nth-child(n + 2) {
  display: none;
}
select:required:invalid {
  color: #d9d9d9;
}
select option {
  color: #555;
}

/* New Instruct UI */
header,
footer {
  display: none;
}
#main {
  padding-top: 0;
}

.formBox-btn {
  max-width: 310px;
  width: 100%;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(137.03deg, #4E75AC 22.06%, #16233F 85.43%);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 28px;
  position: relative;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.l-pc {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/instruct/mv_bg_pc.webp) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.p-contact {
  padding-top: 50px;
  padding-bottom: 40px;
}
.p-contact-formWrap {
  background: linear-gradient(90deg, #4E75AC 0%, #16233F 100%);
  padding: 8px 20px;
  max-width: 335px;
  border-radius: 20px;
  margin: auto;
}
.p-contact-formWrap__logo {
  display: block;
  max-width: 206px;
  margin: auto;
}
.p-contact-form {
  background-color: #fff;
  padding: 26px 20px 32px;
  border-radius: 16px;
  width: 100%;
  position: relative;
  text-align: center;
}
.p-contact-form:before {
  content: '30秒で簡単登録';
  display: inline-block;
  background: linear-gradient(78deg, #4E75AC -8.83%, #16233F 78.35%);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  line-height: 1;
  margin-bottom: 20px;
}
.p-contact__heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.05em;
  background: linear-gradient(100deg, #F0D28A 0%, #9C7A3D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-contact[data-pc] {
  position: fixed;
  width: 374px;
  height: 100vh;
  padding: 4px;
  transition: width 0.5s;
  z-index: 101;
}
.p-contact[data-pc].expand {
  width: 480px;
}
.p-contact[data-pc] .p-contact-formWrap {
  background: #fff;
  max-width: 100%;
  border-radius: 0;
  height: 99.1vh;
  overflow-y: auto;
}
.p-contact[data-pc] .p-contact-form {
  max-width: 295px;
  margin: auto;
  padding: 20px 0;
  text-align: center;
}
.l-main-inner {
  position: relative;
  left: calc(50% + 187px);
  transform: translateX(-50%);
  width: 100%;
  max-width: 450px;
  z-index: 100;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.45);
}
.p-fv {
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse 140% 70% at 50% -10%, #4E75AC 0%, #2F4E7E 50%, #16233F 100%);
  padding: 0 0 28px;
}
.p-fv:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  z-index: -1;
}
.p-fv__nebula {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(420px 260px at 18% 8%, rgba(240, 210, 138, 0.30), transparent 70%),
    radial-gradient(360px 240px at 85% 20%, rgba(22, 35, 63, 0.30), transparent 70%),
    radial-gradient(500px 320px at 60% 55%, rgba(240, 210, 138, 0.15), transparent 70%);
  filter: blur(2px);
}
.p-fv__stars {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-image:
    radial-gradient(2px 2px at 8% 12%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 22% 22%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 38% 8%, #fff, transparent),
    radial-gradient(2.5px 2.5px at 55% 15%, #F5DCA0, transparent),
    radial-gradient(1.5px 1.5px at 70% 6%, #fff, transparent),
    radial-gradient(2px 2px at 85% 18%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 95% 30%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 12% 35%, #fff, transparent),
    radial-gradient(2.5px 2.5px at 30% 45%, #F5DCA0, transparent),
    radial-gradient(1.5px 1.5px at 48% 38%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 65% 42%, #fff, transparent),
    radial-gradient(2px 2px at 90% 48%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 5% 58%, #fff, transparent),
    radial-gradient(2px 2px at 18% 68%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 40% 62%, #fff, transparent),
    radial-gradient(2.5px 2.5px at 60% 70%, #F5DCA0, transparent),
    radial-gradient(1.5px 1.5px at 80% 62%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 92% 72%, #fff, transparent),
    radial-gradient(3px 3px at 3% 3%, #fff, transparent),
    radial-gradient(1px 1px at 16% 5%, #fff, transparent),
    radial-gradient(1px 1px at 26% 14%, #fff, transparent),
    radial-gradient(1px 1px at 33% 30%, #fff, transparent),
    radial-gradient(3px 3px at 45% 4%, #F5DCA0, transparent),
    radial-gradient(1px 1px at 50% 25%, #fff, transparent),
    radial-gradient(1px 1px at 58% 32%, #fff, transparent),
    radial-gradient(1px 1px at 63% 18%, #fff, transparent),
    radial-gradient(3px 3px at 75% 10%, #fff, transparent),
    radial-gradient(1px 1px at 78% 35%, #fff, transparent),
    radial-gradient(1px 1px at 88% 8%, #fff, transparent),
    radial-gradient(1px 1px at 97% 22%, #fff, transparent),
    radial-gradient(1px 1px at 2% 45%, #fff, transparent),
    radial-gradient(1px 1px at 10% 52%, #fff, transparent),
    radial-gradient(3px 3px at 22% 55%, #F5DCA0, transparent),
    radial-gradient(1px 1px at 35% 50%, #fff, transparent),
    radial-gradient(1px 1px at 52% 48%, #fff, transparent),
    radial-gradient(1px 1px at 72% 52%, #fff, transparent),
    radial-gradient(1px 1px at 82% 44%, #fff, transparent),
    radial-gradient(1px 1px at 96% 58%, #fff, transparent),
    radial-gradient(1px 1px at 6% 66%, #fff, transparent),
    radial-gradient(1px 1px at 25% 78%, #fff, transparent),
    radial-gradient(1px 1px at 46% 72%, #fff, transparent),
    radial-gradient(1px 1px at 55% 80%, #fff, transparent),
    radial-gradient(3px 3px at 68% 76%, #fff, transparent),
    radial-gradient(1px 1px at 86% 74%, #fff, transparent),
    radial-gradient(1px 1px at 98% 68%, #fff, transparent);
  opacity: 0.95;
}
.p-fv__stars .twinkle {
  position: absolute;
  color: #F5DCA0;
  text-shadow: 0 0 10px rgba(245,220,160,.9), 0 0 18px rgba(245,220,160,.5);
  line-height: 1;
}
.p-fv__moon {
  position: absolute;
  top: 6%;
  right: 9%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #F5DCA0;
  box-shadow:
    inset 8px -4px 0 0 #16233F,
    0 0 18px rgba(245, 220, 160, 0.65),
    0 0 40px rgba(245, 220, 160, 0.35);
}
.c-section {
  max-width: 1024px;
  width: calc(100% - 36px);
  margin: auto;
}
.p-fv__tagline {
  margin-top: 17px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.p-fv__tag {
  position: relative;
  font-size: 16px;
  background: linear-gradient(96.04deg, #F0D28A 15.43%, #9C7A3D 93.22%);
  color: #ffffff;
  border-radius: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.p-fv__tagBottomText {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-fv__copy {
  position: relative;
  padding-bottom: 12px;
  overflow: visible;
}
.p-fv__heading {
  font-size: 28px;
  color: #fff;
  font-weight: 900;
  line-height: 1.1;
  position: relative;
  z-index: 0;
  padding: 15px 20px;
  margin-top: 37px;
}
.p-fv__heading:before,
.p-fv__heading:after {
  content: '';
  background: linear-gradient(90deg, #F0D28A 0%, #9C7A3D 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 481px;
  height: 100%;
  z-index: -1;
}
.p-fv__heading:before {
  transform: rotate(177deg);
  top: -7px;
  height: 121px;
  left: -10px;
}
.p-fv__heading span {
  font-size: 30px;
}
.p-fv__stage {
  position: relative;
  z-index: 1;
  padding: 20px 20px 0;
  display: flex;
  justify-content: center;
}
.p-fv__photo {
  position: relative;
  width: 100%;
  max-width: 480px;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgba(246, 196, 83, 0.55);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55), 0 0 0 6px rgba(255, 255, 255, 0.04);
}
.p-fv__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.p-fv__badges {
  position: absolute;
  top: 16px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
}
.p-fv__badge {
  width: 92px;
  padding: 8px 4px 9px;
  border-radius: 8px;
  text-align: center;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(240, 210, 138, 0.45);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}
.p-fv__badge-no1 {
  display: block;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: 15px;
  background: linear-gradient(100deg, #F5DCA0 0%, #C9A45C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-fv__badge-label {
  display: block;
  margin-top: 2px;
  font-size: 9px;
  line-height: 1.35;
  font-weight: 700;
  color: #fff;
}

/* --- p-fv--hero: full photo background hero variant --- */
.p-fv--hero {
  position: relative;
  overflow: hidden;
  background: #16233F;
  padding: 0;
  min-height: 480px;
  height: 82vh;
  max-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p-fv__photo-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center 25%;
  background-repeat: no-repeat;
}
.p-fv__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10,15,30,0.15) 0%, rgba(10,15,30,0.05) 30%, rgba(10,15,30,0.65) 78%, rgba(10,15,30,0.92) 100%),
    linear-gradient(90deg, rgba(10,15,30,0.4) 0%, rgba(10,15,30,0) 45%);
}
.p-fv__prism {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.6;
  background:
    linear-gradient(115deg, transparent 6%, rgba(212, 175, 55, 0.45) 15%, transparent 24%),
    linear-gradient(115deg, transparent 42%, rgba(156, 122, 61, 0.4) 51%, transparent 60%),
    linear-gradient(115deg, transparent 68%, rgba(245, 220, 160, 0.3) 77%, transparent 86%);
}
.p-fv--hero .p-fv__stars {
  z-index: 1;
}
.p-fv__content {
  position: relative;
  z-index: 2;
  padding-top: 18px;
}
.p-fv--hero .p-fv__tagline {
  margin-top: 0;
}
.p-fv--hero .p-fv__tagline > p:nth-of-type(2) {
  padding-right: 112px;
}
.p-fv--hero .p-fv__copy {
  position: relative;
  z-index: 2;
  padding-bottom: 28px;
  overflow: visible;
}
.p-fv--hero .p-fv__heading {
  margin-top: 12px;
  padding: 4px 4px;
  text-shadow: 0 2px 18px rgba(10, 10, 14, 0.7), 0 0 30px rgba(212, 175, 55, 0.4);
}
.p-fv--hero .p-fv__heading:before,
.p-fv--hero .p-fv__heading:after {
  display: none;
}
.p-fv--hero .p-fv__badges {
  position: absolute;
  top: 16px;
  right: 12px;
}
.p-fv--hero .p-fv__badges--left {
  right: auto;
  left: 12px;
}

.p-voice .slider::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
.p-voice .slider::-webkit-scrollbar-track {
  background: rgba(23, 121, 205, 0.2);
  border-radius: 9999px;
  margin: 0 24px;
}
.p-voice .slider::-webkit-scrollbar-thumb {
  background: #16233F;
  border-radius: 9999px;
}
.p-voice .slider::-webkit-scrollbar-thumb:hover {
  background: rgba(23, 121, 205, 0.5);
}

.c-heading {
  width: 100%;
  transform: rotate(0deg);
  color: #2a2b2c;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
}
.c-heading:before {
  content: attr(data-title);
  display: inline-block;
  transform: rotate(-10deg);
  background: linear-gradient(90deg, #4E75AC 0%, #16233F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  font-family: 'Caveat', cursive;
  padding-right: 5px;
}
.c-heading[data-title='Voice']:before {
  position: absolute;
  top: 0;
  left: 33px;
}
.c-heading[data-title='Voice'] span {
  background: linear-gradient(120.48deg, #4E75AC -8.79%, #16233F 96.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  text-fill-color: transparent;
}
.c-heading[data-title='Problem']:before {
  position: absolute;
  top: 0;
  left: 0;
}
.p-problem__list {
  background: #ffffff;
  padding: 12px 20px;
  border-radius: 100px;
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.8px;
  color: #2a2b2c;
}
.p-problem__list span {
  color: #16233F;
}
.c-heading[data-title='Solution']:before {
  position: absolute;
  top: 0;
  left: 0;
}
.c-heading[data-title='Solution'] span {
  font-weight: 700;
  font-size: 26px;
  line-height: 132%;
  letter-spacing: 2px;

  background: linear-gradient(122.31deg, #16233F 24.22%, #16233F 106.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.p-solution-blob {
  background: linear-gradient(135deg, #4E75AC 0%, #2F4E7E 45%, #16233F 100%);
  border-radius: 42% 58% 65% 35% / 45% 40% 60% 55%;
  box-shadow: 0 12px 30px rgba(20, 32, 74, 0.35);
}
.p-solution-stepnum {
  background: linear-gradient(135deg, #4E75AC 0%, #16233F 100%);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(20, 32, 74, 0.4);
}
.p-ring-badge {
  position: relative;
  border-radius: 50%;
}
.p-ring-badge:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 6px;
  background: linear-gradient(135deg, #4E75AC, #16233F);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.p-ring-badge:after {
  content: '';
  position: absolute;
  bottom: 6%;
  right: 6%;
  width: 12%;
  height: 12%;
  border-radius: 50%;
  background: linear-gradient(135deg, #4E75AC, #16233F);
}
.p-solution-bg {
  background: linear-gradient(180deg, #F5EEE2 0%, #F2E9DC 100%);
}
.p-company-logos-wrap {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid #EDE0D3;
}
.heading-banner-img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.p-why--deco {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8F3E8 100%);
}
.p-message--bridge {
  background: linear-gradient(180deg, #F8F3E8 0%, #FFFFFF 55%);
}
.p-message__bridge-box {
  position: relative;
  max-width: 360px;
  background: #FFFFFF;
  border: 1px solid #EDE0D3;
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 2px 14px rgba(156, 122, 61, 0.1);
}
.p-message__bridge-icon {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 16px;
  color: #9C7A3D;
}
.p-why__blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}
.p-why__blob--gold {
  width: 260px;
  height: 260px;
  top: -80px;
  right: -90px;
  background: radial-gradient(circle at 30% 30%, rgba(240, 210, 138, 0.35), transparent 70%);
}
.p-why__blob--navy {
  width: 300px;
  height: 300px;
  bottom: -120px;
  left: -100px;
  background: radial-gradient(circle at 30% 30%, rgba(22, 35, 63, 0.10), transparent 70%);
}
.p-why__sparkles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.p-why__sparkles .twinkle {
  position: absolute;
  text-shadow: 0 0 8px rgba(156, 122, 61, 0.4);
}
.p-solution-slider .slick-list {
  padding-top: 40px;
}
.slick-prev {
  width: 46px;
  height: 46px;
  border: none;
  background: none;
  left: 10px;
  text-align: center;
  align-content: center;
  z-index: 1;
}
.slick-next {
  width: 46px;
  height: 46px;
  border: none;
  background: none;
  right: 10px;
  text-align: center;
  align-content: center;
  z-index: 1;
}
.slick-prev::before,
.slick-next::before {
  content: none;
}
.c-heading[data-title='Real Movie']:before {
  position: absolute;
  top: 0;
  left: 0;
}
.c-heading[data-title='Real Movie'] span {
  font-weight: 700;
  font-size: 26px;
  line-height: 132%;
  /* or 34px */
  letter-spacing: 2px;

  background: linear-gradient(125.63deg, #16233F 23.72%, #16233F 106.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.p-movie .slick-prev {
  left: 0;
  width: 40px;
  height: 40px;
}
.p-movie .slick-next {
  right: 0;
  width: 40px;
  height: 40px;
}
.c-heading[data-title='Company']:before {
  position: absolute;
  top: 0;
  left: 0;
}
.c-heading[data-title='Company'] span {
  font-weight: 700;
  font-size: 26px;
  line-height: 132%;
  /* or 34px */
  letter-spacing: 2px;

  background: linear-gradient(123.45deg, #16233F 24.05%, #16233F 103.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.c-heading[data-title='Why']:before {
  position: absolute;
  top: 0;
  left: 0;
}
.c-heading[data-title='Why'] span {
  font-weight: 700;
  font-size: 26px;
  line-height: 132%;
  letter-spacing: 2px;
  background: linear-gradient(123.45deg, #16233F 24.05%, #16233F 103.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.c-heading[data-title='Step']:before {
  position: absolute;
  top: -12px;
  left: 0;
}
.c-heading[data-title='Message']:before {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  padding: 0;
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-size: 90px;
  line-height: 93px;
  /* identical to box height, or 62% */
  letter-spacing: 1px;
  background: linear-gradient(137.03deg, #16233F 22.06%, #16233F 85.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.25;
}
.c-heading[data-title='Q&A']:before {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  width: 100%;
  font-size: 90px;
  line-height: 93px;
  /* identical to box height, or 62% */
  letter-spacing: 1px;
  background: linear-gradient(137.03deg, #16233F 22.06%, #16233F 85.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.25;
}

.p-faq .faq-item summary::-webkit-details-marker {
  display: none;
}
.p-faq .faq-badge {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 9999px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-faq .faq-question {
  color: #1e1e1e;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
.p-faq .faq-answer {
  color: #1e1e1e;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.p-faq .faq-arrow {
  transition: transform 0.2s ease;
}
.p-faq details[open] .faq-arrow {
  transform: rotate(180deg);
}

.c-heading[data-title='About']::before {
  position: absolute;
  top: -8px;
  left: 20px;
}
.p-about .p-about__title {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0.07em;
  background: linear-gradient(125.63deg, #16233F 23.72%, #16233F 106.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-about .p-about__visual {
  position: relative;
  max-width: 422px;
  width: 100%;
  margin: 0 auto 10px;
  min-height: 250px;
}
.p-about .p-about__cloud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: auto;
  width: 100%;
}
.p-about .p-about__imageWrap {
  position: relative;
  z-index: 1;
  width: 227px;
  height: auto;
  margin: 0 auto;
}
.p-about .p-about__logo {
  width: 227px;
  height: auto;
}
.p-about .p-about__imageText {
  color: #16233F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-about .p-about__desc {
  color: #2a2b2c;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-search .searchBoxInr {
  grid-template-columns: minmax(0, 1fr) auto;
}

.p-search__field {
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(30, 30, 30, 0.18);
}

.p-search__field-inner {
  margin: 0;
}

.p-search__label {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 0;
  background: url(../img/instruct/common/iconPlace.png) center/contain no-repeat;
  pointer-events: none;
}

.p-search__select {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  position: relative;
  z-index: 1;
  padding-left: 32px !important;
  padding-right: 30px !important;
}

.p-search__select:focus {
  outline: none;
}

.p-search__field-inner::after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/instruct/chevron_right_blue.svg) center/cover no-repeat;
  opacity: 0.4;
  pointer-events: none;
}
.search-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0.07em;
  background: linear-gradient(122.31deg, #16233F 24.22%, #16233F 106.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;    
}

.p-search .btn-search {
  min-width: 176px;
}



@media screen and (max-width: 1024px) {
  .p-contact[data-pc] {
    display: none;
  }
  .p-contact-formWrap {
    padding: 4px;
    max-width: unset;
    border-radius: 20px;
    margin: auto;
  }
  .l-main-inner {
    position: static;
    transform: none;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  /* .l-pc {
        display: none;
    } */
}
@media screen and (max-width: 425px) {
  .c-section {
    width: calc(100% - 28px);
  }
  .p-fv__tagline {
    font-size: 16px;
  }
  .p-fv__stage {
    padding: 16px 12px 0;
  }
  .p-fv__badges {
    top: 10px;
    right: 8px;
    gap: 6px;
  }
  .p-fv__badges--left {
    right: auto;
    left: 8px;
  }
  .p-fv__badge {
    width: 76px;
    padding: 6px 3px 7px;
  }
  .p-fv__badge-no1 {
    font-size: 13px;
  }
  .p-fv__badge-label {
    font-size: 8px;
  }

  .p-problem__list {
    padding: 12px;
    font-size: 14px;
  }

  .c-heading[data-title='Solution'] span {
    font-size: 20px;
  }
  .c-heading[data-title='Real Movie'] span {
    font-size: 20px;
  }
  .c-heading[data-title='Step']::before {
    top: -56px;
  }
  .p-search .searchBoxInr {
    grid-template-columns: 1fr;
  }
  .p-search .btn-search {
    min-width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  [data-sp-only] {
    display: none !important;
  }
}

.text-deco-policy{
  color: #9C7A3D !important;
}
