
/* 
/lan/keizoku/2105/のデザインを移植
*/
#wrapper .list_img.kv-list_img img {
    width: auto;
    margin: 0 auto;
    margin-left: unset;
  }
  .card-keyvisual__body .card-keyvisual__lead_text {
    font-size: 34px;
    font-weight: 700;
    color: #052548;
    letter-spacing: .15em;
    line-height: 1.25;
    margin-block: 0rem 1.5rem;
  }
  .kv-fv__cta {
    max-width: 300px;
    max-height: 79px;
    margin: 0 auto;
    min-width: 265px;
  }
  .fv__cta-button {
    background-color: #FF7733;
    color: #ffffff;
    border-radius: 0.3125rem;
    display: block;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0;
    margin-top: 0.75rem;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid #FF7733;
    font-family: "Noto Sans JP", sans-serif;
  }
  .fv__cta-button::before {
    content: "";
    background-color: #fff;
    opacity: 0.1;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    box-sizing: border-box;
  }
  .fv__cta-note {
    font-size: 1rem;
    line-height: 1.0625;
    letter-spacing: 0em;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.625rem;
  }
  .fv__cta-text {
    font-size: 1rem;
    line-height: 1.4375;
    letter-spacing: 0em;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    padding-left: 2.875rem;
  }
  .kv-fv__cta .fv__cta-text {
    font-size: clamp(1.25rem, 2.6075vw, 1.9rem);
    padding-left: unset;
    text-align: center;
  }
  .fv__cta-image {
    position: absolute;
    width: 5.625rem;
    height: 4.25rem;
    display: block;
    left: -1.625rem;
    top: -0.375rem;
  }
  .contact-button__icon {
    width: 1.625rem;
    height: 1.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FF8F51;
    border-radius: 0.25rem;
  }
  .contact-button__icon--orange {
    background-color: #ff8f51;
  }
  .fv__cta .contact-button__icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .fv__cta:nth-child(2) .fv__cta-button {
    color: #FF7733;
    background-color: #fff;
  }
  .kv-fv__cta.fv__cta:nth-child(2) .fv__cta-button .fv__cta-text {
    padding-left: unset;
    color: #331900;
  }
  .fv__cta-button:hover::before {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .fv__cta:nth-child(2) .fv__cta-button::before {
    background-color: #ff7733;
  }
  .fv__cta-button:hover::before {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  
  .fv__cta-button:hover .fv__cta-text {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .slider_wrap {
    width: 100%;
    overflow: hidden;
  }
  
    #wrapper .card-feature__slide img {
        margin: unset;
    }
  .card-feature__slide.card-feature__slide_top img {
    width: unset !important;
    height: unset !important;
  }

  .card-feature__slide img:first-child {
    animation: none;
  }
  
  .card-feature__slide img:last-child {
    animation: none;
  }
  
  .card-feature__slide {
    display: flex;
    width: max-content;
    
    animation: loop 15s linear infinite; 
  }
  
  .card-feature__slide img {
    height: 80px;
    width: auto;
    flex-shrink: 0;
    padding-right: 20px;
  }
  
  @keyframes loop {
    0% { transform: translateX(0); }
    100% { transform: translateX(-25%); } 
  }

  @-webkit-keyframes slide {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: -3220px 0;
    }
  }
  
  @keyframes slide {
    0% {
      background-position: 0 0;
    }
    to {
      background-position: -3220px 0;
    }
  }
  
  .slide_box.box {
    margin: auto;
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 30px;
    width: 100vw;  
    margin-left: calc(50% - 50vw);
  }
  .slide_box.box .sliding {
    background: url(/img/output/slider.png) repeat-x 50%;
    height: 50px;
    width: 100%;
    -webkit-animation: slide 25s linear infinite;
    animation: slide 25s linear infinite;
  }

  .fv__cta-text:before {
    content: "無料";
    font-size: 0.8125rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
    color: #FF7733;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
  }
  .fv__cta:nth-child(2) .fv__cta-button .fv__cta-text::before {
    color: #fff;
    background-color: #FF7733;
    left: -1rem;
  }
  .fv__cta-text:before {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 0.9375rem;
    line-height: 0.8666666667;
    left: -2rem;
  }
  .card-keyvisual__body .fv__cta-text:before {
    content: none;
  }
  
  @media screen and (min-width: 768px) {
        .only-sp {
            display: none;
        }
        .fv__cta__col2 {
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: 1fr 2.5rem 1fr;
            grid-template-columns: repeat(2, 1fr);
            gap: 2.5rem;
            max-width: 58.125rem;
            width: 100%;
            margin: 0 auto;
            bottom: 14.4444444444vw;
        }
        .fv__cta__col2.fv__cta__middle {
            margin-top: 60px;
        }
        .fv__cta__col2.fv__cta__bottom {
            margin-top: 20px;
        }
        .fv__cta:nth-child(2) {
            margin-top: 0;
        }
    .fv__cta-button {
        margin-top: 1.125rem;
        padding: 1.78125rem 0;
    }
    .kv-fv__cta .fv__cta-button {
        max-height: 79px;
        max-width: 300px;
        display: flex;
        justify-content: space-between;
        padding-left: 36px;
        box-sizing: border-box;
    }
    .fv__cta__middle .kv-fv__cta .fv__cta-button {
        max-width: 400px;
    }
    .fv__cta__middle .kv-fv__cta .fv__cta-button {
        padding-left: unset;
    }
    .fv__cta__middle .kv-fv__cta .fv__cta-button .fv__cta-text-wrap {
        margin: 0 auto;
    }
    .kv-fv__cta .fv__cta-note {
        font-size: clamp(0.75rem, 0.9722vw, 0.875rem);
        font-weight: normal;
        line-height: 1.5;
    }
    .fv__cta-text {
        font-size: 1.375rem;
        line-height: 1.0454545455;
        padding-left: 1.875rem;
    }
    .kv-fv__cta .fv__cta-text {
        font-size: clamp(0.875rem, 1.5277777778vw, 1.375rem);
    }
    .fv__cta-image {
        width: 7.5rem;
        height: 5.75rem;
        display: block;
        top: 50%;
        left: -3.5rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .kv-fv__cta-image {
        top: 40%;
        left: -5.5rem;
    }
    .fv__cta-image img {
        aspect-ratio: 1.3043478261;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .fv__cta .contact-button__icon {
        right: 1.625rem;
    }
    .contact-button__icon {
        width: 2.125rem;
        height: 2.125rem;
    }
    .kv-fv__cta.fv__cta:nth-child(2) .fv__cta-button {
        display: flex;
        justify-content: space-between;
    }
    .fv__cta__middle .kv-fv__cta {
        min-width: 400px;
        margin: 0 auto;
        margin-top: 60px;
    }
    .fv__cta:nth-child(2) .fv__cta-button .fv__cta-text::before {
        left: -2.5rem;
    }
    .fv__cta-note {
        font-size: 1.25rem;
        line-height: 1;
        font-family: "Noto Sans JP", sans-serif;
    }
    .card_brand_img {
        display: none;
    }
}

@media screen and (min-width: 621px) and (max-width: 767px) {
    .only-sp {
        display: none;
    }
  .fv__cta__col2 {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 2.5rem 1fr;
      grid-template-columns: repeat(1, 1fr);
      gap: 2.5rem;
      max-width: 58.125rem;
      width: 100%;
      margin: 0 auto;
      bottom: 14.4444444444vw;
    }
    .fv__cta__col2.fv__cta__middle {
        margin-top: 60px;
        max-width: 310px;
    }
    .fv__cta__col2.fv__cta__bottom {
        margin-top: 20px;
        max-width: 310px;
    }
    .fv__cta:nth-child(2) {
        margin-top: 0;
    }
.fv__cta-button {
    margin-top: 1.125rem;
    padding: 1.78125rem 0;
}
.kv-fv__cta .fv__cta-button {
    max-height: 79px;
    max-width: 300px;
    display: flex;
    justify-content: space-between;
    padding-left: 36px;
    box-sizing: border-box;
}
.fv__cta__middle .kv-fv__cta .fv__cta-button {
    max-width: 400px;
}
.fv__cta__middle .kv-fv__cta .fv__cta-button {
    padding-left: unset;
}
.fv__cta__middle .kv-fv__cta .fv__cta-button .fv__cta-text-wrap {
    margin: 0 auto;
}
.kv-fv__cta .fv__cta-note {
    font-size: clamp(0.75rem, 0.9722vw, 0.875rem);
    font-weight: normal;
    line-height: 1.5;
}
.fv__cta-text {
    font-size: 1.2rem;
    line-height: 1.0454545455;
    padding-left: 2.875rem;
}
.kv-fv__cta .fv__cta-text {
    font-size: clamp(0.875rem, 1.5277777778vw, 1.375rem);
}
.fv__cta-image {
    width: 7.5rem;
    height: 5.75rem;
    display: block;
    top: 30%;
    left: -5.5rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.kv-fv__cta-image {
    top: 40%;
    left: -5.5rem;
}
.fv__cta-image img {
    aspect-ratio: 1.3043478261;
    -o-object-fit: cover;
    object-fit: cover;
}
.fv__cta .contact-button__icon {
    right: 1.625rem;
}
.contact-button__icon {
    width: 2.125rem;
    height: 2.125rem;
}
.kv-fv__cta.fv__cta:nth-child(2) .fv__cta-button {
    display: flex;
    justify-content: space-between;
}
.fv__cta__middle .kv-fv__cta {
    min-width: 400px;
    margin: 0 auto;
    margin-top: 60px;
}
.fv__cta .fv__cta-button .fv__cta-text::before {
    left: -2rem;
}
.fv__cta-note {
    font-size: 1.25rem;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
}
}

@media screen and (max-width: 620px) {
    .card-keyvisual__top__inner {
        overflow: hidden;
    }
    .card-keyvisual__lead {
        text-align: left;
        font-size: 5.5vw;
        margin-block: .5rem .5rem;
        position: relative;
        z-index: 2;
    }
    .card-keyvisual__lead span {
        text-align: left;
        font-size: 100%;
    }
    .card-keyvisual__body .card-keyvisual__lead_text {
        font-size: 25px;
        text-align: left;
        position: relative;
        z-index: 2;
    }
    .fv__cta-button .fv__cta-text-wrap .fv__cta-note,
    .fv__cta-button .fv__cta-text-wrap .fv__cta-text {
        color: #ffffff;
        font-family: "Noto Sans JP", sans-serif;
    }
    .fv__cta:nth-child(2) .fv__cta-button .fv__cta-note {
        color: #331900;
        font-family: "Noto Sans JP", sans-serif;
    }
    .fv__cta:nth-child(2) .fv__cta-button .fv__cta-text {
        color: #FF7733;
        font-family: "Noto Sans JP", sans-serif;
    }
    .card-keyvisual__img {
        display: none;
    }
    .fv__cta__col2 .fv__static {
        margin-block: 0rem 1.5rem;
    }
    .fv__cta-note {
        font-family: "Noto Sans JP", sans-serif;
        color: #052548;
    }
    .fv__cta-text {
        font-family: "Noto Sans JP", sans-serif;
        color: #ffffff;
    }
    .fv__cta__col2.fv__cta__middle {
        max-width: 45vw;
        margin: 0 auto;
        min-width: 266px;
        margin-top: 8vw;
    }
    .fv__cta:nth-child(2) {
        margin-top: 1rem;
    }
    .fv__cta-image {
        position: absolute;
        width: 5.625rem;
        height: 4.25rem;
        display: block;
        left: -3.625rem;
        top: -1.375rem;
    }
    .fv__cta-text {
        padding-left: 1.875rem;
    }
    .fv__cta__col2.fv__cta__bottom {
        max-width: 45vw;
        margin: 0 auto;
        min-width: 266px;
    }
    .fv__cta-text:before {
        width: 2.125rem;
        height: 2.125rem;
        font-size: 0.7375rem;
        left: -1rem;
    }
    #wrapper .list_img.kv-list_img img {
        width: 50%;
    }
    .fv__cta__col2.fv__static {
        position: relative;
        z-index: 3;
        padding-bottom: 20vw;
        padding-top: 5vw;
    }
    .fv__computer {
        position: absolute;
        top: 0%;
        right: 0%;
        width: 75%;
        z-index: 1;
        pointer-events: none;
    }
    #wrapper .fv__computer img {
        width: 130%;
    }
    #wrapper .card_brand_img {
        width: 50%;
        margin: unset;
    }
}

.card-faq {
  padding-block: 6rem;
  margin-bottom: 6rem;
  padding-top: 0;
}
@media screen and (max-width: 620px) {
  .card-faq {
      padding-block: 3rem;
      margin-bottom: 5rem;
  }
}
/* -----------------------------------------------------
  accordion
----------------------------------------------------- */
.accordion .item {
  background: #fff;
  font-size: 16px;
  border: 2px solid #efefef;
  border-radius: 10px;
}

.accordion .item .q, .accordion .item .a {
  text-align: left;
  padding: 32px 0 32px 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .accordion .item .q, .accordion .item .a {
    padding: 5.21512vw 0 5.21512vw 15.64537vw;
  }
}

.accordion .item .q::before, .accordion .item .a::before {
  position: absolute;
  top: 0;
  left: 32px;
  -webkit-transform: translateY(27px);
  -ms-transform: translateY(27px);
  transform: translateY(27px);
  display: inline-block;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .accordion .item .q::before, .accordion .item .a::before {
    left: 5.21512vw;
    -webkit-transform: translateY(4.1721vw);
    -ms-transform: translateY(4.1721vw);
    transform: translateY(4.1721vw);
    font-size: 7.30117vw;
  }
}

.accordion .item .q span {
  padding-right: 80px;
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .accordion .item .q span {
    padding-right: 10.43025vw;
  }
}

.accordion .item .q span::before, .accordion .item .q span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 16px;
  margin-top: -2px;
  border-top: solid 2px #1D90CF;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

@media screen and (max-width: 767px) {
  .accordion .item .q span::before, .accordion .item .q span::after {
    right: 3.12907vw;
    width: 4.1721vw;
    margin-top: -0.52151vw;
    border-top: solid 0.39113vw #1D90CF;
  }
}

.accordion .item .q span::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.accordion .item .q::before {
  content: 'Q.';
  color: #1D90CF;
  font-weight: 700;
}

.accordion .item .q:hover {
  cursor: pointer;
}

.accordion .item .q.open span::after {
  opacity: 0;
}

.accordion .item .a {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  border-top: solid 1px transparent;
  padding-top: 0;         
  padding-bottom: 0;
  padding-right: 80px;
}

@media screen and (max-width: 767px) {
  .accordion .item .a {
    padding-right: 5.21512vw;
  }
}

.accordion .item .q.open + .a {
  max-height: 500px;
  opacity: 1;
  border-top: solid 1px #1D90CF;
  padding-top: 32px;
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .accordion .item .q.open + .a {
    padding-top: 5.21512vw;
    padding-bottom: 5.21512vw;
  }
}

.accordion .item .a::before {
  content: 'A.';
  color: #1D90CF;
  font-weight: 700;
}

.accordion .item + .item {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .accordion .item + .item {
    margin-top: 5.21512vw;
  }
}