/* 配色設定

====================================================*/
:root {
  --btn-bg: linear-gradient(
    270deg,
    #edd994 0%,
    #dfbd64 20%,
    #e7cc83 40%,
    #fffcde 60%,
    #eddfa7 80%,
    #deb96b 100%
  );
  --btn-border: linear-gradient(
    135deg,
    #a2682a 0%,
    #be8c3c 8%,
    #be8c3c 18%,
    #d3b15f 27%,
    #e7d180 35%,
    #ffffc2 40%,
    #faf0a0 50%,
    #d3b15f 58%,
    #be8c3c 67%,
    #b17b32 77%,
    #bb8332 83%,
    #d4a245 88%,
    #e1b453 93%,
    #a4692a 100%
  );
  --btn-color: #101010;
  --btn-svg: brightness(0) saturate(100%) invert(0%) sepia(9%) saturate(4%)
    hue-rotate(325deg) brightness(101%) contrast(97%);
  --svg-white: brightness(0) saturate(100%) invert(98%) sepia(97%) saturate(0%)
    hue-rotate(345deg) brightness(105%) contrast(104%);
  /* --section-ttl-en: #b79570;
  --section-ttl-ja: #b79570;
  --consept-ttl: #c70025;

  --footer-bg: #fff;
  --opacity-bg: rgba(255, 255, 255, 0.2);

  --timetable-th-bg: #f2f2f2;

  --main-color: #fff;
 */

  --red: #ff3838;

  --font-color: #101010;
  --form-bg: #fff;
  --form-color: #101010;
  --border-color: #c3c6d1;
  --agreement-bg: rgba(195, 198, 209, 0.5);
  --checkbox-bg: #0b4679;
  --form-border-style: 1px solid #c3c6d1;
  --form-border-radius: 3px;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--font-color);
  background: rgba(239, 238, 234, 1);
}

/* .timetable-section-bg {
  background: rgba(255, 255, 255, 1);
  position: relative;
  overflow: hidden;
}
.timetable-section-bg::before,
.timetable-section-bg::after {
  content: "";
  position: absolute;
  width: 300px;
  left: -120px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(circle, #00183e 0%, #86e1fe 100%);
  filter: blur(40px);
  opacity: 0.7;
}

.timetable-section-bg::before {
  top: 60px;
}
.timetable-section-bg::after {
  bottom: 60px;
}

.timetable-section-bg--center {
  position: absolute;
  top: 50%;
  opacity: 0.2;
  transform: translateY(-50%);
  right: -120px;
  aspect-ratio: 1/1;
  width: 300px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(circle, #00183e 0%, #86e1fe 100%);
  filter: blur(40px); 
  opacity: 0.7;
}

.timetable-section-bg > section {
  position: relative;
  z-index: 1;
} */

@media screen and (max-width: 786px) {
  .timetable-section-bg::before,
  .timetable-section-bg::after,
  .timetable-section-bg--center {
    width: 300px;
  }
}
/**/
.btn,
.wpcf7-submit {
  background: var(--btn-bg);
  color: var(--btn-color);
  border: none;
  position: relative;
  text-decoration: none;
}

.btn img {
  filter: var(--btn-svg);
}

.btn::before {
  content: "";
  background: var(--btn-border);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 2px solid transparent;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}

#fixed::before {
  opacity: 0.8;
  background: #fff;
  backdrop-filter: blur(10px);
}

/* 企業ロゴ

====================================================*/
div.logo {
  padding: 60px 0 40px 0;
  text-align: center;
  font-size: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 -16px;
}

.logo ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 0;
  animation: logo-scroll 55s infinite linear 1.5s both;
  list-style: none;
}

.logo ul li {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.logo ul li:has(.img__none) {
  padding: 0;
  background: #052f5c;
}

.logo ul li .img__none {
  padding: 8px 16px;
  background: var(--opacity-bg);
}

.logo ul li img {
  width: auto;
  max-width: inherit;
  height: 45px;
}
.logo ul li img.logo-tokai {
  height: 35px;
  margin-right: 8px;
}

@media screen and (max-width: 800px) {
  .logo {
    margin: 0 -16px;
  }
  .logo ul li img {
    height: 30px;
  }
  .logo ul li img.logo-tokai {
    height: 25px;
  }
}

@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* base

====================================================*/

.sp-only {
  display: none;
}
@media screen and (max-width: 786px) {
  .sp-only {
    display: block;
  }
  .pc-only{
    display: none;
  }
}

/* mainVisual

====================================================*/
#mainVisual {
  background-size: 100%;
  padding: calc(120px + 70px) 24px 120px;
  background-image: url(img/bg-2.jpg);

  background-size: cover;
  background-position: right center;
  position: relative;
  /* color: #fff; */
}

#mainVisual .ogp {
  /* max-width: 680px; */
  /* max-width: 1440px; */
  margin: 0 auto;
}
#mainVisual .ogp img{
  display: block;
  margin: 0 auto;
}
.title__logo {
  font-size: 48px;
}
.title .sub_title {
  margin: 20px 0px 40px 0px;
  font-size: 32px;
  font-weight: bold;
}
/* 日付・場所 */
.ogp__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.opg__presents {
  text-align: left;
}
.opg__presents img {
  height: 43px;
  width: auto;
  /* filter: var(--svg-white); */
}
.opg__outline {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(90deg, #000 0%, #333 50%, #000 100%);
  padding: 4px 16px;
  color: #fff;
  font-weight: 500;
}
.opg__outline .date span {
  font-size: 16px;
  margin-left: 8px;
}
.ogp__date{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.opg__outline .time {
  margin-left: 8px;
}

/* 参加条件 */
.entry_detail {
  display: flex;
  gap: 16px;
  align-items: baseline;
  justify-content: center;
  margin-top: 40px;
}
.entry_detail__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  padding: 4px 12px;
  white-space: nowrap;
}
.entry_detail__text {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
.entry_detail__note {
  font-size: 12px;
  margin-top: 8px;
}

@media screen and (max-width: 786px) {
  #mainVisual {
    background-position: top;
    background-size: 150%;
    padding-top:120px;
  }
  .title__logo {
    font-size: 32px;
  }
  .title .sub_title {
    font-size: 24px;
  }
  .ogp__content {
    flex-direction: column;
    gap: 24px;
  }
  .opg__outline{
    font-size: 18px;
  }
  /* .opg__outline {
    text-align: right;
  }
  .opg__outline .time {
    display: block;
    margin-left: 0;
    margin-bottom: 16px;
  } */
  #mainVisual .sp-only {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}

#fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.5s ease;
}

#fixed::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

#mainVisual .link-form-wrap {
  /* padding-top: 24px; */
  padding-top: 60px;
  text-align: center;
}

.link-form-ttl {
  margin-bottom: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.17px;
  padding: 0 24px;
  border-radius: 16px;
}

.link-form-ttl::after,
.link-form-ttl::before {
  height: 44px;
  width: 2px;
  content: "";
  display: block;
  background-color: #000;
}

.link-form-ttl::before {
  margin-right: 16px;
  transform: rotate(-30deg);
}

.link-form-ttl::after {
  margin-left: 16px;
  transform: rotate(30deg);
}

@media screen and (max-width: 786px) {
  .link-form-ttl {
    padding: 0;
  }
}
#fixed .link-form-wrap {
  text-align: center;
}

#fixed .link-form-ttl {
  font-size: 12px;
  font-weight: 600;
}

#fixed .link-form-ttl::after,
#fixed .link-form-ttl::before {
  height: 18px;
  width: 2px;
}

#fixed .link-form-ttl::before {
  margin-right: 8px;
}

#fixed .link-form-ttl::after {
  margin-left: 8px;
}

#fixed .link-form-wrap {
  position: absolute;
  top: 4px;
  width: 100%;
  opacity: 1;
}

.link-form,
.wpcf7 .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 17px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  max-width: 472px;
  width: 100%;
  border-radius: 100vh;
  transition: 0.2s;
  position: relative;
}

.link-form img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

/* マウスオーバーした際のデザイン */
.btn:hover,
.wpcf7 .wpcf7-submit:hover {
  transform: translate(0, 3px);
}

@media screen and (max-width: 786px) {
  #mainVisual h1 img {
    box-shadow: 0px 4px 10px 0px #00000040;
  }

  #fixed::before {
    background-size: cover;
  }

  #fixed .link-form-wrap {
    padding: 0 16px;
  }

  .wpcf7 .wpcf7-submit {
    font-size: 18px;
  }
}

.fade-slide-up {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s ease;
}

.fade-slide-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* header

====================================================*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 14px 24px;
  background: rgba(255, 255, 255, 0.8);
  gap: 16px;
  position: fixed;
  z-index: 5;
  backdrop-filter: blur(10px);
}

.header > div.header_nav {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
}
.menus-entry {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header .logo {
  margin: 0;
}

.header .logo img {
  /*     height: 40px; */
  width: auto;
  max-width: inherit;
}

.header ul.menus {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  row-gap: 8px;
}

.header ul.menus a {
  color: #1a1a1c;
  padding: 0 15px;
  display: block;
  font-weight: bold;
  font-size: 13px;
  font-weight: 700;
  line-height: 18.2px;
  letter-spacing: 0.05em;
}

.header ul.menus a:hover {
  /* color: #d9bd70; */
  opacity: 0.5;
}
/* #overlay img {
    display: none;
} */
#overlay .logo,
#overlay .link-form {
  max-width: inherit;
  font-size: 14px;
  width: auto;
  padding: 8px 16px;
}

#header.fixed {
  position: fixed;
  background-color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}

@media screen and (max-width: 786px) {
  .header {
    height: 68px;
    /* position: fixed;
        top: 0;
        z-index: 5; */
    padding: 12px 16px;
  }

  #overlay.open .logo,
  #overlay.open .link-form {
    display: block;
  }
  .header .logo {
    position: fixed;
    z-index: 13;
  }
  .header .link-form {
    display: none;
  }

  .header img {
    height: 30px;
  }

  .header > div.header_nav {
    flex-grow: initial;
  }

  #overlay {
    opacity: 0;
    z-index: -5;
  }

  #overlay .logo {
    display: block;
    position: absolute;
    left: 12px;
    top: 17px;
    z-index: 5;
  }

  #overlay.open {
    opacity: 1;
    z-index: 10;
    position: fixed;
    top: 0;
    bottom: 0;
    background-size: cover;
    left: 0;
    right: 0;
    background: #fff;
    text-align: center;
    padding: 0 24px;
    height: 100vh;
    flex-direction: column;
  }

  .header ul.menus {
    display: none;
    margin: 0 auto;
    /* max-width: 600px;
        width: 100%; */
    padding: 97px 0 0;
    flex-direction: column;
  }

  .header ul.menus a {
    padding: 0;
    font-size: 20px;
    font-size: 16px;
    font-weight: 700;
  }

  #overlay.open ul.menus {
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }

  .header ul.menus li {
    margin-bottom: 20px;
  }

  #overlay.open .wpcf7-submit {
    max-width: 386px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }

  body.open {
    overflow: hidden;
  }

  #overlay .link-form {
    /* background: linear-gradient(90deg, #fbb907 0%, #f45124 100%); */
    max-width: 400px;
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
    position: relative;
    align-items: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
  }

  #overlay .link-form::after {
    margin-left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 31px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }

  #overlay .link-form img {
    width: 16px;
  }
}

/* スマホ : メニューボタン */
.menus_btn-wrap {
  position: relative;
  display: none;
  right: 0;
  top: 0;
  z-index: 50;
}

#overlay-button {
  z-index: 5;
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  background-color: #000;
  border-radius: 50%;
}

#overlay-button span {
  height: 2px;
  width: 18px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
}

#overlay-button span::before {
  top: -8px;
  visibility: visible;
}

#overlay-button span::after {
  top: 8px;
}

#overlay-button span::before,
#overlay-button span::after {
  height: 2px;
  width: 18px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  content: "";
  transition: all 0.2s ease-in-out;
}

#overlay-button:hover span,
#overlay-button:hover span::before,
#overlay-button:hover span::after {
  background: #fff;
}

.menus_btn-wrap input[type="checkbox"] {
  display: none;
}

.menus_btn-wrap input[type="checkbox"]:checked ~ #overlay {
  visibility: visible;
}

.menus_btn-wrap input[type="checkbox"]:checked ~ #overlay-button:hover span,
.menus_btn-wrap input[type="checkbox"]:checked ~ #overlay-button span {
  background: transparent;
}

.menus_btn-wrap input[type="checkbox"]:checked ~ #overlay-button span::before {
  transform: rotate(45deg) translate(5.5px, 5.5px);
}

.menus_btn-wrap input[type="checkbox"]:checked ~ #overlay-button span::after {
  transform: rotate(-45deg) translate(5.5px, -5.5px);
}

@media screen and (max-width: 786px) {
  .menus_btn-wrap {
    display: block;
  }

  .header ul.menus a {
    display: flex;
    align-items: center;
    font-weight: bold;
    text-shadow: none;
    /* color: #fff; */
    border-bottom: 1px solid #ffffff80;
    padding-bottom: 12px;
  }

  .header ul.menus a:hover {
    color: #d9bd70;
  }

  .header ul.menus a::before {
    /* font-family: "Font Awesome 6 Free";
    content: "\f068"; */
    content: "";
    width: 15px;
    height: 2px;
    margin-right: 8px;
    background: #d9bd70;
  }

  .menus_btn-wrap.open #overlay-button {
    background-color: #000;
  }

  .menus_btn-wrap.open #overlay-button span::before,
  .menus_btn-wrap.open #overlay-button span::after {
    background-color: #fff;
  }

  .menus_btn-wrap.open #overlay-button:hover span,
  .menus_btn-wrap.open #overlay-button:hover span::before,
  .menus_btn-wrap.open #overlay-button:hover span::after {
    background: #fff;
  }
}
/* section

====================================================*/
section {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 24px;
}

@media screen and (max-width: 786px) {
  section {
    padding: 64px 24px 64px;
  }
}

.section__headline {
  margin: 0px 0px 36px 0px;
}
.section__headline span {
  color: #000;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.section__headline::before {
  content: attr(data-title);
  display: block;
  font-size: 24px;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4;
}
.section__headline-underline {
  border-bottom: 2px solid #000;
}
.section__ttl {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
.section__subttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 32px;
}
@media screen and (max-width: 786px) {
  .section__headline span {
    font-size: 32px;
  }
  .section__headline::before {
    font-size: 18px;
  }
}

/* concept

====================================================*/
section.concept__wrap {
  padding: 120px 0;
  max-width: 100%;
}

#concept .section-content {
  display: grid;
  gap: 32px;
}
#concept .section-ttl {
  text-align: center;
  background: var(--consept-ttl);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#concept .section-content-ttl {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
.section-content-subttl {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

.concept__img {
  max-width: 1300px;
  width: 100%;
  overflow: hidden;
  /* aspect-ratio: 16/9; */
  border-radius: 0 16px 16px 0;
}
.concept__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.concept__txt {
  font-size: 16px;
  font-weight: 300;
  padding-right: 24px;
  width: 100%;
  max-width: 800px;
}
.concept__wrap--revers {
  justify-content: end;
  gap: 0 !important;
}
.concept__txt--wrap {
  padding-right: 32px;
  margin-bottom: 32px;
}
.concept__wrap {
  display: flex;
  gap: 32px;
}

.concept__wrap--revers .concept__txt {
  padding-left: 24px;
  padding-right: 0;
}
.concept__wrap--revers .concept__img {
  border-radius: 16px 0 0 16px;
  position: relative;
}
.concept__txt p {
  margin-bottom: 16px;
}
p.concept__subttl {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
}
.concept__txt p:last-child {
  margin-bottom: 0;
}

.concept__txt--meet li {
  margin-bottom: 16px;
  padding: 16px 64px;
  margin-right: -32px;
  background-color: #fff;
  clip-path: polygon(0% 100%, 5% 0%, 100% 0%, 100% 100%);
  color: #000;
}
.concept__txt--meet li:last-child {
  margin-bottom: 0;
}

.concept__txt--meet .ttl {
  font-weight: 600;
  margin-bottom: 16px;
}
.concept__txt--meet .content {
  font-size: 14px;
}
.concept__txt--meet .content--note {
  font-size: 12px;
}

@media screen and (max-width: 786px) {
  section.concept__wrap {
    flex-direction: column-reverse;
  }
  section.concept__wrap--revers {
    flex-direction: column;
    gap: 32px !important;
  }
  .concept__wrap .concept__img {
    border-radius: 0 !important;
  }
  .concept__txt {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .concept__txt--meet li {
    padding-left: 24px;
    padding-right: 24px;
    margin-right: -24px;
  }
}

@media screen and (max-width: 786px) {
  #concept .section-content-ttl {
    text-align: left;
  }

  section#concept {
    padding: calc(80px - 16px) 0 64px;
  }

  #concept .section-content .section-content-ttl,
  .section-content-subttl {
    text-align: left;
    font-size: 24px;
  }

  #concept .section-content .section-content-txt {
    text-align: left;
  }

  #concept .flex {
    flex-direction: column;
  }

  #concept .flex .section-ttl {
    margin-right: 0;
    text-align: center;
    margin-bottom: 32px;
  }
}

/* こんな方におすすめ

====================================================*/
.suggest-content {
  display: grid;
  gap: 32px;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
.suggest-arrow {
  margin: 60px 0;
  text-align: center;
}
.suggest-ttl {
  font-size: 24px;
  display: flex;
  color: var(--form-color);
  align-items: center;
  gap: 16px;
  position: relative;
  justify-content: center;
  z-index: 1;
}
.suggest-ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--font-color);
  z-index: -1;
}
.suggest-ttl span {
  background-color: #fff;
  padding: 0 8px;
}
.suggest li {
  display: flex;
  align-items: center;
  padding: 16px 32px;
  gap: 16px;
  background: #e8f5fe;
  box-shadow: 4px 4px 4px #8dcdfa;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}
.suggest li::before {
  content: url(img/icon_check.svg);
  width: 24px;
  height: 24px;
}



/* timetable

====================================================*/
.program__list {
  max-width: 980px;
  padding: 40px 0 0;
  margin: 40px auto 0;
}

.program__card {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.program__card:last-child {
  border: none;
  margin-bottom: 0;
}
.program__header {
  display: flex;
  gap: 24px;
}

.program__sub_title {
  font-size: 18px;
  font-weight: 600;
}
.program__title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 32px;
}
.program__title:empty {
  display: none;
}
.program__time {
  font-weight: 600;
}

.program__speaker {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}

.speaker__text {
  font-size: 16px;
  margin-top: 24px;
}
.speaker__text .name {
  font-weight: 500;
  font-size: 1.5rem;
}
.speaker__list{
  display: flex;
  gap: 24px;
}
.speaker__list .speaker__text .company {
  font-size: 14px;
}

.program-speaker .speaker-read {
  width: 100%;
  font-size: 12px;
  font-weight: 200;
  line-height: 18px;
}

.speaker__read {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 12px;
}

.speaker__read > a {
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}

.speaker__btn {
  padding: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: end;
  cursor: pointer;
}

.icon {
  width: 24px;
  height: 12px;
  background: url(img/icon_arrow_down.svg) no-repeat;
  background-position: center;
}

.speaker__btn.close .icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 786px) {
  

  .program__header {
    gap: 16px;
    flex-direction: column;
    align-items: baseline;
  }

  .program__sub_title {
    font-size: 16px;
  }

  .program__title {
    font-size: 18px;
  }

}

.profile_xpotential-bg--cover {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  background-size: cover;
  position: relative;
  z-index: 1;
}
.profile_xpotential-bg--place {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/b_003.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#profile_xpotential,
#profile_xpotential .section__headline span {
  color: #fff;
}
#profile_xpotential .section__headline {
  color: #fff;
  text-align: center;
  margin-bottom: 120px;
}
#profile_xpotential .section__headline::before {
  color: #fff;
}
#profile_xpotential .program_wrap {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid #fff;
  margin-bottom: 32px;
  text-align: left;
  gap: 24px;
  font-size: 1.5rem;
}
#profile_xpotential .program_wrap:last-child {
  margin-bottom: 0;
}
#profile_xpotential .program__ttl {
  font-weight: 600;
  display: flex;
  gap: 24px;
  white-space: nowrap;
}

@media screen and (max-width: 786px) {
  #profile_xpotential .program_wrap {
    font-size: 1.2rem;
    padding: 16px 24px;
  }
  .speaker__list {
    flex-direction: column;
    align-items: center;
  }
}

/* スポンサー

====================================================*/
.speaker__img--only {
  max-width: 100%;
}
.speaker__img--only span {
  font-size: 24px;
}
.speaker__img--only .speaker__img {
  max-width: 100%;
  height: 102px;
}
.speaker__img--only .speaker__profile {
  display: none;
}
@media screen and (max-width: 786px) {
  .speaker__img--only .speaker__img {
    max-width: 100%;
    height: 150px;
  }
  .speaker__img--only .speaker__profile {
    display: block;
  }
}

.sponsor__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 16px 0;
  gap: 16px;
  margin-bottom: 32px;
}

.sponsor__item {
  background-color: #fff;
  padding: 16px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsor__item img {
  height: 50px;
  width: auto;
}

.sponsor__list + p {
  text-align: right;
  font-size: 12px;
  margin-top: 16px;
}

.sponsor__item a {
  display: block;
}
.sponsor__item a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 786px) {
  .sponsor__item {
    background-color: #fff;
    padding: 16px;
  }
  /* .sponsor__item img {
    height: 35px;
    width: auto;
  } */
}

@media screen and (max-width: 414px) {
  .sponsor__item {
    width: 100%;
  }
}

/* about

====================================================*/

.outline {
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  color: #fff;
}
.outline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url(img/bg-2.png) no-repeat;
  background-size: cover;
  background-position: right;
}
.outline .section {
  display: flex;
  gap: 60px;
}
.outline .section__headline span {
  color: #fff;
  border-color: #fff;
}
.outline .section__headline::before {
  color: #fff;
}
.outline table {
  width: 100%;
}
th,
td {
  font-weight: normal;
  text-align: left;
  padding: 20px 16px;
  line-height: 1.6;
  vertical-align: baseline;
}
th{
  padding-left: 0;
}
td a {
  color: #fff;
  text-decoration: underline;
}

/**/
.section--flex {
  display: flex;
  gap: 60px;
}
.asection--right {
  min-width: 250px;
}
.asection--left {
  width: 100%;
}
.access iframe {
  width: 100%;
}
.access__name {
  font-weight: bold;
  margin-bottom: 8px;
}
.google_btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  padding: 8px 24px;
  margin-top: 24px;
}
.google_btn::after {
  content: "";
  width: 24px;
  height: 12px;
  background: url(img/icon_arrow_down.svg) no-repeat;
  background-position: center;
  filter: brightness(0) saturate(100%);
  transform: rotate(-90deg);
}

@media screen and (max-width: 786px) {
  .section--flex,
  .outline .section {
    flex-direction: column;
    gap: 24px;
  }
  .outline .section {
    gap: 0;
  }
  th {
    padding-left: 0;
    white-space: nowrap;
  }
  td {
    padding-right: 0;
  }
  .access iframe {
    height: 300px;
  }
}

@media screen and (max-width: 414px) {
  .outline td,
  .outline th {
    display: block;
    padding: 0;
  }
  .outline th{
    padding-bottom: 8px;
    opacity: .7;
  }
  .outline td{
    padding-bottom: 24px;
  }
}

/* footer

====================================================*/
footer {
  padding: 40px 16px 16px;
  text-align: center;
  background: #fff;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 720px;
  margin: 0 auto 82px;
}

.footer-wrap img {
  height: 45px;
  width: auto;
  filter: brightness(0) saturate(100%);
}

.footer-wrap .menu {
  display: flex;
  list-style: none;
}

.footer-wrap .menu li {
  margin-right: 40px;
}

.footer-wrap .menu li:last-child {
  margin-right: 0;
}

.footer-wrap .menu a {
  font-size: 16px;
  /* font-weight: 600; */
  /* line-height: 16px; */
  color: var(--font-color);
}

small {
  font-size: 12px;
  line-height: 16px;
  color: var(--border-color);
}

@media screen and (max-width: 786px) {
  .footer-wrap {
    flex-direction: column;
    margin-bottom: 64px;
  }

  .footer-wrap img {
    height: 45px;
  }

  .footer-wrap .menu {
    margin-top: 64px;
    flex-direction: column;
  }

  .footer-wrap .menu li {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .footer-wrap .menu li:last-child {
    margin-bottom: 0;
  }

  .footer-wrap .menu a {
  }

  small {
  }
}

/* form

====================================================*/

.form-content iframe {
  height: 800px;
}

@media screen and (max-width: 623px) {
  .form-content iframe {
    height: 1100px;
  }
}
.privacypolicy {
  font-size: 12px;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
}

.profile {
  position: relative;
  max-width: calc((100% - 24px * 1) / 2);
  width: 100%;
}
.profile-name-and-company {
  width: 100%;
  margin-top: -80px;
  text-align: left;
  position: relative;
}
.profile-name {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.profile-company {
  margin-top: 6px;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profile-position {
  margin-top: 6px;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profile-text {
  margin-top: 8px;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .users {
    flex-direction: column;
    margin-top: 20px;
  }

  .user {
    width: 310px;
    padding: 0 20px 20px 20px;
    margin: 16px auto;
  }

  .program > * .session-title > span {
    font-size: 20px;
  }

  .program > .session {
    padding: 20px 12px 0 12px;
  }
  .program > .session > .section-headline {
    padding-left: 0;
  }
  .profile-position > span {
    font-size: 14px;
  }
  .profile-text > span {
    font-size: 14px;
  }
}
.profile-icon {
  position: relative;
}
/* dummy */
.profile-icon > .img {
  background: url("img/profile-default.png") no-repeat top right;
  background-size: 300px;
  height: 300px;
  margin: 0 auto;
}
/* .profile-icon > .img::before {
  content: "";
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  background-size: contain;
  position: absolute;
  bottom: 50px;
  left: 0;
} */

.profile-icon > .img.profile-xpotential {
  background-image: url(img/profile-xpotential.png);
}
/* .profile-icon > .img.profile-xpotential::before {
  background: url(img/logo.svg) no-repeat;
  filter: var(--svg-white);
  background-size: contain;
} */
.profile-icon > .img.profile-nippon {
  background-image: url(img/profile-nippon.png);
}
/* .profile-icon > .img.profile-nippon::before{
  background: url(img/logo-buysell.png) no-repeat;
} */

.profile-icon > .img.profile-buysell {
  background-image: url(img/profile-buysell.png);
}
/* .profile-icon > .img.profile-buysell::before {
  background: url(img/logo-buysell.png) no-repeat;
  background-size: contain;
} */

.profile-icon > .img.profile-amptalk {
  background-image: url(img/profile-amptalk.png);
}
/* .profile-icon > .img.profile-amptalk::before {
  background: url(img/logo-amptalk.png) no-repeat;
  background-size: contain;
  width: 120px;
} */

.profile-icon > .img.profile-sansan {
  background-image: url(img/profile-sansan.png);
}
/* .profile-icon > .img.profile-sansan::before {
  background: url(img/logo-sansan.png) no-repeat;
  background-size: contain;
  width: 100px;
} */

.profile-icon > .img.profile-toppan {
  background-image: url(img/profile-toppan.png);
}
/* .profile-icon > .img.profile-toppan::before {
  background: url(img/logo-toppan.png) no-repeat;
  background-size: contain;
} */


.profile-icon > .img.profile-gus {
  background-image: url(img/profile-gus.png);
}

.profile-icon > .img.profile-salesforce-1 {
  background-image: url(img/profile-salesforce-1.png);
}
.profile-icon > .img.profile-salesforce-2 {
  background-image: url(img/profile-salesforce-2.png);
}
.profile-icon > .img.profile-teamspirit {
  background-image: url(img/profile-teamspirit.png);
}


@media (max-width: 767px) {
  .profile-icon > .img {
    background-position: center;
  }
  .profile {
    margin-bottom: 60px;
    max-width: 450px;
    margin: 0 auto;
  }
}

/* #program-5 .profile-icon,
#program-6 .profile-icon{
  display: none;
}
#program-5 .profile-name-and-company,
#program-6 .profile-name-and-company {
  margin-top: 0;
} */