@charset "utf-8";

/*!
 * Bootstrap Reboot v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  /* --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  --bs-font-sans-serif: "Inter","Noto Sans JP", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */

/* ----------------------------------------
 *
 *	reset2
 *
---------------------------------------- */
ol,ul,li,dl,dt,dd,p,h1,h2,h3,h4,h5,figure {
  margin: 0;
  padding:0;
}
ol,ul {
  list-style: none;
}
/* ----------------------------------------
 *
 *	default
 *
---------------------------------------- */
:root {
  --color-font: #131212;
  --color-cta: #EEA319;
  --pc-max-width: 1200px;
  --pc-inner-padding: 20px;
  --sp-inner-padding: 10px;
  --font-bold: 800;
  --speakerMaskWidth: 100%;
  --speakerMaskWidth2: 100%;
}


html {
  font-size: 16px;
  height: 100%;
  font-family: "Inter","Noto Sans JP", sans-serif;
  scroll-padding-top: 80px;
}
body {
  width: 100%;
  /* min-width: 1024px; */
  height: 100%;
  color: var(--color-font);
}
img {
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  /* transition: all .5s;
  -webkit-transition: all .5s; */
}
/* a:hover {
  opacity: 0.7;
} */
table a {
  color: #666;
  text-decoration: underline;
}

/* ----------------------------------------
 *
 *	container
 *
---------------------------------------- */
.inner, .section {
  margin: 0 auto;
  /* width: 1000px;
  min-width: 1000px; */
}

.section {
  width: 100%;
  padding: 55px var(--pc-inner-padding) 85px;
}

.section__inner {
  max-width: var(--pc-max-width);
  margin: 0 auto;
  border: 1px solid #fff;
}

.border-box {
  border: 1px solid #fff;
  padding: 1em;
  border-radius: 20px;
  overflow: hidden;
}

.border-box__inner {
  padding: 30px;
  border-radius: 12px;
  background: #fff;
}

@media (max-width: 999px) {
  .section {
    padding: 30px var(--sp-inner-padding) 40px;
  }
  .section__inner {
    max-width: 100%;
  }
  .border-box {
    padding: 6px;
    border-radius: 20px;
  }
}


/* ----------------------------------------
 *
 *	header
 *
---------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* min-width: 1000px; */
  height: 60px;
  background-color: rgba(0,0,0,0.5);
  box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.1);
  z-index: 99;
}
.header .inner {
  width: 100%;
  max-width: var(--pc-max-width);
  height: 100%;
  padding-left: var(--pc-inner-padding);
  padding-right: var(--pc-inner-padding);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_logo_wrap {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}
.header_logo {
  width: 254px;
  max-width: 254px;
}
.header .header_logo a {
  padding: 15px 0;
  display: block;

}
.header .header_logo img {
  width: 100%;
  display: block;
}

.header nav a {
  color: var(--color-font);
}

.header_menu_btn {
  display: none;
  width: 48px;
  padding: 10px;
  background: none;
  border: none;
}

.header_menu_btn div {
  position: relative;
}

.header_menu_btn_line {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #fff;
}

.inner.is-active .header_menu_btn_line{
  background: var(--color-font);
}

.header_menu_btn_line:nth-child(2) {
  margin-top: 6px;
  margin-bottom: 6px;
}

.is-active .header_menu_btn_line:first-child {
  transform: rotate(45deg);
  transform-origin: left center;
}
.is-active .header_menu_btn_line:last-child {
  transform: rotate(-45deg);
  transform-origin: left center;
}
.is-active .header_menu_btn_line:nth-child(2) {
  visibility: hidden;
}

@media (min-width:1000px) {
  .header {
    height: 50px;
  }
  .navigation nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row nowrap;
  }
  .header nav a {
    color: #fff;
  }
  .navigation__link {
    margin-left: min(42px,2.8vw);
    position: relative;
    display: block;
    padding: 8px 8px 8px 0;
    font-size: 18px;
  }
  .navigation__link:after {
    transition: 0.2s ease-in-out;
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .navigation__link:where(:hover,:focus):after{
    width: 60%;
  }
}

@media (max-width:999px) {
  .header .inner {
    display: block;
  }
  .header .inner.is-active {
    width: 100%;
    height: 100dvh;
    display: block;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header_logo_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row nowrap;
  }
  .header_logo {
    width: 53%;
    min-width: 200px;
  }
  .header_menu_btn {
    display: block;
  }
  .navigation {
    height: calc(100% - 80px);
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    visibility: hidden;
    opacity: 0;
    transition:  0.3s opacity 0s ease-in-out,0s visibility 0.3ss;
  }
  .navigation nav {
    width: 100%;
  }
  .navigation__link {
    display: block;
    padding: 15px;
    text-align: center;
    font-size: 20px;
  }
  .header .inner.is-active .navigation {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s ease-in-out;
  }
}


/* ----------------------------------------
 *
 *	contents
 *
---------------------------------------- */
.contents {
  width: 100%;
  /* min-width: 1000px; */
}

.contents p.ac {
  text-align: center;
  
}

.text {
  font-size:  26px;
  line-height: 1.5;
}
.text--small {
  font-size:  18px;
  line-height: 1.65;
}

@media (max-width: 768px) {
  .text {
    font-size: 16px;
  }
  .text--small {
    font-size:  16px;
  }
}


/* hedding
------------------------------- */

.section__inner-title {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: var(--font-bold);
  overflow: hidden;
}

.section__inner-title-dashed {
  position: relative;
}

.section__inner-title-dashed span {
  display: inline-block;
  padding-right: 8px;
  /* background: #fff; */
  position: relative;
  z-index: 1;
}

.section__inner-title-dashed:before {
  position: absolute;
  left: 9em;
  bottom: 50%;
  content: "";
  width: 0;
  height: 2px;
  display: block;
  background-color: #767676;
  transition: 0.5s linear 0s width;
}

.section__inner-title-dashed.is-active::before {
  width: calc(100% - 9em);
}

.section__inner-title-sub {
  font-size: 40px;
}

@media (max-width: 999px) {
  .border-box__inner {
    padding: 15px;
  }
  .section__inner-title {
    font-size: 22px;
  }
  .section__inner-title-sub {
    font-size: 22px;
  }
}

/* first view
------------------------------- */

.first_view {
  position: relative;
}

.badge {
  width: 250px;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1;
}

.main-title {
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.main-title span{
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}


.video-wrap {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;

}

.video-wrap video {
  width: 100%;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading.is-loaded {
  display: none;
}

@media (max-width: 768px) {
  .badge {
    max-width: 250px;
    width: 45%;
    height:auto;
    top: 60px;
  }
  .video-wrap {
    max-width: 768px;
    aspect-ratio: 1080 / 1320;
  }
}


/* 共通
------------------------------- */
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.5s opacity 0s linear,0.5s transform 0s linear;
}

.fadein-late {
  transition-delay: 0.5s;
}
.fadein-late2 {
  transition-delay: 1s;
}

.is-active .fadein {
  opacity: 1;
  transform: translateY(0px);
}


.speaker-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 2%;
  grid-auto-rows: 1fr;
}

.speaker {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
}


.speaker__img {
  width: 88%;
  max-width: 194px;
  margin-right: 26px;
  flex: 0 0 auto;
}

.speaker__name {
  font-size: 18px;
  font-weight: var(--font-bold);
  word-break: keep-all;
}

.speaker__name span{
  margin-right: 0.4em;
}


.sponsored {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 8%;
  font-size: 30px;
  font-weight: var(--font-bold);
}

.sponsored li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  white-space: nowrap;
}

.sponsored img {
  margin-left: 24px;
  display: inline-block;
  height: 3.5vw;
  max-height: 44px;
  width: auto;
  vertical-align: middle;
}

.sponsored li:nth-child(2) img{
  height: 3.1vw;
  max-height: 32px;
}

.section--description .text {
  font-weight: 800;
}

.section--description .border-box__inner,
.timetable__content {
    container-type: inline-size;
}

@container (max-width: 999px) {
  .speaker-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 700px) {

  .speaker__img {
    width: 32%;
    max-width: 150px;
    min-width: 100px;
    margin-right: 12px;
  }

  .speaker__name {
    /* font-size: max(13px, 2.5vw); */
    font-size:13px;
  }
  .speaker__name span{
    font-size: 1.25em;
  }

  .sponsored {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    font-size: 20px;
  }
  .sponsored li{
    margin-bottom: 1em;
    justify-content: flex-start;;
  }
  .sponsored img {
    height: 5.8vw;
  }
  .sponsored li:nth-child(2) img{
    height: 4vw;
  }
}

/* スピーカー
------------------------------- */

.section--description .section__inner-title {
  /* transform: translateY(20px);
  transition: 0.4s opacity ease-in-out, 0.4s transform; */
}

.section--description .section__inner-title span{
  background: #fff;
}

.section--description {
  background: url(../img/fv_bg.webp) center bottom / cover no-repeat,  #F3F3F3;
}

.speaker__img-wrap {
  position:relative;
  flex: 0 0 auto;
}

.speaker__img-wrap::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s width 0s linear;
}
.section--description li:last-child .speaker__img-wrap::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s width 0s linear;
}
.section--description.is-active .speaker__img-wrap::after,
.section--description.is-active li:last-child .speaker__img-wrap::after{
  width: 0;
}

@media (max-width: 700px) {

  .speaker__img-wrap {
    width: 32%;
    max-width: 150px;
    min-width: 100px;
    margin-right: 12px;
    flex: 0 0 auto;
  }
  .section--description .speaker__img {
    width: 100%;
    margin-right: 0;
    max-width: none;
  }

}

@media (min-width: 1000px) {
  .section--description .speaker__name {
    font-size: 22px;
  }
}

/* タイムテーブル
------------------------------- */
.section--timetable {
  --section-bgcolor: var(--color-font);
  /* --section-bgcolor: #CFCFCF; */
  --timetable-color: #fff;
  --timetable-num-color: var(--color-font);
  --timetable-content-color: var(--color-font);
  --section-font-color: #fff;
  --timetable-h2-span:var(--color-font);
}
.section--timetable.is-change {
  --section-bgcolor: #CFCFCF;
  --timetable-color: #0F8FA8;
  --timetable-num-color: #fff;
  --timetable-content-color: #f6f6f6;
  --section-font-color: var(--color-font);
  --timetable-h2-span: #e7e8e7;
}
.section--timetable {
  background: var(--section-bgcolor);
  transition: 0.4s background-color ease-in-out;
}
/* .section--timetable.is-change {
  background: var(--section-bgcolor);
} */

.section--timetable .border-box__inner {
  background: var(--timetable-num-color);
}
/* .section--timetable.is-change .border-box__inner {
  background: var(--timetable-border-boxcolor);
} */

.section__inner-title-dashed.is-active::before {
  width: calc(100% - 8em);
  left: 8em;
}
.section--timetable .section__inner-title-dashed span {
  color: var(--section-font-color);
}

.timetable__item {
  padding-top: 50px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
}

.timetable__time-wrap {
  width: 230px;
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  flex: 0 0 230px;
}

.timetable__number {
  width: 82px;
  height: 82px;
  border: 2px solid var(--timetable-color);
  /* box-shadow: inset 0 0 0 3px var(--timetable-num-color); */
  background: var(--timetable-num-color);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  position: relative;
  z-index: 1;
}
.timetable__number > div {
  width: 80%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  border-radius: 100px;
  font-size: 40px;
  border: 1px solid var(--timetable-color);
  /* background: var(--timetable-color); */
  color: var(--timetable-num-color);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.timetable__nonumber {
  width: 46px;
  height: 46px;
  margin: 0 20px;
  border: 1px solid var(--timetable-color);
  /* box-shadow: inset 0 0 0 3px #fff; */
  background: var(--timetable-num-color);
  border-radius: 100px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.timetable__number > div::before {
  content: '';
  width: 100%;
  height: 0;
  background: var(--timetable-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.2s height ease-in-out;
}

.timetable__number.is-active > div::before {
  height: 100%;
}

.timetable__time {
  margin-right: 1em;
  font-size: 28px;
  font-weight: var(--font-bold);
  color: var(--section-font-color);
}

.timetable__content {
  width: 100%;
  /* padding-left: 20px; */
  padding: 25px 30px;
  position: relative;
  background: var(--timetable-content-color);
  flex: 1 1 auto;
  color: var(--section-font-color);
}

.timetable__line-content {
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.timetable__line-content .top{
  width: 100%;
  height: 0;
  position: absolute;
  bottom: calc(100% - 41px);
  left: 0;
  background: var(--timetable-color);
  transition: 0.2s height ease-in-out;
}
.timetable__line-content .bottom{
  width: 100%;
  height: 0;
  position: absolute;
  top: 41px;
  left: 0;
  background: var(--timetable-color);
  transition: 0.6s height ease-in-out;
}
.timetable__content--break .timetable__line-content .bottom{
  transition: 0.2s height ease-in-out;
}
.timetable__line-content .top.is-active{
    height: 41px;
    transition: 0.2s height ease-in-out;
} 
.timetable__line-content .bottom.is-active{
    height: calc(100% - 41px);
    transition: 1.2s height ease-in-out;
}
.timetable__content--break .timetable__line-content .bottom.is-active{
  transition: 0.2s height ease-in-out;
}

.timetable__content--break {
  width: 100%;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  background: var(--timetable-content-color);
  color: var(--section-foo-color);
  min-height: 67px;
}
.timetable__content--break::before,.timetable__content--break::after {
  content: none;
}

.timetable__content .speaker__img {
  max-width: 124px;
}

.timetable__title {
  margin-bottom: 15px;
  color: var(--timetable-color);
  font-weight: 800;
  line-height: 1.5;
  font-size: 28px;
}

.section--timetable .speaker-list {
  margin-top: 30px;
}

@media (min-width: 1000px) {
  .timetable__inner {
    position: relative;
  }
  .timetable__line {
    width: 10px;
    height: 94%;
    border: 1px solid var(--timetable-color);
    background: #fff;
    position: absolute;
    top: 0;
    left: 142px;
    border-radius: 4px;
    overflow: hidden;
  }
  .timetable__line > div {
    content: '';
    width: 100%;
    height: 0;
    background: var(--timetable-color);
    position: absolute;
    top: 0;
    left: 0;
  }

  .timeline__line-branch {
    width: 80px;
    height: 5px;
    border: 1px solid var(--timetable-color);
    background: #fff;
    position: absolute;
    top: 85px;
    left: 153px;
  }
  .timeline__line-branch > div {
    width: 0;
    height: 100%;
    background: var(--timetable-color);
    position: absolute;
    top: 0;
    left: 0;
  }

  .timetable__nonumber {
    top: 5px;
  }

}


@media (max-width: 999px) {
  .section--timetable .section__inner-title {
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .section--timetable .border-box__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .timetable__item {
    padding-top: 20px;
    display: block;
  }
  .timetable__line {
    display: none;
  }
  .timeline__line-branch {
    display: none;
  }
  .timetable__time-wrap {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .timetable__time {
    order: 2;
    font-size: 20px;
  }
  .timetable__number {
    width: 56px;
    height: 56px;
    margin-right: 12px;
  }
  .timetable__number > div {
    font-size: 28px;
    width: 90%;
    height: 90%;
  }
  .timetable__nonumber {
    width: 28px;
    height: 28px;
    margin-left: 0;
    margin-right: 0.25em;
  }
  .timetable__number > div::before {
    height: 100%;
  }
  .timetable__content {
    width: 100%;
    padding-left : 16px;
    padding-right : 16px;
  }
  .timetable__line-content {
    display: none;
  }
  .timetable__content--break {
    justify-content: flex-start;
    padding-left: 25px;
  }
  .timetable__content .speaker__img {
    max-width: 94px;
    min-width: auto;
  }
  .timetable__title {
    font-size: 20px;
  }
}

/* イベント詳細
------------------------------- */
.section--detail {
  --section-bgcolor: var(--color-font);
  --section-color-font: #fff;
  --section-color-font-invert: var(--color-font);
  background: var(--section-bgcolor);
  transition: 0.4s background-color ease-in-out;
}
.section--detail.is-change {
  --section-bgcolor: #CACACA;
  --section-color-font: var(--color-font);
  --section-color-font-invert: #fff;
}
.section--detail .border-box__inner {
  background: var(--section-color-font-invert);
  color: var(--section-color-font);
}
.event-detail__line {
  background: var(--section-color-font-invert);
}

.event-detail__line {
  width: 10px;
  height: 100%;
  border: 1px solid var(--section-color-font);
  background: var(--section-color-font-invert);
  position: absolute;
  top: 0;
  left:0;
}

.event-detail__line::after {
  content: '';
  width: 8px;
  height: 53px;
  /* border: 1px solid var(--color-font); */
  background: var(--section-color-font);
  position: absolute;
  top: 0;
  left:0;
}

.event-detail__item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 60px;
}

.event-detail__item:last-child {
  margin-bottom: 0;
}


.event-detail__item-content {
  padding: 16px;
  font-size: 30px;
}

.event-detail__item-content-text {
  font-size: 1em;
  word-break: keep-all;
}

.event-detail__item-content-text + .event-detail__item-content-text {
  margin-top: 1em;
}

.event-detail__item-content a {
  color: var(--section-color-font);
}

.event-detail__item-content a[target="_blank"] {
  text-decoration: underline;
  padding-right: 33px;
  background: url(../img/icon_tab.svg) right top 57% / 25px auto no-repeat;
}

.event-detail__item-content a[target="_blank"]:hover {
    text-decoration: none;
}

.section--detail .sponsored img{
  margin-left: 0;
}


.notice-list li {
  list-style: none;
  position: relative;
  padding-left: 1.2em;
  font-size: 18px;
}

.notice-list li::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.notice-list a[target="_blank"] {
  padding-right: 0;
  background:none;
}


.event-detail__item-content-text li {
  list-style: none;
  position: relative;
  padding-left: 1.2em;
}

.event-detail__item-content-text li::before {
  content: '◆';
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 999px) {
  .border-box__inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .event-detail__line {
    width: 4px;
  }
  .event-detail__line::after {
    width: 2px;
    height: 24px;
  }

  .event-detail__item {
    padding-left: 16px;
    margin-bottom: 35px;
  }
  .event-detail__item:last-child {
    margin-bottom: 0;
  }

  .event-detail__item-content {
    padding-left:0;
    padding-right:0;
    font-size: 20px;
  }
  .event-detail__item-content-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row nowrap;
  }

  .event-detail__item-sponsored .event-detail__item-content {
    padding-left: 14px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .event-detail__item-content-wrap + .event-detail__item-content-wrap {
    margin-top: 25px;
  }
  .event-detail__item-sponsored .sponsored {
    margin: 0;
  }
  .event-detail__item-sponsored .sponsored li {
    margin: 0;
  }
  .event-detail__item-sponsored .event-detail__line::after {
    height: 100%;
  }
  .event-detail__item-sponsored img[src*="onecompath"] {
    height: min(5.8vw,30px);
  }
  .event-detail__item-sponsored img[src*="toppan"] {
    height: min(4.2vw,24px);
  }
  .notice-list li {
    font-size: 16px;
  }
}

@media (min-width: 1000px) {
  .section--detail .sponsored {
    justify-content: flex-start;
  }
  .event-detail {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
  }
  .event-detail__item {
    width: 100%;
  }
  .event-detail__item-join {
    width: 30%;
  }
  .event-detail__item-limit {
    width: 40%;
  }
  .event-detail__item-expense {
    width: 30%;
  }
}


/* 登壇者
------------------------------- */
.section--speaker {
  --section-bgcolor: var(--color-font);
  --border-boxcolor: var(--color-font);
  --section-color-font: #fff;
  background: var(--section-bgcolor);
  transition: 0.4s background-color ease-in-out;
}
.section--speaker.is-change {
  --section-bgcolor: #DCDCD7;
  --border-boxcolor: rgba(255,255,255,0.5);
  --section-color-font: var(--color-font);
  --section-color-font-invert: #fff;
}

.section--speaker .border-box__inner{
  background: var(--section-color-font-invert);
}

.section--speaker .section__inner-title {
  padding-left: 20px;
  color: var(--section-color-font);
}

.section--speaker-inner {
  position: relative;
  /* padding-left: 20px; */
}

.section--speaker-inner::before {
  content: none;
  /* position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  border: 1px solid var(--section-color-font); */
}
.section--speaker-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 50px;
  background: var(--section-color-font);
}

.speaker-list--detail {
  margin-bottom: 1em;
}

.speaker__text {
  margin-top: 1em;
  color: var(--section-color-font);
}

.speaker__name {
    color: var(--section-color-font);
}

@media (min-width: 1000px) {
  .speaker-list--detail {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 66px;
  }
  .speaker-list--detail .speaker {
    display: block;
  }

  .speaker-list--detail .speaker__img {
    margin-right: 0;
    margin-bottom: 45px;
    width: 100%;
    max-width: none;
  }
  .speaker-list--detail .speaker__name {
    min-height: 10em;
  }
  .speaker-list--detail li:nth-child(3) ~ li .speaker__name {
    min-height: 8em;
  }
  .speaker__text {
    margin-top: 0;
    font-size: 18px;
  }
}

@media (max-width: 999px) {
  .speaker-list--detail {
    display: block;
  }
  .speaker-list--detail li{ 
    width: 100%;
  }
  .speaker-list--detail li + li {
    margin-top: 30px;
  } 
  .section--speaker-inner::before,.section--speaker-inner::after {
    width: 4px;
  }
  .section--speaker-inner::after {
    height: 30px;
  }

  .speaker__text {
    font-size: 16px;
  }
}
/* 
.speakers:not(:last-of-type) {
  margin-bottom: 50px;
}
.speakers::after {
  display: block;
  clear: both;
  content: "";
}
.speaker_profile {
  margin-left: 50px;
  float: left;
  width: 212px;
  color: #666;
  font-size: 14px;
}
.speaker_profile:first-child {
  margin-left: 0px;
}
.speaker_profile > div:not(:last-of-type) {
  margin-bottom: 30px;
}
.speaker_image img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.speaker_name {
  font-size: 12px;
  line-height: 1.6;
}
.speaker_name strong {
  color: #3c3c3c;
  font-size: 22px;
  font-weight: bold;
} */

/* list
------------------------------- */
.target {
  margin: 0 0 10px;
  padding: 0 0 0 1.5em;
}

.disc {
  list-style-type: none;
  text-indent: -1em;
  margin: 0;
  padding: 0 0 0 1.5em;
}

.notes {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.table + .notes {
  margin: 20px 0 0 218px;
}
.notes li {
  padding-left: 1em;
  color: #e34d56;
  font-size: 14px;
  text-indent: -1em;
}

/*	btn
------------------------------- */
.btn_col2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn {
  background-color: #e34d56;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  display: block;
}

.button {
  width: 64.5%;
  max-width: 773px;
  margin: 40px auto 0;
}
.button__inner {
  margin: 0 auto;
  padding: 25px 15px;
  border-radius: 3px;
  width: 100%;
  box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.5);
  color: #fff;
  background-color: var(--color-cta);
  font-weight: var(--font-bold);
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  border-radius: 10px;
}
.button__inner a:hover {
  color: #000;
  background-color: rgba(138,223,229,1);
  opacity: 1;
}

.button--fv.is__pc .button__inner{
  word-break: keep-all;;
}

@media (hover:hover) {
  .button__inner:where(:hover,:focus) {
    position:relative;
    top: 5px;
    box-shadow: none;
  }
}
@media (min-width: 769px) {
  .button--fv {
    width: 100%;
    max-width: var(--pc-max-width);
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);

  }
  .button--fv .button__inner {
    width: 25%;
    max-width: 320px;
    margin-left: auto;
    margin-right: 16px;
  }

}
@media (max-width: 768px) {
  .button {
    width: 80%;
    max-width: 773px;
    margin: 30px auto 0;
  }
  .button__inner {
    font-size: 16px;
  }
  .button--fv {
    margin-top: 0;
    width: 100%;
    padding: 20px 16px;
    z-index: 5;
    background: rgba(255,255,255,0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    transition: 0.2s transform 0s linear;
  }
  .button--fv.is-active {
    transform: translateY(0);
  }
}
/* ----------------------------------------
 *
 *	footer
 *
---------------------------------------- */
.footer {
  /* margin-top: 38px; */
  padding: 30px 0 34px;
  width: 100%;
  /* min-width: 1000px; */
}
.footer .inner{
  width: 100%;
  max-width: var(--pc-max-width);
  padding-left: var(--pc-inner-padding);
  padding-right: var(--pc-inner-padding);
  margin: 0 auto;
}
.footer .footer_nav_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer_nav_bottom > a {
  font-size: 16px;
  line-height: 1;
  color: #767171;
  display: block;
  vertical-align: middle;
  padding: 0 0 0 16px;
  margin-right: 20px;
  position: relative;
}
.footer .footer_nav_bottom > a:before,
.footer .footer_nav_bottom > a:after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.footer .footer_nav_bottom > a:before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #767171;
}
.footer .footer_nav_bottom > a:after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer .footer_logo {
  clear: both;
  display: block;
  width: 70%;
  max-width: 300px;
  margin: 24px auto 0;
}
.footer_copy {
  margin: 16px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #767171;
}

@media (max-width: 999px) {
  .footer .inner{
    padding-left: var(--sp-inner-padding);
    padding-right: var(--sp-inner-padding);
  }
}
/* ----------------------------------------
 *
 *	資料ダウンロード系
 *
---------------------------------------- */
/*資料ダウンロード*/
.seminar_end {
  width: 1000px;
  margin: 32px auto 24px;
  padding: 28px;
  background: #ffebea;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column nowrap;
}

.seminar_end p {
  width: 100%;
  margin: 0 !important;
  text-align: center;
  font-weight: 700;
  color: #e61e10;
  font-size: 20px;
}

.btn_seminar_end {
  width: 100%;
  margin: 16px auto 0;
  padding: 16px;
  border-radius: 5px;
  background: linear-gradient( to top, #2e9a46 0%, #54ad68 100%);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  width: 470px;
  height: 58px;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.container {
  padding-bottom: 0;
}

@media screen and (max-width: 769px){
  .seminar_end {
    width: 100%;
    height: auto;
    padding: 16px;
    margin: 0 auto;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;

    animation-name: slide;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  @keyframes slide {
    0% {
        bottom: -50%;
    }
    100% {
        bottom: 0;
    }
  }
  .seminar_end p {
    margin: 0 !important;
    font-size: 0.875rem;
  }

  .btn_seminar_end {
    width: 100%;
    max-width: 343px;
    height: 50px;
    font-size: 0.875rem;
  }
}

/*サービスへの遷移*/
.btn_to_service {
  margin: 28px auto 0;
  height: 65px;
  line-height: 65px;
  padding: 0 40px;
  background-image: linear-gradient( to top, #1ca3e6 0%, #47b4eb 100%);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}

.inlineblock {
  display: inline-block;
}

@media screen and (max-width: 769px){
  .btn_to_service {
    width: 100%;
    min-height: 58px;
    padding:0;
    line-height: 1.3;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
  }
}

/* ----------------------------------------
 *
 *	SP表示
 *
---------------------------------------- */
@media screen and (max-width: 768px){
    body, .contents, .inner, .section {
        width: auto;
        min-width: inherit;
    }
    .contents {
      position: relative;
    }

 
    .contents p.ac {
    margin: 0 !important;
    padding: 15px;
        font-size: 14px;
        text-align: left;
    }
    .contents p.ac br {
        display: none;
    }
    .section_h2 {
        margin: 45px 0 40px 0;
    }
    .ac + .section_h2 {
        margin-top: 40px;
    }
    .table tr {
        display: flex;
        flex-direction: column;
    }
    .table tbody th,
    .table tbody td {
        width: 100%;
    }
    .table tbody th {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: none;
        background: rgba(226,240,241,1);
        text-align: center;
        font-size: 18px !important;
        font-weight: normal;
    }
    .table tbody td {
        border-bottom: 3px solid #fff;;
    }

    .program tbody tr {
      width: 100%;
    }
    .program tbody td {
        padding: 20px;
    }
    .program_title {
        font-size: 20px;
    }
    .program_outline,
    .program_speakers {
        margin-top: 20px;
  }
  .paragraph {
    display: none;
  }

/* 
    .button {
        margin-top: 30px;
    }
    .button a {
        padding: 15px;
        width: 80%;
        color: #ffffff;
        background-color: #000;
        font-size: 18px;
    } */
    .speakers:not(:last-of-type) {
        margin: 0;
    }
    .speaker_profile > div:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .speaker_profile {
        margin-left: 0;
        float: none;
        width: auto;
        font-size: 16px;
    }
    .speaker_profile:first-child {
        margin-left: 0;
    }
    .speaker_image {
        margin-top: 40px;
        text-align: center;
    }
    .speaker_image img {
        margin: 0 auto;
        width: 100%;
        height: auto;
        max-width: 300px;
        /*max-width: 212px;*/
        display: block;
    }
    .speaker_name {
        font-size: 18px;
        text-align: center;
    }
    .speaker_name strong {
        font-size: 30px;
    }
    .speaker_name span {
        display: none;
    }
    .footer {
        padding: 20px 0;
        min-width: 100%;
    }
    .footer .footer_nav_bottom {
        justify-content: center;
    }
}


.loading div{
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: none;
  border: 10px solid #fff;
  border-color: transparent #666 #666;
  animation: loading 1.5s infinite linear;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.page-loading {
      display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  color: #333;
}

.page-loading.is-show {
  display: flex;
}


.u-font-smaller {
  font-size: 0.8em;
}

.is__pc {
  display: block;
}
.is__sp {
  display: none;
}

@media (max-width: 768px) {
  .is__pc {
    display: none;
  }
  .is__sp {
    display: block;
  }
}