@charset "UTF-8";
/* 体験ストーリー */
/* contents area */
.story_blockarea {
  padding: 40px 0 60px;
  background: #fcf6e8;
}
.story_blockarea .genre {
  display: inline-block;
  padding: 0 1em;
  border-radius: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
}
.swiper-slide .story_blockarea .genre, .story__episode .story_blockarea .genre {
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.story_blockarea .genre.c_iryou {
  background: #5a99d3;
}
.story_blockarea .genre.c_fukushi {
  background: #91b206;
}
.story_blockarea .genre.c_cyouzai {
  background: #6cc2e0;
}
.story_blockarea__ttl {
  padding: 0.25em 0 0.4em;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.625em;
  color: #69564f;
}
.story_blockarea__profile {
  padding: 0 0 72px;
  font-size: 16px;
  line-height: 1em;
  color: #69564f;
}
.story_blockarea .bground {
  overflow: hidden;
  margin: -72px 0 40px;
  padding-top: 72px;
  border-radius: 0 0 40px 40px;
}
.story_blockarea .bground__hd {
  position: relative;
  padding-bottom: 40px;
  background: #fff;
}
.story_blockarea .bground__hd:before, .story_blockarea .bground__hd:after {
  content: "";
  position: absolute;
  display: block;
  top: -72px;
  width: 940px;
  height: 240px;
  background: #fff;
  border-radius: 50%;
}
.story_blockarea .bground__hd:before {
  left: -470px;
}
.story_blockarea .bground__hd:after {
  right: -470px;
}
.story_blockarea .bground__inner {
  position: relative;
  z-index: 2;
  padding: 37px 60px 0;
}
.story_blockarea .bground p {
  padding: 0 0 2.5em;
  font-size: 16px;
  line-height: 2.5em;
  color: #69564f;
  text-align: left;
}
.story_blockarea .bground p small {
  display: inline-block;
  font-size: 13px;
  line-height: 1.8em;
}
.story_blockarea .bground p a {
  color: #2390e2;
  text-decoration: underline;
}
.story_blockarea__mv {
  padding: 0 0 20px;
}
.story_blockarea .contents__cv {
  margin: 0 0 40px;
  background: #f9e8bd;
}
.story_blockarea .contents__cv p {
  padding: 0;
  font-size: 16px;
  line-height: 2em;
  color: inherit;
  text-align: left;
}

.single-story .midcontents__inner .wp-block-image {
  padding: 0 100px 30px;
}

body.single-story .jp-smartbot-webchat {
  right: 105px;
  bottom: 100px;
}
@media screen and (max-width: 896px) and (max-height: 480px) and (orientation: landscape) {
  body.single-story .jp-smartbot-webchat {
    bottom: 24vw;
    right: 20vw;
  }
  body.single-story .jp-smartbot-webchat .jp-smartbot-webchat-child {
    position: relative;
    left: 20vw;
  }
  body.single-story .jp-smartbot-webchat.jp-smartbot-webchat-minimized {
    bottom: 24vw;
    right: 20vw;
  }
  body.single-story .jp-smartbot-webchat.jp-smartbot-webchat-minimized .jp-smartbot-webchat-image-area {
    position: relative;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  body.single-story .jp-smartbot-webchat {
    bottom: 24vw;
    right: 28vw;
  }
  body.single-story .jp-smartbot-webchat .jp-smartbot-webchat-child {
    position: relative;
    left: 28vw;
  }
  body.single-story .jp-smartbot-webchat.jp-smartbot-webchat-minimized {
    bottom: 24vw;
    right: 28vw;
  }
  body.single-story .jp-smartbot-webchat.jp-smartbot-webchat-minimized .jp-smartbot-webchat-image-area {
    position: relative;
  }
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  /* contents area */
  .story_blockarea {
    padding: 8vw 5% 15vw;
  }
  .story_blockarea .genre {
    padding: 0 1em 0.2em;
    border-radius: 3vw;
    font-size: 2.9333333333vw;
    line-height: 5.9vw;
  }
  .story__episode .story_blockarea .genre {
    font-size: 3.2vw;
  }
  .story_blockarea__ttl {
    font-size: 5.8666666667vw;
    line-height: 1.59em;
  }
  .story_blockarea__profile {
    padding: 0 0 12vw;
    font-size: 3.7333333333vw;
  }
  .story_blockarea .bground {
    margin: -10vw 0 10vw;
    padding-top: 10vw;
    border-top-left-radius: 0vw;
    border-top-right-radius: 0vw;
    border-bottom-left-radius: 4vw;
    border-bottom-right-radius: 4vw;
  }
  .story_blockarea .bground__hd {
    padding-bottom: 0;
  }
  .story_blockarea .bground__hd:before, .story_blockarea .bground__hd:after {
    top: -10vw;
    width: 120vw;
    height: 40vw;
  }
  .story_blockarea .bground__hd:before {
    left: -60vw;
  }
  .story_blockarea .bground__hd:after {
    right: -60vw;
  }
  .story_blockarea .bground__inner {
    padding: 3vw 5vw 0;
  }
  .story_blockarea .bground p {
    padding: 0 0 2em;
    font-size: 3.7333333333vw;
    line-height: 2em;
  }
  .story_blockarea .bground p small {
    font-size: 2.9333333333vw;
  }
  .story_blockarea__mv {
    padding: 0 0 5vw;
  }
  .story_blockarea .contents__cv {
    margin: 0 0 10vw;
  }
  .story_blockarea .contents__cv p {
    font-size: 3.7333333333vw;
  }
  .single-story .midcontents__inner .wp-block-image {
    padding: 0 5vw 5vw;
  }
}/*# sourceMappingURL=story.css.map */