@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #454545;
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: 400;
  position: relative;
}
body:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/image/common/BgGrayPale.png");
  background-repeat: repeat;
  background-size: 20%;
  z-index: -1;
}

a {
  display: inline-block;
}

img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
.l-wrapper {
  padding: 0 32px;
}

.c-h2Ttl figure {
  display: flex;
}
.c-h2Ttl figure img {
  width: 80%;
}
.c-h2Ttl h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 110%;
  letter-spacing: 1.25px;
  color: #01B2A9;
  padding-top: 8px;
}

.c-button {
  padding: 15px 23px;
  border: 1px solid #01B2A9;
  border-radius: 999px;
  transition: 0.3s all;
}
.c-button span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  padding-right: 26px;
  position: relative;
}
.c-button span:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-button span.back {
  padding-right: 0;
  padding-left: 26px;
}
.c-button span.back:after {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.c-button:hover {
  background-color: #454545;
  border: 1px solid #454545;
}
.c-button:hover span {
  color: #fff;
}
.c-button:hover span:after {
  filter: brightness(0) invert(1);
}
.c-button--black {
  background-color: #3C3B3B;
  border: 1px solid #3C3B3B;
}
.c-button--black span {
  color: #fff;
}
.c-button--black span:after {
  filter: brightness(0) invert(1);
}
.c-button--black:hover {
  background-color: #fff;
  border: 1px solid #01B2A9;
}
.c-button--black:hover span {
  color: #454545;
}
.c-button--black:hover span:after {
  filter: none;
}

.c-ticket {
  padding-top: 48px;
}
.c-ticket a {
  margin-left: -20px;
  position: relative;
}
.c-ticket a img:last-of-type {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.c-ticket a:hover img:first-of-type {
  opacity: 0;
}
.c-ticket a:hover img:last-of-type {
  opacity: 1;
}

/* layout */
.loader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.loader:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/image/common/BgGrayPale.png");
  background-repeat: repeat;
  background-size: 20%;
  z-index: -1;
}
.loader .fadeout {
  opacity: 0;
  visibility: hidden;
}
.loader__inner img {
  width: 242px;
  height: 242px;
  animation: spin 3s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.carenowa {
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 1000px) {
  .carenowa {
    justify-content: center;
  }
}
.carenowa__pcLeft {
  min-width: 420px;
  flex: 1;
}
@media screen and (max-width: 1090px) {
  .carenowa__pcLeft {
    min-width: 350px;
  }
}
@media screen and (max-width: 1000px) {
  .carenowa__pcLeft {
    display: none;
  }
}
.carenowa__pcLeft .leftInner {
  max-width: 340px;
  padding: 0 20px;
  position: fixed;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1090px) {
  .carenowa__pcLeft .leftInner {
    max-width: 310px;
  }
}
.carenowa__pcLeft .leftInner figure {
  display: flex;
  justify-content: center;
}
.carenowa__pcLeft .leftInner figure img {
  width: 298px;
}
.carenowa__pcLeft .leftInner__date {
  padding-top: 24px;
  display: flex;
  align-items: center;
  gap: 0 24px;
}
.carenowa__pcLeft .leftInner__date .dateInner {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.carenowa__pcLeft .leftInner__date .dateInner .tag {
  color: #fff;
  font-weight: 700;
  background-color: #56BEFF;
  padding: 0 4px;
  border-radius: 4px;
}
.carenowa__pcLeft .leftInner__date .dateInner .tag--sun {
  background-color: #FF8B78;
}
.carenowa__pcLeft .leftInner__date .dateInner .date {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
}
.carenowa__pcLeft .leftInner__date .dateInner .week {
  font-weight: 700;
}
.carenowa__pcLeft .leftInner .place {
  padding-top: 16px;
  font-weight: 700;
  text-align: center;
}
.carenowa__pcRight {
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .carenowa__pcRight {
    display: none;
  }
}
.carenowa__pcRight .rightInner {
  position: fixed;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1180px) {
  .carenowa__pcRight .rightInner {
    right: 3%;
  }
}
@media screen and (max-width: 1090px) {
  .carenowa__pcRight .rightInner {
    right: 1.5%;
  }
}
.carenowa__pcRight .nav {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
.carenowa__pcRight .nav li {
  text-align: center;
}
.carenowa__pcRight .nav li a {
  font-weight: 700;
  padding-left: 22px;
  transition: 0.3s all;
}
.carenowa__pcRight .nav li a:hover {
  color: #01B2A9;
}
.carenowa__pcRight .nav li a.is-active {
  color: #01B2A9;
  position: relative;
}
.carenowa__pcRight .nav li a.is-active:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #01B2A9;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.carenowa__pcRight .sns {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 24px;
  padding-left: 22px;
}
.carenowa__pcRight .sns a {
  display: flex;
}
.carenowa__pcRight .sns a img {
  width: 40px;
}

.l-main {
  position: relative;
  max-width: 440px;
  background-color: #fff;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-main {
    margin-top: 32px;
    box-shadow: 0 0 20px 0 #E2E2E2;
    border-radius: 16px 16px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    margin: 0 auto;
  }
}

.main__mv {
  padding-top: 40px;
}
.main__bk {
  background: url("/assets/image/common/squiggly.png") no-repeat;
  width: 100%;
  height: 905px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .main__bk {
    border-radius: 16px 16px 0 0;
  }
}

@media screen and (min-width: 1000px) {
  .header__sp {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .header__sp {
    position: relative;
  }
  .header__nav {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 999;
  }
  .header__navBtn {
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 60px;
    z-index: 9999;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 #E2E2E2;
  }
  .header__navBtn span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 50%;
    height: 2px;
    border-radius: 5px;
    background: #454545;
    width: 24px;
    transform: translateX(-50%);
  }
  .header__navBtn span:nth-of-type(1) {
    top: 16px;
  }
  .header__navBtn span:nth-of-type(2) {
    top: 23px;
  }
  .header__navBtn span:nth-of-type(3) {
    top: 30px;
  }
  .header__navBtn span:nth-of-type(3):after {
    content: "メニュー";
    position: absolute;
    font-size: 1rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.11px;
    top: 7px;
    left: -7px;
    white-space: nowrap;
  }
  .header__navBtn.active span:nth-of-type(1) {
    top: 16px;
    transform: translate(-50%, 6px) rotate(-45deg);
  }
  .header__navBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header__navBtn.active span:nth-of-type(3) {
    top: 28px;
    transform: translate(-50%, -6px) rotate(45deg);
  }
  .header__navBtn.active span:nth-of-type(3):after {
    content: "閉じる";
    transform: translateY(0) rotate(-45deg);
    top: 10px;
    left: 13px;
  }
  .header__navInner {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    overflow: auto;
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
    transition: all 0.3s;
    z-index: 999;
  }
  .header__navInner.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .header__navInner .navInner {
    background: url("/assets/image/common/squiggly.png") no-repeat;
    width: 100%;
    height: 100vh;
    background-size: cover;
  }
}
@media screen and (max-width: 999px) and (max-width: 440px) {
  .header__navInner .navInner {
    height: 540px;
  }
}
@media screen and (max-width: 999px) {
  .header__navInner .nav {
    border-radius: 12px;
    padding: 64px 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
  }
  .header__navInner .nav a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 1.6px;
  }
  .header .c-ticket {
    padding: 40px 25px 0;
    text-align: center;
  }
  .header .c-ticket img {
    width: 320px;
  }
}

.footer {
  background-color: #fff;
  border-top: 1px solid #D7D7D7;
  padding-top: 40px;
}
.footer__logo {
  display: flex;
  justify-content: center;
}
.footer__logo img {
  width: 193px;
}
.footer__link {
  text-align: center;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.footer__link a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.footer__sns {
  padding-top: 24px;
  display: flex;
  justify-content: center;
  gap: 0 24px;
}
.footer__other {
  padding: 64px 32px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__other li:after {
  content: "";
  display: block;
  width: 50%;
}
.footer__other img {
  height: 42px;
  width: auto;
}
.footer__copy {
  background-color: #3C3B3B;
  padding: 16px 10px;
}
.footer__copy p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
}

/* top */
.main__lead {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  padding-top: 24px;
  line-height: 32px;
}
.main__lead p:not(:first-child) {
  padding-top: 24px;
}
.main__img {
  text-align: center;
  padding-top: 24px;
}
.main__img img {
  width: 93px;
}

.news {
  padding: 40px 0 64px;
}
.news__ttl {
  text-align: center;
  padding-bottom: 8px;
  position: relative;
}
.news__ttl:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../image/common/deco-nami.svg") no-repeat;
  background-size: cover;
  width: 141px;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.news__ttl p {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.news__inner {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
.news__list {
  border-bottom: 1px solid #D7D7D7;
}
.news__list a {
  display: block;
  padding-right: 32px;
  position: relative;
}
.news__list a:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}
.news__list a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #3C3B3B;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.news__list .info {
  display: flex;
  align-items: center;
  gap: 0 8px;
  font-size: 1.2rem;
  line-height: 170%;
}
.news__list .info .tag {
  padding: 2px 16px;
  background-color: #FFFEAB;
  border-radius: 999px;
}
.news__list .ttl {
  padding: 8px 0 4px;
  font-size: 1.4rem;
  line-height: 170%;
}
.news__btn {
  padding-top: 40px;
  text-align: center;
}

.overview {
  padding: 64px 0;
  position: relative;
  z-index: 0;
}
.overview:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/image/common/BgGray.png");
  background-repeat: repeat;
  background-size: 50%;
  z-index: -1;
}
.overview__table {
  font-size: 1.4rem;
  line-height: 170%;
  margin-top: 48px;
}
.overview__table tbody {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.overview__table th {
  font-weight: 400;
  width: 82px;
  text-align: left;
  padding-left: 12px;
  box-sizing: border-box;
  position: relative;
}
.overview__table th:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #01B2A9;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
}
.overview__table td {
  padding-left: 16px;
}

.schedule {
  padding: 64px 0;
  position: relative;
}
.schedule:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../image/common/deco-nami.svg") no-repeat;
  background-size: cover;
  width: 141px;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.schedule__inner {
  padding-top: 48px;
}
.schedule__inner .tab {
  display: flex;
  gap: 0 16px;
}
.schedule__inner .tab li {
  width: calc(50% - 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
  border-radius: 4px;
  padding: 10px 6px;
  border: 2px solid #C0C0C0;
  position: relative;
  cursor: pointer;
  transition: 0.3s all;
}
.schedule__inner .tab li:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid #C0C0C0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.schedule__inner .tab li:first-child:hover {
  border: 2px solid #56BEFF;
}
.schedule__inner .tab li:first-child:hover:before {
  border-top: 8px solid #56BEFF;
}
.schedule__inner .tab li:first-child:hover .day {
  color: #56BEFF;
}
.schedule__inner .tab li:first-child:hover .week, .schedule__inner .tab li:first-child:hover .date {
  color: #454545;
}
.schedule__inner .tab li:first-child.is-active {
  border: 2px solid #56BEFF;
  background-color: #DDF2FF;
}
.schedule__inner .tab li:first-child.is-active:before {
  border-top: 8px solid #56BEFF;
}
.schedule__inner .tab li:first-child.is-active .day {
  color: #56BEFF;
}
.schedule__inner .tab li:first-child.is-active .week, .schedule__inner .tab li:first-child.is-active .date {
  color: #454545;
}
.schedule__inner .tab li:last-child:hover {
  border: 2px solid #FF8B78;
}
.schedule__inner .tab li:last-child:hover:before {
  border-top: 8px solid #FF8B78;
}
.schedule__inner .tab li:last-child:hover .day {
  color: #FF8B78;
}
.schedule__inner .tab li:last-child:hover .week, .schedule__inner .tab li:last-child:hover .date {
  color: #454545;
}
.schedule__inner .tab li:last-child.is-active {
  border: 2px solid #FF8B78;
  background-color: #FFF2F0;
}
.schedule__inner .tab li:last-child.is-active:before {
  border-top: 8px solid #FF8B78;
}
.schedule__inner .tab li:last-child.is-active .day {
  color: #FF8B78;
}
.schedule__inner .tab li:last-child.is-active .week, .schedule__inner .tab li:last-child.is-active .date {
  color: #454545;
}
.schedule__inner .tab li p {
  color: #C0C0C0;
}
.schedule__inner .tab li .day, .schedule__inner .tab li .week {
  font-weight: 700;
  transition: 0.3s all;
}
.schedule__inner .tab li .date {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
  transition: 0.3s all;
}
.schedule__menu {
  padding-top: 16px;
}
.schedule__menu .scheduleList {
  padding: 0 16px;
  border-radius: 8px;
}
.schedule__menu .scheduleList:first-child {
  border: 2px solid #56BEFF;
}
.schedule__menu .scheduleList:first-child .time p {
  color: #56BEFF;
}
.schedule__menu .scheduleList:first-child .time p:last-child:not(:only-child):before {
  background-color: #56BEFF;
}
.schedule__menu .scheduleList:last-child {
  border: 2px solid #FF8B78;
}
.schedule__menu .scheduleList:last-child .time p {
  color: #FF8B78;
}
.schedule__menu .scheduleList:last-child .time p:last-child:not(:only-child):before {
  background-color: #FF8B78;
}
.schedule__menu .scheduleList li {
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.schedule__menu .scheduleList li:not(:last-child) {
  border-bottom: 1px dashed #D7D7D7;
}
.schedule__menu .scheduleList li .time p {
  font-weight: 700;
  line-height: 170%;
}
.schedule__menu .scheduleList li .time p:last-child:not(:only-child) {
  padding-top: 10px;
  position: relative;
}
.schedule__menu .scheduleList li .time p:last-child:not(:only-child):before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 10px;
}
.schedule__menu .scheduleList li .txt {
  font-size: 1.5rem;
  line-height: 160%;
}
.schedule__menu .scheduleList li .txt a {
  font-size: 1.4rem;
  line-height: 160%;
  margin-top: 4px;
  color: #01B2A9;
  text-decoration: underline;
  padding-right: 20px;
  position: relative;
}
.schedule__menu .scheduleList li .txt a:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}

.session {
  padding-top: 40px;
}
.session .c-h2Ttl {
  text-align: center;
  padding-bottom: 16px;
}
.session .c-h2Ttl figure {
  justify-content: center;
}
.session .c-h2Ttl figure img {
  width: 60%;
}
.session .satback {
  position: absolute;
  width: 100%;
  height: 310px;
  background: url("/assets/image/common/BgSat.jpg");
  background-repeat: repeat;
  border-top-left-radius: 100% 40%;
  border-top-right-radius: 100% 40%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  background-size: 25%;
}
.session .sunback {
  position: absolute;
  width: 100%;
  height: 310px;
  background: url("/assets/image/common/BgSun.jpg");
  background-repeat: repeat;
  border-bottom-left-radius: 100% 40%;
  border-bottom-right-radius: 100% 40%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  background-size: 25%;
  bottom: -60px;
  z-index: -1;
}
.session__inner {
  padding: 64px 0 16px;
  margin-bottom: 62px;
  position: relative;
  z-index: 0;
}
.session__inner:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/image/common/BgSat.jpg");
  background-repeat: repeat;
  background-size: 25%;
  z-index: -1;
}
.session__inner:not(:last-child) {
  padding: 16px 0 64px;
  margin-top: 62px;
  margin-bottom: 0;
}
.session__inner--sun:after {
  background-image: url("/assets/image/common/BgSun.jpg");
}
.session__inner .dateArea {
  background-color: #fff;
  padding: 8px;
  box-shadow: 4px 4px 10px 0 rgba(183, 201, 209, 0.5);
}
.session__inner .dateArea__inner {
  border: 2px solid #56BEFF;
  display: flex;
  gap: 0 4px;
  align-items: center;
  justify-content: center;
  padding: 2px 14px;
}
.session__inner .dateArea__inner .day, .session__inner .dateArea__inner .week {
  font-weight: 700;
}
.session__inner .dateArea__inner .day {
  color: #56BEFF;
}
.session__inner .dateArea__inner .date {
  font-size: 2.4rem;
  line-height: 150%;
  font-weight: 700;
}
.session__inner .dateArea--sun .dateArea__inner {
  border: 2px solid #FF8B78;
}
.session__inner .dateArea--sun .day {
  color: #FF8B78;
}
.session__list {
  padding-top: 32px;
}
.session__list--sun .session__contents {
  border: 3px solid #FF8B78;
}
.session__list--sun .session__speaker .speaker {
  border: 2px dashed #FF8B78;
}
.session__list--sun .session__speaker .tag {
  background-color: #FF8B78;
}
.session__contents {
  border: 3px solid #56BEFF;
  padding: 24px;
  border-radius: 16px;
  background-color: #fff;
}
.session__contents:not(:first-child) {
  margin-top: 32px;
}
.session__contents .time {
  font-size: 1.4rem;
  line-height: 150%;
  padding-left: 18px;
  position: relative;
}
.session__contents .time:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../image/common/ic-time.svg") no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.session__contents .mainTtl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  gap: 0 8px;
  padding: 8px 0;
  position: relative;
}
.session__contents .mainTtl:before, .session__contents .mainTtl:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  border-radius: 2px;
  bottom: 0;
}
.session__contents .mainTtl:before {
  background-color: #C3C3C3;
  right: 0;
  width: 85%;
  z-index: 1;
}
.session__contents .mainTtl:after {
  background-color: #01B2A9;
  right: 0;
  width: 100%;
  z-index: 0;
}
.session__contents .mainTtl .sessionTtl {
  color: #01B2A9;
}
.session__contents .lead {
  font-size: 1.4rem;
  line-height: 200%;
  font-weight: 500;
  padding-top: 24px;
}
.session__speaker {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  padding-top: 40px;
}
.session__speaker .speaker {
  border: 2px dashed #56BEFF;
  border-radius: 16px;
  padding: 16px 15px;
  position: relative;
}
.session__speaker .tag {
  position: absolute;
  background-color: #56BEFF;
  color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
  display: inline-block;
  top: -14px;
  left: -7px;
  transform: rotate(-10deg);
}
.session__speaker .tag span {
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 600;
  padding-right: 16px;
  position: relative;
}
.session__speaker .tag span:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../image/common/ic-mic.svg") no-repeat;
  background-size: contain;
  width: 25px;
  height: 37px;
  top: 50%;
  right: -8px;
  transform: translateY(-50%) rotate(45deg);
}
.session__speaker .tag span.listener {
  padding-right: 0;
}
.session__speaker .tag span.listener:after {
  content: none;
}
.session__speaker figure {
  display: flex;
  justify-content: center;
}
.session__speaker figure img {
  width: 100px;
  border-radius: 50%;
}
.session__speaker .nameArea {
  font-weight: 500;
  padding-top: 8px;
  text-align: center;
}
.session__speaker .nameArea .kana {
  font-size: 1rem;
  line-height: 150%;
}
.session__speaker .position {
  text-align: center;
  padding-top: 8px;
  font-size: 1.2rem;
  line-height: 170%;
  font-weight: 500;
}
.session__speaker .comment {
  padding-top: 16px;
  font-size: 1.2rem;
  line-height: 180%;
  font-weight: 500;
}
.session__anchor {
  padding-top: 48px;
  text-align: center;
}
.session__anchor p {
  padding-top: 16px;
  position: relative;
}
.session__anchor p:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
}
.session__anchor p a {
  text-decoration: underline;
}

.access {
  padding: 64px 0;
}
.access .c-h2Ttl figure img {
  width: 70%;
}
.access__contents {
  padding-top: 110px;
  position: relative;
}
.access__contents:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../image/access.png") no-repeat;
  background-size: contain;
  width: 173px;
  height: 114px;
  top: -20px;
  right: -10px;
}
.access__contents iframe {
  width: 100%;
  height: 253px;
}
.access__address {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 200%;
  padding-top: 16px;
}
.access__address span {
  font-size: 1.2rem;
  display: block;
}
.access__btn {
  padding-top: 16px;
}
.access__inner {
  padding-top: 40px;
}
.access__inner .inner:not(:first-child) {
  padding-top: 24px;
}
.access__inner .inner .ttl {
  font-weight: 700;
  line-height: 200%;
}
.access__inner .inner ul {
  padding-top: 16px;
}
.access__inner .inner ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.access__inner .inner ul li:not(:first-child) {
  margin-top: 16px;
}
.access__inner .inner .txt {
  padding-top: 16px;
}
.access__map {
  padding-top: 16px;
}

/* page */
.archive__header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  position: relative;
}
.archive__header:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/image/common/BgBlue.png");
  background-repeat: repeat;
  background-size: 30%;
  z-index: -1;
}
.archive__header h1 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 1.6px;
}
.archive__inner {
  padding: 64px 0;
}

.pagination {
  font-size: 1.4rem;
  line-height: 140%;
  padding-top: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination img {
  width: 16px;
  height: 16px;
}
.pagination a {
  text-decoration: underline;
  color: #01B2A9;
}
.pagination .disabled, .pagination a {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.pagination .prev img {
  transform: scale(-1, 1);
}
.pagination .disabled {
  color: #C0C0C0;
}
.pagination .disabled img {
  filter: brightness(0) saturate(100%) invert(87%) sepia(10%) saturate(30%) hue-rotate(315deg) brightness(84%) contrast(103%);
}

.single__head .time {
  color: #01B2A9;
  font-size: 1.4rem;
  line-height: 170%;
}
.single__head .ttl {
  font-weight: 600;
  line-height: 170%;
  padding: 4px 0;
  border-bottom: 1px solid #01B2A9;
}
.single__inner {
  font-size: 1.4rem;
  line-height: 200%;
}
.single__inner p, .single__inner figure {
  padding-top: 24px;
}
.single__inner figure img {
  border-radius: 4px;
}
.single__inner figure .wp-element-caption {
  font-size: 1.2rem;
  margin: 0;
  padding-top: 8px;
}
.single__btn {
  padding-top: 40px;
  text-align: center;
}

.error {
  padding: 64px 0;
}
.error__inner {
  font-size: 1.4rem;
  line-height: 200%;
}
.error__inner h2 {
  font-weight: 500;
}
.error__inner .text {
  padding-top: 24px;
}
.error__btn {
  padding-top: 40px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */