@charset "UTF-8";
/* resset.dev • v5.0.2
https://github.com/filipelinhares/ress
*/
/* # =================================================================
   # Global selectors
   # ================================================================= */
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;
}

::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 */
  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: 62%; /* Set font-size to 62% 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 */
}

iframe {
  border-style: none;
}

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

[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;
}

/* 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 */
}

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

/* # =================================================================
     # 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;
}

/* サイト共通設定
----------------------------------------*/
/* 変数
----------------------------------------*/
/* color
----------------------------------------*/
/* font
----------------------------------------*/
/* breakpoint
----------------------------------------*/
/* 関数
----------------------------------------*/
* {
  position: relative;
}

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

ol,
ul {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 1024px) {
  :root {
    font-size: 0.9766vw;
  }
}
@media screen and (max-width: 767px) {
  :root {
    font-size: 2.6042vw;
  }
}

body {
  width: 100%;
  background-color: #fff;
  color: #222;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.56;
  margin: 8.4rem 0 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  body {
    margin-top: 7rem;
  }
  body.nav-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  body.filter-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  body .filter-open-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2000;
  }
}
@media screen and (min-width: 768px) {
  body.filter-open {
    top: auto !important;
  }
}
body.modal-open {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
}

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

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

@media screen and (max-width: 1024px) {
  .pc-lg-only {
    display: none !important;
  }
}

.mb-none {
  margin-bottom: 0 !important;
}

.mt-none {
  margin-top: 0 !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: 300ms;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

[data-fit=true] {
  overflow: hidden;
}
[data-fit=true] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ruby {
  line-height: 2.5;
}
ruby rt {
  font-size: 1rem;
  font-weight: 400;
}

/* beyondcommunicationページ
header エリア
----------------------------------------*/
.p-beyondcommunication {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication.open {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
  }
}
.p-beyondcommunication main {
  overflow: hidden;
}
.p-beyondcommunication main .text-bold {
  font-weight: 700;
}
.p-beyondcommunication__header {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2rem);
  -webkit-backdrop-filter: blur(2rem);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 1.9rem 2rem;
  font-feature-settings: "palt";
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__header {
    padding: 1.6rem 1.7rem 1.6rem 2rem;
    height: 7rem;
    transition: background 0.5s;
  }
  .open .p-beyondcommunication__header {
    background: #fff;
  }
}
.p-beyondcommunication__header-inner {
  max-width: 128rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-beyondcommunication__header-logo {
  width: 18.9rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__header-logo {
    width: 11.37rem;
  }
}
.p-beyondcommunication__header-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__header-btn {
    display: block;
    width: 3.2rem;
    height: 3rem;
    margin-bottom: 0.2rem;
  }
  .p-beyondcommunication__header-btn::before, .p-beyondcommunication__header-btn::after {
    content: "";
  }
  .p-beyondcommunication__header-btn::before, .p-beyondcommunication__header-btn::after,
  .p-beyondcommunication__header-btn span {
    display: block;
    background: #15315C;
    height: 0.2rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.3rem;
    transition: top 0.5s, transform 0.5s, opacity 0.5s;
  }
  .open .p-beyondcommunication__header-btn::before, .open .p-beyondcommunication__header-btn::after,
  .open .p-beyondcommunication__header-btn span {
    width: 3.7rem;
    top: 1.3rem;
    left: -0.5rem;
    transform: rotate(45deg);
  }
  .p-beyondcommunication__header-btn span {
    top: 1.4rem;
  }
  .open .p-beyondcommunication__header-btn span {
    top: 1.3rem;
    transform: rotate(-45deg);
    opacity: 0;
  }
  .p-beyondcommunication__header-btn::after {
    top: 2.5rem;
  }
  .open .p-beyondcommunication__header-btn::after {
    top: 1.3rem;
    transform: rotate(-45deg);
  }
}

/* beyondcommunicationページ
gnav エリア
----------------------------------------*/
@media screen and (max-width: 767px) {
  .p-beyondcommunication__gnav {
    position: fixed;
    top: 7rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
  }
  .open .p-beyondcommunication__gnav {
    opacity: 1;
    pointer-events: all;
  }
}
.p-beyondcommunication__gnav-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__gnav-list {
    display: block;
    background: #fff;
    margin-top: -0.1rem;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0 1.6rem 4rem;
  }
}
.p-beyondcommunication__gnav-list li:not(.p-beyondcommunication__gnav-btn) {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0.1rem 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__gnav-list li:not(.p-beyondcommunication__gnav-btn) {
    font-size: 1.8rem;
    margin: 0;
    border-top: 0.1rem solid #C2CBD8;
  }
  .p-beyondcommunication__gnav-list li:not(.p-beyondcommunication__gnav-btn):nth-last-of-type(2) {
    border-bottom: 0.1rem solid #C2CBD8;
  }
  .p-beyondcommunication__gnav-list li:not(.p-beyondcommunication__gnav-btn) a {
    display: block;
    padding: 1.74rem 1rem;
  }
  .p-beyondcommunication__gnav-list li:not(.p-beyondcommunication__gnav-btn) a::after {
    content: "";
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    border-top: 0.2rem solid #15278E;
    border-right: 0.2rem solid #15278E;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto;
  }
}
.p-beyondcommunication__gnav-btn {
  margin-left: 8rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__gnav-btn {
    margin: 2rem 0 0;
  }
}
.p-beyondcommunication__gnav-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.7rem;
  height: 3.6rem;
  overflow: hidden;
  border-radius: 1.8rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.4rem;
  background: url(../img/beyondcommunication/btn-bg-01.jpg) no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__gnav-btn a {
    width: 100%;
    height: 6rem;
    border-radius: 0.6rem;
    font-size: 1.6rem;
  }
}
.p-beyondcommunication__gnav-btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.8);
}
.p-beyondcommunication__gnav-btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: -75%;
  left: 0;
  right: 0;
  bottom: -75%;
  background: radial-gradient(ellipse at center, #209cff 27%, #222222 100%);
  transform: rotate(-45deg);
  opacity: 0;
  transition: 0.3s;
}
.p-beyondcommunication__gnav-btn a span {
  display: block;
  position: relative;
  z-index: 10;
}
.p-beyondcommunication__gnav-btn a:hover {
  opacity: 1;
}
.p-beyondcommunication__gnav-btn a:hover::after {
  opacity: 0.88;
}

/* beyondcommunicationページ
main エリア
----------------------------------------*/
.p-beyondcommunication__main {
  padding: 8.5rem 0 10rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__main {
    padding: 7.8rem 0 1.5rem;
  }
}
.p-beyondcommunication__main::before {
  content: "";
  display: block;
  width: 294rem;
  height: 294rem;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 147rem);
  top: -206.2rem;
  background: linear-gradient(100deg, #fff 40%, #CBD3E1 80%);
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__main::before {
    width: 87.8rem;
    height: 87.8rem;
    left: calc(50% - 43.9rem);
    top: -34rem;
  }
}
.p-beyondcommunication__main-logo {
  max-width: 73.3rem;
  height: 55.7rem;
  margin: 0 auto;
  padding: 19.5rem 13rem 0 0;
  left: 2.9rem;
  background: url(../img/beyondcommunication/main-bg-01.png) no-repeat left top/100% auto;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__main-logo {
    width: 35.548rem;
    height: 27rem;
    left: 0.9rem;
    margin: 0 auto;
    padding: 9.5rem 0 0 2.3rem;
  }
}
.p-beyondcommunication__main-logo img {
  max-width: 50.7rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__main-logo img {
    max-width: 24.52rem;
    margin: 0;
  }
}
.p-beyondcommunication__main-date {
  font-size: 4.384rem;
  font-weight: 500;
  text-align: center;
  margin-top: -0.2rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__main-date {
    font-size: 3rem;
    margin-top: 1rem;
  }
}
.p-beyondcommunication__main-date span {
  font-size: 2.4rem;
  margin-left: 0.5rem;
  vertical-align: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__main-date span {
    font-size: 1.685rem;
    margin-left: 0.3rem;
  }
}
.p-beyondcommunication__main-place {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin: -1.2rem 0 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__main-place {
    margin: -1.1rem 0 1.6rem;
    font-size: 1.123rem;
  }
}
.p-beyondcommunication__main-place span {
  font-size: 2.11rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__main-place span {
    font-size: 1.481rem;
    vertical-align: -0.1rem;
  }
}
.p-beyondcommunication__main-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42rem;
  height: 6.4rem;
  border-radius: 3.2rem;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding-right: 3.6rem;
  margin: 0 auto;
  background: url(../img/beyondcommunication/btn-bg-01.jpg) no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__main-btn {
    width: 17.6rem;
    height: 5.4rem;
    font-size: 1.4rem;
    border-radius: 2.7rem;
    padding-right: 0;
    letter-spacing: 0;
  }
}
.p-beyondcommunication__main-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.8);
}
.p-beyondcommunication__main-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -8%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  padding-top: 80%;
  background: radial-gradient(ellipse at center, #209cff 33%, rgba(34, 34, 34, 0.2) 70%);
  transform: rotate(-45deg);
  opacity: 0;
  transition: 0.3s;
}
.p-beyondcommunication__main-btn span {
  display: block;
  position: relative;
  z-index: 10;
}
.p-beyondcommunication__main-btn span::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: -5rem;
  top: -0.2rem;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__main-btn span::after {
    display: none;
  }
}
.p-beyondcommunication__main-btn:hover {
  opacity: 1;
}
.p-beyondcommunication__main-btn:hover::after {
  opacity: 0.88;
}

/* beyondcommunicationページ
logo エリア
----------------------------------------*/
.p-beyondcommunication__logo {
  padding: 5.3rem 2rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__logo {
    padding: 5.7rem 2rem 0;
    margin-bottom: -1.7rem;
  }
}
.p-beyondcommunication__logo-inner {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__logo-inner {
    max-width: 33.5rem;
    margin: 0 auto;
    gap: 1.2rem;
  }
}
.p-beyondcommunication__logo-inner figure {
  max-width: 21rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__logo-inner figure {
    max-width: 14.25rem;
  }
}

/* beyondcommunicationページ
concept エリア
----------------------------------------*/
.p-beyondcommunication__concept {
  text-align: center;
  padding: 10.1rem 2rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__concept {
    padding: 7rem 2rem 0;
  }
}
.p-beyondcommunication__concept::before {
  content: "";
  display: block;
  width: 41.5rem;
  height: 41.5rem;
  background: url(../img/beyondcommunication/concept-circle-bg-01.png) no-repeat left top/100% auto;
  position: absolute;
  top: 12.7rem;
  left: calc(50% + 48rem);
}
.p-beyondcommunication__concept-title {
  padding-top: 8.4rem;
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__concept-title {
    padding-top: 1.7rem;
    margin-bottom: 2.5rem;
  }
}
.p-beyondcommunication__concept-title span {
  font-weight: 600;
}
.p-beyondcommunication__concept-title span:nth-child(1) {
  font-size: 15rem;
  line-height: 1;
  font-weight: 600;
  color: #f1f3f6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__concept-title span:nth-child(1) {
    font-size: 4.8rem;
  }
}
.p-beyondcommunication__concept-title span:nth-child(2) {
  font-size: 3.2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__concept-title span:nth-child(2) {
    font-size: 1.8rem;
  }
}
.p-beyondcommunication__concept-subtitle {
  font-size: 3.2rem;
  color: #15278E;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__concept-subtitle {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0;
    margin-bottom: 2.2rem;
  }
}
.p-beyondcommunication__concept-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__concept-text {
    width: 33.6rem;
    margin: 0 auto;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-beyondcommunication__concept-text p + p {
  margin-top: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__concept-text p + p {
    margin-top: 2.4rem;
  }
}

/* beyondcommunicationページ
speakers エリア
----------------------------------------*/
.p-beyondcommunication__speakers {
  margin: 3.7rem 0 -13rem;
  padding: 10rem 2rem 0.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__speakers {
    padding: 7rem 2.2rem 0.2rem;
    margin: 0.3rem 0 0;
  }
}
.p-beyondcommunication__speakers-title {
  text-align: center;
  padding-top: 8.4rem;
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__speakers-title {
    padding-top: 1.7rem;
    margin-bottom: 2.6rem;
  }
}
.p-beyondcommunication__speakers-title span {
  font-weight: 600;
}
.p-beyondcommunication__speakers-title span:nth-child(1) {
  font-size: 15rem;
  line-height: 1;
  font-weight: 600;
  color: #f1f3f6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__speakers-title span:nth-child(1) {
    font-size: 4.8rem;
  }
}
.p-beyondcommunication__speakers-title span:nth-child(2) {
  font-size: 3.2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__speakers-title span:nth-child(2) {
    font-size: 1.8rem;
  }
}
.p-beyondcommunication__speakers-list {
  max-width: 110rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__speakers-list {
    gap: 2rem 1rem;
  }
}
.p-beyondcommunication__speakers-list li {
  background: url(../img/beyondcommunication/speakers-bg-03.png) no-repeat top/cover;
  width: calc((100% - 5.6rem) / 3);
  display: flex;
  padding: 1.2rem 1.2rem 4.2rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__speakers-list li {
    width: 100%;
    padding: 1.1rem 1.1rem 2.8rem;
  }
}
.p-beyondcommunication__speakers-list li figure {
  max-width: 13rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__speakers-list li figure {
    max-width: 12.4rem;
  }
}
.p-beyondcommunication__speakers-list li:nth-child(2n) {
  background: url(../img/beyondcommunication/speakers-bg-04.png) no-repeat top/cover;
}
.p-beyondcommunication__speakers-txt {
  color: #fff;
  padding: 0 0 3.5rem 1.25rem;
  width: calc(100% - 13rem);
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__speakers-txt {
    padding: 0 0 3.3rem 1.2rem;
    width: calc(100% - 12.4rem);
  }
}
.p-beyondcommunication__speakers-txt-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-content: center;
}
.p-beyondcommunication__speakers-name {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__speakers-name {
    font-size: 2.1rem;
    margin-bottom: 1.2rem;
  }
}
.p-beyondcommunication__speakers-name span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  margin-left: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__speakers-name span {
    font-size: 1.3rem;
  }
}
.p-beyondcommunication__speakers-post {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__speakers-post {
    font-size: 1.3rem;
  }
}
.p-beyondcommunication__speakers-post span {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  margin-top: 0.6rem;
}
.p-beyondcommunication__speakers-btn {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 1.25rem;
  cursor: pointer;
  width: min(13.6363636364vw, 15rem);
  aspect-ratio: 150/35;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10rem;
  font-size: min(1.2727272727vw, 1.4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-beyondcommunication__speakers-btn {
    transition: 300ms;
  }
  .p-beyondcommunication__speakers-btn:hover {
    background-color: #fff;
    color: #6E8ABD;
  }
  .p-beyondcommunication__speakers-btn:hover::after {
    filter: invert(54%) sepia(38%) saturate(455%) hue-rotate(180deg) brightness(92%) contrast(88%);
  }
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__speakers-btn {
    width: 14.4rem;
    aspect-ratio: 144/33;
    font-size: 1.3rem;
  }
}
.p-beyondcommunication__speakers-btn.timetable-room {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  padding-right: 2.5rem;
}
.p-beyondcommunication__speakers-btn.timetable-room::after {
  background-image: url("../img/beyondcommunication/btn_arrow01.svg");
}
.p-beyondcommunication__speakers-btn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../img/beyondcommunication/btn_arrow01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 50%;
  right: min(1.5789473684vw, 1.8rem);
  transform: translate(0, -50%);
  width: min(1.1403508772vw, 1.3rem);
  aspect-ratio: 13/15;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__speakers-btn::after {
    right: 1.8rem;
    width: 1.3rem;
  }
}
.p-beyondcommunication__speakers + .p-beyondcommunication__timetable::before {
  top: -20.6rem;
  width: 480rem;
  height: 480rem;
  left: calc(50% - 238.2rem);
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__speakers + .p-beyondcommunication__timetable::before {
    width: 370rem;
    height: 370rem;
    left: calc(50% - 180.8rem);
    top: 0;
  }
}
.p-beyondcommunication__speakers + .p-beyondcommunication__timetable .p-beyondcommunication__timetable-title::before {
  top: -101.2rem;
}

/* beyondcommunicationページ
timetable エリア
----------------------------------------*/
.p-beyondcommunication__timetable {
  margin-top: 19.6rem;
  padding: 10.1rem 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable {
    margin: 8.4rem 0 1.5rem;
    padding: 7rem 2rem 0;
  }
}
.p-beyondcommunication__timetable::before {
  content: "";
  display: block;
  width: 266.4rem;
  /*height: 266rem;*/
  height: 290rem;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 133.2rem);
  top: -11rem;
  background: linear-gradient(90deg, #fff 10%, #cbd3e1 70%);
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable::before {
    background: linear-gradient(100deg, #fff 10%, #cbd3e1 70%);
    width: 178.1rem;
    /*height: 177.6rem;*/
    height: 208rem;
    left: calc(50% - 89.05rem);
    top: -2.6rem;
  }
}
.p-beyondcommunication__timetable-title {
  text-align: center;
  padding-top: 8.4rem;
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-title {
    padding-top: 1.7rem;
    margin-bottom: 2.5rem;
  }
}
.p-beyondcommunication__timetable-title::before, .p-beyondcommunication__timetable-title::after {
  content: "";
  display: block;
  width: 28rem;
  height: 28rem;
  background: url(../img/beyondcommunication/timetable-circle-bg-01.png) no-repeat left top/100% auto;
  position: absolute;
  top: -23rem;
  left: calc(50% - 78.6rem);
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-title::before, .p-beyondcommunication__timetable-title::after {
    display: none;
  }
}
.p-beyondcommunication__timetable-title::after {
  content: "";
  display: block;
  width: 35.3rem;
  height: 35.3rem;
  background: url(../img/beyondcommunication/timetable-circle-bg-02.png) no-repeat left top/100% auto;
  position: absolute;
  top: 6.5rem;
  left: calc(50% + 41.2rem);
}
.p-beyondcommunication__timetable-title span {
  font-weight: 600;
}
.p-beyondcommunication__timetable-title span:nth-child(1) {
  font-size: 15rem;
  line-height: 1;
  font-weight: 600;
  color: #f1f3f6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-title span:nth-child(1) {
    color: #fff;
    opacity: 0.9;
    font-size: 4.8rem;
  }
}
.p-beyondcommunication__timetable-title span:nth-child(2) {
  font-size: 3.2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-title span:nth-child(2) {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #timetable .p-beyondcommunication__timetable-title span:nth-child(1) {
    color: #F1F3F6;
  }
}
.p-beyondcommunication__timetable-room {
  max-width: 110rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-room {
    max-width: 33.5rem;
  }
}
.p-beyondcommunication__timetable-room a {
  display: block;
  pointer-events: none;
  text-align: center;
  font-size: 1.87rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  background: linear-gradient(to right, #0a1b7a 0%, #2e43b9 100%);
  color: #fff;
  border-radius: 1.3rem 1.3rem 0 0;
  padding: 1.35rem 0;
  backdrop-filter: blur(2rem);
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-room a {
    pointer-events: all;
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 1.2rem 0;
  }
  .p-beyondcommunication__timetable-room a:not(.current) {
    background: #d2d8e2 !important;
    color: #222 !important;
  }
}
.p-beyondcommunication__timetable-room a[href="#blakeout_a"] {
  background: linear-gradient(to right, #003d67 0%, #0a67a6 100%);
  box-shadow: inset 0px -2rem 2rem rgba(0, 61, 103, 0.3);
}
.p-beyondcommunication__timetable-room a[href="#blakeout_b"] {
  background: linear-gradient(to right, #00aef6 0%, #0cb5dd 100%);
  box-shadow: inset 0px -2rem 2rem rgba(0, 137, 208, 0.3);
}
.p-beyondcommunication__timetable-room.fixed {
  position: fixed;
  top: 10.2rem;
  left: 0;
  right: 0;
  z-index: 999;
  transition: opacity 0.3s ease;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-room.fixed {
    top: 7.7rem;
    display: block;
  }
}
.p-beyondcommunication__timetable-room.fixed.hidden {
  opacity: 0;
  pointer-events: none;
}
.p-beyondcommunication__timetable-room.fixed a {
  border-radius: 10rem;
  background: linear-gradient(to right, rgba(10, 27, 122, 0.5) 0%, rgba(46, 67, 185, 0.5) 100%);
}
.p-beyondcommunication__timetable-room.fixed a[href="#blakeout_a"] {
  background: linear-gradient(to right, rgba(0, 61, 103, 0.5) 0%, rgba(10, 103, 166, 0.5) 100%);
}
.p-beyondcommunication__timetable-room.fixed a[href="#blakeout_b"] {
  background: linear-gradient(to right, rgba(0, 174, 246, 0.5) 0%, rgba(12, 181, 221, 0.5) 100%);
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-room.fixed a {
    display: none;
  }
  .p-beyondcommunication__timetable-room.fixed a.current {
    display: block;
  }
}
.p-beyondcommunication__timetable-list {
  max-width: 110rem;
  margin: 0 auto;
  border-radius: 0 0 1.3rem 1.3rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem;
  font-feature-settings: "palt";
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-list {
    max-width: 33.5rem;
    display: block;
  }
}
.p-beyondcommunication__timetable-list-item {
  color: #fff;
  background: #C2CBD8 !important;
}
.p-beyondcommunication__timetable-list-item li {
  background: linear-gradient(to right, rgba(10, 27, 122, 0.9) 0%, rgba(46, 67, 185, 0.9) 100%);
  height: 17.7rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding: 2rem 2rem 3rem;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-list-item li {
    height: 16.153rem;
    padding: 2rem 1.5rem 2rem;
  }
}
.p-beyondcommunication__timetable-list-item li.reception {
  background: #fff !important;
  color: #222222;
}
.p-beyondcommunication__timetable-list-item li:first-child {
  /*height: 19.5rem;*/
  height: 54.3rem;
  /*padding-top: 4rem;*/
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-list-item li:first-child {
    /*padding-top: 1.8rem;*/
    /*height: 11.35rem;*/
    /*background: #fff !important;
    color: #222;*/
    height: auto;
  }
}
.p-beyondcommunication__timetable-list-item li:first-child .p-beyondcommunication__timetable-name {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-list-item li:first-child .p-beyondcommunication__timetable-name {
    margin-bottom: 2rem;
  }
}
.p-beyondcommunication__timetable-list-item li:last-child {
  background: #fdfdfe !important;
  color: #15278e;
  height: 12.4rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-list-item li:last-child {
    background: #fff !important;
    color: #222;
    height: 11.35rem;
    padding-bottom: 1.9rem;
  }
}
.p-beyondcommunication__timetable-list-item li:nth-child(2), .p-beyondcommunication__timetable-list-item li:nth-child(3), .p-beyondcommunication__timetable-list-item li:nth-child(4) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-list-item li:nth-child(2), .p-beyondcommunication__timetable-list-item li:nth-child(3), .p-beyondcommunication__timetable-list-item li:nth-child(4) {
    margin-bottom: 1.2rem;
  }
}
.p-beyondcommunication__timetable-list-item li.adjust_height01 {
  height: 43rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-list-item li.adjust_height01 {
    height: auto;
  }
}
.p-beyondcommunication__timetable-list-item li.click {
  background: linear-gradient(to right, #0A1B7A 0%, #3800C6 50%, #C65E91 100%);
}
.p-beyondcommunication__timetable-list-item#main_hall li:has(.p-beyondcommunication__timetable-btn):hover {
  background: linear-gradient(to right, #0A1B7A 0%, #3800C6 50%, #C65E91 100%);
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-list-item#blakeout_a {
    display: none;
  }
}
.p-beyondcommunication__timetable-list-item#blakeout_a li {
  background: linear-gradient(to right, #003d67 0%, #0a67a6 100%);
}
.p-beyondcommunication__timetable-list-item#blakeout_a li:has(.p-beyondcommunication__timetable-btn):hover {
  background: linear-gradient(to right, #00458E 0%, #0060C6 50%, #D38488 100%);
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-list-item#blakeout_b {
    display: none;
  }
}
.p-beyondcommunication__timetable-list-item#blakeout_b li {
  background: linear-gradient(to right, #00aef6 0%, #0cb5dd 100%);
}
.p-beyondcommunication__timetable-list-item#blakeout_b li:has(.p-beyondcommunication__timetable-btn):hover {
  background: linear-gradient(to right, #0080B5 0%, #0073FF 50%, #858DFF 100%);
}
.p-beyondcommunication__timetable-empty {
  background: #e1e6ec !important;
}
.p-beyondcommunication__timetable-time {
  font-size: 1.87rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-time {
    font-size: 1.7rem;
    margin-bottom: 0.8rem;
  }
}
.p-beyondcommunication__timetable-name {
  font-size: 2.496rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-name {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
.p-beyondcommunication__timetable-name span {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
  padding: 0 0.9rem;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.3rem;
}
.p-beyondcommunication__timetable-name .coming {
  background: none;
  padding: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-name .coming {
    font-size: 1.8rem;
  }
}
.p-beyondcommunication__timetable-special {
  max-width: 110rem;
  height: 20.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 1.2rem auto 0;
  border-radius: 1.3rem;
  background: linear-gradient(to right, rgba(42, 88, 143, 0.8) 0%, rgba(32, 156, 255, 0.8) 100%);
  color: #fff;
  text-align: center;
  font-size: 1.87rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 500;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-special {
    max-width: 33.5rem;
    height: 17.6rem;
    text-align: left;
    padding: 2rem 1.9rem;
    display: block;
    margin-top: 0;
    font-size: 1.7rem;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
}
.p-beyondcommunication__timetable-special p:first-child {
  font-size: 3.329rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-special p:first-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-special p span {
    display: block;
    font-size: 2.3rem;
    margin: 1rem 0;
    letter-spacing: 0;
  }
}
.p-beyondcommunication__timetable-speakerlist {
  display: flex;
  flex-flow: column;
  gap: min(0.9649122807vw, 11px) 0;
  margin-top: min(1.9298245614vw, 2.2rem);
  margin-bottom: min(1.1403508772vw, 13px);
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-speakerlist {
    gap: 1.1rem;
    margin-top: 1.2rem;
    margin-bottom: 1.5rem;
    /*padding-bottom: 2.8rem;*/
  }
  .p-beyondcommunication__timetable-speakerlist:last-child {
    padding-bottom: 0;
  }
}
.p-beyondcommunication__timetable-speaker {
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: flex;
  align-items: center;
  gap: 0 2.195%;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-speaker {
    gap: 0 0.8rem;
  }
}
.p-beyondcommunication__timetable-speaker figure {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-speaker figure {
    width: 8.8rem;
  }
}
.p-beyondcommunication__timetable-speaker p {
  flex: 1;
}
.p-beyondcommunication__timetable-speaker p .size-s {
  display: block;
  font-size: min(1.2280701754vw, 1.4rem);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-speaker p .size-s {
    font-size: 1.4rem;
  }
}
.p-beyondcommunication__timetable-speaker p .size-s > span {
  display: inline-block;
  font-size: min(1.0526315789vw, 1.2rem);
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-speaker p .size-s > span {
    font-size: 1.2rem;
  }
}
.p-beyondcommunication__timetable-speaker p .size-s > span.font-s {
  font-size: min(0.9649122807vw, 1.1rem);
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-speaker p .size-s > span.font-s {
    font-size: 1.1rem;
  }
}
.p-beyondcommunication__timetable-speaker p .size-l {
  font-size: min(1.9298245614vw, 2.2rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-speaker p .size-l {
    font-size: 2.2rem;
  }
}
.p-beyondcommunication__timetable-speaker p .size-m {
  font-size: min(1.2280701754vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-speaker p .size-m {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.p-beyondcommunication__timetable-btn {
  /*position: absolute;
  z-index: 0;
  bottom: min(calc(30 / 1140 * 100vw), 3rem);
  left: min(calc(16 / 1140 * 100vw), 1.6rem);*/
  cursor: pointer;
  width: min(14.3859649123vw, 16.4rem);
  aspect-ratio: 164/46;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid #fff;
  font-size: min(1.5789473684vw, 1.8rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  padding-right: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-beyondcommunication__timetable-btn {
    transition: 300ms;
  }
  .p-beyondcommunication__timetable-btn:hover {
    background-color: #fff;
    color: #233288;
    opacity: 1;
  }
  .p-beyondcommunication__timetable-btn:hover::after {
    background-image: url("../img/beyondcommunication/btn_arrow02.svg");
  }
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-btn {
    /*bottom: 2rem;
    left: 1.4rem;*/
    width: 16.4rem;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
  }
}
.p-beyondcommunication__timetable-btn.timetable-room {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  padding-right: 2.5rem;
}
.p-beyondcommunication__timetable-btn.timetable-room::after {
  background-image: url("../img/beyondcommunication/btn_arrow01.svg");
}
.p-beyondcommunication__timetable-btn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../img/beyondcommunication/btn_arrow01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 50%;
  right: min(1.5789473684vw, 1.8rem);
  transform: translate(0, -50%);
  width: min(1.1403508772vw, 1.3rem);
  aspect-ratio: 13/15;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable-btn::after {
    right: 1.8rem;
    width: 1.3rem;
  }
}
.p-beyondcommunication__timetable-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  border-radius: 0.8rem;
  margin-top: 2rem;
}
.p-beyondcommunication__timetable-box-title {
  margin-bottom: 0.5rem;
}
.p-beyondcommunication__timetable-box-title span {
  background: linear-gradient(to right, rgb(10, 27, 122) 0%, rgb(56, 0, 198) 50%, rgb(198, 94, 145) 100%);
  border-radius: 0.3rem;
  padding: 0 0.9rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #FFF;
}
.p-beyondcommunication__timetable-box-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  color: #1C2F99;
}
@media screen and (min-width: 768px) {
  .p-beyondcommunication__timetable-keynote {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 110rem;
    max-width: 110rem;
    padding: 2rem;
    background: linear-gradient(to right, rgb(10, 27, 122) 0%, rgb(46, 67, 185) 100%);
    z-index: 10;
    text-align: center;
  }
  .p-beyondcommunication__timetable-keynote:has(.p-beyondcommunication__timetable-btn):hover {
    background: linear-gradient(to right, #0A1B7A 0%, #3800C6 50%, #C65E91 100%);
  }
  .p-beyondcommunication__timetable-keynote .p-beyondcommunication__timetable-speakerlist {
    flex-flow: row;
    gap: 2rem;
    justify-content: center;
  }
  .p-beyondcommunication__timetable-keynote .p-beyondcommunication__timetable-speaker {
    flex-flow: column;
  }
  .p-beyondcommunication__timetable-keynote .p-beyondcommunication__timetable-speaker figure {
    width: 8.8rem;
    margin-bottom: 0.8rem;
  }
  .p-beyondcommunication__timetable-keynote .p-beyondcommunication__timetable-speaker:nth-child(1), .p-beyondcommunication__timetable-keynote .p-beyondcommunication__timetable-speaker:nth-child(4) {
    width: 20%;
  }
  .p-beyondcommunication__timetable-keynote .p-beyondcommunication__timetable-name span {
    display: block;
  }
  .p-beyondcommunication__timetable-keynote .p-beyondcommunication__timetable-time {
    margin-top: 1rem;
  }
  .p-beyondcommunication__timetable-keynote .p-beyondcommunication__timetable-btn {
    margin-inline: auto;
  }
}
.p-beyondcommunication .p-beyondcommunication__timetable-empty02.adjust_height01,
.p-beyondcommunication .p-beyondcommunication__timetable-empty03 {
  background: #8A9DB5 !important;
}
@media screen and (min-width: 768px) {
  .p-beyondcommunication .p-beyondcommunication__timetable-empty03 .p-beyondcommunication__timetable-time {
    display: none;
  }
}

/* beyondcommunicationページ
map エリア
----------------------------------------*/
.p-beyondcommunication__map {
  text-align: center;
  padding: 9.8rem 2rem 25.7rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__map {
    padding: 7rem 2rem 10.4rem;
  }
}
.p-beyondcommunication__map::before {
  content: "";
  display: block;
  width: 46.6rem;
  height: 46.6rem;
  background: url(../img/beyondcommunication/map-circle-bg-01.png) no-repeat left top/100% auto;
  position: absolute;
  top: -13.5rem;
  left: calc(50% - 85.5rem);
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__map::before {
    display: none;
  }
}
.p-beyondcommunication__map-title {
  padding-top: 8.4rem;
  margin-bottom: 5.3rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__map-title {
    padding-top: 1.7rem;
    margin-bottom: 2.6rem;
  }
}
.p-beyondcommunication__map-title span {
  font-weight: 600;
}
.p-beyondcommunication__map-title span:nth-child(1) {
  font-size: 15rem;
  line-height: 1;
  font-weight: 600;
  color: #f1f3f6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__map-title span:nth-child(1) {
    color: #fff;
    font-size: 4.8rem;
  }
}
.p-beyondcommunication__map-title span:nth-child(2) {
  font-size: 3.2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__map-title span:nth-child(2) {
    font-size: 1.8rem;
  }
}
.p-beyondcommunication__map-img {
  max-width: 100.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__map-img {
    max-width: 33.6rem;
  }
}

/* beyondcommunicationページ
outline エリア
----------------------------------------*/
.p-beyondcommunication__outline {
  padding: 10rem 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__outline {
    padding: 7rem 2rem 1.4rem;
  }
}
.p-beyondcommunication__outline::before {
  content: "";
  display: block;
  width: 46.6rem;
  height: 46.6rem;
  background: url(../img/beyondcommunication/outline-circle-bg-01.png) no-repeat left top/100% auto;
  position: absolute;
  top: 36.5rem;
  left: calc(50% + 37.5rem);
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__outline::before {
    display: none;
  }
}
.p-beyondcommunication__outline-title {
  padding-top: 8.4rem;
  margin-bottom: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__outline-title {
    padding-top: 1.7rem;
    margin-bottom: 2.6rem;
  }
}
.p-beyondcommunication__outline-title span {
  font-weight: 600;
}
.p-beyondcommunication__outline-title span:nth-child(1) {
  font-size: 15rem;
  line-height: 1;
  font-weight: 600;
  color: #f1f3f6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__outline-title span:nth-child(1) {
    font-size: 4.8rem;
  }
}
.p-beyondcommunication__outline-title span:nth-child(2) {
  font-size: 3.2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__outline-title span:nth-child(2) {
    font-size: 1.8rem;
  }
}
.p-beyondcommunication__outline-list {
  max-width: 102.4rem;
  margin: 0 auto;
  border: 0.2rem solid #F1F3F6;
  border-radius: 1.3rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.5;
  display: grid;
  overflow: hidden;
  grid-template-columns: 24.6rem auto;
  font-feature-settings: "palt";
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(0.5rem);
  -webkit-backdrop-filter: blur(0.5rem);
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__outline-list {
    border-width: 0.1rem;
    max-width: 33.5rem;
    grid-template-columns: 9rem auto;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.p-beyondcommunication__outline-list dt {
  border-bottom: 0.1rem solid rgba(210, 216, 226, 0.5);
  background: linear-gradient(to right, #F1F3F6 0%, #fff 100%);
  padding: 1.5rem 3rem;
  min-height: 9.2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__outline-list dt {
    padding: 0.8rem 1.2rem;
    min-height: 5.6rem;
  }
}
.p-beyondcommunication__outline-list dt:nth-last-of-type(1) {
  border-bottom: none;
  min-height: 9rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__outline-list dt:nth-last-of-type(1) {
    min-height: 5.6rem;
  }
}
.p-beyondcommunication__outline-list dd {
  border-bottom: 0.1rem solid rgba(210, 216, 226, 0.5);
  padding: 1.5rem 3rem;
  min-height: 9.2rem;
  line-height: 1.18;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__outline-list dd {
    padding: 0.8rem 0.8rem 0.8rem 1.1rem;
    min-height: 5.6rem;
    line-height: 1.5;
  }
  .p-beyondcommunication__outline-list dd span {
    display: block;
    font-size: 1.2rem;
  }
}
.p-beyondcommunication__outline-list dd:nth-of-type(3) span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__outline-list dd:nth-of-type(3) span {
    font-size: 1.2rem;
  }
}
.p-beyondcommunication__outline-list dd:nth-last-of-type(1) {
  border-bottom: none;
  min-height: 9rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__outline-list dd:nth-last-of-type(1) {
    min-height: 5.6rem;
  }
}
.p-beyondcommunication__outline-note {
  max-width: 102.4rem;
  margin: 1.6rem auto 0;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #494949;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__outline-note {
    max-width: 33.5rem;
    line-height: 1.6;
    letter-spacing: 0;
    margin-top: 1rem;
  }
}
.p-beyondcommunication__outline-access {
  max-width: 102.4rem;
  margin: 7.7rem auto;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__outline-access {
    max-width: 33.5rem;
    margin: 5.8rem auto 0;
    font-family: inherit;
  }
}
.p-beyondcommunication__outline-access-map {
  margin-bottom: 2.8rem;
}
.p-beyondcommunication__outline-access-map iframe {
  width: 100%;
  height: 40rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__outline-access-map iframe {
    border-radius: 1.2rem;
    height: 20.4rem;
  }
}
.p-beyondcommunication__outline-access h3 {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__outline-access h3 {
    font-size: 2.2rem;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 1.8rem;
  }
}
.p-beyondcommunication__outline-access p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__outline-access p {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 1.6rem;
  }
}
.p-beyondcommunication__outline-access dl {
  display: flex;
  font-size: 1.8rem;
  gap: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__outline-access dl {
    display: block;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .p-beyondcommunication__outline-access dl dt {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.7rem;
  }
}

/* beyondcommunicationページ
application エリア
----------------------------------------*/
.p-beyondcommunication__application {
  text-align: center;
  padding: 10rem 0 10.8rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__application {
    padding: 7rem 0 0;
  }
}
.p-beyondcommunication__application::before {
  content: "";
  display: block;
  width: 41.5rem;
  height: 41.5rem;
  background: url(../img/beyondcommunication/map-circle-bg-01.png) no-repeat left top/100% auto;
  position: absolute;
  top: 34.5rem;
  left: calc(50% - 82.5rem);
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__application::before {
    display: none;
  }
}
.p-beyondcommunication__application-title {
  padding-top: 8.4rem;
  margin-bottom: 5.3rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__application-title {
    padding-top: 1.7rem;
    margin-bottom: 0;
  }
}
.p-beyondcommunication__application-title span {
  font-weight: 600;
}
.p-beyondcommunication__application-title span:nth-child(1) {
  font-size: 15rem;
  line-height: 1;
  font-weight: 600;
  color: #f1f3f6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__application-title span:nth-child(1) {
    font-size: 4.8rem;
  }
}
.p-beyondcommunication__application-title span:nth-child(2) {
  font-size: 3.2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__application-title span:nth-child(2) {
    font-size: 1.8rem;
  }
}
.p-beyondcommunication__application-form {
  max-width: 102.4rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 1.5rem;
  padding: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__application-form {
    padding-bottom: 3rem;
  }
}

/* beyondcommunicationページ
faq エリア
----------------------------------------*/
.p-beyondcommunication__faq {
  padding: 10rem 0 16rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__faq {
    padding: 7rem 0 9rem;
  }
}
.p-beyondcommunication__faq::before {
  content: "";
  display: block;
  width: 52.4rem;
  height: 52.4rem;
  background: url(../img/beyondcommunication/faq-circle-bg-01.png) no-repeat left top/100% auto;
  position: absolute;
  top: 15rem;
  left: calc(50% + 40.5rem);
}
.p-beyondcommunication__faq-title {
  padding-top: 8.4rem;
  margin-bottom: 5.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__faq-title {
    padding-top: 1.7rem;
    margin-bottom: 2.3rem;
  }
}
.p-beyondcommunication__faq-title span {
  font-weight: 600;
}
.p-beyondcommunication__faq-title span:nth-child(1) {
  font-size: 15rem;
  line-height: 1;
  font-weight: 600;
  color: #f1f3f6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__faq-title span:nth-child(1) {
    font-size: 4.8rem;
  }
}
.p-beyondcommunication__faq-title span:nth-child(2) {
  font-size: 3.2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__faq-title span:nth-child(2) {
    font-size: 1.8rem;
  }
}
.p-beyondcommunication__faq h3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__faq h3 {
    font-size: 1.8rem;
    margin-bottom: 2.7rem;
  }
}
.p-beyondcommunication__faq-box {
  max-width: 120rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2rem);
  -webkit-backdrop-filter: blur(2rem);
  border-radius: 1.3rem;
  padding: 3.5rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__faq-box {
    max-width: 33.5rem;
    padding: 0;
  }
}
.p-beyondcommunication__faq-box dl {
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__faq-box dl {
    margin-bottom: 2.8rem;
  }
}
.p-beyondcommunication__faq-box dl dt {
  border-top: 0.1rem solid #C2CBD8;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  padding: 2.3rem 6rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__faq-box dl dt {
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 2rem 2rem 2rem 4.2rem;
  }
}
.p-beyondcommunication__faq-box dl dt::before {
  content: "";
  display: block;
  width: 2.085rem;
  height: 2.4rem;
  background: url(../img/beyondcommunication/faq-icon-01.svg) no-repeat left top/100% auto;
  position: absolute;
  top: 2.1rem;
  left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__faq-box dl dt::before {
    top: 1.9rem;
    left: 0;
  }
}
.p-beyondcommunication__faq-box dl dt::after {
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.2rem solid #15278E;
  border-right: 0.2rem solid #15278E;
  transform: rotate(135deg);
  position: absolute;
  top: 2.4rem;
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__faq-box dl dt::after {
    top: 2rem;
    right: 0.2rem;
  }
}
.p-beyondcommunication__faq-box dl dt.open::after {
  transform: rotate(-45deg);
  top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__faq-box dl dt.open::after {
    top: 2.5rem;
  }
}
.p-beyondcommunication__faq-box dl dt.open + dd {
  transform: scaleY(1);
}
.p-beyondcommunication__faq-box dl dd {
  font-size: 1.8rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  transition: height 0.3s;
  overflow: hidden;
  height: 0;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__faq-box dl dd {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-beyondcommunication__faq-box dl dd p {
  padding: 1.1rem 4rem 1.9rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__faq-box dl dd p {
    padding: 1rem 0 5rem 4.2rem;
  }
}
.p-beyondcommunication__faq-box dl dd a {
  color: #15278E;
  font-weight: 600;
  display: block;
  width: fit-content;
  font-size: 1.6rem;
  margin-top: 2.6rem;
  padding-right: 1.6rem;
}
.p-beyondcommunication__faq-box dl dd a::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.2rem solid #15278E;
  border-right: 0.2rem solid #15278E;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0.2rem;
  bottom: 0;
  margin: auto 0;
}
.p-beyondcommunication__faq-contact {
  border-top: 0.1rem solid #C2CBD8;
  font-size: 1.8rem;
  padding: 2.8rem 4rem 10.5rem 2rem;
  margin-top: -3.7rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__faq-contact {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 2.8rem 0 11rem;
  }
}
.p-beyondcommunication__faq-contact h5 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__faq-contact h5 {
    font-size: 1.4rem;
  }
}
.p-beyondcommunication__faq-btn {
  max-width: 81rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.4rem;
  border-radius: 3.2rem;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding-right: 3.6rem;
  margin: 0 auto;
  font-feature-settings: "palt";
  background: url(../img/beyondcommunication/btn-bg-01.jpg) no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__faq-btn {
    max-width: 34rem;
    font-size: 1.4rem;
    height: 5.4rem;
    padding-right: 0;
    letter-spacing: 0;
  }
}
.p-beyondcommunication__faq-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.8);
}
.p-beyondcommunication__faq-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -8%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  padding-top: 80%;
  background: radial-gradient(ellipse at center, #209cff 33%, rgba(34, 34, 34, 0.2) 70%);
  transform: rotate(-45deg);
  opacity: 0;
  transition: 0.3s;
}
.p-beyondcommunication__faq-btn span {
  display: block;
  position: relative;
  z-index: 10;
}
.p-beyondcommunication__faq-btn span::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: -5rem;
  top: -0.2rem;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__faq-btn span::after {
    display: none;
  }
}
.p-beyondcommunication__faq-btn:hover {
  opacity: 1;
}
.p-beyondcommunication__faq-btn:hover::after {
  opacity: 0.88;
}

/* beyondcommunicationページ
footer エリア
----------------------------------------*/
.p-beyondcommunication__footer {
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  background: linear-gradient(90deg, #fff 0%, #CBD3E1 100%);
  padding: 28.1rem 0 7.3rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__footer {
    background: linear-gradient(180deg, #F1F3F6 0%, #fff 100%);
    padding: 8.4rem 0 7.3rem;
    font-family: inherit;
  }
}
.p-beyondcommunication__footer::before {
  content: "";
  display: block;
  width: 294rem;
  height: 294rem;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  left: calc(50% - 147rem);
  bottom: calc(100% - 19.1rem);
}
@media screen and (min-width: 1450px) {
  .p-beyondcommunication__footer::before {
    width: 110%;
    height: 43rem;
    left: -5%;
    right: -5%;
    border-radius: 0 0 100% 100%/0 0 150% 150%;
  }
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__footer::before {
    width: 124rem;
    height: 124rem;
    left: calc(50% - 62rem);
    bottom: calc(100% - 2.975rem);
  }
}
.p-beyondcommunication__footer-logo {
  width: 22rem;
  margin: 0 auto 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__footer-logo {
    width: 16.5rem;
    margin: 0 auto 5rem;
  }
}
.p-beyondcommunication__footer-nav {
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  margin-bottom: 3.9rem;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__footer-nav {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.p-beyondcommunication__footer-nav a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/beyondcommunication/icon-external.svg) no-repeat left top/100% auto;
  vertical-align: -0.4rem;
  margin-left: 0.4rem;
}
.p-beyondcommunication__footer-nav li {
  display: flex;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__footer-nav li {
    justify-content: center;
    margin-bottom: 1.45rem;
  }
}
.p-beyondcommunication__footer-copyright {
  text-align: center;
  font-size: 1.2rem;
}

/* beyondcommunicationページ
modal
----------------------------------------*/
.p-beyondcommunication__timetable .modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.p-beyondcommunication__timetable .modal.blakeout_a .modal-container {
  background: #003D67;
}
.p-beyondcommunication__timetable .modal.blakeout_b .modal-container {
  background: #0080B5;
}
.p-beyondcommunication__timetable .modal-container {
  width: 103.8rem;
  max-width: 90%;
  max-height: 90%;
  padding: 4rem 3rem;
  border-radius: 1.63rem;
  filter: drop-shadow(30px 30px 250px rgba(0, 0, 0, 0.25));
  border: 1px solid #8A9DB5;
  background: linear-gradient(90deg, #0A1B7A 0%, #2E43B9 100%);
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable .modal-container {
    max-width: 98%;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 3.2vw;
    border-radius: 2.1333333333vw;
    overflow-y: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-beyondcommunication__timetable .modal-container-inner {
    max-height: calc(90dvh - 8rem);
    overflow-y: auto;
  }
}
.p-beyondcommunication__timetable .modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
}
.p-beyondcommunication__timetable .modal-close {
  background: transparent;
  border: 0;
  outline: none;
  position: absolute;
  top: -3.4rem;
  right: -3.4rem;
  width: 6.4rem;
  height: 6.4rem;
  background: url(../img/beyondcommunication/btn_close.svg) no-repeat center center/100% 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable .modal-close {
    background-image: url(../img/beyondcommunication/btn_close_sp.svg);
    top: 4vw;
    right: 3.2vw;
    width: 5.6vw;
    height: 5.6vw;
  }
}
.p-beyondcommunication__timetable .modal-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable .modal-content {
    flex-direction: column;
  }
}
.p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-speakerlist {
  width: 44.5rem;
  max-width: 100%;
  /*max-height: calc(90dvh - 8rem);*/
  padding: 2.5rem;
  border-radius: 1.2rem;
  background: #e1e6ec;
  margin: 0;
  /*overflow-y: auto;*/
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-speakerlist {
    /*height: auto;*/
    padding: 5.3333333333vw 3.2vw;
    border-radius: 2.1333333333vw;
    flex: 1;
    gap: 1.79rem;
  }
}
.p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-speakerlist > p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-speakerlist > p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-speakerlist .p-beyondcommunication__timetable-speaker {
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: flex;
  align-items: center;
  gap: 0 2.195%;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-speakerlist .p-beyondcommunication__timetable-speaker {
    gap: 0 0.8rem;
  }
}
.p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-speakerlist .p-beyondcommunication__timetable-speaker figure {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-speakerlist .p-beyondcommunication__timetable-speaker figure {
    width: 10.6rem;
  }
}
.p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-speakerlist .p-beyondcommunication__timetable-speaker p {
  flex: 1;
}
.p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-speakerlist .p-beyondcommunication__timetable-speaker p .size-s {
  display: block;
  font-size: min(1.4035087719vw, 1.6rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-speakerlist .p-beyondcommunication__timetable-speaker p .size-s {
    font-size: 1.4rem;
  }
}
.p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-speakerlist .p-beyondcommunication__timetable-speaker p .size-s span {
  font-size: min(1.4035087719vw, 1.6rem);
  display: block;
  font-weight: 400;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-speakerlist .p-beyondcommunication__timetable-speaker p .size-s span {
    font-size: 1.1rem;
    margin-top: 0.4rem;
  }
}
.p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-speakerlist .p-beyondcommunication__timetable-speaker p .size-l {
  font-size: min(2.8070175439vw, 3.2rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-speakerlist .p-beyondcommunication__timetable-speaker p .size-l {
    font-size: 1.9rem;
    margin-top: 0.6rem;
  }
}
.p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-speakerlist .p-beyondcommunication__timetable-speaker p .size-m {
  font-size: min(1.9298245614vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-speakerlist .p-beyondcommunication__timetable-speaker p .size-m {
    font-size: 1.5rem;
  }
}
.p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-info {
  color: #fff;
  letter-spacing: 0.04em;
  max-width: 48.8rem;
}
@media screen and (min-width: 768px) {
  .p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-info {
    flex: 1;
  }
}
.p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-info .label {
  background-color: #fff;
  width: 15.8rem;
  aspect-ratio: 158/43;
  margin-bottom: 1.5rem;
  border-radius: 9.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #25348b;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-info .label {
    width: 9.4rem;
    font-size: 1.2rem;
  }
}
.p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-info .time {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-info .time {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
.p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-info .name {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-info .name {
    font-size: 2.2rem;
    margin-bottom: 0.863rem;
  }
}
.p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-info .name span {
  font-size: 2rem;
  letter-spacing: 0.04em;
  display: inline-block;
  padding: 1.2rem 0.9rem 0.9rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-info .name span {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 0.3rem 0.9rem;
    line-height: 1.7;
  }
}
.p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-info .situation {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-info .situation {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-info .situation h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.46rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-info .situation h3 {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 0.863rem;
  }
}
.p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-info .situation p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__timetable .modal-content .p-beyondcommunication__timetable-info .situation p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

/* beyondcommunicationページ
sponsor エリア
----------------------------------------*/
.p-beyondcommunication__sponsor {
  padding: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__sponsor {
    padding: 5.5rem 2rem 0;
  }
}
.p-beyondcommunication__sponsor-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-beyondcommunication__sponsor-list {
    gap: 1.2rem;
  }
}

/* beyondcommunicationページ
btn エリア
----------------------------------------*/
.c-btn__entry {
  max-width: 42rem;
  margin: 5.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-btn__entry {
    max-width: 100%;
    margin: 3rem auto 0;
  }
}
.c-btn__entry a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 1.85rem 1rem 2.05rem;
  padding-right: 3.6rem;
  margin: 0 auto;
  background: url(../img/beyondcommunication/btn-bg-01.jpg) no-repeat center center/100% auto;
  outline: none;
}
@media screen and (max-width: 767px) {
  .c-btn__entry a {
    font-size: 1.4rem;
    border-radius: 3.6rem;
    padding: 1.4rem 1rem 1.7rem;
    padding-right: 0;
    letter-spacing: 0;
  }
}
.c-btn__entry a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.8);
  opacity: 0;
  transition: 0.3s;
}
.c-btn__entry a::after {
  content: "";
  display: block;
  position: absolute;
  top: -11rem;
  left: -8%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  padding-top: 80%;
  background: radial-gradient(ellipse at center, #209cff 33%, rgba(34, 34, 34, 0.2) 70%);
  transform: rotate(-45deg);
  opacity: 0;
  transition: 0.3s;
}
.c-btn__entry a span {
  display: block;
  position: relative;
  z-index: 10;
}
.c-btn__entry a span::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: -5rem;
  top: -0.2rem;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-btn__entry a span::after {
    display: none;
  }
}
.c-btn__entry a:hover {
  opacity: 1;
}
.c-btn__entry a:hover::before {
  opacity: 1;
}
.c-btn__entry a:hover::after {
  opacity: 0.88;
}

/*# sourceMappingURL=style.css.map */
