:root {
  --theme-primary-color: #000;
  --text-default-color: #000;
  --theme-sub-color: #000;
  --theme-highlight-color: #000;
  --container: 82rem;
  --spacing-base: 1rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--text-default-color);
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre-wrap;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

details {
  display: block;
}

summary {
  display: list-item;
}

figcaption {
  font-size: 0.75rem;
  font-style: italic;
  color: inherit;
  padding: 0.625rem 1.25rem;
  line-height: 1.25;
  font-weight: 400;
}

template {
  display: none;
}

.hidden {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

label {
  display: inline-block;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: none;
  border: 1px solid #5c6975;
  background: #ffffff;
  color: var(--text-default-color);
  border-radius: 0.3125rem;
  padding: 0.625rem 0.9375rem;
  font-size: 1rem;
  font-style: normal;
  line-height: 2;
  min-height: 3.25rem;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  opacity: 1 !important;
  color: #afc5c6;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button:focus,
[type="submit"]:focus,
[type="button"]:focus {
  outline: none;
}

button:not(:disabled),
[type="submit"]:not(:disabled),
[type="button"]:not(:disabled) {
  cursor: pointer;
}

button[type="submit"]:not(:disabled),
button[type="submit"]:not(:disabled),
input[type="submit"]:not(:disabled),
input[type="submit"]:not(:disabled) {
  color: #fff;
  border: none;
  background: #f56941;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNzgzMiAxLjc5Mjk3TDEyLjM5NjUgMTIuNDA2MkwyMy4wMDk4IDEuNzkyOTciIHN0cm9rZT0iIzMyQzRFRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 1.25rem;
  padding-right: 2.5rem;
}

select:required:invalid {
  color: #afc5c6;
}

option:not(:first-of-type) {
  color: var(--text-default-color);
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="file"] {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25em;
  color: var(--puzzle-blue);
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6.25rem 6.25rem 6.25rem 6.25rem;
  padding: 0.9375rem 1.4375rem 0.9375rem 1.4375rem;
  max-width: 100%;
}

input[type="date"] {
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: max(0.8em, 1rem);
  font-family: "Roboto";
  font-weight: bold;
  line-height: 1.2;
  color: inherit;
  text-transform: unset;
}

h1,
.h1 {
  font-size: 3.5rem;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 3rem;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 2.5rem;
}

h4,
.h4 {
  font-size: 2rem;
}

h5,
.h5 {
  font-size: 1.5rem;
}

h6,
.h6 {
  font-size: 1.25rem;
}

.elementor-element .elementor-heading-title {
  line-height: 1.2;
}

.font-extra-big,
.font-extra-big .elementor-heading-title {
  font-size: 3.5rem;
}

.font-big,
.font-big .elementor-heading-title {
  font-size: 3rem;
}

.font-extra-medium,
.font-extra-medium .elementor-heading-title {
  font-size: 2.5rem;
}

.font-medium,
.font-medium .elementor-heading-title {
  font-size: 2rem;
}

.font-extra-normal,
.font-extra-normal .elementor-heading-title {
  font-size: 1.5rem;
}

.font-normal,
.font-normal .elementor-heading-title {
  font-size: 1.25rem;
}

.font-extra-regular,
.font-extra-regular .elementor-heading-title {
  font-size: 1.125rem;
}

.font-small,
.font-small .elementor-heading-title {
  font-size: 0.875rem;
}

/**/
.font-w-300 {
  font-weight: 300;
}

.font-w-400 {
  font-weight: 400;
}

.font-w-500 {
  font-weight: 500;
}

.font-w-600 {
  font-weight: 600;
}

.font-w-700 {
  font-weight: 700;
}

.font-w-800 {
  font-weight: 800;
}

.font-w-900 {
  font-weight: 900;
}

.text-uppercase {
  text-transform: uppercase;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.flex-1 {
  flex: 1 !important;
}

.ct-gap-1 {
  gap: 1rem;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.width-unset {
  width: unset !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.container {
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.container-ml-0 > .e-con-inner {
  margin-left: 0;
}

.container-mr-0 > .e-con-inner {
  margin-right: 0;
}

.row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  flex-wrap: wrap;
}

.row.no-gutter {
  margin-left: unset;
  margin-right: unset;
}

.row.no-gutter > div[class^="col"] {
  padding-left: unset;
  padding-right: unset;
}

.row > .col-item {
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

/*spacing*/
.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.py-0 {
  padding-top: 0;
  padding-top: 0;
}

.container-py-0 > .e-con-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.px-normal {
  padding-left: calc(1.5 * var(--spacing-base));
  padding-right: calc(1.5 * var(--spacing-base));
}

.py-double-normal {
  padding-top: calc(3 * var(--spacing-base));
  padding-bottom: calc(3 * var(--spacing-base));
}

.py-medium {
  padding-top: calc(5 * var(--spacing-base));
  padding-bottom: calc(5 * var(--spacing-base));
}
.pb-medium {
  padding-bottom: calc(5 * var(--spacing-base));
}

.py-large {
  padding-top: calc(7 * var(--spacing-base));
  padding-bottom: calc(7 * var(--spacing-base));
}

.pt-large {
  padding-top: calc(7 * var(--spacing-base));
}

.spacing-default {
  --spacer-size: 1rem !important;
}

.spacing-normal {
  --spacer-size: calc(1.5 * var(--spacing-base)) !important;
}

.spacing-extra-normal {
  --spacer-size: calc(2.5 * var(--spacing-base)) !important;
}

.spacing-double-normal {
  --spacer-size: calc(3 * var(--spacing-base)) !important;
}

.spacing-medium {
  --spacer-size: calc(5 * var(--spacing-base)) !important;
}

.spacing-large {
  --spacer-size: calc(7 * var(--spacing-base)) !important;
}

/**/
.color-white {
  color: #fff;
}

.color-inherit {
  color: inherit !important;
}

.color-main {
  color: var(--theme-primary-color);
}

.color-sub {
  color: var(--theme-sub-color);
}

.filter-gray-scale {
  filter: grayscale(1);
}

ol,
ul {
  margin-block-end: 1em;
}

.space-container-left {
  padding-left: max(1.25rem, ((100vw - var(--container)) / 2));
  padding-right: 1.25rem;
}

.space-container-left-normal {
  padding-left: max(0.625rem, ((100vw - var(--container)) / 2 - 0.625rem));
  padding-right: 0.625rem;
}

.space-container-right {
  padding-right: max(1.25rem, ((100vw - var(--container)) / 2));
  padding-left: 1.25rem;
}

.space-container-x {
  padding-left: max(1.25rem, ((100vw - var(--container)) / 2));
  padding-right: max(1.25rem, ((100vw - var(--container)) / 2));
}

.btn-tag {
  display: inline-block;
  background-color: #eeeeee;
  padding: 0.25rem 0.5rem;
}

.box-has-author .btn-tag {
  background-color: transparent;
  padding: 0;
}

.link-btn-outline a {
  padding: 0.5rem 1.25rem !important;
  background-color: #fff;
  border: 1px solid;
}

.link-btn a {
  padding: 0.5rem 1.25rem !important;
  background-color: var(--theme-primary-color);
  color: #fff;
  border: 1px solid;
  border-color: var(--theme-primary-color);
}

.link-decor-underline a {
  text-decoration: underline;
}

.max-line-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.max-line-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.elementor-widget-toggle .elementor-toggle-item {
  border: 1px solid;
}

.elementor-toc__list-item .elementor-toc__list-wrapper {
  margin-top: 0;
}

.elementor-toc__header {
  margin-bottom: 1rem;
}

a.elementor-toc__list-item-text {
  width: 100%;
  padding: 0.75rem 1rem;
}

a.elementor-toc__list-item-text.elementor-item-active {
  background-color: #eeeeee;
}

.btn {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid;
  border-radius: 0;
}

.elementor-button-icon {
  line-height: 1;
  display: flex;
  align-items: center;
}

/*  */
.custom-tab-wrap .custom-tab-head {
  width: 100%;
  overflow: auto;
  margin-bottom: 3rem;
}

.custom-tab-wrap .custom-tab-head--inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.custom-tab-wrap .custom-tab-head__tab {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
}

.custom-tab-wrap .custom-tab-head__tab:not(.active) {
  cursor: pointer;
}

.custom-tab-wrap .custom-tab-head__tab:hover,
.custom-tab-wrap .custom-tab-head__tab.active {
  border-color: var(--theme-primary-color);
}

.custom-tab-wrap .custom-tab__item:not(.active) {
  display: none;
}

.schedule-item-wrap {
  padding: 2rem 0;
  border-top: 1px solid;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 2rem;
  row-gap: 1rem;
}

.schedule-item-wrap .schedule-time-start {
  width: min(100%, 6rem);
}

.schedule-item-wrap .schedule-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.5rem;
}

.schedule-item-wrap .schedule-content .schedule-head {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 0.5rem;
  flex: 1;
}

.schedule-item-wrap .schedule-content .schedule-speaker {
  width: min(100%, 10rem);
}

.schedule-item-wrap .schedule-content .schedule-location {
  width: min(100%, 10rem);
}

.schedule-item-wrap .schedule-details {
  width: min(100%, 8.125rem);
}

/*  */
blockquote {
  padding-left: 1.25rem;
  border-left: 2px solid;
  font-size: 1.25rem;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
}

.wp-caption.alignnone {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wp-caption.alignnone .wp-caption-text {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  padding: 0 0 0 0.625rem;
  border-left: 2px solid;
}

.single-content-wrap a {
  color: #e90024;
  text-decoration: underline;
}

.newsletters-content table {
  margin: 0;
}

.newsletters-content > div > table {
  margin-left: auto;
  margin-right: auto;
}

.newsletters-content td {
  padding: 0;
  border: none;
  background-color: transparent;
}

.newsletters-html_only .newsletter-html-display-none {
  display: none !important;
}

.e-filter .e-filter-item:focus {
  color: var(--theme-primary-color) !important;
  border-color: var(--theme-primary-color) !important;
}

/* custom form */
form.form-submit--inline .frm_form_fields > fieldset {
  padding: 0;
}

form.form-submit--inline .frm_fields_container {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

form.form-submit--inline .frm_fields_container > .form-field {
  flex: 1;
  min-width: min(100%, 18.75rem);
  margin: 0;
}

form.form-submit--inline .frm_fields_container > .form-field.form-submit-wrap {
  flex: unset;
  min-width: unset;
}

.layout-2-columns .frm_opt_container {
  display: grid;
  gap: 0.875rem;
  row-gap: 0.875rem;
  column-gap: 0.875rem;
  grid-template-columns: 1fr;
}

/*  */
.time-line-label {
  color: #000;
}

.time-line-label .elementor-icon-wrapper {
  display: flex;
}

.time-line-label .elementor-icon-wrapper .elementor-icon {
  color: inherit !important;
}

.time-line-label .elementor-divider-separator {
  border-color: #000 !important;
}

.time-line-label .slick-slide.slick-current {
  color: #000;
}

.time-line-label .slick-slide.slick-current .divider-right .elementor-divider-separator {
  border-color: #aaa !important;
}

.time-line-label .slick-slide.slick-current ~ * {
  color: #aaa;
}

.time-line-label .slick-slide.slick-current ~ * .elementor-divider-separator {
  border-color: #aaa !important;
}

#mc_embed_signup {
  max-width: 100%;
}

#mc_embed_signup form {
  margin: 0 !important;
}

#mc_embed_signup #mc_embed_signup_scroll {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

#mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
  flex: 1;
  min-width: min(100%, 18.75rem);
  margin: 0;
  padding: 0;
}

#mc_embed_signup #mc_embed_signup_scroll .mc-field-group input {
  border: 1px solid;
  border-radius: 0;
}

#mc_embed_signup #mc_embed_signup_scroll .mc-field-group input::placeholder {
  color: inherit;
  opacity: 1;
}

#mc_embed_signup #mc_embed_signup_scroll #mce-responses {
  order: 1;
  width: 100%;
}

#mc_embed_signup #mc_embed_signup_scroll .clear {
}

#mc_embed_signup #mc_embed_signup_scroll .clear input[type="submit"] {
  min-height: 3.25rem;
  border-radius: 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .layout-2-columns .frm_opt_container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --spacing-base: 0.8rem;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --spacing-base: 0.6rem;
  }

  .spacing-default {
    --spacer-size: 0.75rem !important;
  }

  .spacing-normal {
    --spacer-size: 1.25rem !important;
  }

  .spacing-double-normal {
    --spacer-size: 1.5rem !important;
  }

  h1,
  .h1 {
    font-size: 3rem;
  }

  h2,
  .h2 {
    font-size: 2.5rem;
  }

  h3,
  .h3 {
    font-size: 2rem;
  }

  h4,
  .h4 {
    font-size: 1.5rem;
  }

  h5,
  .h5 {
    font-size: 1.25rem;
  }

  h6,
  .h6 {
    font-size: 1.125rem;
  }

  .font-extra-big,
  .font-extra-big .elementor-heading-title {
    font-size: 3rem;
  }

  .font-big,
  .font-big .elementor-heading-title {
    font-size: 2.5rem;
  }

  .font-medium,
  .font-medium .elementor-heading-title {
    font-size: 1.75rem;
  }

  .font-extra-normal,
  .font-extra-normal .elementor-heading-title {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 991px) {
  .schedule-item-wrap {
    padding: 1.5rem 0;
    flex-direction: column;
    align-items: unset;
  }

  .schedule-item-wrap .schedule-time-start {
    width: unset;
  }
}

@media screen and (max-width: 850px) {
  .schedule-item-wrap .schedule-details,
  .schedule-item-wrap .schedule-content {
    flex-direction: column;
    align-items: unset;
  }

  .schedule-item-wrap .schedule-content .schedule-speaker,
  .schedule-item-wrap .schedule-content .schedule-location {
    width: unset;
  }
}

@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }

  h2,
  .h2 {
    font-size: 2.25rem;
  }

  .font-extra-big,
  .font-extra-big .elementor-heading-title {
    font-size: 2.5rem;
  }

  .font-big,
  .font-big .elementor-heading-title {
    font-size: 2.25rem;
  }

  .font-medium,
  .font-medium .elementor-heading-title {
    font-size: 1.5rem;
  }

  .font-extra-normal,
  .font-extra-normal .elementor-heading-title {
    font-size: 1.25rem;
  }

  /* .menu-md-vertical .elementor-nav-menu {
    flex-direction: column;

  }

  .menu-md-vertical .elementor-nav-menu .menu-item>.elementor-item {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-md-vertical .elementor-nav-menu .menu-item:not(:first-child) {
    margin-top: 0.75rem;
  } */

  .elementor-toc__header {
    padding: 0.75rem 1rem !important;
    border: 1px solid !important;
    margin-bottom: 0.75rem;
  }
}

@media screen and (max-width: 600px) {
  .box-insight-inline .box-insight-body {
    min-width: 100%;
  }

  .box-insight-inline .elementor-widget-theme-post-featured-image img {
    max-width: unset !important;
  }
}

.heading-bg-white .elementor-heading-title {
    background-color: #ffffff;
    display: inline-block;
    padding: 10px;
}

.font-noto-sans-jp {
    font-family: 'Noto Sans JP', sans-serif;
}

.px-xl {
  padding-inline: clamp(1.25rem,3.125vw,3.75rem)
}
.text-shadow-dark-red {
  line-height: 1.4;
  text-shadow: 0px 0px 16.74px rgba(103, 0, 15, 0.89);
}

@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none ;
  }
}
