@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=Lato:wght@400;600;700&display=swap);
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
a {
  color: #0790d8;
  transition: 0.15s ease-out;
}
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
@font-face {
  font-family: icons;
  src: url("../media/files/fonts/icons.woff2") format("woff2"), url("../media/files/fonts/icons.woff") format("woff");
}
* {
  font-family: Lato, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
}
@media screen and (max-width: 576px) {
  * {
    font-family: sans-serif;
  }
}
html {
  font-size: 93.75%;
  line-height: 1.5;
  color: #444;
}
i {
  font-family: icons;
  font-size: 21px;
  font-style: normal;
  line-height: 1;
  vertical-align: middle;
}
.button {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  color: #fff;
  cursor: pointer;
  background-color: #0790d8;
  border-radius: 40px;
}
@media (hover: hover) {
  .button {
    transition: background-color 0.15s ease-out;
  }
  .button:hover {
    background-color: #0677b3;
  }
}
.button--hidden {
  display: none;
}
.button--icon {
  justify-content: center;
  width: 40px;
}
.button--small {
  height: 35px;
  font-size: 0.8rem;
}
.button--smallIcon {
  justify-content: center;
  width: 35px;
  height: 35px;
}
.button--globalNav {
  position: relative;
  width: 40px;
}
.button--globalNav span {
  position: absolute;
  inset: 0;
  display: inline-block;
  width: 40%;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
  transition: all 0.25s;
}
.button--globalNav span:nth-of-type(1) {
  top: calc(35% - 1px);
}
.button--globalNav span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.button--globalNav span:nth-of-type(3) {
  top: calc(65% - 1px);
}
.button--globalNav--open span:nth-of-type(1) {
  transform: translateY(6px) rotate(135deg);
}
.button--globalNav--open span:nth-of-type(2) {
  opacity: 0;
}
.button--globalNav--open span:nth-of-type(3) {
  transform: translateY(-6px) rotate(-135deg);
}
.button i {
  color: #fff;
}
.globalNav {
  background-color: #0790d8;
  position: fixed;
  top: 70px;
  z-index: 4;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: calc(100vh - 70px);
}
.globalNav--open {
  display: flex;
}
.globalNav ul:first-child {
  padding: 0;
  margin: 0;
  border-top: none;
}
.globalNav ul {
  display: flex;
  flex-wrap: wrap;
  width: 70vw;
  padding: 32px 0 0;
  margin: 32px 0 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.globalNav ul li {
  width: 50%;
  padding: 8px;
}
.globalNav ul li a {
  display: flex;
  align-items: center;
  transition: color 0.15s ease-out;
}
.globalNav ul li a:hover {
  color: #ccc;
}
.globalNav ul li a i {
  margin: 0 8px 0 0;
  font-size: 24px;
}
.docItem {
  display: flex;
  padding: 24px 24px;
  border-top: 1px solid #ccc;
  transition: background-color 0.15s ease-out;
}
.docItem:hover {
  cursor: pointer;
}
.docItem:hover .docItem__thumb::after {
  opacity: 1;
  transition: opacity 0.15s ease-out;
}
.docItem__new {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 12px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #ff1322;
  border-radius: 0 0 12px;
}
.docItem__type {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  padding: 4px 6px;
  font-size: 0.8rem;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
}
.docItem__type::before {
  font-family: icons;
  font-size: 16px;
}
.docItem__type--doc {
  background-color: #f36d00;
}
.docItem__type--doc::before {
  content: "";
}
.docItem__type--vimeo {
  background-color: #8db802;
}
.docItem__type--vimeo::before {
  content: "";
}
.docItem__type--link {
  background-color: rgba(179, 27, 184, 0.9058823529);
}
.docItem__type--link::before {
  content: "";
}
.docItem__type i {
  font-size: 16px;
}
.docItem__thumb {
  position: relative;
  display: grid;
  place-items: center;
  width: 320px;
  height: 180px;
  margin: 0 24px 0 0;
  background-color: #f3f3f3;
  border-radius: 6px;
}
.docItem__thumb--doc::after, .docItem__thumb--vimeo::after, .docItem__thumb--link::after {
  position: absolute;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-family: icons;
  font-size: 6rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  opacity: 0;
}
.docItem__thumb--doc::after {
  content: "";
}
.docItem__thumb--vimeo::after {
  content: "";
}
.docItem__thumb--link::after {
  content: "";
}
.docItem__thumb img {
  position: absolute;
  display: block;
  height: 180px;
  border-radius: 6px;
}
.docItem__info {
  flex: 1;
}
.docItem__heading1 {
  margin: 8px 0 0 0;
  font-size: 1.25rem;
  font-weight: 600;
}
.docItem__heading2 {
  font-weight: 600;
  color: #0790d8;
}
.docItem__body {
  margin: 16px 0 0 0;
}
.docItem__state {
  margin: 24px 0 0 0;
}
.docItem__size, .docItem__counter, .docItem__update {
  margin: 0 8px 0 0;
  font-size: 0.875rem;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 980px;
  height: 70px;
  line-height: 0;
}
.header--fullHeight {
  position: absolute;
  z-index: 3;
}
.header__logo img {
  height: 38px;
}
.header__nav {
  display: flex;
  align-items: center;
  width: 300px;
  margin: 0 16px;
}
.header__nav--right {
  justify-content: right;
}
.header__nav--right .button {
  margin: 0 0 0 8px;
}
.footer {
  background-color: #254069;
}
.footer--home, .footer--category {
  position: fixed;
  bottom: 0;
  width: auto;
}
.footer--home {
  left: 50%;
  background-color: rgba(0, 0, 0, 0);
  transform: translateX(-50%);
}
.footer--home .footer__copyright {
  line-height: 32px;
  color: #fff;
}
.footer--category {
  width: 100vw;
}
.footer--category .footer__copyright {
  line-height: 32px;
  color: #fff;
}
.footer__copyright {
  width: fit-content;
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 48px;
  color: #fff;
}
.fullHeight {
  position: absolute;
  width: 100%;
  min-width: 980px;
  height: 100%;
  min-height: 670px;
  overflow: hidden;
}
.fullHeight__content {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
}
.modalContainer {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: saturate(180%) blur(10px);
  position: fixed;
  z-index: 5;
  display: none;
  place-items: center;
  width: 100vw;
  height: 100vh;
}
.modalContainer--open {
  display: grid;
}
.modal {
  display: none;
  width: 80vw;
  max-width: 980px;
  height: calc(100vh - 120px);
  padding: 0 24px 24px 24px;
  background-color: #fff;
  border-radius: 15px;
}
.modal--video {
  width: 80vw;
  max-width: 1200px;
  height: auto;
  padding: 0;
  border-radius: 0;
}
.modal--open {
  display: block;
}
.modal__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 280px;
  margin: 0 -24px;
  background-image: url("../media/images/common/bg_topics.jpg");
  border-radius: 12px 12px 0 0;
}
.modal__header h1 {
  margin: 24px 0 12px;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
.modal__intro {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 48px;
}
.modal__introImage {
  display: block;
  height: 180px;
  margin: 0 24px 0 0;
  border-radius: 6px;
}
.modal__introContent {
  flex: 1;
  color: #fff;
}
.modal__introContent h2 {
  font-size: 1.25rem;
  font-weight: 600;
}
.modal__introContent p {
  margin: 12px 0 0;
}
.modal__body {
  height: calc(100% - 280px - 24px);
  padding: 0 24px 0 0;
  margin: 24px 0 0;
  overflow-y: auto;
}
.modal__body::-webkit-scrollbar {
  width: 12px;
}
.modal__body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.modal__body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border: 1px solid #a0a0a0;
  border-radius: 12px;
}
.modal__video {
  width: 100%;
  max-height: 80vh;
  aspect-ratio: 1.7777777778;
  background-color: #000;
}
.modal__docItemList li:first-child .docItem {
  border-top: none;
}
.modal__closeButton {
  position: absolute;
  top: -20px;
  right: -20px;
}
.booth__video {
  position: absolute;
}
.category__logo {
  position: absolute;
  top: 140px;
  left: 204px;
  display: none;
  place-items: center;
  width: 630px;
  height: 230px;
}
.category__logo img {
  height: 160px;
}
.category__heading {
  position: absolute;
  top: 170px;
  left: 866px;
  display: none;
  place-items: center;
  width: 820px;
  height: 182px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.75) 0 2px;
}
.category__cardList {
  position: absolute;
  top: 420px;
  left: 290px;
  display: none;
  width: 580px;
  padding: 20px;
  background-color: rgba(26, 71, 113, 0.7490196078);
  border-radius: 12px;
}
.category__cardList ul {
  height: 510px;
  padding: 0 10px 0 0;
  overflow-y: auto;
}
.category__cardList ul::-webkit-scrollbar {
  width: 12px;
}
.category__cardList ul::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.category__cardList ul::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border: 1px solid #a0a0a0;
  border-radius: 12px;
}
.category__cardList ul li:first-child {
  margin-top: 0;
}
.category__card {
  display: flex;
  width: 510px;
  margin: 20px 0 0;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
  transition: background-color 0.15s ease-out;
}
.category__card:hover {
  background-color: #ececec;
}
.category__card > img {
  height: 110px;
  border-radius: 6px 0 0 6px;
}
.category__card > p {
  display: flex;
  align-items: center;
  padding: 0 30px 0 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
.category__introVideo {
  position: absolute;
  top: 420px;
  left: 900px;
  display: none;
  width: 730px;
  aspect-ratio: 1.7777777778;
}
.category__introVideo > iframe {
  width: 730px;
  aspect-ratio: 1.7777777778;
  border-radius: 12px;
}
.category__contact {
  position: absolute;
  top: 890px;
  left: 900px;
  display: none;
  justify-content: space-between;
  width: 730px;
  height: 80px;
}
.category__contact__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 80px;
  font-size: 22px;
  color: #fff;
  background-color: #3baee5;
  border-radius: 6px;
  transition: background-color 0.15s ease-out;
}
.category__contact__button:hover {
  background-color: #1d9fdd;
}
.category__contact__button--chat {
  background-color: #f36d00;
}
.category__contact__button--chat:hover {
  background-color: #cd5c00;
}
.category__contact__button i {
  margin: 0 5px 0 0;
  font-size: 38px;
}
.categoryFooterNav {
  position: fixed;
  bottom: 32px;
  display: flex;
  justify-content: space-between;
  width: 100vw;
  padding: 0 16px;
  background-color: #0790d8;
}
.categoryFooterNav__link {
  font-size: 0.875rem;
  line-height: 36px;
  color: #fff;
}
.categoryFooterNav__link i {
  font-size: 16px;
  vertical-align: -4px;
}
.categoryFooterNav__link:hover {
  color: #ccc;
}
.categoryFooterNav__link--disabled {
  opacity: 0.5;
}
.categoryFooterNav__link--disabled:hover {
  color: #fff;
}
/*# sourceMappingURL=./category.css.map */