@charset "utf-8";

* {
  margin: 0px;
  padding: 0px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* font-size: 16px; */
}
img {
  width: 100%;
  vertical-align: bottom;
}
area {
  border: none;
  outline: none;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* fv_layout */
.fv_layout {
  position: relative;
}
.fv_layout_gif {
  position: absolute;
  bottom: 37%;
  left: 4%;
  display: block;
  width: 33%;
  height: auto;
  top: 50%;
}
.massage_link{
  display: block;
  width: 6%;
  height: 1.1%;
  position: absolute;
  left: 47%;
  bottom: 10%;
}
/* =================================================================
footer
================================================================= */
/* footer {
  background: #5eb9df;
  margin-top: 5%;
}
.footer ul li {
  background: #c8e7f4;
  list-style: none inside;
}

.footer ul li + li {
  border-top: #fff solid 1px;
}

.footer ul li a {
  color: #333;
  text-decoration: none;
}

.footer_link a span {
  background: url(//b-shiki.jp/shirosai/img/footer_arrow.png) no-repeat 97%
    center;
  background-size: 10px;
  display: block;
  padding: 3% 0% 3% 10%;
}

.specific {
  background: url(//b-shiki.jp/shirosai/img/footer_icon_specific.png) no-repeat
    3% center;
  background-size: 30px;
  display: block;
}

.company {
  background: url(//b-shiki.jp/shirosai/img/footer_icon_company.png) no-repeat
    3% center;
  background-size: 30px;
  display: block;
}

.privacy {
  background: url(//b-shiki.jp/shirosai/img/footer_icon_privacy.png) no-repeat
    3% center;
  background-size: 30px;
  display: block;
}

.footer_top {
  background: url(//b-shiki.jp/shirosai/img/footer_icon_top.png) no-repeat 3%
    center;
  background-size: 30px;
  display: block;
} */

.copy {
  background: #5eb9df;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  padding: 2% 0%;
}

.guide {
  position: relative;
}
.guide .banner {
  position: absolute;
  left: 8%;
  top: 23.5%;
  width: 84%;
  height: 3%;
  display: block;
}
.guide .text {
  position: absolute;
  left: 33%;
  top: 33.7%;
  width: 42%;
  height: 1%;
  display: block;
}
.guide {
  position: relative;
  }
  .guide .banner {
  position: absolute;
  left: 8%;
  top: 23.5%;
  width: 84%;
  height: 3%;
  display: block;
  }
  .guide .text {
  position: absolute;
  left: 33%;
  top: 33.7%;
  width: 42%;
  height: 1%;
  display: block;
  }
  ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  }
  .guide .toggle_title {
  position: relative;
  cursor: pointer;
  }
  .guide .toggle_title .arrow {
  background: url(https://b-shiki.jp/shirosai/img/footer_arrow.png) no-repeat 97% center;
  background-size: 10px;
  display: block;
  padding: 3% 0% 3% 10%;
  }
  .guide .toggle_btn {
  position: absolute;
  top: 50%;
  right: 110px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  }
  .guide .toggle_btn:before {
  width: 2px;
  height: 10px;
  }
  .guide .toggle_contents dt {
  background: #c8e7f4;
  list-style: none inside;
  color: #333;
  border-top: #fff solid 1px;
  }
  .guide .toggle_contents dd {
  display: none;
  }
  .footer ul li {
  border-top: #fff solid 1px;
  }
  .guide ul li img{
  width: 100%;
  height: auto;
  vertical-align: top;
  }
  footer{
      margin: 5% auto 0;
      max-width: 1500px;
  }





/* 追記 */
.cv_btn {
  margin: 0 auto;
}
.cv_btn img {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}

.huki {
  position: relative;
  width: 90%;
  overflow: visible;
  margin: 0 auto;
}
.ani {
  position: absolute;
  top: 0%;
  left: 0;
  width: 35%;
  overflow: visible;
}

.float_new{
  position: fixed;
  bottom: 1%;
  z-index: 999;
  width: 100%;
  max-width: 750px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
.float_new img {
  width: 93.333%;
}
.float_new.active{
  opacity: 1;
  pointer-events: all;
}

#modal_box{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 15px;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
#modal_box.active{
  opacity: 1;
  pointer-events: all;
}
.modal_item{
  max-width: 780px;
  width: 100%;
  padding: 10px 10px;
  border: 2px solid #aaa;
  background: #fff;
  position: relative;
}
.modal_item > div{
  max-width: 510px;
  margin: 0 auto;
}
#modal-close{
  position: absolute;
  right: -30px;
  top: -30px;
  width: 30px;
  height: 30px;
  text-decoration: underline;
}

.flow_baikyaku {
  cursor: pointer;
  display: none;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  top: 210px;
  height: 40vw;
  max-height: 220px;
  right: -244px;
  /* width: 80%; */
  background: #e9335b;
  border-radius: 10px 0 0 10px;
  transition-duration: 0.6s;
}
.flow_baikyaku.yo-open{
  right: 0;
  transition-duration: 0.6s;
}
.flow_a > a {
  padding: 0;
  text-align: center;
  border-radius: 10px 0 0 10px;
  color: #fff;
  cursor: pointer;
  display: flex;
  z-index: 3;
  width: 40px;
  align-items: center;
  text-decoration: none;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 3px;
}
.flow_pop_img{
  position: relative;
  height: 220px;
}
.flow_pop_img div a{
  padding:0;
}
.flow_pop_img > a img{
  height: 220px;
  max-height: 220px;
  width: 244px;
  opacity:1 !important;
  transition-duration: 0.6s;
}
.close_tab_txt {
  font-size: 16px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 3px 20px;
  border-radius: 3px;
  max-width: initial;
  white-space: nowrap;
}
.flow_baikyaku{
  display: none;
}

@media (max-width: 1000px) {
#modal-close{
  right: -10px;
  top: -10px;
  filter: drop-shadow(1px 1px 2px black);
}
}