@charset "UTF-8";
/* CSS Document */
main {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 769px) {
main {
  max-width: 500px;
}		
}

img {
  width: 100%;
  vertical-align: top;
}
video {
  width: 100%;
}
.relative {
  position: relative;
}
.img-02-jump{
position: absolute;
  display: block;
  z-index: 2;
  background: rgba(255, 0, 0, 0); 
    top: 26%;
    left: 80%;
    width: 11%;
    height: 3%;
}
/*ふわっ動き*/
.down.move {
  transform: translateY(0px);
  opacity: 1;
}
.down {
  transition: 0.6s;
  transform: translateY(-20px);
  opacity: 0;
}
.move {
  transform: translateY(0px);
  opacity: 1;
}
.down-01 {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 4%;
}
.down-02 {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 36%;
}
.down-03 {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 66%;
}
/*cta-01*/
.float-01 {
  position: absolute;
  left: 21%;
  top: 5%;
  width: 60%;
}
.btn-02 {
  position: absolute;
  left: 10%;
  top: 9%;
  width: 80%;
}
/*cta-02*/
.float-02 {
  position: absolute;
  left: 21%;
  top: 54%;
  width: 60%;
}
.btn-03 {
  position: absolute;
  left: 10%;
  top: 60%;
  width: 80%;
}
/*FAQ*/
.img-19 {
  position: absolute;
  top: 70%;
  left: 26%;
  width: 50%;
}
.faq {
  background-image: url("../images/img-018.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  padding-bottom: 15%;
}
.faq-item {
  border-bottom: 1px solid #111;
  overflow: hidden;
  transition: all 0.35s ease;
  width: 90%;
  margin: 0 auto;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #111;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.faq-question span {
  display: inline-block;
}
.faq-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-left: 20px;
}
.faq-icon::before, .faq-icon::after {
  content: "";
  position: absolute;
  background: #111;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.faq-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5px;
  transform: translateY(-50%);
}
.faq-icon::after {
  top: 0;
  left: 50%;
  width: 1.5px;
  height: 100%;
  transform: translateX(-50%);
}
.faq-item.active .faq-icon::after {
  opacity: 0;
  transform: translateX(-50%) rotate(90deg);
}
.faq-answer-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-answer {
  padding: 0 0 24px;
  font-size: 16px;
  line-height: 1.9;
  color: #444;
}
.faq-label {
  font-weight: 700;
  margin-right: 12px;
}
.faq-q {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.faq-a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 768px) {
  .faq-question {
    font-size: 16px;
    padding: 20px 0;
  }
  .faq-answer {
    font-size: 14px;
    padding: 0 0 20px;
  }
}
/*エンドコンテンツ	*/
.end-wrap {
  background-image: url("../images/img-018.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
.img-20 {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 15%;
}

.img-20-jump{
position: absolute;
  display: block;
  z-index: 2;
  background: rgba(255, 0, 0, 0); 
top: 11%;
    left: 57%;
    width: 15%;
    height: 3%;
}
.img-21 {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 15%;
}
.footer {
  background: #344d90;
  text-align: center;
  padding: 3%;
}
.footer p {
  color: #fff;
}

/*追従フローティング*/
/* 追従ボタン本体 */
.floating-btn {
  position: fixed;
  right: 5px;
  bottom: 15px;
  z-index: 9999;
}

/* 画像サイズ固定（PC） */
/*.floating-btn img {
  width: 100px;
  height: auto;
}*/

/* スマホ用 */
@media screen and (max-width: 768px) {
  .floating-btn {
    right: 5px;
    bottom: 5px;
  }
  .floating-btn img {
  width: 75px;
  height: auto;
  }
}

.floating-btn img {
  display: block;
  width: 100px;
  height: auto;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.18));
}




