@charset "UTF-8";
:root {
  --body-bg-color: #ffffff;
  --body-text-color: #010101;
  --color-white: var(--body-bg-color);
  --color-gray-primary: #262626;
  --color-gray-secondary: #ecebee;
  --color-grad-start: #fe6101;
  --color-grad-end: #ff9b02;
  --font-block: 'Noto Sans JP', sans-serif;
}

/* destroy */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -moz-tab-size: 4;
  tab-size: 4;
  font-size: 16px;
}

html:focus-within {
  scroll-behavior: auto;
}

body {
  margin: 0;
  width: 100%;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  text-align: left;
  overflow-x: hidden;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

p:not([class]) {
  margin-bottom: 1rem;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol:not([class]), ul:not([class]), dl:not([class]) {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol:not([class]) ol, ul:not([class]) ul, ol:not([class]) ul, ul:not([class]) ol {
  margin-bottom: 0;
}

ul[role="list"],
ol[role="list"] {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

dd:not([class]) {
  margin-bottom: .5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  color: var(--body-text-color);
  background-color: transparent;
  text-decoration: underline;
}

a[class] {
  background-color: transparent;
  color: inherit;
}

a[class] {
  text-decoration: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  vertical-align: middle;
  border-style: none;
  -webkit-backface-visibility: hidden;
  height: auto;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img,
picture {
  max-width: 100%;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*

COMMON

*/
body {
  /* default set */
  background-color: var(--body-bg-color);
  color: var(--body-text-color);
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  letter-spacing: -0.005em;
  font-size: 0.75rem;
  line-height: 1.8;
  overflow-y: visible;
  overflow-x: hidden;
}

@media screen and (min-width: 980px) {
  body {
    font-size: 0.875rem;
  }
}

body p {
  line-height: 2.2;
  font-feature-settings: "palt";
}

body p:last-child {
  margin-bottom: 0;
}

p i {
  font-size: 60%;
  vertical-align: super;
  font-style: normal;
}

p em {
  font-weight: bold;
  background: rgba(254, 97, 1, 0.125);
  font-style: normal;
}

.font-gothic {
  font-family: var(--font-block);
}

@media screen and (max-width: 979px) {
  .only_pc {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .only_sp {
    display: none;
  }
}

.tag {
  display: inline-block;
  padding: 0 0.125rem;
  height: 28px;
  line-height: 24px;
  text-align: center;
  font-size: 0.8rem;
  margin-right: 1rem;
  border: solid 2px var(--color-grad-start);
  box-shadow: 3px 3px 0px 0px #fe6101;
  background-color: var(--color-white);
}

.tag-black {
  border: solid 2px var(--body-text-color);
  box-shadow: 3px 3px 0px 0px rgba(1, 1, 1, 0.5);
}

.tag-list {
  width: 100%;
}

@media screen and (max-width: 979px) {
  .tag-list .tag {
    margin-bottom: 1rem;
  }
}

.list > a {
  display: block;
  transition: opacity 0.2s ease;
}

.list > a:hover {
  opacity: 0.7;
}

.btn, a.btn {
  position: relative;
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  color: var(--color-white) !important;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  padding: 8px 16px;
  width: 80%;
  margin: auto;
  border: solid 2px var(--color-grad-start);
  background-color: var(--color-grad-start);
  transition: opacity 0.2s ease;
}

.btn:hover, a.btn:hover {
  opacity: 0.7;
}

.btn::after, a.btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.75em;
  height: 0.75em;
  transform: rotate(-45deg);
  border-right: solid 1px var(--color-white);
  border-bottom: solid 1px var(--color-white);
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 12px;
}

@media screen and (min-width: 980px) {
  .btn, a.btn {
    width: 320px;
    padding: 16px 32px;
  }
  .btn::after, a.btn::after {
    right: 24px;
  }
}

.btn-black, a.btn-black {
  border: solid 2px var(--body-text-color);
  background-color: var(--body-text-color);
}

.btn-disable, a.btn-disable {
  color: var(--body-text-color) !important;
  border: solid 2px var(--color-gray-secondary);
  background-color: var(--color-gray-secondary);
}

.btn-white, a.btn-white {
  color: var(--color-grad-start) !important;
  border: solid 2px var(--color-grad-start);
  background-color: var(--body-bg-color);
}

.btn-white::after, a.btn-white::after {
  border-right: solid 1px var(--color-grad-start);
  border-bottom: solid 1px var(--color-grad-start);
  transform: rotate(135deg);
  left: 12px;
}

@media screen and (min-width: 980px) {
  .btn-white::after, a.btn-white::after {
    left: 24px;
  }
}

.contents-sector > *:first-of-type {
  margin-top: 0;
}

.contents-sector > *:last-of-type {
  margin-bottom: 0;
}

.contents-container {
  position: relative;
  margin: 0 auto 30px;
  padding: 20px 20px;
  max-width: calc(600px + (20px * 2));
}

@media screen and (min-width: 980px) {
  .contents-container {
    padding: 32px 32px;
    margin-bottom: 60px;
    max-width: calc(980px + (32px * 2));
  }
}

.contents-control {
  margin: 32px auto;
}

@media screen and (min-width: 980px) {
  .contents-control {
    margin: 64px auto;
  }
}

.section_title {
  text-align: center;
  overflow: hidden;
}

.section_title span {
  display: block;
  position: relative;
  line-height: 1.4;
}

.section_title + p {
  margin-top: 1.2rem;
}

.section_title .ja {
  color: var(--color-title-default);
  z-index: 1;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-family: var(--font-block);
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
}

@media screen and (min-width: 980px) {
  .section_title .ja {
    font-size: 1.8rem;
  }
}

.section_title .en {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}

.section_title .en::before {
  content: "";
  display: inline-block;
  vertical-align: 0.2em;
  background-color: var(--color-grad-start);
  margin-right: 1em;
  width: 15px;
  height: 4px;
}

@media screen and (min-width: 980px) {
  .section_title .en::before {
    width: 30px;
    height: 4px;
  }
}

.section_title-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 20px;
  max-width: calc(600px + (24px * 2));
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}

@media screen and (min-width: 980px) {
  .section_title-wrap {
    padding: 0 32px;
    max-width: calc(980px + (32px * 2));
  }
}

.section_title-wrap.animated {
  animation: clip-1 1.2s cubic-bezier(0.86, 0, 0.07, 1) 0.1s both;
}

.list {
  position: relative;
  background-color: var(--body-bg-color);
  margin: 48px 0;
  padding: 25px;
}

@media screen and (min-width: 980px) {
  .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 64px 0;
    padding: 50px;
  }
}

.list:first-of-type {
  margin-top: 0;
}

.list:last-of-type {
  margin-bottom: 0;
}

.list-wrap {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  .list-wrap {
    max-width: 100%;
  }
}

.list-content {
  position: relative;
}

@media screen and (min-width: 980px) {
  .list-content {
    width: calc(50% - 25px);
  }
}

.list.animation-target, .list-content.animation-target {
  opacity: 0;
}

.list.animation-target.animated, .list-content.animation-target.animated {
  animation: slide-2 1.0s .2s forwards, fade-1 1.1s 0.3s forwards ease-in-out;
}

.scholar-list .list {
  filter: drop-shadow(0px 0px 10px rgba(162, 60, 0, 0.15));
}

@media screen and (min-width: 980px) {
  .scholar-list .list {
    filter: drop-shadow(0px 0px 20px rgba(162, 60, 0, 0.15));
  }
}

.scholar-list .list .tag {
  margin-bottom: 1rem;
}

@media screen and (min-width: 980px) {
  .scholar-list .list {
    width: calc(100% + 210px);
    margin-left: -210px;
    padding: 50px 50px 50px 210px;
  }
}

.scholar-list .list-content {
  width: 100%;
  margin: 16px 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.scholar-list .list-content:first-child .align-upper {
  display: flex;
  justify-content: center;
}

.scholar-list .list-content:first-child .align-upper .writing-vertical {
  writing-mode: vertical-rl;
}

.scholar-list .list-content:first-child .align-upper .writing-vertical span {
  display: inline-block;
  color: var(--color-white);
  background-color: var(--body-text-color);
  margin: 0 0.25rem;
  padding: 0.5rem 0;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (min-width: 980px) {
  .scholar-list .list-content:first-child .align-upper .writing-vertical span {
    font-size: 1.42rem;
  }
}

.scholar-list .list-content:last-child .media {
  margin-top: 1.5rem;
}

@media screen and (min-width: 980px) {
  .scholar-list .list-content:last-child .media {
    margin-top: 3.2em;
  }
  .scholar-list .list-content:last-child .media.named {
    margin-top: 5em;
  }
}

.scholar-list .list-content:last-child h4 {
  border-bottom: solid 1px var(--color-grad-start);
  font-size: 0.9rem;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.scholar-list .list-content:last-child h4 span {
  display: inline-block;
}

.scholar-list .list-content:last-child h4 span.ja {
  font-size: 1.2em;
  font-weight: bold;
}

.scholar-list .list-content:last-child h4 span.en {
  margin-left: 1em;
}

.scholar-list .list-content:last-child h4 span.position {
  display: block;
}

.scholar-list .inner-content.align-upper {
  width: 100%;
  margin-bottom: 2rem;
}

@media screen and (min-width: 980px) {
  .scholar-list .inner-content.align-upper {
    width: 250px;
    margin-left: 50px;
    margin-bottom: 0;
    order: 2;
  }
}

.scholar-list .inner-content.align-lower {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .scholar-list .inner-content.align-lower {
    width: calc(100% - 300px);
    order: 1;
  }
}

@media screen and (max-width: 979px) {
  .post-list .tag-list {
    margin-top: -50px;
    width: calc(100% + 1rem);
  }
}

@media screen and (min-width: 980px) {
  .post-list .tag-list {
    position: absolute;
    width: 100%;
    top: 0;
    transform: translateY(-50%);
  }
}

.post-list .list {
  filter: drop-shadow(0px 0px 10px rgba(162, 60, 0, 0.15));
}

@media screen and (min-width: 980px) {
  .post-list .list {
    filter: drop-shadow(0px 0px 20px rgba(162, 60, 0, 0.15));
  }
}

@media screen and (max-width: 979px) {
  .post-list .list {
    padding-top: 36px;
  }
}

.post-list .list-content {
  width: 100%;
}

.post-list h3 {
  font-weight: bold;
  font-size: 1.08rem;
  margin-bottom: 1em;
  margin-top: -.5rem;
}

.post-list .info::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.5em;
  background-color: var(--color-grad-start);
  vertical-align: middle;
  line-height: 1.4;
}

.post-list .info > * {
  vertical-align: middle;
  display: inline;
}

.post-list .media {
  margin-bottom: 15px;
}

@media screen and (min-width: 980px) {
  .post-list .media {
    float: left;
    width: 250px;
    margin-right: 50px;
  }
  .post-list .media ~ .list-content {
    width: auto;
    margin-left: 300px;
  }
}

.media {
  overflow: hidden;
  background-color: var(--color-gray-secondary);
}

.media img {
  width: 100%;
}

main {
  z-index: 5;
}

header {
  width: 100%;
  left: 0;
  right: 0;
  background-color: var(--color-bg-default);
  z-index: 10;
  border-bottom: solid 1px var(--color-gray-hr);
}

@media screen and (min-width: 980px) {
  header {
    border-bottom: none;
  }
}

header .header-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 8px 15px;
  padding-right: 35px;
  margin-bottom: 0;
}

@media screen and (min-width: 980px) {
  header .header-container {
    display: block;
    padding: 16px 25px;
  }
}

header .header-logo {
  display: block;
}

header .header-logo#BENESSE {
  width: 105px;
}

header .header-logo#ISSTITUTE {
  width: 200px;
}

@media screen and (min-width: 980px) {
  header .header-logo:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 979px) {
  header .header-logo {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  header .header-logo:not(:last-child) {
    margin-right: 24px;
  }
}

header .header-logo img {
  width: 100%;
  display: block;
}

aside {
  position: fixed;
  color: var(--body-bg-color);
  text-align: center;
}

aside .sns-link {
  background-color: var(--body-text-color);
}

aside, aside ul {
  display: flex;
}

aside h6 {
  font-size: 0.9rem;
  background-color: var(--body-text-color);
}

aside ul {
  margin: 0;
}

aside ul li {
  list-style: none;
  text-align: center;
}

aside a {
  display: block;
  color: var(--body-bg-color);
}

aside a img {
  width: 100%;
  height: 100%;
}

aside a span, aside a img {
  vertical-align: middle;
}

aside .twitter span {
  display: none;
}

@media screen and (max-width: 979px) {
  aside {
    width: 100%;
    bottom: 0;
  }
  aside h6 {
    width: 20%;
    padding: 10px 0;
    background-image: linear-gradient(25deg, var(--color-grad-start), var(--color-grad-end));
    color: var(--body-bg-color);
  }
}

@media screen and (max-width: 979px) and (min-width: 980px) {
  aside h6 {
    background-image: linear-gradient(85deg, var(--color-grad-start), var(--color-grad-end));
  }
}

@media screen and (max-width: 979px) {
  aside ul {
    padding: 10px;
    width: 80%;
  }
  aside ul li {
    width: 50%;
  }
  aside ul li:not(:last-child) {
    border-right: solid 1px var(--color-grad-end);
  }
  aside a {
    text-decoration: none;
  }
  aside a img, aside a span {
    margin: 0 0.5em;
    display: inline-block;
  }
  aside a img {
    width: 14px;
    height: 14px;
  }
}

@media screen and (min-width: 980px) {
  aside {
    width: 60px;
    right: 0;
    top: 280px;
  }
  aside, aside ul {
    flex-wrap: wrap;
  }
  aside h6, aside ul, aside li {
    width: 100%;
  }
  aside ul {
    padding: 0 12px;
  }
  aside ul li:not(:last-child) {
    border-bottom: solid 1px var(--color-grad-end);
  }
  aside a span {
    display: none;
  }
  aside a img {
    width: 28px;
    height: 28px;
    display: block;
    margin: 16px auto;
  }
}

aside .go_to_top {
  text-align: center;
  line-height: 1em;
  border-left: 1px solid #fff;
  background-color: var(--body-text-color);
}

@media screen and (min-width: 980px) {
  aside .go_to_top {
    line-height: 1.2em;
    border-left: 0;
    margin: 20px 0 0;
  }
}

aside .go_to_top a {
  padding: 6px 7px;
  text-decoration: none;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 980px) {
  aside .go_to_top a {
    padding: 10px 5px;
    height: 68px;
  }
}

aside .go_to_top a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color-grad-end);
  border-right: 2px solid var(--color-grad-end);
  transform: rotate(-45deg);
}

@media screen and (max-width: 979px) {
  footer {
    padding-bottom: 5rem;
  }
}

footer nav {
  background-image: linear-gradient(25deg, var(--color-grad-start), var(--color-grad-end));
  color: var(--body-bg-color);
}

@media screen and (min-width: 980px) {
  footer nav {
    background-image: linear-gradient(85deg, var(--color-grad-start), var(--color-grad-end));
  }
}

footer nav .subNav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 980px) {
  footer nav .subNav {
    justify-content: flex-end;
  }
}

footer nav .subNav li {
  display: inline-flex;
  list-style: none;
}

@media screen and (min-width: 980px) {
  footer nav .subNav li {
    line-height: 1em;
  }
  footer nav .subNav li:not(:first-child) {
    border-left: solid 1px var(--color-white);
  }
}

footer nav .subNav li a {
  color: var(--color-white);
  display: inline-block;
  padding: 0 1em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 980px) {
  footer nav .subNav li a {
    font-size: 0.9rem;
  }
}

footer nav .subNav li a:hover {
  opacity: 0.6;
}

footer .footer-container {
  padding: 12px 20px;
  margin-bottom: 0;
}

@media screen and (min-width: 980px) {
  footer .footer-container {
    padding: 20px 32px;
  }
}

footer .footer-sector {
  text-align: center;
  padding: 10px 0;
}

footer .footer-sector:first-child {
  margin-bottom: 0;
}

@media screen and (min-width: 980px) {
  footer .footer-sector:first-child {
    margin-bottom: 80px;
  }
}

footer .footer-sector:first-child p {
  color: var(--color-gray-primary);
  font-size: 0.9rem;
}

footer .footer-sector:last-child h3 {
  font-weight: bold;
  font-size: 1.1rem;
}

footer .footer-sector:last-child ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

footer .footer-sector:last-child ul li {
  list-style: none;
  margin: 12px 12px;
}

@media screen and (min-width: 980px) {
  footer .footer-sector:last-child ul li {
    margin: 20px 24px;
  }
}

footer .footer-sector:last-child a {
  display: block;
  padding: 10px;
}

footer .footer-sector:last-child a img {
  width: 20px;
  height: 20px;
  display: block;
}

@media screen and (min-width: 980px) {
  footer .footer-sector:last-child a img {
    width: 28px;
    height: 28px;
  }
}

section {
  position: relative;
  overflow: hidden;
}

section#MV {
  overflow: visible;
}

@media screen and (min-width: 980px) {
  section#MV .contents-container {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 979px) {
  section#MV .contents-container {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 649px) {
  section#MV .contents-container {
    padding: 6.4vw;
  }
}

section#MV .contents-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(65deg, var(--color-grad-start), var(--color-grad-end), var(--color-grad-start));
  background-size: 200% 100%;
  background-positon: left top;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  animation: clip-1 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.1s both, grad 9s ease infinite;
}

@media screen and (min-width: 980px) {
  section#MV .contents-container::before {
    width: 890px;
    height: 460px;
    left: 340px;
    top: 25px;
  }
}

@media screen and (max-width: 979px) {
  section#MV .contents-container::before {
    width: 100vw;
    left: 280px;
    top: 25px;
    height: 350px;
  }
}

@media screen and (max-width: 649px) {
  section#MV .contents-container::before {
    width: 60vw;
    left: 40vw;
    top: 3vw;
    height: 59.5vw;
  }
}

section#MV .section_title-wrap {
  padding: 0;
}

@media screen and (max-width: 649px) {
  section#MV .section_title-wrap {
    margin-bottom: 2vw;
  }
}

section#MV .section_title-wrap .jp {
  font-size: 1.8rem;
  letter-spacing: -0.015em;
  margin-bottom: 1.08em;
}

section#MV .section_title-wrap .jp > span {
  display: block;
  line-height: 1.2;
}

section#MV .section_title-wrap .jp > span:last-child {
  margin-top: 0.65em;
}

@media screen and (min-width: 980px) {
  section#MV .section_title-wrap .jp {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 979px) {
  section#MV .section_title-wrap .jp {
    font-size: 1.6rem;
    margin-top: 1.08em;
  }
}

@media screen and (max-width: 649px) {
  section#MV .section_title-wrap .jp {
    font-size: 3.6vw;
    margin-top: 0;
  }
}

section#MV .section_title-wrap .jp strong {
  font-size: 4.5em;
  letter-spacing: -0.075em;
}

@media screen and (min-width: 980px) {
  section#MV .section_title-wrap .jp strong {
    font-size: 4.5em;
  }
}

@media screen and (max-width: 979px) {
  section#MV .section_title-wrap .jp strong {
    font-size: 3.65em;
  }
}

section#MV .section_title-wrap .jp strong span:last-child {
  color: var(--color-white);
  padding-left: 0.05em;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 980px) {
  section#MV .section_title-wrap .jp {
    margin-top: 3.2rem;
  }
}

@media screen and (max-width: 649px) {
  section#MV .section_title-wrap .jp {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
}

section#MV .section_title-wrap .en {
  font-size: 1.08rem;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 649px) {
  section#MV .section_title-wrap .en {
    font-size: 3.2vw;
  }
}

section#MV .section_title-wrap .en::before {
  content: "";
  display: inline-block;
  vertical-align: 0.1em;
  background-color: var(--body-text-color);
  margin-right: 0.75em;
  width: 20px;
  height: 3px;
}

@media screen and (min-width: 980px) {
  section#MV .section_title-wrap .en::before {
    width: 60px;
    height: 8px;
  }
}

@media screen and (max-width: 979px) {
  section#MV .section_title-wrap .en::before {
    vertical-align: 0.265em;
  }
}

@media screen and (max-width: 649px) {
  section#MV .section_title-wrap .en::before {
    width: 2.5vw;
    height: 0.4vw;
  }
}

section#MV h1 {
  position: absolute;
  writing-mode: vertical-rl;
  text-align: center;
  opacity: 0;
}

@media screen and (min-width: 980px) {
  section#MV h1 {
    top: 0;
    right: 50px;
  }
}

@media screen and (max-width: 979px) {
  section#MV h1 {
    top: 0;
    right: 20px;
    padding: 1em 0.25em;
    line-height: 1;
    background-color: var(--color-white);
    filter: drop-shadow(0px 0px 10px rgba(162, 60, 0, 0.15));
  }
}

@media screen and (max-width: 979px) and (min-width: 980px) {
  section#MV h1 {
    filter: drop-shadow(0px 0px 20px rgba(162, 60, 0, 0.15));
  }
}

@media screen and (max-width: 979px) {
  section#MV h1 br {
    display: none;
  }
}

@media screen and (max-width: 649px) {
  section#MV h1 {
    top: -2.5%;
    height: 105%;
  }
}

section#MV h1 span {
  display: inline-block;
  color: var(--body-text-color);
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: normal;
  vertical-align: 0.1em;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 980px) {
  section#MV h1 span {
    height: 360px;
    padding: 0.25rem;
    margin: 0 1rem;
    background-color: var(--color-white);
    filter: drop-shadow(0px 0px 10px rgba(162, 60, 0, 0.15));
  }
}

@media screen and (min-width: 980px) and (min-width: 980px) {
  section#MV h1 span {
    filter: drop-shadow(0px 0px 20px rgba(162, 60, 0, 0.15));
  }
}

@media screen and (max-width: 979px) {
  section#MV h1 span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 649px) {
  section#MV h1 span {
    font-size: 3.6vw;
  }
}

section#MV h1.animated {
  animation: slide-1 1.8s .2s forwards, fade-1 1.1s 0.3s forwards ease-in-out;
}

section#MV .link {
  width: 80%;
  opacity: 0;
  /*2024.03 追加*/
  padding: 5px 25px;
  background-color: var(--color-white);
}

section#MV .link.animated {
  animation: slide-1 2.0s .2s forwards, fade-1 1.1s 0.3s forwards ease-in-out;
}

@media screen and (min-width: 980px) {
  section#MV .link {
    width: 800px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 979px) {
  section#MV .link {
    width: 90%;
  }
}

section#MV .link a {
  color: var(--color-grad-start);
  font-size: 1.08rem;
  letter-spacing: -0.01em;
  transition: opacity 0.25s ease;
}

section#MV .link a:hover {
  opacity: 0.7;
}

section#MV .link ul {
  margin: 0;
  padding: 0;
}

section#MV .link ul li {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  border-bottom: 1px solid #feaf80;
  font-size: 0.75rem;
}

@media screen and (min-width: 980px) {
  section#MV .link ul li {
    font-size: 1rem;
    display: flex;
  }
}

section#MV .link ul li:last-child {
  border-bottom: none;
}

section#MV .link ul li .new_icon {
  width: 70px;
  height: 20px;
  margin: 2px 10px 0;
  color: var(--body-bg-color);
  background-color: var(--body-text-color);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6875rem;
}

@media screen and (min-width: 980px) {
  section#MV .link ul li .new_icon {
    font-size: 0.875rem;
  }
}

section#MV .link ul li a {
  font-weight: bold;
  flex: 1;
  text-decoration: none;
  display: block;
  font-size: 0.875rem;
}

@media screen and (min-width: 980px) {
  section#MV .link ul li a {
    margin-top: -8px;
    font-size: 1.125rem;
  }
}

section#MV .arrow {
  display: block;
  margin: 1rem auto;
  transform: rotate(45deg);
  border-bottom: solid 2px var(--color-white);
  border-right: solid 2px var(--color-white);
  width: 1rem;
  height: 1rem;
}

@media screen and (max-width: 979px) {
  section#MV .arrow {
    display: none;
  }
}

section#Task {
  background-color: var(--color-gray-secondary);
}

section#Task h2 {
  position: relative;
  width: 100%;
  text-align: center;
  background: var(--body-text-color);
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  padding: 0.5em;
}

@media screen and (min-width: 980px) {
  section#Task h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  section#Task h2 br {
    display: none;
  }
}

section#Task h2 span {
  display: block;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

section#Task h2 span.animated {
  animation: clip-1 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.1s both, grad 9s ease infinite;
}

section#Task h2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: var(--body-text-color) transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  section#Task h2::after {
    border-width: 20px 20px 0 20px;
  }
}

section#Task .contents-sector > p {
  text-align: center;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}

section#Task .contents-sector > p.animated {
  animation: clip-1 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.1s both, grad 9s ease infinite;
}

section#Task .list {
  padding: 0;
  filter: drop-shadow(0px 0px 10px rgba(162, 60, 0, 0.15));
  margin: 40px 0;
}

@media screen and (min-width: 980px) {
  section#Task .list {
    filter: drop-shadow(0px 0px 20px rgba(162, 60, 0, 0.15));
  }
}

section#Task .list-content {
  box-sizing: border-box;
  padding: 20px 25px 20px 20px;
}

@media screen and (min-width: 980px) {
  section#Task .list-content {
    padding: 40px 50px 40px 40px;
  }
}

section#Task .list-content:first-child {
  background-image: linear-gradient(25deg, var(--color-grad-start), var(--color-grad-end));
  color: var(--body-bg-color);
}

@media screen and (min-width: 980px) {
  section#Task .list-content:first-child {
    background-image: linear-gradient(85deg, var(--color-grad-start), var(--color-grad-end));
  }
}

@media screen and (min-width: 980px) {
  section#Task .list-content:first-child {
    border-left: solid 10px var(--body-text-color);
  }
}

@media screen and (max-width: 979px) {
  section#Task .list-content:first-child {
    background-image: linear-gradient(35deg, var(--color-grad-start), var(--color-grad-start) 50%, var(--color-grad-end) 80%, var(--color-grad-end));
    border-top: solid 5px var(--body-text-color);
    margin-bottom: 20px;
  }
}

section#Task .list-content:first-child::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: var(--color-grad-start) transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  section#Task .list-content:first-child::after {
    top: 0;
    bottom: 0;
    left: 100%;
    right: auto;
    margin: auto 0;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent var(--color-grad-end);
  }
}

section#Task .list-content:first-child h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.8rem;
}

@media screen and (min-width: 980px) {
  section#Task .list-content:first-child h3 {
    margin-top: 0.9rem;
  }
}

section#Task .list-content:first-child h3 > span {
  display: block;
  line-height: 1;
}

section#Task .list-content:first-child h3 > span.idx {
  font-size: 1.4em;
}

@media screen and (min-width: 980px) {
  section#Task .list-content:first-child h3 > span.idx {
    font-size: 1.8em;
  }
}

section#Task .list-content:first-child h3 > span.idx span {
  font-size: 2em;
}

section#Task .list-content:first-child h3 > span.idx::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 1.6rem auto;
  background-color: var(--color-white);
}

@media screen and (min-width: 980px) {
  section#Task .list-content:first-child h3 > span.idx::after {
    width: 30px;
    height: 4px;
  }
}

section#Task .list-content:first-child h3 > span.subject {
  font-size: 2.8em;
}

section#Task .list-content:first-child p {
  font-weight: bold;
  font-size: 1rem;
}

@media screen and (min-width: 980px) {
  section#Task .list-content:first-child p {
    font-size: 1.08rem;
  }
}

@media screen and (min-width: 980px) {
  section#Task .list-content:last-child {
    width: calc(50% + 25px);
  }
}

section#Task .list-content:last-child .tag-list {
  text-align: center;
  margin-bottom: 1rem;
}

section#Task .list-content:last-child h4 {
  font-weight: bold;
  text-align: center;
  font-size: 1.08rem;
  margin-bottom: 1em;
  line-height: 2;
}

section#Task ol {
  padding: 0;
  margin: 20px 0 34px;
}

@media screen and (min-width: 980px) {
  section#Task ol {
    margin: 40px 0 64px;
  }
}

section#Task ol li {
  list-style: none;
  color: var(--color-gray-primary);
  font-size: 0.725rem;
}

section#Goal {
  background: url(../img/goal_bg.jpg) no-repeat center/cover;
  color: var(--color-white);
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (min-width: 980px) {
  section#Goal {
    margin-bottom: 100px;
  }
}

section#Goal .contents-container {
  margin: 40px auto;
}

@media screen and (min-width: 980px) {
  section#Goal .contents-container {
    margin: 80px auto;
  }
}

section#Goal .contents-container .contents-sector {
  opacity: 0;
}

section#Goal .contents-container .contents-sector.animated {
  animation: slide-1 2.0s .2s forwards, fade-1 1.1s 0.3s forwards ease-in-out;
}

section#Goal h2 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

section#Goal h2 span {
  display: block;
}

section#Goal h2 span.jp {
  margin-bottom: 0.4em;
}

section#Goal h2 span.en {
  font-size: 0.8em;
}

section#Goal p.ja {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

section#Goal p.en {
  font-size: 0.9rem;
}

section#Research_Theme .section_title {
  text-align: left;
}

@media screen and (max-width: 979px) {
  section#Research_Theme .contents-sector {
    margin-bottom: 34px;
  }
}

section#Research_Theme .list {
  filter: none;
  padding: 0;
  align-items: center;
}

section#Research_Theme .list h4 {
  font-size: 1.08rem;
  margin-bottom: 1em;
  font-weight: bold;
}

@media screen and (min-width: 980px) {
  section#Research_Theme .list {
    margin: 40px auto;
  }
  section#Research_Theme .list .align-upper {
    margin-right: 50px;
  }
  section#Research_Theme .list:nth-child(even) .align-lower {
    order: 1;
    margin-right: 50px;
  }
  section#Research_Theme .list:nth-child(even) .align-upper {
    order: 2;
    margin-right: 0;
  }
}

@media screen and (max-width: 979px) {
  section#Research_Theme .list .media {
    margin-bottom: 20px;
  }
}

section#Research_Theme .list:first-of-type {
  margin-top: 0;
}

section#Research_Theme .list:last-of-type {
  margin-bottom: 0;
}

section#Research_Outcomes {
  padding-top: 40px;
}

@media screen and (min-width: 980px) {
  section#Research_Outcomes {
    padding-top: 80px;
  }
}

section#Research_Outcomes::before {
  content: "";
  display: block;
  width: 100vw;
  height: 92.5%;
  position: absolute;
  top: 0;
  left: 20%;
  z-index: 0;
  border-left: solid 20px var(--color-gray-primary);
  background-color: var(--color-grad-end);
  background-image: url(../img/reserch_bg.png), linear-gradient(85deg, var(--color-grad-start), var(--color-grad-end));
  background-repeat: no-repeat, no-repeat;
  background-posision: top left, top left;
  background-size: contain, cover;
}

@media screen and (min-width: 980px) {
  section#Research_Outcomes::before {
    left: 50%;
    transform: translateX(-490px);
    width: calc(980px + 210px);
    border-left: solid 50px var(--color-gray-primary);
  }
}

section#Research_Outcomes .section_title {
  text-align: right;
}

section#Research_Outcomes .section_title .en::before {
  background-color: var(--color-white);
}

section#Research_Outcomes .contents-sector:nth-child(1) {
  margin-bottom: 48px;
}

@media screen and (min-width: 980px) {
  section#Research_Outcomes .contents-sector:nth-child(1) {
    margin-bottom: 64px;
  }
}

section#Research_Outcomes .contents-sector:nth-child(1) .list-sector h3 {
  margin-bottom: 1em;
  font-size: 1.08rem;
  font-weight: bold;
}

@media screen and (min-width: 980px) {
  section#Research_Outcomes .contents-sector:nth-child(1) .list-sector h3 {
    font-size: 1.4rem;
  }
}

section#Research_Outcomes .contents-sector:nth-child(1) .list-sector p {
  line-height: 2.2;
}

section#Research_Outcomes .contents-sector:nth-child(1) .list-sector span:last-child {
  display: block;
  text-align: right;
}

@media screen and (max-width: 979px) {
  section#Research_Outcomes .contents-sector:nth-child(2) {
    margin-bottom: 34px;
  }
}

section#Future_Prospects::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  width: 100%;
  height: 82.5%;
  background-color: var(--color-gray-secondary);
  bottom: 100px;
}

@media screen and (min-width: 980px) {
  section#Future_Prospects::before {
    height: 76%;
    bottom: 60px;
  }
}

section#Future_Prospects .section_title {
  text-align: left;
}

section#Future_Prospects .prospect-list {
  /* 2024.03 追記 */
}

@media screen and (min-width: 980px) {
  section#Future_Prospects .prospect-list {
    margin-bottom: 60px;
  }
}

section#Future_Prospects .prospect-list .list-content {
  background-color: var(--color-white);
  filter: drop-shadow(0px 0px 10px rgba(162, 60, 0, 0.15));
  margin-bottom: 30px;
  border-bottom: solid 4px var(--color-grad-start);
}

@media screen and (min-width: 980px) {
  section#Future_Prospects .prospect-list .list-content {
    filter: drop-shadow(0px 0px 20px rgba(162, 60, 0, 0.15));
  }
}

@media screen and (min-width: 980px) {
  section#Future_Prospects .prospect-list .list-content {
    border-bottom: 0;
    border-right: solid 8px var(--color-grad-start);
  }
}

section#Future_Prospects .prospect-list .idx {
  color: var(--color-white);
  background-image: linear-gradient(35deg, var(--color-grad-start), var(--color-grad-start) 50%, var(--color-grad-end) 80%, var(--color-grad-end));
  text-align: center;
  padding: 20px 0;
}

@media screen and (min-width: 980px) {
  section#Future_Prospects .prospect-list .idx {
    padding: 40px;
  }
}

section#Future_Prospects .prospect-list .idx span {
  display: block;
  line-height: 1em;
}

section#Future_Prospects .prospect-list .idx span:nth-child(1) {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

section#Future_Prospects .prospect-list .idx span:nth-child(2) {
  font-size: 1.8rem;
  font-weight: bold;
}

section#Future_Prospects .prospect-list .idx + div h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
}

section#Future_Prospects .prospect-list .idx + div .en {
  font-size: 0.8rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

section#Future_Prospects .prospect-list .text_box {
  padding: 20px;
}

@media screen and (min-width: 980px) {
  section#Future_Prospects .prospect-list .list-content {
    width: 100%;
    display: flex;
    height: 224px;
    margin-bottom: 40px;
  }
  section#Future_Prospects .prospect-list .idx {
    width: 289px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  section#Future_Prospects .prospect-list .text_box {
    padding: 40px;
    flex: 1;
  }
}

section#Contact {
  background: var(--color-grad-start) url(../img/contact_bg.jpg) center/cover;
  color: var(--color-white);
  padding-top: 50px;
}

@media screen and (min-width: 980px) {
  section#Contact {
    padding-top: 100px;
  }
}

section#Contact p {
  font-size: 1.08rem;
  margin-bottom: 2em;
  font-weight: bold;
  line-height: 2.2;
}

@media screen and (min-width: 980px) {
  section#Contact p {
    text-align: center;
  }
}

section#Contact .media {
  max-width: 500px;
  margin: 0 auto;
  opacity: 0;
}

section#Contact .media.animated {
  animation: slide-2 1.0s .2s forwards, fade-1 1.1s 0.3s forwards ease-in-out;
}

@-webkit-keyframes float-1 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -12px);
  }
}

@keyframes float-1 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -12px);
  }
}

@-webkit-keyframes float-2 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 10px);
  }
}

@keyframes float-2 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 10px);
  }
}

@-webkit-keyframes float-3 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -8px);
  }
}

@keyframes float-3 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -8px);
  }
}

@-webkit-keyframes float-4 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 6px);
  }
}

@keyframes float-4 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 6px);
  }
}

@-webkit-keyframes pop-1 {
  0% {
    transform: translate(0px, 15px);
  }
  40% {
    transform: translate(0px, -15px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes pop-1 {
  0% {
    transform: translate(0px, 15px);
  }
  40% {
    transform: translate(0px, -15px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes pop-2 {
  0% {
    transform: translate(0px, -15px);
  }
  40% {
    transform: translate(0px, 15px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes pop-2 {
  0% {
    transform: translate(0px, -15px);
  }
  40% {
    transform: translate(0px, 15px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes fade-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes wipe-1 {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 300px;
  }
}

@keyframes wipe-1 {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 300px;
  }
}

@-webkit-keyframes slide-1 {
  0% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes slide-1 {
  0% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes slide-2 {
  0% {
    transform: translateX(-15%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes slide-2 {
  0% {
    transform: translateX(-15%);
  }
  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes clip-1 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(-2% -4% -2% -2%);
    clip-path: inset(-2% -4% -2% -2%);
  }
}

@keyframes clip-1 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(-2% -4% -2% -2%);
    clip-path: inset(-2% -4% -2% -2%);
  }
}

@-webkit-keyframes clip-2 {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(-2% -2% -4% -2%);
    clip-path: inset(-2% -2% -4% -2%);
  }
}

@keyframes clip-2 {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(-2% -2% -4% -2%);
    clip-path: inset(-2% -2% -4% -2%);
  }
}

@-webkit-keyframes grad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes grad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* 2023 0324 */
#Opne_Seminer p {
  max-width: 90%;
  margin: auto;
  /* 2024 03 */
}

#Opne_Seminer p.seminer_none {
  margin-top: 80px;
  margin-bottom: 90px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 980px) {
  #Opne_Seminer p.seminer_none {
    font-size: 1.5rem;
  }
}

.seminar_end {
  position: relative;
}

.seminar_end .seminar_end_link {
  position: absolute;
  top: 0;
  display: inline-block;
  background: rgba(27, 27, 27, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 30%;
  color: #fff;
  font-size: 3rem;
}

.mgn_bt_70 {
  margin-bottom: 70px;
}

@media screen and (max-width: 979px) {
  .mgn_bt_70 {
    margin-bottom: 10%;
  }
}

.op_05 {
  opacity: 0.5;
}

.f-s_1 {
  font-size: 0.7em;
  display: inline !important;
}

@media screen and (max-width: 979px) {
  .f-s_1 {
    font-size: 0.9em;
    display: inline !important;
  }
}

/* 2024.03 追加 */
/* report page */
.report_page {
  margin: 24px 0 0;
}

.report_page .page_title {
  padding: 20px 0;
  background-image: linear-gradient(95deg, var(--color-grad-start), var(--color-grad-end));
}

@media screen and (min-width: 980px) {
  .report_page .page_title {
    margin-bottom: 14px;
    padding: 60px 0;
  }
}

.report_page .page_title .text_box {
  margin: 0 auto;
  color: #fff;
  padding: 20px 20px;
  max-width: calc(600px + (20px * 2));
}

@media screen and (min-width: 980px) {
  .report_page .page_title .text_box {
    max-width: calc(980px + (32px * 2));
  }
}

.report_page .page_title .text_box .title {
  margin-bottom: 16px;
  line-height: 1em;
  font-size: 1.875rem;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 980px) {
  .report_page .page_title .text_box .title {
    margin-bottom: 32px;
  }
}

.report_page .page_title .text_box .sub_title {
  line-height: 1em;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}

.report_page .page_title .text_box .sub_title::before {
  content: "";
  display: block;
  margin-right: 23px;
  width: 30px;
  height: 4px;
  background-color: #fff;
}

.report_page .animation-target {
  opacity: 0;
}

.report_page .animation-target.animated {
  animation: slide-2 1.0s .2s forwards, fade-1 1.1s 0.3s forwards ease-in-out;
}

.report_contents {
  margin: 0 auto;
}

.report_contents .section_lead .report_no {
  font-size: 0.75rem;
  font-weight: bold;
}

.report_contents .section_lead .report_no span {
  font-size: 1.625rem;
}

@media screen and (min-width: 980px) {
  .report_contents .section_lead .report_no {
    font-size: 1.125rem;
  }
  .report_contents .section_lead .report_no span {
    font-size: 2.5rem;
  }
}

.report_contents .section_lead .report_title {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-grad-end);
}

@media screen and (min-width: 980px) {
  .report_contents .section_lead .report_title {
    display: flex;
  }
}

.report_contents .section_lead .report_title h1 {
  padding-bottom: 20px;
  line-height: 1.3em;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-grad-start);
  flex: 1;
}

@media screen and (min-width: 980px) {
  .report_contents .section_lead .report_title h1 {
    font-size: 2.25rem;
  }
}

.report_contents .section_lead .pdf_label {
  width: 42px;
  height: 21px;
  margin-left: 10px;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #fff;
  background-color: #535353;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 980px) {
  .report_contents .section_lead .pdf_label {
    width: 60px;
    height: 30px;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 1.25rem;
  }
}

.report_contents .section_lead .lead_text_box {
  margin-bottom: 25px;
  padding: 30px 25px;
  background-color: #fff2eb;
}

.report_contents .section_lead .lead_text_box .btn {
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (min-width: 980px) {
  .report_contents .section_lead .lead_text_box {
    margin-bottom: 90px;
    padding: 60px 50px;
  }
  .report_contents .section_lead .lead_text_box .btn {
    width: 320px;
  }
}

.report_contents .section_lead .lead_text_box .report_data_box {
  padding: 20px;
}

@media screen and (min-width: 980px) {
  .report_contents .section_lead .lead_text_box .report_data_box {
    padding: 30px;
  }
}

.report_contents .section_lead .table_of_contents {
  max-width: 800px;
  margin: 0 auto 45px;
  padding: 10px 0;
  border: 2px solid var(--color-grad-end);
}

@media screen and (min-width: 980px) {
  .report_contents .section_lead .table_of_contents {
    margin: 0 auto 90px;
    padding: 20px 0;
  }
}

.report_contents .section_lead .table_of_contents .title {
  margin: 0 15px;
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 980px) {
  .report_contents .section_lead .table_of_contents .title {
    margin: 0 30px;
    font-size: 1.125rem;
  }
}

.report_contents .section_lead .table_of_contents ul {
  margin: 0 20px 0 40px;
  padding: 0;
}

@media screen and (min-width: 980px) {
  .report_contents .section_lead .table_of_contents ul {
    margin: 0 80px;
  }
}

.report_contents .section_lead .table_of_contents li {
  margin: 0;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
  font-weight: bold;
  list-style: none;
  position: relative;
  border-bottom: 1px solid var(--color-grad-end);
}

.report_contents .section_lead .table_of_contents li:last-child {
  border-bottom: none;
}

@media screen and (min-width: 980px) {
  .report_contents .section_lead .table_of_contents li {
    padding: 0;
    text-indent: 0;
    font-size: 1.125rem;
    border: none;
  }
}

.report_contents .section_lead .table_of_contents li a {
  text-decoration: none;
}

.report_contents .section_lead .table_of_contents li a:hover {
  color: var(--color-grad-start);
  border-bottom: 1px solid var(--color-grad-start);
}

.report_contents .section_lead .table_of_contents li a:hover::before {
  content: "";
  display: block;
  width: 15px;
  height: 4px;
  background-color: var(--color-grad-start);
  position: absolute;
  top: 12px;
  left: -26px;
}

@media screen and (min-width: 980px) {
  .report_contents .section_lead .table_of_contents li a:hover::before {
    width: 30px;
    height: 4px;
    top: 16px;
    left: -55px;
  }
}

.report_contents .section_content {
  margin-bottom: 28px;
}

@media screen and (min-width: 980px) {
  .report_contents .section_content {
    margin-bottom: 55px;
  }
}

.report_contents .section_content .title {
  margin-bottom: 10px;
  font-size: 1.08rem;
  font-weight: bold;
}

@media screen and (min-width: 980px) {
  .report_contents .section_content .title {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}

.report_contents .section_content .title_h3 {
  font-size: 0.9375rem;
  font-weight: bold;
}

@media screen and (min-width: 980px) {
  .report_contents .section_content .title_h3 {
    font-size: 1.125rem;
  }
}

.report_contents .section_content .bold {
  font-weight: bold;
}

.report_contents .section_content .img_center {
  margin-bottom: 2em;
  text-align: center;
}

.report_contents .section_content img {
  margin: 0 auto 10px;
}

.report_contents .section_content figcaption {
  font-size: 0.75rem;
}

@media screen and (min-width: 980px) {
  .report_contents .section_content figcaption {
    font-size: 1rem;
  }
}

@media screen and (min-width: 980px) {
  .report_contents .section_content .box_img_right .img_right {
    margin-left: 30px;
    margin-bottom: 20px;
    float: right;
  }
  .report_contents .section_content .box_img_left {
    display: flex;
  }
  .report_contents .section_content .box_img_left .img_left {
    margin-right: 34px;
  }
  .report_contents .section_content .box_img_left .text_box {
    flex: 1;
  }
}

.report_contents .section_content .text_box .name_orange {
  margin-right: 1em;
  color: var(--color-grad-start);
  font-weight: bold;
  text-indent: -1em;
  display: inline-block;
}

@media screen and (min-width: 980px) {
  .report_contents .section_content .text_box .name_orange {
    text-indent: 0;
  }
}

.report_contents .section_content .text_box ul li {
  margin-bottom: 1em;
}

.report_contents .section_content .text_box p {
  text-indent: 1em;
}

@media screen and (min-width: 980px) {
  .report_contents .section_content .text_box p {
    text-indent: 0;
  }
}

.report_contents .section_content .text_box p span.italic {
  font-style: italic;
}

.report_contents .section_content .text_box .table_style {
  margin-bottom: 2em;
}

.report_contents .section_content .text_box .table_style caption {
  text-align: center;
  font-size: 0.75rem;
}

@media screen and (min-width: 980px) {
  .report_contents .section_content .text_box .table_style caption {
    font-size: 1rem;
  }
}

.report_contents .section_content .text_box .table_style th, .report_contents .section_content .text_box .table_style td {
  border: 1px solid #999;
  padding: 0.5em 1em;
  vertical-align: middle;
}

.report_contents .section_content .text_box .table_style .gray {
  background-color: #eee;
}

.report_contents .section_content .section_summary {
  margin-bottom: 30px;
}

@media screen and (min-width: 980px) {
  .report_contents .section_content .section_summary {
    margin-bottom: 60px;
  }
}

.report_contents .section_content .section_summary .summary_box {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff2eb;
  border-left: 8px solid var(--color-grad-start);
}

@media screen and (min-width: 980px) {
  .report_contents .section_content .section_summary .summary_box {
    margin-bottom: 40px;
    padding: 40px;
  }
}

.report_contents .section_content .section_summary .summary_box .title {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: bold;
}

@media screen and (min-width: 980px) {
  .report_contents .section_content .section_summary .summary_box .title {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}

.report_contents .section_content .section_summary .summary_box .text p {
  line-height: 1.8;
}

@media screen and (min-width: 980px) {
  .report_contents .section_content .section_summary .summary_box .text p {
    line-height: 2.2;
  }
}

.report_contents .section_profile {
  max-width: 800px;
  margin: 0 auto;
  padding: 15px;
  background-color: #ecebee;
}

@media screen and (min-width: 980px) {
  .report_contents .section_profile {
    padding: 40px 30px;
  }
}

.report_contents .section_profile .profile_box {
  margin-bottom: 14px;
  padding: 20px 15px;
  background-color: #fff;
}

.report_contents .section_profile .profile_box:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 980px) {
  .report_contents .section_profile .profile_box {
    padding: 40px 30px;
    display: flex;
  }
}

@media screen and (min-width: 980px) {
  .report_contents .section_profile .profile_img {
    margin-right: 28px;
  }
}

.report_contents .section_profile .profile_img img {
  margin: 0 auto;
}

.report_contents .section_profile .profile_text {
  flex: 1;
}

.report_contents .section_profile .profile_text .name {
  color: var(--color-grad-start);
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (min-width: 980px) {
  .report_contents .section_profile .profile_text .name {
    font-size: 1.5rem;
  }
}

.report_contents .section_profile .profile_text .midasi {
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
}

.report_contents .section_profile .profile_text .midasi span {
  padding-right: 1em;
  background-color: #fff;
  position: relative;
}

.report_contents .section_profile .profile_text .midasi::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-grad-end);
  position: absolute;
  top: 1.2em;
}

.report_contents .section_profile .profile_text .text {
  margin-bottom: 1em;
}

.report_contents .section_profile .profile_text .text p {
  line-height: 1.8;
}

@media screen and (min-width: 980px) {
  .report_contents .section_profile .profile_text .text p {
    line-height: 2.2;
  }
}

.report_contents .section_profile .profile_text .profile_link_list {
  margin: 0;
  padding: 0;
}

.report_contents .section_profile .profile_text .profile_link_list li {
  margin-bottom: 1em;
  list-style: none;
}

.report_contents .section_profile .profile_text .profile_link_list .link_text {
  margin: 0;
  font-weight: bold;
  line-height: 1.8;
}

.report_contents .section_profile .profile_text .profile_link_list .link_text::before {
  content: "■";
  display: inline-block;
  color: var(--color-grad-start);
  margin-right: 0.5em;
}

.report_contents .section_profile .profile_text .profile_link_list .link_url {
  color: #00479d;
  text-decoration: none;
  display: inline-block;
}

.report_contents .section_profile .profile_text .profile_link_list .link_url::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--body-text-color);
}

.report_contents ul.references {
  padding-left: 3em;
}

.report_contents ul.references li {
  list-style: none;
  text-indent: -3em;
}

/*
report_data 
TOPと詳細で使用
*/
.report_data {
  margin-bottom: 20px;
}

@media screen and (min-width: 980px) {
  .report_data {
    display: flex;
    justify-content: space-between;
  }
}

.report_data .report_tag {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.report_data .report_tag li {
  margin-right: 15px;
  list-style: none;
}

.report_data .report_tag li:last-child {
  margin-right: 0;
}

.report_data .report_date {
  font-weight: bold;
}

@media screen and (min-width: 980px) {
  .report_data .report_date {
    text-align: right;
  }
}

.report_data .report_date span::before {
  margin: 0 5px;
  content: "■";
  color: var(--color-grad-start);
}

.report_data_box {
  margin-top: 20px;
  padding: 20px 20px 20px;
  background-color: #fff;
}

@media screen and (min-width: 980px) {
  .report_data_box {
    margin-top: 30px;
    padding: 30px;
  }
}

.report_data_box .open_data_label {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
}

@media screen and (min-width: 980px) {
  .report_data_box .open_data_label {
    font-size: 1.125rem;
  }
}

.report_data_box .open_data_label::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 21px;
  height: 20px;
  background-image: url(../img/icon_check.png);
  background-size: cover;
}

.report_data_box .title {
  margin-bottom: 12px;
  padding: 4px 0;
  color: var(--color-grad-start);
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 1px solid var(--color-grad-end);
  line-height: 1.3;
}

@media screen and (min-width: 980px) {
  .report_data_box .title {
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.report_data_box .sub_title {
  padding: 4px 0;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.3;
}

@media screen and (min-width: 980px) {
  .report_data_box .sub_title {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.report_data_box .text_box p {
  padding-top: 4px;
  line-height: 1.8;
}

@media screen and (min-width: 980px) {
  .report_data_box .text_box p {
    padding: 0;
    line-height: 2.2;
  }
}

.report_data_box .report_data {
  padding: 0;
  display: block;
  margin: 0 0 30px;
}

@media screen and (min-width: 980px) {
  .report_data_box .report_data {
    margin: 0;
  }
}

.report_data_box .report_data .report_date {
  text-align: left;
}

.report_data_box .link_icon {
  position: relative;
  background-color: #eee;
}

.report_data_box .link_icon p, .report_data_box .link_icon a {
  text-decoration: none;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: var(--color-grad-start);
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media screen and (min-width: 980px) {
  .report_data_box .link_icon p, .report_data_box .link_icon a {
    width: 40px;
    height: 40px;
  }
}

.report_data_box .link_icon p::before, .report_data_box .link_icon a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
}

@media screen and (min-width: 980px) {
  .report_data_box .link_icon p::before, .report_data_box .link_icon a::before {
    right: 16px;
    bottom: 15px;
  }
}

.report_data_box .link_icon p span, .report_data_box .link_icon a span {
  display: none;
}

.report_data_box .link_icon a:hover {
  opacity: 0.7;
}

/*top用*/
.report_lead_text {
  margin-bottom: 40px;
}

.report_lead_text p {
  font-size: 1.125rem;
}

.report_box {
  margin: 0 0 50px;
  padding: 20px;
  background-color: #fff2eb;
}

@media screen and (min-width: 980px) {
  .report_box {
    margin: 0 0 100px;
    padding: 50px;
  }
}

.report_box a {
  display: block;
  text-decoration: none;
  margin-top: 20px;
}

@media screen and (min-width: 980px) {
  .report_box a {
    margin-top: 30px;
  }
}

.report_box a:hover {
  opacity: 0.7;
}

.report_box a:first-child {
  margin-top: 0;
}

.report_box .report_data_box {
  margin-top: 0;
}

.report_box .report_data_label {
  font-weight: bold;
  font-size: 0.875rem;
}

.report_box .report_data_label .number {
  margin-left: 5px;
  margin-right: 10px;
  font-size: 1.875rem;
}

.report_box .report_data_label .open_data_label {
  font-size: 0.875rem;
  display: inline-flex;
}

.report_box .report_data_label .open_data_label::before {
  margin-right: 8px;
  width: 19px;
  height: 18px;
}

.report_box .link_open_data {
  margin-top: 20px;
  padding-right: 40px;
  position: relative;
}

@media screen and (min-width: 980px) {
  .report_box .link_open_data {
    padding-right: 65px;
  }
}

.report_box .link_open_data .box {
  width: 100%;
  padding: 0 15px;
  background-color: #f2f1f3;
  text-decoration: none;
}

@media screen and (min-width: 980px) {
  .report_box .link_open_data .box {
    height: 40px;
    display: inline-flex;
    align-items: center;
  }
}

.report_box .link_open_data .hatena_popup {
  display: none;
}

.report_box .link_open_data .hatena {
  width: 12px;
  height: 12px;
  font-size: 0.625rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  background-color: var(--color-grad-start);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.report_box .link_open_data .hatena:hover + .hatena_popup {
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  margin-right: 40px;
  background-color: #535353;
  color: #fff;
  padding: 0 5px;
  z-index: 99;
}

@media screen and (min-width: 980px) {
  .report_box .link_open_data .hatena:hover + .hatena_popup {
    left: 75px;
    margin-right: 0;
  }
}

.report_box .link_open_data .hatena:hover + .hatena_popup::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #535353;
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  left: 85px;
}

@media screen and (min-width: 980px) {
  .report_box .link_open_data .hatena:hover + .hatena_popup::before {
    top: -5px;
    left: 18px;
  }
}

.report_box .link_open_data .data {
  margin-right: 5px;
  font-weight: bold;
}

.report_box .link_open_data .text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 980px) {
  .report_box .link_open_data .text {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.report_box .title .pdf_label {
  width: 40px;
  height: 20px;
  margin-top: -5px;
  margin-right: 0.5em;
  font-size: 0.875rem;
  background-color: #535353;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.media_list {
  margin: 0;
  padding: 0;
}

.media_list li {
  margin-bottom: 70px;
  list-style: none;
}

.media_list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 15px;
  background-color: #e9e7eb;
  border-left: 80px solid var(--color-grad-start);
}

.media_list li span {
  display: inline-block;
  margin-bottom: 0.8em;
}

.media_list li .icon_link {
  align-items: center;
}

.media_list li .icon_link a {
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
}

.media_list li .icon_link a span {
  display: inline;
  border-bottom: 1px solid var(--body-text-color);
}

.media_list li .icon_link a:hover {
  opacity: 0.7;
}

.media_list li .icon_link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url(../img/icon_link.png);
  background-size: cover;
}

/*more_link*/
input[name=navinput] {
  display: none;
}

label.more_link {
  margin: 25px auto 0;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: var(--color-grad-start);
  display: block;
}

@media screen and (min-width: 980px) {
  label.more_link {
    font-size: 1.125rem;
  }
}

label.more_link span {
  padding-right: 40px;
  position: relative;
}

label.more_link span::after, label.more_link span::before {
  margin-top: 3px;
  content: "";
  display: inline-block;
  background-color: var(--color-grad-start);
  position: absolute;
}

@media screen and (min-width: 980px) {
  label.more_link span::after, label.more_link span::before {
    margin-top: 5px;
  }
}

label.more_link span::before {
  width: 17px;
  height: 1px;
  top: 8px;
  right: 0;
}

@media screen and (min-width: 980px) {
  label.more_link span::before {
    top: 10px;
    width: 21px;
  }
}

label.more_link span::after {
  width: 1px;
  height: 17px;
  top: 0;
  right: 8px;
}

@media screen and (min-width: 980px) {
  label.more_link span::after {
    height: 21px;
    right: 10px;
  }
}

label.more_link.black {
  background-color: #a09fa1;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 980px) {
  label.more_link.black {
    letter-spacing: 0.2em;
  }
}

label.more_link.black span::after, label.more_link.black span::before {
  background-color: #fff;
}

label.more_link.text_black {
  color: var(--body-text-color);
}

label.more_link.text_black span::after, label.more_link.text_black span::before {
  background-color: var(--body-text-color);
}

.more_box01,
.more_box02,
.more_box03,
.more_box04 {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  padding: 0 10px;
}

#more01:checked ~ label.more_link span::after,
#more02:checked ~ label.more_link span::after,
#more03:checked ~ label.more_link span::after,
#more04:checked ~ label.more_link span::after {
  display: none;
}

#more01:checked ~ .more_box01,
#more01:checked ~ .more_box02,
#more01:checked ~ .more_box03,
#more01:checked ~ .more_box04,
#more02:checked ~ .more_box01,
#more02:checked ~ .more_box02,
#more02:checked ~ .more_box03,
#more02:checked ~ .more_box04,
#more03:checked ~ .more_box01,
#more03:checked ~ .more_box02,
#more03:checked ~ .more_box03,
#more03:checked ~ .more_box04,
#more04:checked ~ .more_box01,
#more04:checked ~ .more_box02,
#more04:checked ~ .more_box03,
#more04:checked ~ .more_box04 {
  height: auto;
  opacity: 1;
  margin: 30px 0 0;
}

#more01:checked ~ .more_box03,
#more02:checked ~ .more_box03,
#more03:checked ~ .more_box03,
#more04:checked ~ .more_box03 {
  margin: 0;
  padding: 25px 10px;
  position: relative;
  background-color: #ecebee;
}

@media screen and (min-width: 980px) {
  #more01:checked ~ .more_box03,
  #more02:checked ~ .more_box03,
  #more03:checked ~ .more_box03,
  #more04:checked ~ .more_box03 {
    padding: 50px;
  }
}

#more01:checked ~ .more_box03 p,
#more02:checked ~ .more_box03 p,
#more03:checked ~ .more_box03 p,
#more04:checked ~ .more_box03 p {
  margin-bottom: 50px;
  opacity: 0.3;
}

@media screen and (min-width: 980px) {
  #more01:checked ~ .more_box03 p,
  #more02:checked ~ .more_box03 p,
  #more03:checked ~ .more_box03 p,
  #more04:checked ~ .more_box03 p {
    margin-bottom: 20px;
  }
}

#more01:checked ~ .more_box03 p:last-child,
#more02:checked ~ .more_box03 p:last-child,
#more03:checked ~ .more_box03 p:last-child,
#more04:checked ~ .more_box03 p:last-child {
  margin-bottom: 0;
}

#more01:checked ~ .more_box04,
#more02:checked ~ .more_box04,
#more03:checked ~ .more_box04,
#more04:checked ~ .more_box04 {
  margin-top: 50px;
}

#more01:checked ~ .more_box04 p,
#more02:checked ~ .more_box04 p,
#more03:checked ~ .more_box04 p,
#more04:checked ~ .more_box04 p {
  margin-bottom: 50px;
  opacity: 0.3;
}

#more01:checked ~ .more_box04 p:last-child,
#more02:checked ~ .more_box04 p:last-child,
#more03:checked ~ .more_box04 p:last-child,
#more04:checked ~ .more_box04 p:last-child {
  margin-bottom: 0;
}

.report_box .animation-target,
.media_list .animation-target {
  opacity: 0;
}

.report_box .animation-target.animated,
.media_list .animation-target.animated {
  animation: slide-2 1.0s .2s forwards, fade-1 1.1s 0.3s forwards ease-in-out;
}

.pc_page_menu {
  display: none;
}

@media screen and (min-width: 1076px) {
  .pc_page_menu {
    display: block;
    background-color: #fff2eb;
  }
  .pc_page_menu ul {
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: center;
  }
  .pc_page_menu ul li {
    padding: 0 28px;
    border-right: 1px solid var(--color-grad-start);
    list-style: none;
  }
  .pc_page_menu ul li:last-child {
    border-right: none;
  }
  .pc_page_menu ul li a {
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    text-decoration: none;
    line-height: 1;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .pc_page_menu ul li a:hover {
    color: var(--color-grad-start);
  }
  .pc_page_menu ul li a::after {
    margin-top: 14px;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-bottom: 1px solid var(--color-grad-start);
    border-right: 1px solid var(--color-grad-start);
    transform: rotate(45deg);
  }
}

header {
  position: relative;
}

header .sp_menu {
  position: absolute;
  top: 8px;
  right: 5px;
}

header .sp_menu ul {
  margin-top: 20px;
}

@media screen and (min-width: 1076px) {
  header .sp_menu {
    display: none;
  }
}

/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  z-index: 999;
  /* メニューを開いている時もクリックできるよう設定 */
}

/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background-color: var(--body-text-color);
  transform: translateX(-50%);
}

.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}

.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}

/* 展開時のデザイン */
.drawer__button.active {
  position: fixed;
  top: 8px;
  right: 5px;
}

.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}

.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* メニューのデザイン */
.drawer__nav {
  position: fixed;
  /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}

.drawer__nav__inner {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  padding: 4rem 1rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}

.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}

.drawer__nav__item {
  padding: 10px 1rem;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid var(--color-grad-end);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drawer__nav__item a {
  width: 100%;
  padding: 10px 0;
  display: block;
}

.drawer__nav__item::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--color-grad-start);
  border-right: 1px solid var(--color-grad-start);
  transform: rotate(45deg);
}

.drawer__nav__link {
  /* display: block; */
  color: black;
  text-decoration: none;
  /* padding: 1rem; */
}
