@charset "UTF-8";
/*!
Theme Name: プラズマ種子科学
Description: WordPressテンプレート「プラズマ種子科学テーマ」
Version: 1.0.0
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-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; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

img {
  width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-height: 0vw;
}

html {
  font-style: normal;
  min-width: 100%;
  width: 100%;
  color: #000;
  background-color: #fff;
}

html {
  margin-top: 0 !important;
}

body {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s ease;
  color: currentColor;
}

section {
  position: relative;
}

main {
  position: relative;
}

/* Noto Sans JP */
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 300;
  src: url("font/NotoSansJP/NotoSansJP-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("font/NotoSansJP/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("font/NotoSansJP/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  src: url("font/NotoSansJP/NotoSansJP-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("font/NotoSansJP/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 800;
  src: url("font/NotoSansJP/NotoSansJP-ExtraBold.ttf") format("truetype");
}
/* Zen Maru Gothic */
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  src: url("font/Zen_Maru_Gothic/ZenMaruGothic-Bold.ttf") format("truetype");
}
/* M PLUS Rounded 1c */
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-weight: 500;
  src: url("font/MPLUSRounded1c/MPLUSRounded1c-Medium.ttf") format("truetype");
}
html {
  font-family: "Noto Sans JP";
}

.c-inner {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.c-sec-inner {
  padding: 120px 0;
}
@media screen and (max-width: 764px) {
  .c-sec-inner {
    padding: 84px 0;
  }
}
.c-sec-inner.c-sec-inner--half__top {
  padding-top: 84px;
}
.c-sec-inner.c-sec-inner--half__bottom {
  padding-bottom: 84px;
}
@media screen and (max-width: 764px) {
  .c-sec-inner.c-sec-inner--half__top {
    padding-top: 63px;
  }
  .c-sec-inner.c-sec-inner--half__bottom {
    padding-bottom: 63px;
  }
}

.c-content-mg {
  margin-top: 84px;
}
@media screen and (max-width: 764px) {
  .c-content-mg {
    margin-top: 63px;
  }
}

.c-ttl-type01 {
  font-size: 34px;
  line-height: 1.4;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
.c-ttl-type01 .c-ttl-type01__main {
  display: flex;
  justify-content: center;
  position: relative;
}
.c-ttl-type01 .c-ttl-type01__main::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("./images/deco-wave-01-01.svg");
  background-repeat: no-repeat;
  top: calc(100% + 0.125em);
  width: 2.4705em;
  height: 0.3529em;
}
.c-ttl-type01 .c-ttl-type01__sub {
  display: inline-block;
  font-size: 0.7352em;
  margin-top: 0.612em;
}
@media screen and (max-width: 764px) {
  .c-ttl-type01 {
    margin-bottom: 84px;
    font-size: 25.5px;
  }
}

.c-ttl-type02 {
  font-size: 34px;
  line-height: 1.4;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  border-radius: 20px;
  background-color: white;
  color: #000;
  max-width: 7.34em;
  padding: 0.412em 0;
}
@media screen and (max-width: 764px) {
  .c-ttl-type02 {
    font-size: 25.5px;
    margin-bottom: 84px;
    border-radius: 11px;
  }
}
.c-ttl-type02--color__blue {
  color: #4b7ec0;
}
.c-ttl-type02--color__green {
  color: #639b42;
}

.c-button--normal {
  font-size: 16px;
  line-height: 1;
  width: 75%;
  max-width: 15.625em;
  height: 3.5em;
  border-radius: 0.5em;
  background-color: gray;
  border: 1px solid gray;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-color 0.2s, color 0.2s;
}
.c-button--normal:hover {
  background-color: white;
  color: gray;
}
.c-button--normal__blue {
  background-color: #122858;
  border-color: #122858;
}
.c-button--normal__blue:hover {
  color: #122858 !important;
}
.c-button--normal__light-blue {
  background-color: #4b7ec0;
  border-color: #4b7ec0;
}
.c-button--normal__light-blue:hover {
  color: #4b7ec0 !important;
}
.c-button--normal__green {
  background-color: #639b42;
  border-color: #639b42;
}
.c-button--normal__green:hover {
  color: #639b42 !important;
}
@media screen and (max-width: 480px) {
  .c-button--normal {
    font-size: 14px;
  }
}

.c-post h1, .c-post h2, .c-post h3, .c-post h4, .c-post h5 {
  font-weight: 700;
  line-height: 1.4;
}
.c-post h1, .c-post h2 {
  font-size: 1.5em;
  padding-left: 0.75em;
  padding-bottom: 0.25em;
  border-bottom: 2px dashed #122858;
}
.c-post h3 {
  font-size: 1.25em;
  padding: 0.312em 0.25em 0.312em 0.75em;
  background-color: #122858;
  color: white;
}
.c-post h4, .c-post h5, .c-post h6 {
  font-size: 1.25em;
  font-weight: 600;
}
.c-post p {
  font-size: 1em;
  text-align: justify;
}
.c-post a:hover {
  text-decoration: underline;
}
.c-post a.underline,
.c-post a .underline {
  text-decoration: underline;
}
.c-post img {
  width: 100%;
}
.c-post img.size-thumbnail {
  width: 16.666%;
}
.c-post img.size-medium {
  width: 40%;
}
.c-post img.size-large {
  width: 80%;
}
.c-post img.size-full {
  width: 100%;
}
.c-post img + img {
  margin-top: 1.5em;
}
.c-post .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}

.c-pagenavigation .nav-links {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  font-size: 16px;
  position: relative;
  gap: 0 0.5em;
  margin-top: 0.778em;
}
.c-pagenavigation .nav-links .page-numbers {
  width: 2.1867em;
  height: 2.1867em;
  background-color: white;
  border: 1px solid #122858;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  color: #122858;
}
.c-pagenavigation .nav-links .page-numbers.current {
  background-color: #122858;
  color: white;
  cursor: default;
}
.c-pagenavigation .nav-links .page-numbers.dots {
  background-color: unset !important;
  border-color: unset !important;
  color: #122858 !important;
  cursor: default;
}
.c-pagenavigation .nav-links .page-numbers.prev::before, .c-pagenavigation .nav-links .page-numbers.next::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 0.75em;
  width: 0.75em;
  background-color: transparent;
  border: 1px solid #122858;
  transition: transform 0.2s ease, border 0.2s ease;
}
.c-pagenavigation .nav-links .page-numbers.prev::before {
  border-right: none;
  border-top: none;
  transform: rotate(45deg);
  transform-origin: 60% 75%;
}
.c-pagenavigation .nav-links .page-numbers.next::before {
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  transform-origin: 35% 17%;
}
.c-pagenavigation .nav-links .page-numbers:hover {
  background-color: #122858;
  color: white;
}
.c-pagenavigation .nav-links .page-numbers:hover.prev::before, .c-pagenavigation .nav-links .page-numbers:hover.next::before {
  border: 3px solid white;
}
.c-pagenavigation .nav-links .page-numbers:hover.prev::before {
  border-right: none;
  border-top: none;
}
.c-pagenavigation .nav-links .page-numbers:hover.next::before {
  border-left: none;
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  .c-pagenavigation .nav-links {
    font-size: 14px;
  }
}

.u-il-block {
  display: inline-block;
}

.u-sec-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.u-sec-bg .u-sec-bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.u-sec-bg .u-sec-bg-deco {
  position: relative;
  height: 100%;
}

.md__deco {
  position: absolute;
  z-index: -1;
}

body {
  position: relative;
}
body::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  width: 100%;
  height: 112px;
  background-color: #122858;
  transform: translateY(-100%);
}
@media screen and (max-width: 1025px) {
  body::before {
    height: 102.75px;
  }
}
@media screen and (max-width: 764px) {
  body::before {
    height: 55.31px;
  }
}

#header {
  width: 100%;
  position: fixed;
  position: -webkit-fixed;
  top: 0;
  z-index: 1000;
  pointer-events: none;
}
#header .header-area {
  position: relative;
  background-color: #122858;
}
#header .header-area .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#header .header-area .header-inner .header-logo-box {
  width: 293px;
  height: auto;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.2s, height 0.2s;
  z-index: 1000;
}
#header .header-area .header-inner .header-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 1em;
  margin-bottom: 1em;
}
#header .header-area .header-inner .header-right .header-nav-list {
  display: flex;
  font-size: 16px;
  line-height: 1.75;
  color: white;
  transition: margin 0.2s;
}
#header .header-area .header-inner .header-right .header-nav-list .header-nav-item {
  position: relative;
  border-right: 1px solid white;
}
#header .header-area .header-inner .header-right .header-nav-list .header-nav-item .header-nav-link {
  padding: 0.25em 0.5em;
  transition: background-color 0.2s, color 0.2s;
  display: inline-block;
  width: 100%;
}
#header .header-area .header-inner .header-right .header-nav-list .header-nav-item .header-nav-link:hover {
  background-color: white;
  color: #122858;
}
#header .header-area .header-inner .header-right .header-nav-list .header-nav-item .header-nav-child-box {
  position: absolute;
  top: 100%;
  width: 8em;
  visibility: hidden;
  transition: visibility 0.2s ease;
}
#header .header-area .header-inner .header-right .header-nav-list .header-nav-item .header-nav-child-box .header-nav-child-item {
  background-color: white;
  color: #122858;
  margin-top: 2px;
}
#header .header-area .header-inner .header-right .header-nav-list .header-nav-item:hover .header-nav-child-box {
  visibility: visible;
}
#header .header-area .header-inner .header-right .header-nav-list .header-nav-item:hover .header-nav-child-box .header-nav-child-item {
  width: 100%;
  background-color: #122858;
  color: white;
}
#header .header-area .header-inner .header-right .header-nav-list .header-nav-item > div {
  cursor: default;
}
#header .header-area .header-inner .header-right .header-nav-list .header-nav-item:last-child {
  border-right: unset;
}
#header .header-area .header-inner .header-right .header-youtube-btn-box {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.5em;
  transition: opacity 0.2s, visibility 0.2s, height 0.2s, max-height 0.2s, padding 0.2s;
  overflow: hidden;
  font-size: 14px;
}
#header .header-area .header-inner .header-right .header-youtube-btn-box .header-youtube-btn {
  line-height: 1;
  background-color: white;
  border: 1px solid white;
  transition: background-color 0.2s, color 0.2s;
  padding: 0.75em 1em;
}
#header .header-area .header-inner .header-right .header-youtube-btn-box .header-youtube-btn:hover {
  background-color: transparent;
  color: white;
}
#header .header-area .header-inner .header-hm-box {
  display: none;
  align-items: center;
  justify-content: center;
  width: max(24px, min(3.1413612565vw, 19px));
  height: max(18px, min(2.3560209424vw, 18px));
  z-index: 5000;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: width 0.2s ease, height 0.2s ease;
}
#header .header-area .header-inner .header-hm-box .header-hm {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
}
#header .header-area .header-inner .header-hm-box .header-hm .header-hm-line, #header .header-area .header-inner .header-hm-box .header-hm::before, #header .header-area .header-inner .header-hm-box .header-hm::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: white;
  border-radius: 99999px;
  transition: all 0.2s ease;
}
#header .header-area .header-inner .header-hm-box .header-hm::after {
  width: 70%;
}
#header .header-area .header-inner .header-hm-box.close .header-hm {
  align-items: center;
  justify-content: center;
}
#header .header-area .header-inner .header-hm-box.close .header-hm .header-hm-line {
  display: none;
  visibility: hidden;
  width: 0;
}
#header .header-area .header-inner .header-hm-box.close .header-hm .header-hm-line, #header .header-area .header-inner .header-hm-box.close .header-hm::before, #header .header-area .header-inner .header-hm-box.close .header-hm::after {
  width: 100%;
  background-color: white;
}
#header .header-area .header-inner .header-hm-box.close .header-hm::before, #header .header-area .header-inner .header-hm-box.close .header-hm::after {
  position: absolute;
}
#header .header-area .header-inner .header-hm-box.close .header-hm::before {
  transform: rotate(45deg);
}
#header .header-area .header-inner .header-hm-box.close .header-hm::after {
  transform: rotate(-45deg);
}
#header .header-area > * {
  pointer-events: all;
}
#header.fixed .header-area .header-inner .header-right .header-nav-list {
  margin: 0;
}
@media screen and (max-width: 1025px) {
  #header .header-area .header-inner .header-logo-box {
    width: 160px;
  }
  #header .header-area .header-inner .header-right {
    margin-top: 0.875em;
    margin-bottom: 0.875em;
  }
  #header .header-area .header-inner .header-right .header-nav-list {
    font-size: 15px;
  }
  #header .header-area .header-inner .header-right .header-youtube-btn-box {
    font-size: 13px;
  }
}
@media screen and (max-width: 764px) {
  #header .header-area .header-inner {
    padding: 8px 0;
  }
  #header .header-area .header-inner .header-right {
    display: none;
  }
  #header .header-area .header-inner .header-hm-box {
    display: flex;
  }
}

#header + * {
  margin-top: 112px;
}
@media screen and (max-width: 1025px) {
  #header + * {
    margin-top: 102.75px;
  }
}
@media screen and (max-width: 764px) {
  #header + * {
    margin-top: 55.31px;
  }
}

#modal-menu {
  visibility: hidden;
  opacity: 0;
  /* visibility: visible; */
  /* opacity: 1; */
  position: fixed;
  position: -webkit-fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  overflow: auto;
  transition: all 0.2s, width 0s, height 0s;
  pointer-events: all;
}
#modal-menu .modal-inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#modal-menu .modal-inner .modal-header {
  background-color: #122858;
  min-height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#modal-menu .modal-inner .modal-header .modal-header-inner {
  transition: transform 0.2s ease;
  transform: translateY(-100%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-nav {
  width: 100%;
  height: 100%;
  margin-bottom: 1.25em;
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-nav .modal-header-list {
  width: 90%;
  margin: auto;
  text-align: center;
  color: #122858;
  padding: 27px;
  padding-bottom: 50px;
  border-radius: 10px;
  background-color: white;
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-nav .modal-header-list .modal-header-item {
  position: relative;
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-nav .modal-header-list .modal-header-item .modal-header-link {
  padding: 0.5em 0;
  padding-left: 0.5em;
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s, color 0.2s, background-color 0.2s;
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-nav .modal-header-list .modal-header-item .modal-header-link.modal-header-link__parent::before, #modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-nav .modal-header-list .modal-header-item .modal-header-link.modal-header-link__parent::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0.5em;
  height: 0.175em;
  width: 1.25em;
  border-radius: 9999px;
  background-color: #122858;
  transition: transform 0.2s;
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-nav .modal-header-list .modal-header-item .modal-header-link.modal-header-link__parent::after {
  transform: rotateZ(90deg);
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-nav .modal-header-list .modal-header-item .modal-header-link.modal-header-link__parent.modal-header-link__parent-selected::after {
  transform: rotateZ(90deg) scaleX(0);
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-nav .modal-header-list .modal-header-item .modal-header-link.modal-header-link__parent:hover::after {
  transform: rotateZ(90deg) scaleX(0.65);
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-nav .modal-header-list .modal-header-item a.modal-header-link:hover {
  color: white;
  background-color: #122858;
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-nav .modal-header-list .modal-header-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 9999px;
  background-color: #122858;
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-nav .modal-header-list .modal-header-item .modal-header-child-list {
  margin-left: 1em;
  text-align: start;
  padding-bottom: 0.5em;
  margin-top: -0.5em;
  display: none;
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-nav .modal-header-list .modal-header-item .modal-header-child-list .modal-header-child-item {
  position: relative;
  padding-left: 0.5rem;
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-nav .modal-header-btn--box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-nav .modal-header-btn--box .modal-header-btn {
  background-color: white;
  color: #122858;
  line-height: 1;
  padding: 0.5em 1em;
  margin-top: 18px;
  border: 1px solid white;
  transition: color 0.2s, background-color 0.2s;
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-nav .modal-header-btn--box .modal-header-btn:hover {
  color: white;
  background-color: #122858;
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  line-height: 1.6;
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-info-box .tel {
  font-size: 1.5em;
  font-size: 800;
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-info-box .tel a {
  transition: color 0.2s ease;
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-info-box .tel a:hover {
  color: #F4F5F7;
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-info-box .open {
  font-size: max(1em, 12px);
  display: flex;
  align-items: center;
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-info-box .open .open-text {
  font-size: 0.7em;
  line-height: 1;
  border: 2px solid white;
  border-radius: 6px;
  padding: 0.25em 0.5em;
}
#modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-info-box .open .open-time {
  margin-left: 0.25em;
}
#modal-menu .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  z-index: 0;
}
#modal-menu.modal-open {
  /* opacity: 0; */
  /* visibility: hidden; */
  opacity: 1;
  visibility: visible;
}
#modal-menu.modal-open .modal-inner .modal-header .modal-header-inner {
  transform: translateY(0);
}
#modal-menu.modal-open .modal-inner .modal-header .modal-header-inner .modal-header-nav .modal-header-list .modal-header-item .modal-header-link .modal-header-text {
  /* transform: translateX(0); */
}
@media screen and (max-width: 764px) {
  #modal-menu .modal-inner .modal-header .modal-header-inner {
    font-size: 16px;
  }
  #modal-menu .modal-inner .modal-header .modal-header-inner .modal-header-nav .modal-header-list {
    padding: 18px;
    padding-bottom: 40px;
  }
}

#footer {
  padding-bottom: 0;
  position: relative;
  z-index: 10;
  background-color: white;
}
#footer .footer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .footer-info .footer-info--letter .footer-info--letter__img {
  max-width: 10em;
  width: 100%;
  display: block;
  margin-left: -0.4em;
}
#footer .footer-info .footer-info--letter .footer-info--letter__title {
  color: #122858;
}
#footer .footer-info .footer-info--map {
  max-width: 633.4975px;
  width: 100%;
  height: auto;
}
#footer .footer-info .footer-info--map .footer-info--map__inner {
  width: 100%;
  height: 0;
  padding-top: 37.85%;
  position: relative;
}
#footer .footer-info .footer-info--map .footer-info--map__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#footer .footer-banner {
  background-color: #122858;
  margin: 24px 0;
}
#footer .footer-banner .footer-banner--logo__box {
  width: 100%;
  max-width: 370px;
  height: auto;
}
#footer .footer-banner .footer-banner--logo__box .footer-banner--logo__img {
  width: 100%;
  height: auto;
  display: inline-block;
}
#footer .footer-banner .footer-banner--logo__box:not(:first-child) {
  margin-top: 32px;
}
#footer .footer-banner .footer-banner--logo__area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footer .footer-nav {
  margin-top: 24px;
}
#footer .footer-nav .footer-nav-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer .footer-nav .footer-nav-box .footer-nav-list .footer-nav-link {
  padding: 0 0.5em;
  position: relative;
  display: flex;
  align-items: center;
}
#footer .footer-nav .footer-nav-box .footer-nav-list .footer-nav-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  height: 1em;
  width: 1px;
  background-color: #000;
}
#footer .footer-nav .footer-nav-box .footer-nav-list .footer-nav-link::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0.2em;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 1em);
  height: 1px;
  background-color: #000;
}
#footer .footer-nav .footer-nav-box .footer-nav-list .footer-nav-link:hover::after {
  display: inline-block;
}
#footer .footer-nav .footer-nav-box .footer-nav-list:first-child .footer-nav-link::before {
  display: none;
}
#footer .footer-copyrights {
  font-size: 14px;
  text-align: center;
  margin-top: 24px;
  padding-bottom: 24px;
}
#footer.footer--color__blue {
  background-color: #F4F5F7;
}
@media screen and (max-width: 764px) {
  #footer .footer-info {
    flex-direction: column;
  }
  #footer .footer-info .footer-info--letter {
    text-align: center;
  }
  #footer .footer-info .footer-info--letter .footer-info--letter__img {
    margin: 0 auto;
  }
  #footer .footer-info .footer-info--map {
    margin-top: 24px;
  }
  #footer .footer-banner .footer-banner--logo__area {
    margin-top: 24px;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-info .footer-info--map {
    width: 111%;
  }
  #footer .footer-info .footer-info--map .footer-info--map__inner {
    padding-top: 63.95%;
  }
  #footer .footer-info .footer-info--letter {
    font-size: 14px;
  }
  #footer .footer-banner .footer-banner--logo__box {
    max-width: 192px;
  }
  #footer .footer-nav {
    font-size: 14px;
  }
}

#top .t-mainvisual {
  height: 100vh;
  height: 100svh;
  height: calc(100svh - 112px);
  width: 100%;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
#top .t-mainvisual .t-mainvisual--bg {
  width: 100%;
  height: 100%;
  z-index: 1;
}
#top .t-mainvisual .t-mainvisual--bg .t-mainvisual--bg__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.0125);
}
#top .t-mainvisual .t-mainvisual--title {
  position: absolute;
  font-size: 50px;
  font-size: max(37.5px, min(4.9083769634vw, 50px));
  font-weight: 400;
  line-height: 1.4;
  color: white;
  z-index: 1;
  width: 90%;
  max-width: 1450px;
  display: flex;
  justify-content: right;
}
#top .t-mainvisual .t-mainvisual--title .t-mainvisual--title__br-sp {
  display: none;
}
#top .t-message {
  background-color: #E6EAEF;
}
#top .t-message .t-message__box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  background-color: white;
  padding: 72px 100px;
  border-radius: 20px;
}
#top .t-message .t-message__box .t-message--left {
  line-height: 1.6;
  min-width: 11em;
  margin-left: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top .t-message .t-message__box .t-message--left .t-message-img__box {
  width: 7.5em;
  height: auto;
  margin-bottom: 0.25em;
}
#top .t-message .t-message__box .t-message--left .t-message-img__box .t-message-img__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 108.888%;
}
#top .t-message .t-message__box .t-message--left .t-message-img__box .t-message-img__inner .t-message-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top .t-message .t-message__box .t-message--left p {
  font-size: 14px;
  margin-right: auto;
}
#top .t-message .t-message__box .t-message--left .name {
  font-size: 1.125em;
  line-height: 1.3;
}
#top .t-message .t-message__box .t-message--right p {
  font-size: 20px;
}
#top .t-topics .t-topics__box {
  padding: 72px 100px;
  border-radius: 20px;
  background-color: #F4F5F7;
}
#top .t-topics .t-topics__box .t-topics--list {
  font-size: 16px;
}
#top .t-topics .t-topics__box .t-topics--list li {
  padding: 1em 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #122858;
}
#top .t-topics .t-topics__box .t-topics--list li > * {
  margin-right: 2em;
}
#top .t-topics .t-topics__box .t-topics--list li > *:last-child {
  margin-right: 0;
}
#top .t-topics .t-topics__box .t-topics--list li .t-topics--category {
  background-color: #122858;
  color: white;
  width: 6em;
  text-align: center;
  font-size: 0.875em;
}
#top .t-topics .t-topics__box .t-topics--list li .t-topics--spacer {
  display: none;
  width: 100%;
}
#top .t-topics .t-topics__box .t-topics--list li:first-child {
  padding-top: 0;
}
#top .t-topics .t-topics--btn {
  margin-left: auto;
  margin-right: auto;
}
#top .t-topics .t-topics-deco-01 {
  right: 0;
}
#top .t-member {
  background-color: #F4F5F7;
}
#top .t-member .t-member__box .t-member--list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 0;
  font-size: 16px;
}
#top .t-member .t-member__box .t-member--list .t-member--list__item {
  width: 25%;
}
#top .t-member .t-member__box .t-member--list .t-member--list__item .t-member--profile {
  background-color: white;
  width: 80%;
  height: 0;
  padding-top: 80%;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top .t-member .t-member__box .t-member--list .t-member--list__item .t-member--profile img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .t-member .t-member__box .t-member--list .t-member--list__item .t-member--profile .t-member--profile-sample {
  width: 82%;
}
#top .t-member .t-member__box .t-member--list .t-member--list__item .t-member--letter {
  text-align: center;
  margin-top: 0.25em;
}
#top .t-member .t-member__box .t-member--list .t-member--list__item .t-member--letter .t-member--letter__name {
  font-size: 1.125em;
  font-weight: 600;
}
#top .t-member .t-member__box .t-member--list .t-member--list__item .t-member--letter .t-member--letter__title {
  display: inline-block;
  line-height: 1.4;
  font-size: 0.875em;
}
#top .t-member .t-member__box .t-member--list .t-member--list__item.t-member--list__item-full {
  width: 100%;
}
#top .t-member .t-member__box .t-member--list .t-member--list__item.t-member--list__first {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -80px;
}
#top .t-member .t-member__box .t-member--list .t-member--list__spacer {
  width: 100%;
}
#top .t-member .t-member__box .t-member--btn__box {
  display: flex;
  justify-content: center;
  gap: 90px;
}
#top .t-member .t-member__box .t-member--btn__box .t-member--btn {
  margin-top: 0;
}
@media screen and (max-width: 1025px) {
  #top .t-mainvisual {
    height: 100vh;
    height: 100svh;
    height: calc(100svh - 102.75px);
    margin-top: 102.75px;
  }
  #top .t-message .t-message__box .t-message--left {
    min-width: 183.75px;
  }
  #top .t-message .t-message__box .t-message--left .t-message-img__box {
    width: 183.75px;
  }
  #top .t-message .t-message__box .t-message--right p {
    font-size: 18px;
  }
  #top .t-member .t-member__box .t-member--list {
    font-size: 15px;
  }
}
@media screen and (max-width: 764px) {
  #top .t-mainvisual {
    height: calc(100svh - 55.31px);
    margin-top: 55.31px;
  }
  #top .t-mainvisual .t-mainvisual--title {
    font-size: max(23px, min(6.7647058824vw, 37.5px));
  }
  #top .t-message .t-message__box {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 56px 75px;
  }
  #top .t-message .t-message__box .t-message--left {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: unset;
    margin-left: unset;
  }
  #top .t-message .t-message__box .t-message--left .t-message-img__box {
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
  }
  #top .t-message .t-message__box .t-message--left p, #top .t-message .t-message__box .t-message--left .name {
    margin-right: unset;
  }
  #top .t-message .t-message__box .t-message--left .name {
    font-size: 18px;
  }
  #top .t-message .t-message__box .t-message--right {
    margin-left: unset;
  }
  #top .t-message .t-message__box .t-message--right p {
    font-size: 16px;
    font-feature-settings: "palt";
    text-align: justify;
  }
  #top .t-topics .t-topics__box {
    padding: 56px;
  }
  #top .t-topics .t-topics__box .t-topics--list li {
    flex-wrap: wrap;
  }
  #top .t-topics .t-topics__box .t-topics--list li .t-topics--category {
    margin-bottom: 0.25em;
  }
  #top .t-topics .t-topics__box .t-topics--list li .t-topics--spacer {
    display: block;
  }
  #top .t-topics .t-topics__box .t-topics--list li > * {
    margin-right: 1em;
  }
  #top .t-topics .t-topics__box .t-topics--list li:first-child {
    margin-right: auto;
  }
  #top .t-topics .t-topics__box .t-topics--list li:last-child {
    margin-right: 0;
  }
  #top .t-member .t-member__box .t-member--list {
    gap: 60px 0;
    font-size: 14px;
  }
  #top .t-member .t-member__box .t-member--list .t-member--list__item {
    width: 33.3333333333%;
  }
  #top .t-member .t-member__box .t-member--list .t-member--list__item .t-member--letter .t-member--letter__title {
    font-size: 0.8em;
  }
  #top .t-member .t-member__box .t-member--btn__box {
    gap: 24px;
  }
}
@media screen and (max-width: 480px) {
  #top .t-mainvisual .t-mainvisual--title {
    justify-content: flex-start;
  }
  #top .t-message .t-message__box {
    padding: 32px 5%;
  }
  #top .t-message .t-message__box .t-message--left .t-message-img__box {
    max-width: 142px;
  }
  #top .t-message .t-message__box .t-message--left .name {
    font-size: 16px;
  }
  #top .t-message .t-message__box .t-message--right p {
    font-size: 14px;
  }
  #top .t-topics .t-topics__box {
    padding: 32px 5%;
  }
  #top .t-topics .t-topics__box .t-topics--list {
    font-size: 14px;
  }
  #top .t-member .t-member__box .t-member--list .t-member--list__item {
    width: 50%;
  }
}

#overview .p-overview-message {
  background-color: #E6EAEF;
}
#overview .p-overview-message .p-overview-message--letter {
  text-align: justify;
  max-width: 1000px;
  margin: 0 auto;
}
#overview .p-overview-message .p-overview-message--desc-img {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  margin-top: calc(120px - 1em);
}
@media screen and (max-width: 764px) {
  #overview .p-overview-message .p-overview-message--desc-img {
    margin-top: calc(84px - 1em);
  }
}
@media screen and (max-width: 480px) {
  #overview .p-overview-message .p-overview-message--letter {
    font-size: 14px;
  }
}

#team .p-team {
  background-color: #E6F3F9;
}
#team .p-team .p-team__box .p-team--card {
  counter-reset: pTeamCardNum;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item {
  border-radius: 20px;
  overflow: hidden;
  font-size: 16px;
  background-color: white;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-head__box {
  background-color: #4b7ec0;
  color: white;
  display: flex;
  align-items: center;
  font-size: 1.2em;
  padding: 16px 36px;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-head__box .p-team--card-head-number {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: white;
  color: #4b7ec0;
  margin-right: 0.5em;
  position: relative;
  padding: 0.125em 0.5em;
  border-radius: 0.15em;
  min-width: 4em;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-head__box .p-team--card-head-title {
  line-height: 1.7;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box {
  padding: 24px 36px;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box .p-team--card-item {
  display: flex;
  align-items: center;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box .p-team--card-item .p-team--card-item-head {
  color: #4b7ec0;
  position: relative;
  width: 12.5em;
  min-width: 12.5em;
  margin-bottom: auto;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box .p-team--card-item .p-team--card-item-head::before {
  content: "●";
  display: inline-block;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box .p-team--card-item .p-team--card-item-content .p-team--card-item-slash-list {
  display: flex;
  flex-wrap: wrap;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box .p-team--card-item .p-team--card-item-content .p-team--card-item-slash-list li {
  position: relative;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box .p-team--card-item .p-team--card-item-content .p-team--card-item-slash-list li::after {
  position: relative;
  content: "/";
  display: inline-block;
  margin: 0 0.25em;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box .p-team--card-item .p-team--card-item-content .p-team--card-item-slash-list li:last-child::after {
  display: none;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box .p-team--card-item .p-team--card-item-content .p-team--card-item-comma-list {
  display: flex;
  flex-wrap: wrap;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box .p-team--card-item .p-team--card-item-content .p-team--card-item-comma-list li::after {
  content: ",";
  display: inline-block;
  margin-right: 0.5em;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box .p-team--card-item .p-team--card-item-content .p-team--card-item-comma-list li:last-child::after {
  display: none;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box .p-team--card-item .p-team--card-item-content .p-team--card-item-letter {
  text-align: justify;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box .p-team--card-item + .p-team--card-item {
  margin-top: 0.75em;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box .p-team--card-img-box {
  width: 100%;
  height: 0;
  padding-top: 80%;
  position: relative;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box .p-team--card-img-box .p-team--card-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  right: 0;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card__l-r {
  display: flex;
  justify-content: space-between;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card__l-r .p-team--card__left {
  width: 75%;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card__l-r .p-team--card__right {
  width: 22.5%;
  height: 100%;
}
#team .p-team .p-team__box .p-team--card .p-team--card__item + .p-team--card__item {
  margin-top: 56px;
}
#team.team__research .p-team {
  background-color: #EDF5EC;
}
#team.team__research .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-head__box {
  background-color: #639b42;
}
#team.team__research .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-head__box .p-team--card-head-number {
  color: #639b42;
}
#team.team__research .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box .p-team--card-item .p-team--card-item-head {
  color: #639b42;
}
@media screen and (max-width: 764px) {
  #team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box .p-team--card-item {
    flex-direction: column;
    align-items: start;
  }
  #team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box .p-team--card-item .p-team--card-item-content {
    margin-left: 1em;
  }
  #team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box .p-team--card-item + .p-team--card-item {
    margin-top: 0;
  }
  #team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card__l-r {
    flex-direction: column-reverse;
  }
  #team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card__l-r .p-team--card__left {
    width: 100%;
  }
  #team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card__l-r .p-team--card__right {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  #team .p-team .p-team__box .p-team--card .p-team--card__item {
    font-size: 14px;
    border-radius: 11px;
  }
  #team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-head__box {
    padding: 16px 24px;
  }
  #team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box {
    padding: 24px;
  }
}
@media screen and (max-width: 340px) {
  #team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card-content__box {
    padding: 5%;
  }
  #team .p-team .p-team__box .p-team--card .p-team--card__item .p-team--card__l-r .p-team--card__right {
    margin-bottom: 5%;
  }
}

#video-links .p-video-links {
  background-color: #F4F5F7;
}
#video-links .p-video-links .p-video-links__box {
  padding: 24px;
  border-radius: 6px;
  background-color: white;
}
#video-links .p-video-links .p-video-links__box .p-video-links--ttl {
  font-weight: 500;
}
#video-links .p-video-links .p-video-links__box .p-video-links--list .p-video-links--item {
  border-bottom: 1px dotted #aaaaab;
}
#video-links .p-video-links .p-video-links__box .p-video-links--list .p-video-links--item .p-video-links--link {
  padding: 0.25em 0.75em;
  display: block;
}
#video-links .p-video-links .p-video-links__box + .p-video-links__box {
  margin-top: 32px;
}
@media screen and (max-width: 480px) {
  #video-links .p-video-links {
    font-size: 14px;
  }
}

#post {
  background-color: #F4F5F7;
}
#post .p-post .p-post--split {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#post .p-post .p-post--split .p-post--split__item {
  min-height: 100px;
  border-radius: 11px;
}
#post .p-post .p-post--split .p-post--split__item:nth-of-type(1) {
  width: 70%;
  height: -moz-fit-content;
  height: fit-content;
}
#post .p-post .p-post--split .p-post--split__item:nth-of-type(2) {
  width: 27.5%;
  height: -moz-fit-content;
  height: fit-content;
}
#post .p-post .p-post--split .p-post--split__item.p-post--split__item-full:nth-of-type(1), #post .p-post .p-post--split .p-post--split__item.p-post--split__item-full:nth-of-type(2) {
  width: 100%;
}
#post .p-post .p-post--head {
  font-size: 1em;
  line-height: 1.4;
  padding-bottom: 1em;
  margin-bottom: 0.4em;
  border-bottom: 1px solid #122858;
}
#post .p-post .p-post--head > * + * {
  margin-top: 8px;
}
#post .p-post .p-post--head .p-post--head-ttl {
  font-size: 1.25em;
}
#post .p-post .p-post--head .p-post--head-time {
  display: flex;
  align-items: center;
  position: relative;
}
#post .p-post .p-post--head .p-post--head-time::before {
  content: "";
  display: inline-block;
  height: 1.125em;
  width: 1.125em;
  margin-right: 0.5em;
  background-image: url("./images/deco-clock-icon-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#post .p-post .p-post--head .p-post--head-cat {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  line-height: 1;
  font-size: 0.875em;
}
#post .p-post .p-post--head .p-post--head-cat .p-post--head-cat-list {
  background-color: #4b7ec0;
  color: white;
  border-radius: 0.285em;
  border: 1px solid #4b7ec0;
  transition: background-color 0.2s, color 0.2s;
}
#post .p-post .p-post--head .p-post--head-cat .p-post--head-cat-list .p-post--head-cat-link {
  padding: 0.4em 1em;
  display: inline-block;
}
#post .p-post .p-post--head .p-post--head-cat .p-post--head-cat-list:hover {
  background-color: white;
  color: #4b7ec0;
}
#post .p-post .p-post--thumbnail {
  margin-top: 1em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 480px) {
  #post .p-post {
    font-size: 14px;
  }
}

#archive {
  background-color: #F4F5F7;
}
#archive .p-archive .p-archive__box {
  background-color: white;
  padding: 24px;
  border-radius: 6px;
}
#archive .p-archive .p-archive__box .p-archive--post__list {
  display: flex;
  align-items: center;
}
#archive .p-archive .p-archive__box .p-archive--post__list .p-archive--post-thumbnail__box {
  max-width: 12em;
  width: 100%;
  height: auto;
  margin-right: 1em;
}
#archive .p-archive .p-archive__box .p-archive--post__list .p-archive--post-thumbnail__box .p-archive--post-thumbnail__inner {
  width: 100%;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
#archive .p-archive .p-archive__box .p-archive--post__list .p-archive--post-thumbnail__box .p-archive--post-thumbnail__inner .p-archive--post-thumbnail__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s;
}
#archive .p-archive .p-archive__box .p-archive--post__list .p-archive--post-thumbnail__box.p-archive--post-thumbnail__logo {
  background-color: #122858;
}
#archive .p-archive .p-archive__box .p-archive--post__list .p-archive--post-thumbnail__box.p-archive--post-thumbnail__logo .p-archive--post-thumbnail__inner .p-archive--post-thumbnail__img {
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(0.8);
}
#archive .p-archive .p-archive__box .p-archive--post__list .p-archive--post-thumbnail__box:hover .p-archive--post-thumbnail__inner .p-archive--post-thumbnail__img {
  transform: scale(1.05);
}
#archive .p-archive .p-archive__box .p-archive--post__list .p-archive--post-thumbnail__box:hover.p-archive--post-thumbnail__logo .p-archive--post-thumbnail__inner .p-archive--post-thumbnail__img {
  transform: scale(0.85);
}
#archive .p-archive .p-archive__box .p-archive--post__list .p-archive--post-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#archive .p-archive .p-archive__box .p-archive--post__list .p-archive--post-info .p-archive--post-info-ttl {
  font-size: 1.25em;
  font-weight: 500;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.5em;
  line-height: 1.4;
}
#archive .p-archive .p-archive__box .p-archive--post__list .p-archive--post-info .p-archive--post-info-ttl::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
#archive .p-archive .p-archive__box .p-archive--post__list .p-archive--post-info .p-archive--post-info-ttl:hover::after {
  display: inline-block;
}
#archive .p-archive .p-archive__box .p-archive--post__list .p-archive--post-info .p-archive--post-info-profile {
  display: flex;
  align-items: center;
  line-height: 1.5;
}
#archive .p-archive .p-archive__box .p-archive--post__list .p-archive--post-info .p-archive--post-info-profile .p-archive--post-info-profile-thumb__box {
  width: 3em;
  height: 3em;
  min-width: 3em;
  min-height: 3em;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.5em;
  border: 1px solid #cdcdcd;
}
#archive .p-archive .p-archive__box .p-archive--post__list .p-archive--post-info .p-archive--post-info-profile .p-archive--post-info-profile-thumb__box .p-archive--post-info-profile-thumb__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#archive .p-archive .p-archive__box .p-archive--post__list + .p-archive--post__list {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #122858;
}
@media screen and (max-width: 764px) {
  #archive .p-archive .p-archive__box .p-archive--post__list .p-archive--post-thumbnail__box {
    max-width: 8em;
  }
  #archive .p-archive .p-archive__box .p-archive--post__list .p-archive--post-info .p-archive--post-info-ttl {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 480px) {
  #archive .p-archive .p-archive__box .p-archive--post__list {
    font-size: 14px;
    flex-direction: column;
    align-items: unset;
  }
  #archive .p-archive .p-archive__box .p-archive--post__list .p-archive--post-thumbnail__box {
    max-width: 100%;
  }
  #archive .p-archive .p-archive__box .p-archive--post__list .p-archive--post-info {
    margin-top: 0.75em;
  }
  #archive .p-archive .p-archive__box .p-archive--post__list .p-archive--post-info .p-archive--post-info-ttl {
    font-size: 1.25em;
  }
}

#conference .p-conference--archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
#conference .p-conference--archive__list .p-conference--archive__item {
  border: 1px solid #cdcdcd;
  background-color: #f9f9f9;
  border-radius: 20px;
  overflow: hidden;
}
#conference .p-conference--archive__list .p-conference--archive__item .p-conference--archive-thumb {
  width: 100%;
  height: 0;
  padding-top: 72.33%;
  position: relative;
}
#conference .p-conference--archive__list .p-conference--archive__item .p-conference--archive-thumb .p-conference--archive-thumb__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#conference .p-conference--archive__list .p-conference--archive__item .p-conference--archive-thumb.p-conference--archive-thumb__logo {
  background-color: #122858;
}
#conference .p-conference--archive__list .p-conference--archive__item .p-conference--archive-thumb.p-conference--archive-thumb__logo .p-conference--archive-thumb__img {
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(0.8);
}
#conference .p-conference--archive__list .p-conference--archive__item .p-conferenece--archive-info {
  padding: 0.6em 0.75em;
  padding-bottom: 0;
}
#conference .p-conference--archive__list .p-conference--archive__item .p-conferenece--archive-info .p-conferenece--archive-info-title {
  font-size: 1.124em;
  line-height: 1.4;
}
#conference .p-conference--archive__list .p-conference--archive__item .p-conferenece--archive-info .p-conferenece--archive-info-time {
  display: flex;
  align-items: center;
  position: relative;
}
#conference .p-conference--archive__list .p-conference--archive__item .p-conferenece--archive-info .p-conferenece--archive-info-time::before {
  content: "";
  display: inline-block;
  height: 1.125em;
  width: 1.125em;
  margin-right: 0.5em;
  background-image: url("./images/deco-clock-icon-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#conference .p-conference--archive__list .p-conference--archive__item .p-conferenece--archive-info .p-conferenece--archive-info-location {
  display: flex;
  align-items: center;
  position: relative;
}
#conference .p-conference--archive__list .p-conference--archive__item .p-conferenece--archive-info .p-conferenece--archive-info-location::before {
  content: "";
  display: inline-block;
  height: 1.125em;
  width: 1.125em;
  margin-right: 0.5em;
  background-image: url("./images/deco-location-icon-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#conference .p-conference--archive__list .p-conference--archive__item .p-conferenece--archive-btn {
  background-color: #122858;
  border: 1px solid #122858;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.4;
  padding: 0.25em 0.75em;
  margin-bottom: 1em;
  font-size: 0.9em;
  transition: color 0.2s, background-color 0.2s;
}
#conference .p-conference--archive__list .p-conference--archive__item .p-conferenece--archive-btn:hover {
  background-color: white;
  color: #122858;
}
#conference .p-conference--post .p-conference--post-head {
  margin-bottom: 1em;
}
#conference .p-conference--post .p-conference--post-head .p-conference--post-head-tll {
  font-size: 1.375em;
  line-height: 1.4;
  padding: 0.25em 0;
  margin-bottom: 0.25em;
  border-bottom: 1px solid #122858;
}
#conference .p-conference--post .p-conference--post-head .p-conference--post-head-time {
  display: flex;
  align-items: center;
  position: relative;
}
#conference .p-conference--post .p-conference--post-head .p-conference--post-head-time::before {
  content: "";
  display: inline-block;
  height: 1.125em;
  width: 1.125em;
  margin-right: 0.5em;
  background-image: url("./images/deco-clock-icon-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#conference .p-conference--post .p-conference--post-head .p-conference--post-head-location {
  display: flex;
  align-items: center;
  position: relative;
}
#conference .p-conference--post .p-conference--post-head .p-conference--post-head-location::before {
  content: "";
  display: inline-block;
  height: 1.125em;
  width: 1.125em;
  margin-right: 0.5em;
  background-image: url("./images/deco-location-icon-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#conference .p-conference--post .p-conference--post-thumbnail {
  padding-bottom: 1em;
}
@media screen and (max-width: 1025px) {
  #conference .p-conference--archive__list {
    gap: 24px;
  }
}
@media screen and (max-width: 764px) {
  #conference .p-conference--archive__list {
    gap: 12px;
  }
  #conference .p-conference--archive__list .p-conference--archive__item .p-conferenece--archive-info {
    padding: 0.6em 0.75em;
  }
  #conference .p-conference--archive__list .p-conference--archive__item .p-conferenece--archive-info .p-conferenece--archive-info-title {
    font-size: 1em;
    line-height: inherit;
  }
}
@media screen and (max-width: 600px) {
  #conference .p-conference--archive__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 480px) {
  #conference .p-conference--archive__list {
    gap: 12px;
    font-size: 14px;
  }
  #conference .p-conference--post {
    font-size: 14px;
  }
}
@media screen and (max-width: 340px) {
  #conference .p-conference--archive__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

#results .p-results-main .p-result-main--tab {
  display: flex;
  margin-bottom: 24px;
}
#results .p-results-main .p-result-main--tab .p-result-main--tab__list {
  width: 100%;
  background-color: #F4F5F7;
  padding: 24px 24px;
  font-weight: 500;
  border-bottom: 4px solid #122858;
  cursor: pointer;
  transition: color 0.2s, background-color 0.2s;
}
#results .p-results-main .p-result-main--tab .p-result-main--tab__list:hover, #results .p-results-main .p-result-main--tab .p-result-main--tab__list.p-result-main--tab__current {
  background-color: #122858;
  color: white;
}
#results .p-results-main .p-results-main--card:nth-child(n+3) {
  display: none;
}
#results .p-results-main .p-results-main--card .p-results-main--card__list {
  background-color: #F4F5F7;
  padding: 24px;
  line-height: 1.4;
  font-feature-settings: "palt";
}
#results .p-results-main .p-results-main--card .p-results-main--card__list + .p-results-main--card__list {
  margin-top: 24px;
}
#results .p-results-main .p-results-main--card .p-results-main--card__list .p-results-main--card__item {
  display: flex;
  align-items: baseline;
}
#results .p-results-main .p-results-main--card .p-results-main--card__list .p-results-main--card__item + .p-results-main--card__item {
  margin-top: 0.75em;
}
#results .p-results-main .p-results-main--card .p-results-main--card__list .p-results-main--card__item .p-results-main--card-head {
  max-width: 5.25em;
  width: 100%;
  background-color: #122858;
  font-size: 0.875em;
  line-height: 1;
  color: white;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#results .p-results-main .p-results-main--card .p-results-main--card__show {
  display: block;
}
@media screen and (max-width: 764px) {
  #results .p-results-main .p-result-main--tab .p-result-main--tab__list {
    padding: 12px 24px;
  }
  #results .p-results-main .p-results-main--card .p-results-main--card__list .p-results-main--card__item {
    flex-direction: column;
    align-items: unset;
  }
  #results .p-results-main .p-results-main--card .p-results-main--card__list .p-results-main--card__item + .p-results-main--card__item {
    margin-top: 0.25em;
  }
  #results .p-results-main .p-results-main--card .p-results-main--card__list .p-results-main--card__item .p-results-main--card-head {
    margin-bottom: 0.2857em;
  }
}
@media screen and (max-width: 480px) {
  #results .p-results-main .p-result-main--tab {
    font-size: 14px;
  }
  #results .p-results-main .p-result-main--tab .p-result-main--tab__list {
    padding: 8px 24px;
  }
  #results .p-results-main .p-results-main--card {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */