@charset "UTF-8";
body, html {
  width: 100%;
  min-width: 0;
  font-size: 16px;
}
body p, html p {
  font-size: 100%;
  line-height: 1.7;
  margin-bottom: 0;
}
body img, html img {
  width: 100%;
}

* {
  box-sizing: border-box;
}

.d-inline-block {
  display: inline-block;
}

body .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
  font-size: 15px !important;
}

#bodyId {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100vh;
  background: #EEEEEE;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
}
#bodyId .lpeCElement {
  position: static;
}

@media screen and (max-width: 767px) {
  .l-header, .l-header__container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 574px) {
  .l-header, .l-header__container {
    min-height: 70px;
  }
}

.l-header__container, .l-footer__container {
  width: 100%;
  max-width: 1200px;
}

.l-header {
  padding: 0 30px;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #EEEEEE;
}
.l-header .entry_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(228, 23, 20) 0%, rgb(237, 105, 41) 100%);
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px;
  gap: 15px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-header .entry_btn {
    display: none;
  }
}

.l-footer {
  padding: 30px;
  box-sizing: border-box;
}

.l-contents__container {
  flex: auto;
}

input,
select,
textarea {
  border-radius: 4px !important;
  box-shadow: none !important;
  padding: 7px 10px !important;
}

.lpeRegForm input {
  behavior: url("/rs/onemarketing/images/PIE.htc");
}

.lpeRegForm input[type=reset],
.lpeRegForm input[type=submit],
.lpeRegForm input[type=button] {
  background: #428bca;
  border: 1px solid #357ebd;
  border-radius: 5px;
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline;
  font-size: 12px !important;
  font-weight: bold;
  left: 0px;
  padding: 10px 15px !important;
  position: relative;
  text-transform: uppercase;
  top: 10px;
  -webkit-appearance: none;
}

.lpeRegForm input[type=reset]:hover,
.lpeRegForm input[type=submit]:hover,
.lpeRegForm input[type=button]:hover {
  background-color: #3071a9;
  border-color: #285e8e;
}

.mktoForm .mktoButtonWrap.mktoRound {
  margin-left: 0 !important;
}

.mktoForm .mktoError .mktoErrorMsg {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px, inset #ff3c3c 0 1px 0 !important;
  text-shadow: none !important;
  background-image: none !important;
}

.l-content--form {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-content--form {
    flex-direction: column;
    gap: 30px;
  }
}

.p-mkto--txt img {
  max-width: 100%;
}

@media screen and (min-width: 0px) and (max-device-width: 30em) {
  .l-content--form {
    display: block;
  }
  .l-content--form__left {
    width: 100%;
  }
  .l-content--form__right {
    padding-top: 20px;
    width: 100%;
    padding-bottom: 30px;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1230px;
  }
}
#conference h2 {
  padding: 10px;
  background: #000;
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}
#conference .mv {
  margin-top: 90px;
  border-bottom: 1px solid #EEEEEE;
}
@media screen and (max-width: 574px) {
  #conference .mv {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  #conference .mv h1.pc_only {
    display: none;
  }
}
#conference .mv h1.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  #conference .mv h1.sp_only {
    display: block;
  }
}
#conference .mv img {
  display: block;
}
#conference .entry_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 15px;
  background: #fff;
}
#conference .entry_wrap .entry_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(228, 23, 20) 0%, rgb(237, 105, 41) 100%);
  color: #fff;
  padding: 15px 30px;
  font-size: 22px;
  border-radius: 5px;
  gap: 15px;
  font-weight: 600;
}
#conference .entry_wrap .entry_btn span {
  transform: rotate(90deg);
}
@media screen and (max-width: 450px) {
  #conference .entry_wrap .entry_btn {
    font-size: 18px;
  }
}
#conference .about {
  padding: 60px 0;
}
#conference .about_lead {
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 574px) {
  #conference .about_lead {
    line-height: 1.8;
    font-size: 15px;
    letter-spacing: 0.05rem;
    text-align: justify;
  }
}
#conference .about table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #conference .about table {
    border: 1px solid #e94d1f;
  }
}
#conference .about table th {
  background: #e94d1f;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 25%;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 574px) {
  #conference .about table th {
    font-size: 16px;
  }
}
#conference .about table tr:first-of-type td {
  border-top: #e94d1f 1px solid;
}
#conference .about table tr:first-of-type th {
  border-top: #e94d1f 1px solid;
}
#conference .about table tr:last-of-type th {
  border-color: #e94d1f;
}
#conference .about table td {
  border-bottom: #e94d1f 1px solid;
  border-right: #e94d1f 1px solid;
  width: 75%;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  background: #fff;
}
@media screen and (max-width: 574px) {
  #conference .about table td {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.8;
  }
}
#conference .about table th, #conference .about table td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #conference .about table th, #conference .about table td {
    width: 100%;
    display: block;
    border: 0;
  }
}
#conference .time {
  padding: 80px 0;
  background: #fff;
}
#conference .timetable_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
#conference .timetable_top li {
  background: #f3f3f3;
  border-radius: 50px;
  text-align: center;
  padding: 10px;
  font-weight: 500;
}
#conference .timetable_top li:first-of-type {
  width: calc(20% - 2px);
}
@media screen and (max-width: 767px) {
  #conference .timetable_top li:first-of-type {
    width: calc(30% - 2px);
  }
}
#conference .timetable_top li:nth-of-type(2) {
  width: calc(45% - 2px);
}
@media screen and (max-width: 767px) {
  #conference .timetable_top li:nth-of-type(2) {
    width: 70%;
  }
}
#conference .timetable_top li:last-of-type {
  width: calc(35% - 2px);
}
@media screen and (max-width: 767px) {
  #conference .timetable_top li:last-of-type {
    display: none;
  }
}
#conference .time_table {
  background: #fff;
}
#conference .time_table:nth-of-type(even) {
  background: #fff6f4;
}
#conference .time_table:first-of-type .time_box .time_box_theme, #conference .time_table:last-of-type .time_box .time_box_theme {
  width: calc(80% - 2px);
}
@media screen and (max-width: 767px) {
  #conference .time_table:first-of-type .time_box .time_box_theme, #conference .time_table:last-of-type .time_box .time_box_theme {
    width: 70%;
  }
}
#conference .time_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
#conference .time_box_time {
  width: calc(20% - 2px);
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #conference .time_box_time {
    width: calc(30% - 2px);
  }
}
@media screen and (max-width: 574px) {
  #conference .time_box_time {
    font-size: 14px;
  }
}
#conference .time_box_theme {
  width: calc(45% - 2px);
  padding: 0 25px;
}
@media screen and (max-width: 991px) {
  #conference .time_box_theme {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #conference .time_box_theme {
    width: 70%;
  }
}
#conference .time_box_theme .name {
  display: none;
}
@media screen and (max-width: 767px) {
  #conference .time_box_theme .name {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 574px) {
  #conference .time_box_theme .name {
    font-size: 12px;
  }
}
#conference .time_box_theme h3 {
  font-size: 16px;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
#conference .time_box_theme .theme_lead {
  padding-top: 10px;
  border-top: 1px solid #c5c5c5;
  font-size: 14px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 表示する最大行数を指定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 574px) {
  #conference .time_box_theme .theme_lead {
    font-size: 13px;
  }
}
#conference .time_box_theme .theme_lead p {
  margin-bottom: 10px;
  text-align: justify;
}
#conference .time_box_theme .theme_lead p:last-of-type {
  margin-bottom: 0;
}
#conference .time_box_theme .toggle-btn {
  color: #0069b3;
  cursor: pointer;
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
  margin-left: auto;
  font-size: 14px;
}
#conference .time_box_speaker {
  width: calc(35% - 2px);
  padding: 0 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  #conference .time_box_speaker {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #conference .time_box_speaker {
    display: none;
  }
}
#conference .time_box_speaker .picture {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
#conference .time_box_speaker .name {
  width: calc(100% - 95px);
}
@media screen and (max-width: 991px) {
  #conference .time_box_speaker .name {
    width: 100%;
  }
}
#conference .speaker {
  padding: 80px 0;
}
#conference .speaker_item {
  display: flex;
  gap: 30px;
  padding: 30px 50px;
  background: #fff;
  border-bottom: 1px solid #EEEEEE;
}
@media screen and (max-width: 767px) {
  #conference .speaker_item {
    flex-direction: column;
    gap: 15px;
    padding: 30px;
  }
}
#conference .speaker_item:nth-of-type(even) {
  background: #fff6f4;
}
#conference .speaker_item_image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #conference .speaker_item_image {
    margin: 0 auto;
  }
}
#conference .speaker_item_text {
  width: calc(100% - 230px);
}
@media screen and (max-width: 767px) {
  #conference .speaker_item_text {
    width: 100%;
  }
}
#conference .speaker_position {
  font-size: 14px;
  margin-bottom: 10px;
}
#conference .speaker_name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#conference .speaker_profile {
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
}
#conference .id-target {
  padding-top: 90px;
  margin-top: -90px;
  display: block;
}
#conference .form {
  margin-bottom: 40px;
}
@media screen and (max-width: 574px) {
  #conference .form {
    margin-bottom: 60px;
  }
}
#conference .form .mktoForm {
  width: 100% !important;
  padding: 0 !important;
}
#conference .form .mktoForm .mktoFormCol {
  width: 100%;
  margin-bottom: 0 !important;
}
#conference .form .mktoForm .mktoOffset {
  height: 0;
}
#conference .form .mktoForm .mktoFieldWrap {
  padding: 15px 0;
  border-bottom: 1px solid #cbcbcb;
  width: 100%;
}
#conference .form .mktoForm .mktoLabel {
  font-weight: bold;
  font-size: 16px;
  width: 250px !important;
}
#conference .form .mktoForm .mktoLabel#LblFirstName {
  width: 10px !important;
}
#conference .form .mktoForm input[type=text], #conference .form .mktoForm input[type=url], #conference .form .mktoForm input[type=email], #conference .form .mktoForm input[type=tel], #conference .form .mktoForm input[type=number], #conference .form .mktoForm input[type=date], #conference .form .mktoForm select.mktoField, #conference .form .mktoForm textarea.mktoField {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  padding: 10px;
  box-shadow: none;
  width: calc(100% - 260px) !important;
}
#conference .form .mktoForm input[type=checkbox] + label:before, #conference .form .mktoForm input[type=radio] + label:before {
  box-shadow: none;
}
#conference .form .mktoForm .mktoRadioList > label, #conference .form .mktoForm .mktoCheckboxList > label {
  font-size: 15px;
}
#conference .form .mktoForm .mktoFormRow {
  display: flex;
}
#conference .form .mktoForm .mktoFormRow:nth-of-type(1) .mktoFormCol:first-of-type {
  width: calc(50% + 170px);
}
@media screen and (max-width: 767px) {
  #conference .form .mktoForm .mktoFormRow:nth-of-type(1) .mktoFormCol:first-of-type {
    width: calc(50% + 80px);
  }
}
@media screen and (max-width: 574px) {
  #conference .form .mktoForm .mktoFormRow:nth-of-type(1) .mktoFormCol:first-of-type {
    width: 50%;
  }
}
#conference .form .mktoForm .mktoFormRow:nth-of-type(1) .mktoFormCol:nth-of-type(2) {
  width: calc(50% - 85px);
}
@media screen and (max-width: 767px) {
  #conference .form .mktoForm .mktoFormRow:nth-of-type(1) .mktoFormCol:nth-of-type(2) {
    width: calc(50% - 80px);
  }
}
@media screen and (max-width: 574px) {
  #conference .form .mktoForm .mktoFormRow:nth-of-type(1) .mktoFormCol:nth-of-type(2) {
    width: 50%;
  }
}
#conference .form .mktoForm .mktoFormRow:nth-of-type(1) .mktoFormCol:nth-of-type(2) #FirstName {
  width: calc(100% - 20px) !important;
}
@media screen and (max-width: 574px) {
  #conference .form .mktoForm .mktoFormRow:nth-of-type(1) .mktoFormCol:nth-of-type(2) #FirstName {
    width: 100%;
  }
}
#conference .form .mktoForm select.mktoField {
  padding: 10px 20px 10px 10px;
}
#conference .form .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
  border: 0;
  background-image: none;
  padding: 0.4em 1em;
  font-size: 1em;
  background: #000000;
  border: 2px solid #000;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 15px;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 12px 24px 12px;
  width: auto;
  max-width: 100%;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 574px) {
  #conference .form .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
    padding: 10px 5px;
    font-feature-settings: "palt";
    font-size: 14px !important;
  }
}
#conference .form .mktoButtonRow {
  margin: 20px auto 0 !important;
  width: 100%;
  text-align: center;
}
#conference .form .mktoButtonRow .mktoButtonWrap {
  display: block;
  text-align: center;
  margin-left: 0 !important;
}
@media screen and (max-width: 840px) {
  #conference .form .mktoForm .mktoRequiredField label.mktoLabel, #conference .form #Lblinquirycontents__c, #conference .form #LblMobilePhone {
    width: 160px !important;
  }
  #conference .form .mktoForm input[type=text], #conference .form .mktoForm input[type=url], #conference .form .mktoForm input[type=email], #conference .form .mktoForm input[type=tel], #conference .form .mktoForm input[type=number], #conference .form .mktoForm input[type=date], #conference .form .mktoForm select.mktoField, #conference .form .mktoForm textarea.mktoField {
    width: calc(100% - 170px) !important;
  }
  #conference .form .mktoForm .mktoRadioList, #conference .form .mktoForm .mktoCheckboxList {
    width: calc(100% - 170px) !important;
  }
}
@media screen and (max-width: 580px) {
  #conference .form .mktoForm .mktoGutter {
    display: none;
  }
  #conference .form .mktoForm .mktoRequiredField label.mktoLabel, #conference .form #Lblinquirycontents__c, #conference .form #LblMobilePhone, #conference .form #LblMMQ5_T {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #conference .form .mktoForm input[type=text], #conference .form .mktoForm input[type=url], #conference .form .mktoForm input[type=email], #conference .form .mktoForm input[type=tel], #conference .form .mktoForm input[type=number], #conference .form .mktoForm input[type=date], #conference .form .mktoForm select.mktoField, #conference .form .mktoForm textarea.mktoField {
    width: 100% !important;
  }
  #conference .form .mktoForm .mktoRadioList, #conference .form .mktoForm .mktoCheckboxList {
    width: 100% !important;
  }
  #conference .form .mktoForm .mktoFormRow {
    align-items: flex-end;
  }
  #conference .form .mktoForm .mktoFieldWrap {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 480px) {
  #conference .form .mktoForm textarea.mktoField {
    height: 8em;
  }
}
#conference .form .ui-button.ui-state-active:hover b, #conference .form .ui-button:active b, #conference .form .ui-state-active b, #conference .form .ui-widget-content .ui-state-active b, #conference .form .ui-widget-header .ui-state-active b, #conference .form a.ui-button:active b,
#conference .form .ui-button.ui-state-active:hover span, #conference .form .ui-button:active span, #conference .form .ui-state-active span, #conference .form .ui-widget-content .ui-state-active span, #conference .form .ui-widget-header .ui-state-active span, #conference .form a.ui-button:active span {
  color: #fff;
  transition: none;
}
#conference .form .ui-menu .ui-menu-item-wrapper {
  line-height: 1.4;
  transition: none;
}
#conference .form .ui-button.ui-state-active:hover, #conference .form .ui-button:active, #conference .form .ui-state-active, #conference .form .ui-widget-content .ui-state-active, #conference .form .ui-widget-header .ui-state-active, #conference .form a.ui-button:active, #conference .form .ui-widget.ui-widget-content {
  transition: none;
}
#conference .form form * {
  transition: none !important;
}
#conference .form .ui-menu .ui-menu-item * {
  transition: none;
}
#conference .form_cap {
  font-size: 14px;
  margin-top: 15px;
}
#conference .form_cap span {
  color: #E60012;
}
#conference .privacy {
  margin-bottom: 80px;
}
#conference .privacy h3 {
  font-size: 22px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 574px) {
  #conference .privacy h3 {
    font-size: 20px;
  }
}
#conference .privacy_lead {
  line-height: 1.8;
  margin-bottom: 15px;
}
@media screen and (max-width: 574px) {
  #conference .privacy_lead {
    line-height: 1.8;
    font-size: 15px;
    letter-spacing: 0.05rem;
    text-align: justify;
  }
}
#conference .privacy ul {
  margin-top: 20px;
}
#conference .privacy ul li {
  margin-bottom: 10px;
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #conference .privacy ul li {
    flex-direction: column;
  }
}
#conference .privacy ul li a {
  text-decoration: underline;
  display: block;
}/*# sourceMappingURL=conference.css.map */