@charset "UTF-8";
/* 色 */
/* pの行間 */
/* サイドエリアのグリッドサイズ */
/* サイドエリアの幅 */
/* 外周のマージン */
/* メインエリアのグリッドサイズ */
/* インタビューページのメインエリアのギャップサイズ */
/* タブレットのメインエリア幅 */
/* スマホのヘッダー高さ */
/* aboutなどタイトル画像の高さ */
/* セクションの最低高さ */
/*
@use "./_mixins" as mixins;

@include mixins.mobileView {
}

@include mixins.mobileView {
}
*/
/* インタビューのリストがはみ出す対策 */
#interactive {
  height: calc(100svh - 48px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #interactive {
    width: calc(100vw - 48px);
    min-height: 660px;
    height: calc(100svh - 48px);
    margin: 0 24px 0 24px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #interactive {
    justify-content: center;
  }
}

.interactive_container {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .interactive_container {
    width: auto;
  }
}
.interactive_content {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .interactive_content {
    display: inline;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .interactive_content {
    justify-content: center;
  }
}

.interactive_textbox {
  display: flex;
  width: 50%;
  min-width: 380px;
  padding: 5% 5% 5% 0;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .interactive_textbox {
    min-width: 100%;
    padding: 0;
  }
}
.interactive_text {
  margin: 60px 0;
}
@media screen and (max-width: 1024px) {
  .interactive_text {
    width: 100%;
    min-width: 100%;
    margin: 20px 0;
  }
}
.interactive_text p {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.interactive_img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .interactive_img {
    justify-content: center;
    width: 100%;
  }
}
.interactive_img img {
  max-width: 100%;
  object-fit: contain;
  margin-right: 24px;
  margin-bottom: 10%;
}
@media screen and (max-width: 1024px) {
  .interactive_img img {
    width: 40%;
    justify-content: center;
    margin: 20px;
  }
}
.interactive_titleimg img {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .interactive_titleimg img {
    height: 35px;
    width: auto;
  }
}
.interactive_poster {
  width: calc(100% - 6rem);
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .interactive_poster {
    display: none;
  }
}
.m-interactive_poster {
  display: none;
  width: calc(100% - 6rem);
}
@media screen and (max-width: 1024px) {
  .m-interactive_poster {
    display: block;
  }
}

a.btn_03 {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 0.5rem 3rem;
  font-weight: bold;
  border: 2px solid #f7310b;
  color: #f7310b;
  border-radius: 100vh;
  transition: 0.5s;
}

a.btn_03:hover {
  border: 2px solid #020202;
  color: #020202;
}

.interactive_title {
  font-size: 15px;
  margin-bottom: 20px;
}

/*# sourceMappingURL=happening.css.map */
