@charset "UTF-8";

/* @font-face {
  font-family: 'LINESeedJP';
  src:
    url('../font/LINESeedJP_OTF_Bd.woff') format('woff'),
    url('../font/LINESeedJP_OTF_Rg.woff') format('woff'),
    url('../font/LINESeedJP_OTF_Bd.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */
.u-sp {
  display: none;
}
@media screen and (max-width: 667px) {
  .u-sp {
    display: block;
  }
}
/* -------------------------------------------*/
html {
  overflow-x: clip;
}
body {
  height: 100%;
  position: relative;
  overflow-x: clip;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  color: #4d4846;
  font-weight: 700;
}
.l-main {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
}
.no-link {
  opacity: 0.4 !important;
  pointer-events: none !important;
}
section {
  position: relative;
}

/* -------------------------------------------*/
.fv-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
}
.fv-cta {
  position: absolute;
  top: 36vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 38%;
  transition: 0.3s;
}
.fv-bottom {
  position: relative;
  margin-top: -1.5vw;
}
.fv-bottom::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 89%;
  background-color: #000;
  z-index: -1;
}

.lead_img02 {
  position: relative;
  margin-top: -11vw;
  z-index: 1;
}

.point_img02 {
  display: none;
}

.cta-line,
.cta-form {
  position: absolute;
  right: 18vw;
  width: 38vw;
  transition: 0.3s;
}
.cta-line {
  bottom: 11vw;
}
.cta-form {
  bottom: 3.5vw;
}
.cta-tel {
  display: none;
}

.effect {
  padding: 7.6vw 0 7.2vw;
  background-color: #ececec;
}
.effect-title {
  width: 43vw;
  margin: 0 auto;
}
.effect-slider {
  margin-top: 3.3vw;
}
.effect-slider .slick-slide {
  margin: 0 2vw;
  box-shadow: 0 2px 24px rgba(140, 138, 115, 0.24);
}
/* カスタム矢印 */
.effect-slider .slick-prev,
.effect-slider .slick-next {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  width: 4vw;
  height: inherit;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  cursor: pointer;
}
.effect-slider .slick-prev::before,
.effect-slider .slick-next::before {
  display: none;
}
/* 左矢印 */
.effect-slider .slick-prev {
  left: 16.5vw; /* 位置調整 */
  background-image: url('../images/pc/arrow_left.webp') !important;
}
/* 右矢印 */
.effect-slider .slick-next {
  right: 16.5vw; /* 位置調整 */
  background-image: url('../images/pc/arrow_right.webp') !important;
}
.effect-note {
  margin-top: 2.5vw;
  font-size: 0.8vw;
  text-align: center;
}

.voice-body {
  position: absolute;
  bottom: 6vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 10;
}
.voice-slider .slick-slide {
  margin: 0 0.2vw;
}
.voice-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-top: 1vw;
}
.voice-slider .slick-dots li {
  width: 1vw;
  aspect-ratio: 1/1;
  background-color: #d9d9d9;
  border-radius: 50%;
  overflow: hidden;
}
.voice-slider .slick-dots li.slick-active {
  background-color: #0d0d0b;
}
.voice-slider .slick-dots li button {
  text-indent: -100vw;
}
/* カスタム矢印 */
.voice-slider .slick-prev,
.voice-slider .slick-next {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  width: 4vw;
  height: inherit;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  cursor: pointer;
}
.voice-slider .slick-prev::before,
.voice-slider .slick-next::before {
  display: none;
}
/* 左矢印 */
.voice-slider .slick-prev {
  left: 24.5vw; /* 位置調整 */
  background-image: url('../images/pc/arrow_left.webp') !important;
}
/* 右矢印 */
.voice-slider .slick-next {
  right: 24.5vw; /* 位置調整 */
  background-image: url('../images/pc/arrow_right.webp') !important;
}

.case {
  padding: 8vw 0 10.48vw;
}
.case::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pc/case_back.webp) repeat top center/contain;
  z-index: -1;
}
.case_title {
  width: 28.33vw;
  margin: 0 auto;
}
.case-body {
  width: 100%;
  margin-top: 2.2vw;
}
.case-slider .slick-slide {
  margin: 0 0.2vw;
}
/* カスタム矢印 */
.case-slider .slick-prev,
.case-slider .slick-next {
  position: absolute;
  top: 14%;
  width: 4vw;
  height: inherit;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  cursor: pointer;
}
.case-slider .slick-prev::before,
.case-slider .slick-next::before {
  display: none;
}
/* 左矢印 */
.case-slider .slick-prev {
  left: 16.5vw; /* 位置調整 */
  background-image: url('../images/pc/arrow_left.webp') !important;
}
/* 右矢印 */
.case-slider .slick-next {
  right: 16.5vw; /* 位置調整 */
  background-image: url('../images/pc/arrow_right.webp') !important;
}
.case-slider .slick-slide {
  position: relative;
}
.case-slider > div img:nth-child(1) {
  width: 100%;
  height: auto;
}
.case-slider .case-slider-contents {
  position: absolute;
  top: 8%;
  left: 0;
  width: 100%;
  padding: 0 8%;
}
.case-slider .case-slider-contents img:nth-child(2) {
  margin-top: 2%;
}
.case-slider .case-slider-contents img:nth-child(3),
.case-slider .case-slider-contents img:nth-child(4) {
  margin-top: 6.5%;
}

.flow-btn {
  position: absolute;
  top: 19vw;
  left: 42vw;
  width: 25vw;
  transition: 0.3s;
}

.contact-form {
  display: block;
  position: absolute;
  top: 11.5vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60vw;
  background-color: #fff;
  box-shadow: 0 1px 16px rgba(140, 138, 115, 0.24);
  padding: 3.6vw 4.3vw 5vw;
}
.contact-wrap:first-child .contact-item:last-child {
  border-bottom: none;
}
.contact-wrap:not(:first-child) {
  margin-top: 2.8vw;
}
.contact-stl {
  font-size: 1.38vw;
  font-weight: 700;
}
.contact-list {
  padding-top: 0.5vw;
  padding-left: 0.8vw;
}
.contact-item {
  display: flex;
  padding: 1.85vw 0;
}
.contact-item-title {
  width: 7em;
  font-size: 1.11vw;
  font-weight: 700;
  line-height: 1.5;
}
.contact-item {
  border-bottom: 1px solid #e3e3e3;
}
.contact-item-title::after {
  content: '任意';
  display: block;
  width: 3em;
  margin-top: 0.7vw;
  padding: 0.5vw 0 0.3vw;
  border: solid 1px #8b8b8b;
  color: #8b8b8b;
  font-size: 0.972vw;
  text-align: center;
}
.contact-item.is-required .contact-item-title::after {
  content: '必須';
  color: #e62a2a;
  border-color: #e62a2a;
}
.contact-item-input {
  flex: 1;
}
.contact-item-note {
  font-size: 0.972vw;
  font-weight: 700;
}
.contact-item-note:not(:first-child) {
  margin-top: 0.8vw;
}
.contact-item-note p:not(:first-child) {
  margin-top: 0.5vw;
}
.contact-item-input--grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-item-input--grid input {
  width: 9vw;
  margin-left: 0.5vw;
  padding: 0.6vw 2vw 0.6vw 1vw;
}
.contact-item-input--grid label {
  position: relative;
}
.contact-item-input--grid label::before {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5vw;
  transform: translate(0, -50%);
  font-size: 1.1vw;
  font-weight: 700;
}
.contact-item-input--inline {
  display: flex;
  align-items: center;
}
.contact-item-input--inline input {
  width: 22.2vw;
  margin-left: 0.5vw;
  padding: 0.6vw 4vw 0.6vw 1vw;
}
.contact-item-input--inline label {
  position: relative;
}
.contact-item-input--inline label::before {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 50%;
  right: 0.7vw;
  transform: translate(0, -50%);
  font-size: 1.1vw;
  font-weight: 700;
}
.date-row {
  display: flex;
  align-items: center;
  margin-top: 1vw;
  padding-top: 0.9vw;
}
.date-row:not(:first-of-type) {
  border-top: 1px solid #e3e3e3;
}
.contactprivacy-poricy {
  margin-top: 3.75vw;
}
.contactprivacy-poricy-text {
  font-size: 1.1vw;
  font-weight: 700;
  text-align: center;
}
.contactprivacy-poricy-text a {
  color: #365bee;
  text-decoration: underline;
}
.contactprivacy-poricy-checks {
  margin-top: 2vw;
  padding-left: 14vw;
  display: flex;
  flex-direction: column;
  gap: 1.8vw;
}
.contact-submit {
  margin-top: 3.2vw;
}
.contact-submit input {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22.22vw;
  aspect-ratio: 320/61;
  background-color: #f6e637;
  border-radius: 50rem;
  border: none;
  font-size: 1.25vw;
  cursor: pointer;
  transition: 0.3s;
}
/* input */
input,
label,
.select-parts {
  font-size: 1.1vw;
  font-weight: 700;
}
input,
.select-parts {
  border: 1px solid #a4a5a7;
  border-radius: 4px;
  font-size: 1.1vw;
  font-weight: 700;
}
input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
  padding: 1vw;
  border: 1px solid #a4a5a7;
  border-radius: 4px;
  font-size: 1.1vw;
  font-weight: 700;
}
.select-parts {
  position: relative;
  width: 100%;
}
.select-parts:before {
  content: '';
  display: block;
  position: absolute;
  top: 44%;
  right: 1.3vw;
  transform: translate(-50%, 0);
  width: 1.05vw;
  aspect-ratio: 42/24;
  background: url(../images/pc/select_arrow.webp) no-repeat top center/contain;
  z-index: 1;
}
.select-parts select {
  width: 100%;
  padding: 1.2vw 1.2vw;
  color: #4d4846;
  cursor: pointer;
}
::placeholder {
  color: #c3c3c3;
  font-size: 1.11vw;
  font-weight: 700;
}
input[type='date'] {
  width: 13vw;
  margin-left: 1vw;
  padding: 0.8vw;
}
input[type='radio'] {
  display: none;
}
.contact-item-input--radios label {
  position: relative;
  padding: 0 1.9vw 0 2vw;
}
.contact-item-input--radios label::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 1.5vw;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #a4a5a7;
  border-radius: 50%;
}
.contact-item-input--radios label::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0.4vw;
  transform: translate(0, -50%);
  width: 0.76vw;
  aspect-ratio: 1/1;
  background-color: #6974ea;
  border-radius: 50%;
  opacity: 0;
}
.contact-item-input--radios label:has(input:checked) {
  color: #6974ea;
}
.contact-item-input--radios label:has(input:checked)::after {
  opacity: 1;
}
input[type='checkbox'] {
  display: none;
}
.contactprivacy-poricy-checks label {
  position: relative;
  padding: 0 1.9vw 0 2vw;
}
.contactprivacy-poricy-checks label::before {
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translate(0, -50%);
  width: 1.4vw;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #a4a5a7;
}
.contactprivacy-poricy-checks label::after {
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  left: 0.3vw;
  transform: translate(0, -50%);
  width: 0.8vw;
  aspect-ratio: 1/1;
  background-color: #6974ea;
  opacity: 0;
}
.contactprivacy-poricy-checks label:has(input:checked) {
  color: #6974ea;
}
.contactprivacy-poricy-checks label:has(input:checked)::after {
  opacity: 1;
}
.thanks::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 288/12;
  background: url(../images/pc/thanks_head.webp) no-repeat top center/contain;
}
.thanks {
  padding: 15vw 0;
}
.thanks dl {
  text-align: center;
}
.thanks dl dt {
  font-size: 2vw;
  font-weight: 700;
}
.thanks dl dd {
  margin-top: 2vw;
  font-size: 1.4vw;
  line-height: 1.6;
}

.thanks-btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22.22vw;
  aspect-ratio: 320/61;
  margin-top: 4vw;
  background-color: #f6e637;
  border-radius: 50rem;
  border: none;
  font-size: 1.25vw;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and not (max-width: 667px) {
  .fv-cta:hover {
    transform: translate(-50%, 3px);
    opacity: 0.8;
  }
  .cta-line:hover,
  .cta-form:hover {
    transform: translateY(3px);
    opacity: 0.8;
  }
  .flow-btn:hover {
    transform: translateY(3px);
    opacity: 0.8;
  }
  .contact-submit input:hover {
    opacity: 0.6;
  }
}
.fixed-btn {
  position: fixed;
  top: 13vh;
  right: 0;
  width: 114px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  &.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  a {
    transition: 0.3s;
    &:hover {
      opacity: 0.8;
    }
  }
}
@media screen and (max-width: 667px) {
  .fv-cta {
    top: 96vw;
    width: 89%;
  }

  .point_img02 {
    display: block;
    position: relative;
    margin-bottom: -9vw;
    z-index: 1;
  }

  .cta-line,
  .cta-form {
    right: auto;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, 0);
    width: 89vw;
  }
  .cta-line {
    top: 56.5vw;
  }
  .cta-form {
    top: 80.5vw;
  }
  .cta-tel {
    display: block;
    position: absolute;
    top: 114vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 76vw;
    z-index: 1;
  }

  .effect {
    padding: 17vw 0 3vw;
  }
  .effect-title {
    width: 75vw;
  }
  .effect-slider {
    margin-top: 10vw;
  }
  .effect-slider .slick-slide {
    margin: 0 3vw;
  }
  .effect-slider .slick-prev,
  .effect-slider .slick-next {
    top: 38%;
    width: 12vw;
  }
  /* 左矢印 */
  .effect-slider .slick-prev {
    left: 3.5vw;
  }
  /* 右矢印 */
  .effect-slider .slick-next {
    right: 3.5vw;
  }
  .effect-note {
    margin-top: 6vw;
    font-size: 2.67vw;
    line-height: 1.6;
  }

  .voice-body {
    bottom: auto;
    top: 59vw;
  }
  .voice-slider .slick-slide {
    margin: 0 -3vw;
  }
  .voice-slider .slick-dots {
    gap: 4vw;
    margin-top: 1vw;
  }
  .voice-slider .slick-dots li {
    width: 2vw;
  }
  .voice-slider .slick-prev,
  .voice-slider .slick-next {
    top: 38%;
    width: 12vw;
  }
  /* 左矢印 */
  .voice-slider .slick-prev {
    left: 3.5vw;
  }
  /* 右矢印 */
  .voice-slider .slick-next {
    right: 3.5vw;
  }

  .case {
    padding: 17vw 0 4.9vw;
  }
  .case::before {
    background: url(../images/pc/case_back.webp) repeat top center/contain;
  }
  .case_title {
    width: 76.8vw;
  }
  .case-body {
    width: 100%;
    margin-top: 10.67vw;
    padding: 0 3.2vw;
  }
  .case-slider {
    display: none !important;
  }
  .case-wrap {
    position: relative;
  }
  .case-wrap:not(:first-child) {
    margin-top: 4.267vw;
  }
  .case-head {
    position: relative;
    box-shadow: 0 1px 12px rgba(140, 138, 115, 0.4);
    z-index: 1;
    transition: 0.1s;
  }
  .case-head::before,
  .case-head::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #a5e349;
    border-radius: 1px;
    transition: 0.3s;
  }
  .case-head::before {
    right: 3vw;
    width: 4.8vw;
    height: 1.067vw;
  }
  .case-head::after {
    right: 4.7vw;
    width: 1.067vw;
    height: 4.8vw;
  }
  .case-wrap:nth-child(2) .case-head::before,
  .case-wrap:nth-child(2) .case-head::after {
    background-color: #f88cdd;
  }
  .case-wrap:nth-child(3) .case-head::before,
  .case-wrap:nth-child(3) .case-head::after {
    background-color: #5cd1b8;
  }
  .case-wrap:nth-child(4) .case-head::before,
  .case-wrap:nth-child(4) .case-head::after {
    background-color: #59affa;
  }
  .case-content {
    display: none;
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 24px rgba(140, 138, 115, 0.24);
  }
  .case-content-inner {
    padding-bottom: 20%;
  }
  .case-content img:nth-child(1) {
    width: 88%;
    margin: 8% 4% 0;
  }
  .case-content img:nth-child(2) {
    display: block;
    height: auto;
    width: 80%;
    margin: 2% auto 0;
  }
  .case-content img:nth-child(3) {
    width: 83.5%;
    margin: 10% 10% 0;
  }
  .case-content img:nth-child(4) {
    display: block;
    height: auto;
    width: 80%;
    margin: 12% auto 0;
  }
  .case-wrap.is-active .case-head::after {
    transform: rotate(90deg) translate(-50%, 0);
    opacity: 0;
  }
  .flow-btn {
    top: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 91vw;
  }

  .contact-form {
    top: 54.5vw;
    width: 85.33vw;
    padding: 12vw 5.3vw 20vw;
  }
  .contact-wrap:not(:first-child) {
    margin-top: 12vw;
  }
  .contact-stl {
    font-size: 5.33vw;
    text-align: center;
  }
  .contact-list {
    padding-top: 5vw;
    padding-left: 0;
  }
  .contact-item {
    flex-direction: column;
    gap: 3.5vw;
    padding: 6.8vw 0;
  }
  .contact-item-title {
    width: auto;
    font-size: 4.27vw;
  }
  .contact-item-title::after {
    display: inline-block;
    top: -0.1vw;
    width: 3.5em;
    margin: 0 0 0 2vw;
    padding: 0.5vw 0 0.3vw;
    color: #8b8b8b;
    font-size: 3.2vw;
  }
  .contact-item-title br {
    display: none;
  }
  .contact-item-note {
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .contact-item-note:not(:first-child) {
    margin-top: 1vw;
  }
  .contact-item-note p:not(:first-child) {
    margin-top: 0.5vw;
  }
  .contact-item-input--grid {
    flex-direction: column;
    align-items: start;
    gap: 4vw;
  }
  .contact-item-input--grid span {
    display: inline-block;
    width: 3.3em;
  }
  .contact-item-input--grid input {
    width: 38vw;
    margin-left: 0;
    padding: 3vw 7vw 3vw 4vw;
  }
  .contact-item-input--grid label::before {
    right: 3.5vw;
    font-size: 4.67vw;
  }
  .contact-item-input--inline input {
    width: 52.8vw;
    margin: 0 0 0 auto;
    padding: 3.2vw 7vw 3.2vw 4vw;
  }
  .contact-item-input--inline label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .contact-item-input--inline label::before {
    right: 3.5vw;
    font-size: 3.73vw;
  }
  .date-row {
    margin-top: 5vw;
    padding-top: 0;
  }
  .date-row:not(:first-of-type) {
    border-top: none;
  }
  .contactprivacy-poricy {
    margin-top: 14vw;
  }
  .contactprivacy-poricy-text {
    font-size: 3.73vw;
    line-height: 1.7;
  }
  .contactprivacy-poricy-checks {
    margin-top: 8vw;
    padding-left: 0;
    gap: 4vw;
  }
  .contact-submit {
    margin-top: 12vw;
  }
  .contact-submit input {
    width: 100%;
    font-size: 4.8vw;
  }
  /* input */
  label,
  .select-parts {
    font-size: 3.73vw;
  }
  input,
  .select-parts {
    border: 1px solid #a4a5a7;
  }
  input,
  input[type='text'],
  input[type='email'],
  input[type='tel'],
  input[type='number'],
  textarea {
    padding: 4vw;
    font-size: 16px;
  }
  textarea {
    height: 40vw;
  }
  .select-parts:before {
    content: '';
    display: block;
    position: absolute;
    top: 44%;
    right: 3vw;
    transform: translate(-50%, 0);
    width: 3.2vw;
    background: url(../images/pc/select_arrow.webp) no-repeat top center/contain;
  }
  .select-parts select {
    width: 100%;
    padding: 4.5vw;
    color: #4d4846;
    cursor: pointer;
  }
  ::placeholder {
    font-size: 3.73vw;
    line-height: 1.6;
  }
  input[type='date'] {
    width: 45vw;
    margin-left: 3vw;
    padding: 3vw 1.5vw;
  }
  input[type='radio'] {
    display: none;
  }
  .contact-item-input--radios label {
    display: block;
    padding: 2vw 8vw;
  }
  .contact-item-input--radios label:not(:first-child) {
    margin-top: 2vw;
  }
  .contact-item-input--radios label::before {
    width: 5.687vw;
  }
  .contact-item-input--radios label::after {
    left: 1.3vw;
    width: 3vw;
  }
  .contact-item-input--radios label:has(input:checked) {
    color: #6974ea;
  }
  .contact-item-input--radios label:has(input:checked)::after {
    opacity: 1;
  }
  .contactprivacy-poricy-checks label {
    padding: 0 7vw;
    line-height: 1.6;
  }
  .contactprivacy-poricy-checks label::before {
    top: 3vw;
    width: 5.3vw;
  }
  .contactprivacy-poricy-checks label::after {
    top: 3vw;
    left: 1.1vw;
    width: 3vw;
  }
  .thanks {
    padding: 30vw 0;
  }
  .thanks dl dt {
    font-size: 6vw;
    font-weight: 700;
    line-height: 1.5;
  }
  .thanks dl dd {
    margin-top: 5vw;
    font-size: 4vw;
  }

  .thanks-btn {
    width: 100%;
    max-width: 250px;
    margin-top: 10vw;
    font-size: 4vw;
  }
  .fixed-btn {
    position: fixed;
    top: auto;
    bottom: 10px;
    width: 100%;
  }
}
