@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.container {
  width: 100%;
}

@media (min-width: 960px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1264px) {
  .container {
    max-width: 100%;
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

*,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #222222;
  margin: 0;
  scroll-behavior: smooth;
  /* スムーズスクロールを有効にする */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
span {
  margin: 0;
  padding: 0;
}

a {
  color: #222222;
  text-decoration: none;
  transition: 0.3s;
}

a:focus-visible,
a:focus {
  outline: none;
}

a:hover {
  color: #222222;
  text-decoration: none;
}

a:active {
  color: #222222;
  text-decoration: none;
}

a:link,
a:visited {
  color: #222222;
}

.nav-link:focus-visible {
  outline: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

.new-line {
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

.tel {
  color: #222222;
}

.g-map {
  margin-left: 0.5rem;
}

.annotation {
  font-size: 1.2rem;
}

*::-moz-selection {
  background-color: #ccc;
}

*::selection {
  background-color: #ccc;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-20 {
  margin-top: 2rem;
}

.v-application ol,
.v-application ul {
  padding-left: 0px !important;
}

.ticket-card__title__name {
  line-height: 1em !important;
}

.v-dialog__content {
  top: 3rem !important;
}

.ticket-card__title__name {
  line-height: 1em !important;
}

.ticket-card-detail__summary__description .pre {
  line-height: 1.5em !important;
}

.mypage__layout {
  padding-top: 8rem !important;
}

.v-overlay__content .qrcode__close-button {
  top: 100px !important;
}
.v-overlay__content .v-application .ma-1 {
  color: #fff !important;
}

img.live-status {
  width: 15rem;
}

.header__logo {
  width: 180px !important;
}

.header__wrap {
  min-width: 100%;
  max-width: 100%;
  padding: 0;
  height: 80px !important;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  position: fixed;
  z-index: 1000;
}

@media screen and (max-width: 850px) {
  .header__wrap {
    padding: 0 !important;
  }
  .header__wrap .v-application p {
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 850px) {
  section.header__wrap.event__header {
    height: 60px !important;
  }
}
@media (max-width: 850px) {
  .header__content {
    width: 100%;
  }
}
@media (min-width: 851px) {
  .header__content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3rem;
  }
}
@media (max-width: 850px) {
  .header__logo {
    margin: auto;
    max-width: 150px;
  }
}
.header-logo__wrap {
  padding: 8px 8px !important;
  margin: auto;
  height: 80px !important;
}

@media (max-width: 850px) {
  .header-logo__wrap {
    padding: 8px 8px;
    margin: auto;
    height: 60px !important;
    width: 100%;
  }
}
.header__logo {
  justify-content: flex-start !important;
}

.v-application .justify-center {
  justify-content: flex-start !important;
}

.header-logo__image-pc {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

@media (max-width: 850px) {
  .header-logo__image-sp {
    width: 100%;
    height: 100%;
    min-width: 130px;
  }
}
@media screen and (max-width: 850px) {
  img.header-logo__image-sp__content {
    margin-left: 0;
  }
}
.header-logo__image-sp__content {
  width: auto !important;
  height: 45px;
  position: absolute;
  top: 5px;
  left: 10px;
}

.header-tab__sp {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px;
}

.header-tab__menu {
  padding: 0 8px 0 10px !important;
}

.header-tab__name {
  font-weight: 400 !important;
}

.menu__name__area {
  font-weight: 400 !important;
}

@media (min-width: 851px) {
  .header-tab__name {
    max-width: 100px;
    padding: 0 !important;
    font-size: 1.6rem !important;
    font-weight: 400 !important;
  }
  .menu__name__area {
    overflow: visible !important;
    font-size: 1.6rem !important;
    padding-top: 11px !important;
    font-weight: 400 !important;
  }
}
.wrap-display-size {
  padding-top: 80px !important;
}

.detail__wrap {
  padding-top: 80px !important;
}

@media screen and (max-width: 850px) {
  .wrap-display-size {
    padding-top: 60px !important;
  }
  .detail__wrap {
    padding-top: 60px !important;
  }
}
.header-tab__active__event {
  color: #019c96;
  border-bottom: 2px solid #019c96 !important;
}

.top-button__wrap button.base-background-color {
  background-color: #019c96 !important;
}
.top-button__wrap .v-btn__content {
  color: #ffffff !important;
}

.information-date__text.base-color {
  color: #019c96 !important;
}

.header-tab__no-active {
  color: #222222 !important;
}

.v-card__actions .v-btn:not(.v-btn--round).v-size--default {
  display: block;
}
.v-card__actions .v-btn__content {
  display: block !important;
}

@media (max-width: 767px) {
  .fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1s;
  }
  .fadein.fadein-left {
    transform: translate(-30px, 0);
  }
  .fadein.fadein-right {
    transform: translate(100px, 0);
  }
  .fadein.fadein-up {
    transform: translate(0, -30px);
  }
  .fadein.fadein-bottom {
    transform: translate(0, 30px);
  }
  .fadein.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}

@media print {
  .fadein,
  .load-fade {
    opacity: 1 !important;
    transform: none !important;
  }
}
/* スタイルの状態変化を「my-fade-in」という名前で定義 */
@media (min-width: 768px) {
  @keyframes menu-fade-in {
    0% {
      opacity: 0;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .header-tab__wrap {
    animation-name: menu-fade-in;
    animation-duration: 1s;
  }
}
.content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.content-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (min-width: 768px) {
  .content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .content-container {
    max-width: 134.4rem;
    padding: 0 3rem 0 3rem;
  }
  .t-program .content-container,
  .t-about .content-container,
  .t-participate .content-container,
  .t-access .content-container {
    padding: 0 5rem 0 3rem;
  }
}
@media screen and (max-width: 600px) {
  .top-button__wrap {
    right: 10px;
    bottom: 70px !important;
  }
}
.flow_bnr_wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

.flow_bnr_list {
  display: flex;
  flex-direction: row;
}
.flow_bnr_list .flow_bnr_ticket {
  width: 50%;
  border-right: 1px solid #eeeeee;
}
.flow_bnr_list .flow_bnr_ticket a {
  display: block;
  background-color: #019c96;
  padding: 2rem 1rem;
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
}
.flow_bnr_list .flow_bnr_online {
  width: 100%;
}
.flow_bnr_list .flow_bnr_online a {
  display: block;
  background-color: #EBE331;
  padding: 2rem 1rem;
  text-align: center;
  color: #222222;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .flow_bnr_wrap {
    position: fixed;
    top: 10rem;
    right: 0;
    width: 5rem;
  }
  .flow_bnr_list {
    writing-mode: vertical-rl;
    flex-direction: row;
  }
  .flow_bnr_list .flow_bnr_ticket a {
    background-color: #019c96;
    transition: 0.3s;
    border: 1px solid #019c96;
    padding: 1.5rem 2rem 1.5rem 1rem;
    margin-bottom: 1rem;
    border-radius: 1rem 0 0 1rem;
    color: #ffffff;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  }
  .flow_bnr_list .flow_bnr_online a {
    background-color: #EBE331;
    transition: 0.3s;
    border: 1px solid #EBE331;
    padding: 1.5rem 2rem 1.5rem 1rem;
    margin-bottom: 1rem;
    border-radius: 1rem 0 0 1rem;
    color: #222222;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
  }
}
@media (hover: hover) {
  .flow_bnr_list .flow_bnr_ticket:hover a {
    background-color: #ffffff;
    color: #019c96;
  }
  .flow_bnr_list .flow_bnr_online:hover a {
    background-color: #ffffff;
  }
}
.content-title-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.content-title {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
}
.content-title span {
  display: block;
}

.content-title .content-title-up {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.05rem;
  padding-bottom: 0rem;
}

.content-title .content-title-bottom {
  font-size: 2.4rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .content-title-container {
    max-width: 134.4rem;
    margin: 0 auto;
    padding: 0 3rem;
  }
  .content-title .content-title-up {
    font-size: 4rem;
  }
  .content-title .content-title-bottom {
    font-size: 2.4rem;
  }
}
.content-text-item {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
}

.content-title-box {
  padding-bottom: 3rem;
}
.content-title-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #f2efe9;
}
.content-title-box .content-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
}

.u-sankangaku-a .content-title-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #ccc;
}

.t-about .content-title-box::after {
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .content-title-box {
    padding-bottom: 5rem;
  }
  .content-title-box .content-title {
    flex-direction: row;
  }
  .content-title-box .content-title .content-title-up {
    margin-right: 1rem;
  }
  .content-title-box .content-title .content-title-bottom {
    margin-top: 1rem;
  }
}
.content-btn {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: #222222;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  display: block;
  width: 20rem;
}

.content-btn a {
  display: inline-block;
  width: 100%;
  padding: 1rem 3rem 1rem 2rem;
  background-color: #ffffff;
  border: 1px solid #222222;
  border-radius: 0;
  position: relative;
  z-index: 0;
}

.content-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #222222;
  transition: 0.3s;
  left: 0;
}

.content-btn a span {
  display: inline-block;
  width: 100%;
  position: relative;
}

.content-btn a span::before,
.content-btn a span::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.2rem;
  background-color: #222222;
  position: absolute;
  transition: 0.3s;
}

.content-btn a span::before {
  top: 1rem;
  right: -2rem;
  transform: rotate(45deg);
}

.content-btn a span::after {
  top: 1.5rem;
  right: -2rem;
  transform: rotate(-45deg);
}

@media (hover: hover) {
  .content-btn a:hover {
    color: #ffffff;
  }
  .content-btn a:hover:before {
    width: 100%;
    z-index: -1;
  }
  .content-btn a span:hover::before {
    transform: translateX(0.5rem) rotate(45deg);
    background-color: #ffffff;
  }
  .content-btn a span:hover::after {
    transform: translateX(0.5rem) rotate(-45deg);
    background-color: #ffffff;
  }
}
.sample_content-btn a {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: antiquewhite;
}

.sample_content-btn a:hover {
  background-color: aquamarine;
  opacity: 1 !important;
}
.sample_content-btn a:hover span {
  color: #fff;
  position: relative;
  z-index: 1;
  animation: animation-flat-text-hover 0.5s ease-in 1 forwards;
}

.t-button span {
  display: inline-block;
  color: #019c96;
  padding: 1rem 4.5rem;
  background-color: #ffffff;
  border: 1px solid #019c96;
  border-radius: 2.5rem;
  transition: 0.3s;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

@media (hover: hover) {
  .t-button:hover span {
    color: #ffffff;
    background-color: #019c96;
  }
}
.button span {
  display: inline-block;
  font-size: 1.6rem;
  padding: 1rem 2.5rem;
  color: #fff;
  background-color: #019c96;
  border: 1px solid #019c96;
  border-radius: 3rem;
  transition: 0.3s;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.online-btn span {
  background-color: #EBE331;
  border: 1px solid #EBE331;
  color: #222222;
}

.question-btn span {
  background-color: #3A358C;
  border: 1px solid #3A358C;
}

.t-program .button-container,
.u-demo .button-container {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .button span {
    font-size: 1.8rem;
    padding: 1rem 5rem;
  }
}
@media (hover: hover) {
  .button:hover span {
    color: #019c96;
    background-color: #ffffff;
  }
  .online-btn:hover span {
    color: #222222;
    background-color: #ffffff;
  }
  .question-btn:hover span {
    color: #3A358C;
    background-color: #ffffff;
  }
}
.c-desc-btn span {
  padding-left: 10rem;
  padding-right: 10rem;
  background-color: #ffffff;
  border: 1px solid #d9271d;
  color: #d9271d;
}

@media (hover: hover) {
  .c-desc-btn:hover span {
    color: #ffffff;
    background-color: #d9271d;
  }
}
.document-list-box {
  background-color: #f2efe9;
  margin: 3rem auto;
  padding: 2rem;
}
.document-list-box .document-title {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.document-list {
  padding: 1rem;
}
.document-list li {
  margin-top: 1rem;
  text-align: left;
}

.document-btn {
  display: inline-block;
}
.document-btn span {
  display: block;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  color: #fff;
  transition: 0.3s;
  color: #222222;
  display: flex;
  align-items: center;
}
.document-btn span img {
  padding-left: 0.5rem;
  width: auto;
  height: 32px;
}

@media (min-width: 768px) {
  .document-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .document-btn span {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .document-btn:hover span {
    color: #ffffff;
    background-color: #d9271d;
  }
}
.content-img-container {
  width: 100%;
  margin: 0 auto;
}

.content-img-item {
  width: 100%;
  margin-bottom: 2rem;
}
.content-img-item:last-of-type {
  margin-bottom: 0;
}

/*ベース*/
.toggle {
  display: none;
}

.Label {
  /*タイトル*/
  padding: 1em;
  display: block;
  color: #222222;
  background: #f2efe9;
  font-weight: 400;
  cursor: pointer;
}
.Label .label-box {
  display: block;
  margin-right: 3rem;
  padding-right: 0rem;
}
.Label .label-box:first-of-type {
  padding-bottom: 1rem;
  border-bottom: 1px solid #555;
}
.Label .label-box:last-of-type {
  padding-top: 1rem;
  font-weight: 400 !important;
}
.Label .label-box .label-text-up {
  font-weight: 400;
}
.Label .label-box .label-text-title {
  font-size: 1.7rem;
  font-weight: 400;
}

.Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transform: rotate(135deg);
}

.Label,
.contents {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.contents {
  /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
  font-weight: 400;
}
.contents p {
  font-weight: 400 !important;
}
.contents p span {
  display: block;
  margin-top: 0.5rem;
  font-weight: 400 !important;
}

.toggle:checked + .Label + .contents {
  /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}

.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

@media screen and (min-width: 601px) {
  .web-page__wrap {
    padding: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .web-page__wrap {
    padding: 0 !important;
  }
}
@media screen and (min-width: 601px) {
  .widget-header {
    width: 100% !important;
    margin-bottom: 2rem;
    padding: 0 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .widget-header {
    max-width: 134.4rem !important;
    padding: 0 3rem !important;
  }
}
.widget-title__text {
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
}

.widget-title__text h2 {
  font-size: 3rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .widget-title__text h2 {
    font-size: 3rem;
    font-weight: 500;
  }
}
.widget-title__border {
  display: none !important;
}

.widget-header__border {
  width: 95% !important;
  border: solid 0.1rem #ccc !important;
  display: block !important;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .widget-header__border {
    width: 100% !important;
  }
}
.html__wrap {
  margin-top: 5rem !important;
}

button.widget__bottom.v-btn.v-btn--contained.theme--dark.v-size--default.widget__bottom__event {
  background-color: #019c96 !important;
  border-radius: 60px !important;
  color: #ffffff !important;
  text-align: center;
}
button.widget__bottom.v-btn.v-btn--contained.theme--dark.v-size--default.widget__bottom__event .v-btn__content {
  color: #ffffff !important;
}

button.widget__header.v-btn.v-btn--flat.v-btn--text.v-btn--tile.theme--light.v-size--default.widget__header__event {
  color: #fff !important;
}

@media (min-width: 768px) {
  .button__wrap.widget-header__button .widget__header.v-btn.v-btn--flat.v-btn--text.v-btn--tile.theme--light.v-size--default.widget__header__event .v-btn__content {
    color: #019c96 !important;
  }
}
@media screen and (min-width: 601px) {
  .widget-contents__wrap {
    width: 100% !important;
    padding: 0 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .widget-contents__wrap {
    max-width: 120rem !important;
    padding: 0 3rem !important;
  }
}
.t-bnr {
  padding: 3rem 0;
  position: relative;
  z-index: 20;
}

.t-bnr .content-box .content-bnr-box:last-of-type {
  margin-top: 2rem;
}
.t-bnr .content-box .content-bnr-box .content-bnr-item {
  display: block;
  max-width: 70rem;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .t-bnr .content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .t-bnr .content-box .content-bnr-box {
    padding: 0 1rem;
  }
  .t-bnr .content-box .content-bnr-box:last-of-type {
    margin-top: 0rem;
  }
}
@media (hover: hover) {
  .t-bnr .content-box .content-bnr-box .content-bnr-item:hover {
    opacity: 0.7;
  }
}
.t-program {
  padding-top: 0;
  position: relative;
  z-index: 10;
}

.t-program .content-title-container,
.t-program .content-container {
  position: relative;
  z-index: 4;
}

@media (min-width: 768px) {
  .t-program .content-container {
    max-width: 134.4rem;
    margin: 0 auto;
  }
}
.t-program .content-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.t-program .content-box:last-of-type {
  margin-bottom: 0;
}

.t-program .content-item {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .t-program .content-box {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .t-program .content-box:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .t-program .content-item {
    width: calc((100% - 3rem) / 2);
    margin-bottom: 0rem;
  }
  .t-program .content-img-item {
    width: calc((100% - 3rem) / 2);
  }
}
.t-program .content-sub-title-box .content-text-time {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
  padding: 0.5rem 1.5rem;
  background-color: #f2efe9;
  display: inline-block;
  margin-bottom: 1rem;
}
.t-program .content-sub-title-box .content-sub-title {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .t-program .content-sub-title-box .content-sub-title {
    font-size: 3rem;
  }
}
.t-program .content-text-box {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .t-program .content-text-box {
    margin-bottom: 5rem;
  }
}
.t-program-bg .content-title-container {
  position: relative;
  z-index: 10;
}
.t-program-bg .content-wrap {
  position: relative;
}
.t-program-bg .content-wrap .content-box {
  position: relative;
  z-index: 5;
}
.t-program-bg .content-bg-item {
  position: absolute;
  top: -25rem;
  right: 0;
  transform: scale(-1, 1);
  opacity: 0.5;
  z-index: 0;
}

.t-about {
  background-color: #f2efe9;
}

.t-about .content-title {
  text-align: center;
  flex-direction: column;
}

.t-about .content-text-box {
  line-height: 2em;
  margin: 0 auto 3rem;
}
.t-about .content-text-box .new-line {
  display: none;
}

/* 概要画像 */
.t-about .img_poster {
  margin-bottom: 2rem;
  padding: 0 1rem;
}
.t-about .img_poster a {
  display: block;
  margin: 0 auto;
  max-width: 45rem;
  height: auto;
}

/* ここまで */
@media (min-width: 768px) {
  .t-about .content-bwrap-con {
    max-width: 134.4rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  .t-about .content-bwrap-con .content-container {
    padding-left: 0;
    width: 55%;
    margin: 0;
  }
  .t-about .content-bwrap-con .content-img-container {
    width: 45rem;
    margin: 0 3rem 0;
    padding: 0;
  }
  .t-about .content-text-box {
    text-align: left;
    margin: 0;
  }
  .t-about .content-text-box .new-line {
    display: block;
  }
  .t-about .img_poster {
    padding: 0;
  }
  .t-about .img_poster a {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
  }
}
.t-about .content-img-container {
  width: 100%;
}

.t-about .content-img-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.t-about .content-img-box .content-img-item {
  width: 50%;
  height: 15rem;
  overflow: hidden;
  margin-bottom: 0;
}
.t-about .content-img-box .content-img-item:nth-of-type(2) {
  order: 3;
  width: 100%;
}
.t-about .content-img-box .content-img-item:last-of-type {
  order: 2;
}
.t-about .content-img-box .content-img-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 15rem;
}
.t-about .content-img-box .content-img-item:nth-of-type(2) img {
  -o-object-position: center center;
     object-position: center center;
}

@media (min-width: 768px) {
  .t-about .content-img-container {
    max-width: 134.4rem;
    padding: 0 3rem;
  }
  .t-about .content-img-box {
    flex-wrap: nowrap;
  }
  .t-about .content-img-box .content-img-item {
    width: 33.3333333333%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
  }
  .t-about .content-img-box .content-img-item:nth-of-type(2) {
    width: 33.3333333333%;
    order: 2;
  }
  .t-about .content-img-box .content-img-item:last-of-type {
    order: 3;
  }
  .t-about .content-img-box .content-img-item img {
    width: 100%;
    height: auto;
  }
  .t-about .content-img-box .content-img-item:nth-of-type(2) img {
    -o-object-position: center top;
       object-position: center top;
  }
}
.t-overview {
  margin-top: 3rem;
}
.t-overview .content-sub-title {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 500;
}
.t-overview .content-text-box {
  margin-bottom: 0;
}
.t-overview dl {
  margin: 2rem auto 0;
}
.t-overview dl dt {
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #f0e4ce;
  margin: 0 0 1rem 0;
  padding: 0 1rem;
}
.t-overview dl dd {
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #ffffff;
  margin: 0 0 1rem 0;
  padding: 1rem 1.5rem;
  line-height: 1.5;
}
.t-overview dl dd .fo-sma {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .ja-t-overview .content-sub-title .new-line {
    display: none;
  }
  .ja-t-overview dl {
    max-width: 70rem;
    text-align: left;
  }
  .ja-t-overview dl dt {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem 0.5rem;
    display: inline-block;
    width: 12rem;
    text-align: right;
  }
  .ja-t-overview dl dd {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    padding: 1rem 0.5rem;
    display: inline-block;
    width: 57.5rem;
  }
  .en-t-overview dl {
    max-width: 70rem;
  }
}
.t-participate .content-item {
  width: 100%;
  background-color: #f2efe9;
  text-align: center;
  padding: 3rem 1.5rem;
}
.t-participate .content-item:first-child {
  margin-bottom: 3rem;
}
.t-participate .content-item .content-sub-title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.t-participate .content-item .content-text-box {
  margin-bottom: 1rem;
}
.t-participate .content-item .ticket-order {
  margin-bottom: 3rem;
}

.t-participate .t-movie-box {
  margin: 3rem 0;
}
.t-participate .t-movie-box .movie-item .y-box {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media (min-width: 768px) {
  .t-participate .content-title {
    justify-content: center;
  }
  .t-participate .content-item {
    max-width: 96rem;
    margin: 0 auto;
    padding-top: 5rem;
  }
  .t-participate .content-item:first-child {
    margin-bottom: 3rem;
  }
  .t-participate .content-item .content-text-box {
    margin-bottom: 3rem;
  }
  .t-participate .t-movie-box {
    margin: 5rem 0;
  }
  .t-participate .t-movie-box .movie-item .y-box {
    max-width: 76rem;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.t-access .content-title {
  justify-content: center;
}

.t-map {
  width: 100%;
  height: 35rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .t-map {
    height: 45rem;
  }
}
.t-access .content-text-box-title {
  margin-bottom: 1rem;
}
.t-access .content-text-box-title .content-text-item {
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5rem;
}

.t-access .content-list-box {
  margin-bottom: 1rem;
}
.t-access .content-list-box li {
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
}
.t-access .content-list-box li:first-of-type {
  margin-bottom: 0.5rem;
}
.t-access .content-list-box li span {
  display: block;
  padding-left: 1em;
  font-weight: 500;
  margin-top: 0.5rem;
}

.t-access .content-text-box {
  margin-bottom: 3rem;
}

.t-access .content-img-item {
  width: 70%;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .t-access .content-access-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .t-access .content-access-text-box {
    width: calc((100% - 3rem) * 0.5);
  }
  .t-access .content-img-item {
    width: calc((100% - 3rem) * 0.5);
  }
}
@media (min-width: 768px) {
  .t-access .content-access-text-box {
    width: calc((100% - 3rem) * 0.7);
  }
  .t-access .content-img-item {
    width: calc((100% - 3rem) * 0.3);
  }
}
.footer {
  padding-bottom: 10rem;
}
.footer::before {
  content: "";
  display: block;
  width: calc(100% - 3rem);
  height: 0.1rem;
  margin: 0 auto;
  background-color: #f2efe9;
}

@media (min-width: 768px) {
  .footer {
    padding-bottom: 0rem;
  }
  .footer::before {
    width: calc(100% - 6rem);
    padding: 0 3rem;
  }
}
.footer-container {
  width: 100%;
  padding: 4rem 1.5rem 5rem;
}

.footer .f-logo {
  width: 20rem;
  margin: 0 auto 2rem;
}

.footer .f-sns-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer .f-sns-icon .x-icon-box {
  display: inline-block;
  margin-right: 2rem;
}
.footer .f-sns-icon .x-icon-box img {
  width: 2.2rem;
  height: auto;
}
.footer .f-sns-icon .facebook-icon-box {
  display: inline-block;
  margin-right: 2rem;
}
.footer .f-sns-icon .facebook-icon-box img {
  width: 2.5rem;
  height: auto;
}
.footer .f-sns-icon .youtube-icon-box {
  display: inline-block;
}
.footer .f-sns-icon .youtube-icon-box img {
  width: 3rem;
  height: auto;
}

.footer .copyright small {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-container {
    padding: 4rem 3rem 5rem;
  }
  .footer .f-logo {
    width: 23rem;
    margin: 0 0 2rem 0;
  }
  .footer .f-sns-icon {
    justify-content: flex-start;
  }
  .footer .copyright small {
    text-align: left;
    padding-left: 3rem;
  }
}
.t-program .content-title .content-title-up,
.t-about .content-title .content-title-up,
.t-participate .content-title .content-title-up,
.t-access .content-title .content-title-up {
  font-family: "Montserrat", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.05rem;
}

@media (min-width: 768px) {
  .t-program .content-title .content-title-up,
  .t-about .content-title .content-title-up,
  .t-participate .content-title .content-title-up,
  .t-access .content-title .content-title-up {
    font-size: 4rem;
  }
}
.web-page__html {
  max-width: 100% !important;
  margin: auto;
}

.detail-title__text h2 {
  font-size: 2.4rem;
  background-color: #fff;
}

.detail-title__border {
  height: 2px;
  border-radius: 0px !important;
}

.detail-title__border.base-background-color {
  background-color: #019c96 !important;
}

.web-page__title {
  display: none;
  max-width: 93% !important;
  margin: 2rem auto !important;
  padding: 1rem 0rem !important;
  border-bottom: 1px solid #12366a !important;
}

.detail__contents h1.web-page__title {
  font-size: 3.2rem;
}

@media (min-width: 768px) {
  .web-page__title {
    max-width: 94% !important;
  }
}
@media (min-width: 1344px) {
  .web-page__title {
    max-width: 128.4rem !important;
  }
}
.list__wrap {
  text-align: center;
  padding-top: 5rem !important;
}

.u-time_line .content-title-box .content-title,
.u-program-a .content-title-box .content-title,
.u-sankangaku-a .content-title-box .content-title,
.u-college-a .content-title-box .content-title,
.u-demo-a .content-title-box .content-title {
  flex-direction: column;
  align-items: flex-start;
}
.u-time_line .content-title-box .content-title .content-title-up,
.u-program-a .content-title-box .content-title .content-title-up,
.u-sankangaku-a .content-title-box .content-title .content-title-up,
.u-college-a .content-title-box .content-title .content-title-up,
.u-demo-a .content-title-box .content-title .content-title-up {
  font-size: 2.4rem;
  font-weight: 400;
}
.u-time_line .content-title-box .content-title .content-title-bottom,
.u-program-a .content-title-box .content-title .content-title-bottom,
.u-sankangaku-a .content-title-box .content-title .content-title-bottom,
.u-college-a .content-title-box .content-title .content-title-bottom,
.u-demo-a .content-title-box .content-title .content-title-bottom {
  font-size: 3.2rem;
  font-weight: 500;
  margin-top: 0;
}

@media (min-width: 768px) {
  .u-program-a .content-title-box .content-title,
  .u-sankangaku-a .content-title-box .content-title,
  .u-demo-a .content-title-box .content-title,
  .u-college-a .content-title-box .content-title {
    flex-direction: row;
    align-items: center;
  }
  .u-program-a .content-title-box .content-title .content-title-up,
  .u-sankangaku-a .content-title-box .content-title .content-title-up,
  .u-demo-a .content-title-box .content-title .content-title-up,
  .u-college-a .content-title-box .content-title .content-title-up {
    font-size: 2.4rem;
  }
  .u-program-a .content-title-box .content-title .content-title-bottom,
  .u-sankangaku-a .content-title-box .content-title .content-title-bottom,
  .u-demo-a .content-title-box .content-title .content-title-bottom,
  .u-college-a .content-title-box .content-title .content-title-bottom {
    font-size: 4rem;
    margin-top: 0;
  }
}
.u-time_line {
  padding-top: 0;
  padding-bottom: 0;
}

.cp_timeline03 {
  position: relative;
  margin: 3em auto;
  max-width: 75rem;
}

.timeline_group {
  max-width: 65rem;
  margin: 0 auto;
}

.cp_timeline03:before {
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  content: "";
  background-color: #f0e4ce;
  left: 9.5rem;
}

.cp_timeline03 .timeline_group {
  position: relative;
  padding-top: 55px;
}

.cp_timeline03 .timeline_group:not(:first-of-type) {
  margin-top: 4rem;
}

.cp_timeline03 .time_year {
  position: absolute;
  top: -1rem;
  left: 0;
  padding: 0.5rem 1.5rem;
  color: #ffffff;
  font-weight: 500;
  background-color: #9C865F;
  width: 100%;
  box-sizing: border-box;
  font-size: 2.1rem;
  text-align: center;
}

.cp_timeline03 .timeline_item {
  margin-bottom: 1em;
  position: relative;
  padding-left: 100px;
}

.cp_timeline03 .timeline_item:not(:last-of-type) {
  margin-bottom: 2em;
}

.cp_timeline03 .timeline_item:before {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #f0e4ce;
  top: 50%;
  transform: translateY(-50%);
}

.cp_timeline03 .time {
  position: absolute;
  left: 0;
  box-sizing: border-box;
  min-width: 65px;
  min-height: 45px;
  padding: 0.5em 0.5em;
  text-align: center;
  color: #fff;
  background-color: #9C865F;
  top: 65%;
  margin-top: -33px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.cp_timeline03 .time_time {
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  display: block;
}

.cp_timeline03 .desc {
  border-left: 3px solid #f0e4ce;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.cp_timeline03 .desc .online-tag {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  background-color: #EBE331;
  padding: 0.5rem 1rem;
  color: #222222;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0px !important;
}

.cp_timeline03 .desc-demo::after {
  display: none;
}

.cp_timeline03 .desc {
  transition: 0.3s;
}
.cp_timeline03 .desc .flag {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  padding: 1rem 0.5em 1.5rem;
  display: block;
}
.cp_timeline03 .desc .flag span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}

.time_box {
  display: flex;
  justify-content: space-between;
}

@media (hover: hover) {
  .cp_timeline03 .desc:hover {
    background-color: #f2efe9;
  }
}
@media only screen and (max-width: 767px) {
  .cp_timeline03:before {
    left: 0;
  }
  .cp_timeline03 .timeline_group {
    padding-top: 40px;
  }
  .cp_timeline03 .timeline_item {
    padding-top: 60px;
    padding-left: 20px;
  }
  .cp_timeline03 .timeline_item:before {
    top: 90px;
  }
  .cp_timeline03 .timeline_item:not(:last-of-type) {
    margin-bottom: 1em;
  }
  .cp_timeline03 .time {
    top: 40px;
    border-radius: 0 1rem 1rem 0;
    min-height: 2em;
  }
  .cp_timeline03 .time_day,
  .cp_timeline03 .time_month {
    display: inline-block;
  }
  .cp_timeline03 .desc {
    padding: 1rem 0.5em 3rem;
  }
}
.u-program-a {
  padding-top: 6rem;
}

.u-program-a .content-title {
  display: flex;
  flex-direction: column;
}

.u-program-a .content-sub-title-list {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.u-program-a .content-sub-title-list .content-text-time {
  margin-bottom: 0;
  margin-right: 1rem;
}
.u-program-a .content-sub-title-list .content-text-target {
  font-weight: 700;
  color: #019c96;
}

.u-program-a .content-text-person {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5em;
}
.u-program-a .content-text-person .parson_name {
  font-size: 2.1rem;
  font-weight: 500;
  margin-right: 1rem;
  display: block;
}
.u-program-a .content-text-person .parson_title {
  font-size: 1.6rem;
  font-weight: 400 !important;
}
.u-program-a .content-text-person::before {
  content: "";
  display: inline-block;
  background-color: #9C865F;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
}

.u-program-a .p-key-content-box-3 {
  display: flex;
  flex-direction: column;
}
.u-program-a .p-key-content-box-3 .content-item {
  order: 1;
  margin-bottom: 0;
}
.u-program-a .p-key-content-box-3 .content-img-item {
  order: 3;
}
.u-program-a .p-key-content-box-3 .content-text-box-wrap {
  order: 2;
  margin-bottom: 2rem;
}
.u-program-a .p-key-content-box-3 .content-text-box {
  margin-bottom: 0;
}
.u-program-a .p-key-content-box-3 .content-text-box .content-bio {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #9C865F;
}
.u-program-a .p-key-content-box-3 .content-text-box .content-bio-list {
  margin-bottom: 2rem;
}
.u-program-a .p-key-content-box-3 .content-text-box .content-bio-list li {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
  line-height: 1.25;
  padding: 0.5rem 0;
}

@media (min-width: 768px) {
  .u-program-a {
    padding-top: 8rem;
  }
  .u-program-a .content-title {
    flex-direction: row;
  }
  .u-program-a .content-item {
    margin-bottom: 0;
  }
  .u-program-a .content-sub-title-list {
    align-items: center;
    margin-bottom: 1rem;
  }
  .u-program-a .content-sub-title-list .content-text-time {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .u-program-a .content-sub-title-list .content-text-target {
    font-weight: 700;
    color: #9C865F;
  }
  .u-program-a .content-text-person .parson_name {
    display: inline;
  }
  .u-program-a .p-key-content-box-3 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .u-program-a .p-key-content-box-3 .content-item {
    order: 1;
    margin-bottom: 0;
    width: calc((100% - 3rem) / 2);
  }
  .u-program-a .p-key-content-box-3 .content-img-item {
    order: 2;
    width: calc((100% - 3rem) / 2);
  }
  .u-program-a .p-key-content-box-3 .content-text-box-wrap {
    order: 3;
    margin-bottom: 2rem;
  }
  .u-program-a .p-key-content-box-3 .content-text-box {
    margin-bottom: 0;
  }
  .u-program-a .p-key-content-box-3 .content-text-box .content-bio {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    font-size: 2.1rem;
    font-weight: 400;
    color: #222222;
    letter-spacing: 0.05rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #9C865F;
  }
  .u-program-a .p-key-content-box-3 .content-text-box .content-bio-list {
    margin-bottom: 2rem;
  }
  .u-program-a .p-key-content-box-3 .content-text-box .content-bio-list li {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #222222;
    letter-spacing: 0.05rem;
    line-height: 1.25;
    padding: 0.5rem 0;
  }
  .u-program-a .p-key-content-box-3 .content-text-box .content-bio-list li .new-line {
    display: none;
  }
}
.content-extra-box {
  width: 100%;
  margin: 2rem auto;
  padding: 2rem 1.5rem 3rem;
  background-color: #f2efe9;
  text-align: center;
}
.content-extra-box .content-text-box {
  margin-bottom: 2rem;
}
.content-extra-box .content-sub-title {
  font-size: 2.1rem;
  margin-bottom: 1rem;
}
.content-extra-box .content-list-box {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .content-extra-box {
    max-width: 76rem;
    margin-top: 5rem;
  }
}
.u-sankangaku-a {
  padding-top: 6rem;
  background-color: #f2efe9;
}

.u-sankangaku-a .content-sub-title-list {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.u-sankangaku-a .content-sub-title-list .content-text-time {
  margin-bottom: 0;
  margin-right: 1rem;
}
.u-sankangaku-a .content-sub-title-list .content-text-target {
  font-weight: 700;
  color: #9C865F;
}

.u-sankangaku-a .content-sub-title {
  font-weight: 500;
}

.u-sankangaku-a .content-o-box .content-item {
  margin-bottom: 5rem;
}

.u-sankangaku-a .content-o-box .content-text-box {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .u-sankangaku-a {
    padding-top: 8rem;
  }
  .u-sankangaku-a .content-o-box .content-item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .u-sankangaku-a .content-o-box .content-sub-title-box {
    width: 100%;
  }
  .u-sankangaku-a .content-o-box .content-text-box {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .u-sankangaku-a .content-o-box .content-item {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .u-sankangaku-a .content-o-box .content-sub-title-box {
    width: 35%;
  }
  .u-sankangaku-a .content-o-box .content-text-box {
    width: 60%;
  }
}
.content-p-box {
  margin-bottom: 3rem;
}

.u-sankangaku-a .content-p-item {
  margin-bottom: 3rem;
}
.u-sankangaku-a .content-p-item .content-p-para-box {
  display: flex;
  flex-direction: column;
}
.u-sankangaku-a .content-p-item .content-sub-title-box {
  flex-grow: 1;
}
.u-sankangaku-a .content-p-item .content-sub-title {
  font-size: 1.8rem;
  color: #ffffff;
  padding: 1rem 2rem;
  background-color: #9C865F;
}
.u-sankangaku-a .content-p-item .content-sub-title span {
  display: block;
  color: #ffffff;
  font-size: 1.4rem;
}
.u-sankangaku-a .content-p-item .content-p-text-box {
  margin-bottom: 2rem;
}

.u-sankangaku-a .content-img-box .content-img-item {
  width: 18rem;
  height: 18rem;
  margin: 0 auto 2rem;
  border-radius: 18rem;
  overflow: hidden;
}
.u-sankangaku-a .content-img-box .content-img-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 18rem;
  height: 18rem;
  border-radius: 18rem;
}

.u-sankangaku-a .content-img-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.u-sankangaku-a .content-img-box .content-text-person {
  text-align: center;
}
.u-sankangaku-a .content-img-box .content-text-person span {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
  font-weight: 500 !important;
}
.u-sankangaku-a .content-img-box .content-text-person span span {
  font-size: 1.4rem;
  font-weight: 400 !important;
  display: block;
}

@media (min-width: 768px) {
  .u-sankangaku-a .content-p-box {
    display: flex;
    flex-direction: column;
  }
  .u-sankangaku-a .content-p-item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .u-sankangaku-a .content-p-item .content-p-para-box {
    width: 100%;
  }
  .u-sankangaku-a .content-p-box .content-sub-title-box {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .u-sankangaku-a .content-p-box {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .u-sankangaku-a .content-p-item {
    width: 50%;
    padding: 0 1.5rem;
    flex-direction: column;
  }
  .u-sankangaku-a .content-p-item .content-p-para-box {
    width: 100%;
  }
  .u-sankangaku-a .content-p-box .content-img-box {
    width: 100%;
  }
}
.u-sankangaku-a .content-extra-box {
  border: 3px solid rgba(156, 134, 95, 0.4);
}

.u-college-a {
  padding-top: 6rem;
}

.u-college-a .content-sub-title-list {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.u-college-a .content-sub-title-list .content-text-target {
  font-weight: 700;
  color: #9C865F;
}

.u-college-a .content-text-list-box {
  width: 100%;
}
.u-college-a .content-text-list-box .content-list-title {
  text-align: center;
  background-color: #9C865F;
  padding: 1rem 0;
  color: #ffffff;
  margin-bottom: 0;
}
.u-college-a .content-text-list-box dl.content-list-text {
  text-align: center;
  border: 1px solid #9C865F;
  border-top: none;
  padding: 0 1rem;
}
.u-college-a .content-text-list-box dl.content-list-text dt {
  padding: 0.5rem 1rem;
  border-bottom: 1px dotted #9C865F;
  font-weight: 400 !important;
}
.u-college-a .content-text-list-box dl.content-list-text dd {
  padding: 1rem;
  font-weight: 400 !important;
}
.u-college-a .content-text-list-box dl.content-list-text dd span {
  font-weight: 400;
  display: block;
  padding-bottom: 0.5rem;
}

.content-list-anno {
  margin-top: 2rem;
  font-weight: 400 !important;
}

.u-college-a .content-demo-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .u-college-a {
    padding-top: 8rem;
  }
  .u-college-a .content-demo-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 5rem;
  }
  .u-college-a .content-text-list-box {
    width: 35rem;
  }
  .u-college-a .content-text-list-box dl.content-list-text {
    text-align: center;
    border: 1px solid #9C865F;
    border-top: none;
    padding: 0 1rem;
    display: flex;
    align-items: flex-start;
  }
  .u-college-a .content-text-list-box dl.content-list-text dt {
    padding: 1rem 0rem;
    border-bottom: none;
  }
  .u-college-a .content-text-list-box dl.content-list-text dd {
    text-align: left;
    padding: 1rem;
  }
  .u-college-a .content-text-list-box .content-list-anno {
    margin-top: 2rem;
  }
}
.u-demo-a {
  padding: 6rem 0 5rem;
}

.u-demo-a .content-demo-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.u-demo-a .content-list-box {
  margin-top: 1rem;
}
.u-demo-a .content-list-box li {
  margin-bottom: 0.5rem;
}
.u-demo-a .content-list-box li:first-of-type {
  font-weight: 500;
}

@media (min-width: 768px) {
  .u-demo-a {
    padding-top: 8rem;
  }
  .u-demo-a .content-demo-box {
    flex-direction: row;
    justify-content: space-between;
  }
  .u-demo-a .content-item {
    width: calc((100% - 3rem) * 0.6);
  }
  .u-demo-a .content-img-item {
    width: calc((100% - 3rem) * 0.4);
  }
}
.content-question-box {
  width: 100%;
  margin: 2rem auto;
  padding: 2rem 1.5rem 3rem;
  background-color: #ffffff;
  border: 8px double rgba(156, 134, 95, 0.4);
  text-align: center;
}
.content-question-box .content-text-box {
  margin-bottom: 2rem;
}
.content-question-box .content-sub-title {
  font-size: 2.1rem;
  margin-bottom: 1rem;
}
.content-question-box .content-list-box {
  margin-top: 1rem;
}
.content-question-box .q-event_code {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.5rem 2rem;
  border: 1px solid #9C865F;
  background-color: #9C865F;
  color: #ffffff;
}

.u-sankangaku-a .content-question-box {
  background-color: #f2efe9;
  border: 8px double rgba(156, 134, 95, 0.4);
}

@media (min-width: 768px) {
  .content-question-box {
    width: 76rem;
    margin-top: 5rem;
  }
}
.demo-tempo {
  width: 100%;
  padding: 5rem 0;
}
.demo-tempo .tempo-text {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
}

.u-demo .content-box {
  display: flex;
  flex-direction: column;
}

.u-demo .content-item {
  margin-bottom: 2rem;
}

.u-demo .content-sub-title-list {
  margin-bottom: 1rem;
}
.u-demo .content-sub-title-list .content-text-time {
  font-size: 2rem;
  font-weight: 500;
}
.u-demo .content-sub-title-list .content-text-time span {
  font-size: 2rem;
  font-weight: 500;
  display: block;
  margin-right: 1rem;
}
.u-demo .content-sub-title-list .content-text-time span:last-of-type {
  font-size: 1.4rem;
  margin-right: 0;
}
.u-demo .content-sub-title-list .content-text-target {
  font-size: 1.6rem;
  font-weight: 500;
  color: #9C865F;
  margin-top: 1rem;
}

.u-demo .content-text-box {
  margin-bottom: 2rem;
}

.u-demo .content-list-wrap {
  background-color: #f2efe9;
}
.u-demo .content-list-wrap .content-core-text {
  padding: 0.5rem 0;
  text-align: center;
  color: #ffffff;
  background-color: #9C865F;
}
.u-demo .content-list-wrap .content-text-box {
  padding: 1.5rem 1.5rem 0;
}
.u-demo .content-list-wrap .content-list-box {
  padding: 0 1.5rem 1.5rem;
}
.u-demo .content-list-wrap .content-list-box li {
  font-weight: 400 !important;
  text-align: center;
}
.u-demo .content-list-wrap .content-list-box li:first-of-type {
  margin-bottom: 1rem;
}
.u-demo .content-list-wrap .content-list-box li span {
  display: block;
}
.u-demo .content-list-wrap .content-list-box li p {
  font-weight: 400;
}
.u-demo .content-list-wrap .content-list-box span:last-of-type {
  margin-left: 0.5rem;
  font-weight: 500;
}
.u-demo .content-list-wrap .content-list-box p {
  font-size: 1.4rem;
  padding-left: 0.5rem;
}

.u-demo .anotation {
  display: inline-block;
  margin-top: 1rem;
  text-align: center;
  font-size: 1.4rem;
}

.u-demo .content-img-container {
  width: 100%;
  position: relative;
}
.u-demo .content-img-container .content-sub-img-item {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  border: 10px solid #019c96;
  overflow: hidden;
  position: absolute;
  bottom: -5rem;
  right: 0;
}

.u-demo .stampRally_wrap {
  margin: 3rem 0;
}
.u-demo .stampRally_wrap .stampRally_box {
  padding: 2rem;
  background-color: #f2efe9;
  border-radius: 3rem;
}
.u-demo .stampRally_wrap .stampRally_box .stampRally_text-title {
  margin-bottom: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.u-demo .stampRally_wrap .stampRally_box .stampRally_text-title span {
  font-size: clamp(16px, 13.504px + 0.78vw, 21px);
  font-weight: 500;
  color: #222222;
  display: block;
  margin-bottom: 2rem;
  line-break: strict;
}
.u-demo .stampRally_wrap .stampRally_box .stampRally_text-title::after {
  content: "";
  width: 10rem;
  height: 0.2rem;
  background-color: #019c96;
  display: block;
}
.u-demo .stampRally_wrap .stampRally_box .stampRally_text-para {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
  color: #222222;
}
.u-demo .stampRally_wrap .stampRally_box .stampRally_text-para span {
  font-size: clamp(16px, 13.504px + 0.78vw, 24px);
  font-weight: 700;
  color: #019c96;
  display: block;
}
.u-demo .stampRally_wrap .stampRally_box .stampRally_img_box {
  position: relative;
}
.u-demo .stampRally_wrap .stampRally_box .stampRally_img_box .stampRally_img_item {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.u-demo .stampRally_wrap .stampRally_box .stampRally_img_box .stamp_position_a {
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 10rem;
  left: -1rem;
}
.u-demo .stampRally_wrap .stampRally_box .stampRally_img_box .stamp_position_b {
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 0rem;
  right: -1rem;
}

.u-demo .content-extra-box .extra-anno {
  font-weight: 400;
}
.u-demo .content-extra-box .content-img-item {
  margin: 2rem auto;
  width: 100%;
}
.u-demo .content-extra-box .content-list-box .guide_title {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.8rem;
}
.u-demo .content-extra-box .content-list-box li {
  font-weight: 400 !important;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .u-demo .stampRally_wrap .stampRally_box .stampRally_img_box {
    position: relative;
  }
  .u-demo .stampRally_wrap .stampRally_box .stampRally_img_box .stampRally_img_item {
    width: 20rem;
    height: 20rem;
  }
  .u-demo .stampRally_wrap .stampRally_box .stampRally_img_box .stamp_position_a {
    width: 15rem;
    height: 15rem;
    top: 0rem;
    left: -1rem;
  }
  .u-demo .stampRally_wrap .stampRally_box .stampRally_img_box .stamp_position_b {
    width: 13rem;
    height: 13rem;
    top: 0rem;
    right: 0rem;
  }
}
@media (min-width: 768px) {
  .u-demo .content-box {
    flex-direction: row;
    justify-content: space-between;
  }
  .u-demo .content-box .content-item {
    width: calc((100% - 3rem) * 0.6);
  }
  .u-demo .content-box .content-sub-title-list .content-text-time {
    font-size: 2.4rem;
    font-weight: 500;
  }
  .u-demo .content-box .content-sub-title-list .content-text-time span {
    font-size: 2.4rem;
    font-weight: 500;
    display: inline;
  }
  .u-demo .content-box .content-img-container {
    width: calc((100% - 3rem) * 0.4);
  }
  .u-demo .content-box .content-img-container .content-img-item img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 50rem;
  }
  .u-demo .content-box .content-img-container .content-sub-img-item {
    width: 25rem;
    height: 25rem;
    bottom: -2rem;
    right: 1rem;
  }
  .u-demo .stampRally_wrap {
    margin: 5rem auto 0;
    max-width: 96rem;
  }
  .u-demo .stampRally_wrap .stampRally_box {
    padding: 3rem;
  }
  .u-demo .stampRally_wrap .stampRally_box .stampRally_text {
    margin-bottom: 0rem;
    font-size: 1.8rem;
    text-align: left;
  }
  .u-demo .stampRally_wrap .stampRally_box .stampRally_text span {
    font-size: 2.4;
    display: inline-block;
  }
  .u-demo .stampRally_wrap .stampRally_box .stampRally_img_box .stampRally_img_item {
    width: 26rem;
    height: 26rem;
  }
  .u-demo .stampRally_wrap .stampRally_box .stampRally_img_box .stamp_position_a {
    width: 18rem;
    height: 18rem;
    top: 0rem;
    left: 10%;
  }
  .u-demo .stampRally_wrap .stampRally_box .stampRally_img_box .stamp_position_b {
    width: 18rem;
    height: 18rem;
    top: 0rem;
    right: 10%;
  }
  .u-demo .content-extra-box {
    max-width: 96rem;
  }
  .u-demo .content-extra-box .content-img-item {
    width: 50rem;
  }
  .u-demo .content-extra-box .content-list-box li {
    width: 100%;
    font-weight: 400;
  }
  .u-demo .content-extra-box .content-list-box .guide_title {
    margin-bottom: 1rem;
    font-weight: 700 !important;
    font-size: 1.8rem;
  }
}
@media (min-width: 960px) {
  .u-demo .content-box .content-img-container .content-img-item img {
    height: 40rem;
  }
  .u-demo .content-list-wrap .content-text-item {
    text-align: center;
  }
  .u-demo .content-list-wrap .content-list-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .u-demo .content-list-wrap .content-list-box li {
    padding: 0 2rem;
    font-weight: 400;
  }
  .u-demo .content-list-wrap .content-list-box li:first-child {
    border-right: 1px solid #222222;
  }
}
.u-demo .demo-movie-box {
  margin: 5rem 0;
}
.u-demo .demo-movie-box .movie-item .y-box {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.u-demo .demo-movie-box .demo-content-text-box {
  background-color: #9C865F;
  padding: 2rem 0;
  text-align: center;
  margin-top: -1rem;
}
.u-demo .demo-movie-box .demo-content-text-box .demo-content-text {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .u-demo .demo-movie-box {
    margin: 5rem auto;
    max-width: 76rem;
  }
  .u-demo .demo-movie-box .movie-item .y-box {
    max-width: 76rem;
    height: auto;
    aspect-ratio: 16/9;
    margin: 0 auto;
  }
  .u-demo .demo-movie-box .demo-content-text-box .demo-content-text {
    font-size: 2.1rem;
    color: #ffffff;
  }
}
.content-img-box-demo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-img-box-demo .content-img-item {
  margin-bottom: 0;
  width: 50%;
  height: 20rem;
  overflow: hidden;
}
.content-img-box-demo .content-img-item img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .content-img-box-demo .content-img-item {
    width: 25%;
    height: 25rem;
  }
  .content-img-box-demo .content-img-item img {
    height: 25rem;
  }
}
.u-layout-map .content-title-box .content-title {
  justify-content: center;
}

.u-layout-map .content-img-item {
  max-width: 96rem;
  margin: 0 auto;
}

.demo-list .content-title-box .content-title {
  justify-content: center;
}

.demo-list .content-container {
  margin-bottom: 3rem;
}

.demo-list .content-sub-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 1rem;
  padding: 1.5rem 0.5rem;
  color: #ffffff;
  text-align: center;
}

.demo-title-a {
  background-color: #d9271d;
}

.demo-title-b {
  background-color: #5ea336;
}

.demo-title-c {
  background-color: #FAA610;
}

.demo-title-d {
  background-color: #5493ce;
}

.demo-title-e {
  background-color: #FC580F;
}

.demo-title-f {
  background-color: #bc4a8d;
}

.demo-title-o {
  background-color: #373486;
}

@media (min-width: 768px) {
  .demo-list .content-container {
    margin-bottom: 8rem;
  }
  .demo-list .content-sub-title {
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
  .demo-list .content-sub-title span {
    font-size: 1.8rem;
  }
}
.u-timeline-wrap {
  padding-left: 1.5rem;
  display: flex;
}
.u-timeline-wrap::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: auto;
  background-color: #222222;
}

.u-timeline-wrap .content-title-wrap {
  position: relative;
  top: -1rem;
}
.u-timeline-wrap .content-title-wrap::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
  border-top: 2rem solid #222222;
  border-bottom: 0;
  position: absolute;
  top: 0.5rem;
  left: -2.6rem;
}

.u-timeline-wrap .content-box {
  padding: 0 0 5rem;
}

.u-timeline-wrap .content-sub-title-box .content-text-time {
  position: relative;
}
.u-timeline-wrap .content-sub-title-box .content-text-time::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #222222;
  position: absolute;
  top: 0.6rem;
  left: -2.3rem;
}

.u-timeline-wrap .content-time-title .content-time-title-up {
  font-size: 1.8rem;
  display: block;
}
.u-timeline-wrap .content-time-title .content-time-title-bottom {
  font-size: 2.4rem;
}

.u-timeline-wrap .content-sub-title-box .content-sub-title-list {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}
.u-timeline-wrap .content-sub-title-box .content-sub-title-list .content-text-time {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.05rem;
  padding: 0 1rem 0.1rem;
  background-color: #222222;
  display: inline-block;
}
.u-timeline-wrap .content-sub-title-box .content-sub-title-list .content-text-target {
  font-size: 1.4rem;
  padding-left: 0.5rem;
}
.u-timeline-wrap .content-sub-title-box .content-sub-title {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
}

.u-timeline-wrap .content-item .content-img-item {
  margin-bottom: 1rem;
}
.u-timeline-wrap .content-item .content-text-box {
  margin-bottom: 2rem;
}
.u-timeline-wrap .content-item .content-text-box .content-text-person span {
  font-weight: 500;
}
.u-timeline-wrap .content-item .content-text-box .content-text-person span span {
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 0.5rem;
}

.u-timeline-wrap .content-item .t-button span {
  font-size: 1.6rem;
  padding: 0.5rem 3rem;
}

@media screen and (max-width: 600px) {
  .booth__wrap {
    width: 100%;
    padding: 0 0 !important;
  }
}
@media screen and (min-width: 601px) {
  .booth__wrap {
    max-width: 1285px;
    padding: 0 30px !important;
  }
}
.session-act {
  z-index: 1 !important;
}
.session-act .content-title-container {
  padding: 0;
}
.session-act .content-title-container h2.content-title {
  background-color: #ffffff;
}
.session-act .content-title-container h2.content-title .content-title-bottom {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.05rem;
}
.session-act .content-container {
  padding: 0;
}
.session-act .content-text-list-box .content-list-title,
.session-act .content-text-list-box .content-list-text-time,
.session-act .content-text-list-box .content-list-text-pra {
  font-family: "Noto Sans JP", sans-serif;
}
.session-act .content-list-anno {
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 768px) {
  .session-act .content-title-container h2.content-title .content-title-bottom {
    font-size: 4rem;
  }
}
/* --------------
参加方法
---------------- */
.content-session .content-title .content-title-up {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.05rem;
}
.content-session .content-item .content-sub-title {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.05rem;
}
.content-session .content-item .c-t-i-an-title {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.05rem;
}
.content-session .content-item .c-t-i-an-text a {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.05rem;
}

/*
アンケート
*/
.content-session .c-t-i-an {
  background-color: #ffffff;
}
.content-session .c-t-i-an .c-t-i-an-title {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.content-session .c-t-i-an .content-text-item {
  margin-bottom: 2rem;
}
.content-session .c-t-i-an .c-t-i-an-text a span {
  display: inline-block;
  border: 1px solid #3A358C;
  background-color: #3A358C;
}

@media (hover: hover) {
  .content-session .c-t-i-an .c-t-i-an-text a span:hover {
    color: #3A358C;
    background-color: #ffffff;
  }
}
.list-title__border {
  height: 8px;
  border-radius: 0px !important;
}

.base-background-color {
  background-color: #019c96 !important;
}

button.v-pagination__item.v-pagination__item--active {
  background-color: #019c96 !important;
  border-color: #019c96 !important;
}

.public_period {
  padding: 0 0 3% 0;
  text-align: right;
  color: #019c96 !important;
}

.title--main {
  font-size: 1.8rem;
}

.richtext__container.wrapper {
  font-size: 1.6rem !important;
  font-weight: 400 !important;
}
.richtext__container.wrapper a {
  font-size: 1.6rem !important;
  color: #019c96 !important;
}

.ellipsis {
  margin: 0 !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff !important;
}

.cart-button__content__number {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.cart-button__content__number span {
  color: #ffffff !important;
}

.ticket-card-detail__summary__name {
  line-height: 1.5;
}

.c-t-research .content-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #ffffff !important;
}

.c-t-research .content-box {
  margin-bottom: 3rem;
}
.c-t-research .content-box .content-item {
  margin-bottom: 2rem;
}
.c-t-research .content-box .content-item .content-text-box {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.c-t-research .content-box .content-item .content-text-box .content-text-item {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.c-t-research .content-box .content-item .content-sub-text-box {
  display: flex;
  justify-content: center;
}
.c-t-research .content-box .content-item .content-sub-text-box .content-sub-text-item {
  font-size: 2.1rem;
  font-weight: 700;
}
.c-t-research .content-box .content-img-box {
  max-width: 75rem;
  margin: 0 auto;
}
.c-t-research .content-box .content-img-box .content-img-item img {
  border-radius: 5rem;
}

.c-t-research .content-time-box {
  width: 30rem;
  margin: 0 auto 3rem;
}
.c-t-research .content-time-box .content-time-title {
  padding: 0.5rem 1rem;
  text-align: center;
  background-color: #9C865F;
  color: #ffffff;
  border: 1px solid #9C865F;
  border-radius: 2rem 2rem 0 0;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0 !important;
}
.c-t-research .content-time-box .content-time-para {
  padding: 1rem;
  text-align: center;
  border: 1px solid #9C865F;
  border-radius: 0 0 2rem 2rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.c-t-research .extra-container {
  background-color: #f0e4ce;
  max-width: 75rem;
  padding: 3rem 1.5rem;
  margin: 0 auto 5rem;
  border-radius: 2rem;
  text-align: center;
}
.c-t-research .extra-container .extra-text-box {
  margin-bottom: 2rem;
}
.c-t-research .extra-container .extra-text-box .content-sub-title {
  font-size: 2.1rem;
  margin-bottom: 2rem;
}
.c-t-research .extra-container .extra-text-box .extra-text-item {
  font-weight: 500;
  line-break: strict;
}
.c-t-research .extra-container .button-container .button span {
  color: #fff;
  background-color: #9C865F;
  border: 1px solid #9C865F;
}

@media (hover: hover) {
  .c-t-research .extra-container .button-container .button span:hover {
    color: #9C865F;
    background-color: #ffffff;
    border: 1px solid #9C865F;
  }
}
@media (min-width: 576px) {
  .c-t-research .content-box {
    margin-bottom: 3rem;
  }
  .c-t-research .content-box .content-item {
    margin-bottom: 2rem;
  }
  .c-t-research .content-box .content-item .content-text-box {
    display: flex;
    justify-content: center;
  }
  .c-t-research .content-box .content-item .content-text-box .content-text-item {
    padding: 0;
    display: inline-block;
    font-weight: 2.1rem;
  }
  .c-t-research .content-box .content-item .content-text-box .content-text-item span {
    padding: 1rem 2rem;
    color: #ffffff;
    display: inline-block;
  }
  .c-t-research .content-box .content-item .content-text-box .content-text-item span:last-of-type {
    background-color: #ffffff;
    color: #222222;
  }
}
.c-t-research .button-container {
  text-align: center;
}

.session-act .content-title-container {
  padding: 0;
}
.session-act .content-title-container h2.content-title {
  background-color: #ffffff;
  align-items: center;
}
.session-act .content-title-container h2.content-title .content-title-bottom {
  font-weight: 700;
}
.session-act .content-container {
  padding: 0;
}

.host_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}

.host_text_box {
  margin-bottom: 2rem;
}
.host_text_box .host_name_box .host_name {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.05rem;
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
.host_text_box .host_name_box .host_n_title {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
.host_text_box .host_name_box .host_n_title .new-line {
  display: block;
}
.host_text_box .host_text {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
}
.host_text_box .host_text_link {
  margin-top: 2rem;
}
.host_text_box .host_text_link span {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
  letter-spacing: 0.05rem;
  color: #019c96;
  transition: 0.3s;
}

.host_img_box {
  overflow: hidden;
  margin-bottom: 2rem;
}
.host_img_box img {
  -o-object-fit: cover;
     object-fit: cover;
}

.host_sub_box {
  display: flex;
  flex-direction: column;
}

.host_sub_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.host_sub_item .host_sub_img_box {
  width: 25rem;
  height: 25rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.host_sub_item .host_sub_img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 25rem;
}
.host_sub_item .host_sub_name {
  width: 95%;
  border-top: 1px solid #9C865F;
  padding: 1rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.host_sub_item .host_sub_name .h_s_name {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
  display: block;
}
.host_sub_item .host_sub_name .h_s_affi {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
}

@media (min-width: 768px) {
  .host_item {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .host_img_box {
    width: 31rem;
    margin-right: 3rem;
  }
  .host_text_box {
    width: 40%;
  }
  .host_text_box .host_name_box .host_name {
    text-align: left;
  }
  .host_text_box .host_name_box .host_n_title {
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .host_sub_box {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
  .host_sub_item {
    width: 40rem;
  }
  .host_sub_item .host_sub_img_box {
    width: 20rem;
    height: 20rem;
    overflow: hidden;
    margin-bottom: 2rem;
  }
  .host_sub_item .host_sub_img_box img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 20rem;
  }
}
@media (hover: hover) {
  .host_text_box .host_text_link span:hover {
    color: #3A358C;
  }
}
.ten_speakers {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.ten_speakers span {
  display: block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.05rem;
  text-align: center;
  padding-bottom: 1rem;
}
.ten_speakers::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.2rem;
  background-color: #019c96;
  margin: 0 auto;
}

.speaker_box {
  width: 100%;
  margin-bottom: 3rem;
}

.speaker_item {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #019c96;
  border-top: none;
  border-radius: 3rem;
  margin: 1.5rem 0;
  overflow: hidden;
}
.speaker_item .speaker_title {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.05rem;
  color: #ffffff;
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #019c96;
  width: 100%;
}
.speaker_item .speaker_title span {
  display: block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.05rem;
  color: #ffffff;
}
.speaker_item .speaker_img_box {
  width: 15rem;
  height: 15rem;
  border-radius: 7rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.speaker_item .speaker_img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 15rem;
}
.speaker_item .speaker_name {
  width: 95%;
  border-top: 1px solid #019c96;
  padding: 1rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
}
.speaker_item .speaker_name .pe_name {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.05rem;
  display: block;
}
.speaker_item .speaker_name .pe_affi {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.05rem;
}
.speaker_item .speaker_detail {
  display: inline-block;
  margin-bottom: 2rem;
}
.speaker_item .speaker_detail span {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
  color: #019c96;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .speaker_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .speaker_item {
    width: calc((100% - 6rem) / 2);
    margin: 1.5rem;
  }
}
@media (hover: hover) {
  .speaker_item .speaker_detail span:hover {
    color: #3A358C;
  }
}
.nii100_movie {
  width: 100%;
  margin: 0 auto 3rem;
}

@media (min-width: 768px) {
  .nii100_movie {
    max-width: 92rem;
  }
}
.content-add-item {
  background-color: #f0e4ce;
  padding: 3rem 1.5rem;
  max-width: 76rem;
  margin: 0 auto 2rem;
  border-radius: 2rem;
}
.content-add-item .content-sub-title {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.05rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.content-add-item .content-text-item {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.05rem;
  text-align: center;
  margin-bottom: 1rem;
}
.content-add-item .content-text-anno {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.05rem;
  text-align: center;
  margin-bottom: 3rem;
}
.content-add-item .button span {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.05rem;
  color: #ffffff;
}

@media (hover: hover) {
  .content-add-item .button span:hover {
    color: #019c96;
  }
}
.c-t-research .im-possible {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.05rem;
  text-align: center;
  margin: 1rem auto;
}/*# sourceMappingURL=style.css.map */