@charset "UTF-8";
@keyframes slideIn {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes shake-up {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10%);
  }
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list],
li {
  list-style: none;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@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;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

a {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

body {
  background: url(../images/bg_grid_01.webp) left top repeat;
}
@media screen and (min-width: 769px) {
  body {
    padding-top: 68px;
    background-size: 32px auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768.9px) {
  body {
    padding-top: 14.9333333333vw;
    background-size: 8.5333333333vw auto;
  }
}
body ruby {
  ruby-align: center;
}
body ruby rt {
  letter-spacing: -0.1em;
  margin-left: -0.3em;
}
@media screen and (max-width: 768.9px) {
  body:has(.header.-open) {
    height: 100vh;
    overflow: hidden;
  }
  body:has(.header.-open) .header-rubyBtn {
    pointer-events: none;
    z-index: -1;
  }
}
body.-modalOpen {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  overscroll-behavior: contain;
}
body.rubyOff ruby rt {
  display: none;
}
body.rubyOff .noRuby {
  display: block;
}
body.rubyOff .hasRuby {
  display: none;
}
body.rubyOff .header-rubyBtn {
  background-color: #FFFFFF;
  color: #0267B6;
}
body.rubyOff .header-rubyBtn .switch {
  background-color: #FFFFFF;
  border: 1px solid #0267B6;
  color: #0267B6;
  opacity: 0.2;
}

@media screen and (min-width: 769px) {
  .onlySP {
    display: none !important;
  }
}

@media screen and (max-width: 768.9px) {
  .onlyPC {
    display: none !important;
  }
}

.noRuby {
  display: none;
}

.hasRuby {
  display: block;
}

.rubyGap {
  margin-inline-start: 0.3em;
}

.fontZKGN {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.fontPoppins {
  font-family: "Poppins", sans-serif;
}

.letterSpacingExtraWide {
  letter-spacing: 0.6em;
}
.letterSpacingExtraWide ruby rt {
  margin-left: -0.3em;
}

.letterSpacingWide {
  letter-spacing: 0.4em;
}
.letterSpacingWide ruby rt {
  margin-left: -1em;
}

.letterSpacingMedium {
  letter-spacing: 0.3em;
}
.letterSpacingMedium ruby rt {
  margin-left: -0.8em;
}

.letterSpacingSmall {
  letter-spacing: 0.2em;
}
.letterSpacingSmall ruby rt {
  margin-left: -0.6em;
}

@media screen and (min-width: 769px) {
  .letterSpacingWideToSmall {
    letter-spacing: 0.4em;
  }
  .letterSpacingWideToSmall ruby rt {
    margin-left: -1em;
  }
}
@media screen and (max-width: 768.9px) {
  .letterSpacingWideToSmall {
    letter-spacing: 0.2em;
  }
  .letterSpacingWideToSmall ruby rt {
    margin-left: -0.6em;
  }
}

@media screen and (min-width: 769px) {
  .letterSpacingMediumToSmall {
    letter-spacing: 0.3em;
  }
  .letterSpacingMediumToSmall ruby rt {
    margin-left: -0.8em;
  }
}
@media screen and (max-width: 768.9px) {
  .letterSpacingMediumToSmall {
    letter-spacing: 0.2em;
  }
  .letterSpacingMediumToSmall ruby rt {
    margin-left: -0.6em;
  }
}

.js-slideIn {
  opacity: 0;
}
.js-slideIn.-show {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
}

.js-fadeIn {
  opacity: 0;
  transition: 0.4s ease 0s;
}
@media screen and (min-width: 769px) {
  .js-fadeIn {
    transform: translateY(100px);
  }
}
@media screen and (max-width: 768.9px) {
  .js-fadeIn {
    transform: translateY(26.6666666667vw);
  }
}
.js-fadeIn.-show {
  opacity: 1;
  transform: translateY(0);
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  transition: 0.4s ease-out 0s;
  z-index: 1000;
}
.modal.-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal .modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-inner {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.modal .modal-close {
  position: fixed;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .modal .modal-close {
    top: 80px;
    right: 80px;
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 768.9px) {
  .modal .modal-close {
    top: 4.8vw;
    right: 4.2666666667vw;
    width: 17.0666666667vw;
    height: 17.0666666667vw;
  }
}

::-webkit-full-page-media, :future, :root rt {
  transform: translateY(4px);
}

::-webkit-full-page-media, :future, :root .letterSpacingExtraWide ruby rt {
  margin-left: -0.15em;
}

::-webkit-full-page-media, :future, :root .letterSpacingWide ruby rt {
  margin-left: -0.5em;
}

::-webkit-full-page-media, :future, :root .letterSpacingMedium ruby rt {
  margin-left: -0.4em;
}

::-webkit-full-page-media, :future, :root .letterSpacingSmall ruby rt {
  margin-left: -0.3em;
}

@media screen and (min-width: 769px) {
  ::-webkit-full-page-media, :future, :root .letterSpacingWideToSmall ruby rt {
    margin-left: -0.5em;
  }
}
@media screen and (max-width: 768.9px) {
  ::-webkit-full-page-media, :future, :root .letterSpacingWideToSmall ruby rt {
    margin-left: -0.3em;
  }
}

@media screen and (min-width: 769px) {
  ::-webkit-full-page-media, :future, :root .letterSpacingMediumToSmall ruby rt {
    margin-left: -0.4em;
  }
}
@media screen and (max-width: 768.9px) {
  ::-webkit-full-page-media, :future, :root .letterSpacingMediumToSmall ruby rt {
    margin-left: -0.3em;
  }
}

body.library {
  background-image: url(/children/images/bg_grid_01.webp);
}
@media screen and (min-width: 769px) {
  body.library {
    padding-top: 68px;
    background-size: 32px auto;
  }
}
@media screen and (max-width: 768.9px) {
  body.library {
    padding-top: 14.9333333333vw;
    background-size: 8.5333333333vw auto;
  }
}

@media screen and (min-width: 769px) {
  .library-layout {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    max-width: 1024px;
    margin: 0 auto;
    padding-inline: 20px;
  }
}

@media screen and (min-width: 769px) {
  .library-main {
    flex: 1;
    min-width: 0;
  }
}

@media screen and (min-width: 769px) {
  .bgGrid {
    max-width: 960px;
    margin-inline: auto;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  #header {
    border-bottom: 1px solid #9EB3D0;
  }
}
@media screen and (max-width: 768.9px) {
  #header {
    height: 14.9333333333vw;
    border-bottom: 0.2666666667vw solid #9EB3D0;
  }
}
#header.-open .header-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .header-inner {
    flex-wrap: wrap;
    gap: 20px 10px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .header-inner {
    padding-inline: 4vw 2.1333333333vw;
  }
}

.header-logo {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .header-logo {
    width: 100px;
  }
}
@media screen and (max-width: 768.9px) {
  .header-logo {
    width: 20vw;
  }
}

.header-nav {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .header-nav {
    gap: 20px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768.9px) {
  .header-nav {
    gap: 3.2vw;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768.9px) {
  .header-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11.7333333333vw;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 24vw 0;
    background-color: #ECF1F6;
    opacity: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-100%);
    transition: 0.4s ease-out 0s;
    pointer-events: none;
  }
}

.header-menu-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768.9px) {
  .header-menu-list {
    flex-direction: column;
    gap: 8vw;
  }
}

@media screen and (min-width: 769px) {
  .header-menu-item {
    border-left: 1px solid rgba(158, 179, 208, 0.2);
  }
  .header-menu-item:first-of-type {
    border-left: none;
  }
}
.header-menu-item a {
  display: inline-block;
  color: #0267B6;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .header-menu-item a {
    padding: 2px 10px;
    font-size: 1.4rem;
    line-height: 1.3333333333;
    transition: 0.4s ease-out 0s;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768.9px) {
  .header-menu-item a {
    font-size: 6.4vw;
    font-weight: 700;
    line-height: 1.1666666667;
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .header-menu-item a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768.9px) {
  .header-closeBtn {
    position: fixed;
    top: 4.8vw;
    right: 4.2666666667vw;
  }
}

.header-rubyBtn {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  color: #FFFFFF;
  background-color: #0267B6;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .header-rubyBtn {
    gap: 8px;
    min-height: 23px;
    padding-block: 2px;
    padding-inline: 12px 4px;
    border: 1px solid #0267B6;
    border-radius: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768.9px) {
  .header-rubyBtn {
    gap: 2.1333333333vw;
    padding-block: 0.5333333333vw;
    padding-inline: 2.9333333333vw 0.8vw;
    border: 0.2666666667vw solid #0267B6;
    border-radius: 3.2vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .header-rubyBtn:hover {
    background-color: #0267B6 !important;
    color: #FFFFFF !important;
  }
  .header-rubyBtn:hover .switch {
    background-color: #FFFFFF !important;
    color: #0267B6 !important;
    opacity: 1 !important;
  }
}
.header-rubyBtn .switch {
  display: inline-block;
  background-color: #FFFFFF;
  color: #0267B6;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .header-rubyBtn .switch {
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768.9px) {
  .header-rubyBtn .switch {
    padding: 0.5333333333vw 1.6vw;
    border: 0.2666666667vw solid #0267B6;
    border-radius: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}

@media screen and (min-width: 769px) {
  .toc {
    position: sticky;
    top: 100px;
    flex-shrink: 0;
    width: min(25.9765625vw, 266px);
    padding-top: 32px;
    z-index: 50;
    will-change: transform;
  }
}
@media screen and (max-width: 768.9px) {
  .toc {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 29.6vw 5.3333333333vw;
    background-color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    pointer-events: none;
    z-index: 200;
  }
  .toc.-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .toc.-open .toc-wrap {
    transform: translateY(0);
  }
}

@media screen and (min-width: 769px) {
  .toc-wrap {
    width: 100%;
    max-height: 75vh;
    overflow-y: auto;
  }
}
@media screen and (max-width: 768.9px) {
  .toc-wrap {
    position: relative;
    width: 100%;
    max-width: 89.3333333333vw;
    transition: transform 0.3s ease-out;
  }
}

.toc-inner {
  color: #000000;
  background-color: #ECF1F6;
}
@media screen and (min-width: 769px) {
  .toc-inner {
    padding: min(2.34375vw, 24px) min(1.953125vw, 20px);
    border-radius: 12px;
  }
}
@media screen and (max-width: 768.9px) {
  .toc-inner {
    width: 100%;
    padding: 6.4vw 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}

@media screen and (max-width: 768.9px) {
  .toc.js-toc .toc-inner {
    max-height: 121.3333333333vw;
    overflow-y: auto;
  }
}

.toc-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
  color: #0267B6;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 769px) {
  .toc-title {
    gap: 16px;
    font-size: min(1.5625vw, 16px);
  }
}
@media screen and (max-width: 768.9px) {
  .toc-title {
    gap: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
.toc-title::before, .toc-title::after {
  content: "";
  display: block;
  background-color: #0267B6;
}
@media screen and (min-width: 769px) {
  .toc-title::before, .toc-title::after {
    width: 22px;
    height: 2px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768.9px) {
  .toc-title::before, .toc-title::after {
    width: 5.8666666667vw;
    height: 0.5333333333vw;
    border-radius: 1.0666666667vw;
  }
}

.toc-overview a {
  color: #000000;
  display: inline-block;
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 769px) {
  .toc-overview a {
    margin-top: 20px;
    padding: 12px 0 12px 10px;
    font-size: min(1.3671875vw, 14px);
  }
}
@media screen and (max-width: 768.9px) {
  .toc-overview a {
    margin-top: 2.1333333333vw;
    padding: 3.2vw;
    font-size: 3.7333333333vw;
  }
}

.toc-list {
  border-top: 1px solid rgba(158, 179, 208, 0.5);
}
@media screen and (min-width: 769px) {
  .toc-list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768.9px) {
  .toc-list {
    display: flex;
    flex-direction: column;
  }
}

.toc-item {
  border-bottom: 1px solid rgba(158, 179, 208, 0.5);
}
@media screen and (min-width: 769px) {
  .toc-item {
    padding: 12px 10px;
  }
}
@media screen and (max-width: 768.9px) {
  .toc-item {
    border-bottom: 0.2666666667vw solid rgba(158, 179, 208, 0.5);
  }
}
.toc-item:last-of-type {
  border-bottom: none;
}
.toc-item a {
  display: block;
  color: #000000;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .toc-item a {
    font-size: min(1.3671875vw, 14px);
    letter-spacing: 0.7px;
    transition: 0.4s ease-out 0s;
  }
}
@media screen and (max-width: 768.9px) {
  .toc-item a {
    padding: 3.2vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .toc-item a:hover {
    opacity: 0.7;
    color: #0267B6;
  }
}

@media screen and (max-width: 768.9px) {
  .toc-subItem {
    padding-bottom: 3.2vw;
  }
}
.toc-subItem a {
  position: relative;
  color: #000000;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .toc-subItem a {
    margin-top: 10px;
    padding: 0 0 0 23px;
    font-size: min(1.26953125vw, 13px);
    letter-spacing: 0.65px;
  }
}
@media screen and (max-width: 768.9px) {
  .toc-subItem a {
    padding: 0 0 0 6.1333333333vw;
    font-size: 3.4666666667vw;
  }
}
.toc-subItem a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon_toc_arrow.svg") no-repeat center;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 769px) {
  .toc-subItem a::before {
    left: 8px;
    width: 5px;
    height: 8px;
  }
}
@media screen and (max-width: 768.9px) {
  .toc-subItem a::before {
    left: 2.1333333333vw;
    width: 1.3333333333vw;
    height: 2.1333333333vw;
  }
}

@media screen and (max-width: 768.9px) {
  .toc-closeBtn {
    position: absolute;
    top: -8.4vw;
    right: 1.0666666667vw;
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    z-index: 1;
  }
}

.toc-floatBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 4vw;
  left: 0;
  width: 25.3333333333vw;
  height: 15.2vw;
  background-color: #0091D4;
  color: #FFFFFF;
  border-radius: 0 18.6666666667vw 18.6666666667vw 0;
  font-weight: 900;
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
  z-index: 90;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  gap: 2.1333333333vw;
}
.toc-floatBtn.-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.toc-floatBtn img {
  width: 5.3333333333vw;
}

@media screen and (max-width: 768.9px) {
  body.library:has(.toc.-open) {
    height: 100vh;
    overflow: hidden;
  }
}

@media screen and (max-width: 768.9px) {
  .toc-floatBtn-icon {
    width: 4.5333333333vw;
    height: 4vw;
  }
}

body.library img {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .reportSection {
    padding: 64px 0 0;
  }
}
@media screen and (max-width: 768.9px) {
  .reportSection {
    padding: 12.8vw 6.4vw 0;
  }
}

@media screen and (min-width: 769px) {
  .reportSection-inner {
    max-width: 100%;
  }
}

.reportSection-title {
  color: #0267B6;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .reportSection-title {
    padding: 16px 24px;
    background-color: #ECF1F6;
    border-radius: 12px;
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}
@media screen and (max-width: 768.9px) {
  .reportSection-title {
    padding: 3.7333333333vw 4.2666666667vw;
    background-color: #ECF1F6;
    border-radius: 2.1333333333vw;
    font-size: 4.8vw;
    line-height: 1.5555555556;
  }
}
@media screen and (min-width: 769px) {
  .reportSection-title-sub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768.9px) {
  .reportSection-title-sub {
    font-size: 4.2666666667vw;
  }
}

.reportSection-txt {
  color: #000000;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .reportSection-txt {
    margin-top: 24px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768.9px) {
  .reportSection-txt {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
    color: #000000;
  }
}

@media screen and (min-width: 769px) {
  .reportSection-img {
    margin-top: 32px;
    border-radius: 12px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768.9px) {
  .reportSection-img {
    margin-top: 6.4vw;
    border-radius: 2.1333333333vw;
    overflow: hidden;
  }
}
.reportSection-img img {
  width: 100%;
  height: auto;
}

.details-breadcrumb {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .details-breadcrumb {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .details-breadcrumb {
    padding: 4vw 0 4vw 5.3333333333vw;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.details-breadcrumb-list {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .details-breadcrumb-list {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 768.9px) {
  .details-breadcrumb-list {
    flex-wrap: nowrap;
    width: max-content;
    gap: 2.1333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.details-breadcrumb-item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .details-breadcrumb-item {
    gap: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768.9px) {
  .details-breadcrumb-item {
    flex-shrink: 0;
    gap: 2.1333333333vw;
  }
}
.details-breadcrumb-item a {
  color: #000000;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .details-breadcrumb-item a {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .details-breadcrumb-item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768.9px) {
  .details-breadcrumb-item a {
    white-space: nowrap;
    font-size: 2.6666666667vw;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
}

.details-breadcrumb-separator {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768.9px) {
  .details-breadcrumb-separator img {
    width: 1.3333333333vw;
  }
}

.details-breadcrumb-current {
  color: #000000;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .details-breadcrumb-current {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768.9px) {
  .details-breadcrumb-current {
    white-space: nowrap;
    font-size: 2.6666666667vw;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
}

.details {
  color: #0267B6;
}
@media screen and (min-width: 769px) {
  .details {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .details {
    padding: 5.3333333333vw 5.3333333333vw 21.8666666667vw;
  }
}

.details-inner {
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .details-inner {
    max-width: 1024px;
  }
}
@media screen and (max-width: 768.9px) {
  .details-inner {
    max-width: 100%;
  }
}

.details-tag {
  color: #FFFFFF;
  font-weight: 700;
  background-color: #F477A5;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .details-tag {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 6px 10px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768.9px) {
  .details-tag {
    font-size: 3.7333333333vw;
    line-height: 1;
    padding: 1.6vw 2.6666666667vw;
    border-radius: 1.0666666667vw;
  }
}

.details-report {
  color: #0267B6;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .details-report {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768.9px) {
  .details-report {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}

.details-title {
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .details-title {
    margin-top: 4px;
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 768.9px) {
  .details-title {
    margin-top: 3.2vw;
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
}

.details-date {
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 769px) {
  .details-date {
    margin-top: 4px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768.9px) {
  .details-date {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}

.details-link-tags {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .details-link-tags {
    gap: 8px;
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768.9px) {
  .details-link-tags {
    gap: 2.1333333333vw;
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1;
  }
}

.details-link-tag {
  color: #000000;
  font-weight: 500;
  background: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.details-link-tag a {
  color: #000000;
}
@media screen and (min-width: 769px) {
  .details-link-tag {
    padding: 10px 12px;
    border-radius: 50px;
    border: 1px solid #0091D4;
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768.9px) {
  .details-link-tag {
    min-height: 9.0666666667vw;
    padding: 0 3.2vw;
    border-radius: 13.3333333333vw;
    border: 0.2666666667vw solid #0091D4;
    font-size: 3.7333333333vw;
    line-height: 1;
  }
}

.details-link-tag-txt {
  display: inline-block;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .mv {
    padding-top: 32px;
  }
}
.mv-inner {
  position: relative;
}
@media screen and (max-width: 768.9px) {
  .mv-inner {
    padding: 0 5.3333333333vw;
  }
}

.mv-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 768.9px) {
  .mv-img {
    border-radius: 5.3333333333vw;
  }
}

.mv-memamon {
  position: absolute;
  z-index: 1;
  height: auto;
  aspect-ratio: 301/130;
}
@media screen and (min-width: 769px) {
  .mv-memamon {
    width: 150px;
    top: -64px;
    right: 42px;
  }
}
@media screen and (max-width: 768.9px) {
  .mv-memamon {
    width: 26.1333333333vw;
    top: -11.2vw;
    right: 10.9333333333vw;
  }
}

@media screen and (max-width: 768.9px) {
  .mv-toc {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768.9px) {
  .mv-toc .toc-wrap {
    max-width: none;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .mv-text-inner {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768.9px) {
  .mv-text-inner {
    padding-top: 8vw;
  }
}

.mv-text {
  color: #0267B6;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .mv-text {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768.9px) {
  .mv-text {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 768.9px) {
  ::-webkit-full-page-media, :future, :root body:not(.rubyOff) .increase-guide-alert-txt {
    transform: translateY(-4vw);
  }
}

@media screen and (min-width: 769px) {
  .increase-body .reportSection-txt + .reportSection-txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-body .reportSection-txt + .reportSection-txt {
    margin-top: 4.2666666667vw;
  }
}
.increase-body .reportSection-note {
  color: #000000;
  font-weight: 500;
  overflow-wrap: break-word;
}
@media screen and (min-width: 769px) {
  .increase-body .reportSection-note {
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-body .reportSection-note {
    margin-top: 2.1333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
  }
}

@media screen and (min-width: 769px) {
  .increase-intro {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-intro {
    margin-bottom: 0.5333333333vw;
  }
}

@media screen and (min-width: 769px) {
  .increase-mainImg {
    margin-top: 30px;
  }
}

.increase-profile {
  background-color: #FFFFFF;
  border: 2px solid #0267B6;
}
@media screen and (min-width: 769px) {
  .increase-profile {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: start;
    gap: 30px;
    margin-top: 30px;
    padding: 30px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8vw;
    margin-top: 6.4vw;
    padding: 8vw;
    border-radius: 5.3333333333vw;
  }
}

.increase-profile-img {
  overflow: hidden;
  border-radius: 12px;
}
@media screen and (min-width: 769px) {
  .increase-profile-img {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-profile-img {
    width: 48vw;
    height: 48vw;
    margin: 0;
  }
}
.increase-profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.increase-profile-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .increase-profile-body {
    gap: 10px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-profile-body {
    gap: 2.6666666667vw;
    margin-top: 0;
    width: 100%;
  }
}

.increase-profile-name,
.increase-profile-affiliation,
.increase-profile-txt {
  color: #000000;
  font-weight: 500;
  margin-top: 0;
}

.increase-profile-reading {
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .increase-profile-name {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-profile-name {
    font-size: 4.2666666667vw;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 769px) {
  .increase-profile-affiliation,
  .increase-profile-txt {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-profile-affiliation,
  .increase-profile-txt {
    font-size: 3.7333333333vw;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
}

.increase-guide {
  background-color: #f9f7f2;
}
@media screen and (min-width: 769px) {
  .increase-guide {
    margin-top: 30px;
    padding: 30px 30px 0;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-guide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8vw;
    margin-top: 6.4vw;
    padding: 8vw 5.3333333333vw 0;
    border-radius: 5.3333333333vw;
    overflow: hidden;
  }
}

.increase-guide-title {
  color: #0267B6;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .increase-guide-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-guide-title {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  .increase-guide-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-guide-list {
    width: 100%;
    margin-top: 0;
  }
}

.increase-guide-item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .increase-guide-item {
    gap: 10px;
  }
  .increase-guide-item + .increase-guide-item {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-guide-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.3333333333vw;
    align-items: center;
  }
  .increase-guide-item + .increase-guide-item {
    margin-top: 5.3333333333vw;
  }
}

.increase-guide-badge {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: #0267B6;
  color: #FFFFFF;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .increase-guide-badge {
    width: 70px;
    height: 34px;
    border-radius: 4px;
    font-size: 1.8rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-guide-badge {
    width: 18.6666666667vw;
    height: 9.0666666667vw;
    border-radius: 1.0666666667vw;
    font-size: 4.5333333333vw;
    line-height: 1;
  }
}

.increase-guide-level {
  flex-shrink: 0;
  color: #0267B6;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .increase-guide-level {
    width: 100px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-guide-level {
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
}

.increase-guide-desc {
  color: #000000;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .increase-guide-desc {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-guide-desc {
    grid-column: 1/-1;
    width: auto;
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
}

@media screen and (min-width: 769px) {
  .increase-guide-alert {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 15px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-guide-alert {
    position: relative;
    align-self: flex-start;
    width: 72.2666666667vw;
    max-width: 100%;
    height: 30.9333333333vw;
    margin-top: 0;
  }
}

@media screen and (max-width: 768.9px) {
  .increase-guide-alert-bubble {
    width: 50.1333333333vw;
    height: auto;
  }
}

@media screen and (max-width: 768.9px) {
  .increase-guide-alert-br {
    display: none;
  }
}

.increase-guide-alert-txt {
  position: relative;
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 500;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .increase-guide-alert-txt {
    width: 340px;
    min-height: 64px;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-guide-alert-txt {
    width: 100%;
    height: 100%;
    padding: 2.9333333333vw 3.2vw;
    border-radius: 3.2vw;
    font-size: 3.7333333333vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    box-sizing: border-box;
  }
}
.increase-guide-alert-txt::after {
  position: absolute;
  content: "";
  border: none;
  background: url("../images/img_increase_alert_tail.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .increase-guide-alert-txt::after {
    top: 20px;
    left: 320px;
    width: 30px;
    height: 54px;
    transform: rotate(-37.77deg);
  }
}
@media screen and (max-width: 768.9px) {
  .increase-guide-alert-txt::after {
    top: 4.2666666667vw;
    left: 45.3333333333vw;
    width: 5.0666666667vw;
    height: 9.0666666667vw;
    transform: rotate(-37.77deg);
  }
}

.increase-guide-alert-memamon {
  flex-shrink: 0;
  margin: 0;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .increase-guide-alert-memamon {
    width: 100px;
    margin-left: 21px;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-guide-alert-memamon {
    position: absolute;
    left: 46.6666666667vw;
    top: 0.5333333333vw;
    width: 25.6vw;
  }
}
.increase-guide-alert-memamon img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768.9px) {
  .increase-guide-alert-memamon img.increase-guide-alert-memamon-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .increase-guide-alert-memamon img.increase-guide-alert-memamon-sp {
    display: none;
  }
}

.increase-quote {
  position: relative;
}
@media screen and (min-width: 769px) {
  .increase-quote {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.1333333333vw;
    margin-top: 6.4vw;
  }
}

.increase-quote-txt {
  color: #0267B6;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .increase-quote-txt {
    flex: 1 0 0;
    min-width: 0;
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-quote-txt {
    font-size: 4vw;
    line-height: 2;
  }
}

.increase-quote-brace {
  flex-shrink: 0;
}
.increase-quote-brace img {
  display: block;
}

@media screen and (min-width: 769px) {
  .increase-quote-brace-pc {
    width: 36.58px;
    height: 128px;
    margin-right: 10px;
  }
  .increase-quote-brace-pc img {
    width: 36.58px;
    height: 128px;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-quote-brace-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .increase-quote-brace-sp {
    display: none;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-quote-brace-sp {
    display: block;
    width: 100%;
    height: 9.7546666667vw;
    margin-top: 0;
  }
  .increase-quote-brace-sp img {
    width: 100%;
    height: 9.7546666667vw;
  }
}

.increase-quote-avatar {
  flex-shrink: 0;
  background-color: #ecf1f6;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .increase-quote-avatar {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-quote-avatar {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    margin: 0;
  }
}
.increase-quote-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .increase-annotation {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-annotation {
    margin-top: 5.3333333333vw;
  }
}
.increase-annotation .reportSection-txt {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .increase-quizIntro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
    align-items: start;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-quizIntro {
    display: flex;
    flex-direction: column;
    gap: 8vw;
    margin-top: 6.4vw;
  }
}

.increase-quizIntro-txt .reportSection-txt:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .increase-quizIntro-txt .reportSection-txt + .reportSection-txt {
    margin-top: 20px;
  }
}

.increase-quizIntro-img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .increase-quizIntro-img {
    border-radius: 20px;
    aspect-ratio: 349/230;
  }
}
@media screen and (max-width: 768.9px) {
  .increase-quizIntro-img {
    margin-top: 0;
    border-radius: 5.3333333333vw;
    aspect-ratio: 335/220;
  }
}
.increase-quizIntro-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience .reportSection-note {
  color: #000000;
  font-weight: 500;
  overflow-wrap: break-word;
}
@media screen and (min-width: 769px) {
  .experience .reportSection-note {
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 768.9px) {
  .experience .reportSection-note {
    margin-top: 2.1333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
  }
}
.experience .reportSection-note a {
  color: #0267B6;
  text-decoration: underline;
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .experience .reportSection-note a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 769px) {
  .experience-img-box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768.9px) {
  .experience-img-box {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .experience-img-box:hover:hover .experience-quiz-question-q,
  .experience-img-box:hover:hover .experience-quiz-img-blur,
  .experience-img-box:hover:hover .experience-quiz-hint {
    opacity: 0;
    visibility: hidden;
  }
  .experience-img-box:hover:hover .experience-quiz-question-a,
  .experience-img-box:hover:hover .experience-quiz-img-clear,
  .experience-img-box:hover:hover .experience-quiz-labels {
    opacity: 1;
    visibility: visible;
  }
}
.experience-img-box.-reveal .experience-quiz-question-q,
.experience-img-box.-reveal .experience-quiz-img-blur {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768.9px) {
  .experience-img-box.-reveal .experience-quiz-question-q,
  .experience-img-box.-reveal .experience-quiz-img-blur {
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  }
}
.experience-img-box.-reveal .experience-quiz-hint {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768.9px) {
  .experience-img-box.-reveal .experience-quiz-hint {
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  }
}
.experience-img-box.-reveal .experience-quiz-question-a,
.experience-img-box.-reveal .experience-quiz-img-clear,
.experience-img-box.-reveal .experience-quiz-labels {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768.9px) {
  .experience-img-box.-reveal .experience-quiz-question-a,
  .experience-img-box.-reveal .experience-quiz-img-clear,
  .experience-img-box.-reveal .experience-quiz-labels {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  }
}

.experience-title {
  margin: 0;
  background-color: #0091D4;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .experience-title {
    padding: 14px 20px;
    border-radius: 12px 12px 0 0;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 768.9px) {
  .experience-title {
    padding: 3.2vw 4.2666666667vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
    font-size: 4vw;
    line-height: 1.4666666667;
  }
}

.experience-quiz {
  background-color: #FFFFFF;
  border: 1px solid #0267B6;
  border-top: none;
}
@media screen and (min-width: 769px) {
  .experience-quiz {
    padding: 32px 24px 24px;
    border-radius: 0 0 12px 12px;
  }
}
@media screen and (max-width: 768.9px) {
  .experience-quiz {
    padding: 6.4vw 4.2666666667vw 5.3333333333vw;
    border-radius: 0 0 2.1333333333vw 2.1333333333vw;
    border-width: 0.2666666667vw;
  }
}

@media screen and (min-width: 769px) {
  .experience-quiz-body {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .experience-quiz-body {
    padding-bottom: 4.2666666667vw;
  }
}

.experience-quiz-question {
  position: relative;
  min-height: 1.5em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .experience-quiz-question {
    margin-bottom: 20px;
    min-height: 36px;
  }
}
@media screen and (max-width: 768.9px) {
  .experience-quiz-question {
    margin-bottom: 4.2666666667vw;
    min-height: 7.4666666667vw;
  }
}

.experience-quiz-question-q,
.experience-quiz-question-a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.experience-quiz-question-q {
  color: #0267B6;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .experience-quiz-question-q {
    font-size: 3rem;
    line-height: 1.5;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  }
}
@media screen and (max-width: 768.9px) {
  .experience-quiz-question-q {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  }
}

.experience-quiz-question-a {
  color: #000000;
  font-weight: 900;
  opacity: 0;
  visibility: hidden;
  margin-top: -1em;
}
@media screen and (min-width: 769px) {
  .experience-quiz-question-a {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  }
}
@media screen and (max-width: 768.9px) {
  .experience-quiz-question-a {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  }
}
.experience-quiz-question-a span {
  color: #0267B6;
}
.experience-quiz-question-a em {
  display: inline-block;
  margin-inline: 0.1em;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .experience-quiz-question-a em {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768.9px) {
  .experience-quiz-question-a em {
    font-size: 10.6666666667vw;
  }
}

.experience-quiz-visual {
  position: relative;
}

.experience-quiz-img {
  position: relative;
  margin: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .experience-quiz-img {
    border-radius: 8px;
  }
}
@media screen and (max-width: 768.9px) {
  .experience-quiz-img {
    border-radius: 1.6vw;
  }
}
@media screen and (min-width: 769px) {
  .experience-quiz-img img {
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  }
}
@media screen and (max-width: 768.9px) {
  .experience-quiz-img img {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  }
}

.experience-quiz-img-clear {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 769px) {
  .experience-quiz-img-clear {
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  }
}
@media screen and (max-width: 768.9px) {
  .experience-quiz-img-clear {
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  }
}

.experience-quiz-labels {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 769px) {
  .experience-quiz-labels {
    padding-inline: 4%;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  }
}
@media screen and (max-width: 768.9px) {
  .experience-quiz-labels {
    bottom: 1.0666666667vw;
    padding-inline: 2%;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  }
}

.experience-quiz-label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ECF1F6;
  border-radius: 50%;
  font-weight: 700;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 769px) {
  .experience-quiz-label {
    min-width: 50px;
    min-height: 50px;
    font-size: 2.6rem;
    line-height: 1;
  }
  .experience-quiz-label rt {
    font-size: 40%;
  }
}
@media screen and (max-width: 768.9px) {
  .experience-quiz-label {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    font-size: 4.8vw;
    line-height: 1;
  }
  .experience-quiz-label rt {
    font-size: 40%;
  }
}
.experience-quiz-label.-dog {
  color: #000000;
}
.experience-quiz-label.-cat {
  color: #0267B6;
}

.experience-quiz-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #ECF1F6;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 769px) {
  .experience-quiz-hint {
    gap: 8px;
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  }
}
@media screen and (max-width: 768.9px) {
  .experience-quiz-hint {
    gap: 2.1333333333vw;
    padding: 2.6666666667vw 3.2vw;
    border-radius: 3.2vw;
    font-size: 3.2vw;
    line-height: 1.5;
    transform: translateZ(0);
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  }
}

.experience-quiz-hint-q {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .experience-quiz-hint-q {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768.9px) {
  .experience-quiz-hint-q {
    font-size: 4.2666666667vw;
  }
}

.experience-quiz-hint-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .experience-quiz-hint-icon {
    width: 40px;
    height: 49px;
  }
}
@media screen and (max-width: 768.9px) {
  .experience-quiz-hint-icon {
    width: 5.3333333333vw;
    height: 6.6666666667vw;
  }
}

.experience-body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .experience-body {
    gap: 30px;
  }
}
@media screen and (max-width: 768.9px) {
  .experience-body {
    margin-top: 10.6666666667vw;
    gap: 8vw;
  }
}

.experience-txt {
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .experience-txt {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 768.9px) {
  .experience-txt {
    font-size: 4.2666666667vw;
  }
}
.experience-txt.--blue {
  color: #0267B6;
  font-weight: 700;
}

.comment-wrap {
  display: flex;
}
@media screen and (min-width: 769px) {
  .comment-wrap {
    gap: 0;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768.9px) {
  .comment-wrap {
    flex-direction: column;
  }
}

.img-bubbles-pc {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .img-bubbles-pc {
    width: 37px;
    height: 142px;
  }
}
@media screen and (max-width: 768.9px) {
  .img-bubbles-pc {
    display: none;
  }
}
.img-bubbles-pc svg {
  display: block;
  width: 100%;
  height: 100%;
}

.img-bubbles-sp {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .img-bubbles-sp {
    display: none;
  }
}
@media screen and (max-width: 768.9px) {
  .img-bubbles-sp {
    width: 100%;
    margin-top: 2.1333333333vw;
  }
  .img-bubbles-sp svg {
    width: 100%;
    height: auto;
  }
}

.comment-wrap-teacher {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .comment-wrap-teacher {
    width: 90px;
    height: 90px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768.9px) {
  .comment-wrap-teacher {
    display: block;
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    margin: 2.1333333333vw auto 0;
  }
}

@media screen and (min-width: 769px) {
  .challenge-body .reportSection-txt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768.9px) {
  .challenge-body .reportSection-txt {
    margin-top: 7.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .challenge-body > .reportSection-txt:first-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .challenge-body > .reportSection-txt:first-child {
    margin-top: 4.2666666667vw;
  }
}

.challenge-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .challenge-list {
    gap: 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768.9px) {
  .challenge-list {
    gap: 6.4vw;
    margin-top: 7.4666666667vw;
  }
}

.challenge-item {
  display: flex;
  background-color: #FFFFFF;
  border: 2px solid #0267B6;
}
@media screen and (min-width: 769px) {
  .challenge-item {
    gap: 30px;
    padding: 30px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .challenge-item {
    flex-direction: column;
    align-items: center;
    gap: 8vw;
    padding: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}

.challenge-item-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .challenge-item-body {
    gap: 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .challenge-item-body {
    gap: 5.3333333333vw;
    width: 100%;
  }
}

.challenge-item-head {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .challenge-item-head {
    gap: 12px;
  }
}
@media screen and (max-width: 768.9px) {
  .challenge-item-head {
    gap: 2.6666666667vw;
  }
}

.challenge-num {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: #0267B6;
  border-radius: 50%;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .challenge-num {
    width: 34px;
    height: 34px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768.9px) {
  .challenge-num {
    width: 34px;
    height: 34px;
    font-size: 1.8rem;
  }
}

.challenge-item-title {
  color: #0267B6;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .challenge-item-title {
    margin-top: 3px;
    font-size: 1.8rem;
    line-height: 1.6111111111;
  }
}
@media screen and (max-width: 768.9px) {
  .challenge-item-title {
    margin-top: 0.8vw;
    font-size: 4.8vw;
    line-height: 1.6;
  }
}

.challenge-checklist {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .challenge-checklist {
    gap: 15px;
    padding-left: 52px;
  }
}
@media screen and (max-width: 768.9px) {
  .challenge-checklist {
    gap: 4vw;
    padding-left: 3.2vw;
  }
}

.challenge-check {
  position: relative;
  color: #0267B6;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .challenge-check {
    padding-left: 30px;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
@media screen and (max-width: 768.9px) {
  .challenge-check {
    padding-left: 8.8vw;
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
}
.challenge-check::before {
  position: absolute;
  left: 0;
  content: "";
  background: url("../images/icon_challenge_check.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .challenge-check::before {
    top: 0.35em;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .challenge-check::before {
    top: 0.35em;
    width: 4.8vw;
    height: 4.8vw;
  }
}

.challenge-item-illust {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .challenge-item-illust {
    width: 240px;
  }
}
@media screen and (max-width: 768.9px) {
  .challenge-item-illust {
    width: 64vw;
    max-width: none;
    margin: 0;
  }
}
.challenge-item-illust img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media screen and (min-width: 769px) {
  .challenge-hero {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768.9px) {
  .challenge-hero {
    margin-top: 7.4666666667vw;
  }
}

@media screen and (min-width: 769px) {
  .challengeToday-body > .reportSection-txt:first-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .challengeToday-body > .reportSection-txt:first-child {
    margin-top: 4.2666666667vw;
  }
}

.challengeToday-voiceBox {
  background-color: #ECF1F6;
}
@media screen and (min-width: 769px) {
  .challengeToday-voiceBox {
    margin-top: 40px;
    padding: 30px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .challengeToday-voiceBox {
    align-items: center;
    margin-top: 7.4666666667vw;
    padding: 8vw 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}

.challengeToday-voiceTitle {
  color: #0267B6;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .challengeToday-voiceTitle {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768.9px) {
  .challengeToday-voiceTitle {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}

.challengeToday-voiceList {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .challengeToday-voiceList {
    gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .challengeToday-voiceList {
    gap: 8vw;
    margin-top: 5.3333333333vw;
    width: 100%;
  }
}

.challengeToday-voiceItem {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .challengeToday-voiceItem {
    gap: 10px;
  }
}
@media screen and (max-width: 768.9px) {
  .challengeToday-voiceItem {
    align-items: flex-start;
    gap: 2.6666666667vw;
  }
}

.challengeToday-avatar {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .challengeToday-avatar {
    width: 70px;
  }
}
@media screen and (max-width: 768.9px) {
  .challengeToday-avatar {
    width: 18.6666666667vw;
  }
}
.challengeToday-avatar img {
  display: block;
  width: 100%;
  height: auto;
}

.challengeToday-voiceBody {
  flex: 1 1 0;
  min-width: 0;
}

.challengeToday-comment {
  color: #0267B6;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .challengeToday-comment {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768.9px) {
  .challengeToday-comment {
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
}

.challengeToday-name {
  color: #000000;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .challengeToday-name {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 768.9px) {
  .challengeToday-name {
    font-size: 3.7333333333vw;
    line-height: 1.9;
  }
}

.challengeToday-report {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .challengeToday-report {
    gap: 10px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768.9px) {
  .challengeToday-report {
    gap: 2.1333333333vw;
    margin-top: 7.4666666667vw;
  }
}

.challengeToday-report-imgs {
  display: grid;
}
@media screen and (min-width: 769px) {
  .challengeToday-report-imgs {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 768.9px) {
  .challengeToday-report-imgs {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}

@media screen and (min-width: 769px) {
  .challengeToday-report-img {
    border-radius: 12px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768.9px) {
  .challengeToday-report-img {
    border-radius: 2.1333333333vw;
    overflow: hidden;
  }
}
.challengeToday-report-img img {
  display: block;
  width: 100%;
  height: auto;
}

.challengeToday-report-caption {
  color: #000000;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .challengeToday-report-caption {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 768.9px) {
  .challengeToday-report-caption {
    font-size: 3.4666666667vw;
    line-height: 1.9;
  }
}

@media screen and (min-width: 769px) {
  .sports-hero {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .sports-hero {
    margin-top: 4.2666666667vw;
  }
}

.sports-text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .sports-text {
    gap: 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768.9px) {
  .sports-text {
    gap: 6.4vw;
    margin-top: 8.5333333333vw;
  }
}
.sports-text .reportSection-txt {
  margin-top: 0;
}

.sports-gallery {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .sports-gallery {
    gap: 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768.9px) {
  .sports-gallery {
    gap: 5.3333333333vw;
    margin-top: 8.5333333333vw;
  }
}

.sports-gallery-wide,
.sports-gallery-col {
  margin-top: 0;
}
.sports-gallery-wide img,
.sports-gallery-col img {
  width: 100%;
  height: auto;
}

.sports-gallery-2col {
  display: grid;
}
@media screen and (min-width: 769px) {
  .sports-gallery-2col {
    grid-template-columns: 260fr 438fr;
    gap: 30px;
  }
}
@media screen and (max-width: 768.9px) {
  .sports-gallery-2col {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .sports-gallery-2col .sports-gallery-col {
    margin-top: 0;
  }
}

.visionTest-text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .visionTest-text {
    gap: 30px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .visionTest-text {
    gap: 8vw;
    margin-top: 4.2666666667vw;
  }
}
.visionTest-text .reportSection-txt {
  margin-top: 0;
}

.visionTest-note {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .visionTest-note {
    gap: 10px;
  }
}
@media screen and (max-width: 768.9px) {
  .visionTest-note {
    gap: 2.1333333333vw;
  }
}
.visionTest-note .reportSection-note {
  color: #000000;
  font-weight: 500;
  overflow-wrap: break-word;
}
@media screen and (min-width: 769px) {
  .visionTest-note .reportSection-note {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.9285714286;
  }
}
@media screen and (max-width: 768.9px) {
  .visionTest-note .reportSection-note {
    margin-top: 0;
    font-size: 3.7333333333vw;
    line-height: 1.9;
  }
}

@media screen and (min-width: 769px) {
  .visionTest-img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768.9px) {
  .visionTest-img {
    margin-top: 8.5333333333vw;
  }
}

.future-text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .future-text {
    gap: 30px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .future-text {
    gap: 6.4vw;
    margin-top: 4.2666666667vw;
  }
}
.future-text .reportSection-txt {
  margin-top: 0;
}

.future-text-emphasis {
  color: #0267B6;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .future-text-emphasis {
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768.9px) {
  .future-text-emphasis {
    font-size: 4.8vw;
    line-height: 1.8;
  }
}

.future-main {
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .future-main {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768.9px) {
  .future-main {
    margin-top: 8.5333333333vw;
  }
}
.future-main img {
  width: 100%;
  height: auto;
}
.future-main figcaption {
  position: absolute;
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .future-main figcaption {
    top: min(3.90625vw, 40px);
    left: min(1.953125vw, 20px);
    padding: min(2.63671875vw, 27px) min(2.9296875vw, 30px) min(5.76171875vw, 59px);
    background-image: url(../images/bg_future_balloon_pc.webp);
    font-size: min(1.5625vw, 1.6rem);
    line-height: 1.7;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 768.9px) {
  .future-main figcaption {
    top: 1.3333333333vw;
    left: 2.6666666667vw;
    width: 49.6vw;
    min-height: 38.6666666667vw;
    padding: 4.2666666667vw 5.3333333333vw 9.3333333333vw;
    background-image: url(../images/bg_future_balloon_sp.webp);
    font-size: 3.7333333333vw;
    line-height: 1.6;
    letter-spacing: 0.0373333333vw;
  }
}

.future-gallery {
  display: grid;
}
@media screen and (min-width: 769px) {
  .future-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768.9px) {
  .future-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
    margin-top: 8.5333333333vw;
  }
}

.future-gallery-item {
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 768.9px) {
  .future-gallery-item {
    border-radius: 2.1333333333vw;
  }
}
.future-gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .future-gallery-rocket {
    display: none;
  }
}
@media screen and (max-width: 768.9px) {
  .future-gallery-rocket {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    border-radius: 0;
    aspect-ratio: 160/112.281;
  }
}
@media screen and (max-width: 768.9px) {
  .future-gallery-rocket.future-gallery-item img {
    width: 56.25%;
    height: auto;
    object-fit: contain;
  }
}

@media screen and (max-width: 768.9px) {
  ::-webkit-full-page-media, :future, :root body:not(.rubyOff) .commentBottom-bubble-txt rt {
    margin-top: -0.8em;
    transform: translateY(5px);
  }
}

.commentBottom {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .commentBottom {
    padding: 90px 53px 0 55px;
  }
}
@media screen and (max-width: 768.9px) {
  .commentBottom {
    padding: 12.8vw 5.3333333333vw 0;
    overflow-x: hidden;
  }
}

.commentBottom-inner {
  max-width: 1024px;
  margin: 0 auto;
}

.commentBottom-bubble {
  position: relative;
}

.commentBottom-bubble-txt {
  position: absolute;
  top: 43%;
  left: 50%;
  width: 100%;
  margin: 0;
  color: #FFFFFF;
  font-weight: 500;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .commentBottom-bubble-txt {
    font-size: min(1.5625vw, 16px);
    line-height: 2;
    text-align: center;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 768.9px) {
  .commentBottom-bubble-txt {
    padding: 5.3333333333vw 0vw 5.3333333333vw 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 0.7px;
  }
}

.commentBottom-deco {
  position: absolute;
  z-index: 1;
}

.commentBottom-pc {
  aspect-ratio: 1024/470;
  position: relative;
  width: 100%;
  container-type: inline-size;
}

.commentBottom-col {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .commentBottom-col.-bubble01 {
    top: 11.4893617021%;
    left: 6.8359375%;
    width: 39.6484375%;
    height: 63.1914893617%;
  }
  .commentBottom-col.-bubble01 .commentBottom-deco-planet01 {
    top: -8.0808080808%;
    left: -3.6945812808%;
    width: 34.4827586207%;
  }
  .commentBottom-col.-bubble01 .commentBottom-deco-star01 {
    bottom: 10.101010101%;
    left: 3.6945812808%;
    width: 16.7487684729%;
  }
}
@media screen and (max-width: 768.9px) {
  .commentBottom-col.-bubble01 {
    position: relative;
    width: 77.3333333333vw;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .commentBottom-col.-bubble02 {
    top: 11.4893617021%;
    right: 6.8359375%;
    width: 39.6484375%;
    height: 61.4893617021%;
  }
  .commentBottom-col.-bubble02 .commentBottom-deco-pencil {
    top: 0;
    right: 4.1871921182%;
    width: 17.2413793103%;
  }
  .commentBottom-col.-bubble02 .commentBottom-deco-star02 {
    top: 3.8062283737%;
    left: 0;
    width: 16.0098522167%;
  }
}
@media screen and (max-width: 768.9px) {
  .commentBottom-col.-bubble02 {
    position: relative;
    z-index: -1;
    width: 77.3333333333vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 768.9px) {
  .commentBottom-col {
    position: static;
  }
}

@media screen and (min-width: 769px) {
  .commentBottom-characters {
    position: absolute;
    bottom: 0;
    left: 54%;
    transform: translateX(-50%);
    width: 50.87890625%;
  }
}

.commentBottom-sp {
  position: relative;
}

@media screen and (max-width: 768.9px) {
  .commentBottom-row.-row01 .commentBottom-col.-bubble01 .commentBottom-deco-star02 {
    top: 11.4666666667vw;
    right: -9.0666666667vw;
    width: 11.2vw;
  }
  .commentBottom-row.-row01 .commentBottom-character.-manae {
    position: absolute;
    top: 25.3333333333vw;
    right: 2.6666666667vw;
    width: 41.6vw;
    z-index: -1;
  }
}
@media screen and (max-width: 768.9px) {
  .commentBottom-row.-row02 {
    margin-top: 8.5333333333vw;
  }
  .commentBottom-row.-row02 .commentBottom-character.-memamon {
    width: 38.9333333333vw;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .commentBottom-row.-row02 .commentBottom-col.-bubble02 {
    padding-bottom: 19.2vw;
  }
  .commentBottom-row.-row02 .commentBottom-col.-bubble02 .commentBottom-deco-planet {
    bottom: 5.0666666667vw;
    right: 10.6666666667vw;
    width: 24vw;
  }
}

@media screen and (max-width: 768.9px) {
  .commentBottom-sp > .commentBottom-deco-star01 {
    position: absolute;
    top: 48.5333333333vw;
    left: 2.1333333333vw;
    width: 11.4666666667vw;
  }
}

.commentBottom-deco-star01 {
  animation: shake-up 1.5s infinite ease-in-out 0.1s;
}

.commentBottom-deco-star02 {
  animation: shake-up 3s infinite ease-in-out 0s;
}

.commentBottom-deco-planet01 {
  animation: shake-up 2s infinite ease-in-out 0.1s;
}

.commentBottom-deco-pencil {
  animation: shake-up 3.5s infinite ease-in-out 0s;
}

.commentBottom-deco-planet {
  animation: shake-up 4s infinite ease-in-out 0s;
}

.questionnaire {
  position: relative;
  background-color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  .questionnaire {
    padding: 96px 10px 112px;
  }
}
@media screen and (max-width: 768.9px) {
  .questionnaire {
    width: 100%;
    max-width: 100%;
    padding: 16vw 5.6vw 29.8666666667vw 8.5333333333vw;
    overflow-x: hidden;
  }
}
.questionnaire::before {
  display: block;
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(/children/images/bg_activity_02.webp);
  animation: shake-up 1s infinite ease-in-out 0.1s;
  z-index: 1;
  content: "";
}
@media screen and (min-width: 769px) {
  .questionnaire::before {
    top: 18px;
    right: 5px;
    width: 77px;
    height: 78px;
  }
}
@media screen and (max-width: 768.9px) {
  .questionnaire::before {
    display: none;
  }
}

.questionnaire-inner {
  position: relative;
  margin: 0 auto;
  background-color: #ECF1F6;
}
@media screen and (min-width: 769px) {
  .questionnaire-inner {
    max-width: 660px;
    padding: 60px 10px;
    border-radius: 21px;
  }
}
@media screen and (max-width: 768.9px) {
  .questionnaire-inner {
    width: 100%;
    max-width: 100%;
    padding: 14.9333333333vw 6.9333333333vw;
    border-radius: 5.6vw;
    box-sizing: border-box;
  }
}
.questionnaire-inner::before {
  display: block;
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(/children/images/bg_questionnaire_01.webp);
  animation: shake-up 3s infinite ease-in-out 0s;
  content: "";
}
@media screen and (min-width: 769px) {
  .questionnaire-inner::before {
    top: 25px;
    left: -268px;
    width: 174px;
    height: 216px;
  }
}
@media screen and (max-width: 768.9px) {
  .questionnaire-inner::before {
    bottom: -20.5333333333vw;
    left: -9.3333333333vw;
    width: 22.9333333333vw;
    height: 28.5333333333vw;
  }
}

.questionnaire-txt {
  color: #0267B6;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .questionnaire-txt {
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: center;
  }
}
@media screen and (max-width: 768.9px) {
  .questionnaire-txt {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}

.questionnaire-btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  color: #0267B6;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .questionnaire-btn {
    width: 322px;
    margin-top: 44px;
    padding-block: 10px;
    border: 1px solid #0267B6;
    border-radius: 20px;
    font-size: 1.6rem;
    transition: 0.4s ease-out 0s;
  }
}
@media screen and (max-width: 768.9px) {
  .questionnaire-btn {
    margin-top: 8.5333333333vw;
    padding-block: 2.6666666667vw;
    border: 0.2666666667vw solid #0267B6;
    border-radius: 5.3333333333vw;
    font-size: 4.2666666667vw;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .questionnaire-btn:hover {
    background-color: #0267B6;
    color: #FFFFFF;
  }
}

.outro {
  position: relative;
  background-image: url(/children/images/bg_outro_02.webp);
  background-repeat: no-repeat;
  background-color: #ECF1F6;
}
@media screen and (min-width: 769px) {
  .outro {
    padding: 105px 10px 256px;
    background-position: bottom 13px left 8px;
    background-size: 406px auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1150px) {
  .outro {
    background-size: 31.71875vw auto;
  }
  .outro .outro-balloon {
    bottom: 18.75vw;
    left: 3.046875vw;
    width: 18.828125vw;
    height: 15.625vw;
    padding-top: 3.28125vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768.9px) {
  .outro {
    padding: 12.2666666667vw 8vw 98.6666666667vw 9.8666666667vw;
    background-position: bottom 45.3333333333vw left 5.3333333333vw;
    background-size: 89.0666666667vw auto;
  }
}

.outro-txt {
  color: #0267B6;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .outro-txt {
    font-size: 2rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768.9px) {
  .outro-txt {
    font-size: 4.2666666667vw;
    line-height: 2.125;
  }
}

.outro-balloon {
  background: url(/children/images/bg_outro_01.svg) left top no-repeat;
  background-size: 100% auto;
  color: #0267B6;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .outro-balloon {
    position: absolute;
    bottom: 240px;
    left: 39px;
    width: 241px;
    height: 200px;
    padding-top: 42px;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
@media screen and (max-width: 768.9px) {
  .outro-balloon {
    width: 63.4666666667vw;
    height: 53.3333333333vw;
    margin-top: 13.3333333333vw;
    padding-top: 11.4666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}

.link-top {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .link-top {
    position: absolute;
    bottom: 126px;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768.9px) {
  .link-top {
    position: absolute;
    bottom: 13.3333333333vw;
    left: 0;
    width: 100%;
  }
}

.link-top-btn {
  display: block;
}
@media screen and (min-width: 769px) {
  .link-top-btn {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768.9px) {
  .link-top-btn {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .link-top-btn:hover {
    transition: opacity 0.3s;
  }
  .link-top-btn:hover:hover {
    opacity: 0.7;
  }
}

.footer {
  background: #FFFFFF;
  color: #666666;
  position: relative;
}
.footer .footer-inner {
  display: flex;
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer .footer-inner {
    justify-content: space-between;
    align-items: center;
    max-width: 1366px;
    height: 155px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .footer .footer-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20vw 0 20vw;
  }
}
.footer .footer-logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768.9px) {
  .footer .footer-logo {
    order: 2;
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .footer-logo a {
    width: 60px;
    height: 22px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768.9px) {
  .footer .footer-logo a {
    width: 16.5333333333vw;
    height: 6.4vw;
    margin-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .footer-logo p {
    font-size: 10px;
    line-height: 1.316;
  }
}
@media screen and (max-width: 768.9px) {
  .footer .footer-logo p {
    font-size: 2.9333333333vw;
    line-height: 1.5;
  }
}

.footer-nav {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .footer-nav {
    font-size: 14px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768.9px) {
  .footer-nav {
    flex-direction: column;
    order: 1;
    font-size: 3.4666666667vw;
    margin-bottom: 15.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .footer-nav .footer-nav-item {
    margin-right: 25px;
  }
}
@media screen and (max-width: 768.9px) {
  .footer-nav .footer-nav-item:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
.footer-nav .footer-nav-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #000000;
}
@media screen and (min-width: 769px) {
  .footer-nav .footer-nav-item a {
    transition: 0.4s ease-out 0s;
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .footer-nav .footer-nav-item a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .footer-nav .footer-nav-item a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 11px;
    margin-left: 15px;
    background: url("/children/images/arrow_footer_pc.webp") no-repeat center;
    background-size: contain;
  }
}
@media screen and (max-width: 768.9px) {
  .footer-nav .footer-nav-item a::after {
    content: "";
    display: inline-block;
    width: 1.6vw;
    height: 2.4vw;
    margin-left: 3.2vw;
    background: url("/children/images/arrow_footer_sp.webp") no-repeat center;
    background-size: contain;
  }
}

.footer-info {
  color: #999999;
}
@media screen and (min-width: 769px) {
  .footer-info {
    font-size: 11px;
  }
}
@media screen and (max-width: 768.9px) {
  .footer-info {
    order: 3;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 2.4vw;
    color: #666666;
  }
}

.reminder {
  position: fixed;
  z-index: 3;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.3s ease-out 0s;
}
@media screen and (min-width: 769px) {
  .reminder {
    bottom: 0;
    right: 7px;
  }
}
@media screen and (max-width: 768.9px) {
  .reminder {
    bottom: 0vw;
    right: -4vw;
  }
}
.reminder.-show {
  opacity: 1;
  transform: translateY(0);
}
.reminder.-show .reminder-txt {
  transform: scale(1);
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.reminder-img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .reminder-img {
    width: 89px;
  }
}
@media screen and (max-width: 768.9px) {
  .reminder-img {
    width: 23.7333333333vw;
  }
}

.reminder-txt {
  position: absolute;
  background-color: #0267B6;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.4285714286;
  transform: scale(0);
  transform-origin: 100% 100%;
  transition: 0.3s ease-out 0s;
}
@media screen and (min-width: 769px) {
  .reminder-txt {
    top: -30px;
    left: -113px;
    padding: 11px 16px 10px;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768.9px) {
  .reminder-txt {
    top: -7.4666666667vw;
    left: -30.1333333333vw;
    padding: 2.9333333333vw 4.2666666667vw 2.6666666667vw;
    border: 0.2666666667vw solid #FFFFFF;
    border-radius: 3.2vw;
    font-size: 3.7333333333vw;
  }
}

.reminder-close {
  display: block;
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 100%;
}
@media screen and (min-width: 769px) {
  .reminder-close {
    top: -8px;
    left: -8px;
    width: 24px;
    height: 24px;
    border: 2px solid #0267B6;
    transition: 0.3s ease-out 0s;
  }
}
@media screen and (max-width: 768.9px) {
  .reminder-close {
    top: -2.1333333333vw;
    left: -2.1333333333vw;
    width: 6.4vw;
    height: 6.4vw;
    border: 0.5333333333vw solid #0267B6;
  }
}
.reminder-close::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #0267B6;
  transform: translate(-50%, -50%);
  content: "✕";
}
.reminder-close span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}