@charset "UTF-8";
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: ヒラギノ角ゴ ProN, ヒラギノ角ゴシック, メイリオ, 游ゴシック, 游ゴシック体, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Meiryo, YuGothic, sans-serif;
  color: #000;
  box-sizing: border-box;
}
* .\--mincho {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
}
* .\--mincho * {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup, menu, nav,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  text-decoration: none;
}

body {
  background-color: #fff;
}

.wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .wrapper {
    min-width: 1200px;
  }
}
.only_sp {
  display: block;
}

.only_pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .only_sp {
    display: none;
  }
  .only_pc {
    display: block;
  }
}
/*------ ヘッダー ------*/
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 4%;
  z-index: 99;
}
header .g-header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .g-header-inner .g-header-logo {
  display: flex;
  align-items: center;
}
header .g-header-inner .g-header-logo-link {
  margin: 0 13px 0 0;
}
header .g-header-inner .g-header-logo-link.\--jbpress {
  width: 70px;
}
header .g-header-inner .g-header-logo-link.\--jir {
  width: 91px;
}
header .g-header-inner #hamburger {
  position: relative;
  width: 30px;
  height: 10px;
  margin: 20px 0;
}
header .g-header-inner #hamburger span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #454545;
  transition: 0.3s;
  left: 0;
}
header .g-header-inner #hamburger span:first-of-type {
  top: 0;
}
header .g-header-inner #hamburger span:last-of-type {
  bottom: 0;
}
header .g-header-inner #hamburger.act span:first-of-type {
  transform: rotate(15deg);
  top: 4px;
}
header .g-header-inner #hamburger.act span:last-of-type {
  transform: rotate(-15deg);
  bottom: 4px;
}
header .g-header-inner nav {
  display: block;
  width: 100%;
  height: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow-y: hidden;
  transition: height 0.3s;
}
header .g-header-inner nav::before {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
}
header .g-header-inner nav a {
  font-size: 14px;
  line-height: 1;
  margin: 5px 20px;
}
header .g-header-inner nav.act {
  height: 120px;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  header {
    padding: 0;
  }
  header .g-header-inner {
    min-width: 1200px;
    max-width: 1440px;
    height: 60px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  header .g-header-inner #hamburger {
    display: none;
  }
  header .g-header-inner .g-header-logo {
    min-width: 360px;
    padding-left: 20px;
  }
  header .g-header-inner .g-header-logo-link {
    margin: 0 20px 0 0;
  }
  header .g-header-inner .g-header-logo-link.\--jbpress {
    width: 90px;
  }
  header .g-header-inner .g-header-logo-link.\--jir {
    width: 230px;
  }
  header .g-header-inner nav {
    width: 800px;
    height: auto;
    justify-content: flex-end;
  }
  header .g-header-inner nav::before {
    display: none;
  }
  header .g-header-inner nav a {
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
  }
  header .g-header-inner nav a:hover {
    opacity: 0.6;
  }
}
/*------ メイン 背景 sp ------*/
main {
  position: relative;
}
main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url(../images/bg_sp.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  main::before {
    display: none;
  }
}
/*------ 背景 pc ------*/
@media screen and (min-width: 768px) {
  section.--r-tri {
    background-image: url(../images/bg_right.png);
    background-size: 470px;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  section.--l-tri {
    background-image: url(../images/bg_left.png);
    background-size: 470px;
    background-position: left top;
    background-repeat: no-repeat;
  }
  section.--tri {
    background-image: url(../images/bg_left.png), url(../images/bg_right.png);
    background-size: 470px;
    background-position: left top, right bottom;
    background-repeat: no-repeat;
  }
}
/*------ メインタイトル ------*/
.forum-main-image {
  background: url(../images/bg_ttl.jpg) no-repeat center/cover;
  padding: 120px 16px 115px;
}

@media screen and (min-width: 768px) {
  .forum-main-image {
    padding: 104px 0 120px;
  }
  .forum-main-image h1 {
    width: 1080px;
    margin: 0 auto;
  }
}
/*------ 登壇者top ------*/
.forum-top {
  margin-top: -45px;
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 100px;
  padding: 45px 16px;
  background-color: #fff;
}
.forum-top .forum-author-wrap {
  width: 95%;
  max-width: 330px;
  margin: 0 auto;
  position: relative;
  top: -70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.forum-top .forum-author-wrap .forum-author {
  width: calc((100% - 15px) / 2);
  margin-bottom: 7%;
}
.forum-top .forum-author-wrap .forum-author-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  padding-top: 15px;
}
.forum-top .forum-author-wrap .forum-author-name span {
  font-size: 80%;
  margin-left: 0.4em;
}
.forum-top .forum-author-wrap .forum-author-text {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .forum-top {
    margin-top: -140px;
    margin-bottom: -150px;
    padding: 140px 0 0;
    background-color: transparent;
  }
  .forum-top .forum-author-wrap {
    width: 100%;
    max-width: 990px;
    position: relative;
    top: -90px;
    margin: 0 auto 50px;
    gap: 24px;
  }
  .forum-top .forum-author-wrap .forum-author {
    width: 180px;
    transition: 0.3s;
    margin-bottom: 30px;
  }
  .forum-top .forum-author-wrap .forum-author:hover {
    opacity: 0.5;
  }
  .forum-top .forum-author-wrap .forum-author-name {
    font-size: 22px;
    line-height: 1.5;
    padding-top: 5px;
    margin-bottom: 0;
  }
  .forum-top .forum-author-wrap .forum-author-text {
    font-size: 16px;
    line-height: 1.75;
  }
}
.forum-lead {
  position: relative;
  margin-bottom: 100px;
  padding: 45px 16px;
  background-color: #fff;
}
.forum-lead .forum-title {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  margin-bottom: 50px;
}
.forum-lead .forum-title::after {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 220px;
  height: 1px;
  content: "";
  background-color: #000;
}
.forum-lead .forum-text {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .forum-lead {
    width: 1080px;
    margin: 0 auto;
    padding: 50px 0 140px;
    background-color: transparent;
  }
  .forum-lead .forum-title {
    font-size: 54px;
    line-height: 1;
    margin-bottom: 100px;
  }
  .forum-lead .forum-title::after {
    bottom: -23px;
    width: 475px;
  }
  .forum-lead .forum-text {
    font-size: 20px;
  }
}
/*------ タイムテーブル ------*/
.timetableCts {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 100px;
}
.timetableCts h2 {
  text-align: center;
  font-family: garamond-premier-pro-display, serif;
  font-weight: 500;
  font-size: 44px;
  margin: 30px auto;
}
.timetableCts .timetableWrap {
  width: 92%;
  margin: 50px auto;
}
.timetableCts .timetableWrap h3 {
  text-align: center;
  font-family: garamond-premier-pro-display, serif;
  font-weight: 500;
  font-size: 30px;
  margin: 30px auto;
}
.timetableCts .timetableWrap .slotBox {
  display: flex;
  justify-content: space-between;
}
.timetableCts .timetableWrap .slotBox .timeLine {
  position: relative;
}
.timetableCts .timetableWrap .slotBox .timeLine::before, .timetableCts .timetableWrap .slotBox .timeLine::after {
  position: absolute;
  content: "";
  background-color: #9dd7eb;
}
.timetableCts .timetableWrap .slotBox .timeLine::before {
  z-index: 2;
  right: -18px;
  width: 35px;
  height: 35px;
  border: 10px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.timetableCts .timetableWrap .slotBox .timeLine::after {
  right: -2px;
  width: 3px;
  height: 100%;
  top: 0;
}
.timetableCts .timetableWrap .slotBox .timeLine span {
  display: none;
}
.timetableCts .timetableWrap .slotBox .detail {
  width: calc(100% - 18px);
}
.timetableCts .timetableWrap .slotBox .detail h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin-bottom: 26px;
  padding: 8px 0 8px 16px;
  letter-spacing: 1.6px;
  color: #fff;
  position: relative;
}
.timetableCts .timetableWrap .slotBox .detail h4 span {
  color: #fff;
  display: inline-block;
  padding: 0 14px 0 5px;
  position: relative;
}
.timetableCts .timetableWrap .slotBox .detail h4 span::after {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 1px;
  height: 18px;
  content: "";
  transform: translateY(-50%);
  background-color: #fff;
}
.timetableCts .timetableWrap .slotBox .detail h4::before, .timetableCts .timetableWrap .slotBox .detail h4::after {
  position: absolute;
  left: 0;
  content: "";
  border-top: 18px solid #fff;
  border-right: 16px solid transparent;
  border-bottom: 18px solid #fff;
}
.timetableCts .timetableWrap .slotBox .detail h4::before {
  top: 0;
}
.timetableCts .timetableWrap .slotBox .detail h4::after {
  bottom: 0;
}
.timetableCts .timetableWrap .slotBox .detail h4.blue {
  background: linear-gradient(90deg, #76d0ff, #3b6880);
}
.timetableCts .timetableWrap .slotBox .detail h4.yellow {
  background: linear-gradient(90deg, #ecefb0, #b3cb4e);
}
.timetableCts .timetableWrap .slotBox .detail h4.purple {
  background: linear-gradient(90deg, #eb9baa, #6648e2);
}
.timetableCts .timetableWrap .slotBox .detail h4.gray {
  background: linear-gradient(90deg, #e0e0e0, #b1b1b1);
}
.timetableCts .timetableWrap .slotBox .detail > h5 {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  border: solid 1px #aaa;
  border-radius: 99px;
  margin-bottom: 20px;
}
.timetableCts .timetableWrap .slotBox .detail-img img {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-bottom: 30px;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 26px;
  justify-content: flex-start;
  align-items: center;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .photo {
  width: 156px;
  margin-right: 16px;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .photo img {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .photo-2 {
  width: 100%;
  margin: 0 0 15px;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .name {
  width: calc(100% - 172px);
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .name p {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 13px;
  line-height: 1.5;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .name p + p {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0.5em;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .name p + p small {
  font-size: 70%;
  display: inline-block;
  padding-left: 0.5em;
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .text {
  width: 100%;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .text h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 15px 0;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .text p {
  font-size: 15px;
  line-height: 1.5;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .text-2 {
  background-color: #ddd;
  box-sizing: border-box;
  padding: 38px 10px 10px;
  margin: 15px 0;
  position: relative;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .text-2 h6 {
  position: absolute;
  width: 144px;
  line-height: 28px;
  background-color: #006cff;
  font-size: 14px;
  font-weight: bold;
  top: 0;
  left: 0;
  color: #fff;
  padding-left: 7px;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .cap {
  font-size: 13px;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .photo {
  position: relative;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .photo .sp_btn {
  font-family: garamond-premier-pro-display, serif;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: flex;
  width: 132px;
  height: 30px;
  padding: 3px 0 0 15px;
  transform: translateX(-50%);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100vh;
  background-color: #454545;
  align-items: center;
  justify-content: center;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .photo .sp_btn::before {
  position: absolute;
  top: 50%;
  left: 12px;
  content: "";
  transition: left 0.5s;
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .photo .sp_btn:active {
  color: #fff;
  border-color: #454545;
  background-color: #454545;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .photo .sp_btn:active::before {
  left: 15px;
  border-left-color: #fff;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .name p + p span {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  display: block;
  font-size: 24px;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .name p + p span small {
  font-size: 70%;
  display: inline-block;
  padding-left: 0.5em;
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .name p + p .pc_btn {
  display: none;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner.noPhoto .name {
  width: 100%;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner.pd-b0 {
  padding-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .timetableCts {
    padding-bottom: 140px;
    margin: 0;
  }
  .timetableCts h2 {
    font-size: 63px;
    margin-bottom: 50px;
  }
  .timetableCts .timetableWrap {
    width: 1080px;
    margin-top: 90px;
  }
  .timetableCts .timetableWrap h3 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .timetableCts .timetableWrap .slotBox {
    justify-content: flex-start;
  }
  .timetableCts .timetableWrap .slotBox .timeLine span {
    display: block;
    font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
    font-size: 36px;
    line-height: 1;
    min-width: 183px;
  }
  .timetableCts .timetableWrap .slotBox .timeLine::before {
    right: -40px;
  }
  .timetableCts .timetableWrap .slotBox .timeLine::after {
    right: -24px;
  }
  .timetableCts .timetableWrap .slotBox .timeLine.--gray span {
    color: #b1b1b1;
  }
  .timetableCts .timetableWrap .slotBox .detail {
    width: 825px;
    margin-left: 45px;
  }
  .timetableCts .timetableWrap .slotBox .detail h4 {
    text-align: center;
    font-size: 16px;
  }
  .timetableCts .timetableWrap .slotBox .detail h4 span {
    display: none;
  }
  .timetableCts .timetableWrap .slotBox .detail h4.gray {
    margin-bottom: 40px;
  }
  .timetableCts .timetableWrap .slotBox .detail > h5 {
    margin-left: 15px;
  }
  .timetableCts .timetableWrap .slotBox .detail-img {
    margin-left: 15px;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner {
    position: relative;
    min-height: 265px;
    display: block;
    padding-bottom: 40px;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .photo {
    width: 180px;
    position: absolute;
    top: 0;
    left: 15px;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .photo-2 {
    height: 180px;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .photo-2 img {
    height: 100%;
    object-fit: cover;
    object-position: 12%;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .name, .timetableCts .timetableWrap .slotBox .detail .detail-inner .text {
    width: 600px;
    margin-left: 225px;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .name p {
    font-size: 20px;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .name p + p {
    font-size: 36px;
    margin-top: 0.3em;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .text h5 {
    font-size: 20px;
    font-weight: bold;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .text p {
    font-size: 16px;
    line-height: 1.75;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .cap {
    margin-left: 15px;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .photo .sp_btn {
    display: none;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .name .flex {
    display: flex;
    align-items: center;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .name .flex span {
    font-size: 36px;
    margin-right: 20px;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .name .flex .pc_btn {
    font-family: garamond-premier-pro-display, serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    position: relative;
    display: flex;
    width: 132px;
    height: 30px;
    padding: 3px 0 0 15px;
    cursor: pointer;
    color: #000;
    border: 1px solid #000;
    border-radius: 100vh;
    background-color: #fff;
    align-items: center;
    justify-content: center;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .name .flex .pc_btn::before {
    position: absolute;
    top: 50%;
    left: 13px;
    content: "";
    transition: left 0.5s;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #000;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .name .flex .pc_btn:hover {
    color: #fff;
    border-color: #454545;
    background-color: #454545;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .name .flex .pc_btn:hover::before {
    left: 16px;
    border-left-color: #fff;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner.noPhoto {
    min-height: 0;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner.noPhoto .name, .timetableCts .timetableWrap .slotBox .detail .detail-inner.noPhoto .text {
    width: 810px;
    margin-left: 15px;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner.pd-b10 {
    padding-bottom: 10px;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner.m-h0 {
    min-height: 0;
    margin-bottom: 20px;
  }
}
/*------ セクション 共通 タイトル ------*/
section .secTtl {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  margin-bottom: 50px;
}
section .secTtl::after {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 220px;
  height: 1px;
  content: "";
  background-color: #000;
}
section .secTtl span {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  section .secTtl {
    font-size: 54px;
    line-height: 1;
    position: relative;
    margin-bottom: 68px;
  }
  section .secTtl::after {
    bottom: -23px;
    left: 0;
    width: 475px;
    background-color: #000;
  }
  section .secTtl span {
    font-size: 42px;
  }
}
/*------ エントリー ------*/
.entryCts {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 100px;
}
.entryCts > div {
  width: 92%;
  margin: 0 auto;
}
.entryCts p {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 16px;
  line-height: 1.75;
}
.entryCts a {
  font-size: 18px;
  line-height: 1.3;
  display: flex;
  height: 90px;
  padding-left: 70px;
  cursor: pointer;
  border-radius: 100vh;
  background: linear-gradient(90deg, #209cff, #68e0cf);
  box-shadow: 0 3px 26px rgba(32, 212, 255, 0.5137254902);
  text-shadow: -2px -2px 1px rgba(0, 0, 0, 0.1607843137);
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.entryCts a span {
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: 100%;
  color: #fff;
}
.entryCts a span img {
  position: absolute;
  top: 50%;
  left: -55px;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .entryCts {
    padding: 140px 0 30px;
    margin: 0;
  }
  .entryCts > div {
    max-width: 1080px;
  }
  .entryCts p {
    font-size: 20px;
  }
  .entryCts a {
    padding-left: 0;
    text-align: center;
    margin-top: 60px;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: 0.3s;
  }
  .entryCts a span {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: auto;
  }
  .entryCts a span img {
    position: absolute;
    top: 50%;
    left: -60px;
    width: 50px;
    height: 50px;
    transition: 0.3s;
    transform: translateY(-50%);
  }
  .entryCts a:hover {
    top: 3px;
    left: 3px;
    opacity: 0.8;
  }
}
/*------ セミナー詳細 ------*/
.detailCts {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 100px;
}
.detailCts > div {
  width: 92%;
  margin: 0 auto;
}
.detailCts table {
  width: 100%;
  border-collapse: collapse;
}
.detailCts table tr {
  display: block;
  background-color: #f7f7f7;
}
.detailCts table tr:not(:last-child) {
  margin-bottom: 5px;
}
.detailCts table th {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  width: 125px;
  min-width: 125px;
  padding: 12px 10px 12px 20px;
  text-align: left;
}
.detailCts table th::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  content: "";
  background-color: #01b1bf;
}
.detailCts table th::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  transform: translateY(-50%);
  border-top: 12px solid #f7f7f7;
  border-bottom: 12px solid #f7f7f7;
  background-color: #707070;
  box-sizing: border-box;
}
.detailCts table td {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  padding: 12px 12px 12px 20px;
}
.detailCts table td small {
  display: block;
  font-size: 13px;
}
.detailCts table td p {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}
.detailCts table td p:last-of-type {
  margin-bottom: 0;
}
.detailCts table td .map {
  width: 100%;
  height: 50vw;
}

@media screen and (min-width: 768px) {
  .detailCts {
    padding: 140px 0;
    margin: 0;
  }
  .detailCts > div {
    max-width: 1080px;
  }
  .detailCts table tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .detailCts table th {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    width: 240px;
    min-width: 240px;
    padding: 12px 20px;
    letter-spacing: 1.1px;
    text-align: center;
  }
  .detailCts table th::after {
    height: calc(100% - 24px);
    border: none;
  }
  .detailCts table td {
    font-size: 20px;
    padding: 12px 30px;
  }
  .detailCts table td small {
    font-size: 20px;
  }
  .detailCts table td p {
    font-size: 20px;
  }
  .detailCts table td .map {
    height: 500px;
  }
}
.otherCts {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 100px;
}
.otherCts > div {
  width: 92%;
  margin: 0 auto;
}
.otherCts p {
  font-size: 14px;
  line-height: 1.75;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  .otherCts {
    padding: 140px 0 30px;
    margin: 0;
  }
  .otherCts > div {
    max-width: 1080px;
  }
  .otherCts p {
    font-size: 16px;
  }
}
/*------ よくあるご質問 ------*/
.qandaCts {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 100px;
}
.qandaCts > div {
  width: 92%;
  margin: 0 auto;
}
.qandaCts .week-qa-title {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  min-height: 44px;
  margin-bottom: 30px;
  padding: 10px 0 0 26px;
}
.qandaCts .week-qa-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 44px;
  content: "";
  border-radius: 100vh;
  background: linear-gradient(180deg, #01b1bf, #1a56a8);
}
.qandaCts .week-qa-inner {
  margin-bottom: 30px;
}
.qandaCts .week-qa-q {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}
.qandaCts .week-qa-q::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 11px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #9dd7eb;
}
.qandaCts .week-qa-a {
  font-size: 16px;
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-left: 26px;
  transition: max-height 0.5s ease, padding-top 0.5s ease;
}
.qandaCts .week-qa-a .week-qa-a-link {
  text-decoration: underline;
  color: #006cff;
}
.qandaCts .week-qa-other-btn {
  display: flex;
  height: 60px;
  margin-bottom: 30px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100vh;
  align-items: center;
  justify-content: center;
}
.qandaCts .week-qa-other-btn .week-qa-other-btn-inner {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
}
.qandaCts .week-qa-other-btn .week-qa-other-btn-inner::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transition: 0.3s;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #000;
}

@media screen and (min-width: 768px) {
  .qandaCts {
    padding: 140px 0;
    margin: 0;
  }
  .qandaCts > div {
    max-width: 1080px;
  }
  .qandaCts .week-qa-title {
    font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    min-height: 54px;
    margin-bottom: 40px;
    padding: 10px 0 0 34px;
  }
  .qandaCts .week-qa-title::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 54px;
    content: "";
    border-radius: 100vh;
    background: linear-gradient(180deg, #01b1bf, #1a56a8);
  }
  .qandaCts .week-qa-inner {
    margin-bottom: 38px;
    padding-left: 92px;
  }
  .qandaCts .week-qa-q {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    transition: 0.3s;
  }
  .qandaCts .week-qa-q::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 11px;
    height: 11px;
    content: "";
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #9dd7eb;
  }
  .qandaCts .week-qa-a {
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    transition: max-height 0.5s ease, padding-top 0.5s ease;
  }
  .qandaCts .week-qa-a .week-qa-a-link {
    transition: opacity 0.3s;
    text-decoration: underline;
    color: #006cff;
  }
  .qandaCts .week-qa-other-btn {
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 60px;
    margin-bottom: 30px;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 100vh;
    align-items: center;
    justify-content: center;
  }
  .qandaCts .week-qa-other-btn .week-qa-other-btn-inner {
    font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
    font-size: 20px;
    position: relative;
    padding-left: 30px;
  }
  .qandaCts .week-qa-other-btn .week-qa-other-btn-inner::before {
    position: absolute;
    top: 50%;
    left: -10px;
    content: "";
    transition: left 0.3s;
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #000;
  }
  .qandaCts .week-qa-other-btn:hover {
    background-color: #454545;
  }
  .qandaCts .week-qa-other-btn:hover .week-qa-other-btn-inner {
    color: #fff;
  }
  .qandaCts .week-qa-other-btn:hover .week-qa-other-btn-inner::before {
    left: 0;
    border-left-color: #fff;
  }
}
/*------ 追従登録ボタン など ------*/
.week-entry-btn {
  margin-top: 30px;
}

.week-entry-btn.\--fixed {
  position: fixed;
  z-index: 15;
  right: 0;
  bottom: 10px;
  margin-top: 0;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
}

.week-entry-btn.\--fixed.is-show {
  pointer-events: auto;
  opacity: 1;
}

.week-entry-btn-link {
  font-size: 18px;
  line-height: 1.3;
  display: flex;
  height: 90px;
  padding-left: 70px;
  cursor: pointer;
  color: #fff;
  border-radius: 100vh;
  background: linear-gradient(90deg, #209cff, #68e0cf);
  box-shadow: 0 3px 26px rgba(32, 212, 255, 0.5137254902);
  text-shadow: -2px -2px 1px rgba(0, 0, 0, 0.1607843137);
  align-items: center;
  justify-content: center;
}

.week-entry-btn-link:not(:last-child) {
  margin-bottom: 18px;
}

.week-entry-btn-link:hover {
  opacity: 0.6;
}

.week-entry-btn-link.\--fixed {
  font-size: 13px;
  line-height: 1.25;
  position: fixed;
  right: 0;
  bottom: 15px;
  box-sizing: content-box;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  transition: 0.3s;
  opacity: 1;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-radius: 100vh 0 0 100vh;
  justify-content: flex-end;
}

.week-entry-btn-link.\--fixed:hover {
  top: auto;
  bottom: 15px;
  left: auto;
  padding-top: 1.5px;
  padding-bottom: 1.5px;
  padding-left: 6px;
  opacity: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  background: linear-gradient(90deg, #41c6f9, #7feae5);
}

.week-entry-btn-link.\--fixed.\--single {
  width: 235px;
  height: 90px;
}

.week-entry-btn-link.\--fixed.\--double {
  width: 313px;
}

.week-entry-btn-link.\--fixed.\--double:first-child {
  bottom: 75px;
}

.week-entry-btn-link.\--fixed.\--double:first-child:hover {
  bottom: 72px;
}

.week-entry-btn-link.\--fixed:not(:last-child) {
  margin-bottom: 10px;
}

.week-entry-btn-link.\--fixed.is-animation.\--single {
  animation: btn_animation 2s 1s infinite normal;
}

@keyframes btn_animation {
  0% {
    bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    opacity: 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  50% {
    bottom: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    opacity: 0.8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  to {
    bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    opacity: 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
  }
}
@keyframes btn_animation_pc {
  0% {
    bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    opacity: 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  50% {
    bottom: 17.5px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    padding-left: 5px;
    opacity: 0.8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  to {
    bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    opacity: 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
  }
}
.week-entry-btn-link.\--fixed.is-animation.\--double:first-child {
  animation: btn_animation_double1 2s 1s infinite normal;
}

@keyframes btn_animation_double1 {
  0% {
    bottom: 75px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    opacity: 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  50% {
    bottom: 72px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    opacity: 0.8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  to {
    bottom: 75px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    opacity: 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
  }
}
.week-entry-btn-link.\--fixed.is-animation.\--double:last-child {
  animation: btn_animation_double2 2s 1s infinite normal;
}

@keyframes btn_animation_double2 {
  0% {
    bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    opacity: 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  50% {
    bottom: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    opacity: 0.8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  to {
    bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    opacity: 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
  }
}
.week-entry-btn-inner {
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: 100%;
  color: #fff;
}

.week-entry-btn-inner.\--fixed {
  line-height: 1.5;
  width: auto;
}

.week-entry-btn-inner.\--fixed .week-entry-btn-icon {
  left: -45px;
  width: 33px;
  height: 33px;
}

.week-entry-btn-inner.\--fixed.\--single {
  font-size: 18px;
  line-height: 1.3;
  width: 150px;
}

.week-entry-btn-inner.\--fixed.\--single .week-entry-btn-icon {
  left: -60px;
  width: 44px;
  height: 44px;
}

.week-entry-btn-inner.\--fixed.\--double {
  width: 255px;
}

.week-entry-btn-icon {
  position: absolute;
  top: 50%;
  left: -55px;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .week-entry-btn {
    position: relative;
    z-index: 1;
    margin-top: 60px;
  }
  .week-entry-btn-link {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
  .week-entry-btn-link:not(:last-child) {
    margin-bottom: 30px;
  }
  .week-entry-btn-link:hover {
    top: 3px;
    left: 3px;
    opacity: 0.8;
  }
  .week-entry-btn-link.\--fixed {
    font-size: 22px;
    top: auto;
    bottom: 20px;
    left: auto;
    overflow: hidden;
    width: 245px;
    height: 120px;
    background: none;
  }
  .week-entry-btn-link.\--fixed.\--single {
    width: 215px;
    height: 120px;
  }
  .week-entry-btn-link.\--fixed.\--double:first-child {
    bottom: 160px;
  }
  .week-entry-btn-link.\--fixed.\--double:first-child:hover {
    bottom: 157.5px;
  }
  .week-entry-btn-link.\--fixed:after, .week-entry-btn-link.\--fixed:before {
    position: absolute;
    width: 255px;
    height: 125px;
    content: "";
    transition: 0.3s;
    opacity: 1;
    border-radius: 100vh 0 0 100vh;
  }
  .week-entry-btn-link.\--fixed:before {
    z-index: 1;
    background: linear-gradient(90deg, #209cff, #68e0cf);
  }
  .week-entry-btn-link.\--fixed:after {
    background: linear-gradient(90deg, #41c6f9, #7feae5);
  }
  .week-entry-btn-link.\--fixed:not(:last-child) {
    margin-bottom: 0;
  }
  .week-entry-btn-link.\--fixed:hover {
    top: auto;
    bottom: 17.5px;
    left: auto;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    padding-left: 5px;
    opacity: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .week-entry-btn-link.\--fixed:hover:before {
    opacity: 0;
  }
  .week-entry-btn-link.\--fixed:hover .week-entry-btn-icon {
    left: -71px;
    width: 56px;
    height: 56px;
  }
  .week-entry-btn-link.\--fixed.is-animation.\--double:last-child, .week-entry-btn-link.\--fixed.is-animation.\--single {
    animation: btn_animation_pc 2s 1s infinite normal;
  }
  .week-entry-btn-inner {
    z-index: 2;
  }
  .week-entry-btn-inner.\--fixed {
    pointer-events: none;
  }
  .week-entry-btn-inner.\--fixed .week-entry-btn-icon {
    display: none;
  }
  .week-entry-btn-inner.\--fixed.\--single {
    width: 178px;
    font-size: 22px;
    line-height: 1.25;
  }
  .week-entry-btn-inner.\--fixed.\--double {
    width: 206px;
  }
}
.week-side-title {
  display: none;
}

@media screen and (min-width: 1300px) {
  .week-side-title {
    position: fixed;
    z-index: 1;
    top: 40%;
    left: 30px;
    display: flex;
    width: 18px;
    transition: 0.3s;
    transform: translateY(-50%) rotate(90deg);
    pointer-events: none;
    align-items: center;
    justify-content: center;
  }
  .week-side-title .week-side-title-eng-wrap, .week-side-title .week-side-title-jpn-wrap {
    position: relative;
  }
  .week-side-title .week-side-title-eng, .week-side-title .week-side-title-jpn {
    line-height: 1;
    position: absolute;
    transition: 0.3s;
    opacity: 0;
  }
  .week-side-title .week-side-title-eng.is-show, .week-side-title .week-side-title-jpn.is-show {
    transition: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
  }
  .week-side-title .week-side-title-eng {
    font-family: garamond-premier-pro-display, serif;
    font-size: 36px;
    top: -28px;
  }
  .week-side-title .week-side-title-jpn {
    font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
    height: 160px;
    transform: rotate(-90deg);
    letter-spacing: 4px;
    writing-mode: vertical-lr;
    font-size: 18px;
  }
  .week-side-title .week-side-title-jpn.\--introduction {
    top: -86px;
    left: 303px;
  }
  .week-side-title .week-side-title-jpn.\--timetable {
    top: -85px;
    left: 265px;
  }
  .week-side-title .week-side-title-jpn.\--entry {
    top: -85px;
    left: 200px;
  }
  .week-side-title .week-side-title-jpn.\--detail {
    top: -86px;
    left: 205px;
  }
  .week-side-title .week-side-title-jpn.\--other {
    top: -86px;
    left: 206px;
  }
  .week-side-title .week-side-title-jpn.\--qa {
    top: -88px;
    left: 198px;
  }
}
/*------ フッター ------*/
footer {
  padding: 64px 16px 114px;
  background-color: #000;
}
footer .week-footer-content {
  font-size: 16px;
  margin-bottom: 13px;
  text-align: center;
  color: #fff;
}
footer .g-footer__copy {
  font-size: 10px;
  font-weight: 300;
  display: block;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
}
footer .week-footer-copy {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  footer {
    min-width: 1100px;
    padding: 40px 0;
    background-color: #000;
  }
  footer .week-footer-content {
    font-size: 16px;
    margin-bottom: 13px;
    text-align: center;
    color: #fff;
  }
  footer .g-footer__copy {
    font-size: 12px;
    font-weight: 300;
    display: block;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff;
  }
}
/*------ ポップアップ ------*/
.popupCts .popupBox {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  display: flex;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}
.popupCts .popupBox.is-active {
  pointer-events: auto;
  opacity: 1;
}
.popupCts .profileBg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.popupCts .profileInner {
  position: relative;
  z-index: 3;
  width: 96%;
  margin: 0 auto;
  padding: 7%;
  background-color: #fff;
  height: 80vh;
  overflow: scroll;
}
.popupCts .profileInner .close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.popupCts .profileInner .close::before, .popupCts .profileInner .close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #707070;
}
.popupCts .profileInner .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popupCts .profileInner img {
  width: 156px;
  min-width: 156px;
  height: auto;
  margin: 0 auto 30px;
}
.popupCts .profileInner .name {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.popupCts .profileInner .name small {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 70%;
  padding-left: 0.5em;
}
.popupCts .profileInner p:has(+ .name) {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 10px;
}
.popupCts .profileInner .name + p {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .popupCts .profileInner {
    position: relative;
    z-index: 3;
    display: flex;
    width: 1035px;
    height: 456px;
    padding: 50px;
    background-color: #fff;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .popupCts .profileInner img {
    width: 285px;
    min-width: 285px;
    height: auto;
    margin-right: 50px;
  }
  .popupCts .profileInner .text {
    width: 600px;
  }
}