@charset "UTF-8";
/*矢印ボタン用*/
/*flexレイアウト用*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
.spartan {
  font-family: 'Spartan', sans-serif;
  font-weight: 700; }

.contents {
  max-width: 1080px;
  margin: 0 auto; }
  @media only screen and (max-width: 1079px) {
    .contents {
      margin: 0 20px; } }

.line-full {
  width: 100%;
  height: 1px;
  border: 0;
  background: #9B9B9B;
  margin-bottom: 65px; }
  @media only screen and (max-width: 1079px) {
    .line-full {
      margin-bottom: 25px; } }

.ttl {
  padding-bottom: 10px; }
  .ttl-en {
    display: inline-block;
    color: #e2041b; }
  .ttl-ja {
    display: inline-block;
    padding-right: 0.9em; }

@media only screen and (max-width: 1079px) {
  .ttl {
    padding-bottom: 15px; }
    .ttl-en {
      display: block;
      padding-top: 10px;
      color: #e2041b; }
    .ttl-ja {
      display: inline-block;
      padding-right: 0.9em; } }
/*maxL*/
.read {
  font-size: 1.8rem;
  line-height: 2.5;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.15em;
  text-align: center; }
  @media only screen and (max-width: 1079px) {
    .read {
      text-align: left; } }

.small-txt {
  font-size: 1.4rem;
  line-height: 2; }

.blk {
  color: #000000; }

.dot li {
  position: relative;
  padding-left: 1.2em; }
  .dot li:before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background: #000000;
    position: absolute;
    top: 0.8em;
    left: 0.2em; }

.dot-small li {
  position: relative;
  padding-left: 1em; }
  .dot-small li:before {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 1px;
    background: #000000;
    position: absolute;
    top: 0.8em;
    left: 0.3em; }
.dot-small-inline li {
  display: inline-block;
  margin-right: 0.6em; }

.number {
  counter-reset: my-counter;
  list-style: none;
  padding: 0; }

.number li {
  margin-bottom: 2em;
  padding-left: 1.5em;
  position: relative; }

.number li:before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  color: #000000;
  position: absolute;
  left: 0;
  top: 0; }

.dataline {
  width: 100%; }
  .dataline:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .dataline dt {
    float: left;
    width: 5em; }
  .dataline dd {
    padding-left: 5em; }

.common-160 {
  margin-bottom: 160px; }
  @media only screen and (max-width: 1079px) {
    .common-160 {
      margin-bottom: 80px; } }
.common-140 {
  margin-bottom: 140px; }
  @media only screen and (max-width: 1079px) {
    .common-140 {
      margin-bottom: 70px; } }
.common-120 {
  margin-bottom: 120px; }
  @media only screen and (max-width: 1079px) {
    .common-120 {
      margin-bottom: 60px; } }
.common-70 {
  margin-bottom: 70px; }
  @media only screen and (max-width: 1079px) {
    .common-70 {
      margin-bottom: 35px; } }
.common-45 {
  margin-bottom: 45px; }
  @media only screen and (max-width: 1079px) {
    .common-45 {
      margin-bottom: 22px; } }

@media only screen and (max-width: 1079px) {
  .sp-70 {
    margin-bottom: 70px; } }
@media only screen and (max-width: 1079px) {
  .sp-120 {
    margin-bottom: 60px; } }
@media only screen and (max-width: 1079px) {
  .sp-160 {
    margin-bottom: 80px; } }

.effect-fade {
  opacity: 0;
  transition: all 1000ms; }

.effect-fade.effect-scroll {
  opacity: 1; }

.btn-ttl::before {
  content: url(../img/common/icon-right.png);
  position: relative;
  top: 5px;
  margin: 0 10px 0 0; }

.r-arrow {
  display: inline-block;
  padding-left: 1em;
  height: 16px;
  background-image: url(../img/common/icon-right.png);
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: 0 50%;
  line-height: 16px; }
  .r-arrow span {
    transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s; }
  .r-arrow:hover span {
    opacity: 0.55; }
  .r-arrow-right {
    padding-left: 0;
    padding-right: 1em;
    background-position: right 0 top 50%; }

.r-arrow-1 {
  display: inline-block;
  padding-left: 0.7em;
  height: 16px;
  background-image: url(../img/common/icon-right.png);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 0 50%;
  line-height: 16px; }
  .r-arrow-1 span {
    transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s; }
  .r-arrow-1:hover span {
    opacity: 0.55; }
  .r-arrow-1-right {
    padding-left: 0;
    padding-right: 1em;
    background-position: right 0 top 50%; }

.l-arrow {
  display: inline-block;
  padding-left: 1em;
  height: 16px;
  background-image: url(../img/common/icon-left.png);
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: 0 50%;
  line-height: 16px; }
  .l-arrow span {
    transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s; }
  .l-arrow:hover span {
    opacity: 0.55; }
  .l-arrow-right {
    padding-left: 0;
    padding-right: 1em;
    background-position: right 0 top 50%; }

.d-arrow {
  display: inline-block;
  padding-left: 1.2em;
  height: 16px;
  background-image: url(../img/common/d-arrow-red.png);
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: 0 51%;
  line-height: 16px; }
  .d-arrow span {
    transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s; }
  .d-arrow:hover span {
    opacity: 0.55; }
  .d-arrow-right {
    padding-left: 0;
    padding-right: 1.2em;
    background-position: right 0 top 50%; }
  .d-arrow.opened {
    background-image: url(../img/common/u-arrow-red.png); }

.d-plus {
  display: inline-block;
  padding-left: 1.2em;
  height: 16px;
  background-image: url(../img/common/icon-plus.png);
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: 0 51%;
  line-height: 16px; }
  .d-plus span {
    transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s; }
  .d-plus:hover span {
    opacity: 0.55; }
  .d-plus.opened {
    background-image: url(../img/common/icon-minus.png); }

.txt-btn {
  display: inline-block; }
  .txt-btn-link {
    text-decoration: underline; }
  .txt-btn:hover .txt-btn-link {
    text-decoration: none; }
  .txt-btn-ex {
    padding-right: 19px;
    background-image: url(../img/common/icon-ex.png);
    background-position: right 0 top 50%;
    background-repeat: no-repeat;
    background-size: 14px auto; }
    .txt-btn-ex-underline {
      text-decoration: underline;
      margin-right: 0.2em; }

.txt-link {
  text-decoration: underline; }
  .txt-link:hover {
    text-decoration: none; }

.btn {
  border: 1px solid #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 70px;
  width: 320px; }
  .btn > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  @media only screen and (max-width: 374px) {
    .btn {
      width: 100%;
      max-width: 280px; } }
  .btn-en {
    display: block;
    padding-bottom: 3px; }
  .btn:hover {
    border: 1px solid #636363;
    transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s; }
    .btn:hover .btn-en, .btn:hover .btn-ja {
      transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
      color: #989898; }
  .btn-container {
    text-align: center;
    padding-top: 25px; }
    .btn-container-1 {
      display: flex;
      justify-content: center; }
    .btn-container-column {
      max-width: 680px;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .btn-container-column > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
      @media only screen and (max-width: 768px) {
        .btn-container-column {
          display: block;
          text-align: center; } }
      .btn-container-column .btn {
        margin-bottom: 40px; }
        @media only screen and (max-width: 768px) {
          .btn-container-column .btn {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            margin: 0 auto;
            margin-bottom: 23px; } }

.btn-1 {
  border: 1px solid #000000;
  height: 70px;
  width: 320px;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding-top: 16px; }
  @media only screen and (max-width: 374px) {
    .btn-1 {
      width: 100%;
      max-width: 280px; } }
  .btn-1-en {
    margin-bottom: 9px; }
  .btn-1:hover {
    border: 1px solid #636363;
    transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s; }
    .btn-1:hover .btn-1-en, .btn-1:hover .btn-1-ja {
      transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
      color: #989898; }
  .btn-1-ja {
    display: block; }
  .btn-1 .btn-1 {
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .btn-1 .btn-1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        margin-bottom: 23px; } }

/*第二階層共通*/
.second {
  padding-top: 94px; }
  @media only screen and (max-width: 1079px) {
    .second {
      padding-top: 47px; } }
  .second-inner_800 {
    max-width: 800px;
    margin: 0 auto; }
  .second-inner_520 {
    max-width: 520px;
    margin: 0 auto; }
  .second-inner_960 {
    max-width: 960px;
    margin: 0 auto; }

.main_ttl {
  text-align: center;
  margin-bottom: 34px; }
  .main_ttl-en {
    display: block;
    margin-bottom: 10px; }
  .main_ttl-ja {
    display: block; }

.bread {
  padding-bottom: 15px;
  border-bottom: 1px solid #9B9B9B; }
  .bread a {
    display: inline-block; }
    .bread a:after {
      content: ' > '; }
    .bread a:hover {
      text-decoration: underline; }
  .bread span {
    display: inline-block;
    font-weight: 600; }

.sub_ttl {
  border-bottom: 1px solid #9B9B9B;
  text-align: center;
  padding: 24px 0;
  margin-bottom: 50px; }
  @media only screen and (max-width: 1079px) {
    .sub_ttl {
      margin-bottom: 25px; } }

.content_ttl {
  border-bottom: 1px solid #9B9B9B;
  padding: 0 0 18px 0;
  margin-bottom: 50px;
  line-height: 1.5; }
  @media only screen and (max-width: 1079px) {
    .content_ttl {
      margin-bottom: 25px; } }
  .content_ttl-ja {
    display: inline-block;
    margin-right: 1em; }
  .content_ttl-en {
    color: #e2041b; }
    @media only screen and (max-width: 768px) {
      .content_ttl-en {
        display: block; } }

.txt-link:hover {
  text-decoration: underline; }

.localnav {
  height: 72px;
  border-bottom: 1px solid #9B9B9B;
  text-align: center;
  padding: 24px 0;
  margin-bottom: 50px; }
  .localnav-btn {
    display: inline-block;
    margin: 0 24px; }
    .localnav-btn:hover {
      color: #e2041b; }

@media only screen and (max-width: 1079px) {
  .localnav {
    height: auto;
    border-bottom: 1px solid #9B9B9B;
    text-align: center;
    padding: 24px 0 14px;
    margin-bottom: 50px; }
    .localnav-btn {
      display: inline-block;
      margin: 0 24px;
      padding-bottom: 10px; }
      .localnav-btn:hover {
        color: #e2041b; } }

* {
  color: #000;
}

body {
  margin-top: 0 !important;
}
html{
  margin-top: 0 !important;
  scroll-behavior: smooth;
}
*,
#lp {
  margin: 0 0 0 0;
  margin-top: 0;
  letter-spacing: 0.02em;
}

* .no-lh,
#lp .no-lh {
  line-height: 1 !important;
}

a,
li,
p {
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-size: inherit;
}

a:hover {
  opacity: .5;
  transition: .3s;
}

.wrapper {
  width: 100%;
}

.center {
  text-align: center;
  justify-content: center;
}

.center img {
  margin: 0 auto;
}

.middle {
  display: flex;
  align-items: center;
}

.full-width {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.no-bg {
  background: transparent !important;
}

.no-link:hover {
  color: initial;
}

.clear {
  clear: both;
}

.lp-contents {
  padding: 40px 0 10px;
}

ul.kome {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: inherit !important;
  font-size: inherit !important;
}

ul.kome li {
  color: inherit !important;
  font-size: inherit !important;
  list-style: none;
  text-indent: -1em;
  padding: 0 0 0.5em 1em;
}

.bg_0 {
  background-color: #000;
}

.bg_0 p,
.bg_0 h2,
.bg_0 h3,
.bg_0 div,
.bg_0 dd,
.bg_0 dt,
.bg_0 dl,
.bg_0 tr,
.bg_0 td,
.bg_0 th,
.bg_0 span,
.bg_0 a {
  color: #fff;
}

.bg_1 {
  background-color: #ededed;
}

.bg_2 {
  background-color: #fff;
}

.bg_3 {
  background-color: #fff;
  border-top: solid 1px #000;
}

.bg_4 {
  background-color: #e4e4e4;
}

.bg_5 {
  background-color: #c00c20;
}

.bg_5 {
  background-color: #EDEDED;
}

.footer {
  margin-top: 0;
}


h2 {
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}

h3 {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin: 0 auto;
}

h4 {
  font-size: 2.2rem;
  line-height: 1.8;
}


@media only screen and (min-width: 767px) {
  .sp-inline {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }

  .pc-ml-0 {
    margin-left: 0 !important;
  }

  .pc-ml-10 {
    margin-left: 10px !important;
  }

  .pc-ml-20 {
    margin-left: 20px !important;
  }

  .pc-ml-30 {
    margin-left: 30px !important;
  }

  .pc-ml-40 {
    margin-left: 40px !important;
  }

  .pc-ml-50 {
    margin-left: 50px !important;
  }

  .pc-ml-60 {
    margin-left: 60px !important;
  }

  .pc-ml-70 {
    margin-left: 70px !important;
  }

  .pc-ml-80 {
    margin-left: 80px !important;
  }

  .pc-ml-90 {
    margin-left: 90px !important;
  }

  .pc-ml-100 {
    margin-left: 100px !important;
  }

  .pc-mr-0 {
    margin-right: 0 !important;
  }

  .pc-mr-10 {
    margin-right: 10px !important;
  }

  .pc-mr-20 {
    margin-right: 20px !important;
  }

  .pc-mr-24 {
    margin-right: 24px !important;
  }

  .pc-mr-25 {
    margin-right: 25px !important;
  }

  .pc-mr-30 {
    margin-right: 30px !important;
  }

  .pc-mr-40 {
    margin-right: 40px !important;
  }

  .pc-mr-50 {
    margin-right: 50px !important;
  }

  .pc-mr-60 {
    margin-right: 60px !important;
  }

  .pc-mr-64 {
    margin-right: 64px !important;
  }

  .pc-mr-70 {
    margin-right: 70px !important;
  }

  .pc-mr-80 {
    margin-right: 80px !important;
  }

  .pc-mr-90 {
    margin-right: 90px !important;
  }

  .pc-mr-100 {
    margin-right: 100px !important;
  }

  .pc-mr-140 {
    margin-right: 140px !important;
  }

  .pc-mt-24 {
    margin-top: 24px !important;
  }

  .pc-mt-30 {
    margin-top: 30px !important;
  }

  .pc-mt-40 {
    margin-top: 40px !important;
  }

  .pc-mt-50 {
    margin-top: 50px !important;
  }

  .pc-mt-64 {
    margin-top: 64px !important;
  }

  .pc-mt-140 {
    margin-top: 140px !important;
  }

  .pc-mb-24 {
    margin-bottom: 24px !important;
  }

  .pc-mb-30 {
    margin-bottom: 30px !important;
  }

  .pc-mb-40 {
    margin-bottom: 40px !important;
  }

  .pc-mb-50 {
    margin-bottom: 50px !important;
  }

  .pc-mb-64 {
    margin-bottom: 64px !important;
  }

  .pc-mb-140 {
    margin-bottom: 140px !important;
  }
}

@media only screen and (max-width: 766px) {
  html{
    margin-top: 0 !important;
  }
  .pc-inline {
    display: none !important;
  }

  .sp-center {
    text-align: center;
    justify-content: center;
  }

  .sp-center img {
    margin: 0 auto;
  }

  .sp-middle {
    display: flex;
    align-items: center;
  }

  .lp_main {
    height: 0;
    margin: 0 0 0 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 46.5%;
  }

  .r-arrow {
    line-height: 1.2;
  }

  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 2.0rem;
  }

  .sp-ml-0 {
    margin-left: 0 !important;
  }

  .sp-ml-10 {
    margin-left: 10px !important;
  }

  .sp-ml-20 {
    margin-left: 20px !important;
  }

  .sp-ml-30 {
    margin-left: 30px !important;
  }

  .sp-ml-40 {
    margin-left: 40px !important;
  }

  .sp-ml-50 {
    margin-left: 50px !important;
  }

  .sp-ml-60 {
    margin-left: 60px !important;
  }

  .sp-ml-70 {
    margin-left: 70px !important;
  }

  .sp-ml-80 {
    margin-left: 80px !important;
  }

  .sp-ml-90 {
    margin-left: 90px !important;
  }

  .sp-ml-100 {
    margin-left: 100px !important;
  }

  .sp-mr-0 {
    margin-right: 0 !important;
  }

  .sp-mr-10 {
    margin-right: 10px !important;
  }

  .sp-mr-20 {
    margin-right: 20px !important;
  }

  .sp-mr-25 {
    margin-right: 25px !important;
  }

  .sp-mr-30 {
    margin-right: 30px !important;
  }

  .sp-mr-40 {
    margin-right: 40px !important;
  }

  .sp-mr-50 {
    margin-right: 50px !important;
  }

  .sp-mr-60 {
    margin-right: 60px !important;
  }

  .sp-mr-70 {
    margin-right: 70px !important;
  }

  .sp-mr-80 {
    margin-right: 80px !important;
  }

  .sp-mr-90 {
    margin-right: 90px !important;
  }

  .sp-mr-100 {
    margin-right: 100px !important;
  }
  .sp-mt-24 {
    margin-top: 24px !important;
  }

  .sp-mt-30 {
    margin-top: 30px !important;
  }

  .sp-mt-40 {
    margin-top: 40px !important;
  }

  .sp-mt-50 {
    margin-top: 50px !important;
  }

  .sp-mt-64 {
    margin-top: 64px !important;
  }

  .sp-mt-140 {
    margin-top: 140px !important;
  }
  .sp-mb-20 {
    margin-bottom: 24px !important;
  }
  .sp-mb-24 {
    margin-bottom: 24px !important;
  }

  .sp-mb-30 {
    margin-bottom: 30px !important;
  }

  .sp-mb-40 {
    margin-bottom: 40px !important;
  }

  .sp-mb-50 {
    margin-bottom: 50px !important;
  }

  .sp-mb-64 {
    margin-bottom: 64px !important;
  }

  .sp-mb-140 {
    margin-bottom: 140px !important;
  }

  .sp-small {
    font-size: .8em;
  }

  .sp-ja,
  .sp-ja-14,
  .sp-ja-16,
  .sp-ja-18 {
    line-height: 1.875;
  }

  .sp-ja-14 {
    font-size: 1.4rem;
  }

  .sp-ja-16 {
    font-size: 1.6rem;
  }

  .sp-ja-18 {
    font-size: 1.8rem;
  }
}

.real-txt {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.88;
}

.real-txt a {
  text-decoration: underline;
}

.real-profile {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-left: 42px;
  line-height: 1.7;
}

.event-report-txt {
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.36;
}

.branding-real-logo a {
  display: block;
  width: 260px;
  height: 27px;
  /* 画像サイズに合わせて調整 */
  background-image: url('../img/branding-real/branding-real-icon.svg');
  background-size: contain;
  /* ロゴサイズに合わせて調整 */
  background-repeat: no-repeat;
  text-indent: -9999px;
  /* テキストを視覚的に隠す方法 */
  overflow: hidden;
}

.real-main-visual {
  background-image: url('../img/branding-real/seminar_banner_250428-01.jpg');
  background-size: cover;
  /* 画像を要素いっぱいに拡大・トリミング */
  background-position: center;
  /* 中央寄せ */
  background-repeat: no-repeat;
  width: 100%;
  max-width: 850px;
  height: 416px;
  /* 適宜調整 */
  margin: 185px auto;
}
.menu{
  display: none;
}

.real-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
}

.real-header-container {
  max-width: 850px;
  margin: 0 auto;
  padding: 40px 0 40px 0;
}
.real-header-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.branding-real-nav ul {
  display: flex;
}

.branding-real-nav ul li {
  margin-left: 18px;
}

.branding-real-nav ul li a span,
.top-link {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 24px;
  font-weight: 700;
  text-align: right;
}

.event-details-wrapper ul {
  line-height: 1.88;
}

.event-details-wrapper,
.event-details-column {
  max-width: 850px;
  margin: 0 auto;
}

.event-details-wrapper-gray {
  background-color: #EDEDED;
}

.event-details-headline {
  border-bottom: 2px solid #E7E7E7;
  padding-bottom: 10px;
}

.event-details-wrapper-gray {
  padding: 64px 0;
}

.event-details-subheading {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.event-details-row {
  display: flex;
  line-height: 1.88;
}

.event-details-row dd {
  margin-left: 16px;
}

.apply-button {
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
  background-image: url(../img/common/icon-right-wh.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 20px top 50%;
  width: 100%;
  max-width: 390px; /* 元の幅を上限に */
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.event-details-img img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  /* 必要に応じて調整 */
}

.event-details-inner {
  display: flex;
}

.event-description {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding: 2px;
  /* 内枠との間隔分 */
  box-sizing: border-box;
  border: 1px solid #000;
  /* 外枠 */
  position: relative;
  padding: 35px 45px;
}

.event-description::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px solid #000;
  /* 内枠 */
  pointer-events: none;
}

.event-voice {
  max-width: 850px;
  margin: auto;
}

.event-voice-ttl {
  text-align: center;
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
  padding: 18px 0;
}

.event-voice-column {
  background-color: #EDEDED;
  padding: 32px 57px;
  margin-bottom: 24px;
}

/* 共通 */
.event-report {
  max-width: 850px;
  margin: 0 auto;
}

.event-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.event-slider li {
  width: 100%; /* gap考慮 */
}
.event-slider li img {
  margin-bottom: 24px;
}
.real-footer-adress{
  margin-bottom: 10px;
}

/* PCレイアウト */
@media screen and (min-width: 768px) {
  .event-slider {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .slider-arrow {
    display: none;
  }
}

.real-footer-icon a {
  display: block;
  width: 235px;
  height: 48px;
  /* 画像サイズに合わせて調整 */
  background-image: url('../img/branding-real/real-footer-icon.svg');
  background-size: contain;
  /* ロゴサイズに合わせて調整 */
  background-repeat: no-repeat;
  text-indent: -9999px;
  /* テキストを視覚的に隠す方法 */
  overflow: hidden;
}

.real-footer {
  max-width: 850px;
  margin: 0 auto;
  padding: 20px 0;
}

.real-footer-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 540px;
  margin-bottom: 46px;
}

.real-footer-wrapper ul {
  display: flex;
  align-items: flex-end;
}

.real-footer-wrapper ul li {
  margin-left: 32px;
}

.d-arrow-real {
  display: inline-block;
  padding-left: 1.2em;
  height: 16px;
  background-image: url(../img/common/d-arrow-red.png);
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: 0 100%;
  line-height: 16px;
}

.d-arrow span {
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.d-arrow:hover span {
  opacity: 0.55;
}

.d-arrow-right {
  padding-left: 0;
  padding-right: 1.2em;
  background-position: right 0 top 50%;
}

.d-arrow.opened {
  background-image: url(../img/common/u-arrow-red.png);


}
@media screen and (max-width: 930px){
  .real-header {
    padding: 0 16px 20px;
    height: 100px;
  }
  
  .real-header-container {
    display: block;
    padding: 35px 0;
  }
  .real-header-wrapper{
    margin-bottom: 0px;
  }
    /* メニューのスタイル */
.menu {
  display: block;
  position: fixed;
  top: 0;
  right: -100%; /* 初期状態では画面の外に隠れている */
  width: 300px;
  height: 100vh;
  background-color: #fff;
  color: #333;
  transition: right 0.3s ease; /* スライドインのアニメーション */
  padding: 20px;
  box-sizing: border-box;
  z-index: 10;
}

/* メニューが開いているとき */
.menu.open {
  right: 0;
}

/* ボタンのスタイル */
.hamburger {
  position: fixed;
  top: 35px;
  right: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 20;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #333;
  margin: 5px 0;
  transition: 0.4s;
}

/* バツ印に変化するスタイル */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* メニューリストのスタイル */
.menu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 80px;
}

.menu li {
  padding: 20px 0;
}

.menu li a {
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
}
.branding-real-nav,.top-link{
  display: none;
}
.real-profile {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-left: 20px;
  line-height: 1.88;
}

.event-report-txt {
  font-size: 1.8rem;
}


.real-main-visual {
  height: auto;
  aspect-ratio: 850 / 416; /* 元画像と同じ比率 */
  margin-top: 100px;
  max-width: 100%;
}



.event-details-wrapper,
.event-details-column {
  padding: 0 16px;
}
.event-details-subheading {
  margin-bottom: 10px;
}
.event-details-row {
  display: block;
  margin-bottom: 10px;
}
.event-details-row dd {
  margin-left: 0px;
}
.event-details-inner {
  display: flex;
}
.event-description-sp{
  padding: 0 16px;
}
.event-description{
  padding: 35px 20px;
}
.event-description::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px solid #000;
  /* 内枠 */
  pointer-events: none;
}

.event-voice {
  padding: 0 16px;
}

.event-voice-ttl {
  text-align: center;
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
  padding: 18px 0;
}

.event-voice-column {
  background-color: #EDEDED;
  padding: 32px 20px;
  margin-bottom: 24px;
}
.event-report{
  padding: 0 16px;
}
.event-slider {
  display: flex;
  transition: transform 0.3s ease;
  width: 200%; /* 2枚分（必要なら動的に変更） */
}

.event-slider li {
  flex-shrink: 0;         /* スライド表示には必要 */
  width: 100%;            /* または必要な幅（例: 600px） */
  object-fit: cover;   
}

.event-slider li img {
  width: 50%;
  height: auto; /* ✅ 縦横比を保つ */
  display: block;
}

.slider-arrow {
  display: block;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: #000;
  border: 1px solid #000;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  z-index: 2;
  cursor: pointer;
}

.slider-arrow.prev {
  left: 10px;
}

.slider-arrow.next {
  right: 10px;
}

.slider-arrow::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%) rotate(45deg); /* 右矢印 */
}

.slider-arrow.prev::before {
  transform: translate(-15%, -50%) rotate(-135deg); /* 左矢印 */
}

.real-footer {
padding: 0 16px;
margin-bottom: 20px;
}
.d-arrow-real {
  background-position: 0 60%;
}
}
@media screen and (max-width: 545px){
  .real-footer-icon a {
    width: 180px;
    margin-bottom: 20px;
  }
  
  .real-footer {
    padding: 0 16px 20px;
    margin-top: 100px;
  }
  
  .real-footer-wrapper {
    display: block;
    margin-bottom: 20px;
  }
  
  .real-footer-wrapper ul {
    justify-content: left;
  }  
  .real-footer-wrapper ul li:first-child {
    margin-left: 0px;
  }
}
@media screen and (max-width: 766px){
  .real-footer {
    margin-top: 100px;
  }
}
section {
  scroll-margin-top: 141px; /* 固定ヘッダーの高さ + 余白 */
}