@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.cdnfonts.com/css/google-sans");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */ }

p {
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */ }

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */ }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden] {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */ }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */ }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */ }

[type='search'] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
  color: inherit; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */ }

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled='true'] {
  cursor: default; }

@media screen and (min-width: 1000px) {
  .pc {
    display: inherit; } }
@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

@media screen and (min-width: 1000px) {
  .sp {
    display: none; } }
@media screen and (max-width: 767px) {
  .sp {
    display: inherit; } }

html {
  scroll-behavior: smooth; }

body {
  scroll-behavior: smooth;
  background-color: #020818;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

a {
  color: #74e3ff;
  text-decoration: underline;
  word-break: break-all; }
  a:hover {
    text-decoration: none; }
  a.blank {
    position: relative; }
    a.blank::after {
      margin-left: 8px;
      content: url("../img/icon-blank.png");
      display: inline-block; }

p {
  line-height: 1.75; }

ul li, ol li {
  list-style: none; }

.sec-inner {
  width: 94%;
  max-width: 1080px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 999px) {
    .sec-inner {
      width: 90%;
      padding-top: 40px;
      padding-bottom: 40px; } }
  .sec-inner-normal {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .sec-inner-normal {
        display: block; } }
  .sec-inner-full .sec-content {
    width: 100%;
    margin-top: 40px; }
.sec-hl {
  width: 25%; }
  @media screen and (max-width: 999px) {
    .sec-hl {
      width: 100%; } }
  .sec-hl > img {
    width: auto; }
    @media screen and (max-width: 999px) {
      .sec-hl > img {
        height: 32px; } }
  .sec-hl-sub {
    display: block;
    color: #a5a5a5;
    font-size: 20px; }
    @media screen and (max-width: 999px) {
      .sec-hl-sub {
        font-size: 18px; } }
.sec-content {
  width: 70%; }
  @media screen and (max-width: 999px) {
    .sec-content {
      width: 100%;
      margin-top: 24px; } }

.btn-fix {
  width: 64px;
  height: 290px;
  margin-top: auto;
  margin-bottom: auto;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: linear-gradient(-180deg, #1eb1aa 0%, #0fa44e 100%);
  border-radius: 6px 0 0 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-decoration: none;
  transition: all .2s linear; }
  @media screen and (max-width: 767px) {
    .btn-fix {
      width: 42px;
      height: 210px;
      font-size: 16px;
      letter-spacing: 3px; } }
  .btn-fix::before {
    content: url("../img/icon-entry.png");
    margin-bottom: 6px;
    display: inline-block; }
  .btn-fix:hover {
    opacity: .8; }

@media screen and (max-width: 767px) {
  .report .btn-fix {
    width: 40px;
    letter-spacing: 1px; } }

.pagetop {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: linear-gradient(135deg, #0fc2fb 0%, #008de3 100%);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all .2s linear; }
  .pagetop:hover {
    opacity: .8; }

.pagetop-arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg); }

.header-inner {
  padding: 20px 5%;
  display: flex;
  justify-content: space-between; }
@media screen and (max-width: 767px) {
  .header-logo-nttpc {
    width: 200px;
    height: 25px; } }
@media screen and (max-width: 767px) {
  .header-logo-db {
    width: 62px;
    height: 24px; } }

.hero {
  width: 100%;
  height: 640px;
  background: #020818 url("../img/hero-bg.png") center bottom no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .hero {
      height: auto;
      background: #020818 url("../img/hero-bg-sp.png") center top no-repeat;
      background-size: cover; } }
  .hero-inner {
    width: 100%;
    height: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start; }
    @media screen and (max-width: 1280px) {
      .hero-inner {
        padding: 0 3%; } }
    @media screen and (max-width: 767px) {
      .hero-inner {
        padding: 0;
        display: block; } }
  .hero-data {
    width: 42.5%; }
    @media screen and (max-width: 767px) {
      .hero-data {
        width: 100%;
        padding-bottom: 20px;
        background: linear-gradient(rgba(2, 8, 24, 0) 0%, #020818 30%); } }
    .hero-data-wrap {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      .hero-data-wrap h1 {
        width: 55%; }
        @media screen and (max-width: 767px) {
          .hero-data-wrap h1 {
            width: 100%; } }
  .hero-logo {
    /*width: 100%;*/
    width: auto;
    max-height: 400px;
    margin: 0 auto;
    display: block; }
    @media screen and (max-width: 767px) {
      .hero-logo {
        width: 100%;
        max-width: 220px;
        margin: 0 auto;
        display: block; } }
  .hero-ttl {
    width: 90%;
    margin-left: -20px; }
    @media screen and (max-width: 767px) {
      .hero-ttl {
        width: 100%;
        margin-top: 0;
        margin-left: 0; } }
    .hero-ttl-pc {
      display: block; }
      @media screen and (max-width: 767px) {
        .hero-ttl-pc {
          display: none; } }
    .hero-ttl-sp {
      display: none; }
      @media screen and (max-width: 767px) {
        .hero-ttl-sp {
          width: 100%;
          max-width: 280px;
          margin: 0 auto;
          display: block; } }
  .hero-partner {
    width: 100%;
    max-width: 400px;
    padding: 15px 0;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .hero-partner {
        width: 100%;
        max-width: initial; } }
    .hero-partner img {
      width: 100%;
      display: block; }
      @media screen and (max-width: 767px) {
        .hero-partner img {
          width: 80%;
          margin: 0 auto; } }
  .hero-day {
    font-family: "Product Sans Black", sans-serif;
    font-size: 44px;
    line-height: 1.5;
    letter-spacing: 2px; }
    @media screen and (max-width: 767px) {
      .hero-day {
        width: 300px;
        margin: 10px auto 0;
        font-size: 40px;
        line-height: 1;
        letter-spacing: 0;
        text-align: center; } }
  .hero-week {
    font-size: 28px;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .hero-week {
        font-size: 24px;
        font-size: 18px; } }
  .hero-time {
    font-family: "Product Sans Medium", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .hero-time {
        width: 300px;
        margin: 0 auto;
        font-size: 26px; } }
    .hero-time-2 {
      font-size: 24px; }
      @media screen and (max-width: 767px) {
        .hero-time-2 {
          font-size: 16px; } }
    .hero-time-open {
      margin-left: 6px;
      display: inline-block;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .hero-time-open {
          font-size: 14px; } }
  .hero-touroku {
    margin-left: 15px;
    padding: 2px 1em;
    border: solid 1px #fff;
    border-radius: 6px;
    display: inline-block;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .hero-touroku {
        margin-left: 0;
        margin-bottom: 10px;
        padding: 2px .75em;
        font-size: 14px; } }
  .hero-place {
    margin-top: 4px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .hero-place {
        width: 300px;
        margin: 0 auto;
        font-size: 16px; } }
  .hero-address {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .hero-address {
        width: 300px;
        margin-right: auto;
        margin-left: auto;
        font-size: 12px; } }
  .hero-close-wrap {
    width: 100%;
    margin-top: 15px;
    padding: 20px;
    border: solid 1px #fff;
    border-radius: 8px; }
    @media screen and (max-width: 767px) {
      .hero-close-wrap {
        width: 80%;
        margin: 15px auto 0; } }
  .hero-close-txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .hero-close-txt {
        font-size: 16px;
        line-height: 1.325; } }
  .hero-report {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    border: solid 1px #fff;
    border-radius: 6px; }
    @media screen and (max-width: 767px) {
      .hero-report {
        margin-bottom: 40px; } }
    .hero-report-txt {
      font-size: 18px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .hero-report-txt {
          font-size: 16px; } }
    .hero-report-btn {
      width: 80%;
      max-width: 640px;
      margin: 20px auto 0;
      padding: 12px 0;
      display: inline-block;
      background: linear-gradient(#24bda2, #0fa343);
      border-radius: 6px;
      display: block;
      color: #fff;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      letter-spacing: 1px;
      transition: all .2s linear; }
      @media screen and (max-width: 767px) {
        .hero-report-btn {
          width: 90%;
          font-size: 18px; } }
      .hero-report-btn:hover {
        opacity: .7; }
      .hero-report-btn-inner {
        text-align: center; }

.gnav {
  background: #00abdc; }
  .gnav-list {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .gnav-list li {
      width: 25%;
      height: 64px;
      padding: 0;
      text-align: center;
      border-right: solid 1px #fff; }
      @media screen and (max-width: 767px) {
        .gnav-list li {
          width: 50%;
          font-size: 14px; } }
      .gnav-list li:first-child {
        border-left: solid 1px #fff; }
        @media screen and (max-width: 767px) {
          .gnav-list li:first-child {
            border-left: none; } }
      @media screen and (max-width: 767px) {
        .gnav-list li:nth-child(n+3) {
          border-top: solid 1px #fff; } }
      .gnav-list li a {
        width: 100%;
        height: 64px;
        display: block;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        position: relative;
        transition: all .2s linear; }
        .gnav-list li a:hover {
          opacity: .7; }
          @media screen and (max-width: 767px) {
            .gnav-list li a:hover {
              opacity: inherit; } }
        .gnav-list li a span {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
        .gnav-list li a span::after {
          display: inline-block;
          content: "";
          width: 8px;
          height: 8px;
          margin: 0 0 3px 10px;
          border-right: 3px solid #fff;
          border-top: 3px solid #fff;
          transform: rotate(135deg); }

.main {
  background-color: #020818;
  background-image: url("../img/main-bg-c.png"), url("../img/main-bg-l.png"), url("../img/main-bg-r.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top center, top 1000px left 0, top 2600px right 0;
  background-size: 1200px 560px, 860px 1300px, 860px 1300px; }

.event-shl {
  font-size: 24px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .event-shl {
      font-size: 20px; } }
.event-lede {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.75; }
  @media screen and (max-width: 767px) {
    .event-lede {
      font-size: 14px; } }
  .event-lede-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .event-lede-wrap {
        width: 95%;
        display: block; } }
  .event-lede-txt {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .event-lede-txt {
        font-size: 14px; } }
.event-pic {
  width: 220px;
  height: 220px; }
  @media screen and (max-width: 767px) {
    .event-pic {
      margin: 24px auto 0;
      display: block; } }
.event-list li {
  margin-top: 20px;
  padding: 20px 25px;
  border: solid 1px #878c93;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .event-list li {
      padding: 15px 25px;
      margin-top: 15px; } }
.event-list-hl {
  width: 80px; }
  @media screen and (max-width: 767px) {
    .event-list-hl {
      font-size: 15px; } }
.event-list-detail {
  width: calc(100% - 100px);
  padding-left: 30px;
  border-left: solid 1px #fff; }
  @media screen and (max-width: 767px) {
    .event-list-detail {
      font-size: 14px; } }

.cta {
  padding: 25px 0; }
  .cta-inner {
    text-align: center; }
  .cta-btn {
    width: 80%;
    max-width: 320px;
    margin: 0 auto;
    padding: 12px 0;
    display: inline-block;
    background: linear-gradient(#24bda2, #0fa343);
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all .2s linear; }
    @media screen and (max-width: 767px) {
      .cta-btn {
        font-size: 16px; } }
    .cta-btn:hover {
      opacity: .7; }
    .cta-btn-inner::before {
      content: url("../img/icon-entry.svg");
      display: inline-block;
      width: 18px;
      margin-right: 10px; }

.news-list li {
  margin-top: 20px;
  padding: 20px 25px;
  background-color: #161c2e;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .news-list li {
      display: block; } }
  .news-list li:first-child {
    margin-top: 0; }
  .news-list li time {
    width: 100px;
    font-family: "Product Sans Medium", sans-serif;
    font-size: 16px; }
.news-detail {
  width: calc(100% - 120px); }
  @media screen and (max-width: 767px) {
    .news-detail {
      width: 100%; } }
  .news-detail-hl {
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .news-detail-hl {
        margin-top: 6px;
        font-size: 16px; } }
  .news-detail-txt {
    margin-top: 6px; }
    @media screen and (max-width: 767px) {
      .news-detail-txt {
        font-size: 14px; } }

.agenda-item {
  margin-top: 30px;
  background-color: #161c2e;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden; }
  .agenda-item:first-child {
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    .agenda-item:last-child .agenda-item-lede {
      padding-bottom: 20px; } }
  .agenda-item-session {
    margin-top: 30px;
    background-color: #161c2e;
    border-radius: 6px; }
    .agenda-item-session .agenda-hl-wrap {
      padding-bottom: 20px;
      background-color: #00abdc;
      border-radius: 6px 6px 0 0; }
    .agenda-item-session .agenda-hl {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: flex-start; }
      @media screen and (max-width: 767px) {
        .agenda-item-session .agenda-hl {
          display: block; } }
    .agenda-item-session .agenda-hl-txt {
      width: calc(100% - 120px); }
      @media screen and (max-width: 767px) {
        .agenda-item-session .agenda-hl-txt {
          width: 100%;
          display: block; } }
    .agenda-item-session .agenda-profile {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; }
      .agenda-item-session .agenda-profile-wrap {
        width: calc(100% - 130px); }
        @media screen and (max-width: 767px) {
          .agenda-item-session .agenda-profile-wrap {
            width: calc(100% - 100px); } }
    .agenda-item-session .agenda-profile-item {
      width: 100%;
      margin-top: 30px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .agenda-item-session .agenda-profile-item {
          width: 100%;
          margin-top: 20px; } }
    .agenda-item-session .agenda-profile-item-multi {
      width: 47.5%;
      margin-top: 30px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .agenda-item-session .agenda-profile-item-multi {
          width: 100%;
          margin-top: 20px; } }
    .agenda-item-session .agenda-item-lede {
      margin-top: 30px;
      padding-bottom: 0; }
      @media screen and (max-width: 767px) {
        .agenda-item-session .agenda-item-lede {
          margin-top: 20px; } }
    .agenda-item-session .agenda-profile-company {
      font-size: 15px; }
      @media screen and (max-width: 767px) {
        .agenda-item-session .agenda-profile-company {
          font-size: 14px; } }
      .agenda-item-session .agenda-profile-company-single {
        display: inline-block; }
        @media screen and (max-width: 767px) {
          .agenda-item-session .agenda-profile-company-single {
            display: block; } }
    .agenda-item-session .agenda-profile-position {
      margin-left: 0;
      font-size: 15px; }
      @media screen and (max-width: 767px) {
        .agenda-item-session .agenda-profile-position {
          font-size: 14px; } }
      .agenda-item-session .agenda-profile-position-single {
        margin-left: 15px;
        display: inline-block; }
        @media screen and (max-width: 767px) {
          .agenda-item-session .agenda-profile-position-single {
            margin-left: 0;
            display: block; } }
    .agenda-item-session .agenda-profile-name {
      margin-left: 0;
      font-size: 18px;
      font-weight: bold;
      line-height: 2; }
      @media screen and (max-width: 767px) {
        .agenda-item-session .agenda-profile-name {
          font-size: 15px; } }
      .agenda-item-session .agenda-profile-name-single {
        margin-left: 15px;
        display: inline-block; }
        @media screen and (max-width: 767px) {
          .agenda-item-session .agenda-profile-name-single {
            margin-left: 0;
            display: block; } }
  .agenda-item-lede {
    margin-top: 10px;
    padding: 0 30px 30px;
    font-size: 15px;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .agenda-item-lede {
        margin-top: 4px;
        padding: 0 25px;
        font-size: 14px; } }
.agenda-hl {
  width: 85%;
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    .agenda-hl {
      width: 100%; } }
  .agenda-hl-wrap {
    width: 100%;
    padding: 20px 25px 5px;
    display: flex;
    flex-wrap: wrap; }
    .agenda-hl-wrap > time {
      width: 15%;
      position: relative;
      font-family: "Product Sans Medium", sans-serif;
      font-size: 18px;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .agenda-hl-wrap > time {
          width: 100%; } }
      .agenda-hl-wrap > time::before {
        content: url("../img/icon-clock.png");
        margin-right: 6px;
        display: inline-block; }
    .agenda-hl-wrap-greeting {
      padding: 20px 25px; }
.agenda-cate {
  width: 130px;
  margin-top: 3px;
  margin-right: 12px;
  padding: 2px 0;
  border: solid 1px #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 11px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .agenda-cate {
      display: inline-block;
      margin-right: 0;
      margin-bottom: 4px; } }
.agenda-profile {
  width: 100%;
  padding: 0 30px 20px 30px; }
  @media screen and (max-width: 767px) {
    .agenda-profile {
      padding: 0 25px 20px 25px; } }
  .agenda-profile-item {
    width: 100%;
    margin-top: 4px;
    display: flex;
    justify-content: flex-start;
    font-size: 15px;
    letter-spacing: -.5px;
    line-height: 1.75; }
    @media screen and (max-width: 767px) {
      .agenda-profile-item {
        width: 100%;
        margin-left: 0;
        display: block;
        font-size: 14px; } }
  .agenda-profile-pic {
    width: 100px;
    height: 100px;
    margin-right: 30px;
    display: block; }
    @media screen and (max-width: 767px) {
      .agenda-profile-pic {
        width: 80px;
        height: 80px;
        margin-right: 20px; } }
  .agenda-profile-position {
    margin-left: 20px; }
    @media screen and (max-width: 767px) {
      .agenda-profile-position {
        margin-left: 0; } }
  .agenda-profile-name {
    margin-left: 20px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .agenda-profile-name {
        margin-left: 0; } }
  .agenda-profile-txt {
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .agenda-profile-txt {
        font-size: 13px; } }

.attention-list {
  margin-left: 20px; }
  @media screen and (max-width: 767px) {
    .attention-list {
      padding-right: 30px; } }
  .attention-list li {
    margin-top: 1em; }
    .attention-list li:first-child {
      margin-top: 0; }
    .attention-list li::before {
      content: "・";
      display: inline-block;
      margin-left: -16px; }
.attention-txt {
  display: inline; }
  @media screen and (max-width: 767px) {
    .attention-txt {
      font-size: 14px; } }

.partner-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around; }
  @media screen and (max-width: 767px) {
    .partner-list {
      display: block; } }
.partner-item {
  width: 30%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .partner-item {
      width: 100%;
      margin-top: 40px; } }
  @media screen and (max-width: 767px) {
    .partner-item:first-child {
      margin-top: 0; } }
  .partner-item img {
    width: 100%; }
  .partner-item:nth-child(1) img {
    max-width: 200px; }
    @media screen and (max-width: 767px) {
      .partner-item:nth-child(1) img {
        max-width: 160px; } }
  .partner-item:nth-child(2) img {
    max-width: 236px; }
    @media screen and (max-width: 767px) {
      .partner-item:nth-child(2) img {
        max-width: 180px; } }
  .partner-item:nth-child(3) img {
    max-width: 240px; }
    @media screen and (max-width: 767px) {
      .partner-item:nth-child(3) img {
        max-width: 180px; } }
.partner-logo {
  display: inline-block; }

.report .partner {
  margin-top: 60px; }

.footer {
  width: 100%;
  margin-top: 60px;
  padding: 40px 0;
  border-top: solid 1px #fff; }
  @media screen and (max-width: 767px) {
    .footer {
      margin-top: 50px;
      padding: 30px 0; } }
  .footer-logo {
    width: 300px;
    margin: 0 auto;
    display: block; }
  .footer-copy {
    margin-top: 30px;
    font-size: 12px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .footer-copy {
        margin-top: 0; } }

.floating_cta {
  position: fixed;
  bottom: 180px;
  right: 20px;
  z-index: 20; }

.floating_cta_img {
  display: block;
  transition: 0.3s; }

.floating_cta_close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0px;
  top: -33px;
  cursor: pointer;
  background-color: #000; }

.floating_cta_close span:nth-of-type(1) {
  position: absolute;
  top: 15px;
  right: 3px;
  width: 26px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg); }

.floating_cta_close span:nth-of-type(2) {
  position: absolute;
  top: 3px;
  right: 15px;
  width: 2px;
  height: 26px;
  background-color: #fff;
  transform: rotate(45deg); }

.floating_cta a:hover {
  opacity: 0.7; }

.floating_cta.js_close {
  display: none; }
