@charset "UTF-8";
/* ---全体的に--- */
html {
  font-size: 14px;
}
body {
  width: 100%;
  font-family: sans-serif;
  overflow-x: hidden;
}
.body {
  background-color: #f4f0ea;
}

@font-face {
   font-family: 'MPLUS1p-Bold';
   src: url('/assets/fonts/MPLUS1p-Bold.ttf');
}

@media screen and (max-width: 1004px) {
  .main {
    display: none;
    height: 0;
  }
}
@media screen and (min-width: 1005px) {
  .mobile,
  .mobile_body {
    display: none;
    height: 0 !important;
  }
}
p {
  margin-bottom: 16px;
}
a {
  color: #ff8900;
  text-decoration: underline;
}
.a {
  color: #ff8900;
  text-decoration: none;
}
a:hover {
  color: #ff8900;
}
.row {
  margin: 0%;
  padding: 0%;
}
img {
  max-width: 100%;
}

/* ---navbar--- */
.navbar-main {
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 10;
  width: 100%;
  padding: 0% 8%;
  background: transparent;
}
.logo {
  max-width: 200px;
  margin-top: -10px;
}
.navbar-brand {
  text-decoration: none;
}
 .name {
  color: #808893;
  font-size: 13px;
  margin-left: 8px;
}
.mobile_menu {
  box-sizing: border-box;
  position: fixed;
  top: 0%;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  z-index: 1000;
}
.mobile_menu_list {
  list-style: none;
  line-height: 50px;
  padding: 0 12px;
}
.mobile-item a {
  padding: 0%;
}
.mobile_logo_image {
  height: 30px;
  margin: auto 0 auto 12px;
}
.in_toolbar {
  width: 80%;
  padding: 12px 0;
}
@media screen and (max-width: 1004px) {
  .in_toolbar {
    width: 95%;
    margin: auto;
  }
  .in_toolbar .active {
    background-color: red;
  }
}
.toggle-button {
  text-align: right;
  padding: 0%;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  outline: none;
}
.menu_icon {
  height: 48px;
}
.mobile-brand {
  padding: 11px 0 0 0;
  margin: 0%;
}
@media screen and (max-width: 415px) {
  .mobile-brand {
    padding: 10px 0 0 0;
  }
  .navbar {
    padding: 0%;
  }
}
.news-content a {
  margin-bottom: 16px;
}
.whats_new_message {
  font-family: 'HiraginoSans-W4',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #233348;
  margin-bottom: 16px;
}
.whats_new_message a {
  color: #233348;
}
.whats_new_message a:hover {
  color: #ff8900;
}
.news-mobile-item {
  margin-bottom: 16px;
}
.whats_new_date {
  opacity: 0.76;
  font-family: HiraginoSans-W4;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #233348;
}
.whats_img {
  width: 10%;
  justify-content: center;
}
@media screen and (max-width: 1004px) {
  .whats_img {
    width: 100%;
    justify-content: none;
    text-align: left;
    margin: 30px 0 25px 0;
  }
}
/*アクセスキー*/
.accessKey {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 10% 45px 10%;
  background: rgba(35,51,72,.9);
  text-align: center;
  z-index: 502;
  color: #fff;
}

.accessKey_text {
  padding: 0;
  margin: 0;
  font-size: 20px;
}

.accessKey_number {
  box-sizing: border-box;
  margin: 32px 0 0 0;
  width: 297px;
  border: 1px solid #dee1e6;
  border-right: none;
  height: 48px;
  border-radius: 4px;
  padding: 4px;
}
.accessKey_button {
  display: block;
  margin: 32px auto 0 auto;
  width: 124px;
  text-align: center;
  padding: 8px 0;
  border: none;
  background: #ff8900;
  color: #fff;
  border-radius: 24px;
  -webkit-appearnce: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s ease;
}
.accessKey_close {
  position: absolute;
  width: 68px;
  height: 68px;
  right: 32px;
  top: 32px;
  cursor: pointer;
}
.accessKey_button:hover {
  opacity: 0.9;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button:focus {
  outline: none;
}

.accessKey-button {
  width: 133px;
  height: 132px;
  position: fixed;
  padding: 42px 0 0 0;
  text-align: center;
  right: 3%;
  bottom: 3%;
  border-radius: 66px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  background: rgba(35,51,72,.6);
  z-index: 501;
  cursor: pointer;
}
.accessKey-animation {
  width: 88px;
  margin: 0 auto;
}
.accessKey-button_text {
  margin: 12px 0 0 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1004px) {
  .accessKey-button {
    display: none;
  }
  .accessKey {
    display: block;
    position: relative;
    padding-top: 124px;
    background: rgba(35,51,72,1);

  }
  .accessKey_close {
    display: none;
  }
  .accessKey_text {
    margin: 8px 0;
    text-align: center;
  }
  .accessKey_input {
    flex-direction: column;
  }
  .accessKey_number {
    border-radius: 4px;
    border-right: 1px solid #dee1e6;
    width: 70vw;
    text-align: center;
  }
  .accessKey_button {
    display: block;
    margin: 16px auto 0 auto;
    border-radius: 100px;
  }
  .accessKey_next {
    margin: 24px 0 0 0;
    text-align: center;
  }
  .accessKey_more {
    margin: 0;
    padding: 0;
    color: #808893;
  }
  .accessKey_icon {
    color: #808893;
    font-size: 34px;
    animation: arrow 1s ease infinite;
  }

  @keyframes arrow {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(5px);
    }
    100% {
      transform: translateY(0);
    }
  }
}

/* -機能、事例、料金- */

.tool_1 {
  font-size: 14px;
  margin: 25px 0px 10px 8px;
  text-decoration: none;
  text-align: center;
}
.tool_btn {
  position: relative;
}
.tool_btn:hover:before {
  background-color: #ffce00;
}
.tool_btn:before {
  content: "";
  margin: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  border-radius: 100px;
  background-color: transparent;
}
.tool_mr {
  margin-right: 3rem;
}
/* -問い合わせ、ログイン、無料で始める- */
.tool_2 {
  font-size: 14px;
  margin: 25px 0px 20px 8px;
}
@media screen and (max-width: 1200px) {
  .tool_mr {
    margin-right: 0;
  }
  .navbar-main {
    padding: 0 5% 0 10%;
  }
  .tool_1 {
    width: 83px;
  }
}
@media screen and (max-width: 1045px) {
  .tool_mr {
    margin-right: -10px;
  }
  .navbar-main {
    padding: 0 2% 0 10%;
  }
  .tool_1 {
    width: 78px;
  }
}
/* -無料で始めるボタン- */
.btn-warning {
  background-color: #ff8900;
  border: 1px solid #ff8900;
}
.btn-warning:hover {
  background-color: rgba(255, 137, 0, 0.9);
  border: 1px solid rgba(255, 137, 0, 0.9);
}
.btn-warning:active,
.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled):active {
  background-color: rgba(255, 137, 0, 0.7);
  box-shadow: none;
  border: 1px solid rgba(255, 137, 0, 0.7);
}
/* -ログインボタン- */
.btn-outline-warning {
  border: 2px solid #ff8900;
  border-radius: 25px;
  width: 100px;
  background: #fff;
}
.btn-outline-warning:hover {
  border: 2px solid #ff8900;
  background-color: rgba(255, 137, 0, 0.1);
}
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  border: 2px solid #ff8900;
  background-color: rgba(255, 137, 0, 0.2);
  box-shadow: none;
}
/* -無料でアンケートつくるボタン- */
.start {
  border-radius: 25px;
  width: 150px;
}
.title_btn {
  position: absolute;
  bottom: 13%;
  left: 10.5%;
}
.button_play {
  display: inline-block;
  border-radius: 100px;
  text-decoration: none;
  border:1px solid #ff8900;
  background: #fff;
  width: 48px;
  height: 48px;
  padding: 8px;
}
@media screen and (max-width: 1004px) {
  .title_btn {
    margin: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    white-space: nowrap;
    bottom: 0px;
    position: fixed;
    z-index: 1000;
    padding: 5px;
    left: 0;
    text-align: -webkit-center;
    background-color: rgba(255, 255, 255, 0.5);
    filter: blur(100);
    height: max-content;
  }

  .title_btn > a {
    text-decoration: none;
  }
}
.style_btn {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  width: 360px;
  height: auto;
  padding: 16px 20px;
}
@media screen and (max-width: 1004px) {
  .style_btn {
    width: 208px;
    margin: auto 40px 0 auto;
    border-radius: 30px;
  }
}

/* ---carousel--- */

.carousel {
  z-index: 0;
}
@media screen and (min-width: 1005px){
  .carousel {
    position: fixed;
    width: 100%;
  }
  .carousel-inner {
    position: relative;
    width: 100%;
    height: calc(100vw * 0.5625);
  }
  .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .carousel-btn {
    width: 280px;
  }
}

.carousel-item {
  position: relative;
  height: 100%;
}
.carousel-video {
  width: 100%;
}
@media screen and (max-width: 1004px) {
  .carousel {
    margin-top: 0;
    position: relative;
    padding-top: 234.13%;
    }
    .carousel-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
  .carousel-item img {
    width: 100%;
  }
.carousel-btn {
  position: absolute;
  bottom: 13%;
  left: 10.5%;
  width: 300px;
}
.make {
  border-radius: 50px;
  padding: 15px 25px;
  margin: 10px 0;
  width: 95%;
  font-size: 20px;
}
.make_mobile {
  opacity: 0.9;
}

.arrow {
  font-size: 30px;
}

.arrow2_left {
  position: absolute;
  top: 50%;
  left: -5%;
  font-size: 30px;
}
.arrow2_right {
  position: absolute;
  top: 50%;
  right: -5%;
  font-size: 30px;
}
.carousel-control-prev,.carousel-control-next {
  width: 5%;
}

.carousel-video_button-area {
  position: absolute;
  margin: auto;
  bottom: 15%;
  left: 0;
  right: 0;
  text-align: center;
}
.btn-register,.btn-video {
  background: #fff;
  text-decoration: none;
  padding: 16px 44px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 100px;
  box-shadow: 0 4px 8px 0 rgba(255, 137, 0, 0.3);
  border: solid 1px #ff8900;
}
.btn-video {
  margin: 0 0 0 24px;
  padding-left: 90px;
  background:#fff url(images/play@2x.png) 48px center no-repeat;
  background-size: 32px 32px;
}
.carousel-control-prev img,.carousel-control-next img{
  width: 48px;
}
.carousel-two-section {
  position: relative;
}
.carousel-item_text {
  position: relative;
  z-index: 1;
  padding: 17.5% 8%;
  color: #233348;
}
.text__caption {
  font-size: 20px;
  margin: 0;
}
.text__main {
  margin: 0 0 103px 0;
  font-family: 'HiraginoSans-W8',sans-serif;
  font-weight: bolder;
  font-size: 56px;
}
.text__main span {
  font-size: 40px;
}
.text__main_everyone {
  margin: 0 0 103px 0;
  font-family: 'HiraginoSans-W8',sans-serif;
  font-weight: bolder;
  font-size: 70px;
}
.text__main_everyone span {
  font-size: 56px;
}
.carousel-item_image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 62.5%;
  z-index: 0;
}
@media screen and (max-width: 1004px) {
  .text__main {
    font-size: 30px;
    margin: 0;
  }
}
.carousel-item_image img{
  width: 100%;
}
.make {
    box-shadow: 0 4px 8px 0 rgba(255, 137, 0, 0.3);
    font-size: 16px;
    font-weight: bold;
}

/* ---carouselより下--- */
.body_wrapper {
  position: absolute;
  top: calc(100vw * 0.5625);
  width: 100vw;
}
.body_wrapper:after {
  content:"";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  padding-top: 5.86%;
  background:transparent url(images/shadow@2x.png) center center no-repeat;
  background-size: cover;
  pointer-events: none;
}

@media screen and (max-width: 1004px) {
  .body_wrapper {
    position: relative;
    top: 0;
  }
}

.container {
  position: relative;
  width: 100%;
  padding: 0;
  max-width: none;
}

.center {
  text-align: center;
}
.v-box {
  align-items: center;
  justify-content: center;
  width: 1004px;
  margin: auto;
}
@media screen and (max-width: 1004px) {
  .v-box {
    width: 80%;
    margin: auto;
  }
}
.bg-1 {
  background-color: #f0f2f4;
  padding: 0% 0%;
}
.bg-2 {
  background-color: #fafafa;
  padding: 0% 0%;
}
.bg-3 {
  background-color: #f4f0ea;
}
.font_bold {
  font-weight: bold;
}
.function {
  max-width: 100%;
  display: block;
}
.icon {
  width: 9px;
  height: 9px;
  margin: 2px;
}
.sns {
  max-width: 55px;
  padding: 10px;
}
.whatsnew {
  padding-bottom: 2%;
  border-bottom: 1px solid #dee1e6;
}
.whatsnew_mobile {
  padding-bottom: 10%;
  border-bottom: 1px solid #dee1e6;
}
.whatsnew img {
  width: 7%;
}
.wn-date {
  font-family: 'HiraginoSans-W4',sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #233348;
  opacity: 0.76;
  font-size: 12px;
  line-height: 1.67;
}
.wn-text {
  font-size: 15px;
  line-height: 1.71;
  margin-left: 10px;
  font-family: 'HiraginoSans-W4',sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #233348;
  margin-top: 1px;
}

/* --機能紹介-- */
.intro {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
  padding-bottom: 78px;
}
.underBorder:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 8px; /*線の上下位置*/
  display: inline-block;
  width: 115%; /*線の長さ*/
  height: 7px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #ffce00; /*線の色*/
  border-radius: 5px; /*線の丸み*/
  z-index: -1;
}
.underBorder {
  font-weight: 700;
  font-size: 2rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  z-index: 1;
  margin-top: 90px;
}
@media screen and (min-width: 1004px) {
  .underBorder {
    margin-top: 45px;
  }
}
.QR {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #233348;
  margin-top: 50px;
}
.line9 {
  margin-top: 30px;
  margin-bottom: 50px;
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.72;
  letter-spacing: 1.8px;
  text-align: center;
  color: #233348;
}
.image_wrapper {
  position: relative;
}
.image_background {
  position: absolute;
  width: 120%;
  margin: auto;
  padding-top: 40%;
  left: -10%;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  box-shadow: 0 4px 20px 0 rgba(35, 51, 72, 0.05);
  background-color: #ffffff;
}
.image_function {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1004px) {
  .line9 {
    font-size: 14.5px;
  }
}

.live {
  padding-top: 100px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #233348;
  width: 100%;
}
@media screen and (max-width: 1004px) {
  .live {
    margin: 0;
    padding-top: 30px;
  }
}
.live img {
  vertical-align: 0px;
}
/* --Live!投票--- */
.line8 {
  margin-top: 30px;
  margin-bottom: 60px;
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.72;
  letter-spacing: 1.8px;
  text-align: center;
  color: #233348;
}
@media screen and (max-width: 1004px) {
  .line8 {
    margin: 30px 0;
    font-size: 14.5px;
  }
}
/* ---Q&A--- */
.qa {
  background-image: url('images/background.png');
  background-size: cover;
  background-position: center center;
}
.line2 {
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.72;
  letter-spacing: 1.8px;
  text-align: center;
  color: #233348;
  margin: 30px 0px;
}
@media screen and (max-width: 1004px) {
  .line2 {
    font-size: 14.5px;
  }
}
/* ---クイズ--- */
.quiz {
  background-image: url('images/quiz_background.png');
  background-size: cover;
  background-position: center center;
}

/* ---controller--- */
.controller {
  padding: 130px 0;
}
.controller_text {
  padding-left: 10px;
}
@media screen and (max-width: 1004px) {
  .controller_text {
    text-align: -webkit-left;
    padding: 30px 0px 30px 20px;
  }
}
.controller_img {
  text-align: left;
  margin: 16px 0;
}
.eventos_2 {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left !important;
  color: #233348;
  margin-top: 20px;
}
@media screen and (max-width: 1004px) {
  .eventos_2 {
    margin-top: 0px;
  }
}
.line4 {
  width: 314px;
  height: 49px;
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.72;
  letter-spacing: 1.8px;
  text-align: left;
  color: #233348;
}
@media screen and (max-width: 1004px) {
  .line4 {
    font-size: 14.5px;
  }
}
@media screen and (max-width: 336px) {
  .line4 {
    width: 300px;
  }
}
.icon3 {
  text-align: left;
  width: 35px;
  margin-top: 30px;
}
@media screen and (max-width: 1004px) {
  .icon3 {
    text-align: -webkit-left;
    padding: 10px 0px 10px 0px;
    width: 30px;
  }
}
.function4 {
  width: 100%;
  margin: 100px 0 69px 0;
  object-fit: contain;
}
.wrapper3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.controll_img {
  padding-right: 15px;
  width: 100%;
}
/* ---demo--- */
.demo {
    padding-bottom: 100px;
}
@media screen and (max-width: 1004px) {
  .demo {
    padding-top: 60px;
  }
}
.demo_icon {
  width: 30px;
  vertical-align: middle !important;
  margin: 0 10px 0 0;
}
.wrapper2 {
  display: flex;
}
.demo_box {
  width: 48%;
  margin: 8px;
}
@media screen and (max-width: 1004px) {
  .wrapper2 {
    flex-wrap: wrap;
  }
  .demo_box {
    width: 90%;
    margin: 0 auto 16px auto;
  }
}
.demo_title {
  margin-bottom: 16px;
}
.demo_image {
  border-radius: 10px;
  box-shadow: 0 4px 16px 0 rgba(35, 51, 72, 0.05);
}
.demo_right {
  width: 48%;
}
@media screen and (max-width: 1004px) {
  .demo_right {
    width: 90%;
    margin: auto;
  }
}
.demo_text {
  font-size: 16px;
  text-decoration: underline;
  padding-top: 55px;
  text-align: -webkit-right;
}
@media screen and (max-width: 1004px) {
  .demo_text {
    padding: 0 20px 20px 20px;
    margin-bottom: 0%;
  }
}
.line7 {
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.72;
  letter-spacing: 1.8px;
  text-align: left;
  color: #233348;
  margin-bottom: 100px;
  white-space: nowrap;
}
@media screen and (max-width: 1004px) {
  .line7 {
    font-size: 14.5px;
  }
}
/* --もっと便利-- */
.m-text {
  margin: 100px 0;
  width: 37%;
  padding-right: 30px;
}
@media screen and (max-width: 1004px) {
  .m-text {
    width: 100%;
    text-align: -webkit-left;
    padding: 0px 0 20px 20px;
    margin: 0;
  }
}
.motto_image {
  margin: 45px 0 10px 0;
}
.eventos {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left !important;
  color: #233348;
}
.m-link {
  font-size: 16px;
  text-decoration: underline;
  padding-top: 80px;
}
.function5 {
  max-width: 100%;
  object-fit: contain;
  margin: 90px 0 50px 0;
}
.m_img {
  width: 70%;
}
.eve_text {
  box-sizing: border-box;
  width: 100%;
  text-align: -webkit-left;
  margin: 30px 0 30px 10px;
  text-decoration-line: underline;
}
@media screen and (max-width: 1004px) {
  .eve_text {
    box-sizing: border-box;
    margin: 30px 0 0 0;
    padding-bottom: 30px;
    padding-left: 10px;
  }
}
.mobile_8 {
  padding-left: 15px;
}
/* ---事例紹介--- */
.case_swarrows {
  padding-bottom: 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.case_swarrows .swarrows_case {
  height: 371px !important;
  margin: 0;
}
.case_swarrows_video video{
  height: 256px;
  width: auto;
  border-radius: 16px;
  vertical-align: middle;
}

.video-caption {
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: bold;
}

.video-youtube > iframe {
  width: 455px;
  height: 250px;
}

@media screen and (max-width: 1004px) {
  .case_swarrows_video video{
    height: auto;
    width: 100%;
  }
  .case_swarrows .swarrows_case {
    margin: 40px auto 0 auto;
  }

  .video-youtube > iframe {
    width: 80vw;
    height: calc(80vw / 1.6);
  }
}
.your-class,.your-class2,.your-class3 {
  position: relative;
}
.your-class {
  width: 100%;
}
.your-class img {
  width: 100%;
}
.case_plan {
  margin-top: 90px;
}
@media screen and (max-width: 1004px) {
  .case_plan {
    margin-top: 45px;
  }
}
.case-item {
  background-color: #fff;
}
.detail {
  text-align: center;
}
div#case_introduction {
  background-color: #f0f2f4;
  text-align: center;
}

div#event_introduction {
  background-color: #f0f2f4;
  text-align: center;
  padding-bottom: 32px;
}
div#faq_introduction {
  background-color: #fafafa;
  text-align: center;
  padding-bottom: 32px;
}

.card-box {
  width: 100%;
}
.v-box3 {
  align-items: center;
  justify-content: center;
  width: 1004px;
  margin: auto;
}
@media screen and (min-width: 897px) {
  .m-box3 {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .p-box3 {
    display: none;
  }
}
@media screen and (max-width: 1004px) {
  .v-box3 {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 896px) {
  .v-box3 {
    display: none;
  }
  .m-box3 {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 479px) {
  .v-box3 {
    display: none;
  }
  .m-box3 {
    display: none;
  }
  .p-box3 {
    width: 90%;
    margin: auto;
  }
}
.box3 {
  width: 1004px;
  text-align: -webkit-center;
  padding: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 1004px) {
  .box3 {
    width: auto;
    margin: auto;
    text-align: -webkit-center;
  }
}
.wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1004px) {
  .wrapper {
    flex-wrap: wrap;
  }
}
.each-case {
  box-sizing: border-box;
  width: 312px;
  height: 338px !important;
  margin: 0 10px 40px 10px;
  background: #000;
  border-radius: 16px;
  position: relative;
}
.each-case:focus {
  border: none;
  outline: none;
}
.example {
  max-width: 100%;
  border-radius: 16px 16px 0 0;
  position:relative;
  overflow: hidden;
}
.example:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.rul {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 24px 28px;
}
.case_rule {
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #fff;
}
.d-link {
  text-align: left;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: -10px;
  padding: 6px 0;
}
.d-link a {
  text-decoration: none;
}
.case_text {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.72;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.case_text span {
  font-size: 12px;
}
@media screen and (max-width: 1004px) {
  .case_text {
    font-size: 14.5px;
  }
}

.case-slider {
  padding: 48px 0;
}

/* ---料金プラン--- */
table {
  width: 100%;
  border-spacing: 0;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}
.scroll-table {
  overflow: auto;
  white-space: nowrap;
}
table td {
  padding: 10px 0;
  text-align: center;
  border: 1px;
}

table th {
  padding: 10px 0%;
  font-weight: bold;
  font-size: 2rem;
  background-color: #fff;
}
.price_plan_table {
  color: #233348;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 10px;
  border-spacing: 0;
  overflow: hidden;
}

.price_plan_table td {
  border-left: 2px solid rgb(233, 227, 227);
  border-top: 0px none;
}

.price_plan_table th {
  border: 0px none;
}

td,
th {
  border-bottom: 2px solid rgb(233, 227, 227); /* ヨコ線はbottomだけを表示 */
}
td {
  border-left: 2px solid rgb(233, 227, 227); /* タテ線はleftだけを表示 */
}
th + th {
  border-left: 2px solid rgb(233, 227, 227); /* th要素は一番左のセルの線は不要なので隣接セレクタを活用します。 */
}
.free a,
.option a,
.enterprise a {
  font-size: 0.5em;
  font-weight: bold;
}
#price_plan {
  background-color: #f4f0ea;
  padding-bottom: 45px;
  text-align: center;
}
.price_plan {
  align-items: center;
  justify-content: center;
  width: 1005px;
  margin: auto;
  border: none;
  border-radius: 5px;
  border-spacing: 0;
}
@media screen and (max-width: 1004px) {
  .price_plan {
    width: 95%;
    margin: auto;
  }
}
.plan {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: normal;
  color: #233348;
}
th.free {
  color: #ffffff;
  /* box-shadow: 0px 16px 0px 0px #f4f0ea inset; */
}
th.monthly {
  color: #ffffff;
  /* box-shadow: 0px 16px 0px 0px #f4f0ea inset; */
}
th.option {
  color: #ffffff;
}
th.enterprise {
  color: #ffffff;
}
.remark {
  color: #ffffff;
  font-size: 0.5em;
}

/* ---よくあるご質問---*/

.faq-title {
  margin-top: 84px;
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 42px;
}
.faq-title-content {
  margin: auto 0;
  font-size:16px;
  text-align: left;
}
.faq-list-container {
  padding: 32px calc((100vw - 1024px) / 2);
}
.faq-title-icon {
  padding: 4px 12px;
  margin: 4px 20px 4px 0;
  border-radius: 100%;
  background-color: #ff8900;
  color: white;
}
.faq-list-container label {
  font-size: 24px;
  display: flex;
  margin: 0;
  padding : 0 12px;
  font-weight: bold;
  background :#f1f2f3;
  cursor :pointer;
  transition: all 0.5s;
  border-radius: 12px;
}
.faq-list-container input {
  display: none;
}
.faq-list-container .fa-chevron-down {
  margin: auto 0 auto auto;
  color: #989ea6;
}
.faq-list-container input[type=checkbox]:checked + label .fa-chevron-down {
  transform: rotate(180deg);
}
.faq-body {
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  font-size:16px;
  display: inline-flex;
  border-radius: 12px;
}
.faq-content {
  margin: auto 0;
  text-align: left;
}
.faq-body-icon {
  font-size: 24px;
  padding: 4px 12px;
  border-radius: 100%;
  background-color: #0066ff;
  color: white;
  margin: auto 20px auto 0;
}
#faq-title01:checked ~ #faq-body01,
#faq-title02:checked ~ #faq-body02,
#faq-title03:checked ~ #faq-body03,
#faq-title04:checked ~ #faq-body04,
#faq-title05:checked ~ #faq-body05,
#faq-title06:checked ~ #faq-body06,
#faq-title07:checked ~ #faq-body07,
#faq-title08:checked ~ #faq-body08,
#faq-title09:checked ~ #faq-body09,
#faq-title10:checked ~ #faq-body10,
#faq-title11:checked ~ #faq-body11,
#faq-title12:checked ~ #faq-body12 {
  height: auto;
  padding: 12px;
  margin-bottom: 20px;
  background: #f1f2f3;
  opacity: 1;
}

@media screen and (max-width: 420px) {
  .faq-title-content {
    font-size: 14px;
    text-align: left;
  }
  .faq-content {
    font-size: 14px;
    text-align: left;
  }
}

/* ---バナー--- */
.banner {
  -webkit-backdrop-filter: blur(5.9px);
  backdrop-filter: blur(5.9px);
}

.bg-banner {
  text-align:center;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (max-width: 1004px) {
  .bg-banner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.box {
  position: relative;
  z-index: 500;
  width: 100%;
}

/* ---フッター--- */
.footer {
  background-color: #233348;
  margin: -10px 0 0 0;
  padding: 10px 0px;
  color: #fff;
  position: relative;
  z-index: 500;
}
.footer_box {
  width: 1004px;
  margin: auto;
  padding: 5px;
}
@media screen and (max-width: 1040px) {
  .footer_box {
    width: 100%;
    margin: auto;
    padding: 10px;
  }
}
.serviceName {
  display: flex;
  align-items: center;
  margin: 90px 0 0 0;
}
@media screen and (max-width: 1004px) {
  .serviceName {
    margin: auto;
    display: grid;
    text-align: -webkit-center;
  }
}
.fotter-name {
  width: 24%;
  padding: 0 10px;
}
@media screen and (max-width: 1004px) {
  .fotter-name {
    width: 60%;
    margin: auto;
    padding: 10px;
  }
}
.fot_line {
  font-family: 'NotoSansJP',sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.07;
  letter-spacing: -1.1px;
  text-align: center;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
}
.fotter_link {
  color: #fff !important;
  text-decoration: none;
  opacity: 0.7;
}
.link_area {
  margin: 15px;
}
.hr {
  margin: 10px 0px;
  border-top: 1px solid white;
}
.v-list {
  background-color: #233348;
  color: #fff;
}
.readText {
  width: 13.8rem;
  font-size: 16px;
  font-size: 1.06667rem;
}
.number {
  opacity: 0.9;
  width: 100%;
  margin: auto;
  font-family: 'Helvetica Neue','Arial',sans-serif;
  white-space: nowrap;
}
.tel p {
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 1rem;
  line-height: 1.2;
  font-size: 2rem;
}
@media screen and (max-width: 1004px) {
  .tel p {
    text-align: center;
  }
}
.footer-table {
  padding: 0%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-5 {
  width: 41.66666666%;
}
.col-xs-4 {
  width: 33.333333333%;
}
.col-xs-8 {
  width: 66.666666666%;
}
.footer-mini-icon {
  width: 9px;
  height: 9px;
  margin: -2px 5px 2px 0;
}
.Copyright {
  width: 340px;
  height: 14px;
  font-family: HiraginoSans-W3;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin: 0 0 100px 0;
  opacity: 0.7;
  box-sizing: border-box;
}
@media screen and (max-width: 340px) {
  .Copyright {
    width: 100%;
  }
}

.recommended-env {
  color: #233348;
  padding-bottom: 32px;
  text-align: center;
}

.video-overlay {
  padding: 8%;
  top: 0;
  left: 0;
  z-index: 100;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.7);
}
.video-close {
  position: absolute;
  width: 67px;
  right: 3%;
  top: 3%;
}
.video {
  position: relative;
  padding-top: 56.25%;
}
.video_yt {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1004px) {
  .video-overlay {
    z-index: 10000;
    padding: 20% 0;
  }
  .video-close {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 80%;
  }
}
.is-hide {
  display: none;
}

.news-align {
  display: flex;
  align-items: center;
}

.case-introduce-title {
  margin-top: 84px;
  background-image: url('/assets/images/common/case-introduce-background.png');
  background-size: cover;
  padding: 100px calc((100vw - 1024px) / 2);
  color: white;
}

.case-introduce-title > h1 {
  font-weight: bold;
}

.case-introduce-title > p {
  padding: 20px 0;
}

.case-introduce-list-container {
  padding: 32px calc((100vw - 1024px) / 2) 0;
}

.case-introduce-list {
  display: flex;
}

.case-introduce-attr {
  margin-bottom: 8px;
  word-wrap: break-word;
}

.case-introduce-attr > span {
  padding: 4px 8px;
  border-radius: 8px;
  font-weight: bold;
  color: white;
  margin-right: 2px;
}

.case-event {
  color: white;
}

.case-text-lplist {
  margin-bottom: 8px;
}

.case-introduce-genre {
  background-color: #ff8900;
}

.case-introduce-scale {
  background-color: #0066ff;
}

.case-to-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.case-to-top > a {
  font-weight: bold;
  color: white;
  background-color: #ff8900;
  padding: 8px 16px;
  border-radius: 24px;
  text-decoration: none;
}

.link-oval {
  margin: 32px;
}

.link-oval > a {
  font-weight: bold;
  font-size: 24px;
  border-style: solid;
  border-color: #ff8900;
  border-radius: 32px;
  padding: 12px 32px;
  color: white;
  background-color: #ff8900;
  text-decoration: none;
}

@media screen and (max-width: 1004px) {
  .case-introduce-title {
    margin-top: -21px;
    padding: 80px 25px;
  }
  .case-introduce-list {
    padding: 24px;
  }
}

.case-page {
  flex-wrap: wrap;
}

.case-banner {
  padding-top: 48px;
}

@media screen and (max-width: 1004px) {
  .case-banner {
    padding-top: 0px;
  }
}

/*料金テーブル*/
th.enterprise, th.option, th.monthly, th.free {
  background-color: #f4f0ea;
  padding: 0.75rem 0 0 0;
}
th .money {
  font-size: 18px;
  padding: 10px 0;
}
th .money span {
  font-size: 28px;
}
th.enterprise > div p, th.option > div p, th.monthly > div p, th.free > div p{
  border-radius: 30px;
  display: inline-block;
  font-size: 12px;
  padding: 3px 15px;
  margin-bottom: 5px;
}

th.enterprise > div p {
  background-color: #d21d0f;
}
th.option > div p {
  background-color: #E9501E;
}
th.monthly > div p {
  background-color: #E97D02;
}
th.free > div p {
  background-color: #E8BC02;
}
.tb-enterprise, .tb-year, .tb-month, .tb-free {
  padding-bottom: 5px;
}

.tb-enterprise {
  background-color: #f02016;
  border-radius: 16px 16px 0 0;
  padding-top: 40px;
  width: 224px;
}

.enterprise-estimate {
  font-size: 24px!important;
}

.tb-year {
  background-color: #ff5722;
  border-radius: 16px 16px 0 0;
  padding-top: 20px;
}

.tb-month {
  background-color: #ff8900;
  border-radius: 16px 16px 0 0;
}

.tb-free {
  background-color: #fece04;
  border-radius: 16px 16px 0 0;
}

.tb-ym-shadow {
  box-shadow: 0px 0px 8px gray;
}

.tb-nth-odd > tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.tb-nth-even > tr:nth-child(even) {
  background-color: #f8f8f8;
}

.link-to-event-more-outer {
  padding: 32px 0px;
}

.case-view-more-container {
  padding-top: 32px;
  display: flex;
  justify-content: center;
}

.case-view-more {
  border-color: #0066ff;
  border-style: solid;
  border-radius: 32px;
  width: 300px;
  padding: 8px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  background-color: #0066ff;
  color: #fff;
}

.case-view-more:hover {
  border-color: #ff8900;
  background-color: #ff8900;
}

.event-lists{
  width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: calc((100vw - 960px)/2);
}

.event-lists-detail {
  margin-left: calc((100% - 960px)/2);
}

.event-list{
  display: flex;
  background-color: #fff;
  padding: 32px;
  margin: 16px 0px;
  border-radius: 16px;
  width: 100%;
}

.event-detail-img {
  display: flex;
  align-items: center;
  width: 40%;
}

.event-detail-img > img {
  width: 100%;
  height: auto;
}

.event-details {
  width: 60%;
  display: flex;
  align-items:center;
  padding-left: 16px;
}

.event-detail {
  text-align: left;
  padding-left: 16px;
}

.event-detail > p {
  margin-bottom: 8px;
}

.evd:before{
  font-weight: bold
}

.evd {
  word-break: break-all;
}

.event-name {
  font-size: 32px;
  font-weight: bold;
}

.event-list-created:after{
  content:" UPDATED";
}

.event-min-attendee:before{
  content:"予定開催人数下限：";
}
.event-link:before{
  content:"イベント詳細：";
  color: black;
}
.event-date:before{
  content: "開催日時：";
}

.event-join {
  color: #ff8900;
  font-weight: bold;
}


@media screen and (max-width: 1004px) {
  .event-lists{
    width: 90vw;
    margin-left: calc(5vw);
  }

  .event-detail-img {
    display: flex;
    align-items: center;
    width: 90%;
  }

  .event-detail-img > img {
    width: 100%;
    height: auto;
  }

  .event-details {
    width: 100%;
    display: flex;
    align-items:center;
    padding-left: 16px;
  }

  .event-detail {
    text-align: left;
    padding-left: 0px;
  }

  .event-name {
    font-size: 24px;
    font-weight: bold;
  }

  .picture1 {
    height: 56vw;
  }
}

@media screen and (max-width: 576px) {
  .event-lists{
    width: 90vw;
    margin-left: calc(5vw);
  }

  .event-list{
    display: block;
  }

  .event-detail-img {
    display: flex;
    align-items: center;
    width: 100%;
    height: 200px;
  }

  .event-detail-img > img {
    width: 100%;
    height: auto;
    border-radius: 16px 16px 0 0;
  }

  .event-details {
    width: 100%;
    display: flex;
    align-items:center;
    padding-left: 0px;
    padding-top: 16px;
  }

  .event-detail {
    text-align: left;
    padding-left: 0px;
  }

  .event-name {
    font-size: 24px;
    font-weight: bold;
  }
}

.event-list-container {
  padding: 32px calc((100vw - 1024px) / 2);
  background-color: #f0f2f4;
}

.elist-sort {
  background-color: #999999;
}

.elist-sort:hover {
  padding: 5px 10px
}

.elist-active {
  background-color: #ff8900;
}

#sample-pic-1 {
  background-image:url('images/pic_function5_1emp@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  position:relative;
}

#sample-qr {
  position: absolute;
  left: 40%;
  top: 22%;
}

.static-h2 {
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.4;
}

.scene-introduce {
  padding: 100px calc((100vw - 1024px) / 2);
  padding-top: 160px;
  padding-bottom: 100px;
  display:flex;
  background-size: cover;
  background-color: rgba(255,255,255,0.8);
  background-blend-mode: lighten;
}

.scene-introduce-title {
  padding-top: 32px;
  background-size: cover;
  color: black;
  margin-right: 24px;
  width: 110%;
}

.scene-introduce-title > h1,h2 {
  font-family: MPLUS1p-Bold;
  font-weight: bold;
}

.scene-introduce-image > img {
  border-radius: 24px;
}

.scene-hr {
  font-family: MPLUS1p-Bold;
  font-weight: bold;
  font-size: 40px;
  background-color:#ff8900;
  color: white;
  width:100vw;
  height:100px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.scene-cando-container {
  display:flex;
  width: 964px;
  margin-left: calc((100vw - 964px)/2);
}

.scene-cando {
    width: 50%;
    height: 396px;
    position: relative;
}

.qa {
  background-image: url(/images/background.png);
  background-size: cover;
}
.quiz {
  background-image: url(/images/quiz_background.png);
  background-size: cover;
}

.scene-cando > img {
  position:absolute;
  width: 400px;
  bottom: 0;
  padding: 0 16px;
}

.cando-title {
  padding-top: 40px;
}

.cando-caption {
  margin: 4px 0px;
}

.link-oval-top {
  text-align:center;
  margin:32px 0px 0px;
}

.scene-case-container {
  padding-top: 64px;
}

.scene-introduce-register {
  margin-top:32px;
}

.scene-introduce-register-mb {
  display:none;
}

.info-container {
  padding: 32px calc((100vw - 1024px) / 2);
}

.info-container > p {
  margin-bottom: 8px;
}

@media screen and (max-width: 1023px) {
  .scene-introduce {
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 24px;
    align-items: center;
  }

  .scene-introduce-title {
    margin-top: 32px;
    margin-right: 16px;
    margin-left: 16px;
    width: 80vw;
  }

  .scene-introduce-register {
    display: none;
  }

  .scene-introduce-image {
    width: 80vw;
  }

  .link-oval-top{
    margin-top: 0;
    margin-bottom: 0;
  }

  .scene-hr {
    font-size: 20px;
  }

  .scene-cando-container{
    flex-direction: column;
    margin-left:0px;
    width:100vw;
  }

  .scene-cando {
    width: 100%;
    height: 348px;
  }

  .scene-cando > img {
    width: 300px;
    margin-left:calc((100vw - 300px)/2);
    max-height:calc(100% - 104px);
  }

  .qa {
    width: 100vw;
  }
  .quiz {
    width: 100vw;
  }

  .scene-case-container{
    padding-top: 24px;
  }

  .case-introduce-list {
    padding-left: calc((100vw - 312px)/2);
  }

  .scene-introduce-register-mb {
    display: block;
    margin-top: 48px;
    margin-bottom: 24px;
  }

  .scene-list {
    flex-direction: column;
  }

  .info-container {
    padding: 32px 16px;
  }
}

@media screen and (max-width: 361px) {
  .case-introduce-list {
    padding-left: calc((100vw - 270px)/2);
  }
}

div#scene_introduction {
  text-align: center;
}

.scene-list {
  display: flex;
}

.scene-card {
  margin: 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: gray;
}

.scene-card:hover {
  text-decoration: none;
}

.scene-card > p {
  margin-top: 8px;
}

.scene-card > img {
  border-radius: 16px;
}

.scene-hr-padding {
  padding: 0;
}
