@charset "UTF-8";
a,
a img {
  background: 0 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a,
hr {
  padding: 0;
}

img,
svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

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

ins,
mark {
  background-color: #ff9;
  color: #000;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
}

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

a img {
  border: 0 #fff;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #c3cbd1;
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

body::-webkit-scrollbar {
  display: none;
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: #000000;
  color: #ffffff;
  position: relative;
  /* letter-spacing: 0.2em; */
  /* min-width: 1160px; */
}

.common_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 40px;
}
.sec_tit {
  position: relative;
  padding-bottom: 20px;
}
.sec_tit h2 {
  font-size: 42px;
  line-height: 1;
}
.scroll {
  opacity: 0;
  transition: opacity 1.5s;
}
.scroll.scrollin {
  opacity: 1;
}
header {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 999;
  background-color: hsl(0deg 0% 0% / 50%);
  transform: translateY(-110%);
  transition: transform 0.8s;
}
header.on {
  transform: translateY(0%);
}
header .wrap {
  width: 100%;
  height: 100%;
}
header .inner {
  height: 100%;
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logo_area {
  display: flex;
  align-items: center;
}
header .logo_area .logo_salesforce {
  width: 50px;
  line-height: 0;
}
header .logo_area .logo_salesforce img {
}
header .logo_area .logo_forbes {
  width: 70px;
  line-height: 0;
}
header .logo_area .logo_forbes img {
}
header .logo_area span {
  height: 15px;
  width: 1px;
  background-color: #fff;
  margin: 0 15px;
  opacity: 0.5;
}

header .cta_area {
}
header .cta_area .cta_link {
  width: auto;
}
header .cta_area .cta_link.venue {
  margin-right: 5px;
}
header .cta_area .cta_link a {
  height: 30px;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  padding-top: 13px;
}
header .cta_area .cta_link .icon {
  display: none;
}
header .cta_area .cta_link.venue .icon {
}
header .cta_area .cta_link.archive .icon {
}
header .cta_area .cta_link .text {
  display: flex;
  align-items: baseline;
}
header .cta_area .cta_link .text p {
  font-size: 12px;
  margin-right: 5px;
}
header .cta_area .cta_link .text span {
  font-size: 10px;
  margin-left: 0;
}
header .cta_area .cta_link .arrow {
  display: none;
}
#foot-cta {
  display: none;
  transform: translateY(110%);
  transition: transform 0.8s;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
#foot-cta.on {
  transform: translateY(0%);
}
#foot-cta .wrap {
}
#foot-cta .inner {
  padding: 20px;
  padding-bottom: 10px;
}
#content {
  max-width: 1440px;
  margin: auto;
  position: relative;
  /* background-image: url(../img/content_bg_pc.jpg); */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
}
#content .bg {
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  /* opacity: 0.8; */
}
main {
  max-width: 2000px;
  margin: auto;
  min-width: 1000px;
}
#fv {
  overflow: hidden;
}
#fv .wrap {
  max-width: 2000px;
  margin: auto;
  padding-left: 40px;
  padding-bottom: 40px;
  background-image: url(../img/fv_bg_pc.jpg);
  background-position: center;
  background-size: cover;
  margin-bottom: 0px;
  padding-top: 30px;
  position: relative;
}
#fv .wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 20%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
#fv .shadow {
}
#fv .shadow::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 20%;
  bottom: 0;
  left: 0;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
#fv .shadow::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 20%;
  bottom: 0;
  right: 0;
  background: #000000;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
#fv .inner {
  position: relative;
  display: flex;
  max-width: 1100px;
  margin: auto;
  z-index: 1;
  align-items: center;
}
#fv .left {
  position: absolute;
  top: 0;
  left: 0;
}
#fv .left .note {
}
#fv .left .note {
  margin-top: 15px;
}
#fv .left .note p {
  font-size: 13px;
  line-height: 1.5;
  padding-left: 12px;
  position: relative;
  letter-spacing: 0.05em;
}
#fv .left .note p::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#fv .kv-img_area {
  width: 700px;
  margin-left: auto;
  padding: 100px 0;
  padding-top: 50px;
  position: relative;
}
#fv .kv-img_area.sp {
  display: none;
}
#fv .kv-img_area img {
  filter: grayscale(1);
  mix-blend-mode: lighten;
}
#fv .logo_area {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
#fv .logo_area .logo_salesforce {
  width: 50px;
  line-height: 0;
}
#fv .logo_area .logo_salesforce img {
}
#fv .logo_area .logo_forbes {
  width: 70px;
  line-height: 0;
}
#fv .logo_area .logo_forbes img {
}
#fv .logo_area span {
  height: 15px;
  width: 1px;
  background-color: #fff;
  margin: 0 15px;
  opacity: 0.5;
}
#fv .head-text_area {
  /* display: inline-block; */
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
#fv .head-text_area .text_wrap {
  display: inline-block;
}
#fv .head-text_area h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
#fv .head-text_area span {
  height: 2px;
  width: 100%;
  display: block;
  background-image: url(../img/fv_title_bg.jpg);
  background-size: cover;
}

#fv .title_area {
  margin-bottom: 20px;
}
#fv .title_area h1 {
  line-height: 1.7;
}
#fv .title_area h1.sp {
  display: none;
}
#fv .title_area h1 span {
  font-size: 60px;
  padding: 10px;
  background-color: #333;
  background-image: url(../img/fv_title_bg.jpg);
}
#fv .cta_area {
  justify-content: unset;
}

#fv .date_area {
  display: flex;
  margin-bottom: 15px;
}

#fv .date_area .date_box {
  /* margin-right: 40px; */
  width: 100%;
}
#fv .date_area .date_box .set {
  position: relative;
  display: flex;
  /* padding-right: 28px; */
  align-items: baseline;
}
#fv .date_area .head {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  line-height: 1;
  margin-bottom: 3px;
}

#fv .date_area .head::before {
  /* content: ""; */
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
#fv .date_area .venue .head::before {
  width: 160px;
}
#fv .date_area .archive .head::before {
  width: 35px;
  /* width: 100%; */
}
#fv .date_area h3 {
  font-size: 50px;
  line-height: 1;
  padding-right: 10px;
}
#fv .date_area span {
  font-size: 19px;
  font-weight: bold;
  /* transform: rotate(90deg); */
  /* transform-origin: bottom; */
  display: block;
  /* position: absolute; */
  right: 0;
  line-height: 1;
  top: 9px;
  letter-spacing: 0.1em;
}
#fv .cta_area .cta_link {
  width: auto;
  /* margin-right: 20px; */
}
#fv .cta_area .cta_link a {
  /* padding: 0 20px; */
  /* width: auto; */
  /* height: 50px; */
  /* padding-right: 70px; */
}
#fv .cta_area .cta_link.venue .icon {
  width: 30px;
}
#fv .cta_area .cta_link.archive .icon {
  /* width: 20px; */
}
#fv .cta_area .cta_link .arrow {
  /* width: 8px; */
  right: 30px;
}
.cta_area {
  display: flex;
  /* justify-content: space-between; */
  max-width: 600px;
  gap: 20px;
  justify-content: center;
}
.cta_area .cta_link {
  /* width: calc(100% / 2 - 5px); */
}
.cta_area .cta_link .note {
  font-size: 11px;
  font-weight: 400;
  margin-top: 10px;
}
.cta_area .cta_link a {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 20px;
  border-radius: 50px;
  padding-top: 3px;
  overflow: hidden;
  height: 60px;
  padding: 0 30px;
  padding-right: 80px;
}
.cta_area .cta_link a::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.5s;
}
.cta_area .cta_link .icon {
  line-height: 0;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}
.cta_area .cta_link .icon img {
  width: 100%;
  height: 100%;
}

.cta_area .cta_link.venue .icon {
  width: 40px;
}

.cta_area .cta_link.archive .icon {
  width: 23px;
  height: 23px;
  position: relative;
}

.cta_area .cta_link .text {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
}
.cta_area .cta_link .text p {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 17px;
  /* margin-bottom: 6px; */
  padding-top: 4px;
}
.cta_area .cta_link .text span {
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  font-size: 13px;
  margin-left: 10px;
}
.cta_area .cta_link .arrow {
  width: 8px;
  position: absolute;
  right: 31px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 9px;
}
.cta_area .cta_link .arrow img {
  width: 100%;
  height: 100%;
}
.cta_area .cta_link.venue a::after {
  background: #ff5900;
  background: linear-gradient(75deg, #ff5900 0%, rgba(255, 170, 0, 1) 50%, #ff5900 100%);
  background: #505050;
}
.cta_area .cta_link.archive a::after {
  background: #0040ff;
  background: linear-gradient(75deg, rgba(0, 64, 255, 1) 0%, rgba(0, 166, 255, 1) 50%, rgba(0, 64, 255, 1) 100%);
  background: linear-gradient(75deg, #ff5900 0%, rgba(255, 170, 0, 1) 50%, #ff5900 100%);
}
.cta_area .cta_link a:hover::after {
  transform: translate(-50%, 0px);
}
.cta_area .cta_link.venue a:hover::after {
}
.cta_area .cta_link.venue a {
  pointer-events: none;
  opacity: 0.5;
}
#read {
}
#read .wrap {
  max-width: 740px;
  padding-top: 60px;
  padding-bottom: 60px;
}
##read .inner {
}

#read .head_area {
  display: inline-block;
  line-height: 1;
  margin-bottom: 30px;
}
#read .head_area h3 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
#read .head_area span {
  height: 3px;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  position: relative;
  line-height: 0;
  background-image: url(../img/fv_title_bg.jpg);
}
#read .text_area {
}
#read .text_area p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
#read .text_area p:last-child {
  margin-bottom: 0;
}
#program {
  position: relative;
}
#program::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 100%);
}
#program .wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
#program .inner {
}
#program .program_group {
  display: flex;
  align-items: start;
  border-top: solid 1px #4f4f4f;
  padding-top: 120px;
  margin-bottom: 120px;
}
#program .program_group.program_group01 {
  padding-top: 50px;
}
#program .program_group:last-child {
  margin-bottom: 0;
}
#program .program_group .date {
  width: 220px;
  padding-top: 15px;
}
#program .program_group .date h6 {
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  background: #aa00ff;
  background: linear-gradient(75deg, rgba(170, 0, 255, 1) 0%, rgba(106, 0, 255, 1) 100%);
}
#program .program_group .date h5 {
  font-size: 24px;
  margin-bottom: 5px;
}
#program .program_group .date p {
  font-size: 10px;
  font-weight: bold;
}
#program .program_group .date p.note {
  background-color: #fff;
  color: #000;
  padding: 5px;
  display: inline-block;
  margin-top: 5px;
}
#program .program_group .detail {
  width: calc(100% - 220px);
  padding-left: 40px;
}
#program .program_group .detail .tit {
  margin-bottom: 60px;
}
#program .program_group .detail .tit h3 {
  font-size: 32px;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#program .program_group .detail .tit h4 {
  font-size: 16px;
  letter-spacing: 0.05em;
}
#program .program_group.program_group03 .detail .tit h4 {
  margin-bottom: 5px;
}
#program .program_group.program_group03 .detail .tit h3 {
  margin-bottom: 0;
}
#program .program_group .guest {
  display: flex;
  margin-bottom: 40px;
}
#program .program_group .guest .speaker {
  width: calc(100% / 3 * 2);
  padding-right: 20px;
}
#program .program_group .guest .moderator {
  width: calc(100% / 3 * 1);
  padding-left: 20px;
}
#program .program_group .guest .head {
  display: flex;
  align-items: baseline;
  line-height: 1;
  margin-bottom: 10px;
}
#program .program_group .guest .moderator .head {
}
#program .program_group .guest .head h6 {
  font-size: 16px;
  margin-right: 5px;
}
#program .program_group .guest .head p {
  font-size: 10px;
  font-weight: bold;
}
#program .program_group .guest .people {
}
#program .program_group .guest .people ul {
  display: flex;
  justify-content: space-between;
}
#program .program_group .guest .people ul li {
  width: calc(100% / 2 - 10px);
  position: relative;
}
#program .program_group .guest .people ul li .coming {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  font-weight: bold;
}
#program .program_group .guest .moderator .people ul li {
  width: 100%;
}
#program .program_group .guest .people ul li .name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
#program .program_group .guest .people ul li img {
  line-height: 0;
  margin-bottom: 10px;
}
#program .program_group .guest .people ul li .post {
}
#program .program_group .guest .people ul li .post p {
  margin-bottom: 5px;
  line-height: 1.8;
  color: #b4b4b4;
}
#program .program_group .guest .people ul li .post p:last-child {
  margin-bottom: 0;
}
#program .program_group .summary {
  margin-bottom: 40px;
}
#program .program_group .summary p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  word-break: break-all;
}

#program .program_group04 .logo {
  line-height: 0;
  width: 160px;
  margin-top: 20px;
  margin-bottom: 60px;
}
#summary {
  position: relative;
}

#summary::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000000;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%); */
  opacity: 0.5;
}
#summary .wrap {
  padding-top: 80px;
  padding-bottom: 160px;
  position: relative;
  z-index: 1;
}
#summary .inner {
}
#summary table {
  width: 100%;
  margin-bottom: 60px;
}
#summary table tr {
}
#summary table th {
  vertical-align: top;
  width: 260px;
  text-align: left;
  border: solid 1px #4f4f4f;
  padding: 40px 40px;
}
#summary table td {
  width: calc(100% - 260px);
  border: solid 1px #4f4f4f;
  padding: 40px 40px;
}
#summary table th p {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
#summary table td p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}
#summary table td p:last-child {
  margin-bottom: 0;
}
#summary table td .note {
  margin-top: 10px;
}
#summary table td .note p {
  font-size: 12px;
  line-height: 1.8;
  padding-left: 12px;
  position: relative;
}
#summary table td .note p::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#summary table .target p {
  margin-bottom: 20px;
}
#summary table .target p:last-child {
  margin-bottom: 0;
}
#summary table .target span {
}
#summary table .target .head {
}
#summary table span {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}
#summary .cta_area {
}
#summary .cta_area .cta_link {
}
#summary .cta_area {
  max-width: 600px;
  margin: auto;
}
#summary .way {
  margin-bottom: 80px;
}
#summary .way .group {
  margin-bottom: 30px;
}
#summary .way .head {
}
#summary .way .head p {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
#summary .way .text {
}
#summary .way .text p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
#summary .way .text .note {
  margin-top: 10px;
}
#summary .way .text .note p {
  font-size: 12px;
  line-height: 1.8;
  padding-left: 12px;
  position: relative;
}
#summary .way .text .note p::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
footer {
  background-color: #060606;
}
footer .wrap {
}
footer .inner {
  padding: 20px;
  padding-top: 80px;
  padding-bottom: 40px;
}
footer .logo {
  width: 136px;
  margin: 0 auto;
  line-height: 0;
  margin-bottom: 40px;
}
footer .logo a {
  display: block;
}
footer .caption {
}

footer .caption p {
  font-size: 10px;
  text-align: center;
}
footer .caption p span {
}
.program_group04 .cta_note {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1140px) {
  #fv .left {
    position: absolute;
  }
  #fv .kv-img_area {
    /* padding-bottom: 60px; */
    /* padding-top: 60px; */
    margin-left: auto;
    width: 660px;
    left: 7%;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: unset;
  }
  main {
    min-width: unset;
  }

  .common_wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  .sec_tit {
    position: relative;
    padding-bottom: 20px;
  }
  .sec_tit h2 {
    font-size: 42px;
    line-height: 1;
  }
  #content {
    max-width: 1440px;
    margin: auto;
    position: relative;
    background-image: url(../img/content_bg.jpg);
    background-size: 250vw;
    /* background-repeat: no-repeat; */
    background-position: top;
  }
  #content .bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.8;
    display: none;
  }
  #fv {
  }
  #fv .wrap {
    max-width: 2000px;
    margin: auto;
    padding-left: 0px;
    padding-bottom: 80px;
    background-image: url(../img/fv_bg_pc.jpg);
    background-position: center;
    background-size: cover;
    margin-bottom: 0px;
    padding-top: 20px;
    position: relative;
  }
  #fv .wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 20%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  }
  #fv .shadow {
    display: none;
  }
  #fv .shadow::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 20%;
    bottom: 0;
    left: 0;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
  }
  #fv .shadow::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 20%;
    bottom: 0;
    right: 0;
    background: #000000;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
  }
  #fv .inner {
    display: block;
  }
  #fv .left {
    position: unset;
    top: 0;
    left: 0;
  }
  #fv .kv-img_area {
    width: 100%;
    margin-left: auto;
    padding-bottom: 0px;
    padding-top: 0px;
    left: 0;
  }
  #fv .kv-img_area.pc {
    display: none;
  }
  #fv .kv-img_area.sp {
    display: block;
    margin-top: -20px;
    /* overflow: hidden; */
  }
  #fv .kv-img_area.sp img {
    transform: scale(1.05);
    transform-origin: top;
    transform-origin: left;
    padding-left: 20px;
  }
  #fv .kv-img_area img {
    filter: grayscale(1);
    mix-blend-mode: lighten;
  }
  #fv .logo_area {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  #fv .logo_area .logo_salesforce {
    width: 50px;
    line-height: 0;
  }
  #fv .logo_area .logo_salesforce img {
  }
  #fv .logo_area .logo_forbes {
    width: 70px;
    line-height: 0;
  }
  #fv .logo_area .logo_forbes img {
  }
  #fv .logo_area span {
    height: 15px;
    width: 1px;
    background-color: #fff;
    margin: 0 15px;
    opacity: 0.5;
  }
  #fv .head-text_area {
    margin-bottom: 10px;
    padding: 0 20px;
    margin-top: -60px;
  }
  #fv .head-text_area h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #fv .head-text_area span {
    height: 2px;
    width: 100%;
    display: block;
    background-image: url(../img/fv_title_bg.jpg);
    background-size: cover;
  }

  #fv .title_area {
    margin-bottom: 30px;
    padding: 0 20px;
    /* margin-top: -100px; */
    z-index: 1;
    position: relative;
  }
  #fv .title_area h1 {
    line-height: 1.7;
  }
  #fv .title_area h1.pc {
    display: none;
  }
  #fv .title_area h1.sp {
    display: block;
  }

  #fv .title_area h1 span {
    font-size: 40px;
    padding: 5px;
    background-color: #333;
    background-image: url(../img/fv_title_bg.jpg);
  }

  #fv .date_area {
    display: flex;
    margin-bottom: 15px;
    /* padding: 0 20px; */
    justify-content: space-between;
  }

  #fv .date_area .date_box {
    margin-right: 0px;
    /* width: calc(100% / 2 - 5px); */
  }
  #fv .date_area .date_box .set {
    position: relative;
    display: flex;
    padding-right: 28px;
    width: 120px;
    align-items: baseline;
  }
  #fv .date_area .head {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    line-height: 1;
    margin-bottom: 3px;
  }

  #fv .date_area .head::before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: none;
  }
  #fv .date_area .venue .head::before {
    width: 130px;
  }
  #fv .date_area .archive .head::before {
    width: 80px;
  }
  #fv .date_area h3 {
    font-size: 42px;
    line-height: 1;
    margin-right: -3px;
  }
  #fv .date_area span {
    font-size: 21px;
    font-weight: bold;
    transform: rotate(0deg);
    transform-origin: bottom;
    display: block;
    position: unset;
    right: 0;
    line-height: 1;
    top: 9px;
    letter-spacing: 0;
  }
  #fv .cta_area {
    padding: 0 20px;
    gap: 10px;
  }
  #fv .left .note {
    padding: 0 20px;
  }
  #fv .cta_area .cta_link {
    /* width: calc(100% / 2 - 4px); */
    margin-right: 0px;
    width: auto;
  }
  .cta_area .cta_link.venue {
    /* margin-bottom: 10px; */
  }
  #fv .cta_area .cta_link a {
    /* padding: 0 20px; */
    /* width: 100%; */
    /* height: 55px; */
    /* padding-top: 2px; */
  }
  #fv .cta_area .cta_link.venue .icon {
    width: 30px;
  }
  #fv .cta_area .cta_link.archive .icon {
    /* width: 20px; */
  }
  #fv .cta_area .cta_link .arrow {
    /* width: 15px; */
    /* right: 20px; */
    right: 20px;
  }
  .cta_area {
    /* display: block; */
    justify-content: center;
    gap: 10px;
  }
  .cta_area .cta_link {
    /* width: calc(100% / 2 - 5px); */
    /* width: 100%; */
  }
  .cta_area .cta_link a {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0px 25px;
    border-radius: 50px;
    padding-top: 0;
    overflow: hidden;
    padding-right: 45px;
  }
  .cta_area .cta_link a::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    transition: 0.5s;
  }
  .cta_area .cta_link .icon {
    line-height: 0;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    /* display: none; */
  }
  .cta_area .cta_link .icon img {
    width: 100%;
    height: 100%;
  }

  .cta_area .cta_link.venue .icon {
    width: 35px;
  }

  .cta_area .cta_link.archive .icon {
    width: 20px;
    height: 20px;
    position: relative;
  }

  .cta_area .cta_link .text {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: baseline;
    padding-bottom: 2px;
  }
  .cta_area .cta_link .text p {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: bold;
  }
  .cta_area .cta_link .text span {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    margin-left: 10px;
  }
  .cta_area .cta_link .arrow {
    width: 7px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    /* display: none; */
    /* display: none; */
  }
  .cta_area .cta_link .arrow img {
    width: 100%;
    height: 100%;
  }
  .cta_area .cta_link.venue a::after {
    background: #ff5900;
    background: linear-gradient(75deg, #ff5900 0%, rgba(255, 170, 0, 1) 50%, #ff5900 100%);
    background: #505050;
  }
  .cta_area .cta_link.archive a::after {
    background: #0040ff;
    background: linear-gradient(75deg, rgba(0, 64, 255, 1) 0%, rgba(0, 166, 255, 1) 50%, rgba(0, 64, 255, 1) 100%);
    /* background: #505050; */
    background: linear-gradient(75deg, #ff5900 0%, rgba(255, 170, 0, 1) 50%, #ff5900 100%);
  }
  .cta_area .cta_link a:hover::after {
    transform: translate(-50%, 0px);
  }
  .cta_area .cta_link.venue a:hover::after {
  }
  .cta_area .cta_link .icon {
    /* display: none; */
  }
  #read {
  }
  #read .wrap {
    max-width: 740px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  ##read .inner {
  }

  #read .head_area {
    display: inline-block;
    line-height: 1;
    margin-bottom: 30px;
  }
  #read .head_area h3 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
  }
  #read .head_area span {
    height: 3px;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    position: relative;
    line-height: 0;
    background-image: url(../img/fv_title_bg.jpg);
  }
  #read .text_area {
  }
  #read .text_area p {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }
  #read .text_area p br {
    display: none;
  }
  #read .text_area p:last-child {
    margin-bottom: 0;
  }
  #program {
  }
  #program .wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #program .inner {
  }
  #program .program_group {
    display: block;
    align-items: start;
    border-top: solid 1px #4f4f4f;
    padding-top: 70px;
    margin-bottom: 70px;
  }
  #program .program_group.program_group01 {
    padding-top: 10px;
  }
  #program .program_group:last-child {
    margin-bottom: 0;
  }
  #program .program_group .date {
    width: 100%;
    padding-top: 15px;
    margin-bottom: 20px;
  }
  #program .program_group .date h6 {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    background: #aa00ff;
    background: linear-gradient(75deg, rgba(170, 0, 255, 1) 0%, rgba(106, 0, 255, 1) 100%);
  }
  #program .program_group .date h5 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  #program .program_group .date p {
    font-size: 10px;
    font-weight: bold;
  }

  #program .program_group .detail {
    width: 100%;
    padding-left: 0;
  }
  #program .program_group .detail .tit {
    margin-bottom: 30px;
  }
  #program .program_group .detail .tit h3 {
    font-size: 26px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  #program .program_group .detail .tit h4 {
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  #program .program_group .guest {
    display: block;
    margin-bottom: 40px;
  }
  #program .program_group .guest .speaker {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  #program .program_group .guest .moderator {
    width: calc(100% / 2 - 10px);
    padding-left: 0;
  }
  #program .program_group .guest .head {
    display: flex;
    align-items: baseline;
    line-height: 1;
    margin-bottom: 10px;
  }
  #program .program_group .guest .moderator .head {
  }
  #program .program_group .guest .head h6 {
    font-size: 16px;
    margin-right: 5px;
  }
  #program .program_group .guest .head p {
    font-size: 10px;
    font-weight: bold;
  }
  #program .program_group .guest .people {
  }
  #program .program_group .guest .people ul {
    display: flex;
    justify-content: space-between;
  }
  #program .program_group .guest .people ul li {
    width: calc(100% / 2 - 5px);
  }
  #program .program_group .guest .moderator .people ul li {
    width: 100%;
  }
  #program .program_group .guest .people ul li .name {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
  }
  #program .program_group .guest .people ul li img {
    line-height: 0;
    margin-bottom: 10px;
  }
  #program .program_group .guest .people ul li .post {
  }
  #program .program_group .guest .people ul li .post p {
    margin-bottom: 5px;
    line-height: 1.8;
    color: #b4b4b4;
  }
  #program .program_group .guest .people ul li .post p:last-child {
    margin-bottom: 0;
  }
  #program .program_group .summary {
    margin-bottom: 40px;
  }
  #program .program_group .summary p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
    word-break: break-all;
  }
  #summary {
  }
  #summary .wrap {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  #summary .inner {
  }
  #summary table {
    width: 100%;
    margin-bottom: 30px;
  }
  #summary table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
  #summary table th {
    vertical-align: top;
    width: 100%;
    text-align: left;
    border: solid 1px #4f4f4f;
    padding: 10px 20px;
  }
  #summary table td {
    width: 100%;
    border: solid 1px #4f4f4f;
    padding: 20px;
    margin-top: -1px;
  }
  #summary table th p {
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
  }
  #summary table td p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #summary table td p:last-child {
    margin-bottom: 0;
  }
  #summary table td .note {
    margin-top: 10px;
  }
  #summary table td .note p {
    font-size: 12px;
    line-height: 1.8;
    padding-left: 12px;
    position: relative;
  }
  #summary table td .note p::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  #summary .cta_area {
  }
  #summary .cta_area .cta_link {
  }
  #summary .cta_area {
    max-width: 740px;
    margin: auto;
  }
  footer {
    background-color: #060606;
  }
  footer .wrap {
  }
  footer .inner {
    padding: 20px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  footer .logo {
    width: 110px;
    margin: 0 auto;
    line-height: 0;
    margin-bottom: 40px;
  }
  footer .logo a {
    display: block;
  }
  footer .caption {
  }

  footer .caption p {
    font-size: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  footer .caption p span {
  }
  header .cta_area {
    display: none;
  }
  header .logo_area {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    /* padding: 0 20px; */
  }
  header .logo_area .logo_salesforce {
    width: 50px;
    line-height: 0;
  }
  header .logo_area .logo_salesforce img {
  }
  header .logo_area .logo_forbes {
    width: 70px;
    line-height: 0;
  }
  header .logo_area .logo_forbes img {
  }
  header .logo_area span {
    height: 15px;
    width: 1px;
    background-color: #fff;
    margin: 0 15px;
    opacity: 0.5;
  }
  #foot-cta {
    display: block;
  }
  #summary .way .head p {
    font-size: 16px;
  }
}
