@import "./colors.css";

.topMain_SectionTitle {
    color: #006eba;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    margin-bottom: 8px;
}
.customerVoiceInr {
    background: #f5f5f5;
    padding: 0;
}
#customer-voice .slick-prev,
#customer-voice .slick-next {
    background: #f5f5f5;
}
.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: #333;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 153.846%;
    letter-spacing: 0.52px;
    padding: 1px 6px;
    border-radius: 4px;
    background: #F6F1D4;
}
.formBox .box-non-required {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 153.846%;
    letter-spacing: 0.52px;
    padding: 1px 6px;
    border-radius: 4px;
    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: 10px 20px 10px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.formBox select {
appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url('/assets/icon/polygon_icon.svg');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 10px 7px;
}

.formBox label.error {
    display: block;
    padding: 6px 0;
}
.formBox .box-upload::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(/assets/atoms-icon/drive_folder_upload_gold_24dp.svg) no-repeat center/cover;
}
.formBox .delete-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/assets/atoms-icon/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: var(--color-ls-action-hover);
    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 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background: #C5ECFF;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.p-contact {
    padding-top: 50px;
    padding-bottom: 40px;
}
.p-contact-formWrap {
    background: linear-gradient(90deg, var(--color-ls-accent) 0%, var(--color-primary) 100%);
    padding: 9px 20px 200px;
    max-width: 350px;
    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: "2分で簡単申込み";
    display: inline-block;
    background: linear-gradient(90deg, var(--color-ls-accent) 0%, var(--color-primary) 100%);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 500;
    
}
.p-contact__heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.05em;
    /* Linear */
    background: linear-gradient(90deg, var(--color-ls-accent) 0%, var(--color-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.p-contact[data-pc] {
    position: fixed;
    width: 380px;
    height: 100vh;
    padding: 15px;
    border-radius: 0 30px 30px 0;
    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 20px 20px 0;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}
.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-image: url(/assets/img/instruct/header-background.png);
    background-repeat: no-repeat;
    background-size: 150% 105%;
    background-position: center;
    box-shadow: 0px 4px 10px 0px #00000073;
}
.p-fv:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    z-index: -1;
}
.c-section {
    max-width: 1024px;
    width: calc(100% - 34px);
    margin: auto;
}
.p-fv__tagline {
    margin-top: 19px;
    color: white;
    font-weight: 700;
}

.p-fv__tagline_header{
    font-size: 22px;
    line-height: 33px;
}
.p-fv__tag {
    position: relative;
    font-size: 16px;
    background: linear-gradient(96.04deg, #FF6325 15.43%, #F49F00 93.22%);
    color: #fff;
    border-radius: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.p-fv__tagBottomText {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}
.p-fv__copy {
    margin-top: -10px;
    position: relative;
    padding-bottom: 21px;
    overflow: hidden;
    /* z-index: -1; */
}
.p-fv__heading {
    font-size: 28px;
    line-height: 40px;
    color: #333;
    font-weight: 700;
    position: relative;
    z-index: 0;
    padding: 10px 17px 16px;
    margin-top: 20px;
}
.p-fv__heading:before, .p-fv__heading:after {
    content: '';
    background: linear-gradient(90deg, #F4E400 0%, #F49F00 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 481px;
    height: 100%;
    z-index: -1;
}
.p-fv__heading:before {
    transform: rotate(177deg);
    top: -7px;
    height: 127px;
    left: -5.5px;
}
.p-fv__heading span {
    font-size: 30px;
}
.p-fv__subCopy {
    margin-top: -10px;
    color: #fff;
    padding: 0 33px;
    margin-bottom: 47px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}
.p-fv__people {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 1;
}
.p-fv__people img {
    width: 100%;
    height: auto;
    max-width: 252px;
}

.p-voice .slider::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}
.p-voice .slider::-webkit-scrollbar-track {
    background: #FBEFEA;
    border-radius: 9999px;
    margin: 0 24px;
}
.p-voice .slider::-webkit-scrollbar-thumb {
    background: var(--color-ls-action-hover);
    border-radius: 9999px;
}
.p-voice .slider::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 99, 37, 0.5);
}

.c-heading {
    width: 100%;
    transform: rotate(0deg);
    color: #2a2b2c;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 1px;
}
.c-heading:before {
    content: attr(data-title);
    font-family: 'Caveat', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 200px;
    line-height: 1;
    letter-spacing: 1px;
    opacity: 0.1;
    transform: rotate(-0.1deg);
}
.c-heading[data-title='Voice']:before {
    position: absolute;
    top: -52px;
    left: 33px;
    padding-right: 20px;
    /* Linear */
    background: linear-gradient(90deg, var(--color-ls-accent) 0%, var(--color-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.c-heading[data-title='Voice'] span {
    color: var(--color-ls-action-hover);
}
.c-heading[data-title='Problem']:before {
    position: absolute;
    top: -50px;
    left: -40px;
    padding: 0;
    font-size: 180px;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    opacity: 0.08;
    transform: rotate(-0.1deg);
}
.p-problem__list {
    background: #FFFFFF;
    padding: 13px 20px;
    border-radius: 100px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.8px;
    color: #2A2B2C;
    text-align: center;
}
.p-problem__list span {
      background:  linear-gradient(90deg, var(--color-ls-accent) 0%, var(--color-primary) 100%);
      background-clip: text;
      text-fill-color: transparent;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
    
}
.c-heading[data-title='Solution']:before {
    position: absolute;
    top: 56px;
    left: -28px;
    font-size: 180px;
    letter-spacing: -5px;
    /* Linear */
    background: linear-gradient(90deg, var(--color-ls-accent) 0%, var(--color-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.c-heading[data-title='Solution'] span {
    font-weight: 700;
    font-size: 26px;
    line-height: 132%;
    letter-spacing: 2px;
    /* #FF6325 (2 paints) */
    background: linear-gradient(90deg, #F4E400 0%, #F49F00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.p-solution-slider .slick-list {
    padding: 40px 0;
}
.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, #008EBA 23.72%, #006EBA 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, #008EBA 24.05%, #006EBA 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: -40px;
    left: -40px;
    font-size: 180px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    opacity: 0.08;
}
.p-step-list p strong {
    /* #FF6325 (2 paints) */
    background: linear-gradient(90deg, var(--color-ls-light) 0%, var(--color-ls-deep) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.c-heading[data-title='Message']:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 50px;
    /* identical to box height, or 62% */
    letter-spacing: 1px;

    background: linear-gradient(137.03deg, #00B5B7 22.06%, #006EBA 85.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

    opacity: 0.25;
}

@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;
    }
   .p-fv__subCopy{
     margin-bottom: 27px;
   }
   .p-fv__people{
    bottom: 0px;
   }

}
@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__subCopy {
        padding: 0 24px;
    }
    .p-fv__people {
        right: -64px;
    }

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

    .c-heading:before {
        font-size: 140px !important;
    }
    .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;
    }
}

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

.p-contact[data-pc] .p-contact-formWrap::-webkit-scrollbar{
    width: 6px !important;
}

.p-contact[data-pc] .p-contact-formWrap::-webkit-scrollbar-thumb {
  border-radius: 4px !important;
  background: #FF7A8A !important;
}

.p-contact[data-pc] .p-contact-formWrap::-webkit-scrollbar-track{
  border-radius: 4px !important;
  margin: 14px 0px;
}