* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

[hidden] {
  display: none;
}

html {
  font-size: 16px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
}

body {
  font-size: var(--fs-body);
  font-family: var(--ff-ja);
  font-weight: normal;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 2;
  color: var(--comn-black);
  font-kerning: none;
  line-break: normal;
  overflow-wrap: break-word;
}

section, nav, article, aside, hgroup,
header, footer, figure, figcaption, details {
  display: block;
}

video, audio, canvas {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-feature-settings: "palt";
}

hr {
  color: inherit;
  height: auto;
  box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
}

li {
  list-style: none;
}

a:focus {
  outline: var(--comn-black) thin dotted;
}

a:active {
  outline: var(--comn-black) thin dotted;
}

strong, b {
  font-weight: bold;
}

small {
  font-size: 0.83em;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code, samp, kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

sub, sup {
  font-size: 0.5em;
  line-height: 0;
}

sub {
  vertical-align: 0px;
}

sup {
  vertical-align: 0.8em;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin-top: 0px;
}

em {
  font-style: normal;
  font-weight: bold;
  box-shadow: inset 0 -8px 0 0 #f6f7ea;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
}

th, td {
  text-align: left;
  vertical-align: baseline;
}

fieldset {
  border: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

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

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
  -webkit-appearance: button;
}

select {
  background-color: inherit;
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

:root {
  --ff-ja: "Noto Sans JP", sans-serif;
  --ff-en: Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial, sans-serif;
  --comn-black:#1C1C1C;
  --comn-gray:#F3F3F3;
  --border-gray:#E4DEDE;
  --p-black:#767676;
  --fw-medium:500;
  --12px:0.75rem;
  --14px:0.875rem;
  --15px:0.9375rem;
  --16px:1rem;
  --17px:1.0625rem;
  --20px:1.25rem;
  --24px:1.5rem;
  --26px:1.625rem;
  --34px:2.125rem;
  --48px:3rem;
  --header-h:60px;
  --cta-grad:linear-gradient(45deg, rgba(16, 16, 211, 0.8), rgba(255, 58, 225, 0.8));
  --cta-grad-p:linear-gradient(to left, rgba(16, 16, 211, 0.8), rgba(255, 58, 225, 0.8));
  --spc-LL:80px;
  --spc-L:64px;
  --spc-M:24px;
  --spc-S:24px;
}
@media screen and (min-width: 1040px) {
  :root {
    --header-h:86px;
    --spc-LL:120px;
    --spc-L:80px;
    --spc-M:64px;
    --spc-S:40px;
  }
}

html {
  background-size: 250px;
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding: calc(var(--header-h) + 16px);
}

body {
  position: relative;
  font-size: var(--15px);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body::after {
  content: "";
  background-image: url(../images/bg_noise.webp);
  background-size: 250px;
  background-position: center;
  display: block;
  position: fixed;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

footer {
  margin-top: auto;
}

main {
  margin-top: var(--header-h);
}

h1, h2, h3, h4, h5 {
  font-weight: var(--fw-medium);
}

a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}

.-spNone {
  display: none;
}
@media screen and (min-width: 768px) {
  .-spNone {
    display: block;
  }
}

.-pcNone {
  display: block;
}
@media screen and (min-width: 768px) {
  .-pcNone {
    display: none;
  }
}

.Form__unit {
  display: flex;
  flex-direction: column;
  gap: 8px 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .Form__unit {
    flex-direction: row;
  }
}
.Form__unit label {
  display: flex;
  align-items: center;
  align-self: flex-start;
  flex-wrap: wrap;
  flex-basis: auto;
}
@media screen and (min-width: 768px) {
  .Form__unit label {
    flex-basis: 150px;
  }
}
.Form__unit.-agreement {
  justify-content: center;
  gap: 0px;
}
.Form__unit.-agreement label {
  flex-basis: auto;
  gap: 0.5em;
}

.Form__item {
  width: inherit;
  padding: 11px 8px;
  border: var(--comn-gray) solid 2px;
  border-radius: 6px;
  background-color: #FCFCFC;
}

.Form__item[type=checkbox] {
  cursor: pointer;
  padding: 0px;
}
.Form__item[type=checkbox] + * {
  cursor: pointer;
}

.Form__desc {
  font-size: 14px;
  overflow: auto;
  padding: 1.5em 1.5em;
  background-color: var(--comn-gray);
  max-height: 15em;
  border-radius: 6px;
}

textarea.Form__item {
  height: 250px;
  resize: vertical;
}

.Form__notes {
  color: #DC1204;
}

.Stack > * + * {
  margin-top: var(--mt);
}

.Stack.-auto > * + * {
  --mt: auto;
}

.Stack.-spc12px > * + * {
  --mt: 12px;
}

.Stack.-spc2 > * + * {
  --mt: 16px;
}

.Stack.-spc3 > * + * {
  --mt: 24px;
}

.Stack.-spc5 > * + * {
  --mt: var(--spc-S);
}

.Stack.-spc8 > * + * {
  --mt: var(--spc-M);
}

.Stack.-spc10 > * + * {
  --mt: var(--spc-L);
}

.Stack.-spc15 > * + * {
  --mt: var(--spc-LL);
}

.Grid {
  --gap:0px;
  --basis:auto;
  display: flex;
  gap: var(--gap);
}
.Grid > * {
  --basis:calc(100% / var(--col) - var(--gap) * (var(--col) - 1) / var(--col));
  flex-basis: var(--basis);
}

.Grid.-respWrap {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .Grid.-respWrap {
    flex-wrap: nowrap;
  }
}

.Grid.-resp {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .Grid.-resp {
    flex-direction: row;
  }
}

.Grid.-contentCenter {
  justify-content: center;
}

.Grid.-col2 {
  --col:2;
}

.Grid.-col5 {
  --col:5;
}
.Grid.-col5.-respCol3.-respSCol1 {
  --col:1;
}
@media screen and (min-width: 500px) {
  .Grid.-col5.-respCol3.-respSCol1 {
    --col:3;
  }
}
@media screen and (min-width: 768px) {
  .Grid.-col5.-respCol3.-respSCol1 {
    --col:5;
  }
}

.Grid.-col2x2 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
}

.Grid.-spc12px {
  --gap:12px;
}

.Grid.-spcS {
  --gap:6px;
}

.Grid.-spc2 {
  --gap:16px;
}

.Grid.-respSpc5 {
  --gap:40px;
}
@media screen and (min-width: 768px) {
  .Grid.-respSpc5 {
    --gap:0px;
  }
}

.Grid.-spc8 {
  --gap:64px;
}

.BgArea {
  padding: 24px 30px;
  --bg-color:#ffffff;
  background-color: var(--bg-color);
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .BgArea {
    padding: 64px 40px;
  }
}
.BgArea.-pdLarge {
  padding: var(--spc-LL) 30px;
}
@media screen and (min-width: 768px) {
  .BgArea.-pdLarge {
    padding: var(--spc-LL) 40px;
  }
}
.BgArea.-typeGray {
  --bg-color:var(--comn-gray);
}

.BgListItem {
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: var(--comn-gray);
  font-size: var(--12px);
  font-weight: var(--fw-medium);
  line-height: 1.8;
  padding: 0.6em 1em;
}
@media screen and (min-width: 768px) {
  .BgListItem {
    font-size: var(--16px);
  }
}
.BgListItem.-small {
  font-weight: normal;
  font-size: var(--12px);
}
@media screen and (min-width: 768px) {
  .BgListItem.-small {
    font-size: var(--15px);
  }
}
.BgListItem.-rounded {
  border-radius: 100px;
}

.Container {
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}
.Container .Container {
  width: 100%;
}

.BgArea .Container {
  width: 100%;
}

.Container.-medium {
  max-width: 1040px;
}

.Container.-small {
  max-width: 850px;
}

.Container.-XSmall {
  max-width: 700px;
}

.PageSection.-horizontal .Container {
  margin-left: 0px;
  margin-right: 0px;
}

.CommonList {
  list-style-type: none;
}
.CommonList > * + * {
  margin-top: 8px;
}

.CommonList__item {
  position: relative;
  padding-left: 1em;
  font-size: var(--12px);
  line-height: 1.7;
}
.CommonList__item::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0.5em;
  left: 0px;
  background-image: url(../images/icon_check.webp);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.2em;
}

.Cluster {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}

.Cluster.-spc1 {
  --gap: 8px;
}

.Cluster.-contentCenter {
  justify-content: center;
}

.Button {
  position: relative;
  --text-size:var(--16px);
  --radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-size);
  width: 100%;
  max-width: var(--width);
  height: var(--height);
  border-radius: var(--radius);
  font-weight: var(--fw-medium);
  line-height: 1.5;
  transition: all 0.3s;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  border: none;
  padding: 0px 1em;
  text-decoration: none;
}
.Button::before, .Button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
  border-radius: var(--radius);
}
.Button::before {
  z-index: 1;
}
.Button::after {
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .Button:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
  }
  .Button:hover::before {
    opacity: 0;
  }
  .Button:hover::after {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
}
.Button:has(svg) {
  padding-right: 50px;
}
.Button.-comn {
  --fill:#ffffff;
  color: #ffffff;
}
.Button.-comn::before {
  background-image: var(--cta-grad);
}
.Button.-comn::after {
  background-image: var(--cta-grad-p);
}
.Button.-hasBg {
  --fill:var(--comn-black);
}
.Button.-hasBg::before {
  background-color: #ffffff;
  background-image: url(../images/button_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.Button.-hasBg::after {
  background-color: #ffffff;
}
.Button.-sizeL {
  --width:340px;
  --height:100px;
  --radius: 8px;
  --text-size:var(--16px);
}
.Button.-sizeM {
  --width:340px;
  --height:80px;
  --radius: 8px;
  --text-size:var(--16px);
}
.Button.-sizeS {
  --width:160px;
  --height:44px;
  --radius: 8px;
  --text-size:var(--14px);
}

.Button__text {
  position: relative;
  z-index: 10;
}

.Button__icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.Button__icon svg {
  fill: var(--fill);
}
.Button__icon.-angleRight {
  transform: translateY(-50%) rotate(-90deg);
}

.PageHeader {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--header-h);
  padding: 0px 30px;
  transition: all ease 0.3s;
}
.PageHeader.-active {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
}
.PageHeader.-opened {
  background-color: #ffffff;
}
.PageHeader.-opened .PageHeader__menu {
  display: flex;
}

.PageHeader__menu {
  position: absolute;
  top: 100%;
  left: 0px;
  flex-direction: column;
  align-items: center;
  display: none;
  gap: 32px;
  background-color: #ffffff;
  width: 100%;
  height: calc(100vh - var(--header-h));
  padding: 32px;
}
@media screen and (min-width: 1040px) {
  .PageHeader__menu {
    display: flex;
    justify-content: center;
    position: static;
    flex-direction: row;
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 0px;
  }
}

.PageHeader__toggle {
  display: block;
  position: relative;
  flex-shrink: 0;
  --button-w:24px;
  --button-h:3px;
  width: var(--button-w);
  height: 20px;
  font-size: 0px;
  border: none;
  background-color: transparent;
}
@media screen and (min-width: 1040px) {
  .PageHeader__toggle {
    display: none;
  }
}

.PageHeader__toggleItem {
  display: block;
  background-color: var(--comn-black);
  width: 100%;
  height: var(--button-h);
  border-radius: 10px;
}
.PageHeader__toggleItem::before, .PageHeader__toggleItem::after {
  content: "";
  position: absolute;
  left: 0px;
  background-color: var(--comn-black);
  width: 100%;
  height: var(--button-h);
  border-radius: 10px;
}
.PageHeader__toggleItem::before {
  top: 0px;
}
.PageHeader__toggleItem::after {
  bottom: 0px;
}

.PageHeader__button {
  display: none;
}
@media screen and (min-width: 1040px) {
  .PageHeader__button {
    display: flex;
  }
}

.PageHeader__unit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: -moz-max-content;
  width: max-content;
  gap: 12px;
}

.PageHeader__menuItem {
  font-weight: var(--fw-medium);
  font-size: 1em;
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 1040px) {
  .PageHeader__menuItem {
    width: auto;
  }
}
.PageHeader__menuItem a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2em;
  text-decoration: none;
}

.PageHeader__menuIcon {
  display: block;
}
@media screen and (min-width: 1040px) {
  .PageHeader__menuIcon {
    display: none;
  }
}

.Logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.Logo a {
  display: inline-flex;
  text-decoration: none;
}
.Logo img {
  max-width: 80px;
}
@media screen and (min-width: 768px) {
  .Logo img {
    max-width: none;
  }
}

.Logo__text {
  line-height: 1;
  font-weight: bold;
  font-size: var(--14px);
}
@media screen and (min-width: 768px) {
  .Logo__text {
    font-size: var(--15px);
  }
}

.HeroArea {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding: var(--spc-L) 30px;
}
@media screen and (min-width: 768px) {
  .HeroArea {
    flex-direction: row;
    gap: 6.41vw;
  }
}
@media screen and (min-width: 1248px) {
  .HeroArea {
    gap: var(--spc-L);
  }
}

.HeroArea__copy {
  font-weight: var(--fw-medium);
  letter-spacing: 0.04em;
  line-height: 1.6;
  width: auto;
  font-size: 8.71vw;
}
@media screen and (min-width: 500px) {
  .HeroArea__copy {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) {
  .HeroArea__copy {
    font-size: 3.85vw;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (min-width: 1248px) {
  .HeroArea__copy {
    width: -moz-max-content;
    width: max-content;
    font-size: var(--48px);
  }
}
.HeroArea__copy span {
  background: var(--cta-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.HeroArea__textUnit {
  max-width: none;
}
@media screen and (min-width: 768px) {
  .HeroArea__textUnit {
    max-width: -moz-min-content;
    max-width: min-content;
  }
}

.HeroArea__buttonUnit {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex-basis: auto;
}
@media screen and (min-width: 768px) {
  .HeroArea__buttonUnit {
    flex-basis: 340px;
  }
}

.HeroArea__desc {
  font-size: var(--17px);
}

.ServiceSection {
  display: flex;
  flex-direction: column;
  gap: 24px 64px;
}
@media screen and (min-width: 768px) {
  .ServiceSection {
    flex-direction: row;
  }
}
.ServiceSection > * {
  flex-basis: var(--basis);
}

.ServiceSection__figure {
  text-align: center;
}

.ServiceSection__heading {
  font-size: var(--24px);
  font-weight: var(--fw-medium);
  margin-top: -0.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ServiceSection__heading {
    text-align: left;
  }
}

.ServiceSection__text {
  font-size: var(--17px);
}
.ServiceSection__text strong {
  background: linear-gradient(transparent 0%, #F1F1F1 0%);
  padding: 0px 0.2em;
}

.PageFooter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 40px;
  background-color: var(--comn-gray);
  padding: 40px;
}

.PageFooter__logo {
  font-weight: bold;
}

.PageFooter__copyright {
  font-size: var(--14px);
  font-family: var(--ff-en);
  font-style: italic;
}

.PageSection.-horizontal {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .PageSection.-horizontal {
    flex-direction: row;
    justify-content: space-between;
  }
}

.HeroArea + .PageSection {
  --mt:40px;
  margin-top: var(--mt);
}

.PageSection__title {
  position: relative;
  font-size: var(--24px);
  font-weight: var(--fw-medium);
  padding-top: 20px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .PageSection__title {
    font-size: var(--34px);
  }
}
.PageSection__title::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  background-image: var(--cta-grad);
}
@media screen and (min-width: 768px) {
  .PageSection__title.-left {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .PageSection__title.-left::after {
    left: 0px;
    transform: none;
  }
}

.PageSection__desc {
  text-align: center;
}

.PageSection__copy {
  text-align: center;
  font-size: var(--24px);
  font-weight: var(--fw-medium);
}
@media screen and (min-width: 768px) {
  .PageSection__copy {
    font-size: var(--26px);
  }
}

.PageSection__heading {
  font-size: var(--20px);
  font-weight: var(--fw-medium);
  text-align: center;
}

.PageSection__buttonOuter {
  text-align: center;
}

.PageSection__figure {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.PageSection__figure img {
  width: 100%;
}

.PageSection__subText {
  color: var(--p-black);
}

.CaptionList {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(2, auto);
  width: 100%;
  max-width: 330px;
  margin: auto;
}

.CaptionList__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--p-black);
  font-size: var(--14px);
  padding: 24px 16px;
}

.CaptionList__item:nth-child(1) {
  border-bottom: var(--border-gray) solid 1px;
  border-right: var(--border-gray) solid 1px;
}

.CaptionList__item:nth-child(2) {
  border-bottom: var(--border-gray) solid 1px;
}

.CaptionList__item:nth-child(3) {
  border-right: var(--border-gray) solid 1px;
}

.BgHeading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--comn-gray);
  border-radius: 10px;
  font-size: var(--14px);
  line-height: 1.6;
  padding: 10px;
  min-height: 64px;
}

.ColumnArea {
  border: var(--border-gray) solid 1px;
  border-radius: 12px;
  padding: 16px 24px;
}
.ColumnArea.-hasBg {
  background-color: var(--comn-gray);
  border: none;
}
.ColumnArea.-typeWhite {
  background-color: #ffffff;
}
.ColumnArea.-pdLarge {
  padding: var(--spc-S);
}
.ColumnArea.-pdMedium {
  padding: 24px 16px 32px;
}

.ColumnArea__heading {
  text-align: center;
  font-size: var(--15px);
}
@media screen and (min-width: 768px) {
  .ColumnArea__heading {
    font-size: var(--17px);
  }
}
.ColumnArea__heading.-large {
  font-size: var(--17px);
  font-weight: var(--fw-medium);
}
@media screen and (min-width: 768px) {
  .ColumnArea__heading.-large {
    font-size: var(--24px);
  }
}

.ColumnArea__itemUnit {
  display: flex;
  flex-direction: column;
}

.FlowList {
  position: relative;
  counter-reset: num;
}
.FlowList::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 40px;
  background-color: var(--comn-gray);
  width: 2px;
  height: 100%;
}
.FlowList > * + * {
  margin-top: 64px;
}

.FlowList__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  counter-increment: num;
}
.FlowList__item::before {
  flex-shrink: 0;
  font-family: var(--ff-en);
  font-style: italic;
  content: "Step" counter(num);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--comn-gray);
  border-radius: 100px;
}

.FlowList__title {
  font-size: var(--17px);
}

details.ToggleListItem[open] .ToggleListItem__button {
  --bg-color:var(--comn-black);
  --text-color:#ffffff;
  transform: translateY(-50%) rotate(180deg);
}

.ToggleListItem__button {
  --bg-color:var(--comn-gray);
  --text-color:var(--comn-black);
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--bg-color);
  border-radius: 50px;
}
.ToggleListItem__button svg {
  fill: var(--text-color);
}

.ToggleListItem__heading {
  position: relative;
  font-size: var(--17px);
  font-weight: var(--fw-medium);
  list-style: none;
  background-color: #ffffff;
  border-radius: 12px;
  cursor: pointer;
  padding: 32px 48px 32px 24px;
  flex-grow: 1;
}
.ToggleListItem__heading::before {
  content: "Q.";
  font-family: var(--ff-en);
  font-style: italic;
  margin-right: 0.5em;
}

summary.ToggleListItem__heading::-webkit-details-marker {
  display: none;
}

.ToggleListItem__body {
  background-color: var(--comn-gray);
  padding: 40px 24px;
  margin-top: -12px;
  border-radius: 0px 0px 12px 12px;
}

.FigureCard {
  display: grid;
  gap: 10px;
  grid-template-columns: 64px auto;
  grid-template-rows: 1fr auto;
}
@media screen and (min-width: 500px) {
  .FigureCard {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
  }
}

.FigureCard__heading {
  min-width: 64px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (min-width: 500px) {
  .FigureCard__heading {
    writing-mode: horizontal-tb;
    grid-column: 1/1;
    grid-row: 1/1;
  }
}

.FigureCard__list {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (min-width: 500px) {
  .FigureCard__list {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.FigureCard__deco {
  text-align: center;
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (min-width: 500px) {
  .FigureCard__deco {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}/*# sourceMappingURL=style.css.map */