@charset "UTF-8";

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic,
    "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  max-width: 550px;
  overflow-x: hidden;
  margin: 0 auto;
  background-color: #ededed;
  box-shadow: 0px 5px 22px 0px rgb(0 0 0 / 25%);
}

section,
div,
h1,
h2 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0;
  vertical-align: bottom;
  object-fit: contain;
}

header {
  display: flex;
  font-size: 0;
  background-color: #fff;
  justify-content: space-between;
  box-shadow: 1px 10px 7px -6px rgba(0, 0, 0, 0.3);
  z-index: 2;
  position: relative;
}

.logo {
  width: 42%;
}

.df .hbtan {
  width: 35%;
  box-shadow: 0px 2px 5px -1px #889ac8;
  border-radius: 3px;
}

.df {
  display: flex;
  justify-content: space-between;
  width: 51%;
  margin: auto 1%;
  padding: 1% 2%;
}

.df.header2 {
  justify-content: space-between;
  width: 49%;
}

a.htel {
  width: 20%;
  margin: auto 0;
}

section.mv {
  position: relative;
}

.mv_cta {
  position: absolute;
  bottom: 2%;
  padding: 0 5%;
}
.voicettl {
  width: 45%;
  margin: auto;
  margin: 7% auto 6%;
}
/* スライダー */

.voice {
  background-image: url(../img/voice_bg.jpg);
  background-size: cover;
  background-position: top;
  padding: 6%;
}

.result {
  background-image: url(../img/result_bg.jpg);
  background-size: cover;
  background-position: top;
  padding: 6%;
}
div .slick-next {
  right: 7px;
}

div .slick-prev:before,
div .slick-next:before {
  font-size: 40px;
  color: rgba(255, 255, 255, 0);
  opacity: 1;
}
.result div .slick-prev:before,
.result div .slick-next:before {
  font-size: 30px;
}

div .slick-prev {
  left: -18px;
}
/* スライダー1 */

.container button {
  z-index: 20;
}

.voice .slider02 .slick-dots li button:before {
  color: #fff !important;
  opacity: 1;
  font-size: 15px !important;
}
.voice .slick-prev:before {
  background: url(../img/btn_p.png);
  background-size: contain !important;
  background-repeat: no-repeat;
}

.voice .slick-next:before {
  background: url(../img/btn_n.png);
  background-size: contain !important;
  background-repeat: no-repeat;
}

.result .slick-prev:before {
  background: url(../img/btn2_p.png);
  background-size: contain !important;
  background-repeat: no-repeat;
}

.result .slick-next:before {
  background: url(../img/btn2_n.png);
  background-size: contain !important;
  background-repeat: no-repeat;
}

.voice .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #e3b338 !important;
}

/* スライダー2 */
.result .slider02 .slick-dots li button:before {
  color: #b2b2b2 !important;
  opacity: 1;
  font-size: 15px !important;
}

.result .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #e3b338 !important;
}

.resultbtn {
  width: 64%;
  margin: auto;
  display: block;
  padding: 3% 0 3%;
}

.result div .slick-next {
  right: 0px;
}

.result div .slick-prev {
  left: -7px;
}

p.date_area {
  font-weight: bold;
  font-size: 17px;
  margin: 2% 0 1% 2%;
}

/* アコーディオン */
.faq_00 {
  width: 90%;
  margin: 0 auto;
}

.faq_t {
  width: 30%;
  text-align: center;
  margin: 0 auto;
  font-size: 0px;
}

.faq_c_q {
  display: flex;
  align-items: center;
  background: #ede6f6;
  padding: 2% 3% 1%;
  position: relative;
  border-radius: 4px;
}

.faq_c_q::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 24px;
  height: 3px;
  transform: rotate(90deg);
  background: #401984;
  transition: all 0.3s ease-in-out;
}

.faq_c_q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 24px;
  height: 3px;
  background: #401984;
  transition: all 0.2s ease-in-out;
}

.accordion-container .faq_c_q.open::before {
  transform: rotate(180deg);
}

.accordion-container .faq_c_q.open::after {
  opacity: 0;
}

.faq_c_q img {
  width: 7%;
  height: 7%;
  margin: 1%;
}

.faq_c_a img {
  width: 7%;
  height: 7%;
  margin: 1%;
}

.faq_c_q p {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 1% 1% 3% 2%;
}

.faq_c_a {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  padding: 0% 3% 2%;
  border-radius: 0px;
}

.faq_c_a p {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  margin-left: 2%;
  line-height: 1.7;
}

.faq_c_01 {
  display: block;
  margin: 3% 0;
  overflow: hidden;
}

.qa {
  background-color: #fff;
  padding-bottom: 5%;
}

.accordion-container .acc-ttl.open::before {
  transform: rotate(180deg);
}

.accordion-container .acc-ttl.open::after {
  opacity: 0;
}

/* 光るボタン */
.demo-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.demo-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../img/cta.png");
  mask-image: url("../img/cta.png");
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
  pointer-events: none;
}

@keyframes shiny {
  0% {
    left: -10%;
  }
  50% {
    left: 110%;
  }
  100% {
    left: 110%;
  }
}
.shiny-btn {
  position: absolute;
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}

.demo-hikari {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: radial-gradient(
    circle,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 75%
  );
  animation-name: shiny;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes demo_kirari {
  100% {
    left: 100%;
  }
}

/* 追従 */

.floating-banner a {
  padding: 0 0.5%;
}

.floating-banner .blink {
  -webkit-animation: blink 1s ease infinite;
  animation: blink 1.2s ease infinite;
}

@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#Realtime01 {
  color: #df2a00;
}

.floating {
  position: fixed;
  bottom: 0px;
  width: 100%;
  margin: 0 auto;
  transition: 0.5s;
  background: rgb(255, 255, 255, 0.9);
  height: 20vh;
  font-weight: bold;
  max-width: 550px;
}

.follow_text {
  font-size: 14px
}

.Realtime_follow {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
}

.follow_flex {
  max-width: 90%;
  margin: 0 auto;
}

.floating_tel {
  width: 77%;
  position: relative;
  top: 1vh;
  display: inline-block;
}

.c-button._shiny {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 300ms;
}

.c-button._shiny::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}


@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.follow_woman {
  width: 20%;
  position: relative;
  top: -11vh;
  right: -76%;
}



.form-ttl {
  font-size: 18px;
  margin: 8px 0px 0px;
  padding: 0px 5px 8px;
  font-weight: bold;
  text-align: left;
  width: 95%;
  color: #401984;
}
body #contact {
  border-radius: 9px;
}

@media screen and (max-width: 767px) {
  div .faq_c_q p {
    font-size: 4vw;
    line-height: 1.5;
  }
  div .faq_c_a p {
    font-size: 4vw;
  }

  #contact .form_bg {
    padding: 7%;
    top: 11%;
    width: 100%;
  }
}
form#form-input {
  padding: 7%;
}
.form_tbl th {
  display: block;
  width: 95%;
  color: #1b3071;
  font-size: 18px;
  margin: 8px 0px 0px;
  padding: 0px 5px 8px;
  font-weight: bold;
  text-align: left;
}

span.must {
  margin-left: 10px;
  color: #fff;
  background: #d00206;
  padding: 2px 4px 3px;
  font-size: 16px;
  margin-bottom: 3px;
  margin-right: 2px;
  border-radius: 3px;
}

form#form-input {
  border: none;
  box-shadow: 0px 0px 20px -4px #d4c2eb;
  border-radius: 7px;
}
.form_tbl td {
  display: block;
  width: 100%;
  max-width: 92vw;
  border: none !important;
  margin-bottom: 12px;
}

.form_tbl input#tel {
  text-indent: 5px;
  padding: 10px 0;
  width: 27%;
}
.form-input input,
textarea {
  font-size: 15px;
  border-radius: 5px;
  text-indent: 1em;
  padding: 10px 0;
  width: 100%;
  background-color: #eae1f5;
  color: #cbb3e8;
  border: none;
  font-weight: bold;
}

textarea {
  font-size: 15px;
  border-radius: 5px;
  text-indent: 1em;
  padding: 10px 0;
  width: 100%;
  background-color: #d4e0f8;
  border: none;
  font-weight: bold;
}

.form_tbl {
  background: #fff;
  padding: 0% 5% 5% 5%;
  border-radius: 10px;
  width: 100%;
}

.form_bg {
  padding: 7%;
  top: 13%;
}

#contact {
  position: relative;
  background: #fff;
}

::placeholder {
  color: #cbb3e8;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #7583ae;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #7583ae;
}

button#confirm {
  background-color: #5a2ca9;
  color: #fff;
  border-radius: 100px;
  padding: 17px 0;
  margin-bottom: 8%;
  border: none;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
}

button.hover.goBack {
  width: auto !important;
  padding: 14px 18px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #585f63;
  border: solid 1px #000000;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: bold;
}

button.hover.sendFrom {
  width: auto !important;
  padding: 14px 18px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #03a9f4;
  border: solid 1px #0f9ada;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: bold;
}

.submit-btn {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 5% auto 0;
}

.error-wrap {
  color: #da0301;
  font-size: 14px;
  margin-bottom: 2%;
}
.error {
  color: #da0301;
  font-size: 14px;
  margin: 2% 0 -3%;
}
.s_btn {
  margin: auto;
}

.input_title {
  color: #fff;
  font-size: 16px;
  color: #000;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin-top: 2%;
  padding-bottom: 0%;
}

h2 {
  text-align: center;
  line-height: 0.5;
  padding: 5% 0 1%;
}

div .form_c {
  width: 90%;
  margin: auto;
}

.submitbtn2 input[type="submit"] {
  width: auto !important;
  padding: 15px 30px 12px 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #2982dc;
  border: solid 1px #0f9ada;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: bold;
}

.submitbtn {
  text-align: center;
  margin-top: 20px;
}

#footer a:link,
#footer a:hover,
#footer a:visited,
#footer a:active {
  color: #999;
}

div #footer {
  text-align: center;
}

.finish_b {
  background: #fff;
  width: 90%;
  padding: 5%;
}

.form-box {
  margin-bottom: 8%;
}

.c_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.confirm-table {
  background: #fff;
  margin: auto;
  padding: 3%;
  width: 90%;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -4px #889ac8;
  text-align: center;
}

.check-contents-box {
  background: #fff;
  text-align: center;
  padding: 5% 0;
}

h1.confirm {
  color: #1b3071;
}

.confirm-table td,
.confirm-table th {
  display: block;
}

.confirm-table tr {
  display: block;
  margin: 2% 0;
}

.contents.thank-contents {
  background: #fff;
  text-align: center;
}

.contents-box {
  padding: 5%;
  background: #fff;
}

p.btn {
  text-align: left;
  color: #1b3071;
  font-weight: bold;
}

.contents-box a.back.hover {
  text-decoration: none;
}

.policy-box {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px;
  border: 1px solid #a4a4a4;
  border-radius: 10px;
  font-size: 14px;
  margin-top: 50px;
}

.consent {
  font-size: 24px;
  color: #414141;
  margin-top: 25px;
  text-align: center;
}

input[type="checkbox"] {
  transform: translateY(5px);
}

input[type="radio"],
input[type="checkbox"] {
  width: 25px;
  height: 25px;
}

.bgp{
    background-color: #401984;
}
