@charset "UTF-8";
/*
RESET CSS
-------------------------------------------------------------------
* @acab/reset.css
* Nov 29, 2024
* https://github.com/mayank99/reset.css/blob/main/package/index.css
*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
  interpolate-size: allow-keywords;
  line-height: 1.5;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: inherit;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled, label:has(> :disabled, + disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
  overflow: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* SETTING 
====================================================== */
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #111;
  background: #fff;
  line-height: 1.5;
  text-align: left;
}

.pc {
  display: block !important;
}

.tb,
.sp {
  display: none !important;
}

@media (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* LAYOUT 
====================================================== */
:root {
  --theme-color: #065090;
  --theme-color-sub: #2675b5;
  --theme-color-bg: #f4f2f1;
}

.teikyo {
  background-color: var(--theme-color-sub);
}
.teikyo__text {
  width: min(980px, 96%);
  margin: 0 auto;
  padding: 10px 0;
  font-size: min(0.875em, 3.25vw);
  line-height: 1;
  text-align: right;
  color: #fff;
}

.hero {
  background: var(--theme-color-bg);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 10px 2% 20px;
}
@media (min-width: 1024px) {
  .hero__content {
    padding: 30px 2% 40px;
  }
}
.hero__catch {
  color: #fff;
  font-size: min(1.25em, 4.8vw);
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin: 0 auto 10px;
}
@media (min-width: 1024px) {
  .hero__catch {
    flex-direction: row;
    gap: 0;
    line-height: 1.25;
    margin: 0 auto 30px;
  }
}
.hero__catch span {
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--theme-color);
  padding: 0.25em 0.75em;
}
@media (min-width: 1024px) {
  .hero__catch span:first-child {
    padding: 0.5em 0 0.5em 1.25em;
  }
  .hero__catch span:last-child {
    padding: 0.5em 1.25em 0.5em 0;
  }
}
.hero__subtitle {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: min(1.75em, 5vw);
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  line-height: 1.4;
  color: var(--theme-color);
  text-align: center;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .hero__subtitle {
    flex-direction: row;
    gap: 0.5em;
    line-height: 1.25;
    padding: 0 2em;
    margin-bottom: 30px;
  }
}
.hero__subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.5em;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(to right, rgba(6, 80, 144, 0) 0%, rgba(6, 80, 144, 0.85) 30%, #065090 50%, rgba(6, 80, 144, 0.85) 70%, rgba(6, 80, 144, 0) 100%);
  border-radius: 999px;
}
.hero__title {
  width: 100%;
  font-size: min(3.125em, 8vw);
  font-weight: 900;
  line-height: 1.3;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .hero__title {
    line-height: 1.25;
    text-decoration: none;
  }
}

.main {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .main {
    margin: 20px auto 0;
    max-width: 880px;
  }
}
.main-pic {
  width: 100%;
  margin: 0 auto;
}

.content {
  width: 100%;
  padding: 20px 0 60px;
}
.content__body {
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
}
.content__lead {
  width: 94%;
  max-width: 800px;
  font-size: 1em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 600;
  color: var(--theme-color);
  margin: 0 auto 3.125em;
}
@media (min-width: 1024px) {
  .content__lead {
    font-size: 1.0625em;
    margin: 0 auto 3.125em;
  }
}
.content__body {
  text-align: center;
}
.content__body p.text {
  font-size: 1em;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 0 1.25em;
}
.content__body p.text .speaker {
  font-weight: 600;
  color: var(--theme-color);
  margin-right: 1em;
}
.content__body p.text .important {
  font-weight: 600;
  color: #cc0000;
}
.content__body p.moderator {
  font-weight: 600;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 0 1.25em;
}
.content__body p.moderator::before {
  content: "──";
  margin-right: 0.5em;
}
.content__body .content__heading {
  font-size: min(1.875em, 5.79vw);
  font-weight: 900;
  color: var(--theme-color);
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  margin: 60px auto 30px;
  text-align: center;
}
.content__body .content__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 1.5em;
}
@media (min-width: 1024px) {
  .content__body .content__unit {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .content__body .content__unit__text {
    max-width: 500px;
  }
}
.content__body .content__unit__photo {
  width: 80%;
  max-width: 300px;
}
@media (min-width: 1024px) {
  .content__body .content__unit__photo {
    margin-top: 10px;
    transform: translateX(40px);
  }
}
.content__body .content__unit__photo__image img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}
.content__body .content__unit__photo__caption {
  background-color: var(--theme-color);
  color: #fff;
  font-size: min(3.38164vw, 0.875em);
  text-align: left;
  padding: 6px 1em;
}
.content__body .content__unit__photo__caption span {
  font-weight: 600;
  font-size: min(3.86473vw, 1rem);
}

@media (min-width: 1024px) {
  .content__unit.reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1024px) {
  .content__unit.reverse .content__unit__photo {
    margin-top: 10px;
    transform: translateX(-40px);
  }
}

.figure {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 3.125em auto;
}
.figure-title {
  font-size: 1em;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 0.25em;
  display: flex;
}
@media (min-width: 576px) {
  .figure-title {
    padding: 0;
  }
}
.figure-title dt {
  width: 2em;
  white-space: nowrap;
  margin-right: 0.5em;
}
.figure-title dd {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
.figure-title dd::before {
  content: "●";
}
.figure-text {
  font-size: min(0.875em, 3.3816vw);
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
  .figure-text {
    font-size: 1em;
  }
}
.figure-image2box {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .figure-image2box {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
}
.figure-image2box::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #999 transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  margin: auto;
}
@media (min-width: 1024px) {
  .figure-image2box::after {
    border-width: 12px 0 12px 16px;
    border-color: transparent transparent transparent #999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -110%);
  }
}
.figure-image2box img {
  width: 80%;
  max-width: 380px;
  vertical-align: top;
  margin: 0 auto;
}
.figure-image2 {
  margin-top: 0.5em;
}
.figure-image4 {
  margin-bottom: 0.5em;
}
.figure-image3box {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .figure-image3box {
    flex-direction: row;
    justify-content: space-between;
  }
}
.figure-image3box__item {
  width: 60%;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .figure-image3box__item:last-child {
    max-width: 180px;
  }
  .figure-image3box__item:nth-child(2) {
    max-width: 281px;
  }
}
.figure-image3box__item__title {
  font-size: min(0.875em, 3.3816vw);
  font-weight: 600;
  margin-bottom: 0.25em;
}
.figure-image3box img {
  width: 100%;
  height: auto;
}
.figure-caption {
  font-size: min(0.875em, 3.3816vw);
  text-align: justify;
}

.figure-1 {
  width: 100%;
}

.figure-2 {
  width: 60%;
  max-width: 250px;
}

.figure-4 {
  width: 100%;
  max-width: 700px;
}

.column {
  width: 94%;
  max-width: 800px;
  border: 1px solid var(--theme-color);
  padding: 1em;
  margin: 50px auto 0;
}
@media (min-width: 1024px) {
  .column {
    padding: 1.5em;
  }
}
.column-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--theme-color);
  border-radius: 99px;
  color: #fff;
  font-size: min(1.125em, 4.2vw);
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding: 0.5em 0.2em;
  margin-bottom: 0.5em;
  margin-top: 2.5em;
}
@media (min-width: 1024px) {
  .column-head {
    min-height: 2.25em;
    flex-direction: row;
  }
}
.column-head:first-child {
  margin-top: 0;
}
.column-title {
  position: relative;
  font-size: 1em;
  color: var(--theme-color);
  font-weight: 900;
  text-align: left;
  margin: 1em 0 0.25em;
}
.column-title::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  border-top: 1px solid var(--theme-color);
}
.column-title span {
  position: relative;
  display: inline-block;
  padding-right: 0.25em;
  background-color: #fff;
}
.column-text {
  font-size: 1em;
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 1em;
}
.column .column-3box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .column .column-3box {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
.column .column-3box__item {
  width: 80%;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .column .column-3box__item {
    width: 32%;
  }
}
.column .column-3box__item__pic {
  margin-bottom: 0.25em;
}
.column .column-3box__item__name {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0.25em;
}
.column .column-3box__item__size {
  font-size: min(0.875em, 3.38vw);
  font-weight: 600;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 10px;
  padding: 0.125em 0.75em;
  margin-bottom: 0.5em;
}
.column .column-3box__item__text {
  font-size: min(0.875em, 3.38vw);
  text-align: justify;
}
.column .column-2box {
  display: flex;
  flex-direction: column;
}
.column .column-2box__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
  .column .column-2box__item {
    flex-direction: row;
    justify-content: space-between;
  }
}
.column .column-2box__item img {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 1024px) {
  .column .column-2box__item img {
    width: 49%;
  }
}
.column .column-2box__item__list li {
  position: relative;
  font-size: 1em;
  text-align: justify;
  padding-left: 1.5em;
}
.column .column-2box__item__list li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  transform: translateY(0.2em);
}
.column .column-2box__item__list li:nth-child(1) {
  margin-bottom: 0.25em;
}
.column .column-2box__item__list li:nth-child(1)::before {
  background: url(./li1.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.column .column-2box__item li:nth-child(2)::before {
  background: url(./li2.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.inquiry {
  width: 100%;
  background: var(--theme-color);
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .inquiry {
    padding: 80px 0;
  }
}
.inquiry__body {
  width: 94%;
  max-width: 820px;
  text-align: center;
  margin: 0 auto;
}
.inquiry__title {
  display: inline-block;
  background: #fff;
  padding: 5px 1em;
  border-radius: 9999px;
  color: var(--theme-color);
  font-size: min(1.125em, 3.5vw);
  font-weight: 600;
  margin: 0 auto 20px;
}
.inquiry__company {
  color: #fff;
  font-size: min(1.75em, 5vw);
  font-weight: 600;
  margin: 0 auto 10px;
}
.inquiry__url {
  font-size: min(1.5em, 5vw);
  font-weight: 600;
  margin: 0 auto;
}
.inquiry__url a {
  color: #fff;
  transition: 0.3s;
}
.inquiry__url a:hover {
  color: #fffc32;
}

span.sup {
  font-size: min(0.75em, 2.8985vw);
  vertical-align: top;
  margin: 0;
}

span.sub {
  font-size: min(0.75em, 2.8985vw);
  margin: 0;
}

.video {
  width: 94%;
  margin: 0 auto 60px;
}
@media (min-width: 1024px) {
  .video {
    margin: 0 auto 100px;
  }
}
.video__title {
  width: 94%;
  max-width: 880px;
  text-align: center;
  font-size: min(1.875em, 5.79vw);
  font-weight: 900;
  color: var(--theme-color);
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .video__title {
    margin: 0 auto 30px;
  }
}
.video__container {
  width: 100%;
  max-width: 880px;
  display: flex;
  justify-content: center;
  margin: auto;
}/*# sourceMappingURL=style.css.map */