@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: 30px 2% 40px;
}
@media (min-width: 1024px) {
  .hero__content {
    padding: 30px 2% 40px;
  }
}
.hero__catch {
  margin: 0 auto 1.5em;
  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: 4px;
}
@media (min-width: 1024px) {
  .hero__catch {
    flex-direction: row;
    gap: 0;
    line-height: 1.25;
  }
}
.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: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .hero__subtitle {
    flex-direction: row;
    gap: 0.5em;
    line-height: 1.25;
    padding: 0 2em;
  }
}
.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.4;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  text-align: center;
  margin: 5px auto 0;
}
@media (min-width: 1024px) {
  .hero__title {
    line-height: 1.25;
    text-decoration: none;
  }
}

.content {
  width: 100%;
  padding: 3.125em 0 2.5em;
}
.content__body {
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
}
.content__lead {
  width: 94%;
  max-width: 800px;
  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__profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 3%;
  margin: 0 auto 3.125em;
}
.content__profile-card {
  max-width: 600px;
  margin-bottom: 0;
}
.content__profile-card-pic {
  margin-bottom: 0.5em;
}
.content__profile-card-org {
  font-size: min(0.9375em, 3.6232vw);
}
.content__profile-card-name {
  font-size: min(1em, 3.6232vw);
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
.content__profile-card-name span {
  font-size: 1.142857em;
}
.content__body {
  text-align: center;
}
.content__body p {
  font-size: min(1em, 3.8647vw);
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 0 1.25em;
}
.content__body p .speaker {
  font-weight: 600;
  color: var(--theme-color);
  margin-right: 1em;
}
.content__body p .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: 1.6666em auto;
  text-align: center;
}

.figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3.125em auto;
}
@media (min-width: 576px) {
  .figure {
    width: 94%;
  }
}
.figure-image {
  margin-bottom: 1em;
}
.figure-image img {
  width: 80%;
  max-width: 320px;
  vertical-align: top;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .figure-image img {
    width: 100%;
    margin: 0;
  }
}
.figure-title {
  font-size: min(1em, 3.8647vw);
  font-weight: 600;
  display: flex;
  margin-bottom: 0.5em;
}
@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-sub {
  font-size: min(1em, 3.8647vw);
  margin-bottom: 1em;
}
.figure-caption {
  font-size: min(0.875em, 3.3816vw);
}
.figure.figure-max {
  max-width: 800px;
}
.figure.figure-max .figure-image img {
  min-width: 1000px;
}
@media (min-width: 1024px) {
  .figure.figure-max .figure-image img {
    min-width: 800px;
  }
}

.column {
  width: 100%;
  max-width: 800px;
  border: 1px solid var(--theme-color);
  padding: 1em;
  margin: 3.125em auto;
}
@media (min-width: 1024px) {
  .column {
    padding: 1.5em;
  }
}
.column-head {
  min-height: 4em;
  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.3478vw);
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding: 0.25em;
  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 {
  font-size: min(1em, 3.8647vw);
  color: var(--theme-color);
  font-weight: 900;
  text-align: left;
  font-feature-settings: "palt";
  margin-top: 1em;
}
.column-text {
  margin: 0 !important;
}
.column-pic {
  margin-top: 1em;
  max-width: 600px;
  margin: 1em auto 0;
}
.column-excerpt {
  font-size: min(0.875em, 3.3816vw);
  text-align: right;
  margin-top: 1em;
}
.column-list {
  display: flex;
  flex-direction: column;
  margin-top: 0.5em;
}
.column-list li {
  font-size: min(1em, 3.8647vw);
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
  margin-bottom: 0.3125em;
}
.column-list li:last-child {
  margin-bottom: 0;
}
.column-list li::before {
  content: "";
  display: inline-block;
  border: 0.4em solid transparent;
  border-left: 0.6em solid #cc0000;
}
.column-list .important {
  color: #cc0000;
  font-weight: 600;
}

.notes {
  width: 94%;
  max-width: 800px;
  margin: 0 auto 3.125em;
}
.notes__list {
  border-top: 1px solid #ccc;
  padding-top: 1em;
}
.notes__list__item {
  font-size: 0.875em;
  text-align: justify;
  padding-left: 2.5em;
  text-indent: -2.5em;
  margin-bottom: 0.5em;
}
.notes__list__item span {
  margin-right: 1em;
}

.product {
  background: var(--theme-color-bg);
  width: 100%;
  padding: 1.25em 0 2.5em;
}
.product__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: 1em auto;
  text-align: center;
}
.product__list {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2em;
  margin: 3em auto 2em;
}
@media (min-width: 1024px) {
  .product__list {
    gap: 3.125em;
  }
}
.product__list-head {
  background: #fff;
  border: 1px solid #cc0000;
  border-radius: 99px;
  color: #cc0000;
  font-size: min(1.25em, 4.3478vw);
  font-weight: 900;
  padding: 0.25em;
  margin-bottom: 1em;
}
.product__list-title {
  font-size: min(1em, 3.8647vw);
  font-weight: 600;
  text-align: left;
  padding: 0.25em;
  margin-bottom: 1em;
  border-bottom: 1px solid #cc0000;
}
.product__list-image {
  max-height: 320px;
}
.product__list-caption {
  font-size: min(0.875em, 3.38vw);
  text-align: justify;
  margin-top: 1.5em;
}
.product__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .product__box {
    flex-direction: row;
  }
}
.product__box-pic {
  width: 100%;
}
@media (min-width: 1024px) {
  .product__box-pic {
    width: 280px;
  }
}
@media (min-width: 1024px) {
  .product__box-text {
    width: calc(100% - 290px);
  }
}
.product__box-text p {
  text-align: justify;
  margin-bottom: 0;
}

.inquiry {
  width: 100%;
  background: var(--theme-color);
  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, 4vw);
  font-weight: 600;
  margin: 0 auto;
}
.inquiry__url a {
  color: #fff;
  transition: 0.3s;
}
.inquiry__url a:hover {
  color: #fffc32;
}

span.sup {
  font-size: 0.75em;
  vertical-align: top;
  margin: 0;
}

span.sub {
  font-size: 0.75em;
  margin: 0;
}

.section-index {
  background: var(--theme-color-bg);
  padding: 80px 4%;
}

.index-lst {
  max-width: 900px;
  margin: 0 auto;
}

.index-hd-txt {
  position: relative;
  font-size: min(4.3478vw, 1.25em);
  font-weight: 600;
  color: var(--theme-color);
}

.index-lst .index-page {
  margin-top: 1em;
  border-left: 6px solid var(--theme-color);
  padding-left: 16px;
}

.index-lst span {
  display: block;
}

.index-lst .index-page a {
  text-decoration: none;
  font-weight: 600;
  color: var(--theme-color);
}

.index-lst .index-page .shoulder {
  font-size: min(3.8647vw, 1em);
  margin-bottom: 0.25em;
}

.index-lst .index-page .main {
  font-size: min(4.3478vw, 1.25em);
}

.index-lst .index-page a {
  display: inline-block;
  transition: 0.3s;
}

.index-lst .index-page a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .index-lst .index-hd {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */