
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@charset "UTF-8";
#footer .footer-inner,
div.wrap .row-fluid {
  min-width: 0 !important; }

#header {
  min-width: 0 !important; }

.l-wrapper {
  max-width: 1200px;
  margin-inline: auto;
  position: relative; }

section {
  padding: 6% 5%; }

.wrap main p:not([class]) {
  font-size: clamp(16px, 2vw, 18px) !important; }

.p-hero-detail h1, .p-hero-detail__place {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

main {
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .wrap main p:not([class]) {
    font-size: 1rem;
    font-size: 4.26667vw; } }

#main,
#mn_wrap {
  line-height: 1 !important; }

#header {
  position: fixed;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25); }

#header .header-inner {
  padding: 15px 30px;
  min-width: 1260px;
  max-width: calc(75vw + 60px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center; }

#header .header-inner .c-button {
  width: 226px;
  height: 50px;
  font-size: 1rem; }

#header .header_logo {
  float: none;
  margin: 0;
  -ms-flex: 1;
  flex: 1; }

#header .header_btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media screen and (max-width: 1260px) {
  #header .header-inner {
    min-width: 100%; } }

@media screen and (max-width: 768px) {
  #header .header-inner {
    padding: 16.5px 15px; }
  #header .header-inner .c-button {
    width: 156px;
    height: 32px;
    font-size: .8125rem; }
  #header .header-inner .c-button::after {
    width: 6px;
    height: 6px; }
  #header .header_logo img {
    max-height: 32px; } }

.c-head {
  margin-bottom: 3rem;
  line-height: 1.5;
  font-weight: 700;
  font-size: 2.25rem;
  font-size: 2.5vw; }

.c-head-subtitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  line-height: 1.3;
  font-family: 'Lato';
  font-size: clamp(18px, 1.8vw, 20px);
  font-weight: 600;
  color: #4794ca; }

@media screen and (max-width: 768px) {
  .c-head {
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
    font-size: 5.86667vw; }
  .c-head-subtitle {
    font-size: 1rem;
    font-size: 4.26667vw; } }

.c-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  width: clamp(200px, 20.83vw, 300px);
  height: clamp(50px, 3.5vw, 72px);
  background-color: #fb7c26;
  border: 2px solid #fb7c26;
  border-radius: 50vh;
  position: relative;
  font-weight: 700;
  font-size: clamp(14px, 1.38889vw, 24px);
  line-height: 150%;
  transition: all .3s;
  color: #fff; }

.c-button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%); }

.c-button:hover {
  background-color: #fff;
  color: #fb7c26; }

.c-button:hover::after {
  border-color: #fb7c26; }

.c-button--pdf {
  background-color: #4794ca;
  border: 2px solid #4794ca; }

.c-button--pdf:hover {
  color: #4794ca; }

.c-button--pdf:hover::after {
  border-color: #4794ca; }

.c-button-wrap {
  margin: 3rem 0; }

@media screen and (max-width: 768px) {
  .c-button {
    width: 90%;
    height: 16vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.25rem;
    font-size: 5.33333vw; } }

.c-viewmore {
  display: none;
  width: 100%;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0.1s;
  margin-bottom: 1rem; }

.c-viewmore::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 750 / 240;
  background: url(https://www.obc.co.jp/hubfs/obc/v1/images/bcd/common/bg_viewmore.png) no-repeat 100% 100%/cover; }

.c-viewmore span {
  position: relative;
  padding: 0 2rem;
  display: inline-block;
  white-space: nowrap; }

.c-viewmore span::after {
  content: '';
  display: block;
  position: absolute;
  top: 25%;
  left: 0;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 2px solid #4794ca;
  border-right: 2px solid #4794ca;
  transition: all .3s;
  transform: translateY(-25%) rotate(45deg); }

.c-viewmore.js-open {
  display: none; }

.c-notice {
  margin: 0;
  font-size: 85%;
  text-align: left; }

.c-notice.nInd1 {
  text-indent: -1em;
  padding-left: 1em; }

.c-notice.nInd15 {
  text-indent: -1.5em;
  padding-left: 1.5em; }

.c-notice.nInd2 {
  text-indent: -2em;
  padding-left: 2em; }

.c-notice.right {
  text-align: right; }

.inner {
  max-width: 75vw;
  margin: 0 auto;
  padding: 0 4.375rem; }

.inner-white {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #fff; }

@media screen and (max-width: 768px) {
  .inner {
    max-width: 100vw;
    padding: 0 1rem; }
  .inner-white {
    padding-top: 10%;
    padding-bottom: 10%; } }

em {
  color: #4794ca; }

.p-hero {
  margin-top: 80.66px;
  padding-top: 0;
  position: relative;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .p-hero {
    margin-top: 65px; } }

.p-hero figure {
  position: relative; }

.p-hero-detail {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%; }

@media screen and (max-width: 768px) {
  .p-hero-detail {
    top: 10%; } }

.p-hero-detail h1 {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  font-weight: 700;
  font-size: 4.9375rem;
  font-size: 5.48611vw; }

.p-hero-detail h1::before, .p-hero-detail h1::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #4794ca; }

.p-hero-detail h1::before {
  top: -20px; }

.p-hero-detail h1::after {
  bottom: -30px; }

@media screen and (max-width: 768px) {
  .p-hero-detail h1 {
    font-size: 2.125rem;
    font-size: 9.06667vw; }
  .p-hero-detail h1::before {
    top: -10px; }
  .p-hero-detail h1::after {
    bottom: -15px; } }

.p-hero-detail__place {
  margin-top: 1.5rem;
  position: relative;
  left: 33.5vw;
  line-height: 1.3;
  font-size: 4rem;
  font-size: 4.44444vw; }

@media screen and (max-width: 768px) {
  .p-hero-detail__place {
    text-align: left;
    font-size: 1.75rem;
    font-size: 7.46667vw;
    margin-top: 0;
    margin-top: 1.5rem;
    left: 0; } }

.p-hero-detail__date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -3.5rem; }

@media screen and (max-width: 768px) {
  .p-hero-detail__date {
    margin-top: 25%; } }

.p-hero-detail__date--item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.5;
  position: relative; }

.p-hero-detail__date--item span {
  display: inline-block;
  line-height: 1; }

.p-hero-detail__date--item .year {
  font-family: 'Roboto';
  font-size: 1.5625rem;
  font-size: 1.73611vw; }

.p-hero-detail__date--item .month {
  font-family: 'Roboto';
  font-size: 4.5rem;
  font-size: 5vw;
  transform: translateY(5px); }

.p-hero-detail__date--item .day {
  font-family: 'Roboto';
  font-size: 7.5rem;
  font-size: 8.33333vw;
  letter-spacing: -0.05em;
  transform: translateY(10px);
  color: #4794ca; }

.p-hero-detail__date--item .week {
  margin-left: 10px;
  font-weight: 600;
  font-size: 2.8125rem;
  font-size: 3.125vw;
  color: #4794ca; }

.p-hero-detail__date--item .held {
  margin-left: 10px;
  font-weight: 600;
  font-size: 2.8125rem;
  font-size: 3.125vw; }

@media screen and (max-width: 768px) {
  .p-hero-detail__date--item .year {
    font-size: 1.375rem;
    font-size: 5.86667vw; }
  .p-hero-detail__date--item .month {
    font-size: 3.75rem;
    font-size: 16vw;
    transform: translateY(0); }
  .p-hero-detail__date--item .day {
    font-size: 6.25rem;
    font-size: 26.66667vw;
    transform: translateY(3px); }
  .p-hero-detail__date--item .week {
    font-size: 2.25rem;
    font-size: 9.6vw; }
  .p-hero-detail__date--item .held {
    font-size: 2.25rem;
    font-size: 9.6vw; } }

.p-hero-detail__free {
  font-size: 1.75rem;
  font-size: 1.94444vw;
  text-align: center;
  margin: 1rem 0;
  max-width: 27.78vw;
  color: #4794ca;
  position: relative; }

.p-hero-detail__free span {
  position: relative;
  display: inline-block;
  background-color: white;
  line-height: 1.5;
  padding: 0 1rem; }

.p-hero-detail__free::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #4794ca;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

@media screen and (max-width: 768px) {
  .p-hero-detail__free {
    margin: 1rem 0;
    max-width: 53.33vw;
    font-size: 1.125rem;
    font-size: 4.8vw; } }

.p-hero-detail__lead {
  font-weight: 500;
  line-height: 1.5;
  font-size: 2rem;
  font-size: 2.22222vw; }

@media screen and (max-width: 768px) {
  .p-hero-detail__lead {
    font-size: 1.125rem;
    font-size: 4.8vw; } }

.p-overview-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  margin: 3rem 0; }

@media screen and (max-width: 768px) {
  .p-overview-list {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1rem 0; } }

.p-overview-list li {
  position: relative; }

.p-overview-list li figure {
  position: relative; }

.p-overview-list li figcaption {
  position: absolute;
  display: inline-block;
  padding: .5em 1.5em .5em 1em;
  left: 0;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 85% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 85% 0%, 100% 100%, 0% 100%);
  background: rgba(71, 148, 202, 0.9);
  font-size: 1.25rem;
  font-size: 1.38889vw;
  font-weight: 500;
  color: #fff; }

@media screen and (max-width: 768px) {
  .p-overview-list li figcaption {
    padding: .25em 1.5em .25em 1em;
    font-size: 1.125rem;
    font-size: 4.8vw; } }

@media screen and (max-width: 768px) {
  .p-timetable {
    padding: 2.5rem 0rem; } }

.p-timetable-scroll {
  position: relative;
  overflow-x: auto; }

.p-timetable-scroll__table {
  width: 3000px;
  display: -ms-flexbox;
  display: flex; }

.p-timetable-scroll__table li:first-of-type {
  position: -webkit-sticky;
  position: sticky;
  left: 0; }

@media screen and (max-width: 768px) {
  .p-timetable-scroll__table {
    width: 2000px; } }

.p-timetable-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px; }

.p-timetable-summary {
  position: relative;
  background: #4794ca;
  padding: .25em 40px .25em .5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  font-size: clamp(22px, 15vw, 28px); }

.p-timetable-summary::-webkit-details-marker {
  display: none; }

.p-timetable-summary::after {
  content: '';
  position: absolute;
  right: 20px;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: transform .3s;
  transform: translateY(-25%) rotate(45deg); }

details[open] .p-timetable-summary::after {
  transform: rotate(225deg); }

@media screen and (max-width: 768px) {
  .p-timetable-summary {
    padding: .5em 40px .5em .5em;
    font-size: 1.25rem;
    font-size: 5.33333vw; } }

.p-timetable-contents {
  padding: 1.25rem 0; }

@media screen and (max-width: 768px) {
  .p-timetable-contents {
    padding: 0; } }

.p-timetable-contents__detail {
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  width: 100%; }

.p-timetable-contents__detail dt,
.p-timetable-contents__detail dd {
  padding: 1.25rem 1.25rem;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff; }

.p-timetable-contents__detail dt {
  font-size: 1.125rem;
  font-size: 1.25vw;
  font-weight: 700; }

.p-timetable-contents__detail dt.lightblue {
  background-color: #E6F9FF !important; }

.p-timetable-contents__detail dt.pink {
  background-color: #FEF5FB !important; }

.p-timetable-contents__detail dt.blue {
  background-color: #E7F2FF !important; }

.p-timetable-contents__detail dt.yellow {
  background-color: #fff8e4; }

.p-timetable-contents__detail dt.pink {
  background-color: #f3e7ff; }

.p-timetable-contents__detail dt.logo {
  border: 2px solid #4794ca; }

.p-timetable-contents__detail dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.p-timetable-contents__detail + .p-timetable-contents__detail {
  margin-top: 10px; }

@media screen and (max-width: 768px) {
  .p-timetable-contents__detail {
    -ms-flex-direction: column;
    flex-direction: column; }
  .p-timetable-contents__detail:last-of-type {
    margin-bottom: 10px; }
  .p-timetable-contents__detail dt,
  .p-timetable-contents__detail dd {
    width: 100%;
    line-height: 1.5;
    padding: 10px; }
  .p-timetable-contents__detail dt {
    font-size: 1rem;
    font-size: 4.26667vw;
    font-weight: 700; } }

.deta_pink time {
  color: #AC257D !important; }

.deta_pink span {
  border: 1px solid #AC257D !important; }

.deta_pink img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1.01 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.17 0.83" /><feFuncG type="table" tableValues="0.17 0.83" /><feFuncB type="table" tableValues="0.17 0.83" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.48405000000000004 0.65365 0.16065 0 0 0.29664999999999997 0.7331000000000001 0.1428 0 0 0.23120000000000002 0.4539 0.26135 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="7.296 -5.72 -0.576 0 0 -1.704 3.3699999999999997 -0.576 0 0 -1.704 -5.72 8.424 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="290" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.95" /><feFuncG type="linear" slope="0.95" /><feFuncB type="linear" slope="0.95" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.05" intercept="-0.025000000000000022" /><feFuncG type="linear" slope="1.05" intercept="-0.025000000000000022" /><feFuncB type="linear" slope="1.05" intercept="-0.025000000000000022" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0) saturate(100%) invert(17%) sepia(85%) saturate(900%) hue-rotate(290deg) brightness(95%) contrast(105%); }

.deta_lightblue time {
  color: #019ED4 !important; }

.deta_lightblue span {
  border: 1px solid #019ED4 !important; }

.deta_lightblue img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1.01 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.55 0.44999999999999996" /><feFuncG type="table" tableValues="0.55 0.44999999999999996" /><feFuncB type="table" tableValues="0.55 0.44999999999999996" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.48405000000000004 0.65365 0.16065 0 0 0.29664999999999997 0.7331000000000001 0.1428 0 0 0.23120000000000002 0.4539 0.26135 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="17.660790000000002 -15.136550000000002 -1.52424 0 0 -4.50921 7.25515 -1.52424 0 0 -4.50921 -15.136550000000002 20.645760000000003 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="166" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.02" /><feFuncG type="linear" slope="1.02" /><feFuncB type="linear" slope="1.02" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.92" intercept="0.03999999999999998" /><feFuncG type="linear" slope="0.92" intercept="0.03999999999999998" /><feFuncB type="linear" slope="0.92" intercept="0.03999999999999998" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0) saturate(100%) invert(55%) sepia(85%) saturate(2217%) hue-rotate(166deg) brightness(102%) contrast(92%); }

.deta_blue time {
  color: #00438C !important; }

.deta_blue span {
  border: 1px solid #00438C !important; }

.deta_blue img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1.01 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.29 0.71" /><feFuncG type="table" tableValues="0.29 0.71" /><feFuncB type="table" tableValues="0.29 0.71" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.393 0.769 0.189 0 0 0.349 0.686 0.168 0 0 0.272 0.534 0.131 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="3.7545 -2.5025 -0.25199999999999995 0 0 -0.7455 2.0425 -0.25199999999999995 0 0 -0.7455 -2.5025 4.248 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="180" /></filter></svg>#filter');
  filter: brightness(0) saturate(100%) invert(29%) sepia(100%) saturate(450%) hue-rotate(180deg); }

.room {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px; }

.room time {
  line-height: 2;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 20px) !important; }

.room span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 50vh;
  padding: 7px 15px;
  gap: 15px;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 20px) !important;
  line-height: 1.5;
  color: #3b4043; }

@media screen and (max-width: 768px) {
  .room {
    gap: 5px; }
  .room time {
    font-size: 0.875rem;
    font-size: 3.73333vw; }
  .room span {
    gap: 5px;
    padding: 5px 8px;
    font-size: 0.75rem;
    font-size: 3.2vw; } }

.lecturer {
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
  font-size: clamp(16px, 2vw, 18px) !important; }

.lecturer span {
  display: inline-block; }

.lecturer span:first-of-type {
  width: 4em; }

.lecturer span:last-of-type {
  width: calc(100% - 4em); }

@media screen and (max-width: 768px) {
  .lecturer {
    font-size: 1rem;
    font-size: 4.26667vw; } }

.p-information {
  padding: 5rem 0;
  background: url(https://www.obc.co.jp/hubfs/obc/v1/images/bcd/common/bg_feature.png) no-repeat 0 0/cover; }

@media screen and (max-width: 768px) {
  .p-information {
    padding: 2.5rem 0; } }

.p-information__detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #ebebe7;
  border-left: 1px solid #ebebe7; }

.p-information__detail dt,
.p-information__detail dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5625rem 1.875rem;
  border-right: 1px solid #ebebe7;
  border-bottom: 1px solid #ebebe7;
  font-size: clamp(16px, 1.8vw, 22px); }

.p-information__detail dt {
  width: 34.3%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #f2f6f9;
  line-height: 2;
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 600;
  color: #4794ca; }

.p-information__detail dd {
  -ms-flex-align: start;
  align-items: flex-start;
  width: 65.7%;
  background-color: #fff;
  text-align: left;
  font-size: 1rem;
  font-size: 1.11111vw; }

.p-information__detail dd > *:last-child {
  margin-bottom: 0 !important; }

.p-information__detail dd p {
  font-size: 1rem;
  font-size: 1.11111vw;
  font-size: clamp(16px, 2vw, 18px) !important; }

.p-information__detail dd p.c-notice {
  font-size: 0.875rem;
  font-size: 0.97222vw; }

@media screen and (max-width: 768px) {
  .p-information__detail {
    -ms-flex-direction: column;
    flex-direction: column; }
  .p-information__detail dt,
  .p-information__detail dd {
    width: 100%;
    padding: 1rem 1rem; }
  .p-information__detail dt {
    font-size: 1rem;
    font-size: 4.26667vw;
    font-weight: 700; }
  .p-information__detail dd {
    font-size: 1rem;
    font-size: 4.26667vw; }
  .p-information__detail dd p {
    font-size: 1rem;
    font-size: 4.26667vw; }
  .p-information__detail dd p.c-notice {
    font-size: 0.875rem;
    font-size: 3.73333vw; } }

.p-information__map {
  margin-top: 1.875rem;
  position: relative;
  border: none;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto; }

@media screen and (max-width: 768px) {
  .p-information__map {
    height: auto; } }

.p-feature {
  padding: 5rem 0; }

@media screen and (max-width: 768px) {
  .p-feature {
    padding: 2.5rem 0; } }

.p-feature__detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf; }

.p-feature__detail dt,
.p-feature__detail dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff; }

.p-feature__detail dt {
  width: 34.3%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.p-feature__detail dt figure {
  width: 100%;
  height: 100%; }

:not([class="logo"]) .p-feature__detail dt figure img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.p-feature__detail dt.logo figure {
  width: auto;
  height: auto; }

.p-feature__detail dd {
  width: 65.7%;
  padding: 1.875rem 2.5rem; }

.p-feature__detail + .p-feature__detail {
  margin-top: 30px; }

@media screen and (max-width: 768px) {
  .p-feature__detail {
    -ms-flex-direction: column;
    flex-direction: column; }
  .p-feature__detail dt,
  .p-feature__detail dd {
    width: 100%; }
  .p-feature__detail dt {
    font-size: 1rem;
    font-size: 4.26667vw;
    font-weight: 700; }
  .p-feature__detail dd {
    width: 100%;
    padding: 1rem 1rem; }
  .p-feature__detail dd + .p-feature__detail dd {
    margin-top: 10px; } }

.p-feature__detail .room {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px; }

.p-feature__detail .room time {
  line-height: 2;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-size: 1.11111vw;
  font-weight: 500; }

.p-feature__detail .room span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 50vh;
  padding: 7px 15px;
  gap: 15px;
  font-weight: 500;
  font-size: 1rem;
  font-size: 1.11111vw;
  line-height: 1.5;
  color: #3b4043; }

@media screen and (max-width: 768px) {
  .p-feature__detail .room {
    gap: 10px; }
  .p-feature__detail .room time {
    font-size: 1rem;
    font-size: 4.26667vw; }
  .p-feature__detail .room span {
    gap: 5px;
    font-size: 1rem;
    font-size: 4.26667vw; }
  .p-feature__detail .room span img {
    max-width: 16px; } }

.p-feature__detail h3 {
  margin: 1rem 0;
  font-size: 1.25rem;
  font-size: 1.38889vw;
  font-weight: 700; }

@media screen and (max-width: 768px) {
  .p-feature__detail h3 {
    font-size: 1.125rem;
    font-size: 4.8vw; } }

.p-feature__detail .lecturer {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }

.p-feature__detail .lecturer span {
  display: inline-block; }

.p-feature__detail .lecturer span:first-of-type {
  width: 4em; }

.p-feature__detail .lecturer span:last-of-type {
  width: calc(100% - 4em); }

@media screen and (max-width: 768px) {
  .p-feature__detail .lecturer {
    font-size: clamp(16px, 1.6vw, 16px); } }

.p-solution {
  padding: 5rem 0; }

@media screen and (max-width: 768px) {
  .p-solution {
    padding: 2.5rem 0; } }

.p-solution__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 30px; }

.p-solution__list figcaption {
  margin-top: 10px;
  text-align: center;
  line-height: 1.5;
  color: #000; }

@media screen and (max-width: 768px) {
  .p-solution__list {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 10px; }
  .p-solution__list figcaption {
    font-size: 0.75rem;
    font-size: 3.2vw; } }

.p-solution button.c-viewmore {
  display: none; }

@media screen and (max-width: 768px) {
  .p-solution button.c-viewmore {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .p-solution button.c-viewmore.js-open {
    display: none; } }

.p-faq {
  padding: 5rem 0;
  background-image: url(https://www.obc.co.jp/hubfs/obc/v1/images/bcd/common/bg_faq.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }

@media screen and (max-width: 768px) {
  .p-faq {
    padding: 2.5rem 0;
    background-image: url(https://www.obc.co.jp/hubfs/obc/v1/images/bcd/common/bg_faq_sp.png);
    padding: 2.5rem 0;
    background-attachment: unset;
    background-position: center; } }

.p-accordion {
  margin: auto; }

.p-accordion .details + .details {
  margin-top: 10px; }

.p-accordion .summary {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  gap: 1em;
  padding: 26px 30px 26px 60px;
  background-color: #e8f2fB;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.125rem;
  font-size: 1.25vw;
  cursor: pointer; }

.p-accordion .summary::-webkit-details-marker {
  display: none; }

.p-accordion .summary::before {
  position: absolute;
  content: 'Q.';
  font-size: 1.75rem;
  font-size: 1.94444vw;
  font-weight: 700;
  top: 1rem;
  left: 20px;
  color: #4794ca; }

.p-accordion .icon {
  position: relative;
  top: 75%;
  transform: translateY(-50%);
  display: inline-block;
  inline-size: 1em;
  aspect-ratio: 1; }

.p-accordion .icon::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 2px solid #4794ca;
  border-right: 2px solid #4794ca;
  transition: all .3s;
  transform: translateY(-25%) rotate(45deg); }

.p-accordion .icon:where(.details[open] *)::after {
  rotate: 180deg; }

.p-accordion .answer {
  overflow: hidden; }

.p-accordion .answer-inner {
  opacity: 1;
  padding: 20px 60px;
  background-color: #fff;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 1.75em;
  line-height: 1.67;
  font-size: 1rem;
  font-size: 1.11111vw;
  transition: transform .5s, opacity .5s; }

.p-accordion .answer-inner::before {
  position: absolute;
  content: 'A.';
  font-size: 1.75rem;
  font-size: 1.94444vw;
  font-weight: 700;
  top: .5rem;
  left: 20px; }

.details[open] .p-accordion .answer-inner {
  transform: none;
  opacity: 1; }

@media screen and (max-width: 768px) {
  .p-accordion .details + .details {
    margin-top: 1rem; }
  .p-accordion .summary {
    padding: 10px 15px 10px 50px;
    line-height: 1.375;
    font-size: 1rem;
    font-size: 4.26667vw;
    gap: 1em; }
  .p-accordion .summary::before {
    top: 0;
    left: 10px;
    font-size: 1.75rem;
    font-size: 7.46667vw; }
  .p-accordion .icon {
    top: 50%; }
  .p-accordion .answer-inner {
    padding: 15px 10px 15px 50px;
    font-size: 0.875rem;
    font-size: 3.73333vw; }
  .p-accordion .answer-inner::before {
    top: .2rem;
    left: 10px;
    font-size: 1.75rem;
    font-size: 7.46667vw; } }

.p-cta .inner {
  position: relative;
  z-index: 1; }

.p-cta::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(58, 115, 184, 0.6); }

.p-cta h3 {
  font-size: 2.22222vw;
  font-weight: 700;
  line-height: 2;
  text-align: center; }

@media screen and (max-width: 768px) {
  .p-cta h3 {
    font-size: 1.4375rem;
    font-size: 1.59722vw; } }

.p-cta {
  position: relative;
  background: url(//www.obc.co.jp/hubfs/obc/v1/images/bcd/osaka/mainvisual.webp) center bottom/100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff; }

.p-cta h2 {
  font-weight: 700;
  font-size: 2rem;
  font-size: 2.22222vw;
  line-height: 2; }

.p-cta-time {
  margin: 10px 0;
  text-align: center;
  font-size: 1.25rem;
  font-size: 1.38889vw;
  font-weight: 700; }

.p-cta-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  line-height: 1.5; }

.p-cta-contact a {
  display: inline-block;
  text-decoration: underline;
  color: #fff; }

.p-cta-contact a[href^="mailto:"] span {
  position: relative; }

.p-cta-contact a[href^="mailto:"] span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -2px;
  left: 0;
  transition: all .3s; }

.p-cta-contact a:hover {
  opacity: .7; }

.p-cta-contact a:hover[href^="mailto:"] span::after {
  width: 0; }

.p-cta-contact span {
  display: inline-block;
  margin-left: 1rem;
  font-weight: 500;
  font-size: 1.25rem;
  font-size: 1.38889vw; }

.p-cta-contact img {
  position: relative;
  max-width: 1.5rem;
  top: -2px; }

@media screen and (max-width: 768px) {
  .p-cta {
    padding: 2.5rem 0; }
  .p-cta h2 {
    text-align: center;
    font-size: 1.125rem;
    font-size: 4.8vw; }
  .p-cta-time {
    font-size: 0.875rem;
    font-size: 3.73333vw;
    margin-bottom: 20px; }
  .p-cta-contact {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px; }
  .p-cta-contact span {
    font-size: 0.875rem;
    font-size: 3.73333vw; } }

#footer .footer-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

#footer .footer-box .footer-box_left,
#footer .footer-box .footer-box_right {
  width: auto;
  margin: 1rem 0 0; }

#footer .footer-box .copyright {
  font-size: .875rem; }

@media screen and (max-width: 768px) {
  #footer .footer-box {
    -ms-flex-direction: column;
    flex-direction: column; }
  #footer .footer-box .copyright {
    font-size: 2.6vw; } }

#footer .footer-top .footer-top_header {
  margin-bottom: 0; }

#footer .footer-top .footer-top_header img {
  width: 80px;
  height: 32px; }

.hs-responsive-embed-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  max-height: auto !important;
  max-height: initial !important; }

.hs-responsive-embed-wrapper.hs-responsive-embed {
  max-height: none !important;
  max-height: initial !important;
  max-height: auto !important; }

.hs-responsive-embed-inner-wrapper iframe {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  height: auto !important;
  padding-bottom: 0 !important; }

.hs-responsive-embed-inner-wrapper {
  padding-bottom: 0 !important; }

.u-indent1 {
  text-indent: 1em !important; }

.u-indent2 {
  text-indent: 2em !important; }

.u-indent3 {
  text-indent: 3em !important; }

.u-indent4 {
  text-indent: 4em !important; }

.u-indent5 {
  text-indent: 5em !important; }

.u-nindent1 {
  padding-left: 1em;
  text-indent: -1em; }

.u-nindent2 {
  padding-left: 2em;
  text-indent: -2em; }

.u-nindent3 {
  padding-left: 3em;
  text-indent: -3em; }

.u-nindent4 {
  padding-left: 4em;
  text-indent: -4em; }

.u-nindent5 {
  padding-left: 5em;
  text-indent: -5em; }

@keyframes contentsOpen {
  0% {
    transform: scaleY(0);
    opacity: 0; }
  100% {
    transform: scaleY(1);
    opacity: 1; } }

.mainvisual {
  position: relative;
  padding: 100px 50px 0; }

.mainvisual::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34.93%;
  max-width: 503px;
  height: 100%;
  background: url(//www.obc.co.jp/hubfs/obc/v1/images/bcd/osaka2026/mv_bg.png) no-repeat right bottom;
  z-index: 1;
  mix-blend-mode: color-dodge;
  background-size: contain; }

.mainvisual_img {
  position: fixed;
  top: -10%;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1; }

.mainvisual_img img {
  width: 100%; }

@media screen and (max-width: 768px) {
  .mainvisual {
    padding: 65px 20px 0; }
  .mainvisual_img {
    top: -50%; } }

@media screen and (max-width: 768px) {
  .mainvisual_img img {
    width: auto;
    height: 100%;
    max-width: initial; } }

.mainvisual_title {
  padding: 30px 0 50px; }

.mainvisual_title .mainvisual-heading span {
  text-shadow: 0.08em -0.05em 0 #F3C519; }

@media screen and (max-width: 768px) {
  .mainvisual_title {
    padding: 40px 0 30px;
    height: 225px; } }

.mainvisual_title .sp {
  display: none; }

@media screen and (max-width: 430px) {
  .mainvisual_title .sp {
    display: block; } }

.mainvisual_title h1 {
  font-size: clamp(32px, 4.1vw, 64px);
  font-weight: bold;
  color: #fff; }

@media screen and (max-width: 768px) {
  .mainvisual_title h1 {
    max-width: initial;
    width: 70%; } }

.mainvisual_text {
  font-weight: 600;
  color: #fff;
  font-size: clamp(16px, 2vw, 27px);
  margin-top: 20px; }

.mainvisual_text br {
  display: none; }

.mainvisual_text span {
  color: #F3C519; }

@media screen and (max-width: 768px) {
  .mainvisual_text {
    font-size: 18px;
    line-height: 1.8; }
  .mainvisual_text br {
    display: block; } }

.mainvisual_content {
  position: relative;
  padding: 40px 0 60px;
  color: #fff; }

@media screen and (max-width: 768px) {
  .mainvisual_content {
    padding: 30px 0; } }

.mainvisual_content:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: linear-gradient(to right, #00367A, #02ADEE);
  background-size: cover;
  transform: translateX(-50%); }

.mainvisual_date {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px; }

@media screen and (max-width: 768px) {
  .mainvisual_date {
    gap: 10px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px; } }

.mainvisual_date picture {
  width: 16%;
  max-width: 241px;
  display: block; }

@media screen and (max-width: 768px) {
  .mainvisual_date picture {
    width: 30%;
    max-width: initial; } }

.mainvisual_date-place {
  padding-top: 2%;
  font-weight: 500;
  width: 100%; }

.mainvisual_date-place .date-place_text {
  line-height: 1.6;
  font-size: clamp(16px, 2vw, 25px) !important; }

@media screen and (max-width: 768px) {
  .mainvisual_date-place .date-place_text {
    font-size: 16px !important; } }

.mainvisual_date-place time {
  margin-right: 20px; }

.mainvisual_date-place time img {
  max-width: 24px;
  width: 10%;
  margin-bottom: 1%;
  margin-right: 1%; }

.mainvisual_detail {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px; }

.mainvisual_detail-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 19%;
  max-width: 248px; }

.mainvisual_detail-img picture {
  display: block;
  width: 48%; }

@media screen and (max-width: 768px) {
  .mainvisual_detail-img {
    bottom: calc(100% + 100px);
    right: 0;
    width: 30%; } }

.mainvisual_detail-note p {
  line-height: 1.6;
  margin-top: -1.5%;
  line-height: 2;
  margin-top: -1.5%; }

@media screen and (max-width: 768px) {
  .mainvisual_detail-note p {
    font-size: 14px !important; } }

.mainvisual_detail-note span {
  color: #F3C519;
  font-weight: bold;
  /* 2.3vw を基本にして上限を 30px にする（min と同等） */
  font-size: clamp(0px, 2.3vw, 30px);
  line-height: 1; }

@media screen and (max-width: 768px) {
  .mainvisual_detail-note span {
    font-size: 20px !important; } }

.mainvisual_kyozo {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  max-width: 625px;
  width: 52.08%;
  opacity: 0;
  animation: slideInRight 1s ease-out forwards; }

.mainvisual_kyozo img {
  width: 100%; }

@media screen and (max-width: 768px) {
  .mainvisual_kyozo img {
    height: 160px;
    width: auto; } }

@media screen and (max-width: 768px) {
  .mainvisual_kyozo {
    bottom: initial;
    top: 65px;
    right: -30px;
    width: auto;
    animation: slideInRight2 1s ease-out forwards; } }

@keyframes slideInRight {
  from {
    right: -5%;
    opacity: 0; }
  to {
    right: 0;
    opacity: 1; } }

@keyframes slideInRight2 {
  from {
    right: 0%;
    opacity: 0; }
  to {
    right: -30px;
    opacity: 1; } }

.vfes {
  background: linear-gradient(to right, #00367A, #02ADEE);
  padding: 0 80px 80px; }

@media screen and (max-width: 768px) {
  .vfes {
    padding: 0 20px 80px; } }

.vfes h2 {
  font-size: clamp(20px, 2.3vw, 28px);
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 2%;
  margin-bottom: 40px; }

@media screen and (max-width: 768px) {
  .vfes h2 {
    font-size: 22px;
    padding-left: 10px; } }

.vfes h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #012F71 0%, #049BE1 50%, #02AFEF 100%); }

.vfes h2 span {
  font-size: clamp(12px, 2.3vw, 16px);
  font-weight: normal;
  display: inline-block;
  padding: 2px 10px 4px;
  margin-left: 2%; }

.bgglay {
  background: #F3F5F7; }

.bgglay span {
  background: #ffff;
  color: #003073; }

.bgwhite {
  background-color: #ffff; }

.bgwhite h2 span {
  background: #F3F5F7;
  color: #3699CE; }

.p-overview {
  padding: 6% 5%; }

@media screen and (max-width: 768px) {
  .p-overview {
    padding: 60px 5%; } }

.p-overview_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px; }

@media screen and (max-width: 768px) {
  .p-overview_box {
    -ms-flex-direction: column;
    flex-direction: column; } }

.p-overview_box picture {
  display: block;
  max-width: 419px;
  width: 39.53%; }

@media screen and (max-width: 768px) {
  .p-overview_box picture {
    width: 100%;
    max-width: 100%; }
  .p-overview_box picture img {
    width: 100%; } }

.p-overview_text p {
  font-size: clamp(12px, 1.3vw, 16px) !important;
  line-height: 1.8 !important; }

@media screen and (max-width: 768px) {
  .p-overview_text p {
    font-size: 16px !important; } }

.p-timetable {
  padding: 6% 5%;
  position: relative;
  background: #ffff !important; }

@media screen and (max-width: 768px) {
  .p-timetable {
    padding: 60px 5%; } }

@media screen and (max-width: 768px) {
  .p-timetable-details {
    gap: 10px 10px; } }

.p-timetable-chara {
  position: absolute;
  top: -50px;
  right: 5%;
  max-width: 110px;
  width: 9.17%;
  padding-bottom: 20px; }

.p-timetable-chara img {
  transform-origin: bottom center;
  /* 足を支点に回転させる */
  animation: wobbleHead 2s ease-in-out infinite; }

@media screen and (max-width: 768px) {
  .p-timetable-chara {
    width: 22%;
    top: -30px; } }

.p-timetable_wrap {
  margin-bottom: 80px; }

@media screen and (max-width: 768px) {
  .p-timetable_wrap {
    overflow-x: scroll;
    margin-bottom: 0; }
  .p-timetable_wrap picture {
    width: 700px;
    display: block; } }

.p-timetable_notice {
  margin: 10px 0 80px; }

.p-timetable_notice p {
  font-size: 16px !important; }

.p-timetable-summary {
  background: #3699CE; }

@media screen and (max-width: 768px) {
  .p-timetable-summary {
    font-size: 20px; } }

@media screen and (max-width: 768px) {
  .p-timetable-contents__detail dt {
    font-size: 18px; } }

@media screen and (max-width: 768px) {
  .p-timetable-contents__detail .room time {
    font-size: 16px; } }

@media screen and (max-width: 768px) {
  .p-timetable-contents__detail .room span {
    font-size: 16px; } }

@media screen and (max-width: 768px) {
  .p-timetable-contents__detail .lecturer {
    font-size: 16px; } }

@media screen and (max-width: 768px) {
  .p-timetable-contents__detail p {
    font-size: 16px !important; } }

@keyframes wobbleHead {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(8deg); }
  75% {
    transform: rotate(-8deg); }
  100% {
    transform: rotate(0deg); } }

.timetabel-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.3; }

.timetabel-title .timetabel-gere_pink {
  width: auto;
  padding: 5px;
  text-align: center;
  background-color: #AC257D;
  color: #FFF;
  font-size: clamp(13px, 2vw, 12px);
  display: inline-block;
  white-space: nowrap;
  min-width: 88px; }

.timetabel-title .timetabel-gere_lightblue {
  width: auto;
  padding: 5px;
  text-align: center;
  background-color: #019ED4;
  color: #FFF;
  font-size: clamp(13px, 2vw, 12px);
  display: inline-block;
  white-space: nowrap;
  min-width: 88px; }

.timetabel-title .timetabel-gere_blue {
  width: auto;
  padding: 5px;
  text-align: center;
  background-color: #00438C;
  color: #FFF;
  font-size: clamp(13px, 2vw, 12px);
  display: inline-block;
  white-space: nowrap;
  min-width: 88px; }

@media screen and (max-width: 768px) {
  .timetabel-title {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column; } }

.p-feature {
  position: relative; }

.p-feature-chara {
  position: absolute;
  top: -50px;
  right: 3%;
  max-width: 127px;
  width: 12.58%;
  background: url(//www.obc.co.jp/hubfs/obc/v1/images/bcd/osaka/chara_bg.svg) no-repeat bottom center;
  padding-bottom: 20px; }

.p-feature-chara img {
  width: 100%;
  transform-origin: bottom center;
  /* 足を支点に回転させる */
  animation: wobbleHead 2s ease-in-out infinite; }

@media screen and (max-width: 768px) {
  .p-feature-chara {
    width: 26%;
    right: 0; } }

@media screen and (max-width: 768px) {
  .p-feature {
    padding: 60px 0; } }

.p-feature__detail {
  border: 1px solid #dfdfdf;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
  gap: 40px; }

@media screen and (max-width: 768px) {
  .p-feature__detail {
    gap: 20px; } }

.p-feature__detail dt {
  border: none;
  width: 16%; }

@media screen and (max-width: 768px) {
  .p-feature__detail dt {
    width: 50%;
    margin: 0 auto; } }

.p-feature__detail dt.logo {
  border: none; }

@media screen and (max-width: 768px) {
  .p-feature__detail .room time {
    font-size: 16px !important; } }

@media screen and (max-width: 768px) {
  .p-feature__detail .room span {
    font-size: 16px !important; } }

.p-feature__detail dd {
  border: none;
  width: auto;
  -ms-flex: 1;
  flex: 1;
  padding: 0 20px 20px 0; }

@media screen and (max-width: 768px) {
  .p-feature__detail dd {
    padding: 0 0 20px 0; } }

.p-feature__detail dd h3 {
  line-height: 1.5; }

@media screen and (max-width: 768px) {
  .p-feature__detail dd h3 {
    font-size: 20px; } }

.p-feature__detail dd small {
  font-size: 1.4375rem;
  font-size: 1.59722vw;
  display: block; }

@media screen and (max-width: 768px) {
  .p-feature__detail dd small {
    font-size: 14px; } }

.p-feature__detail dd p {
  font-size: 1.4375rem;
  font-size: 1.59722vw; }

@media screen and (max-width: 768px) {
  .p-feature__detail dd p {
    font-size: 16px !important; } }

.p-information {
  position: relative; }

@media screen and (max-width: 768px) {
  .p-information {
    padding: 60px 0; } }

.p-information-chara {
  position: absolute;
  top: -50px;
  left: 100%;
  max-width: 73px;
  width: 12.58%; }

.p-information-chara img {
  width: 100%; }

@media screen and (max-width: 768px) {
  .p-information-chara {
    display: none; } }

.p-information__detail dt {
  background: #3699CE;
  color: #EBEBE7;
  font-size: clamp(20px, 1.8vw, 22px); }

@media screen and (max-width: 768px) {
  .p-information__detail dt {
    font-size: 20px; } }

@media screen and (max-width: 768px) {
  .p-information__detail p {
    font-size: 16px !important; }
  .p-information__detail p.c-notice {
    font-size: 14px !important; } }

@media screen and (max-width: 768px) {
  .c-button {
    font-size: 16px;
    height: 60px; } }

.p-exhibit {
  padding: 6% 5%; }

@media screen and (max-width: 768px) {
  .p-exhibit {
    padding: 60px 5%; } }

.p-exhibit h3 {
  font-size: clamp(14px, 2.3vw, 20px);
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  .p-exhibit h3 {
    font-size: 18px; } }

.p-exhibit h3:before {
  content: "";
  width: 10px;
  height: 100%;
  background: url(//www.obc.co.jp/hubfs/obc/v1/images/bcd/osaka2026/arrow.svg) no-repeat left center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.p-exhibit ul {
  background: #FFF;
  padding: 3%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 2% 40px;
  margin-bottom: 62px;
  -ms-grid-columns: (minmax(180px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }

@media screen and (max-width: 768px) {
  .p-exhibit ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    padding: 20px;
    gap: 20px 15px; } }

.p-exhibit ul:last-child {
  margin-bottom: 0; }

.p-exhibit ul li {
  text-align: center;
  line-height: 1.6; }

.p-exhibit ul h4 {
  font-size: clamp(12px, 1.4vw, 16px);
  position: relative;
  padding-bottom: 10px; }

@media screen and (max-width: 768px) {
  .p-exhibit ul h4 {
    font-size: 12px; } }

.p-exhibit ul h4::before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, #013274 20%, #03ABEC 50%, #3699CE 60%); }

.p-exhibit ul p {
  font-size: clamp(12px, 1.4vw, 16px) !important;
  margin-top: 5px; }

@media screen and (max-width: 768px) {
  .p-exhibit ul p {
    font-size: 14px !important; } }

.p-exhibit picture {
  display: block;
  height: 108px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.p-exhibit picture img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.mainvisual_icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 11px; }

.event_img_content {
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  padding-bottom: 20px; }

@media screen and (max-width: 768px) {
  .event_img_content {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center; } }
