@charset "UTF-8";
/* 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] {
  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 */
  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;
  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;
}

/* 変数設定 */
:root {
  /* フォント */
  --font-family: Noto Sans JP, sans-serif;
  --font-family-serif: Shippori Mincho, serif;
  --line-height--root: 1.7;
  --font-size-base: 1.6rem;
  font-display: swap;
  /* 色 */
  --txt-color: #222222;
  --bg-color: #ffffff;
  --bg-color--gray: #F2F1EC;
  --bg-color--lightblue: hsl(227, 82%, 94%);
  --primary-color: #B60014;
  --secondary-color: #0D3388;
  --border-color--gray: #666;
  --border-color--light-gray: #ccc;
  /* 単位・共通値 */
  --rem: 0.1rem;
  --contents-width: 1040px;
  /* iOS/モバイル文字サイズ調整 */
  -webkit-text-size-adjust: 100%;
}

/* コンテンツ幅のレスポンシブ制御 */
@media (max-width: 1279px) and (min-width: 1024.02px) {
  :root {
    --contents-width: 1100px;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --contents-width: 94%;
  }
}
@media only screen and (max-width: 744px) {
  :root {
    --contents-width: 100%;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  line-height: var(--line-height--root);
  color: var(--txt-color);
  background-color: var(--bg-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
  word-wrap: break-word;
  scroll-behavior: smooth;
  margin: 0;
  min-width: 320px;
}

:where(:root) {
  overflow-wrap: anywhere;
  line-break: strict;
  -webkit-tap-highlight-color: transparent;
}

:where(a, area, button, [role=button], input:not([type=range]), label, select, summary, textarea) {
  touch-action: manipulation;
}

:where(a) {
  color: #1526bb;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
:where(a):hover {
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.2rem;
}

@media (any-hover: hover) {
  :where(a[href^="tel:"]) {
    pointer-events: none;
  }
}
:where(img) {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(input:not([type=checkbox]):not([type=radio]), textarea) {
  border: 1px solid var(--border-color--gray);
}

h1 {
  font-size: 3.2rem;
  font-weight: 600;
}

h2 {
  font-size: 2.4rem;
  font-weight: 600;
}

h3 {
  font-size: 2rem;
  font-weight: 600;
}

p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 744px) {
  p {
    font-size: 1.4rem;
  }
}

.font-en {
  font-family: "Roboto", serif;
}

.font-ja {
  font-family: var(--font-family);
}

.font-serif {
  font-family: var(--font-family-serif);
}

.year {
  font-family: "Times New Roman", serif;
}

.note {
  font-size: 1.2rem;
}

.cover img {
  object-fit: cover;
}

.fill img {
  object-fit: fill;
}

.pc {
  display: block;
}
@media only screen and (max-width: 744px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 744px) {
  .sp {
    display: block !important;
  }
}

dd,
dt,
li,
p,
pre,
td,
th {
  overflow-wrap: break-word;
  word-break: break-word;
  line-break: strict;
}

figcaption {
  margin-top: 0.8rem;
  font-size: 1.3rem;
}
@media only screen and (max-width: 744px) {
  figcaption {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
}

.img-border {
  border: 1px solid var(--border-color--gray);
}

.layout-1col:not(.data) main,
.layout-2col:not(.data) main {
  padding: 8rem 0;
}
.layout-1col:not(.data) main article,
.layout-2col:not(.data) main article {
  max-width: var(--contents-width);
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.layout-1col:not(.data) main article p,
.layout-2col:not(.data) main article p {
  text-align: justify;
  text-justify: auto;
  line-break: strict;
  word-break: break-all;
}

.layout-2col main {
  max-width: var(--contents-width);
  display: flex;
  justify-content: space-between;
  gap: 7rem;
  margin: 0 auto;
}
.layout-2col main article {
  flex: 1;
  min-width: 0;
}
.layout-2col main aside {
  min-width: 270px;
  max-width: 26%;
  flex-shrink: 0;
}
.layout-2col main aside ul li a span {
  display: inline-block;
}

@media only screen and (max-width: 1279px) {
  .layout-2col:not(.data) main {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
@media only screen and (max-width: 959px) {
  .layout-1col:not(.data) main,
  .layout-2col:not(.data) main {
    flex-direction: column;
    width: 100%;
    padding-top: 4rem;
    padding-left: clamp(2rem, -3.1369863014rem + 13.698630137vw, 10rem);
    padding-right: clamp(2rem, -3.1369863014rem + 13.698630137vw, 10rem);
    gap: 0;
  }
  .layout-1col:not(.data) main article,
  .layout-2col:not(.data) main article {
    max-width: 100%;
    width: 100%;
  }
  .layout-1col:not(.data) main aside,
  .layout-2col:not(.data) main aside {
    min-width: 100%;
    max-width: 100%;
  }
}
.ly-2col {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.4rem;
  margin-top: 2.4rem;
}
.ly-2col > * {
  width: calc(50% - 1.2rem);
  margin: 0;
  box-sizing: border-box;
}
.ly-2col img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.ly-2col figcaption {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 744px) {
  .ly-2col {
    gap: 3.2rem 0;
  }
  .ly-2col > * {
    width: 100%;
  }
}

.article__body {
  margin-bottom: 8rem;
}
.article__body:not(.award) {
  margin-bottom: 0;
}
.article__body h2 {
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 1.6rem;
  font-family: var(--font-family-serif);
  font-weight: 700;
}
.article__body h2 ~ h2 {
  margin-top: 4rem;
}
.article__body p {
  font-size: 1.6rem;
  padding-bottom: 1.6rem;
}
.discussion .article__body h2 {
  font-size: 3.6rem !important;
  line-height: 1.2;
}
@media only screen and (max-width: 479px) {
  .discussion .article__body h2 {
    font-size: 2.6rem;
  }
}
.history .article__body h1 {
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 1.6rem;
  font-family: var(--font-family-serif);
  font-weight: 700;
}
@media only screen and (max-width: 479px) {
  .history .article__body h1 {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}
.history .article__body h1 span {
  display: block;
  margin-top: 1.6rem;
  font-family: var(--font-family);
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .history .article__body h1 span {
    font-size: 1.6rem;
  }
}
.history .article__body h2 {
  margin-top: 2.4rem;
  color: #B60014;
  font-weight: 600;
}
@media only screen and (max-width: 479px) {
  .history .article__body h2 {
    font-size: 2.4rem;
  }
}
.history .article__body h2 ~ h2 {
  margin-top: 4.8rem;
}

.message .article__body {
  margin-top: 4rem;
}
@media only screen and (max-width: 479px) {
  .message .article__body {
    margin-top: 2.4rem;
  }
}

.greeting article {
  max-width: 80rem !important;
}
@media only screen and (max-width: 479px) {
  .greeting article {
    max-width: 100% !important;
  }
}

.article-image {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 2.4rem 0 3.2rem;
}
.article-image figure.is-landscape,
.article-image figure.is-landscape2 {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.article-image figure.is-landscape img,
.article-image figure.is-landscape2 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.article-image figure.is-landscape2 {
  width: 100%;
}
.article-image figure.is-portrait {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-image figure.is-portrait img {
  display: block;
  width: auto;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  .article-image figure.is-portrait img {
    max-height: 280px;
  }
}
.article-image figure.is-shikishi {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-image figure.is-shikishi img {
  display: block;
  width: auto;
  height: auto;
  max-height: 320px;
  object-fit: contain;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  .article-image figure.is-shikishi img {
    max-height: 240px;
  }
}
.article-image.box-gray {
  background-color: var(--bg-color--gray);
  padding: 2.4rem;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}
@media only screen and (max-width: 479px) {
  .mb60 {
    margin-bottom: 4rem;
  }
}

.mb80 {
  margin-bottom: 8rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}
@media only screen and (max-width: 479px) {
  .mt50 {
    margin-top: 3.2rem;
  }
}

.mt60 {
  margin-top: 6rem !important;
}
@media only screen and (max-width: 479px) {
  .mt60 {
    margin-top: 4rem;
  }
}

.txt-center {
  text-align: center !important;
}

.txt-right {
  text-align: right !important;
}

.txt-left {
  text-align: left !important;
}

.coloring {
  color: var(--primary-color) !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

body {
  margin-top: 0;
}

.box {
  width: 1040px;
  margin: 2em auto;
}

/***
PageTop
***/
.c-scroll-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
  width: 40px;
  height: 40px;
  background-color: #b60014;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.2s ease;
}
.c-scroll-top.is-show {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) {
  .c-scroll-top:hover {
    transform: translateY(-4px);
    opacity: 0.9;
  }
}
.c-scroll-top:active {
  transform: translateY(0);
}
.c-scroll-top__arrow {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.c-scroll-top__arrow::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

/***
Header
***/
header {
  position: relative;
  width: 100%;
  height: 90px;
  padding-right: clamp(1.6rem, -8rem + 10vw, 8rem);
  overflow: visible !important;
  display: flex;
  justify-content: space-between;
  align-items: end;
  z-index: 9999;
  border-top: 4px solid #B60014;
  background: #fff;
  transition: all 0.3s ease;
}
header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9098039216);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
header .header-logo {
  display: flex;
  align-items: center;
}
header .header-logo a:first-child {
  display: block;
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}
header .header-logo a:first-child img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .header-logo a:nth-child(2) {
  display: flex;
  align-items: center;
  height: 90px;
  max-width: 290px;
  padding: 0 2rem;
}
header .header-logo a:nth-child(2) img {
  width: 100%;
  height: auto;
}

.menu {
  margin-left: auto;
}
.menu .menu-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.menu .menu-list .parent-item > a,
.menu .menu-list .has-sub-menu > a {
  display: block;
  padding: 0.8rem 1.2rem;
  color: rgb(51, 51, 51);
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  transition: color 0.3s;
}
@media only screen and (max-width: 1024px) {
  .menu .menu-list .parent-item > a,
  .menu .menu-list .has-sub-menu > a {
    padding: 0.8rem 0.4rem;
  }
}
.menu .menu-list .parent-item:hover, .menu .menu-list .parent-item.is-active,
.menu .menu-list .has-sub-menu:hover,
.menu .menu-list .has-sub-menu.is-active {
  background-color: rgb(51, 51, 51);
}
.menu .menu-list .parent-item:hover > a, .menu .menu-list .parent-item.is-active > a,
.menu .menu-list .has-sub-menu:hover > a,
.menu .menu-list .has-sub-menu.is-active > a {
  color: #fff;
}
.menu .menu-list .parent-item:hover > .sub-menu-wrapper, .menu .menu-list .parent-item.is-active > .sub-menu-wrapper,
.menu .menu-list .has-sub-menu:hover > .sub-menu-wrapper,
.menu .menu-list .has-sub-menu.is-active > .sub-menu-wrapper {
  display: block;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  min-height: 160px;
  height: auto;
  padding: 2rem 0;
  background: rgba(51, 51, 51, 0.95);
  z-index: 9999;
  max-height: calc(100vh - 90px);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.15);
}
.menu .sub-menu-wrapper {
  display: none;
}
.menu .sub-menu-wrapper .sub-menu-container {
  margin: 0 auto 0 auto;
  max-width: clamp(90rem, 79.3043478261rem + 10.4347826087vw, 96rem);
}
.menu .sub-menu-wrapper .sub-menu {
  list-style: none;
  padding: 0;
  margin: 1.2rem auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.menu .sub-menu-wrapper .sub-menu.is-center {
  justify-content: center;
}
.menu .sub-menu-wrapper .sub-menu.is-center li {
  justify-content: center;
}
.menu .sub-menu-wrapper .sub-menu.is-center li:not(:has(a)) {
  text-align: center;
}
.menu .sub-menu-wrapper .sub-menu li {
  padding: 4px 0;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.menu .sub-menu-wrapper .sub-menu li:not(:has(a)) {
  width: 100%;
  font-weight: 600;
  font-size: 1.7rem;
  padding-bottom: 0;
  color: #fff;
  text-align: center;
}
.menu .sub-menu-wrapper .sub-menu li:not(:has(a))::after {
  display: none;
}
.menu .sub-menu-wrapper .sub-menu li:has(a)::after {
  content: "|";
  margin: 0 1.6rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  font-size: 1.4rem;
}
.menu .sub-menu-wrapper .sub-menu li:has(a):last-child::after {
  display: none;
}
.menu .sub-menu-wrapper .sub-menu li a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.menu .sub-menu-wrapper .sub-menu li a span {
  font-size: 1.3rem;
  font-weight: 400;
}
.menu .sub-menu-wrapper .sub-menu li a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

/** -------------------------------------
  header (SP) 959px以下
-------------------------------------**/
@media only screen and (max-width: 959px) {
  body.is-fixed {
    touch-action: none;
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
  }
}

@media only screen and (max-width: 959px) {
  header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    padding-right: clamp(0rem, -1.6025039124rem + 5.0078247261vw, 3.2rem);
    border-top: 2px solid #B60014;
    background: rgba(255, 255, 255, 0.9098039216);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  header .header-logo a:first-child {
    display: none;
  }
  header .header-logo a:nth-child(2) {
    height: 5.8rem;
    max-width: clamp(24rem, 21.4315068493rem + 6.8493150685vw, 28rem);
    padding: 0 1.6rem 0 0.8rem;
  }
  .menu {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: rgb(51, 51, 51);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s;
    margin: 0;
    z-index: 1000;
    color: #fff;
  }
  .menu.is-open {
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    height: calc(100dvh - 60px);
  }
  .menu .menu-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 100.1%;
    padding-bottom: 100px;
  }
  .menu .menu-list .parent-item,
  .menu .menu-list .has-sub-menu {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    position: relative;
  }
  .menu .menu-list .parent-item > a,
  .menu .menu-list .has-sub-menu > a {
    position: relative;
    display: block;
    padding: 2rem 2.4rem;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
  }
  .menu .menu-list .parent-item > a::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }
  .menu .menu-list .has-sub-menu > a::before {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #fff;
    transform: translateY(-50%);
  }
  .menu .menu-list .has-sub-menu > a::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #fff;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s;
  }
  .menu .menu-list .has-sub-menu.is-active > a::after {
    transform: translateY(-50%) rotate(0deg);
  }
  .menu .menu-list .has-sub-menu:hover > .sub-menu-wrapper {
    display: none;
  }
  .menu .menu-list .has-sub-menu.is-active > a::after {
    transform: translateY(-50%) rotate(0deg);
  }
  .menu .menu-list .has-sub-menu.is-active > .sub-menu-wrapper {
    display: block !important;
    position: relative;
    top: 0;
    max-height: none;
    padding: 0 0;
    border-top: 1px dotted var(--border-color--gray);
  }
  .menu .menu-list .has-sub-menu.is-active > .sub-menu-wrapper .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .menu .menu-list .has-sub-menu.is-active > .sub-menu-wrapper .sub-menu li {
    width: 100%;
    padding: 1.6rem 1.6rem 1.6rem 3.2rem;
    display: flex;
    align-items: center;
    font-weight: 300;
    border-bottom: 1px dotted var(--border-color--gray);
  }
  .menu .menu-list .has-sub-menu.is-active > .sub-menu-wrapper .sub-menu li::after {
    display: none !important;
  }
  .menu .menu-list .has-sub-menu.is-active > .sub-menu-wrapper .sub-menu li:not(:has(a)) {
    width: 100%;
    font-weight: 600;
    font-size: 1.4rem;
    color: #ccc;
    justify-content: flex-start;
    text-align: left;
    padding: 1.6rem 1.6rem 1.6rem 3.2rem;
  }
  .menu .menu-list .has-sub-menu.is-active > .sub-menu-wrapper .sub-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    display: block;
    width: 100%;
    position: relative;
    padding-left: 2.4rem;
  }
  .menu .menu-list .has-sub-menu.is-active > .sub-menu-wrapper .sub-menu li a::before {
    content: "";
    position: absolute;
    left: 0 !important;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(255, 255, 255, 0.6);
    border-right: 2px solid rgba(255, 255, 255, 0.6);
    transform: translateY(-50%) rotate(45deg);
  }
  .menu .menu-list .has-sub-menu.is-active > .sub-menu-wrapper .sub-menu li a span {
    font-size: 1.2rem;
    font-weight: 300;
    margin-right: 8px;
  }
  .menu .menu-list .has-sub-menu.is-active > .sub-menu-wrapper .sub-menu li a:hover {
    text-decoration: none;
  }
  .menu .menu-list .has-sub-menu .sub-menu-wrapper {
    display: none;
    width: 100%;
    background: rgb(255, 255, 255);
  }
}
.group-site-link {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1100;
  width: clamp(16rem, 5.2rem + 11.25vw, 19.6rem);
}
.group-site-link a img {
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 959px) {
  .group-site-link {
    display: none;
  }
}

.group-site-link-sp {
  display: none;
}
@media only screen and (max-width: 959px) {
  .group-site-link-sp {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 76px;
    width: clamp(6.4rem, 5.3726027397rem + 2.7397260274vw, 8rem);
  }
}

.humburger {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: none;
  background-image: url("../../common/img/header-humburger-menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px auto;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 959px) {
  .humburger {
    display: block;
  }
}
.humburger span {
  display: none;
}
.humburger.is-open {
  background-image: url("../../common/img/header-humburger-close.svg");
}
.humburger {
  -webkit-tap-highlight-color: transparent;
}
.humburger:active {
  transform: none;
}

/***
  Footer
***/
.common-term-atn {
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding: 3.2rem 1.6rem;
  border-top: 1px solid var(--border-color--light-gray);
}
.common-term-atn p {
  font-size: 1.3rem;
  color: #666;
}

.footer {
  background-color: #333;
  width: 100%;
  color: #fff;
  font-size: 1.3rem;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.footer-logo-block {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 7.2rem;
  padding: 3.2rem 0;
  gap: 3.2rem;
  border-bottom: 1px solid var(--border-color--gray);
}
.footer-logo-block .footer-logo {
  max-height: 7.2rem;
}
.footer-logo-block .footer-logo a img {
  height: 72px;
}
.footer-logo-block .footer-site-name {
  height: 40px;
}

.footer-links-wrapper {
  margin: 3.2rem auto 0;
  display: flex;
  max-width: 1100px;
  justify-content: space-between;
  padding: 0 1rem;
}
.footer-links-wrapper .footer-lins-block {
  max-width: 30rem;
  width: auto;
  gap: 40;
}

.footer-link-parent-item {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.footer-link-submenu {
  padding-left: 0.8rem;
}
.footer-link-submenu li:has(a) {
  font-weight: 300;
  line-height: 1.8;
  list-style-type: "-";
  padding-left: 0.5em;
}
.footer-link-submenu li::marker {
  font-weight: 500;
  color: inherit;
}
.footer-link-submenu li:has(a) a {
  text-decoration: none;
  display: inline;
}
.footer-link-submenu li:has(a) a span {
  font-size: 1.2rem;
}
.footer-link-submenu li:has(a) a:hover {
  text-decoration: underline;
  text-decoration-skip-ink: all;
}
.footer-link-submenu li:not(:has(a)) {
  font-weight: 500;
  font-size: 1.3rem;
  margin-left: -0.5em;
}
.footer-link .footer-link-last-item {
  margin-bottom: 5.6rem;
}

.operations {
  border-top: 1px solid var(--border-color--gray);
  width: 100%;
  padding: 3.2rem 0 3.2rem 0;
  text-align: center;
  font-size: 1.4rem;
}
.operations a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.operations a:hover {
  font-weight: 500;
}

.footer-kf-nav ul {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
.footer-kf-nav ul li a:hover {
  text-decoration: underline;
}

.footer-group-link {
  padding: 1.6rem 0 3.2rem;
  text-align: center;
  width: 230px;
  margin: 0 auto;
}
.footer-group-link a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.footer-group-link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.footer-group-link a:hover::after {
  opacity: 1;
}

.copyright {
  width: 100%;
  border-top: 1px solid var(--border-color--gray);
  padding: 1.6rem 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
}

/***
  Footer SP
***/
@media only screen and (max-width: 959px) {
  .common-term-atn {
    text-align: left;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .footer-logo-block {
    min-height: 3.2rem;
    padding: 3.2rem 0 0 0;
    gap: 1.6rem;
  }
  .footer-logo-block .footer-logo {
    max-height: 6rem;
    min-height: 6rem;
    margin-bottom: 3.2rem;
  }
  .footer-logo-block .footer-logo a img {
    height: 6rem;
  }
  .footer-logo-block .footer-site-name {
    height: 6rem;
    width: 22rem;
  }
  .footer-links-wrapper {
    display: none;
  }
  .operations {
    border-top: none;
    padding: 2.4rem 1.6rem;
    text-align: left;
    font-size: 1.3rem;
  }
  .footer-kf-nav ul {
    gap: 1rem;
    flex-wrap: wrap;
  }
  .footer-kf-nav ul li {
    white-space: nowrap;
  }
  .footer-group-link {
    padding: 1.6rem 0 2.4rem;
    width: 180px;
  }
  .copyright {
    padding: 1rem 0;
    font-size: 1rem;
  }
}
/**
Title背景
**/
.layout-2col:not(.data) .title__wrapper,
.layout-1col:not(.data) .title__wrapper {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  height: clamp(18rem, -10rem + 29.1666666667vw, 25rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 959px) {
  .layout-2col:not(.data) .title__wrapper,
  .layout-1col:not(.data) .title__wrapper {
    margin-top: clamp(6rem, 9.4482758621rem + -9.8522167488vw, 0rem);
    height: clamp(15rem, 13.275862069rem + 4.9261083744vw, 18rem);
  }
}
.layout-2col:not(.data) .title__wrapper.message,
.layout-1col:not(.data) .title__wrapper.message {
  background-image: url("../../img/title/message.jpg");
  height: clamp(16rem, 8rem + 8.3333333333vw, 18rem);
}
@media only screen and (max-width: 959px) {
  .layout-2col:not(.data) .title__wrapper.message,
  .layout-1col:not(.data) .title__wrapper.message {
    height: clamp(13rem, 11.275862069rem + 4.9261083744vw, 16rem);
  }
}
.layout-2col:not(.data) .title__wrapper.greeting,
.layout-1col:not(.data) .title__wrapper.greeting {
  background-image: url("../../img/title/greeting.jpg");
  height: clamp(16rem, 8rem + 8.3333333333vw, 18rem);
}
@media only screen and (max-width: 959px) {
  .layout-2col:not(.data) .title__wrapper.greeting,
  .layout-1col:not(.data) .title__wrapper.greeting {
    height: clamp(13rem, 11.275862069rem + 4.9261083744vw, 16rem);
  }
}
.layout-2col:not(.data) .title__wrapper.epilogue,
.layout-1col:not(.data) .title__wrapper.epilogue {
  background-image: url("../../img/title/epilogue.jpg");
  height: clamp(16rem, 8rem + 8.3333333333vw, 18rem);
}
@media only screen and (max-width: 959px) {
  .layout-2col:not(.data) .title__wrapper.epilogue,
  .layout-1col:not(.data) .title__wrapper.epilogue {
    height: clamp(13rem, 11.275862069rem + 4.9261083744vw, 16rem);
  }
}
.layout-2col:not(.data) .title__wrapper.session-01,
.layout-1col:not(.data) .title__wrapper.session-01 {
  background-image: url("../../img/title/session-01.jpg");
}
.layout-2col:not(.data) .title__wrapper.session-02,
.layout-1col:not(.data) .title__wrapper.session-02 {
  background-image: url("../../img/title/session-02.jpg");
}
.layout-2col:not(.data) .title__wrapper.session-03,
.layout-1col:not(.data) .title__wrapper.session-03 {
  background-image: url("../../img/title/session-03.jpg");
}
.layout-2col:not(.data) .title__wrapper.chapter-01,
.layout-1col:not(.data) .title__wrapper.chapter-01 {
  background-image: url("../../img/title/chapter-01.jpg");
}
.layout-2col:not(.data) .title__wrapper.chapter-02,
.layout-1col:not(.data) .title__wrapper.chapter-02 {
  background-image: url("../../img/title/chapter-02.jpg");
}
.layout-2col:not(.data) .title__wrapper.chapter-03,
.layout-1col:not(.data) .title__wrapper.chapter-03 {
  background-image: url("../../img/title/chapter-03.jpg");
}
.layout-2col:not(.data) .title__wrapper.chapter-04,
.layout-1col:not(.data) .title__wrapper.chapter-04 {
  background-image: url("../../img/title/chapter-04.jpg");
}
.layout-2col:not(.data) .title__wrapper.athlete-01,
.layout-1col:not(.data) .title__wrapper.athlete-01 {
  background-image: url("../../img/title/athlete-01.jpg");
}
.layout-2col:not(.data) .title__wrapper.athlete-02,
.layout-1col:not(.data) .title__wrapper.athlete-02 {
  background-image: url("../../img/title/athlete-02.jpg");
}
.layout-2col:not(.data) .title__wrapper.athlete-03,
.layout-1col:not(.data) .title__wrapper.athlete-03 {
  background-image: url("../../img/title/athlete-03.jpg");
}
.layout-2col:not(.data) .title__wrapper.athlete-04,
.layout-1col:not(.data) .title__wrapper.athlete-04 {
  background-image: url("../../img/title/athlete-04.jpg");
}
.layout-2col:not(.data) .title__wrapper.athlete-05,
.layout-1col:not(.data) .title__wrapper.athlete-05 {
  background-image: url("../../img/title/athlete-05.jpg");
}
.layout-2col:not(.data) .title__wrapper.creator-01,
.layout-1col:not(.data) .title__wrapper.creator-01 {
  background-image: url("../../img/title/creator-01.jpg");
}
.layout-2col:not(.data) .title__wrapper.creator-02,
.layout-1col:not(.data) .title__wrapper.creator-02 {
  background-image: url("../../img/title/creator-02.jpg");
}
.layout-2col:not(.data) .title__wrapper.creator-03,
.layout-1col:not(.data) .title__wrapper.creator-03 {
  background-image: url("../../img/title/creator-03.jpg");
}
.layout-2col:not(.data) .title__wrapper.creator-04,
.layout-1col:not(.data) .title__wrapper.creator-04 {
  background-image: url("../../img/title/creator-04.jpg");
}
.layout-2col:not(.data) .title__wrapper.startup-01,
.layout-1col:not(.data) .title__wrapper.startup-01 {
  background-image: url("../../img/title/startup-01.jpg");
}
.layout-2col:not(.data) .title__wrapper.startup-02,
.layout-1col:not(.data) .title__wrapper.startup-02 {
  background-image: url("../../img/title/startup-02.jpg");
}
.layout-2col:not(.data) .title__wrapper.award-01,
.layout-1col:not(.data) .title__wrapper.award-01 {
  background-image: url("../../img/title/award-01.jpg");
}
.layout-2col:not(.data) .title__wrapper.award-02,
.layout-1col:not(.data) .title__wrapper.award-02 {
  background-image: url("../../img/title/award-02.jpg");
}
.layout-2col:not(.data) .title__wrapper div,
.layout-2col:not(.data) .title__wrapper h1,
.layout-2col:not(.data) .title__wrapper p,
.layout-1col:not(.data) .title__wrapper div,
.layout-1col:not(.data) .title__wrapper h1,
.layout-1col:not(.data) .title__wrapper p {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/***
  パンくず
***/
.breadcrumbs {
  padding: 0.8rem 0;
  font-size: 1.3rem;
  background: #F2F1EC;
  border-top: 1px solid #e7e6e2;
  border-bottom: 1px solid #e7e6e2;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0 2rem;
}
@media only screen and (max-width: 959px) {
  .breadcrumbs ol {
    padding: 0 1rem;
  }
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  color: #333;
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin: 0 0.8rem;
  color: #999;
  font-size: 1.2rem;
}
.breadcrumbs li a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.breadcrumbs li[aria-current=page] {
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 祝辞 */
.profile,
.fellow {
  display: flex;
  gap: 4rem;
  align-items: flex-end;
  margin-bottom: 0;
}
.profile img,
.fellow img {
  max-width: 20rem;
}
.profile h2,
.fellow h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 3.6rem;
}
.profile h2 span,
.fellow h2 span {
  display: block;
  font-size: 2rem;
}
.profile h2 span.small,
.fellow h2 span.small {
  display: inline;
  font-size: 2.8rem;
}

@media only screen and (max-width: 959px) {
  .profile {
    align-items: flex-start;
  }
  h2 {
    font-size: 2.4rem;
  }
  h2 span {
    font-size: 1.6rem;
  }
  .v-text {
    display: inline-block;
    flex-shrink: 0;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-orientation: mixed;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .v-text .upright {
    text-orientation: upright;
    -webkit-text-orientation: upright;
  }
  .v-text .tcy {
    text-combine-upright: all;
    -webkit-text-combine: horizontal;
  }
}
/* インタビュー系 */
.fellow {
  display: block;
}
.fellow h2 {
  font-size: 3.6rem;
}
.fellow h2 span {
  display: inline;
  margin-right: 16px;
  letter-spacing: 0.2em;
  font-size: 2.4rem;
}
.fellow p.en {
  color: #B60014;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

aside nav {
  width: 100%;
  position: sticky;
  top: 96px;
}
aside nav p {
  text-align: center;
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
}
aside nav ul.side-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d4d4d4;
  background-color: #F2F1EC;
}
aside nav ul.side-nav li {
  border-bottom: 1px solid #d4d4d4;
}
aside nav ul.side-nav li a {
  display: block;
  padding: 1.8rem 1.6rem 0.8rem 1.2rem;
  text-decoration: none;
  transition: all 0.2s ease;
  line-height: 1.2;
  background-color: #F2F1EC;
  border-left: 4px solid #C2C1BC;
}
aside nav ul.side-nav li a span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  transition: color 0.2s ease;
}
@media only screen and (max-width: 959px) {
  aside nav ul.side-nav li a span {
    margin-bottom: 0;
    font-size: 1.4rem;
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 479px) {
  aside nav ul.side-nav li a span {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
aside nav ul.side-nav li a:hover {
  color: #000;
  text-decoration: none;
  border-left: 4px solid #B60014;
  transition: color 0.2s ease;
}
aside nav ul.side-nav li.active a {
  pointer-events: none;
  border-left: 4px solid #B60014;
}

aside ul.side-nav.athlete-list, aside ul.side-nav.creator-list, aside ul.side-nav.startup-list {
  border-top: none;
  margin-bottom: 0.8rem;
}
aside ul.side-nav.athlete-list li.athlete-list-ttl,
aside ul.side-nav.athlete-list li.creator-list-ttl,
aside ul.side-nav.athlete-list li.startup-list-ttl, aside ul.side-nav.creator-list li.athlete-list-ttl,
aside ul.side-nav.creator-list li.creator-list-ttl,
aside ul.side-nav.creator-list li.startup-list-ttl, aside ul.side-nav.startup-list li.athlete-list-ttl,
aside ul.side-nav.startup-list li.creator-list-ttl,
aside ul.side-nav.startup-list li.startup-list-ttl {
  text-align: center;
  font-weight: 600;
  padding-top: 2.8rem;
  padding-bottom: 0.4rem;
  color: #0D3388;
  position: relative;
}
aside ul.side-nav.athlete-list li.athlete-list-ttl::before,
aside ul.side-nav.athlete-list li.creator-list-ttl::before,
aside ul.side-nav.athlete-list li.startup-list-ttl::before, aside ul.side-nav.creator-list li.athlete-list-ttl::before,
aside ul.side-nav.creator-list li.creator-list-ttl::before,
aside ul.side-nav.creator-list li.startup-list-ttl::before, aside ul.side-nav.startup-list li.athlete-list-ttl::before,
aside ul.side-nav.startup-list li.creator-list-ttl::before,
aside ul.side-nav.startup-list li.startup-list-ttl::before {
  content: "■";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  color: #0D3388;
  font-size: 2.4rem;
  line-height: 1;
  display: block;
}
aside ul.side-nav.athlete-list li a:hover, aside ul.side-nav.creator-list li a:hover, aside ul.side-nav.startup-list li a:hover {
  border-left: 4px solid #0D3388;
}
aside ul.side-nav.athlete-list li a span, aside ul.side-nav.creator-list li a span, aside ul.side-nav.startup-list li a span {
  display: inline-block;
  margin-right: 1rem;
}
aside ul.side-nav.athlete-list li.active a, aside ul.side-nav.creator-list li.active a, aside ul.side-nav.startup-list li.active a {
  border-left: 4px solid #0D3388;
}

aside ul.side-nav.creator-list {
  margin-bottom: 0.8rem;
  background-color: #fff;
}
aside ul.side-nav.creator-list li.creator-list-ttl {
  color: #93B405;
  position: relative;
  background-color: var(--bg-color--gray);
}
aside ul.side-nav.creator-list li.creator-list-ttl::before {
  content: "■";
  color: #93B405;
}
aside ul.side-nav.creator-list li a span {
  display: inline-block;
  margin-right: 1rem;
}
aside ul.side-nav.creator-list li a:hover {
  border-left: 4px solid #93B405;
}
aside ul.side-nav.creator-list li.active a {
  border-left: 4px solid #93B405;
}

aside ul.side-nav.startup-list li.startup-list-ttl {
  color: #B60014;
}
aside ul.side-nav.startup-list li.startup-list-ttl::before {
  color: #B60014;
}
aside ul.side-nav.startup-list li a span {
  display: block;
  margin-right: 0;
}
aside ul.side-nav.startup-list li a:hover {
  border-left: 4px solid #B60014;
}
aside ul.side-nav.startup-list li.active a {
  border-left: 4px solid #B60014;
}

/***
座談会
***/
.article__lead {
  border: 8px solid #f2f1ec;
  padding: 3.2rem 1.6rem;
  margin: 2.4rem auto;
}

.member-profile {
  margin-bottom: 4rem;
}
.member-profile h2.bord-h2 {
  color: #B60014;
  text-align: center;
  font-size: 2.4rem !important;
  font-family: "Noto Sans JP", sans-serif;
}

.member-profile-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 3.2rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--border-color--light-gray);
}
.member-profile-box:first-child {
  border-top: 1px solid var(--border-color--light-gray);
}
@media only screen and (max-width: 479px) {
  .member-profile-box {
    flex-direction: column;
    gap: 20px;
  }
}

.menmber-profile__photo {
  margin: 0;
  max-width: clamp(18rem, 0.8150943396rem + 22.641509434vw, 24rem);
  flex-shrink: 0;
}
@media only screen and (max-width: 744px) {
  .menmber-profile__photo {
    width: 100%;
  }
}
.menmber-profile__photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.member-profile__info {
  flex-grow: 1;
}
.member-profile__info h3 {
  font-size: 2rem;
  margin: 0 0 0.8rem 0;
}
.member-profile__info h3 span {
  font-size: 1.6rem;
}
.member-profile__info p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
}

.member-profile__bio {
  margin: 0 0 1.6rem;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.4rem;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
}
.member-profile__bio dt {
  grid-column: 1;
  font-weight: 400;
}
.member-profile__bio dd {
  margin: 0;
  grid-column: 2;
}

.session__dialogue h2 {
  color: #B60014;
  font-size: 3rem;
}
@media only screen and (max-width: 744px) {
  .session__dialogue h2 {
    font-size: 2.4rem !important;
    line-height: 1.3;
  }
}
.session__dialogue p {
  margin-bottom: 1.6rem;
  text-align: justify;
  text-justify: inter-character;
  text-align-last: left;
}
.session__dialogue p .speaker {
  font-weight: 600;
  margin-right: 1.6rem;
}

/***
上月スポーツ賞
***/
.ksa-lead {
  max-width: 100rem;
  margin: 2.4rem auto;
}
@media only screen and (max-width: 959px) {
  .ksa-lead {
    max-width: 80rem;
    width: 90%;
  }
  .ksa-lead h2 {
    text-align: left;
  }
}
.ksa-lead h2 {
  text-align: center;
}

.era-links {
  width: 100%;
  margin: 4rem 0;
  padding: 0 1.6rem;
}
.era-links-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0 !important;
  margin: 0 auto !important;
  width: 100%;
}
.era-links-list__item {
  flex: 0 1 auto;
  display: flex;
}
@media only screen and (max-width: 479px) {
  .era-links-list__item {
    flex: 0 0 calc(50% - 4px) !important;
    max-width: calc(50% - 4px);
  }
}
.era-links-list__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  height: auto;
  padding: 0.8rem 0.8rem 0.8rem 0.6rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 959px) {
  .era-links-list__item a {
    font-size: 1.5rem;
    padding: 0.8em 1.2em;
  }
}
.era-links-list__item a {
  position: relative;
  overflow: hidden;
  border: 1px solid #acaaa7;
  border-radius: 2px;
  background-color: #F2F1EC;
  color: #464646;
  text-decoration: none;
  z-index: 1;
}
.era-links-list__item a::after {
  content: "";
  order: -1;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-top: 2px solid #464646;
  border-right: 2px solid #464646;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.era-links-list__item a.active {
  background-color: #333;
  color: #fff;
  pointer-events: none;
}
.era-links-list__item a.active::after {
  border-color: #fff;
  transform: rotate(135deg);
  margin-top: -3px;
}

.fellow-box {
  background-color: #e5e3da;
  padding: 5.6rem 1rem 8rem 1rem;
}

.cards-box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 15px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.cards-box .card {
  width: calc((100% - 30px) / 3);
  background-color: #fff;
  display: grid;
  grid-template-rows: auto auto 1fr;
  border: 1px solid var(--border-color--light-gray);
}
.cards-box .card .c-video-link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.cards-box .card .c-video-link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.cards-box .card .c-video-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 42px;
  background-image: url("../../img/award/icon-youtube.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cards-box .card .c-video-link:hover img {
  transform: scale(1.08);
}
.cards-box .card__caption {
  margin: 0.8rem 0 0 0;
  font-size: 1.2rem;
  color: #666;
  line-height: 1.2;
  padding-left: 0.8rem;
}
.cards-box .card h2 {
  font-size: 2.4rem;
  margin: 0.8rem 0 0.8rem 0;
  padding: 0 1.6rem;
  font-weight: 600;
}
.cards-box .card h2 span {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0;
  font-family: var(--font-family--base);
}
.cards-box .card .result {
  padding: 0 1.6rem;
}
.cards-box .card .result dt {
  font-weight: 500;
  font-size: 1.4rem;
}
.cards-box .card .result dd {
  font-weight: 600;
  margin: 0;
  font-size: 1.3rem;
}
.cards-box .card figure {
  margin: auto auto 0 auto;
  padding: 1.6rem 1.6rem 2.4rem 1.6rem;
  max-width: 70%;
}
.cards-box .card figure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 959px) {
  .cards-box {
    gap: 30px 20px;
  }
  .cards-box .card {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 479px) {
  .cards-box {
    gap: 24px 0;
  }
  .cards-box .card {
    width: 96%;
    display: block;
    margin: 0 auto;
  }
  .cards-box .card .c-video-link::after {
    width: 48px;
    height: 34px;
  }
  .cards-box .card__caption {
    margin: 6px 0 0 0;
  }
  .cards-box .card h2 {
    margin: 15px 0 10px 0;
  }
}/*# sourceMappingURL=style.css.map */