@charset "UTF-8";
/* ---全体的に--- */
html {
  font-size: 14px;
}
body {
  width: 100%;
  font-family: sans-serif;
  overflow-x: hidden;
}

@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 {
  opacity: .6;
}
.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 {
  display: none;
  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;
  left: 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%;
}

.title_btn_adjustment {
  bottom: 0px;
}

.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_adjustment {
    bottom: 70px;
  }

  .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: 236px;
    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;
}
.bg-4 {
  background-color: #253347;
}
.bg-4-font-color {
  color: white;
}

.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;
}
.bold-heading {
  font-weight: 700;
  font-size: 2rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  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;
}
.line2-white-font {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.72;
  letter-spacing: 1.8px;
  text-align: center;
  color: white;
  margin: 30px 16px;
}

@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;
}

.external-media {
  display: flex;
  width: 800px;
  justify-content:center;
  flex-wrap:wrap;
  padding-bottom: 50px;
}

.external-media-item {
  margin: 10px;
  padding: 10px;
}

@media screen and (max-width: 1004px) {
  .external-media {
    width: 100vw;
  }
  .external-media-item {
    width: 115px;
    padding: 2px;
    margin: 2px;
  }
}

.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;
  padding: 6px 0;
}
.d-link a {
  color: #ff8900;
  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: 1111px;
  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;
  text-align: center;
}
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;
}

th.free,th.option,th.monthly,th.enterprise {
  text-align: center;
}


.remark {
  color: #ffffff;
  font-size: 0.5em;
}

/* ---料金プラン--- */


.faq-title {
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 42px;
  margin-top: 40px;
}
.faq-title-content {
  margin: auto 0;
  font-size:16px;
  text-align: left;
  font-weight: bold;
}
.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-content > a {
  color: #0056b3;
  text-decoration: underline;
  opacity: 0.6;
}
.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,
#faq-title13:checked ~ #faq-body13,
#faq-title14:checked ~ #faq-body14,
#faq-title15:checked ~ #faq-body15,
#faq-title16:checked ~ #faq-body16,
#faq-title17:checked ~ #faq-body17 {
  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;
  }
}

/* --- ヘルプ --- */

.help-title {
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 42px;
  margin-top: 40px;
}
.help-list-container > h2 {
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 32px;
  padding:10px 0;
  border-bottom: 2px solid #253347;
  margin-bottom: 20px;
}

.help-title-content {
  margin: auto 0;
  font-size:16px;
  text-align: left;
  font-weight: bold;
}
.help-wrapper {
  margin-bottom: 50px;
}
.help-list-container {
  padding: 32px calc((100vw - 1024px) / 2);
}
.help-container{
  display: flex;
  flex-direction: row;
  width: 100%;
}
.help-box {
 border: #ccc solid 3px;
 border-radius: 30px;
 overflow:hidden;
 margin: 10px;
}
.help-box p {
min-width:320px;
min-height: 150px;
}
.help-box p.help-headline {
  min-height: 50px;
  text-align: center;
  padding: 10px;
}

.help-01{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/01.png); background-size: cover;}
.help-02{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/02.png); background-size: cover;}
.help-03{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/03.png); background-size: cover;}
.help-04{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/04.png); background-size: cover;}
.help-05{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/05.png); background-size: cover;}
.help-06{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/06.png); background-size: cover;}
.help-07{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/07.png); background-size: cover;}
.help-08{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/08.png); background-size: cover;}
.help-09{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/09.png); background-size: cover;}
.help-10{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/10.png); background-size: cover;}
.help-11{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/11.png); background-size: cover;}
.help-12{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/12.png); background-size: cover;}
.help-13{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/13.png); background-size: cover;}
.help-14{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/14.png); background-size: cover;}
.help-15{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/15.png); background-size: cover;}
.help-16{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/16.png); background-size: cover;}
.help-17{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/16.png); background-size: cover;}
.help-18{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/18.png); background-size: cover;}
.help-19{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/19.png); background-size: cover;}
.help-20{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/20.png); background-size: cover;}
.help-21{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/21.png); background-size: cover;}
.help-22{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/22.png); background-size: cover;}
.help-23{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/23.png); background-size: cover;}
.help-24{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/24.png); background-size: cover;}
.help-25{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/25.png); background-size: cover;}
.help-26{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/26.png); background-size: cover;}
.help-27{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/27.png); background-size: cover;}
.help-28{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/28.png); background-size: cover;}
.help-29{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/29.png); background-size: cover;}
.help-30{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/30.png); background-size: cover;}
.help-31{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/31.png); background-size: cover;}
.help-32{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/32.png); background-size: cover;}
.help-33{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/33.png); background-size: cover;}
.help-34{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/34.png); background-size: cover;}
.help-35{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/35.png); background-size: cover;}
.help-36{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/36.png); background-size: cover;}
.help-37{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/37.png); background-size: cover;}
.help-38{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/38.png); background-size: cover;}
.help-39{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/39.png); background-size: cover;}
.help-40{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/40.png); background-size: cover;}
.help-41{ background-image:url(https://blog.liveqa.jp/wp-content/uploads/2022/03/41.png); background-size: cover;}


@media screen and (max-width: 420px) {
  .help-title-content {
    font-size: 14px;
    text-align: left;
  }
  .help-content {
    font-size: 14px;
    text-align: left;
  }
  .help-container{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

/* ---バナー--- */
.banner {
  -webkit-backdrop-filter: blur(5.9px);
  backdrop-filter: blur(5.9px);
}

.bg-banner {
  text-align:center;
  padding-bottom: 48px;
}
@media screen and (max-width: 1004px) {
  .bg-banner {
    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 {
  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-size: 2.5rem;
}

.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-size: 12px;
  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;
  align-items: baseline;
  margin-bottom: 24px;
  margin-left: 8px;
}

.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: 14px;
  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: 18px;
  padding-bottom: 26px;
  width: 224px;
}

.enterprise-estimate {
  font-size: 24px!important;
}

.tb-year {
  background-color: #ff5722;
  border-radius: 16px 16px 0 0;
  padding-top: 10px;
}

.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;
  margin: 8px 0 24px 0;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  background-color: #0066ff;
  color: #fff;
}

.case-view-more:hover {
  border-color: #ff8900;
  background-color: #ff8900;
  color: white;
  text-decoration: none;
  opacity: 1;
}

.event-lists{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.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.6;
}

.scene-introduce {
  padding: 100px calc((100vw - 1024px) / 2);
  padding-top: 40px;
  padding-bottom: 60px;
  display:flex;
  background-size: cover;
  background-color: rgba(255,255,255,0.8);
  background-blend-mode: lighten;
}

.scene-introduce-title {
  background-size: cover;
  color: black;
  margin-right: 24px;
  width: 110%;
}

.scene-introduce-title > h1 {
  font-weight: bold;
  font-size: 2.5rem;
}
.scene-introduce-title > h2 {
  font-weight: normal;
}

.scene-introduce-image > img {
  border-radius: 24px;
  width:700px;
}

.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;
  padding: 0 10px;
}

.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;
}

.info-container > p > a {
  text-decoration: underline;
}

@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;
}

.money-tax-included {
  font-size: 14px;
}

.info-container.terms {
  margin-bottom: 32px;
}

.info-container.terms > h2 {
  font-weight: bold;
  font-size: 1.5em;
  margin: 16px 0;
}

.info-container.terms > p {
  line-height: 1.5;
}


.scene-casestudy {
  display: flex;
  padding: 50px calc((100vw - 1024px) / 2);
  border-bottom: 1px solid #ccc;
}
.scene-casestudy-img {
  width:700px;
}
.scene-casestudy-img > img {
  width:90%;
}
.scene-casestudy-right {
  width:1000px;
}
.scene-casestudy-title {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 5px;
}
.scene-casestudy-name {
  margin-bottom: 5px;
}
.scene-casestudy-summary {
  color: #999;
  margin-bottom: 5px;
}
.scene-casestudy-more {
  color: #ff8900;
  text-align: right;
}
.scene-caseimage {
  display: flex;
  padding: 50px calc((100vw - 1024px) / 2) 20px;
}
.scene-display {
  width:800px;
  margin: 5px;
}
.scene-vote {
  width:1000px;
  margin: 5px;
}
.scene-vote-youtube {
  width: 328px;
  margin: 30px auto;
}
.scene-text {
  width: fit-content;
  margin: 0 auto 50px;
  padding: 0 10px;
}


@media screen and (max-width: 761px) {
  .scene-casestudy {
    flex-direction: column;
  }
  .scene-casestudy-img {
    width:90%;
    margin: 10px auto;
  }
  .scene-casestudy-more,
  .scene-casestudy-name ,
  .scene-casestudy-summary ,
  .scene-casestudy-title {
    width:90%;
    margin: 10px auto;
  }
  .scene-casestudy-img {
    width:90%;
  }
  .scene-casestudy-img > img {
    width:100%;
  }
  .scene-casestudy-right {
    width:auto;
  }
  .scene-caseimage {
    flex-direction: column;
  }
  .scene-display > iframe ,
  .scene-display {
    width:100%;
  }
    .scene-vote > iframe ,
    .scene-vote {
    width:100%;
  }
}

/*partner css */

.white-first-background{
  padding: 100px calc((100vw - 1024px) / 2);
  padding-top: 40px;
  padding-bottom: 0px;
  display: flex;
  background-size: cover;
  background-color: white;
  background-blend-mode: lighten;
}

.partner-introduce{
  background-size: cover;
  color: black;
  margin-right: 24px;
  width: 110%;
  padding-bottom: 30px;
}
.partner-introduce .partner-title {
  z-index: 10;
  position: relative;
  font-weight: bold;
  font-size: 1.9rem;
}

.contents-greybox-partner{
  border-radius: 10px;
  background-color: #F0F2F0;
  padding-left: 20px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
  width: 400px;
}

.contents-greybox-partner p{
  font-weight: normal;
  font-size: 0.8rem;
}

.orage-word{
  color: #ff8900;
}

.title-in-greybox{
  margin-top: 10px;
}

.title-in-greybox span{
  color: red;
  font-size: 1.8rem;
}

.description-in-greybox{
  margin-top: 5px;
}

.description-in-greybox p{
  font-size: 0.8rem;
}

.title-in-greybox h2{
  text-decoration: underline;
  text-decoration-color:#ff8900;
  text-decoration-thickness: 2px;
  font-size: 1rem;
}

.partner-buttons{
  display: flex;
  justify-content: start;
}

.partner-imgs1{
  position: absolute;
  width: auto;
  height: 400px;
  left: 43%;
  top: 1%;
  z-index: 1;
}

.link-oval-partner{
  width: 200px;
}

.link-oval-partner > a {
  width: 200px;
  font-weight: bold;
  font-size: 14px;
  border-style: solid;
  border-color: red;
  border-radius: 32px;
  padding: 12px 32px;
  color: white;
  background-color: red;
  text-decoration: none;
}

.orange-background{
  background-color:#ff8900;
  color: white;
  width:100vw;
  display:flex;
  justify-content:center;
  flex-direction: column;
  align-items:center;
}

.inner-partner{
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}

.graph-up-orange-background{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 80%;
}

.main-title-bottom-partner{
  margin-top: 40px;
}

.main-title-bottom-partner h1{
  font-size: 2rem;
  text-align: center;
}

.white-background-right{
  display: flex;
  flex-wrap: wrap;
}
.white-background-subtitle{
  display: block;
}

.white-background-main{
  display: flex;
  flex-wrap: wrap;
}

.white-background-left{
  display: flex;
}

.whitebox-partner-h1{
  padding-top: 20px;
  font-size: 2rem;
  position: relative;
}

.whitebox-partner-h1::after {
	content: '';
	display: block;
	position: absolute;
	transform: translate(-0%); /* 位置調整 */
	bottom: -15px; /* 下線の上下位置調整 */
	width: 100px; /* 下線の幅 */
	height: 4px; /* 下線の太さ */
	background-color: #ff8900; /* 下線の色 */
}

.whitebox-background{
  padding: 100px calc((100vw - 1024px) / 2);
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  background-size: cover;
  background-color: rgba(255,255,255,0.8);
  background-blend-mode: lighten;
}

.contents__btn-partner {
  text-align: center;
  width: 200px;
  margin: 0 auto;
  padding: 18px 36px;
  border: 2px solid #FF8900;
  background-color: #fff;
  border-radius: 50px;
  font-size: 14px;
  color: #FF8900;
  display: block;
  margin-bottom: 20px;
}

.contents__btn-partner:hover{
  color: #FF8900;
  text-decoration: none;
}

.whitebox-title{
  color: black;
  margin-right: 24px;
  width: 50%;
}

.whitebox-title{
  font-weight: normal;
}

.whitebox-title p{
  font-size: 15px;
  padding-top: 40px;
  padding-bottom: 20px;
  line-height: 2;
}

.white-background-right{
  text-align: center;
  width: 50%;
}

.white-background-right a{
  margin: 15px;
  margin: 0 auto;
  text-decoration: none;
}

.white-background-right a:hover{
  color: black;
}

.white-background-right dd{
  margin-right: auto;
  margin-left: auto;
}

.greybox-background{
  padding: 100px calc((100vw - 1024px) / 2);
  padding-top: 40px;
  padding-bottom: 0px;
  display: flex;
  background-size: cover;
  background-color: #F0F2F0;
  background-blend-mode: lighten;
}

.orange-background-partner-program-title{
  margin-top: 40px;
  margin-bottom: 20px;
}

.orange-background-partner-program-title h1{
  font-size: 1.7rem;
  text-align: center;
}

.partner-advantage{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.partner-advantage-pic{
  color: black;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
  width: 300px;
  height: 400px;
}

.below-partner-advantage-pic{
  background-color: white;
  border-radius: 0px 0px 10px 10px;
  height: 170px;
}

.below-partner-advantage-pic h1{
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 7px;
}

.below-partner-advantage-pic p{
  font-size: 0.9rem;
  margin-left: 20px;
  margin-right: 20px;
}

.partner-lsat-pic img{
  width: 100%;
  height: auto;
}

.white-background-right .partner-imgs{
  width: 80vw;
  height: calc(80vw * 0.5625);
  max-width: 560px;
  max-height: 315px;
}

.link-to-case-more-last{
  vertical-align: middle;
  text-align: center;
  margin: 32px 0px 0px;
  display: inline-block;
  width: 180px;
  font-weight: bold;
  font-size: 13px;
  border-style: solid;
  border-color: red;
  border-radius: 32px;
  padding: 15px 32px;
  color: white;
  background-color: red;
  text-decoration: none;
  margin-left: 12px;
  margin-right: 12px;
}

.link-to-case-more-last:hover{
  text-decoration: none;
  color: white;
}

.last-buttons-partner-flex{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: 200px;
  margin-right: 200px;
  justify-content: center;
}

.partner-reason-article {
  padding: 10px 24px;
  background-color: inherit;
}

.partner-reason-article-flex {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  max-width: 1200px;
}

@media screen and (max-width: 1023px){
  .partner-imgs1{
    position: static;
    width: 80%;
    margin: 0 auto;
  }

  .whitebox-title p{
    font-size: 14px;
  }
  
  .white-first-background{
    display: block;
  }
  .whitebox-background{
    display: block;
    width: 100%;
  }

  .white-background-right{
    margin: 0 auto;
    display: flex;
    width: 80%;
  }

  .white-background-right a{
    margin-top: 10px;
  }

  .whitebox-title{
    display: block;
    margin: 0 auto;
    width: 80%;
  }

  .whitebox-partner-h1{
    padding-top: 20px;
    font-size: 1.4rem;
    position: relative;
  }

  .partner-introduce{
    display: block;
    margin: 0 auto;
    width: 80%;
    padding-bottom: 60px;
  }

  .greybox-background{
    display: block;
  }

  .white-background-right .partner-imgs{
    width: 80%;
    margin: 0 auto;
  }

  .contents-greybox-partner{
    margin-bottom: 40px;
  }

  .contents-greybox-partner{
    border-radius: 10px;
    background-color: #F0F2F0;
    padding-left: 20px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;
    margin-bottom: 20px;
  }

  .whitebox-title{
    width: 90%;
  }

  .partner-buttons{
    display: flex;
    justify-content: center;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px){
  .partner-reason-article{
    padding: 0px 0px;
  }

  .partner-imgs1{
    position: static;
    width: 100%;
    height: auto;
  }

  .partner-introduce .partner-title{
    font-size: 1.5rem;
  }

  .greybox-background{
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }

  .greybox-background .whitebox-title{
    order: 1;
  }

  .greybox-background .white-background-right{
    order: 2;
  }

  .link-to-case-more-last{
    margin: 0;
    font-size: 12px;
    padding: 12px 32px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .last-buttons-partner-flex{
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .br-partner-1{
    display: none;
  }

  .white-background-right{
    flex-wrap: wrap;
    width: 90%;
  }

  .graph-up-orange-background{
    width: 85%;
  }

  .partner-introduce{
    padding-bottom: 5px;
    width: 90%;
  }
  
  .main-title-bottom-partner h1{
    font-size: 1.4rem;
  }

  .orange-background-partner-program-title h1{
    font-size: 1.5rem;
  }

  .white-background-right a dl dt img{
    margin-left: 3px;
    margin-right: 3px;
    width: 160px;
  }

  .partner-advantage-pic{
    margin: 0 auto;
  }

  .link-oval-partner > a{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .white-background-right .partner-imgs{
    width: 100%;
    margin: 0;
  }

  .link-oval-partner > a{
    padding: 12px 27px;
  }
}

@media screen and (max-width: 500px){
  .last-buttons-partner-flex{
    margin-top: -65px;
  }
}

@media screen and (min-width: 768px){
  .br-partner-2 {
    display: none; 
  }
}

