@charset "UTF-8";

/* common
-----------------------------------------------*/
:root {
  --color_gaika-red: #DC1C26;
  --color_gaika-blue: #005BAC;
  --color_gaika-black: #404040;
  --color_red-btn-shadow: #A80D15;
  --color_gaika-gray01: #F2F2F2;
}

/* SP PC 表示切り替え */
.demo-tool .sp-only {
  display: none;
}
.demo-tool .pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .demo-tool .sp-only {
    display: block;
  }
  .demo-tool .pc-only {
    display: none;
  }
}

.demo-tool * {
  box-sizing: border-box;
}

.demo-tool .img-set {
  width: 100%;
  height: auto;
}

/* cta
-----------------------------------------------*/
.demo-tool .btn--demo-open {
  color: #ffffff;
  background-color: var(--color_gaika-red);
  border-radius: 5px;
  box-shadow: 0 4px 0 var(--color_red-btn-shadow);
  transition: all 0.1s ease-in-out 0s;
  font-weight: bold;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 304px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .demo-tool .btn--demo-open {
    max-width: 500px;
    height: 72px;
  }
}
@media screen and (max-width: 428px) {
  .demo-tool .btn--demo-open {
    height: 64px;
  }
}

.demo-tool .btn--demo-open:hover {
  box-shadow: 0 0 0 var(--color_red-btn-shadow);
  opacity: 1!important;
  -webkit-transform: translate3d(0, 6px, 0);
  -ms-transform: translate3d(0, 6px, 0);
  transform: translate3d(0, 6px, 0);
}
.demo-tool .btn--demo-open .txt {
  font-size: 20px;
}


/* cta-area
-----------------------------------------------*/
.demo-tool .cta-area {
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .demo-tool .cta-area {
    padding: 4%;
  }
}
@media screen and (max-width: 428px) {
  .demo-tool .cta-area {
    padding: 24px 24px 29px;
  }
}

.demo-tool .cta-area__txt {
  color: var(--color_gaika-black);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.demo-tool .btn-tool {
  min-width: 200px;
}

/* mainvisual
-----------------------------------------------*/
.demo-tool .mainvisual-wrap {
  margin: 0 auto;
  text-align: center;
  background-color: #D8EFFF;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .demo-tool .mainvisual-wrap {
    margin-bottom: 0;
  }
}
.demo-tool .mainvisual-wrap .mainvisual {
  margin: 0 auto;
  position: relative;
  max-width: 890px;
}
@media screen and (max-width: 767px) {
  .demo-tool .mainvisual-wrap .mainvisual .mainvisual-img img {
    width: 100%;
  }
}
.demo-tool .mainvisual-left {
  position: absolute;
  top: 38px;
  left: 72px;
}
@media screen and (max-width: 855px) {
  .demo-tool .mainvisual-left {
    left: 40px;
  }
}

.demo-tool .mainvisual-left__inner {
  max-width: 368px;
}

.demo-tool .mainvisual__txt {
  margin-bottom:8px;
}

/* step
-----------------------------------------------*/
.demo-tool .step-wrap {
  width: 100%;
}

.demo-tool .step {
  background-color: var(--color_gaika-gray01);
  margin: 0 auto;
  width: 100%;
  max-width: 890px;
  padding: 28px 32px 24px;
}
@media screen and (max-width: 428px) {
  .demo-tool .step {
    padding: 28px 16px;
  }
}

.demo-tool .step__ttl {
  width: 100%;
  max-width: 318px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 428px) {
  .demo-tool .step__ttl {
    max-width: 256px;
    margin: 0 auto 20px;
  }
}

.demo-tool .step__inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
/* @media screen and (max-width: 855px) {
  .demo-tool .step__inner {
    gap: 16px;
  }
} */
@media screen and (max-width: 428px) {
  .demo-tool .step__inner {
    gap: 24px;
  }
}

.demo-tool .step__item {
  background-color: #ffffff;
  text-align: center;
  width: 100%;
  max-width: 380px;
  border-radius: 4px;
}
@media screen and (max-width: 855px) {
  .demo-tool .step__item {
    max-width: 336px;
  }
}
@media screen and (max-width: 428px) {
  .demo-tool .step__item {
    max-width: 380px;
  }
}

.demo-tool .step__item-ttl {
  background-color: var(--color_gaika-blue);
  border-radius: 4px 4px 0 0;
  width: 100%;
  padding: 12px 20px;
}

.demo-tool .step__item-contents {
  font-size: 16px;
  padding: 16px 24px 24px;
}

.demo-tool .step1__img {
  max-width: 220px;
}

.demo-tool .tool__ttl {
  max-width: 266px;
  margin: 0 auto 6px;
}

.demo-tool .tool__ttl--win {
  margin: 0 auto 12px;
}

.demo-tool .tool__icon {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 369px) {
  .demo-tool .tool__icon {
    margin-bottom: 8px;
  }
}


.demo-tool .tool__icon--win {
  gap: 24px;
}

.demo-tool .tool__icon-logo {
  width: 100px;
}

.demo-tool .tool__icon-logo--win {
  width: 148px;
}

.demo-tool .tool__icon-gr {
  width: 92px;
}

.demo-tool .tool__icon-store {
  width: 150px;
}

.demo-tool .tool__demo-icon {
  width: 50px;
  margin: 0 auto;
}

.demo-tool .step__down-arrow {
  background: var(--color_gaika-gray01);
  height: 72px;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 428px) {
  .demo-tool .step__down-arrow {
    height: 56px;
  }
}

.demo-tool .step-done {
  width:100%;
  max-width: 890px;
  margin: 0 auto;
  padding: 28px 106px 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .demo-tool .step-done {
    padding: 4% 8%;
  }
}

@media screen and (max-width: 428px) {
  .demo-tool .step-done {
    padding: 24px 32px 16px;
  }
}

.demo-tool .step-done__txt {
  color: var(--color_gaika-blue);
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .demo-tool .step-done__txt {
    font-size: 2.1rem;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 428px) {
  .demo-tool .step-done__txt {
    font-size: 30px;
    margin-bottom: 16px;
  }
}

/* accordion
-----------------------------------------------*/
.demo-tool .accordion {
  margin-bottom: 8px;
}

.demo-tool .accordionBox-wrap {
  width: 100%;
  max-width: 538px;
  margin: 0 auto;
}

.demo-tool .accordion-tool {
  padding: 24px 24px 32px;
}

.demo-tool .accordion-tool__txt {
  color: var(--color_gaika-black);
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: bold;
  text-align: center;
}
