@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 15rem;
}
@media (max-width: 1030px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 520px) {
  html {
    font-size: 62.5%;
  }
}

img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.c-titlebox {
  position: relative;
}
.c-titlebox .bubble {
  position: absolute;
  top: -2.3rem;
  left: 1rem;
  z-index: 4;
}
@media screen and (max-width: 520px) {
  .c-titlebox .bubble {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -1rem;
  }
}
.c-titlebox .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.85rem;
  height: 6.9rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: white;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .c-titlebox .box {
    height: 4.652rem;
    gap: 0.55rem;
    padding-top: 0.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c-titlebox .box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFEEEE;
  border: 1px solid #212121;
  bottom: -0.7rem;
  right: -1rem;
  z-index: 1;
}
.c-titlebox .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #212121;
  z-index: 2;
}
.c-titlebox .box .font {
  height: 3.2rem;
  aspect-ratio: 23.52/32;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .c-titlebox .box .font {
    height: 2rem;
  }
}
.c-titlebox .box .box-item {
  height: 3.2rem;
  aspect-ratio: 23.52/32;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .c-titlebox .box .box-item {
    height: 2rem;
  }
}

@media screen and (max-width: 520px) {
  .c-titlebox-report .box {
    width: 15.1rem;
  }
}

.c-illust-anim {
  -webkit-animation-name: bacteria;
          animation-name: bacteria;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@-webkit-keyframes bacteria {
  0% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  50% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}
@keyframes bacteria {
  0% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  50% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}

.c-illust-anim-rev {
  -webkit-animation-name: bacteria-rev;
          animation-name: bacteria-rev;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@-webkit-keyframes bacteria-rev {
  0% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  50% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}
@keyframes bacteria-rev {
  0% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  50% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}

[data-twolinetitle] .box {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
}
[data-twolinetitle] .box .box-item {
  overflow: hidden;
}
[data-twolinetitle] .box .box-item img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
[data-twolinetitle] .box:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-subtitle] {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
}
[data-subtitle] .box-item {
  overflow: hidden;
  position: relative;
  z-index: 5;
}
[data-subtitle] .box-item img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 5;
}

.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #FFFCF7;
}

canvas {
  position: absolute;
  width: 100%;
}

[data-effect] {
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-effect].active-effect {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.br-sp-use {
  display: none;
}
@media screen and (max-width: 520px) {
  .br-sp-use {
    display: block;
  }
}

.l-header {
  position: fixed;
  top: 3.3rem;
  left: 5rem;
  width: calc(100% - 10rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.7rem;
  height: 6.3rem;
  z-index: 1000;
}
@media screen and (max-width: 520px) {
  .l-header {
    height: 4.5rem;
    width: calc(100% - 2rem);
    left: 1rem;
    top: 1.7rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.l-header .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #CFCFCF;
  border-radius: 8.889rem;
  padding-left: 2.2rem;
  padding-right: 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #242E3D;
  height: 100%;
}
@media screen and (max-width: 520px) {
  .l-header .menu {
    padding-left: 1.8rem;
    padding-right: 0.772rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.l-header .menu .logo {
  width: 16.848rem;
  height: 4.016rem;
}
@media screen and (max-width: 520px) {
  .l-header .menu .logo {
    width: 12.2rem;
    height: 2.908rem;
  }
}
@media screen and (max-width: 960px) {
  .l-header .menu .nav {
    display: none;
  }
}
.l-header .menu .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5rem;
}
.l-header .menu .nav ul .inner {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Chakra Petch", sans-serif;
  color: white;
  letter-spacing: 0.071rem;
  line-height: 1;
  position: relative;
}
.l-header .menu .nav ul .inner::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #FF4E00;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: width;
  transition-property: width;
}
@media screen and (min-width: 520px) {
  .l-header .menu .nav ul .inner {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-header .menu .nav ul .inner:hover {
    color: #FF4E00;
  }
  .l-header .menu .nav ul .inner:hover::after {
    width: 100%;
    left: 0;
  }
}
.l-header .menu .ham {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1030px) {
  .l-header .menu .ham {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.3rem;
    background-color: white;
    width: 6.4rem;
    height: 3.2rem;
    border-radius: 16px;
  }
  .l-header .menu .ham .line {
    width: 1.8rem;
    height: 1px;
    background-color: #1E293D;
  }
}
@media screen and (max-width: 960px) {
  .l-header .menu .ham {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header .menu .ham-btn-act .line {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-header .menu .ham-btn-act .line:nth-child(2) {
  display: none;
}
.l-header .menu .ham-btn-act .line:nth-child(1) {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  position: absolute;
}
.l-header .menu .ham-btn-act .line:nth-child(3) {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  position: absolute;
}
.l-header .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Chakra Petch", sans-serif;
  color: white;
  letter-spacing: 0.071rem;
  background-color: #242E3D;
  height: 100%;
  border: 1px solid #242E3D;
  border-radius: 8.889rem;
  padding-right: 2.8rem;
  padding-left: 2.8rem;
  gap: 1rem;
}
@media screen and (max-width: 960px) {
  .l-header .sns {
    display: none;
  }
}
@media screen and (min-width: 520px) {
  .l-header .sns {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-header .sns:hover {
    background-color: white;
    color: #242E3D;
  }
}
.l-header .sns .icon {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: black;
  color: white;
}

.hamburger-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  opacity: 0;
}

.hamburger {
  position: fixed;
  z-index: 950;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.hamburger .container {
  width: calc(100% - 3.2rem);
  margin: 0 auto;
  margin-top: 12rem;
  background-color: #F8F8FA;
  border-radius: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.2rem 2rem;
}
@media screen and (max-width: 520px) {
  .hamburger .container {
    margin-top: 7rem;
  }
}
.hamburger .container .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.2rem;
}
.hamburger .container .inner .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.hamburger .container .inner .item .text {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Chakra Petch", sans-serif;
  color: #242E3D;
  letter-spacing: 0.71px;
}
.hamburger .container .inner .item .text .ja {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  padding-top: 4px;
}
.hamburger .container .inner .item .icon {
  width: 2rem;
  height: 2rem;
  background-color: #FF4E00;
  margin-left: auto;
  margin-right: 0;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 520px) {
  .hamburger .container .inner .item .icon {
    width: 2rem;
    height: 2rem;
  }
}
.hamburger .container .inner .item .icon::after {
  content: "";
  width: 0.5rem;
  aspect-ratio: 7.62/8.8;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(50% 0, 99% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 99% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger .container .inner .item .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger .container .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.648rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
  border-radius: 3.85rem;
  border: 1px solid #FF4E00;
  padding: 0 2.4rem;
}
.hamburger .container .link .text {
  font-size: 1.39rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #FF4E00;
  letter-spacing: 0.55px;
}
.hamburger .container .link .icon {
  width: 2.7rem;
  height: 2.7rem;
  background-color: #FF4E00;
  margin-left: auto;
  margin-right: 0;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 520px) {
  .hamburger .container .link .icon {
    width: 2.7rem;
    height: 2.7rem;
  }
}
.hamburger .container .link .icon::after {
  content: "";
  width: 0.671rem;
  aspect-ratio: 7.62/8.8;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(50% 0, 99% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 99% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger .container .link .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger .container .sns {
  font-size: 2.8rem;
  width: 4.4rem;
  height: 4.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: black;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid black;
  margin-top: 12rem;
}
@media screen and (max-width: 769px) {
  .hamburger .container .sns {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 520px) {
  .hamburger .container .sns:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: white;
    color: black;
  }
}

.ham-back-act {
  opacity: 1;
}

.ham-act {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.l-footer {
  background-color: #191E2E;
  position: relative;
  z-index: 2;
}
.l-footer .container {
  width: calc(100% - 2.8rem);
  max-width: 106rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8rem;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .l-footer .container {
    max-width: 145rem;
  }
}
@media screen and (max-width: 769px) {
  .l-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 7.2rem;
    gap: 6rem;
  }
}
.l-footer .container .scroll-top {
  width: 8.4rem;
  height: 8.4rem;
  position: absolute;
  top: -4.2rem;
  right: -6.3rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid white;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #191E2E;
  font-size: 1.3rem;
  cursor: pointer;
}
@media screen and (max-width: 128rem) {
  .l-footer .container .scroll-top {
    right: 0;
  }
}
@media screen and (max-width: 520px) {
  .l-footer .container .scroll-top {
    width: 5.3rem;
    height: 5.3rem;
    top: -2.65rem;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 520px) {
  .l-footer .container .scroll-top {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-footer .container .scroll-top:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: white;
    color: #191E2E;
    border: 1px solid #191E2E;
  }
}
.l-footer .container .scroll-top i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.l-footer .container .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 769px) {
  .l-footer .container .left {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
.l-footer .container .left .logo {
  width: 22.196rem;
  aspect-ratio: 221.96/53;
}
@media screen and (max-width: 769px) {
  .l-footer .container .left .logo {
    width: 15.8rem;
  }
}
.l-footer .container .left .middle {
  font-size: 1.39rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.055rem;
  line-height: 1.9928057554;
  margin-top: 5.3rem;
}
@media screen and (max-width: 769px) {
  .l-footer .container .left .middle {
    font-size: 1rem;
    margin-top: 0.8rem;
  }
}
.l-footer .container .left .add {
  margin-top: 1.4rem;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.048rem;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .l-footer .container .left .add {
    height: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.6rem;
  }
}
.l-footer .container .left .link {
  width: 26rem;
  height: 5.695rem;
  border-radius: 3.85rem;
  background-color: black;
  font-size: 1.39rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3rem;
  padding-right: 2.4rem;
}
@media screen and (max-width: 769px) {
  .l-footer .container .left .link {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 520px) {
  .l-footer .container .left .link {
    border: 1px solid black;
  }
  .l-footer .container .left .link:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: white;
    color: black;
  }
}
.l-footer .container .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 2.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1130px) {
  .l-footer .container .right {
    padding-right: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-footer .container .right {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.l-footer .container .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.8rem;
}
@media screen and (max-width: 1130px) {
  .l-footer .container .right ul {
    gap: 1rem;
  }
}
@media screen and (max-width: 769px) {
  .l-footer .container .right ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3.2rem 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-footer .container .right ul li {
  min-width: 10rem;
}
@media screen and (max-width: 769px) {
  .l-footer .container .right ul li {
    margin: 0;
    width: 50%;
    min-width: unset;
  }
}
.l-footer .container .right ul li:nth-child(4) {
  margin-right: 2.8rem;
}
@media screen and (max-width: 1130px) {
  .l-footer .container .right ul li:nth-child(4) {
    margin-right: 0;
  }
}
.l-footer .container .right ul li:nth-child(5) {
  margin-right: 2.8rem;
}
@media screen and (max-width: 1130px) {
  .l-footer .container .right ul li:nth-child(5) {
    margin-right: 0;
  }
}
.l-footer .container .right ul .link {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Chakra Petch", sans-serif;
  color: white;
  letter-spacing: 0.71px;
}
@media screen and (max-width: 769px) {
  .l-footer .container .right ul .link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 520px) {
  .l-footer .container .right ul .link:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-footer .container .right ul .link:hover .ja::after {
    width: 100%;
    left: 0;
    right: unset;
  }
}
.l-footer .container .right ul .link .ja {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  line-height: 1.4285714286;
  padding-top: 1rem;
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 769px) {
  .l-footer .container .right ul .link .ja {
    font-size: 1.2rem;
    padding-top: 0.8rem;
  }
}
.l-footer .container .right ul .link .ja::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: white;
  bottom: -0.5rem;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer .bottom {
  background-color: #191E2E;
  padding-top: 2.4rem;
  padding-bottom: 6.6rem;
}
@media screen and (max-width: 769px) {
  .l-footer .bottom {
    padding-top: 2rem;
    padding-bottom: 4.2rem;
  }
}
.l-footer .bottom .bottom-container {
  width: calc(100% - 2.8rem);
  max-width: 106rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1500px) {
  .l-footer .bottom .bottom-container {
    max-width: 145rem;
  }
}
@media screen and (max-width: 769px) {
  .l-footer .bottom .bottom-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
}
.l-footer .bottom .bottom-container .sns {
  font-size: 2.8rem;
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: black;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid black;
}
@media screen and (max-width: 769px) {
  .l-footer .bottom .bottom-container .sns {
    width: 3.8rem;
    height: 3.8rem;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 520px) {
  .l-footer .bottom .bottom-container .sns:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: white;
    color: black;
  }
}
.l-footer .bottom .bottom-container small {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.44px;
}

.top {
  width: 100%;
}
.top .mv-blank {
  width: 100%;
  background-color: transparent;
  position: relative;
}
.top .mv-blank .scroll {
  position: absolute;
  right: 3.4rem;
  bottom: -3.8rem;
  width: 9.8rem;
  height: 10.4rem;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .top .mv-blank .scroll {
    width: 6.313rem;
    height: 6.7rem;
    bottom: -2.9rem;
    right: 1.7rem;
  }
}
@media screen and (min-width: 520px) {
  .top .mv-blank .scroll:hover .arrow {
    -webkit-transform: translateY(0.3rem);
            transform: translateY(0.3rem);
  }
}
.top .mv-blank .scroll .textbox {
  width: 100%;
  height: 100%;
}
.top .mv-blank .scroll .arrow {
  position: absolute;
  width: 1.1rem;
  height: 1.8rem;
  right: 1.2rem;
  top: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .top .mv-blank .scroll .arrow {
    width: 0.7rem;
    height: 1.1rem;
    right: 0.75rem;
    top: 0.313rem;
  }
}
.top .mv {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.top .mv .container {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5rem;
  padding-right: 11rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  min-height: 75.9903961585vh;
  padding-top: 7.5rem;
}
@media screen and (min-width: 1500px) {
  .top .mv .container {
    max-width: 145rem;
  }
}
@media screen and (max-width: 960px) {
  .top .mv .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 7.8rem;
    min-height: unset;
    gap: 2.6rem;
    width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 5.5rem;
  }
}
@media screen and (max-width: 520px) {
  .top .mv .container .textbox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
  }
}
.top .mv .container .textbox .catchbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 520px) {
  .top .mv .container .textbox .catchbox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top .mv .container .textbox .catchbox .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  height: 8rem;
  padding-left: 2.4rem;
  padding-right: 3.1rem;
  background-color: white;
  position: relative;
}
@media screen and (max-width: 520px) {
  .top .mv .container .textbox .catchbox .box {
    height: 5.3rem;
    padding-left: 1.6rem;
    padding-right: 2rem;
    gap: 0.8rem;
  }
}
.top .mv .container .textbox .catchbox .box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFEEEE;
  border: 1px solid #212121;
  bottom: -0.7rem;
  right: -1rem;
  z-index: 1;
}
.top .mv .container .textbox .catchbox .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #212121;
  z-index: 2;
}
.top .mv .container .textbox .catchbox .box .font {
  width: 2.475rem;
  height: 3.424rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .top .mv .container .textbox .catchbox .box .font {
    width: 1.655rem;
    height: 2.289rem;
  }
}
.top .mv .container .textbox .catchbox .below {
  padding-right: 4.1rem;
  margin-top: -0.1rem;
}
@media screen and (max-width: 520px) {
  .top .mv .container .textbox .catchbox .below {
    padding-right: 2.79rem;
  }
}
.top .mv .container .textbox .middle {
  font-size: 1.4rem;
  font-weight: 600;
  color: #242E3D;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.02em;
  margin-top: 3rem;
  height: 3.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.5px solid #212121;
  border-radius: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
}
@media screen and (max-width: 520px) {
  .top .mv .container .textbox .middle {
    margin-top: 2rem;
    padding: 0 1.45rem;
    font-size: 1.2rem;
  }
}
.top .mv .container .textbox .middle span {
  font-weight: bold;
}
.top .mv .container .textbox .bottom {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #242E3D;
  letter-spacing: 0.02em;
  line-height: 1.6875;
}
@media screen and (max-width: 520px) {
  .top .mv .container .textbox .bottom {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.top .mv .container .img {
  width: 41.461rem;
  aspect-ratio: 414.61/331.53;
}
@media screen and (max-width: 960px) {
  .top .mv .container .img {
    width: calc(100% - 8.6rem);
  }
}
@media screen and (min-width: 1500px) {
  .top .mv .container .img {
    width: 57.6rem;
  }
}
.top .mv .container .scroll {
  position: absolute;
  right: 3.4rem;
  bottom: -3.8rem;
  width: 9.8rem;
  height: 10.4rem;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .top .mv .container .scroll {
    width: 6.313rem;
    height: 6.7rem;
    bottom: -2.9rem;
    right: 1.7rem;
  }
}
@media screen and (min-width: 520px) {
  .top .mv .container .scroll:hover .arrow {
    -webkit-transform: translateY(0.3rem);
            transform: translateY(0.3rem);
  }
}
.top .mv .container .scroll .textbox {
  width: 100%;
  height: 100%;
}
.top .mv .container .scroll .arrow {
  position: absolute;
  width: 1.1rem;
  height: 1.8rem;
  right: 1.2rem;
  top: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .top .mv .container .scroll .arrow {
    width: 0.7rem;
    height: 1.1rem;
    right: 0.75rem;
    top: 0.313rem;
  }
}
.top .about {
  position: relative;
  z-index: 2;
  background-color: #FFE7AF;
  border-radius: 3.2rem 3.2rem 0 0;
}
@media screen and (max-width: 520px) {
  .top .about {
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
.top .about .container {
  width: calc(100% - 3.2rem);
  max-width: 106rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  gap: 1rem;
}
@media screen and (min-width: 1500px) {
  .top .about .container {
    max-width: 145rem;
    gap: 9.8rem;
  }
}
@media screen and (max-width: 960px) {
  .top .about .container {
    padding-top: 5.5rem;
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 769px) {
  .top .about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.8rem;
  }
}
.top .about .container .textbox {
  max-width: 48.1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1500px) {
  .top .about .container .textbox {
    max-width: unset;
  }
}
@media screen and (max-width: 960px) {
  .top .about .container .textbox {
    max-width: 100%;
    width: 100%;
  }
}
.top .about .container .textbox .titlebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 8rem;
  padding-left: 2.6rem;
  padding-right: 3.7rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 520px) {
  .top .about .container .textbox .titlebox {
    height: 4.6rem;
    padding-left: 1.6rem;
    padding-right: 1.375rem;
  }
}
.top .about .container .textbox .titlebox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFEEEE;
  border: 1px solid #212121;
  bottom: -0.7rem;
  right: -1rem;
  z-index: 1;
}
.top .about .container .textbox .titlebox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #212121;
  z-index: 2;
}
.top .about .container .textbox .titlebox .bubble {
  position: absolute;
  width: 9rem;
  height: 3.6rem;
  top: -2.2rem;
  left: 1rem;
  z-index: 4;
}
@media screen and (max-width: 520px) {
  .top .about .container .textbox .titlebox .bubble {
    width: 9rem;
    height: 2.201rem;
    top: -1.029rem;
    left: 0.716rem;
  }
}
.top .about .container .textbox .titlebox .box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top .about .container .textbox .titlebox .box .box-item {
  position: relative;
  z-index: 3;
  display: block;
}
.top .about .container .textbox .titlebox .box .box-item .font {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.top .about .container .textbox .titlebox .box .box-item:nth-child(1) {
  width: 1.149rem;
  height: 2.41rem;
  margin-right: 0.47rem;
}
@media screen and (max-width: 520px) {
  .top .about .container .textbox .titlebox .box .box-item:nth-child(1) {
    width: 0.838rem;
    height: 1.787rem;
    margin-right: 0.349rem;
  }
}
.top .about .container .textbox .titlebox .box .box-item:nth-child(2) {
  width: 1.066rem;
  height: 1.729rem;
  margin-right: 0.49rem;
}
@media screen and (max-width: 520px) {
  .top .about .container .textbox .titlebox .box .box-item:nth-child(2) {
    width: 0.778rem;
    height: 1.282rem;
    margin-right: 0.362rem;
  }
}
.top .about .container .textbox .titlebox .box .box-item:nth-child(3) {
  width: 1.018rem;
  height: 1.732rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 520px) {
  .top .about .container .textbox .titlebox .box .box-item:nth-child(3) {
    width: 0.743rem;
    height: 1.284rem;
    margin-right: 0.368rem;
  }
}
.top .about .container .textbox .titlebox .box .box-item:nth-child(4) {
  width: 0.948rem;
  height: 2.248rem;
  margin-right: 0.52rem;
}
@media screen and (max-width: 520px) {
  .top .about .container .textbox .titlebox .box .box-item:nth-child(4) {
    width: 0.692rem;
    height: 1.667rem;
    margin-right: 0.386rem;
  }
}
.top .about .container .textbox .titlebox .box .box-item:nth-child(5) {
  width: 1.123rem;
  height: 1.734rem;
  margin-right: 0.52rem;
}
@media screen and (max-width: 520px) {
  .top .about .container .textbox .titlebox .box .box-item:nth-child(5) {
    width: 0.819rem;
    height: 1.286rem;
    margin-right: 0.381rem;
  }
}
.top .about .container .textbox .titlebox .box .box-item:nth-child(6) {
  width: 0.808rem;
  height: 1.701rem;
  margin-right: 0.48rem;
}
@media screen and (max-width: 520px) {
  .top .about .container .textbox .titlebox .box .box-item:nth-child(6) {
    width: 0.59rem;
    height: 1.261rem;
    margin-right: 0.354rem;
  }
}
.top .about .container .textbox .titlebox .box .box-item:nth-child(7) {
  width: 0.282rem;
  height: 2.407rem;
  margin-right: 0.48rem;
}
@media screen and (max-width: 520px) {
  .top .about .container .textbox .titlebox .box .box-item:nth-child(7) {
    width: 0.206rem;
    height: 1.785rem;
    margin-right: 0.379rem;
  }
}
.top .about .container .textbox .titlebox .box .box-item:nth-child(8) {
  width: 1.066rem;
  height: 1.729rem;
  margin-right: 1.3rem;
}
@media screen and (max-width: 520px) {
  .top .about .container .textbox .titlebox .box .box-item:nth-child(8) {
    width: 0.778rem;
    height: 1.282rem;
    margin-right: 0.99rem;
  }
}
.top .about .container .textbox .titlebox .box .box-item:nth-child(9) {
  width: 1.284rem;
  height: 2.375rem;
  margin-right: 0.55rem;
}
@media screen and (max-width: 520px) {
  .top .about .container .textbox .titlebox .box .box-item:nth-child(9) {
    width: 0.937rem;
    height: 1.761rem;
    margin-right: 0.481rem;
  }
}
.top .about .container .textbox .titlebox .box .box-item:nth-child(10) {
  width: 1.375rem;
  height: 2.344rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 520px) {
  .top .about .container .textbox .titlebox .box .box-item:nth-child(10) {
    width: 1.003rem;
    height: 1.738rem;
    margin-right: 1.12rem;
  }
}
.top .about .container .textbox .titlebox .box .box-item:nth-child(11) {
  width: 1.255rem;
  height: 2.642rem;
  margin-right: 1.3rem;
}
@media screen and (max-width: 520px) {
  .top .about .container .textbox .titlebox .box .box-item:nth-child(11) {
    width: 0.916rem;
    height: 1.959rem;
    margin-right: 0.975rem;
  }
}
.top .about .container .textbox .titlebox .box .box-item:nth-child(12) {
  width: 1.772rem;
  height: 2.627rem;
  margin-right: 1.1rem;
}
@media screen and (max-width: 520px) {
  .top .about .container .textbox .titlebox .box .box-item:nth-child(12) {
    width: 1.293rem;
    height: 1.948rem;
    margin-right: 0.862rem;
  }
}
.top .about .container .textbox .titlebox .box .box-item:nth-child(13) {
  width: 1.236rem;
  height: 2.374rem;
}
@media screen and (max-width: 520px) {
  .top .about .container .textbox .titlebox .box .box-item:nth-child(13) {
    width: 0.902rem;
    height: 1.76rem;
  }
}
.top .about .container .textbox .sp-img {
  display: none;
}
@media screen and (max-width: 960px) {
  .top .about .container .textbox .sp-img {
    display: none;
    margin-top: 2.8rem;
    aspect-ratio: 361/241;
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
  }
}
.top .about .container .textbox .middletext {
  margin-top: 4.6rem;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #242E3D;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 960px) {
  .top .about .container .textbox .middletext {
    padding-right: 1.4rem;
  }
}
@media screen and (max-width: 520px) {
  .top .about .container .textbox .middletext {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 2rem;
  }
}
.top .about .container .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  width: 48rem;
}
@media screen and (max-width: 769px) {
  .top .about .container .btns {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .top .about .container .btns {
    gap: 0.8rem;
  }
}
.top .about .container .btns .btn {
  width: 100%;
  padding: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1rem;
}
@media screen and (max-width: 520px) {
  .top .about .container .btns .btn {
    padding: 1rem;
  }
}
@media screen and (min-width: 520px) {
  .top .about .container .btns .btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .top .about .container .btns .btn:hover {
    background-color: #FF4E00;
  }
  .top .about .container .btns .btn:hover .text {
    color: white;
  }
  .top .about .container .btns .btn:hover .icon::after {
    background-color: #FF4E00;
  }
  .top .about .container .btns .btn:hover .icon::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.top .about .container .btns .btn .img {
  width: 9.8rem;
  aspect-ratio: 98/85;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 520px) {
  .top .about .container .btns .btn .img {
    width: 7.4rem;
    aspect-ratio: 74/74;
  }
}
.top .about .container .btns .btn .text {
  font-size: 1.77rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #191E2E;
  letter-spacing: 0.071em;
  margin-left: 2.1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 520px) {
  .top .about .container .btns .btn .text {
    font-size: 1.3rem;
  }
}
.top .about .container .btns .btn .icon {
  width: 4.1rem;
  height: 4.1rem;
  background-color: #FF4E00;
  margin-left: auto;
  margin-right: 0;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 520px) {
  .top .about .container .btns .btn .icon {
    margin-right: 0.8rem;
    width: 3.3rem;
    height: 3.3rem;
  }
}
.top .about .container .btns .btn .icon::after {
  content: "";
  width: 0.762rem;
  aspect-ratio: 7.62/8.8;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(50% 0, 99% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 99% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top .about .container .btns .btn .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top .about .container .imgbox {
  width: 55.2rem;
  aspect-ratio: 552/517;
  border-radius: 2.4rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .top .about .container .imgbox {
    display: none;
  }
}
.top .org {
  position: relative;
  z-index: 2;
  background-color: #FFFCF7;
}
.top .org .container {
  width: 100%;
  padding-left: 4.9rem;
  padding-right: 10.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 2.6rem;
  max-width: 128rem;
  margin: 0 auto;
  padding-top: 8.3rem;
  padding-bottom: 10.3rem;
}
@media screen and (min-width: 1500px) {
  .top .org .container {
    max-width: 145rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .top .org .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    padding-top: 4.8rem;
    padding-bottom: 5.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.8rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top .org .container .graph {
  width: 61.772rem;
  height: 59.072rem;
  position: relative;
  background-image: url(../img/org-graph-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph {
    width: 35.1678rem;
    height: 33.6rem;
  }
}
.top .org .container .graph .graph-sp {
  display: none;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .graph-sp {
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.top .org .container .graph .item {
  width: 23.372rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 520px) {
  .top .org .container .graph .item:hover .below {
    background-color: #212121;
    color: white;
  }
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .item {
    width: 13.307rem;
    opacity: 0;
  }
}
.top .org .container .graph .item .above {
  margin-top: 2.8rem;
  padding: 1rem;
  background-color: white;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.1rem;
  line-height: 1.1111111111;
  border-radius: 1rem;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .item .above {
    margin-top: 1.5rem;
    padding: 0.5rem;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    line-height: 1.1111111111;
    border-radius: 0.5rem;
  }
}
.top .org .container .graph .item .line {
  width: 14rem;
  height: 1px;
  margin-top: 1.3rem;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .item .line {
    width: 8rem;
    margin-top: 0.7rem;
  }
}
.top .org .container .graph .item .middle {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #212121;
  line-height: 1.8;
  text-align: center;
  margin-top: 1.3rem;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .item .middle {
    font-size: 0.7rem;
    margin-top: 0.7rem;
  }
}
.top .org .container .graph .item .below {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #212121;
  color: #212121;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0.9rem;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .item .below {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 0.5rem;
    margin-top: 0.6rem;
  }
}
.top .org .container .graph .item1 {
  background-color: #FABD97;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top .org .container .graph .item1 .above {
  border: 1px solid #FE7B78;
  color: #FE7B78;
}
.top .org .container .graph .item1 .line {
  background-color: #FE7B78;
}
.top .org .container .graph .item2 {
  background-color: #95DCEF;
  bottom: 0;
  left: 0;
}
.top .org .container .graph .item2 .above {
  border: 1px solid #5BC2DE;
  color: #5BC2DE;
}
.top .org .container .graph .item2 .line {
  background-color: #5BC2DE;
}
.top .org .container .graph .item3 {
  background-color: #F2D934;
  bottom: 0;
  right: 0;
}
.top .org .container .graph .item3 .above {
  border: 1px solid #D0AD00;
  color: #D0AD00;
}
.top .org .container .graph .item3 .line {
  background-color: #D0AD00;
}
.top .org .container .graph .center {
  width: 27.8rem;
  height: 27.8rem;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 20.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .center {
    width: 16rem;
    height: 16rem;
    top: 11rem;
    display: none;
  }
}
@media screen and (min-width: 520px) {
  .top .org .container .graph .center:hover .below {
    background-color: #212121;
    color: white;
  }
}
.top .org .container .graph .center::before {
  content: "";
  width: 36.1rem;
  height: 36.1rem;
  border-radius: 50%;
  background-color: #FF4E00;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .center::before {
    width: 21rem;
    height: 21rem;
  }
}
.top .org .container .graph .center::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: white;
  z-index: 2;
}
.top .org .container .graph .center .above {
  position: relative;
  z-index: 3;
  margin-top: 5.4rem;
  padding: 1rem;
  background-color: #FF4E00;
  border-radius: 1rem;
  color: white;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: white;
  letter-spacing: 1px;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .center .above {
    margin-top: 3.4rem;
    padding: 0.5rem;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    line-height: 1.1111111111;
    border-radius: 0.5rem;
  }
}
.top .org .container .graph .center .line {
  position: relative;
  z-index: 3;
  width: 14rem;
  height: 1px;
  margin-top: 1.3rem;
  background-color: #FF4E00;
  z-index: 4;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .center .line {
    width: 8rem;
    margin-top: 0.7rem;
  }
}
.top .org .container .graph .center .middle {
  position: relative;
  z-index: 3;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #212121;
  line-height: 1.8;
  text-align: center;
  margin-top: 1.3rem;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .center .middle {
    font-size: 0.7rem;
    margin-top: 0.7rem;
  }
}
.top .org .container .graph .center .below {
  position: relative;
  z-index: 3;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #212121;
  color: #212121;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0.9rem;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .center .below {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 0.5rem;
    margin-top: 0.6rem;
  }
}
.top .org .container .graph .illust {
  position: absolute;
}
.top .org .container .graph .illust1 {
  width: 3.7rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  top: 11.4rem;
  left: 13.8rem;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .illust1 {
    top: 6rem;
    left: 7rem;
    width: 1.8rem;
  }
}
.top .org .container .graph .illust2 {
  width: 4.8rem;
  aspect-ratio: 48/48.91;
  top: 17.6rem;
  left: 8.3rem;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .illust2 {
    top: 9rem;
    left: 4.3rem;
    width: 3rem;
  }
}
.top .org .container .graph .illust3 {
  width: 4.7rem;
  aspect-ratio: 47/59;
  top: 27.6rem;
  left: 5.1rem;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .illust3 {
    top: 15rem;
    left: 2.7rem;
    width: 2.4rem;
  }
}
.top .org .container .graph .illust4 {
  width: 3.2rem;
  aspect-ratio: 32/41;
  top: 13.6rem;
  right: 13rem;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .illust4 {
    top: 7rem;
    right: 8rem;
    width: 1.6rem;
  }
}
.top .org .container .graph .illust5 {
  width: 2.9rem;
  aspect-ratio: 1/1;
  top: 19.3rem;
  right: 7.9rem;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .illust5 {
    top: 10rem;
    right: 5rem;
    width: 1.5rem;
  }
}
.top .org .container .graph .illust6 {
  width: 3.927rem;
  aspect-ratio: 39.27/35.76;
  top: 23.4rem;
  right: 9.845rem;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .illust6 {
    top: 12rem;
    right: 6rem;
    width: 2rem;
  }
}
.top .org .container .graph .illust7 {
  width: 6.604rem;
  aspect-ratio: 66.04/56.56;
  top: 27.4rem;
  right: 5rem;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .illust7 {
    top: 15rem;
    right: 3rem;
    width: 3.5rem;
  }
}
.top .org .container .graph .illust7 img {
  -webkit-transform: rotate(17.71deg);
          transform: rotate(17.71deg);
}
.top .org .container .graph .illust8 {
  width: 6.73rem;
  aspect-ratio: 67.3/71.3;
  bottom: -2rem;
  left: 29rem;
}
@media screen and (max-width: 520px) {
  .top .org .container .graph .illust8 {
    bottom: -0.5rem;
    left: 16rem;
    width: 3rem;
  }
}
.top .org .container .graph .illust8 img {
  -webkit-transform: rotate(18.69deg);
          transform: rotate(18.69deg);
}
.top .org .container .textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top .org .container .textbox .c-titlebox .bubble {
  width: 13.9rem;
  height: 3.6rem;
}
@media screen and (max-width: 520px) {
  .top .org .container .textbox .c-titlebox .bubble {
    width: 12rem;
    height: 2.201rem;
  }
}
@media screen and (max-width: 960px) {
  .top .org .container .textbox {
    margin-top: 0;
  }
}
.top .org .container .textbox .middle {
  margin-top: 4.6rem;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  .top .org .container .textbox .middle {
    margin-top: 2.2rem;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.top .org .container .textbox .more {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-top: 8.2rem;
  padding: 0 2.4rem;
  background-color: white;
  border: 1px solid #FF4E00;
  border-radius: 3.85rem;
  height: 5.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11.1rem;
}
@media screen and (max-width: 520px) {
  .top .org .container .textbox .more {
    margin-top: 2.1rem;
    height: 4.6rem;
    padding: 0 1.6rem;
    gap: 4rem;
  }
}
@media screen and (min-width: 520px) {
  .top .org .container .textbox .more {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top .org .container .textbox .more:hover {
    background-color: #FF4E00;
  }
  .top .org .container .textbox .more:hover .text {
    color: white;
  }
  .top .org .container .textbox .more:hover .icon::after {
    background-color: #FF4E00;
  }
  .top .org .container .textbox .more:hover .icon::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.top .org .container .textbox .more .text {
  font-size: 1.39rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #FF4E00;
  letter-spacing: 0.55px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .top .org .container .textbox .more .text {
    font-size: 1.2rem;
  }
}
.top .org .container .textbox .more .icon {
  width: 2.6rem;
  height: 2.6rem;
  background-color: #FF4E00;
  margin-left: auto;
  margin-right: 0;
  border-radius: 50%;
  position: relative;
}
.top .org .container .textbox .more .icon::after {
  content: "";
  width: 0.671rem;
  aspect-ratio: 7.62/8.8;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(50% 0, 99% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 99% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top .org .container .textbox .more .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top .report {
  background-color: #FFE7AF;
  border-radius: 3.2rem 3.2rem 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .top .report {
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
.top .report .container {
  width: calc(100% - 2.8rem);
  margin: 0 auto;
  max-width: 106rem;
  padding-top: 14.3rem;
  padding-bottom: 12rem;
}
@media screen and (min-width: 1500px) {
  .top .report .container {
    max-width: 145rem;
  }
}
@media screen and (max-width: 520px) {
  .top .report .container {
    padding-top: 5.2rem;
    padding-bottom: 8rem;
  }
}
.top .report .container .above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top .report .container .above .c-titlebox .bubble {
  width: 16rem;
  height: 3.6rem;
}
@media screen and (max-width: 520px) {
  .top .report .container .above .c-titlebox .bubble {
    width: 14rem;
    height: 2.201rem;
  }
}
@media screen and (max-width: 520px) {
  .top .report .container .above .c-titlebox .box {
    padding-left: 3.4rem;
  }
}
.top .report .container .above .more {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  padding: 0 2.4rem;
  background-color: white;
  border: 1px solid #FF4E00;
  border-radius: 3.85rem;
  height: 5.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11.1rem;
}
@media screen and (max-width: 520px) {
  .top .report .container .above .more {
    margin-top: 2.1rem;
    height: 4.6rem;
    padding: 0 1.6rem;
    gap: 4rem;
    display: none;
  }
}
@media screen and (min-width: 520px) {
  .top .report .container .above .more {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top .report .container .above .more:hover {
    background-color: #FF4E00;
  }
  .top .report .container .above .more:hover .text {
    color: white;
  }
  .top .report .container .above .more:hover .icon::after {
    background-color: #FF4E00;
  }
  .top .report .container .above .more:hover .icon::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.top .report .container .above .more .text {
  font-size: 1.39rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #FF4E00;
  letter-spacing: 0.55px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .top .report .container .above .more .text {
    font-size: 1.2rem;
  }
}
.top .report .container .above .more .icon {
  width: 2.6rem;
  height: 2.6rem;
  background-color: #FF4E00;
  margin-left: auto;
  margin-right: 0;
  border-radius: 50%;
  position: relative;
}
.top .report .container .above .more .icon::after {
  content: "";
  width: 0.671rem;
  aspect-ratio: 7.62/8.8;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(50% 0, 99% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 99% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top .report .container .above .more .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top .report .container .below {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .top .report .container .below {
    gap: 1rem;
    margin-top: 2rem;
  }
}
.top .report .container .below .item {
  width: calc((100% - 4.8rem) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.6rem 2rem;
  background-color: white;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top .report .container .below .item:nth-child(4) {
  display: none;
}
@media screen and (max-width: 769px) {
  .top .report .container .below .item:nth-child(4) {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .top .report .container .below .item {
    width: calc((100% - 2rem) / 2);
    padding: 0.8rem;
  }
}
@media screen and (min-width: 520px) {
  .top .report .container .below .item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top .report .container .below .item:hover {
    background-color: #FF4E00;
  }
  .top .report .container .below .item:hover .tag-date .date {
    color: white;
  }
  .top .report .container .below .item:hover .text {
    color: white;
  }
  .top .report .container .below .item:hover .icon {
    background-color: white;
    color: #FF4E00;
  }
}
.top .report .container .below .item .img {
  width: 100%;
  aspect-ratio: 297/205;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6rem;
  overflow: hidden;
}
.top .report .container .below .item .tag-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1.8rem;
  gap: 1rem;
}
@media screen and (max-width: 520px) {
  .top .report .container .below .item .tag-date {
    margin-top: 0.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top .report .container .below .item .tag-date .tag {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #212121;
  letter-spacing: 0.44px;
  height: 2.6rem;
  padding: 0 1rem;
  background-color: #FFECEC;
  border-radius: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 520px) {
  .top .report .container .below .item .tag-date .tag {
    height: 1.4rem;
    padding: 0 0.6rem;
    font-size: 0.8rem;
  }
}
.top .report .container .below .item .tag-date .date {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
  color: #191E2E;
  letter-spacing: 0.44px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .top .report .container .below .item .tag-date .date {
    font-size: 0.8rem;
    line-height: 2.475;
  }
}
.top .report .container .below .item .text {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #191E2E;
  letter-spacing: 0.071rem;
  line-height: 1.75;
  margin-top: 1.3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding-bottom: 3.1rem;
}
@media screen and (max-width: 520px) {
  .top .report .container .below .item .text {
    margin-top: 0.4rem;
    font-size: 1.2rem;
    line-height: 1.7;
    padding-bottom: 0.9rem;
  }
}
.top .report .container .below .item .icon {
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  width: 4.6rem;
  height: 4.6rem;
  background-color: #FF4E00;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 1.1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .top .report .container .below .item .icon {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.5rem;
  }
}
.top .report .container .more-sp {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  padding: 0 2.4rem;
  background-color: white;
  border: 1px solid #FF4E00;
  border-radius: 3.85rem;
  height: 5.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0rem;
  width: 15rem;
}
@media screen and (max-width: 520px) {
  .top .report .container .more-sp {
    margin: 0 auto;
    margin-top: 2.4rem;
    height: 4.6rem;
    padding: 0 1.6rem;
    gap: 0rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 520px) {
  .top .report .container .more-sp {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top .report .container .more-sp:hover {
    background-color: #FF4E00;
  }
  .top .report .container .more-sp:hover .text {
    color: white;
  }
  .top .report .container .more-sp:hover .icon::after {
    background-color: #FF4E00;
  }
  .top .report .container .more-sp:hover .icon::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.top .report .container .more-sp .text {
  font-size: 1.39rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #FF4E00;
  letter-spacing: 0.55px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .top .report .container .more-sp .text {
    font-size: 1.2rem;
  }
}
.top .report .container .more-sp .icon {
  width: 2.6rem;
  height: 2.6rem;
  background-color: #FF4E00;
  margin-left: auto;
  margin-right: 0;
  border-radius: 50%;
  position: relative;
}
.top .report .container .more-sp .icon::after {
  content: "";
  width: 0.671rem;
  aspect-ratio: 7.62/8.8;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(50% 0, 99% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 99% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top .report .container .more-sp .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sub-top .container {
  width: calc(100% - 2.8rem);
  max-width: 128rem;
  margin: 0 auto;
  padding-top: 15.7rem;
  height: 19.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1500px) {
  .sub-top .container {
    max-width: 145rem;
  }
}
@media screen and (max-width: 520px) {
  .sub-top .container {
    padding-top: 8.5rem;
    height: 11rem;
  }
}
.sub-top .container .scroll {
  position: absolute;
  right: 3.4rem;
  bottom: -4.1rem;
  width: 9.8rem;
  height: 10.4rem;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .sub-top .container .scroll {
    width: 6.313rem;
    height: 6.7rem;
    bottom: -2.9rem;
    right: 1.7rem;
  }
}
@media screen and (min-width: 520px) {
  .sub-top .container .scroll:hover .arrow {
    -webkit-transform: translateY(0.3rem);
            transform: translateY(0.3rem);
  }
}
.sub-top .container .scroll .textbox {
  width: 100%;
  height: 100%;
}
.sub-top .container .scroll .arrow {
  position: absolute;
  width: 1.1rem;
  height: 1.8rem;
  right: 1.2rem;
  top: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .sub-top .container .scroll .arrow {
    width: 0.7rem;
    height: 1.1rem;
    right: 0.75rem;
    top: 0.313rem;
  }
}
.sub-top .titlebox {
  position: relative;
  margin-left: 11rem;
}
@media screen and (max-width: 520px) {
  .sub-top .titlebox {
    margin-left: 0rem;
  }
}
.sub-top .titlebox .bubble {
  position: absolute;
  top: -2.7rem;
  left: 1.1rem;
  z-index: 4;
  width: 10.626rem;
  height: 4.25rem;
}
@media screen and (max-width: 520px) {
  .sub-top .titlebox .bubble {
    left: 0.7rem;
    top: -1rem;
    width: 9rem;
    height: 2.2rem;
  }
}
.sub-top .titlebox .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.85rem;
  height: 8.1rem;
  padding-left: 4.1rem;
  padding-right: 4.8rem;
  background-color: white;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .sub-top .titlebox .box {
    height: 4.652rem;
    gap: 0.55rem;
    padding-left: 3rem;
    padding-right: 2.3rem;
    padding-top: 0.2rem;
  }
}
.sub-top .titlebox .box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFEEEE;
  border: 1px solid #212121;
  bottom: -0.7rem;
  right: -1rem;
  z-index: 1;
}
.sub-top .titlebox .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #212121;
  z-index: 2;
}
.sub-top .titlebox .box .font {
  height: 4.4rem;
  aspect-ratio: 34.9/44.54;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .sub-top .titlebox .box .font {
    height: 2rem;
  }
}
.sub-top .titlebox .box .box-item {
  height: 4.4rem;
  aspect-ratio: 34.9/44.54;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .sub-top .titlebox .box .box-item {
    height: 2rem;
  }
}

.outline .content {
  background-color: #FFE7AF;
  padding-top: 12rem;
  border-radius: 3.2rem 3.2rem 0 0;
  padding-bottom: 12rem;
}
@media screen and (max-width: 960px) {
  .outline .content {
    padding-top: 0rem;
    padding-bottom: 8.8rem;
  }
}
@media screen and (max-width: 520px) {
  .outline .content {
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
.outline .content .container {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1500px) {
  .outline .content .container {
    max-width: 145rem;
  }
}
.outline .content .container .above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.5rem;
  position: relative;
  z-index: 2;
  padding-left: 11rem;
  padding-right: 5rem;
}
@media (max-width: 1280px) {
  .outline .content .container .above {
    padding-left: 1.4rem;
    padding-right: 0.9rem;
  }
}
@media screen and (max-width: 960px) {
  .outline .content .container .above {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  .outline .content .container .above {
    gap: 3.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.outline .content .container .above .left {
  padding-top: 12.7rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .outline .content .container .above .left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 7.6rem;
  }
}
@media screen and (max-width: 520px) {
  .outline .content .container .above .left {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.outline .content .container .above .left .illust1 {
  width: 13.2rem;
  height: 12rem;
  position: absolute;
  top: -2.2rem;
  left: 0;
}
@media screen and (max-width: 520px) {
  .outline .content .container .above .left .illust1 {
    width: 6.3rem;
    height: 5.727rem;
    top: 1.2rem;
  }
}
.outline .content .container .above .left .illust2 {
  width: 12.041rem;
  height: 9.187rem;
  position: absolute;
  top: 31.6rem;
  right: 0;
}
@media screen and (max-width: 960px) {
  .outline .content .container .above .left .illust2 {
    top: unset;
    bottom: -2.7rem;
    right: -14.8rem;
  }
}
@media screen and (max-width: 520px) {
  .outline .content .container .above .left .illust2 {
    right: 0.6rem;
    width: 5.4rem;
    height: 4rem;
  }
}
.outline .content .container .above .left .catchbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 520px) {
  .outline .content .container .above .left .catchbox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.outline .content .container .above .left .catchbox .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  height: 8rem;
  padding-left: 2.4rem;
  padding-right: 3.1rem;
  background-color: white;
  position: relative;
}
@media screen and (max-width: 520px) {
  .outline .content .container .above .left .catchbox .box {
    height: 4.532rem;
    padding-left: 1.3rem;
    padding-right: 1.7rem;
    gap: 0.7rem;
  }
}
.outline .content .container .above .left .catchbox .box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFEEEE;
  border: 1px solid #212121;
  bottom: -0.7rem;
  right: -1rem;
  z-index: 1;
}
.outline .content .container .above .left .catchbox .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #212121;
  z-index: 2;
}
.outline .content .container .above .left .catchbox .box .font {
  width: 2.475rem;
  height: 3.424rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .outline .content .container .above .left .catchbox .box .font {
    width: 1.45rem;
    height: 1.95rem;
  }
}
.outline .content .container .above .left .catchbox .belowbox {
  padding-right: 4.1rem;
  margin-top: -0.1rem;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 520px) {
  .outline .content .container .above .left .catchbox .belowbox {
    padding-right: 2.3rem;
  }
}
.outline .content .container .above .right {
  width: 55.2rem;
  aspect-ratio: 55.2/39;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .outline .content .container .above .right {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media screen and (max-width: 520px) {
  .outline .content .container .above .right {
    border-radius: 1rem;
    width: 100%;
    aspect-ratio: 342/165;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .outline .content .container .above .right img {
    width: 100%;
    height: unset;
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 100%;
    min-height: 100%;
  }
}
@media screen and (max-width: 520px) and (max-width: 520px) {
  .outline .content .container .above .right img {
    -o-object-position: center;
       object-position: center;
    min-width: 100%;
    min-height: unset;
    width: unset;
    height: unset;
    max-width: 100%;
    max-height: 100%;
  }
}
.outline .content .container .above .right .swiper {
  border-radius: 3.2rem;
}
@media screen and (max-width: 520px) {
  .outline .content .container .above .right .swiper {
    border-radius: 1rem;
    height: 100%;
  }
}
.outline .content .container .below {
  width: calc(100% - 3.2rem);
  max-width: 106rem;
  margin: 0 auto;
  background-color: white;
  border-radius: 2rem;
  padding-left: 4.2rem;
  padding-right: 4.2rem;
  padding-bottom: 4rem;
  margin-top: 4.2rem;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4rem;
}
@media screen and (min-width: 1500px) {
  .outline .content .container .below {
    max-width: 120rem;
  }
}
@media screen and (max-width: 520px) {
  .outline .content .container .below {
    border-radius: 1rem;
    margin-top: 3.2rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
.outline .content .container .below::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10rem;
  background-color: white;
  border-radius: 2rem 2rem 0 0;
  z-index: 1;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  display: none;
}
@media screen and (max-width: 520px) {
  .outline .content .container .below::before {
    border-radius: 1rem 1rem 0 0;
    height: 4rem;
    display: none;
  }
}
.outline .content .container .below .text {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #242E3D;
  line-height: 2.2;
}
@media screen and (max-width: 520px) {
  .outline .content .container .below .text {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.outline .content .container .below .below-img {
  width: 100%;
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .outline .content .container .below .below-img {
    margin-top: 1rem;
  }
}

.message .content {
  background-color: #FFE7AF;
  border-radius: 3.2rem 3.2rem 0 0;
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 769px) {
  .message .content {
    padding-top: 2.2rem;
    padding-bottom: 8.8rem;
  }
}
@media screen and (max-width: 520px) {
  .message .content {
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
.message .content .container {
  width: calc(100% - 2.8rem);
  max-width: 106rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1500px) {
  .message .content .container {
    max-width: 145rem;
  }
}
.message .content .container .above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.6rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .message .content .container .above {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}
.message .content .container .above .left {
  width: 41.139rem;
  height: 37.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 520px) {
  .message .content .container .above .left {
    width: 24.044rem;
    height: 21.8rem;
  }
}
.message .content .container .above .left .imgbox {
  width: 33.2rem;
  height: 33.2rem;
  margin-right: 2.9rem;
}
@media screen and (max-width: 520px) {
  .message .content .container .above .left .imgbox {
    width: 19.404rem;
    height: 19.404rem;
    margin-right: 1.7rem;
  }
}
.message .content .container .above .left .illust1 {
  width: 10.8rem;
  height: 6.3rem;
  position: absolute;
  top: 0;
  left: 12.2rem;
}
@media screen and (max-width: 520px) {
  .message .content .container .above .left .illust1 {
    width: 6.316rem;
    height: 3.688rem;
    left: 7.13rem;
  }
}
.message .content .container .above .left .illust2 {
  width: 7rem;
  height: 8.8rem;
  position: absolute;
  bottom: 9.2rem;
  left: 0;
}
@media screen and (max-width: 520px) {
  .message .content .container .above .left .illust2 {
    width: 4.08rem;
    height: 5.18rem;
    bottom: 5.3rem;
    left: 0.6rem;
  }
}
.message .content .container .above .left .illust3 {
  width: 5.878rem;
  height: 11.23rem;
  position: absolute;
  bottom: 10.1rem;
  right: 0;
}
@media screen and (max-width: 520px) {
  .message .content .container .above .left .illust3 {
    width: 3.3rem;
    height: 6.4rem;
    bottom: 5.8rem;
    right: 0.6rem;
  }
}
.message .content .container .above .left .illust4 {
  width: 9.67rem;
  height: 5.541rem;
  position: absolute;
  bottom: 3.73rem;
  right: 1rem;
}
@media screen and (max-width: 520px) {
  .message .content .container .above .left .illust4 {
    width: 5.5rem;
    height: 3.1rem;
    bottom: 2.2rem;
    right: 0.6rem;
  }
}
.message .content .container .above .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.message .content .container .above .right .content-title {
  font-size: 2.4rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  color: #212121;
  line-height: 1.8;
  margin-bottom: 3.2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ECC874;
}
@media screen and (max-width: 520px) {
  .message .content .container .above .right .content-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 1.4rem;
  }
}
.message .content .container .above .right .occ {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #212121;
  letter-spacing: 0.44px;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 520px) {
  .message .content .container .above .right .occ {
    font-size: 1rem;
    margin-bottom: 0.4rem;
    line-height: 1.3;
  }
}
.message .content .container .above .right .name {
  font-size: 2.2rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #212121;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 520px) {
  .message .content .container .above .right .name {
    font-size: 1.8rem;
  }
}
.message .content .container .above .right .name .en {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #212121;
  margin-left: 1.2rem;
}
@media screen and (max-width: 520px) {
  .message .content .container .above .right .name .en {
    font-size: 1.3rem;
  }
}
.message .content .container .below {
  margin-top: 5.1rem;
  padding: 8rem 4.2rem;
  padding-top: 0;
  position: relative;
  background-color: white;
  border-radius: 0 0 2rem 2rem;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .message .content .container .below {
    margin-top: 2.2rem;
    padding: 2rem 1.4rem;
    border-radius: 1rem;
  }
}
.message .content .container .below::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8rem;
  background-color: white;
  border-radius: 2rem 2rem 0 0;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 769px) {
  .message .content .container .below::before {
    display: none;
  }
}
.message .content .container .below .text {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #242E3D;
  line-height: 2.2;
}
@media screen and (max-width: 520px) {
  .message .content .container .below .text {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.sub-org .sub-top .container .titlebox .bubble {
  width: 13.9rem;
  height: 4.25rem;
}
@media screen and (max-width: 520px) {
  .sub-org .sub-top .container .titlebox .bubble {
    width: 11.8rem;
    height: 2.2rem;
  }
}
.sub-org .sub-top .container .titlebox .bubble img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sub-org .content {
  background-color: #FFE7AF;
  border-radius: 3.2rem 3.2rem 0 0;
  padding-top: 9.7rem;
  padding-bottom: 9.7rem;
}
@media screen and (max-width: 769px) {
  .sub-org .content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 520px) {
  .sub-org .content {
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
.sub-org .content .container {
  width: calc(100% - 2.8rem);
  max-width: 118rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.3rem;
}
@media screen and (min-width: 1500px) {
  .sub-org .content .container {
    max-width: 145rem;
  }
}
@media screen and (max-width: 769px) {
  .sub-org .content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.4rem;
  }
}
.sub-org .content .container .left .graph {
  width: 61.772rem;
  height: 59.072rem;
  position: relative;
  background-image: url(../img/org-graph-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph {
    width: 35.1678rem;
    height: 33.6rem;
  }
}
.sub-org .content .container .left .graph .graph-sp {
  display: none;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .graph-sp {
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.sub-org .content .container .left .graph .item {
  width: 23.372rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 520px) {
  .sub-org .content .container .left .graph .item:hover .below {
    background-color: #212121;
    color: white;
  }
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .item {
    width: 13.307rem;
    opacity: 0;
  }
}
.sub-org .content .container .left .graph .item .above {
  margin-top: 2.8rem;
  padding: 1rem;
  background-color: white;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.1rem;
  line-height: 1.1111111111;
  border-radius: 1rem;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .item .above {
    margin-top: 1.5rem;
    padding: 0.5rem;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    line-height: 1.1111111111;
    border-radius: 0.5rem;
  }
}
.sub-org .content .container .left .graph .item .line {
  width: 14rem;
  height: 1px;
  margin-top: 1.3rem;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .item .line {
    width: 8rem;
    margin-top: 0.7rem;
  }
}
.sub-org .content .container .left .graph .item .middle {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #212121;
  line-height: 1.8;
  text-align: center;
  margin-top: 1.3rem;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .item .middle {
    font-size: 0.7rem;
    margin-top: 0.7rem;
  }
}
.sub-org .content .container .left .graph .item .below {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #212121;
  color: #212121;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0.9rem;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .item .below {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 0.5rem;
    margin-top: 0.6rem;
  }
}
.sub-org .content .container .left .graph .item1 {
  background-color: #FABD97;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sub-org .content .container .left .graph .item1 .above {
  border: 1px solid #FE7B78;
  color: #FE7B78;
}
.sub-org .content .container .left .graph .item1 .line {
  background-color: #FE7B78;
}
.sub-org .content .container .left .graph .item2 {
  background-color: #95DCEF;
  bottom: 0;
  left: 0;
}
.sub-org .content .container .left .graph .item2 .above {
  border: 1px solid #5BC2DE;
  color: #5BC2DE;
}
.sub-org .content .container .left .graph .item2 .line {
  background-color: #5BC2DE;
}
.sub-org .content .container .left .graph .item3 {
  background-color: #F2D934;
  bottom: 0;
  right: 0;
}
.sub-org .content .container .left .graph .item3 .above {
  border: 1px solid #D0AD00;
  color: #D0AD00;
}
.sub-org .content .container .left .graph .item3 .line {
  background-color: #D0AD00;
}
.sub-org .content .container .left .graph .center {
  width: 27.8rem;
  height: 27.8rem;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 20.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .center {
    width: 16rem;
    height: 16rem;
    top: 11rem;
    display: none;
  }
}
@media screen and (min-width: 520px) {
  .sub-org .content .container .left .graph .center:hover .below {
    background-color: #212121;
    color: white;
  }
}
.sub-org .content .container .left .graph .center::before {
  content: "";
  width: 36.1rem;
  height: 36.1rem;
  border-radius: 50%;
  background-color: #FF4E00;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .center::before {
    width: 21rem;
    height: 21rem;
  }
}
.sub-org .content .container .left .graph .center::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: white;
  z-index: 2;
}
.sub-org .content .container .left .graph .center .above {
  position: relative;
  z-index: 3;
  margin-top: 5.4rem;
  padding: 1rem;
  background-color: #FF4E00;
  border-radius: 1rem;
  color: white;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 1px;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .center .above {
    margin-top: 3.4rem;
    padding: 0.5rem;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    line-height: 1.1111111111;
    border-radius: 0.5rem;
  }
}
.sub-org .content .container .left .graph .center .line {
  position: relative;
  z-index: 3;
  width: 14rem;
  height: 1px;
  margin-top: 1.3rem;
  background-color: #FF4E00;
  z-index: 4;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .center .line {
    width: 8rem;
    margin-top: 0.7rem;
  }
}
.sub-org .content .container .left .graph .center .middle {
  position: relative;
  z-index: 3;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #212121;
  line-height: 1.8;
  text-align: center;
  margin-top: 1.3rem;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .center .middle {
    font-size: 0.7rem;
    margin-top: 0.7rem;
  }
}
.sub-org .content .container .left .graph .center .below {
  position: relative;
  z-index: 3;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #212121;
  color: #212121;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0.9rem;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .center .below {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 0.5rem;
    margin-top: 0.6rem;
  }
}
.sub-org .content .container .left .graph .illust {
  position: absolute;
}
.sub-org .content .container .left .graph .illust1 {
  width: 3.7rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  top: 11.4rem;
  left: 13.8rem;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .illust1 {
    top: 6rem;
    left: 7rem;
    width: 1.8rem;
  }
}
.sub-org .content .container .left .graph .illust2 {
  width: 4.8rem;
  aspect-ratio: 48/48.91;
  top: 17.6rem;
  left: 8.3rem;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .illust2 {
    top: 9rem;
    left: 4.3rem;
    width: 3rem;
  }
}
.sub-org .content .container .left .graph .illust3 {
  width: 4.7rem;
  aspect-ratio: 47/59;
  top: 27.6rem;
  left: 5.1rem;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .illust3 {
    top: 15rem;
    left: 2.7rem;
    width: 2.4rem;
  }
}
.sub-org .content .container .left .graph .illust4 {
  width: 3.2rem;
  aspect-ratio: 32/41;
  top: 13.6rem;
  right: 13rem;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .illust4 {
    top: 7rem;
    right: 8rem;
    width: 1.6rem;
  }
}
.sub-org .content .container .left .graph .illust5 {
  width: 2.9rem;
  aspect-ratio: 1/1;
  top: 19.3rem;
  right: 7.9rem;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .illust5 {
    top: 10rem;
    right: 5rem;
    width: 1.5rem;
  }
}
.sub-org .content .container .left .graph .illust6 {
  width: 3.927rem;
  aspect-ratio: 39.27/35.76;
  top: 23.4rem;
  right: 9.845rem;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .illust6 {
    top: 12rem;
    right: 6rem;
    width: 2rem;
  }
}
.sub-org .content .container .left .graph .illust7 {
  width: 6.604rem;
  aspect-ratio: 66.04/56.56;
  top: 27.4rem;
  right: 5rem;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .illust7 {
    top: 15rem;
    right: 3rem;
    width: 3.5rem;
  }
}
.sub-org .content .container .left .graph .illust7 img {
  -webkit-transform: rotate(17.71deg);
          transform: rotate(17.71deg);
}
.sub-org .content .container .left .graph .illust8 {
  width: 6.73rem;
  aspect-ratio: 67.3/71.3;
  bottom: -2rem;
  left: 29rem;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .left .graph .illust8 {
    bottom: -0.5rem;
    left: 16rem;
    width: 3rem;
  }
}
.sub-org .content .container .left .graph .illust8 img {
  -webkit-transform: rotate(18.69deg);
          transform: rotate(18.69deg);
}
.sub-org .content .container .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4rem 3.2rem;
  background-color: white;
  border-radius: 2rem;
}
@media screen and (max-width: 769px) {
  .sub-org .content .container .right {
    padding: 2rem 1.4rem;
    border-radius: 1rem;
  }
}
.sub-org .content .container .right .text {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #242E3D;
  line-height: 2.2;
}
@media screen and (max-width: 520px) {
  .sub-org .content .container .right .text {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.sub-org .below-content {
  background-color: #FFFCF7;
  padding-top: 8.4rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 769px) {
  .sub-org .below-content {
    padding-top: 4.5rem;
  }
}
.sub-org .below-content .container {
  max-width: 106rem;
  margin: 0 auto;
  width: calc(100% - 2.8rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media screen and (min-width: 1500px) {
  .sub-org .below-content .container {
    max-width: 145rem;
  }
}
@media screen and (max-width: 769px) {
  .sub-org .below-content .container {
    gap: 2rem;
  }
}
.sub-org .below-content .container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.9rem 3.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  border-radius: 2rem;
  gap: 3.2rem 4.5rem;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: white;
}
@media screen and (max-width: 769px) {
  .sub-org .below-content .container .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 2.5rem 1.4rem;
    padding-top: 4.9rem;
    gap: 2rem;
  }
}
.sub-org .below-content .container .item::after {
  width: 26.2rem;
  height: 7.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: white;
  border-radius: 0 0 1.2rem 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 769px) {
  .sub-org .below-content .container .item::after {
    width: 13.3rem;
    height: 3.8rem;
    border-radius: 0 0 1rem 0;
    font-size: 1.3rem;
  }
}
.sub-org .below-content .container .item .item-inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0rem 4.5rem;
}
@media screen and (max-width: 769px) {
  .sub-org .below-content .container .item .item-inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
.sub-org .below-content .container .item .left {
  width: 58.4rem;
  padding-top: 7.5rem;
}
@media screen and (max-width: 769px) {
  .sub-org .below-content .container .item .left {
    width: 100%;
    padding-top: 0;
  }
}
.sub-org .below-content .container .item .left .title {
  font-size: 2.4rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  color: #242E3D;
  line-height: 1.8;
  letter-spacing: 1.04px;
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid;
}
@media screen and (max-width: 520px) {
  .sub-org .below-content .container .item .left .title {
    font-size: 1.5rem;
    padding-bottom: 1.6rem;
  }
}
.sub-org .below-content .container .item .left .text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.2rem;
}
@media screen and (max-width: 769px) {
  .sub-org .below-content .container .item .left .text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.5rem;
  }
}
.sub-org .below-content .container .item .left .text {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #242E3D;
  line-height: 2.2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 520px) {
  .sub-org .below-content .container .item .left .text {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.sub-org .below-content .container .item .left .text-img {
  width: 48.4rem;
  aspect-ratio: 484/339;
}
@media screen and (max-width: 769px) {
  .sub-org .below-content .container .item .left .text-img {
    width: 100%;
  }
}
.sub-org .below-content .container .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 769px) {
  .sub-org .below-content .container .item .right {
    width: 100%;
  }
}
.sub-org .below-content .container .item .right .imgbox {
  width: 100%;
  aspect-ratio: 37.7/28.9;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .sub-org .below-content .container .item .right .imgbox {
    width: 100%;
    aspect-ratio: 316/176;
    border-radius: 1rem;
    height: unset;
  }
}
.sub-org .below-content .container .item .bottom {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 769px) {
  .sub-org .below-content .container .item .bottom {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 520px) {
  .sub-org .below-content .container .item .bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1rem 0.6rem;
  }
}
.sub-org .below-content .container .item .bottom .bottom-inner {
  width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 520px) {
  .sub-org .below-content .container .item .bottom .bottom-inner {
    width: calc((100% - 0.6rem) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sub-org .below-content .container .item .bottom .bottom-inner .above {
  font-size: 1.4rem;
  font-weight: 300;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #212121;
  letter-spacing: 0.44px;
  padding: 0 1rem;
  margin-top: 0.9rem;
  padding-top: 1rem;
  width: 100%;
  border-top: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .sub-org .below-content .container .item .bottom .bottom-inner .above {
    padding: 0;
    line-height: 1.2;
    margin-top: 0.4rem;
    padding-top: 0.7rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sub-org .below-content .container .item .bottom .bottom-inner .name {
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #212121;
  letter-spacing: 0.72px;
  margin-top: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1rem;
  line-height: 1.3888888889;
}
@media screen and (max-width: 520px) {
  .sub-org .below-content .container .item .bottom .bottom-inner .name {
    padding: 0;
    font-size: 1.4rem;
    line-height: 2.52rem;
    margin-top: 0.4rem;
  }
}
.sub-org .below-content .container .item .bottom .bottom-inner .link {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #0048C3;
  margin-top: 0.4rem;
  padding: 0 1rem;
  display: block;
}
@media screen and (max-width: 520px) {
  .sub-org .below-content .container .item .bottom .bottom-inner .link {
    padding: 0;
    font-size: 1rem;
    line-height: 1;
  }
}
@media screen and (min-width: 520px) {
  .sub-org .below-content .container .item .bottom .bottom-inner .link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sub-org .below-content .container .item .bottom .bottom-inner .link:hover {
    color: #FF4E00;
  }
}
.sub-org .below-content .container .item1 {
  border-color: #FABD97;
}
.sub-org .below-content .container .item1 .bottom .bottom-inner .above {
  border-top-color: #FABD97;
}
.sub-org .below-content .container .item1::after {
  content: "A01班";
  background-color: #FABD97;
}
.sub-org .below-content .container .item1 .left .title {
  border-bottom-color: #FABD97;
}
.sub-org .below-content .container .item2 {
  border-color: #95DCEF;
}
.sub-org .below-content .container .item2 .bottom .bottom-inner .above {
  border-top-color: #95DCEF;
}
.sub-org .below-content .container .item2::after {
  content: "A02班";
  background-color: #95DCEF;
}
.sub-org .below-content .container .item2 .left .title {
  border-bottom-color: #95DCEF;
}
.sub-org .below-content .container .item3 {
  border-color: #F2D934;
}
.sub-org .below-content .container .item3 .bottom .bottom-inner .above {
  border-top-color: #F2D934;
}
.sub-org .below-content .container .item3::after {
  content: "A03班";
  background-color: #F2D934;
}
.sub-org .below-content .container .item3 .left .title {
  border-bottom-color: #F2D934;
}

.sub-report .sub-top .container .titlebox .bubble {
  width: 16rem;
  height: 4.25rem;
}
@media screen and (max-width: 520px) {
  .sub-report .sub-top .container .titlebox .bubble {
    width: 11.8rem;
    height: 2.2rem;
  }
}
.sub-report .sub-top .container .titlebox .bubble img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sub-report .content {
  background-color: #FFE7AF;
  border-radius: 3.2rem 3.2rem 0 0;
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 769px) {
  .sub-report .content {
    padding-top: 4.8rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 520px) {
  .sub-report .content {
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
.sub-report .content .container {
  width: calc(100% - 2.8rem);
  max-width: 106rem;
  margin: 0 auto;
}
@media screen and (min-width: 1500px) {
  .sub-report .content .container {
    max-width: 145rem;
  }
}
.sub-report .content .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .sub-report .content .container {
    gap: 1rem;
  }
}
.sub-report .content .container .item {
  width: calc((100% - 4.8rem) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.6rem 2rem;
  background-color: white;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 769px) {
  .sub-report .content .container .item {
    width: calc((100% - 2rem) / 2);
    padding: 0.8rem;
  }
}
@media screen and (min-width: 520px) {
  .sub-report .content .container .item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sub-report .content .container .item:hover {
    background-color: #FF4E00;
  }
  .sub-report .content .container .item:hover .tag-date .date {
    color: white;
  }
  .sub-report .content .container .item:hover .text {
    color: white;
  }
  .sub-report .content .container .item:hover .icon {
    background-color: white;
    color: #FF4E00;
  }
}
.sub-report .content .container .item .img {
  width: 100%;
  aspect-ratio: 297/205;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6rem;
  overflow: hidden;
}
.sub-report .content .container .item .tag-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1.8rem;
  gap: 1rem;
}
@media screen and (max-width: 520px) {
  .sub-report .content .container .item .tag-date {
    margin-top: 0.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sub-report .content .container .item .tag-date .tag {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #212121;
  letter-spacing: 0.44px;
  height: 2.6rem;
  padding: 0 1rem;
  background-color: #FFECEC;
  border-radius: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 520px) {
  .sub-report .content .container .item .tag-date .tag {
    height: 1.4rem;
    padding: 0 0.6rem;
    font-size: 0.8rem;
  }
}
.sub-report .content .container .item .tag-date .date {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
  color: #191E2E;
  letter-spacing: 0.44px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .sub-report .content .container .item .tag-date .date {
    font-size: 0.8rem;
    line-height: 2.475;
  }
}
.sub-report .content .container .item .text {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #191E2E;
  letter-spacing: 0.071rem;
  line-height: 1.75;
  margin-top: 1.3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding-bottom: 3.1rem;
}
@media screen and (max-width: 520px) {
  .sub-report .content .container .item .text {
    margin-top: 0.4rem;
    font-size: 1rem;
    line-height: 1.7;
    padding-bottom: 0.9rem;
  }
}
.sub-report .content .container .item .icon {
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  width: 4.6rem;
  height: 4.6rem;
  background-color: #FF4E00;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 1.1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .sub-report .content .container .item .icon {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.5rem;
  }
}

.sub-single-report .sub-top .container .titlebox .bubble {
  width: 16rem;
  height: 4.25rem;
}
@media screen and (max-width: 520px) {
  .sub-single-report .sub-top .container .titlebox .bubble {
    width: 11.8rem;
    height: 2.2rem;
  }
}
.sub-single-report .sub-top .container .titlebox .bubble img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sub-single-report .content {
  background-color: #FFE7AF;
  border-radius: 3.2rem 3.2rem 0 0;
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 769px) {
  .sub-single-report .content {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 520px) {
  .sub-single-report .content {
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
.sub-single-report .content .container {
  width: calc(100% - 2.8rem);
  max-width: 90rem;
  margin: 0 auto;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.2rem 4rem;
  border-radius: 1.2rem;
}
@media screen and (max-width: 520px) {
  .sub-single-report .content .container {
    padding: 2rem 1.25rem;
  }
}
.sub-single-report .content .container .tag-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.sub-single-report .content .container .tag-date .tag {
  height: 2.6rem;
  background-color: #FFECEC;
  border-radius: 4rem;
  padding: 0 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.44px;
  color: #212121;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 520px) {
  .sub-single-report .content .container .tag-date .tag {
    height: 1.4rem;
    padding: 0 0.8rem;
    font-size: 0.8rem;
  }
}
.sub-single-report .content .container .tag-date .date {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
  color: #191E2E;
  letter-spacing: 0.44px;
}
@media screen and (max-width: 520px) {
  .sub-single-report .content .container .tag-date .date {
    font-size: 0.8rem;
  }
}
.sub-single-report .content .container .title {
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #191E2E;
  letter-spacing: 0.71px;
  line-height: 1.5;
  margin-top: 2.9rem;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 520px) {
  .sub-single-report .content .container .title {
    font-size: 1.4rem;
    margin-top: 1.3rem;
    margin-bottom: 1.4rem;
    line-height: 1.7;
  }
}
.sub-single-report .content .container .thumb {
  width: 100%;
  margin-bottom: 4rem;
  aspect-ratio: 820/403;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .sub-single-report .content .container .thumb {
    margin-bottom: 1.8rem;
    aspect-ratio: 318/170;
  }
}
.sub-single-report .content .container .content-inner .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 769px) {
  .sub-single-report .content .container .content-inner .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .sub-single-report .content .container .content-inner .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -webkit-flex-basis: unset !important;
        -ms-flex-preferred-size: unset !important;
            flex-basis: unset !important;
  }
}
.sub-single-report .content .container .content-inner .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
  aspect-ratio: 390/403 !important;
}
.sub-single-report .content .container .content-inner .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow img {
  aspect-ratio: 390/403 !important;
}
@media screen and (max-width: 769px) {
  .sub-single-report .content .container .content-inner .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow img {
    aspect-ratio: 158.5/170;
  }
}
.sub-single-report .content .container .content-inner .wp-block-separator {
  border-top: 1px solid #E9E9E9;
}
.sub-single-report .content .container .content-inner p {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #242E3D;
  line-height: 2.2;
  min-height: 4rem;
}
@media screen and (max-width: 520px) {
  .sub-single-report .content .container .content-inner p {
    font-size: 1.3rem;
    line-height: 1.7;
    min-height: 1.8rem;
  }
}
.sub-single-report .content .container .content-inner a {
  color: #0048C3;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 2.2;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.6rem;
}
@media screen and (max-width: 520px) {
  .sub-single-report .content .container .content-inner a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 520px) {
  .sub-single-report .content .container .content-inner a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sub-single-report .content .container .content-inner a:hover {
    opacity: 0.7;
  }
}
.sub-single-report .content .container .content-inner em {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #242E3D;
  line-height: 1.6;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  .sub-single-report .content .container .content-inner em {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.7;
  }
}
.sub-single-report .content .container .content-inner img {
  border-radius: 6px;
}