@import url(https://fonts.googleapis.com/css?family=Open+Sans);

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font: 'Open Sans', Arial, sans-serif;
  width: 100%;
  margin: auto;
  font-size: 18px;
}
body.footerBtm{
  display:grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr auto;
	min-height: 100vh;
}
/*----------------------------
margin 調整
----------------------------*/
.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt80 {
  margin-top: 80% !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mt300 {
  margin-top: 300px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/*----------------------------
padding 調整
----------------------------*/
.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/*----------------------------
font 調整
----------------------------*/
.fs_ss {
  font-size: 70%;
}

.fs_s {
  font-size: 80%;
}

.fs_m {
  font-size: 120%;
}

.fs_l {
  font-size: 140%;
}

.fs_ll {
  font-size: 160%;
}

.fs_lll {
  font-size: 200%;
}

.fc_red {
  color: #F00;
}

.fc_black {
  color: #000;
}

.fw_b {
  font-weight: bold;
}

/*----------------------------
その他 調整
----------------------------*/
.clear {
  clear: both;
}

.bg_marker {
  background-color: #ffb8ca;
  color: #000;
}

.overf_h {
  overflow: hidden;
}

.bg_yellow {
  background-color: #fff372;
  color: #000;
}

.under_line {
  text-decoration: underline;
  color: #F00;
  font-weight: bold;
}

.ac {
  text-align: center !important;
}
.ar {
  text-align:right!important;
}
body::before {
  background: url(../img/index_background.jpg) no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}
body#body::before {
  background:none;
}

body#body01::before {
  background: url(../img/q1_background.jpg) no-repeat center;
  background-size: cover;
}

body#body02::before {
  background: url(../img/q2_background.jpg) no-repeat center;
  background-size: cover;
}

body#body03::before {
  background: none;
}

body#body04::before {
  background: url(../img/q4_background.jpg) no-repeat center;
  background-size: cover;
}

body#body05::before {
  background: url(../img/q5_background.jpg) no-repeat center;
  background-size: cover;
}

body#body06::before {
  background: url(../img/q6_background.jpg) no-repeat center;
  background-size: cover;
}

body#body07::before {
  background:none;
}

.body--loading::before {
  background:none;
  background-color: #000000;
}

/*背景動画*/
div.bg_mv {
  /*height: 600px;*/
  width:100%;
  /*height:100vh;*/
  /*margin-bottom: 20px;*/
}

div.bg_mv .video-box {
  /*position: relative;*/
  position:fixed;
  top: 0;
  bottom:0;
  z-index: -999;
  /*width: auto;
  height: 600px;*/
width:100%;
max-width: 500px;
height:100%;
  overflow: hidden;
}

div.bg_mv .video-box video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -50;
  transform: translate(-50%, -50%) scale(1.05);
}

div.bg_mv .video-box video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -50;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 900px) {
  div.bg_mv .video-box {
    height: 84.25vw;
  }
  div.bg_mv .video-box video {
    z-index: 0;
    width: 500px;
    object-fit:none;
  }

  div.bg_mv .bord {
    z-index: 999;
  }
}
@media screen and (max-height: 414px) {/*SP横位置*/
  div.bg_mv .video-box {
    max-width:none;
  }
}
@media screen and (min-width:501px) and (max-width:899px){
  div.bg_mv .video-box {
    max-width:none;
  }
}

body#body00::before {
  background-image: none;
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  animation: bg_anime 16s infinite;
}

/* アニメーション */
@keyframes bg_anime {
  0% {
    background-image: url(../img/sample01.jpg);
    /* 背景画像1を指定 */
  }

  20% {
    background-image: url(../img/sample01.jpg);
    /* 背景画像1を指定 */
  }

  35% {
    background-image: url(../img/sample02.jpg);
    /* 背景画像2を指定 */
  }

  53% {
    background-image: url(../img/sample02.jpg);
    /* 背景画像2を指定 */
  }

  68% {
    background-image: url(../img/sample03.jpg);
    /* 背景画像3を指定 */
  }

  85% {
    background-image: url(../img/sample03.jpg);
    /* 背景画像3を指定 */
  }

  100% {
    background-image: url(../img/sample01.jpg);
    /* 背景画像1を指定 */
  }
}
@media screen and (min-width: 900px) {
  body {
    max-width: 500px;
    background: #000;
  }

  body::before,
  body#body01::before,
  body#body02::before,
  body#body03::before,
  body#body04::before,
  body#body05::before,
  body#body06::before {
    max-width: 500px;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
/*黒背景を追加*/
body#body::after,
body#body01::after,
body#body02::after,
body#body03::after,
body#body04::after,
body#body05::after,
body#body06::after{
  content: '';
  background-color: rgba(0,0,0,.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  z-index: -1;

}
footer{
  padding: 10px;
  /*background: rgba(0, 0, 0, 0.5);*/
  color: #fff;
  text-align: center;
}
footer a{
  color: #fff;
}
.bord {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.bord-w {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}

.bord h1,
.bord h2,
.bord h3,
.bord p,
.bord ul,
.bord-w h1,
.bord-w h2,
.bord-w h3,
.bord-w p,
.bord-w ul  {
  margin: 0;
  padding: 0;
}

h1 {
  text-align: center;
  color: #fff;
  padding: 10px;
  margin: 0;
  font-size: 20px;
}
.forPosiBtm{
  min-height: cal(100vh - 70px);
}
.posiBtm {
  position: absolute;
  bottom: 62px;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .posiBtm {
    max-width: 500px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-height: 414px) {/*SP横位置*/
  .posiBtm {
    position: relative;
    bottom:auto;
  }
}

#q1 h2 {
  text-align: center;
  color: #fff;
  /*padding: 8px 16px;*/
  font-size: 18px;
}

.content {
  padding: 16px;
  color: #fff;
}

.content img {
  height: auto;
  width: 100%;
}

.btnArea {}
.btnArea .btn {
  text-align: center;
  padding: 8px 36px;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  border: none;
}
.btnArea .btn-submit {
  opacity: .5;
  background: #000;
}
.btnArea .btn-index {
  opacity: 1;
  background: #E91E63;
}
.btnArea button {
  background: #E91E63;
  text-align: center;
  padding: 8px 36px;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  border: none;
}

.btnArea button:disabled {
  opacity: .5;
  background: #000;
}
/*Checkboxes styles*/
.content form div {
  margin-bottom: 24px;
}

.content input[type="checkbox"] {
  display: none;
}

.content input[type="checkbox"]+label {
  display: block;
  position: relative;
  padding-left: 40px;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 20px;
  font-weight: bold;
}

.content input[type="checkbox"]+label:last-child {
  margin-bottom: 0;
}

.content input[type="checkbox"]+label:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  position: absolute;
  left: 0;
  top: -3px;
  opacity: .4;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.content input[type="checkbox"]:checked+label:before {
  width: 12px;
  top: -8px;
  left: 10px;
  border-radius: 0;
  border-width: 2px;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*Radioes styles*/
.content form div {
  margin-bottom: 24px;
}

.content input[type="radio"] {
  display: none;
}

.content input[type="radio"]+label {
  display: block;
  position: relative;
  padding-left: 40px;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 20px;
  font-weight: bold;
}

.content input[type="radio"]+label:last-child {
  margin-bottom: 0;
}

.content input[type="radio"]+label:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  position: absolute;
  left: 0;
  top: -3px;
  opacity: .4;
  -webkit-transition: all .2s, border-color .1s;
  transition: all .2s, border-color .1s;
}

.content input[type="radio"]:checked+label:before {
  width: 12px;
  top: -8px;
  left: 10px;
  border-radius: 0;
  border-width: 3px;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
  scroll_left ｜左から出現
  ----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-50px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

/*----------------------------
  scroll_right ｜右から出現
  ----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(50px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

/*----------------------------
  fade
  ----------------------------*/
/*==================================================
ふわっ
===================================*/

.fadeUp {
  animation-name: fadeUpAnime;
  /*アニメーションの定義名*/
  animation-duration: 2s;
  /*アニメーション変化時間 ※デフォルト*/
  animation-fill-mode: forwards;
  /*アニメーションの開始と終了時の状態を指定*/
  opacity: 0;
}

/*アニメーションの開始から終了までを指定する*/
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transition: 1s ease-in-out;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transition: 1s ease-in-out;
    transform: translateY(0px);
  }
}

/*==================================================
    アニメーション設定
    ===================================*/

/* アニメーション１回分の時間の長さを指定するCSS*/
.change-time0 {
  animation-duration: 0s;
}

.change-time05 {
  animation-duration: 0.5s;
}

.change-time1 {
  animation-duration: 1s;
}

.change-time15 {
  animation-duration: 1.5s;
}

.change-time2 {
  animation-duration: 2s;
}

.change-time25 {
  animation-duration: 2.5s;
}


/* 動きをループさせるCSS*/

.count2 {
  animation-iteration-count: 2;
  /*この数字を必要回数分に変更*/
}

.countinfinite {
  animation-iteration-count: infinite;
  /*無限ループ*/
}


/* アニメーションの開始を遅らせるCSS*/

.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time1 {
  animation-delay: 1s;
}

.delay-time15 {
  animation-delay: 1.5s;
}

.delay-time2 {
  animation-delay: 2s;
}

.delay-time25 {
  animation-delay: 2.5s;
}


/* アニメーションの進行具合を操作するCSS*/

.timing-ease {
  animation-timing-function: ease;
}

.timing-ease-in {
  animation-timing-function: ease-in;
}

.timing-ease-out {
  animation-timing-function: ease-out;
}

.timing-ease-in-out {
  animation-timing-function: ease-in-out;
}

.timing-linear {
  animation-timing-function: linear;
}

.timing-steps {
  animation-timing-function: steps(4, end);
}

.timing-cubic-bezier {
  animation-timing-function: cubic-bezier(.17, .67, .67, .51);
}

/*==================================================
    アニメーションをまとめて設定する
    ===================================*/

.fadeDown {
  animation: fadeDownAnime 1s ease 1.5s forwards;
  /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
  opacity: 0;
}

/*アニメーションの開始から終了までを指定する*/
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transition: 0.8s ease-in-out;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transition: 0.8s ease-in-out;
    transform: translateY(0);
  }
}

.fadeDown {
  animation: fadeDownAnime 1s ease 1.5s forwards;
  /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
  opacity: 0;
}

/*アニメーションの開始から終了までを指定する*/
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transition: 0.8s ease-in-out;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transition: 0.8s ease-in-out;
    transform: translateY(0);
  }
}

/*in*/
.fadeIn {
  animation: fadeInAnime 0.8s ease 0.8s forwards;
  /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
  opacity: 0;
}

/*アニメーションの開始から終了までを指定する*/
@keyframes fadeInAnime {
  from {
    opacity: 0;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*=========グラフ表示のためのCSS ===============*/

.chart-area {
  /*円グラフがスマホでつぶれないようにする*/
  position: relative;
  width: 100%;
  height: 50vh;
}

/*=========無限ループスライド ===============*/
/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}
.sw-container{
  position: relative;
}
/* ページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  bottom: 10px;
}
.swiper-pagination-bullet{
  background-color: #fff;
}
.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #fff; 
    transform: scale(.5);
}
/*スワイプで枠付き*/
.swiper .waku {
  background-color:rgba(255,255,255, .85);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.swiper .waku .img {
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
}

.swiper .waku .img img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.swiper a:has(.waku){
  text-decoration: none;
  color: #000;
}

.q_none {
  display: none;
}

.loader {
  margin: 200px auto;
}
.loader_title {
  color: #fff;
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
  font-family: 'Noto Sans JP' , sans-serif;
}

.loader span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  -webkit-animation: 3s infinite linear;
  -moz-animation: 3s infinite linear;
  -o-animation: 3s infinite linear;
}
.loader span:nth-child(2) {
  background: #e84c3d;
  -webkit-animation: kiri 1.2s infinite linear;
  -moz-animation: kiri 1.2s infinite linear;
  -o-animation: kiri 1.2s infinite linear;
}
.loader span:nth-child(3) {
  background: #f1c40f;
  z-index: 100;
}
.loader span:nth-child(4) {
  background: #2fcc71;
  -webkit-animation: kanan 1.2s infinite linear;
  -moz-animation: kanan 1.2s infinite linear;
  -o-animation: kanan 1.2s infinite linear;
}

@-webkit-keyframes kiri {
  0% {
    -webkit-transform: translateX(-20px);
    z-index: 200;
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes kiri {
  0% {
    -moz-transform: translateX(-20px);
    z-index: 200;
  }
  50% {
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes kiri {
  0% {
    -o-transform: translateX(-20px);
    z-index: 200;
  }
  50% {
    -o-transform: translateX(20px);
  }
  100% {
    -o-transform: translateX(-20px);
  }
}
@-webkit-keyframes kanan {
  0% {
    -webkit-transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(20px);
    z-index: 200;
  }
}
@-moz-keyframes kanan {
  0% {
    -moz-transform: translateX(20px);
  }
  50% {
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(20px);
    z-index: 200;
  }
}
@-o-keyframes kanan {
  0% {
    -o-transform: translateX(20px);
  }
  50% {
    -o-transform: translateX(-20px);
  }
  100% {
    -o-transform: translateX(20px);
    z-index: 200;
  }
}
.video{
  width:100%;
  height: auto;
}
/*現在地表示*/
.flow {
  padding: 0;
  display: table;
  margin:20px auto 0;
  width:120px;
}
.flow li {
  position: relative;
  list-style-type: none;
  display: table-cell;
}
.flow li:before {
  display: block;
  width: 10px;
  height: 10px;
  margin: 7px auto 20px auto;
  content: '';
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}
.flow li:after {
  position: absolute;
  z-index: -1;
  top: 11px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #fff;
}
.flow li:first-child:after {
  content: none;
}
.flow li.active:before {
  background-color: #00B0DC;
}