a {
  color: inherit;
  text-decoration: none
}

a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

*,
:after,
:before {
  box-sizing: border-box
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

ol,
ul {
  padding: 0
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0
}

.lp04 {
  margin: 0;
}

.sp {
  display: none;
}

@media screen and (max-width:768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* header */
header {
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  z-index: 51;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s ease;
}

#logo img {
  width: 199px;
  height: auto;
}

@media screen and (min-width: 769px) {
  header#header #logo {
    max-width: 440px;
    width: 35vw;
    margin-left: 30px;
  }
}

@media screen and (min-width: 769px) {
  .headerNavButton {
    display: flex;
    flex-wrap: nowrap;
  }
}

.headerNavButton .lpDownloadBtn {
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: end;
  color: #FFF;
  box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 20%);
  white-space: nowrap;
  background: linear-gradient(90deg, #FF8800 0%, #F86767 100%);
  width: 151px;
  height: 40px;
  gap: 12px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 28px;
  border-radius: 16px;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}

.headerNavButton .lpContactBtn {
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: end;
  color: #FFF;
  box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 20%);
  white-space: nowrap;
  background: linear-gradient(90deg, #0066FF 0%, #02BAFF 100%);
  width: 170;
  height: 40;
  gap: 12px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 28px;
  border-radius: 16px;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}

.lpContactBtnTextLabel,
.lpDownloadBtnTextLabel {
  display: inline-block;
}

.lpDownloadBtnTextLabel {
  display: inline-block;
}

.headerNavButton .right_arrow_header {
  width: 0.5vw;
  max-width: 6.5px;
}

.KVButton .right_arrow_KV {
  width: 0.7vw;
  max-width: 10.38px;
}

@media screen and (max-width: 768px) {
  #header {
    padding: 8px;
  }

  #logo img {
    width: 120px;
  }

  .headerNavButton {
    display: flex;
    gap: 8px;
  }

  .headerNavButton .lpDownloadBtn {
    margin-right: 0;
    width: 105px;
    height: 35px;
    font-size: 12px;
  }

  .headerNavButton .lpContactBtn {
    margin-right: 0;
    width: 105px;
    height: 35px;
    font-size: 12px;
  }

  .headerNavButton .right_arrow_header {
    width: 5.2px;
  }

  .KVButton .right_arrow_KV {
    width: 1.6vw;
  }
}

/* KV */
.KV_wrap {
  position: relative;
}

.KV_img {
  width: 100%;
}

.KVButton {
  display: flex;
  position: absolute;
  bottom: 6vw;
  left: 5vw;
  gap: 2vw;
}

.KVButton .lpDownloadBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 20%);
  white-space: nowrap;
  background: linear-gradient(90deg, #FF8800 0%, #F86767 100%);
  width: 20vw;
  height: 5vw;
  min-width: 110px;
  max-width: 300px;
  max-height: 72px;
  gap: 24px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 28px;
  border-radius: 16px;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: clamp(14.1px, 1.71vw, 26.2px);
  line-height: 28px;
}

.KVButton .lpContactBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 20%);
  white-space: nowrap;
  background: linear-gradient(90deg, #0066FF 0%, #02BAFF 100%);
  width: 20vw;
  height: 5vw;
  min-width: 140px;
  max-width: 300px;
  max-height: 72px;
  gap: 12px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 28px;
  border-radius: 16px;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: clamp(14.1px, 1.71vw, 26.2px);
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  .KV_img {
    padding-top: 64px;
  }

  .KVButton {
    bottom: 13vw;
    left: 11vw;
    gap: 5vw;
  }

  .KVButton .lpDownloadBtn {
    width: 32vw;
    height: 14vw;
    max-height: none;
    font-size: 3.6vw;
  }

  .KVButton .lpContactBtn {
    width: 32vw;
    height: 14vw;
    max-height: none;
    font-size: 3.6vw;
  }
}

/* slider */
.infiniteslide-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.infiniteslide-wrapper {
  display: flex;
  width: max-content;
  animation: slideLeft linear infinite;
  padding-top: 16px;
}

.infiniteslide {
  display: flex;
}

.infiniteslide li {
  list-style: none;
  margin-right: 20px;
  flex-shrink: 0;
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ロゴ一覧 */
.logo-grid ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* gap: 20px; */
  list-style: none;
  padding: 0;
  margin: auto;
  justify-items: center;
  align-items: center;
  /* margin-top: 4px; */
  width: 95%;
}

.logo-grid li img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .logo-grid ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .logo-grid ul {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* about */
img.about_img {
  width: 100%;
}

section.about_wrap {
  margin-top: -8px;
}

@media (max-width: 768px) {
  section.about_wrap {
    margin-top: -24px;
  }
}

/* reason */
section#reasonSection {
  margin-top: 96px;
}

.sectionTitle {
  text-align: center;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: clamp(32.2px, 2.714vw, 48px);
  line-height: 5vw;
}

.sectionTitle_small {
  font-size: clamp(18px, 1.914vw, 32px);
}

.sectionTitle span {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #FF8800;
}

span.sectionTitle_number {
  font-size: clamp(38.2px, 3.414vw, 54px);
}

span.sectionTitle_OR {
  font-size: clamp(32.2px, 2.914vw, 48px);
}

.title_border_OR {
  width: 100px;
  height: 4px;
  background-color: #FFBB00;
  display: block;
  margin: 8px auto 0;
}

.reason-block_area {
  width: 70%;
  max-width: 1048px;
  margin: 80px auto;
}

img.reason-block_img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  section#reasonSection {
    margin-top: 56px;
  }

  .reason-block_area {
    width: 85%;
    max-width: 1048px;
    margin: 56px auto;
  }
}

/* 機能一覧 */
section.kinou_list {
  background: #FFEBDA;
  padding: 96px 0;
  text-align: center;
}

.title_border {
  width: 100px;
  height: 4px;
  background-color: #fff;
  display: block;
  margin: 8px auto 0;
}

img.kinou_list_img {
  width: 100%;
  max-width: 1500px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  section.kinou_list {
    padding: 56px 0;
  }

  .title_border {
    margin: 8px auto 0;
  }
}

/* 追加開発機能 */
section.tsuika_kinou_list {
  background: #FFEBDA;
  text-align: center;
  padding-bottom: 40px;
}

p.sectionTitle_bottom_text {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: clamp(12px, 1.71vw, 18px);
  line-height: 1vw;
  margin-top: 40px;
  color: #2D2A27;
}

p.sectionTitle_bottom_text span {
  font-size: clamp(14px, 2.11vw, 22px);
}

img.tsuika_kinou_list_img {
  width: 80%;
  margin: 40px auto;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  p.sectionTitle_bottom_text {
    font-size: 4vw;
    line-height: 7vw;
  }

  p.sectionTitle_bottom_text span {
    font-size: 4vw;
    line-height: normal;
  }

  img.tsuika_kinou_list_img {
    width: 90%;
  }
}

/* 実績一覧 */
section.trackrecord_Section {
  background: #fff;
  padding: 96px 0;
  text-align: center;
}

.trackrecord_img_area {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 1.5vw;
  width: 80%;
  margin: 40px auto 0;
}

.trackrecord_img_area a {
  width: calc(100% / 3 - 1.5vw);
  display: block;
}

img.trackrecord_img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .title_border_OR {
    margin: 8px auto 0;
  }

  .trackrecord_img_area {
    gap: 24px 1.5vw;
    width: 90%;
    margin: 40px auto 0;
    flex-direction: column;
    align-items: center;
  }

  .trackrecord_img_area a {
    width: 100%;
    display: block;
  }
}

/* 乗り換え */
section#difSection {
  background: #f5f5f5;
  padding: 96px 0;
  text-align: center;
}

img.change_img.pc {
  width: 100%;
  max-width: 1300px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .sectionTitle {
    line-height: normal;
  }

  img.change_img {
    width: 90%;
    max-width: 480px;
    margin: 40px auto 0;
  }
}

/* よくあるご質問 */
section#qaSection {
  background: #fff;
  padding: 96px 0;
  text-align: center;
}

.accordion {
  width: 90%;
  max-width: 800px;
  margin: 56px auto;
}

.accordion-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.accordion-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  color: #2D2A27;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  box-shadow: 0px 4px 8px 0px #66666626;
}

.accordion-title .label {
  color: #fff;
  margin-right: 16px;
  flex-shrink: 0;
  width: 48;
  padding: 20px 10px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: linear-gradient(180deg, #FF8800 0%, #FFB700 100%);
  font-family: Helvetica;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.accordion-content .label {
  color: #FF8800;
  flex-shrink: 0;
  width: 48;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  display: inline-block;
}

.accordion-title .arrow {
  margin-left: auto;
  margin-right: 24px;
  width: 16px;
  height: auto;
  transition: transform 0.3s;
}

.accordion-title.active .arrow {
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  text-align: left;
  background: linear-gradient(180deg, #FFEBDA 0%, #FFF5EC 100%);
  color: #2D2A27;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 18px;
  line-height: 170%;
  text-indent: -47px;
  padding: 24px 35px 32px 70px;
}

.accordion-content a {
  color: #FF9800;
}

@media screen and (max-width: 768px) {
  .accordion-title {
    gap: 16px;
    font-size: min(3.5vw, 18px);
    text-align: left;
  }

  .accordion-title .label {
    margin-right: 0;
  }

  .accordion-title .arrow {
    margin-right: 16px;
  }

  .accordion-content {
    font-size: min(3.5vw, 18px);
    text-indent: -45px;
    padding: 24px 25px 32px 68px;
  }
}

/* お問い合わせ */
#contact {
  scroll-margin: 72px;
  margin-bottom: 80px;
}

iframe {
  width: 100%;
  max-width: 815px;
  margin: auto;
  display: block;
  height: 1030px;
}

/* footer */
#footer {
  position: relative;
  z-index: 50;
  background: #233348;
  color: #fff;
}

footer#footer .footerInner {
  box-sizing: border-box;
  max-width: 1024px;
  padding: 8px;
}

@media screen and (min-width: 769px) {
  footer#footer .footerInner {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 8px;
  }
}

footer#footer .copy {
  font-size: 10px;
  font-size: 0.6666666667rem;
  margin: 0 0 60px 0;
}

@media screen and (min-width: 769px) {
  footer#footer .copy {
    margin: 40px 0 60px;
  }
}

#footer .copy {
  text-align: center;
  margin: 0 !important;
}