@charset 'UTF-8';

#fv {
  padding: 6.5rem calc(50vw - 50%) 0 calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  background-image: linear-gradient(to right, rgb(220, 0, 60) 0%, rgb(229, 0, 72) 30%, rgb(220, 0, 60) 72%, rgb(184, 26, 53));
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #fv {
    padding: 8.5rem 0 0 0;
    display: grid;
    grid-template-columns: calc(50% + 60 / 1366 * 100vw) calc(50% - 60 / 1366 * 100vw);
    grid-template-rows: 1fr auto auto;
  }
  #fv .text {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }
  #fv .mockup {
    grid-column: 1 / 3;
    grid-row: 1 / 4;
  }
  #fv .button, .cta-between .button {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }
}
#fv .text {
  padding-top: 1.2rem;
  z-index: -20;
  -webkit-animation: 1ms parallax2 linear both;
  animation: 1ms parallax2 linear both;
  animation-timeline: scroll(block root);
  animation-range: 0% 100%;
}
@media screen and (min-width: 768px) {
  #fv .text {
    padding-top: calc(32 / 1366 * 100vw);
    padding-bottom: calc(40 / 1366 * 100vw);
  }
}
#fv h2 {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  #fv h2 {
    font-size: calc(60 / 1366 * 100vw);
    line-height: 1.18;
    letter-spacing: 0.1em;
  }
}
#fv h2 span {
  display: block;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: normal;
}
@media screen and (min-width: 768px) {
  #fv h2 span {
    font-size: calc(24 / 1366 * 100vw);
    line-height: 2.4;
  }
}
#fv h2 em {
  margin: 0.2em 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.1rem;
  line-height: 1.2;
  font-style: normal;
  text-indent: 0.13em;
  color: rgb(255, 19, 70);
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #fv h2 em {
    font-size: calc(45 / 1366 * 100vw);
  }
}
#fv .desc {
  padding: 0.8em 0;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #fv .desc {
    padding: 0.7em 0;
    font-size: calc(18 / 1366 * 100vw);
    line-height: 1.4;
  }
}
#fv .desc p {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgb(255, 255, 255);
  font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #fv .desc p {
    font-feature-settings: normal;
    white-space: normal;
  }
}
#fv .ft {
  padding: 0.8rem 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1.434rem;
}
@media screen and (min-width: 768px) {
  #fv .ft {
    padding: calc(8 / 1366 * 100vw) 0;
    gap: calc(21 / 1366 * 100vw);
  }
}
#fv .ft li {
  padding-bottom: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 10.3rem;
  aspect-ratio: 103 / 119;
  box-sizing: border-box;
  font-family: YuGothic, "Yu Gothic", "Helvetica Neue", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  text-align: center;
  color: rgb(255, 255, 255);
  background: url(../images/bg_fv_ft.svg) no-repeat 50% 0 / contain;
}
@media screen and (min-width: 768px) {
  #fv .ft li {
    flex-basis: calc(103 / 1366 * 100vw);
    font-size: calc(13 / 1366 * 100vw);
  }
}
#fv .ft li em {
  margin-top: 0.5em;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.1;
}
#fv .ft li em.md {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  #fv .ft li em {
    font-size: calc(19 / 1366 * 100vw);
  }
  #fv .ft li em.md {
    font-size: calc(15 / 1366 * 100vw);
  }
}
#fv .ft li em.kern {
  font-size: 1.05rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  #fv .ft li em.kern {
    font-size: calc(16 / 1366 * 100vw);
  }
}

/* fv mockup */
#fv .mockup {
  margin: -4.8rem calc(50% - 50vw) 0 calc(50% - 50vw);
  position: relative;
  z-index: -30;
  translate: 0 4.8rem;
}
@media screen and (min-width: 768px) {
  #fv .mockup {
    margin: 0;
    translate: none;
  }
}
#fv .mockup .pc {
  perspective: 400px;
  -webkit-animation: 1ms parallax linear both;
  animation: 1ms parallax linear both;
  animation-timeline: scroll(block root);
  animation-range: 0% 100%;
}
#fv .mockup .movie {
  width: 19.4rem;
  aspect-ratio: 16 / 10.75;
  position: absolute;
  top: 3.2rem;
  left: 7.6rem;
  z-index: -10;
  transform: skew(2deg, -10deg) rotate(1.6deg);
  background-color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  #fv .mockup .movie {
    width: calc(413 / 1366 * 100vw);
    top: calc(68 / 1366 * 100vw);
    left: calc(161 / 1366 * 100vw);
  }
}
#fv .mockup .movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#fv .mockup .image {
  width: 172%;
}
@media screen and (min-width: 768px) {
  #fv .mockup .image {
    width: auto;
  }
}
#fv .mockup .image img {
  width: 100%;
}

/* fv button */
#fv .button, .cta-between .button {
  padding: 5rem calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #fv .button, .cta-between .button {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#fv .button a, .cta-between .button a {
  padding: 0.2em 2rem 0.2em 0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.7rem;
  box-sizing: border-box;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-indent: 1em;
  color: rgb(255, 255, 255);
  background-image: linear-gradient(
    300deg,
    rgb(0, 89, 255) calc(1% * 100 / 150),
    rgb(4, 87, 255) calc(2% * 100 / 150),
    rgb(16, 83, 255) calc(17% * 100 / 150),
    rgb(37, 76, 255) calc(31% * 100 / 150),
    rgb(66, 66, 255) calc(45% * 100 / 150),
    rgb(103, 53, 255) calc(59% * 100 / 150),
    rgb(149, 37, 255) calc(73% * 100 / 150),
    rgb(203, 19, 255) calc(86% * 100 / 150),
    rgb(211, 17, 255) calc(99% * 100 / 150)
  );
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 150% auto;
  border-radius: 4px;
  transition: 0.2s background-position ease-out;
}
#fv .button a:nth-of-type(even), .cta-between .button a:nth-of-type(even) {
  background-image: linear-gradient(
    120deg,
    rgb(255, 51, 0) calc(-3% * 150 / 100),
    rgb(251, 77, 0) calc(5% * 150 / 100),
    rgb(247, 110, 0) calc(18% * 150 / 100),
    rgb(244, 136, 0) calc(31% * 150 / 100),
    rgb(241, 155, 0) calc(44% * 150 / 100),
    rgb(240, 166, 0) calc(58% * 150 / 100),
    rgb(240, 170, 0) calc(73% * 150 / 100)
  );
}
@media screen and (min-width: 768px) {
  #fv .button a, .cta-between .button a {
    padding: 0.2em 2.6rem;
    margin: 0 4.4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 44.2rem;
    min-height: 6.2rem;
    font-size: 2.24rem;
    text-indent: 0;
  }
}
#fv .button a + a, .cta-between .button a + a {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  #fv .button a + a, .cta-between .button a + a {
    margin-top: 0;
  }
}
#fv .button a:hover, .cta-between .button a:hover {
  opacity: 1;
  background-position: 0 50%;
}
#fv .button a::before, .cta-between .button a::before {
  content: "";
  margin: auto;
  display: inline-block;
  width: 1px;
  height: 2.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5.2rem;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  #fv .button a::before, .cta-between .button a::before {
    height: 3.3rem;
    right: 6.8rem;
  }
}
#fv .button a::after, .cta-between .button a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: calc(9 / 14.5 * 1em) solid currentColor;
  border-top: calc(6 / 14.5 * 1em) solid transparent;
  border-bottom: calc(6 / 14.5 * 1em) solid transparent;
}
#fv .button a:hover::after, .cta-between .button a:hover::after {
  -webkit-animation: arrow 0.4s ease;
  animation: arrow 0.4s ease;
}

/* article[id] */
article[id] {
  padding-top: 5.4rem;
  padding-bottom: 5.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  article[id] {
    padding-top: 12rem;
    padding-bottom: 12rem;
    display: flex;
  }
  article[id] > .container {
    flex-basis: 97.5rem;
  }
  article[id] > .title {
    flex-basis: 22.5rem;
    order: -10;
  }
}
article[id] h2 {
  padding-top: 0.2em;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  letter-spacing: calc(2.63 / 35 * 1em);
}
.scroll-color {
  background-image: linear-gradient(to right, currentColor 0%, currentColor 50%, rgb(255, 19, 70) 50%, rgb(255, 19, 70) 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-animation: 1ms slide-text-color linear backwards;
  animation: 1ms slide-text-color linear backwards;
  animation-timeline: view();
  animation-range: entry 0% cover 66%;
}
@media screen and (min-width: 768px) {
  article[id] h2 {
    padding-bottom: 0.2em;
    font-size: 4.8rem;
  }
}
article[id] h2 span {
  padding: 0.25em 0;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: calc(1.5 / 20 * 1em);
}
@media screen and (min-width: 768px) {
  article[id] h2 span {
    font-size: 2rem;
  }
}
article[id] > .title,
#issue .title {
  position: absolute;
  top: 2.4rem;
  right: calc(50% - 50vw);
  width: 6rem;
}
@media screen and (min-width: 768px) {
  article[id] > .title,
  #issue .title {
    position: static;
    top: auto;
    right: auto;
    width: auto;
  }
}
article[id] > .title em,
#issue .title em {
  --color-text: rgb(227, 227, 227);
  display: block;
  font-style: normal;
  font-family: var(--MarlideDisplay);
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to bottom, rgb(255, 19, 70) 33.33%, var(--color-text) 66.66%);
  background-repeat: no-repeat;
  background-size: 100% 300%;
  -webkit-background-clip: text;
  background-clip: text;
  transition: 0.8s background-position ease-out;
}
@media screen and (min-width: 768px) {
  article[id] > .title em,
  #issue .title em {
    font-size: 15rem;
  }
  article[id] > .title em {
    margin-left: calc((1200 / 225 * 50%) - 50vw + 2.4rem);
    position: -webkit-sticky;
    position: sticky;
    top: 12rem;
  }
}
article[id] > .title em.outside,
#issue .title em.outside {
  background-position: 50% 0%;
}
article[id] > .title em:not(.outside),
#issue .title em:not(.outside) {
  background-position: 50% 100%;
}
article[id] > .title em.dark,
#issue .title em.dark {
  --color-text: rgb(138, 138, 138);
}
article[id] > .title em.multi {
  mix-blend-mode: multiply;
}
article[id] > .title em span {
  display: inline-block;
  vertical-align: sub;
  font-size: 7rem;
}
article[id] > .container > .desc {
  padding: 0.4em 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  article[id] > .container > .desc {
    padding: 0.44em 0;
    font-size: 1.6rem;
    line-height: 1.88;
  }
}
article[id] > .container > .desc p {
  margin: 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: calc(0.48 / 16 * 1em);
  color: rgb(57, 57, 57);
}

/* news */
#news ul {
  padding: 2rem 0;
  margin: 0;
  list-style: none;
}
#news li + li {
  margin-top: 2rem;
}
#news li a {
  padding: 2.6rem 2.4rem;
  display: flex;
  flex-direction: column;
  background-color: rgb(227, 227, 227, 0.52);
}
@media screen and (min-width: 768px) {
  #news li a {
    flex-direction: row;
    align-items: center;
  }
  #news li a > .text {
    flex-basis: 52rem;
  }
  #news li a > .thumb {
    flex-basis: 30.8rem;
  }
}
#news li a::after {
  content: "";
  margin: 0 0 0 auto;
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid rgb(255, 19, 70);
  border-radius: 50%;
  box-sizing: border-box;
  background: url(../images/ico_arrow_rd.svg) no-repeat 50% 50%/1.2rem 0.9rem;
}
@media screen and (min-width: 768px) {
  #news li a::after {
    margin: auto 1.8rem 2.3rem auto;
    width: 5.2rem;
    height: 5.2rem;
    background-size: 2rem 1.5rem;
  }
}
#news li .text {
  padding: 1.2rem 0;
}
@media screen and (min-width: 768px) {
  #news li .text {
    padding: 0 4.4rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#news li h3 {
  margin: 0.2em 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: rgb(50, 50, 50);
}
@media screen and (min-width: 768px) {
  #news li h3 {
    margin: calc(0.2em + 0.8rem) 0;
    font-size: 2.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
#news li .desc {
  padding: calc(0.315em + 0.4rem) 0;
  border-top: 1px solid rgb(189, 189, 189);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
}
@media screen and (min-width: 768px) {
  #news li .desc {
    padding: calc(0.315em + 1.2rem) 0;
    font-size: 1.6rem;
    line-height: 1.63;
  }
}
#news li .desc p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgb(50, 50, 50);
}
@media screen and (min-width: 768px) {
  #news li .desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
#news li .thumb {
  order: -10;
}
#news li .thumb .image {
  aspect-ratio: 308 / 160;
}
@media screen and (min-width: 768px) {
  #news li .thumb .image {
    width: 30.8rem;
  }
}
#news li .thumb .image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* marketer */
#marketer .desc .logo {
  margin-right: 0.25em;
  display: inline-block;
  vertical-align: baseline;
}
#marketer .desc .logo img:first-of-type {
  margin-right: calc(6 / 16 * 1em);
  width: calc(23 / 16 * 1em);
}
#marketer .desc .logo img:last-of-type {
  margin: calc(4.5 / 16 * 1em) 0;
  width: calc(167 / 16 * 1em);
}
#marketer ul {
  padding: 2.4rem 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #marketer ul {
    padding: 3.3rem 0;
  }
}
#marketer ul.fadein:not(.outside) {
  transition-delay: 0.8s;
}
#marketer li {
  padding: 2.4rem 0;
}
@media screen and (min-width: 768px) {
  #marketer li {
    padding: 3.3rem 0;
    display: flex;
  }
  #marketer li > .person {
    flex-basis: 36.5rem;
  }
  #marketer li > .prof {
    flex-basis: 61rem;
  }
}
@media screen and (max-width: 767px) {
  /* sp only */
  #marketer .person {
    display: flex;
    align-items: flex-end;
  }
  #marketer .person > .photo {
    flex-basis: 17.6rem;
  }
  #marketer .person > .text {
    flex-basis: 13.9rem;
  }
}
#marketer .photo .image {
  margin-bottom: 0.9rem;
  width: 17.6rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #marketer .photo .image {
    margin-bottom: 1.3rem;
    width: 25.4rem;
  }
}
#marketer .photo .image::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  bottom: -0.9rem;
  left: 1.25rem;
  z-index: -10;
  width: 12.2rem;
  background-color: rgb(255, 19, 70);
  transform: skewX(346.3deg);
  transform-origin: left bottom;
}
@media screen and (min-width: 768px) {
  #marketer .photo .image::before {
    top: 1.3rem;
    bottom: -1.3rem;
    left: 1.9rem;
    width: 17.5rem;
  }
}
#marketer .photo .image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.65rem;
  z-index: -10;
  width: 12.2rem;
  background-image: linear-gradient(45deg, rgb(164, 164, 164) 16%, rgb(143, 143, 143) 32%, rgb(114, 114, 114) 58%, rgb(93, 93, 93) 84%, rgb(81, 81, 81) 110%, rgb(77, 77, 77) 135%);
  transform: skewX(346.3deg);
  transform-origin: left bottom;
}
@media screen and (min-width: 768px) {
  #marketer .photo .image::after {
    left: 1rem;
    width: 17.5rem;
  }
}
#marketer .photo .image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #marketer .text {
    padding: 2.4rem 0;
  }
}
#marketer .ttl {
  padding: 0.2em 0;
  margin-bottom: 1em;
  font-size: 1rem;
  font-weight: 600;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #marketer .ttl {
    font-size: 1.4rem;
  }
}
#marketer .name .ja {
  padding: 0.1em 0;
  font-size: 2rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #marketer .name .ja {
    font-size: 2.8rem;
  }
}
#marketer .name .en {
  padding: 0.2em 0 0 0;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #marketer .name .en {
    padding: 0.2em 0;
    margin-left: 1em;
    display: inline;
    font-size: 1.4rem;
  }
}
#marketer .prof strong {
  padding-top: 1.34em;
  padding-bottom: 0.67em;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.67;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #marketer .prof strong {
    padding-top: 0;
    padding-bottom: 0.67em;
    margin-top: -0.335em;
    font-size: 3rem;
  }
}
#marketer .prof dl {
  padding: 1.6rem;
  margin: 0;
  border-radius: 10px;
  background-color: rgb(227, 227, 227, 0.52);
}
@media screen and (min-width: 768px) {
  #marketer .prof dl {
    padding: 2.4rem 4rem;
  }
}
#marketer .prof dl > div {
  display: flex;
  flex-wrap: wrap;
}
#marketer .prof dt {
  padding: 0.4em 0;
  flex-basis: 5.1rem;
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: calc(0.42 / 14 * 1em);
}
@media screen and (min-width: 768px) {
  #marketer .prof dt {
    font-size: 1.4rem;
    flex-basis: 6.2rem;
  }
}
#marketer .prof dd {
  padding: 0.4em 0;
  margin: 0;
  flex-basis: 23.2rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: calc(0.42 / 14 * 1em);
  text-align: justify;
}
@media screen and (min-width: 768px) {
  #marketer .prof dd {
    flex-basis: 46.8rem;
    font-size: 1.4rem;
  }
}
#marketer .prof dd + dd {
  margin-left: 5.1rem;
}
@media screen and (min-width: 768px) {
  #marketer .prof dd + dd {
    margin-left: 6.2rem;
  }
}

/* issue */
@media screen and (min-width: 768px) {
  #issue {
    padding-top: 3.5rem;
    display: block;
    position: relative;
  }
  #issue .title {
    position: absolute;
    left: 0;
    top: 0;
  }
  #issue .title em {
    min-height: 58.7rem;
    text-align: center;
  }
}
/* issue slide */
@media screen and (max-width: 767px) {
  /* sp only */
  #issue {
    padding: 0 calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    background-color: rgb(227, 227, 227, 0.52);
  }
  #issue .title em.dark {
    --color-text: rgb(227, 227, 227);
  }
  #issue .slide {
    padding: 0 calc(50vw - 50%) 6.4rem calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    background-color: rgb(135, 137, 134);
  }
  #issue .slide .page0 {
    padding: 5.4rem calc(50vw - 50%) 0 calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0, 0.7) url(../images/bg_issue.webp) no-repeat 50% 50% / cover;
    background-blend-mode: multiply;
  }
  #issue .slide .page1 {
    margin-top: 6.4rem;
  }
  #issue .slide .page2 {
    margin-top: 3.6rem;
  }
}
#issue .slide .page1,
#issue .slide .page2 {
  margin-bottom: 3.2rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 10px;
  background-color: rgb(234, 234, 234);
}
@media screen and (max-width: 767px) {
  /* sp only */
  #issue .slide .page1,
  #issue .slide .page2 {
    margin-bottom: 0;
    background-color: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 768px) {
  #issue .slide .page1,
  #issue .slide .page2 {
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
  }
}
#issue .slide .page h3 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 768px) {
  #issue .slide .page h3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
  }
}
#issue .slide .page h3,
#issue .slide .hd_page2 {
  padding: 1.75rem 3.2rem;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #issue .slide .page h3,
  #issue .slide .hd_page2 {
    padding: 3.6rem 0;
    font-size: 2.6rem;
    font-weight: 300;
  }
}
#issue .slide .page h3::before,
#issue .slide .hd_page2::before {
  content: "";
  margin-right: 1.2rem;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  box-sizing: border-box;
  background: url(../images/ico_arrow.svg) no-repeat 50% 50% / calc(20 / 26 * 1em) auto;
  rotate: -90deg;
  transition: 0.4s rotate ease-out;
}
@media screen and (min-width: 768px) {
  #issue .slide .page h3::before,
  #issue .slide .hd_page2::before {
    margin-bottom: 1.6rem;
    margin-right: 0;
    width: 5rem;
    height: 5rem;
    border-width: 1.5px;
    rotate: 0deg;
  }
  #issue .slide .page.finish h3::before {
    rotate: 180deg;
  }
}
#issue .slide .page1 h3 {
  background-image: linear-gradient(45deg, rgb(77, 77, 77) 0%, rgb(51, 51, 51) 100%);
}
#issue .slide .page2 h3,
#issue .slide .hd_page2 {
  background-image: linear-gradient(45deg, rgb(220, 0, 60) 0%, rgb(229, 0, 72) 30%, rgb(220, 0, 60) 72%, rgb(184, 26, 53) 100%);
}
#issue .slide .page h3 em,
#issue .slide .hd_page2 em {
  font-size: calc(32 / 26 * 1em);
  font-style: normal;
}
@media screen and (max-width: 767px) {
  /* sp only */
  #issue .slide .hd_page2 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #issue .sticky_container {
    padding-bottom: 9.126rem;
    min-height: calc(97.5rem + 200vw - 33rem);
    box-sizing: border-box;
  }
  #issue .sticky_item {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 0;
  }
  #issue .slide {
    padding-top: 8.5rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    overflow-x: scroll;
  }
  #issue .slide.nobar {
    overflow: hidden;
  }
  #issue .slide .page {
    flex-basis: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
    min-height: 58.7rem;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    box-sizing: border-box;
    scroll-snap-align: start;
  }
  #issue .slide .page0 {
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0, 0.7) url(../images/bg_issue.webp) no-repeat 50% 50% / cover;
    background-blend-mode: multiply;
  }
  #issue .slide .page1 {
    margin-left: -22rem;
  }
  #issue .slide .page2 {
    padding-left: 11rem;
    margin-left: -22rem;
    background-clip: content-box;
  }
  #issue .slide .page1:not(.finish) + .page2 {
    z-index: -10;
  }
  #issue .slide .page1 h3,
  #issue .slide .page2 h3,
  #issue .slide .hd_page2 {
    width: 11rem;
    box-sizing: border-box;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #issue .slide .page1 h3,
  #issue .slide .page2 h3 {
    flex-basis: 11rem;
    flex-shrink: 0;
  }
  #issue .slide .hd_page2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 58.7rem;
  }
  #issue .slide .page1 .content,
  #issue .slide .page2 .content {
    flex-grow: 1;
  }
}
/* issue footer */
#issue .footer {
  padding: 3.2rem 0;
}
@media screen and (min-width: 768px) {
  #issue .footer {
    padding: 2.1rem 0;
    margin-bottom: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transition:
      0.4s opacity ease-in-out,
      0.4s translate ease-out;
  }
  #issue .footer:not(.visible) {
    opacity: 0;
    translate: 0 0.75em;
  }
  #issue .footer.visible {
    opacity: 1;
  }
}
#issue .footer strong {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: calc(1.2 / 20 * 1em);
  text-indent: calc(1.2 / 20 * 1em);
  text-align: center;
  font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #issue .footer strong {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: calc(2.25 / 30 * 1em);
    text-indent: calc(2.25 / 30 * 1em);
  }
}
#issue .footer strong em {
  font-style: normal;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
  -webkit-text-decoration-color: rgb(255, 19, 70);
  text-decoration-color: rgb(255, 19, 70);
}
#issue .footer .logo img:first-of-type {
  width: 3rem;
}
#issue .footer .logo img:last-of-type {
  margin-left: 0.7rem;
  width: 22.6rem;
}
@media screen and (min-width: 768px) {
  #issue .footer .logo img:first-of-type {
    width: 4.7rem;
  }
  #issue .footer .logo img:last-of-type {
    margin-left: 1.1rem;
    width: 35.2rem;
  }
}
/* issue page0 .content */
#issue .slide .page0 .content {
  padding-bottom: 3.2rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #issue .slide .page0 .content {
    padding-bottom: 0;
  }
}
#issue .page0 .desc {
  padding: 1.65em 0;
  font-size: 1.8rem;
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  #issue .page0 .desc {
    font-size: 3rem;
  }
}
#issue .page0 .desc p {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  #issue .page0 .desc p {
    color: rgb(255, 255, 255);
  }
}
#issue .page0 .desc em {
  padding: 0 0.25em;
  margin-left: -0.25em;
  display: inline-block;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-image: linear-gradient(to left, rgb(255, 19, 70) 0%, rgb(255, 19, 70) 100%);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100% 85%;
}
#issue .page0 .content:not(.outside) .desc em {
  transition: 0.4s background-size ease-out 1.2s;
}
#issue .page0 .content.outside .desc em {
  background-size: 0 85%;
}
#issue .page0 .scroll {
  display: none;
}
@media screen and (min-width: 768px) {
  #issue .page0 .scroll {
    padding: 3.3rem 0;
    margin-left: auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: var(--MarlideDisplay);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: calc(1.5 / 20 * 1em);
    color: rgb(255, 255, 255);
  }
  #issue .page0 .scroll::after {
    content: "";
    display: block;
    width: 12.6rem;
    height: 1px;
    background-color: rgb(255, 255, 255);
    -webkit-animation: 2.4s expand ease-in-out infinite;
    animation: 2.4s expand ease-in-out infinite;
  }
}

/* issue section.page */
#issue section.page .content {
  padding: 2.3rem 0;
}
@media screen and (min-width: 768px) {
  #issue section.page .content {
    padding-bottom: 0;
  }
  #issue section.page .wrap {
    margin: 0 auto;
    max-width: 104.7rem;
    height: 100%;
  }
}
#issue section.page dl {
  padding: 1.1rem 0;
  margin: 0 auto;
  max-width: 27.8rem;
}
@media screen and (min-width: 768px) {
  #issue section.page dl {
    padding: 1.6rem 3rem;
    margin: 0;
    max-width: none;
    display: flex;
    justify-content: space-between;
  }
}
#issue section.page dl > div {
  padding: 1.1rem 0;
  display: grid;
  grid-template-columns: 3.5rem auto;
  grid-template-rows: auto 1fr;
  gap: 0 1.6rem;
}
@media screen and (min-width: 768px) {
  #issue section.page dl > div {
    padding: 1.6rem 3rem;
    grid-template-columns: 5.5rem auto;
    flex-basis: calc(1 / 3 * 100%);
    box-sizing: border-box;
  }
}
#issue section.page dt {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: rgb(50, 50, 50);
}
@media screen and (min-width: 768px) {
  #issue section.page dt {
    line-height: 1.5;
  }
}
#issue section.page dt span {
  display: block;
  font-size: 1.7rem;
}
#issue section.page dd {
  margin: 0;
}
#issue section.page dd.desc {
  padding: 0.3em 0;
  margin-top: 0.6em;
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  border-top: 1px solid rgb(162, 164, 165);
  font-size: 1.4rem;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.6;
  letter-spacing: calc(1 / 16 * 1em);
  text-align: justify;
  color: rgb(50, 50, 50);
}
@media screen and (min-width: 768px) {
  #issue section.page dd.desc {
    padding: 0.35em 0;
    margin-top: 0.7em;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
#issue section.page dd.icon {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
@media screen and (max-width: 767px) {
  /* sp only */
  #issue section.page dd.icon {
    display: flex;
    align-items: center;
    grid-row: 1 / 2;
  }
}
#issue section.page dd.icon .image {
  width: 3.5rem;
}
@media screen and (min-width: 768px) {
  #issue section.page dd.icon .image {
    width: 5.5rem;
  }
}
#issue section.page dd.icon .image img {
  width: 100%;
}
/* issue factor */
#issue section.page .factor {
  padding: 1rem 0 0.8rem 0;
}
@media screen and (min-width: 768px) {
  #issue section.page .factor {
    padding: 0;
  }
}
#issue section.page .factor strong {
  padding: 0.75em 0;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: calc(1.89 / 27 * 1em);
  text-indent: calc(1.89 / 27 * 1em);
  text-align: center;
  color: rgb(255, 19, 70);
}
@media screen and (min-width: 768px) {
  #issue section.page .factor strong {
    padding: 0.2em 0;
    margin-bottom: 0.2em;
    font-size: 2.7rem;
    line-height: 1.4;
  }
}
/* issue worry */
@media screen and (max-width: 767px) {
  /* sp only */
  #issue .worry {
    position: relative;
    z-index: 0;
  }
}
#issue .worry .req {
  padding: 0.25em 0;
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-indent: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #issue .worry .req {
    font-size: 3rem;
  }
}
#issue .worry ul {
  padding: 2rem 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #issue .worry ul {
    padding: 0;
    min-height: 11rem;
    display: flex;
    align-items: center;
  }
}
#issue .worry .res {
  padding: 0.2em 0.7em;
  margin: 0;
  flex-basis: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 7.6rem;
  border-radius: 1.4em;
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  color: rgb(128, 128, 128);
}
@media screen and (max-width: 767px) {
  /* sp only */
  #issue .worry li:nth-of-type(even) {
    margin-left: auto;
  }
  #issue .worry li:last-of-type {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  #issue .worry .res {
    min-height: 2.8em;
    font-size: 1.6rem;
  }
  #issue .worry .res2 {
    margin-top: 1.6rem;
  }
}
#issue .worry .res::before {
  content: "";
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  z-index: -10;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  /* sp only */
  #issue .page1 .worry .res1::before {
    width: 23.35rem;
    height: 6.65rem;
    background-image: url(../images/bg_issue_worry1-1_sp.svg);
    translate: 7% -4%;
  }
  #issue .page1 .worry .res2::before {
    width: 23.65rem;
    height: 9.4rem;
    background-image: url(../images/bg_issue_worry1-2_sp.svg);
    translate: 0% -15%;
  }
  #issue .page1 .worry .res3::before {
    width: 23.5rem;
    height: 9.15rem;
    background-image: url(../images/bg_issue_worry1-3_sp.svg);
    translate: 0% -15%;
  }
  #issue .page2 .worry .res1::before {
    width: 25.2rem;
    height: 7.8rem;
    background-image: url(../images/bg_issue_worry2-1_sp.svg);
    translate: 7% -4%;
  }
  #issue .page2 .worry .res2::before {
    width: 28.65rem;
    height: 10.1rem;
    background-image: url(../images/bg_issue_worry2-2_sp.svg);
    translate: -1% -15%;
  }
  #issue .page2 .worry .res3::before {
    width: 26.85rem;
    height: 8.2rem;
    background-image: url(../images/bg_issue_worry2-3_sp.svg);
    translate: -8% -10%;
  }
}
@media screen and (min-width: 768px) {
  #issue .page1 .worry .res1::before {
    width: 26.2rem;
    height: 7.5rem;
    background-image: url(../images/bg_issue_worry1-1.svg);
    translate: 7% -4%;
  }
  #issue .page1 .worry .res2::before {
    width: 26.5rem;
    height: 10.5rem;
    background-image: url(../images/bg_issue_worry1-2.svg);
    translate: 0 -15%;
  }
  #issue .page1 .worry .res3::before {
    width: 29.4rem;
    height: 8.8rem;
    background-image: url(../images/bg_issue_worry1-3.svg);
    translate: -7% -7%;
  }
  #issue .page2 .worry .res1::before {
    width: 27.6rem;
    height: 8.5rem;
    background-image: url(../images/bg_issue_worry2-1.svg);
    translate: 7% -4%;
  }
  #issue .page2 .worry .res2::before {
    width: 31.7rem;
    height: 10.9rem;
    background-image: url(../images/bg_issue_worry2-2.svg);
    translate: 0 -12%;
  }
  #issue .page2 .worry .res3::before {
    width: 29.4rem;
    height: 9rem;
    background-image: url(../images/bg_issue_worry2-3.svg);
    translate: -7% -9%;
  }
}

/* point */
#point {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #point > .title {
    padding-top: 22.2rem;
    padding-bottom: 5.6rem;
  }
  #point > .title em span {
    display: inline-block;
    height: 14.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  /* sp only */
  #point > .title em.mult {
    mix-blend-mode: normal;
  }
  #point > .title em span {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #point h2 {
    padding-bottom: 5.4rem;
    font-size: 4.8rem;
  }
}
#point h2 .logo {
  padding-top: 0.2em;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-size: inherit;
}
#point h2 img:first-of-type {
  margin-right: calc(13 / 48 * 1em);
  width: calc(52 / 48 * 1em);
}
#point h2 img:last-of-type {
  width: calc(390 / 48 * 1em);
}
#point h2 .spsm {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #point h2 {
    letter-spacing: 0;
    white-space: nowrap;
    font-feature-settings: "palt";
  }
  #point h2 .spsm {
    font-size: 2rem;
  }
}
#point section {
  padding-top: 9rem;
  padding-bottom: 9rem;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
#point section:first-of-type {
  padding-top: calc(9rem - 0.5rem);
}
@media screen and (min-width: 768px) {
  #point section {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
    padding-left: calc((50vw - 1200 / 975 * 50%) + 22.5rem);
    padding-right: calc(50vw - 1200 / 975 * 50%);
    margin-left: calc((1200 / 975 * 50% - 50vw) - 22.5rem);
    margin-right: calc(1200 / 975 * 50% - 50vw);
    min-height: 45rem;
  }
  #point section:first-of-type {
    padding-top: 5.6rem;
  }
}
#point section:nth-of-type(even) {
  background-color: rgb(247, 247, 248);
}
/* point section */
@media screen and (max-width: 767px) {
  /* sp only */
  #point .wrap {
    display: flex;
    flex-direction: column;
  }
  #point .wrap > h3 {
    order: -20;
  }
  #point .wrap > h3 + .notes {
    order: -20;
  }
  #point .wrap > .mock {
    order: -10;
  }
}
@media screen and (min-width: 768px) {
  #point .wrap {
    display: grid;
    grid-template-columns: 47.9rem 46rem;
    grid-template-rows: auto auto auto;
    -moz-column-gap: 3.6rem;
    column-gap: 3.6rem;
    row-gap: 1.8rem;
  }
  #point .wrap > h3 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  #point .wrap > h3 + .notes {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  #point .wrap > .text {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  #point .wrap > .mock {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
  }
  #point section:nth-of-type(even) .wrap {
    grid-template-columns: 46rem 47.9rem;
  }
  #point section:nth-of-type(even) .wrap > h3 {
    grid-column: 2 / 3;
  }
  #point section:nth-of-type(even) .wrap > h3 + .notes {
    grid-column: 2 / 3;
  }
  #point section:nth-of-type(even) .wrap > .text {
    grid-column: 2 / 3;
  }
  #point section:nth-of-type(even) .wrap > .mock {
    grid-column: 1 / 2;
  }
}
#point h3 {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: rgb(255, 19, 70);
}
@media screen and (min-width: 768px) {
  #point h3 {
    padding-top: 0;
    font-size: 3rem;
    line-height: 1.43;
    letter-spacing: 0.1em;
  }
}
#point h3 span {
  padding-bottom: 0.5em;
  display: block;
  font-family: var(--MarlideDisplay);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #point h3 span {
    font-size: 3rem;
  }
}
#point .notes {
  padding: 0.32em 0;
  font-size: 1.3rem;
  line-height: 1.64;
}
@media screen and (min-width: 768px) {
  #point .notes {
    font-size: 1.4rem;
  }
}
#point h3 + .notes {
  padding-top: 0;
  padding-bottom: 0.66rem;
}
@media screen and (min-width: 768px) {
  #point h3 + .notes {
    padding-bottom: 0;
    margin-top: -1.64em;
  }
}
#point .notes p {
  padding-left: 1.05em;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-indent: -1.05em;
  color: rgb(57, 57, 57);
}
#point .notes p::before {
  content: "\203B";
}
#point .notes p .logo {
  padding: 0 0.25em;
  padding-bottom: 0.1em;
  display: inline-block;
  vertical-align: middle;
  width: 12.8rem;
  box-sizing: border-box;
  text-indent: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #point .notes p .logo {
    width: 11.3rem;
  }
}
#point .notes p .logo img {
  width: 100%;
}
#point .desc {
  padding: 0.375em 0;
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  #point .desc {
    font-size: 1.6rem;
  }
}
#point .desc p {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgb(57, 57, 57);
}
#point .mock {
  padding: 1.5rem 0 3rem 0;
}
@media screen and (min-width: 768px) {
  #point .mock {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  #point .mock .image {
    width: 46rem;
  }
}
#point .mock .image video {
  width: 100%;
}

/* point ul */
#point ul {
  padding: 3rem 0 0 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid rgb(189, 189, 189);
}
@media screen and (min-width: 768px) {
  #point ul {
    margin-top: 4.4rem;
    display: flex;
    border-bottom: none;
  }
  #point li {
    flex-basis: calc(1 / 3 * 100%);
  }
}
#point li {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  border-top: 1px solid rgb(189, 189, 189);
}
@media screen and (min-width: 768px) {
  #point li {
    /* padding: 0; */
    padding: 0 2rem;
    flex-direction: column;
    border-top: none;
  }
  #point li:not(:first-of-type) {
    border-left: 1px solid rgb(189, 189, 189);
  }
}
#point li > .icon {
  flex-basis: 9rem;
}
@media screen and (min-width: 768px) {
  #point li > .icon {
    flex-basis: auto;
  }
}
#point li .icon .image {
  width: 9rem;
}
@media screen and (min-width: 768px) {
  #point li .icon .image {
    width: 14.2rem;
  }
}
#point li .icon .image img {
  width: 100%;
}
#point li p {
  padding: 0.35em 0 0.35em 1rem;
  margin: 0.5em 0 0 0;
  flex-basis: 22.5rem;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: rgb(57, 57, 57);
}
@media screen and (min-width: 768px) {
  #point li p {
    padding: 0.175em 0;
    flex-basis: auto;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: 0.05em;
  }
  #point li:last-of-type p {
    margin-right: -2em;
  }
}

/* feature */
/* feature title */
#feature .title {
  padding-top: 2rem;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
#feature .scroller {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: 20s infini-scroll linear infinite;
  animation: 20s infini-scroll linear infinite;
}
#feature .title .logo {
  padding: 0 6rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 116.6rem;
  box-sizing: border-box;
}
#feature .title .logo img:first-of-type {
  width: 12rem;
  max-width: none;
}
#feature .title .logo img:last-of-type {
  width: 89.7rem;
  max-width: none;
}

/* feature container */
#feature .container {
  padding: 8.5rem 0;
  display: flex;
  flex-direction: column;
}
#feature .container > .photo {
  order: -10;
}
@media screen and (min-width: 768px) {
  #feature .container {
    padding: 13rem 0 0 22.5rem;
    flex-direction: row;
    box-sizing: border-box;
  }
  #feature .container > .photo {
    flex-basis: 42.3rem;
    order: 0;
  }
  #feature .container > .text {
    flex-basis: 55.2rem;
  }
}
/* feature photo */
#feature .photo {
  display: flow-root;
}
#feature .photo .image {
  margin-bottom: 7.7rem;
  width: 28rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #feature .photo .image {
    margin-bottom: 11.7rem;
    width: 42.3rem;
  }
}
#feature .photo .image::before {
  content: "";
  position: absolute;
  z-index: -10;
  top: calc(166 / 436 * 100%);
  left: calc(75 / 423 * 100%);
  width: calc(446 / 423 * 100%);
  aspect-ratio: 446 / 387;
  background-color: rgb(235, 235, 235);
}
#feature .photo .image img {
  width: 100%;
}
/* feature text */
#feature .desc {
  padding: 1em 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  #feature .desc {
    padding: 1.8em 0;
    font-size: 1.8rem;
  }
}
#feature .desc p {
  padding: 1em 0;
  margin: 0;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  #feature .desc p {
    padding: 1.8em 0;
  }
}
#feature .desc p em {
  font-style: normal;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
#feature .desc strong {
  font-size: 1.7rem;
  font-weight: inherit;
}
@media screen and (min-width: 768px) {
  #feature .desc strong {
    font-size: 2.5rem;
  }
}
#feature .desc strong em {
  font-size: 2.1rem;
  font-style: normal;
  line-height: 1.6;
  text-decoration: none;
  color: rgb(255, 19, 70);
}
@media screen and (min-width: 768px) {
  #feature .desc strong em {
    font-size: 3rem;
  }
}
#feature .desc strong .logo {
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
#feature .desc strong img:first-of-type {
  margin-right: calc(10 / 25 * 1em);
  width: calc(43 / 25 * 1em);
}
#feature .desc strong img:last-of-type {
  width: calc(319 / 25 * 1em);
}

/* service */
#service h2 {
  padding-bottom: 10rem;
}
#service table {
  margin: 10px 0;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #service table {
    margin: 10px 0 calc(10px + 1.7rem) 0;
    position: static;
    z-index: auto;
  }
}
#service table th,
#service table td {
  padding: 0;
}
#service table .th,
#service table .td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
#service thead .th,
#service thead .td {
  min-height: 4rem;
}
@media screen and (min-width: 768px) {
  #service thead .th,
  #service thead .td {
    min-height: 10rem;
  }
}
#service tbody .th {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  min-height: 4rem;
}
@media screen and (min-width: 768px) {
  #service tbody .th {
    width: auto;
  }
}
#service tbody .td {
  height: 100%;
  min-height: 5.9rem;
}
@media screen and (min-width: 768px) {
  #service tbody .th,
  #service tbody .td {
    min-height: 11.8rem;
  }
  #service .term {
    width: 24.3rem;
  }
  #service .our {
    width: 34rem;
  }
  #service .other {
    width: 19.6rem;
  }
}
#service thead th:nth-of-type(n + 3) .th,
#service tbody td:nth-of-type(n + 2) .td {
  border-left: 2px solid rgb(255, 255, 255);
}
#service thead th:nth-of-type(2) {
  position: relative;
  z-index: 0;
}
#service thead th:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -1px;
  right: -1px;
  z-index: -10;
  height: calc(55rem + 20px);
  border: solid 1px rgb(255, 19, 70);
  border-radius: 10px;
  box-sizing: border-box;
  background-image: linear-gradient(45deg, rgb(220, 0, 60, 0.05) 1%, rgb(255, 19, 70, 0.05) 37%, rgb(255, 123, 157, 0.05) 100%);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #service thead th:nth-of-type(2)::before {
    left: -2px;
    right: -2px;
    height: calc(80.8rem + 20px + 0.7rem);
    border-width: 2px;
  }
}
#service thead th:nth-of-type(n + 3) {
  background-color: rgb(227, 227, 227);
}
#service tbody th {
  background-image: linear-gradient(45deg, rgb(220, 0, 60) 0%, rgb(229, 0, 72) 30%, rgb(220, 0, 60) 72%);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #service tbody tr:not(:first-of-type) .th {
    border-top: 1px solid rgb(255, 255, 255);
  }
}
#service tbody tr:nth-of-type(even) td {
  background-color: rgb(247, 247, 248);
}
#service tbody tr:nth-of-type(odd) td {
  background-color: rgb(247, 247, 248, 0.4);
}
@media screen and (max-width: 767px) {
  /* sp only */
  #service table {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: auto;
  }
  #service table,
  #service thead,
  #service tbody,
  #service th,
  #service td {
    display: block;
  }
  #service tr {
    display: flex;
    flex-wrap: wrap;
  }
  #service thead tr th:first-of-type {
    display: none;
  }
  #service tbody tr th {
    flex-basis: 100%;
    z-index: 10;
  }
  #service thead tr th:nth-of-type(2),
  #service tbody tr td:first-of-type {
    flex-basis: 18rem;
  }
  #service thead tr th:nth-of-type(n + 3),
  #service tbody tr td:not(:first-of-type) {
    flex-basis: 8.25rem;
  }
}
/* service div */
#service thead .th {
  padding: 0.25em 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #service thead .th {
    font-size: 2rem;
  }
}
#service thead tr th:nth-of-type(2) .th {
  background-color: rgb(255, 255, 255);
}
#service thead tr th:nth-of-type(2) .th::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  right: 0;
  z-index: -10;
  height: 10px;
  border-radius: 10px 10px 0 0;
  background-color: inherit;
}
@media screen and (min-width: 768px) {
  #service thead tr th:nth-of-type(2) .th::before {
    bottom: calc(100% - 2px);
  }
}
#service thead .logo img:first-of-type {
  width: 1.8rem;
}
#service thead .logo img:last-of-type {
  margin-left: 0.5rem;
  width: 13.1rem;
}
@media screen and (min-width: 768px) {
  #service thead .logo img:first-of-type {
    width: 3.1rem;
  }
  #service thead .logo img:last-of-type {
    margin-left: 0.7rem;
    width: 23.1rem;
  }
}
#service tbody .th {
  padding: 0.25em 0.9rem;
  justify-self: flex-start;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #service tbody .th {
    padding: 0.25em 0;
    justify-self: stretch;
    font-size: 2rem;
    text-align: center;
  }
}
#service tbody .td {
  padding: 0.25em 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  color: rgb(102, 102, 102);
}
@media screen and (min-width: 768px) {
  #service tbody .td {
    font-size: 2rem;
  }
}
#service tbody .td em {
  font-size: calc(50 / 24 * 100%);
  font-style: normal;
}
#service tbody td:first-of-type .td {
  color: rgb(255, 19, 70);
}
@media screen and (min-width: 768px) {
  #service tbody td:first-of-type .td {
    padding: 0.125em 0;
    font-size: 2.4rem;
    line-height: 1;
  }
}
#service tbody td:first-of-type .td .line2 {
  display: block;
  margin-top: 1.6rem;
}
#service tbody .td .grade img[src$="/ico_excellent.svg"] {
  width: 2.7rem;
}
#service tbody .td .grade img[src$="/ico_good.svg"] {
  width: 2.3rem;
}
#service tbody .td .grade img[src$="/ico_pass.svg"] {
  width: 2.4rem;
}
#service tbody .td .grade img[src$="/ico_fail.svg"] {
  width: 2rem;
}
@media screen and (min-width: 768px) {
  #service tbody .td .grade img[src$="/ico_excellent.svg"] {
    width: 5.8rem;
  }
  #service tbody .td .grade img[src$="/ico_good.svg"] {
    width: 5rem;
  }
  #service tbody .td .grade img[src$="/ico_pass.svg"] {
    width: 3.7rem;
  }
  #service tbody .td .grade img[src$="/ico_fail.svg"] {
    width: 3rem;
  }
}
#service tbody .td .notes {
  padding-top: 0.2em;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #service tbody .td .notes {
    font-size: 1.5rem;
  }
}
#service tbody .td .notes p {
  margin: 0;
  font-weight: 500;
  color: rgb(102, 102, 102);
}
/* service notes */
#service table + .notes {
  padding: 0.5em 0;
  margin-bottom: 5.8rem;
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #service table + .notes {
    padding: 0.5em 0;
    font-size: 1.5rem;
  }
}
#service table + .notes p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: end;
  color: rgb(102, 102, 102);
}

/* flow */
#flow {
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background-image: linear-gradient(to bottom, rgb(108, 108, 107) 17%, rgb(81, 83, 84) 100%);
}
/* #flow 特別対応: 縦書きFlowの上半分色を赤→白(濃色背景下の視認性確保) */
#flow > .title em {
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 33.33%, var(--color-text) 66.66%);
}
@media screen and (min-width: 768px) {
  #flow {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }
}
#flow h2 {
  padding: 4rem 0;
  color: rgb(255, 255, 255);
}
#flow ol {
  padding: 3.8rem 0;
  margin: 0;
  list-style: none;
  max-width: 75rem;
}
@media screen and (min-width: 768px) {
  #flow ol {
    padding: 0.9rem 0;
  }
}
#flow li {
  padding: 2.2rem 2rem 2.2rem 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  background-image: linear-gradient(to right, rgba(135, 137, 134, 0.4) 1%, rgb(133, 135, 132) 92%);
}
@media screen and (min-width: 768px) {
  #flow li {
    padding: 3.2rem 6rem 3.2rem 7rem;
  }
}
#flow li:not(:first-of-type) {
  margin-top: 3.8rem;
}
@media screen and (min-width: 768px) {
  #flow li:not(:first-of-type) {
    margin-top: 0.9rem;
  }
}
#flow .step {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.7rem;
  height: 5.7rem;
  border-radius: 50%;
  position: absolute;
  top: -1.3rem;
  left: -1.1rem;
  font-family: var(--MarlideDisplay);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  color: rgb(255, 19, 70);
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #flow .step {
    width: 7.3rem;
    height: 7.3rem;
    top: 0;
    bottom: 0;
    left: -3.65rem;
    font-size: 1.8rem;
  }
}
#flow .step em {
  font-size: calc(38 / 18 * 1em);
  font-style: normal;
}
#flow .icon {
  flex-basis: 6.8rem;
}
@media screen and (min-width: 768px) {
  #flow .icon {
    flex-basis: 9.8rem;
  }
}
#flow .icon .image {
  width: 6.8rem;
}
@media screen and (min-width: 768px) {
  #flow .icon .image {
    width: 9.8rem;
  }
}
#flow .icon img {
  width: 100%;
}
#flow section {
  flex-basis: 18.2rem;
}
@media screen and (min-width: 768px) {
  #flow section {
    flex-basis: 48.4rem;
  }
}
#flow h3 {
  padding: 0 0 0.25em 0;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #flow h3 {
    font-size: 2rem;
  }
}
#flow .desc {
  padding: 0.3em 0 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #flow .desc {
    padding: 0.4em 0 0 0;
    line-height: 1.8;
  }
}
#flow .desc p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgb(255, 255, 255);
  text-align: justify;
}
#flow .desc p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

/* meeting */
#meeting {
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: rgb(247, 247, 248);
}
@media screen and (max-width: 767px) {
  /* sp only */
  #meeting h2 {
    font-size: 2.4rem;
  }
  #meeting .desc {
    padding-right: 3em;
  }
}
#meeting h2 {
  padding-bottom: 0.2em;
  letter-spacing: 0.05em;
}

/* meeting timerex */
#meeting .timerex {
  padding: 3.6rem 0;
  margin: 0 -1.5rem;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #meeting .timerex {
    margin: 0;
  }
}
#timerex_calendar {
  background-color: transparent !important;
}
#timerex_calendar > div {
  margin: 0 !important;
  min-width: auto !important;
  max-width: none !important;
  background-color: transparent !important;
}

/* contact */
@media screen and (min-width: 768px) {
  #contact .container {
    padding-left: 5rem;
    padding-right: 27.5rem;
    box-sizing: border-box;
  }
}
#contact .desc .inq {
  display: inline-block;
  width: 1em;
  text-align: center;
  color: rgb(255, 19, 70);
}
#contact .desc + section h3 {
  padding: 0.2em 0;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#contact .desc + section {
  padding: 3.4rem 0;
}
#contact .desc + section .desc {
  padding: 0.44em 0;
  font-size: 1.6rem;
  line-height: 1.88;
}
#contact .desc + section .desc p {
  margin: 0;
  font-weight: 600;
  letter-spacing: calc(0.48 / 16 * 1em);
  color: rgb(57, 57, 57);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#contact .timerex {
  padding: 3.6rem 0;
  margin: 0 -1.5rem;
}
@media screen and (min-width: 768px) {
  #contact .timerex {
    margin: 0;
  }
}

/* contact mailform */
#mailform {
  padding: 1.6rem 0;
}

#mailform dl {
  padding: 0.9rem 0;
  margin: 0;
}
#mailform.confirm dl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 2.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  border-radius: 14px;
  background-color: rgb(241, 241, 241);
}
@media screen and (min-width: 768px) {
  #mailform.confirm dl {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
#mailform dl > div {
  padding: 0.4rem 0;
}
@media screen and (min-width: 768px) {
  #mailform dl > div {
    padding: 0.9rem 0;
  }
}
#mailform.confirm dl > div {
  border-bottom: 1px solid rgb(221, 221, 221);
}
#mailform dd {
  margin: 0;
}
#mailform label,
#mailform.confirm dt {
  padding: 0.3em 0;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: rgb(57, 57, 57);
}
@media screen and (min-width: 768px) {
  #mailform label,
  #mailform.confirm dt {
    font-size: 1.4rem;
  }
}
#mailform .agree label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: calc(0.48 / 16 * 1em);
}
@media screen and (min-width: 768px) {
  #mailform .agree label {
    justify-content: flex-start;
    font-size: 1.6rem;
  }
}
#mailform .agree label .logo {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
#mailform .agree label .logo img:first-of-type {
  width: calc(26 / 16 * 1em);
}
#mailform .agree label .logo img:last-of-type {
  margin-left: calc(12 / 16 * 1em);
  width: calc(192 / 16 * 1em);
}
#mailform .agree label a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
#mailform label .inq {
  color: rgb(255, 19, 70);
}
#mailform input:not([type="checkbox"]),
#mailform textarea,
#mailform select,
#mailform.confirm dd {
  padding: 0.5em 1em;
  margin: 0;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border: none;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #mailform input:not([type="checkbox"]),
  #mailform textarea,
  #mailform select,
  #mailform.confirm dd {
    font-size: 1.6rem;
  }
}
#mailform input:not([type="checkbox"]),
#mailform textarea,
#mailform select {
  background-color: rgb(241, 241, 241);
  transition: 0.2s background-color ease-out;
}
#mailform input:not([type="checkbox"]):focus,
#mailform textarea:focus {
  background-color: rgb(241, 241, 241, 0.6);
}
#mailform input[type="checkbox"] {
  margin-right: 0.5em;
  flex-shrink: 0;
  border-radius: 2px;
  border: solid 1px rgb(57, 57, 57);
  background-color: rgb(255, 255, 255);
}
#mailform input[type="checkbox"]::before {
  border-color: rgb(255, 19, 70);
}
#mailform select:invalid,
#mailform select option:first-child {
  color: rgb(138, 138, 138);
}
#mailform textarea {
  field-sizing: content;
  min-height: 16rem;
}
#mailform .multi {
  display: flex;
  justify-content: space-between;
}
#mailform .multi input {
  flex-basis: calc(50% - 0.5rem);
}
#mailform .select {
  position: relative;
  pointer-events: none;
}
#mailform .select select {
  pointer-events: auto;
}
#mailform .select::after {
  content: "";
  margin: auto;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid rgb(138, 138, 138);
  border-right: 1px solid rgb(138, 138, 138);
  box-sizing: border-box;
  rotate: 45deg;
}
@media screen and (min-width: 768px) {
  #mailform .select::after {
    right: 2.2rem;
    width: 1.1rem;
    height: 1.1rem;
  }
}
#mailform.confirm .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mailform.confirm .buttons > form {
  flex-basis: calc(50% - 1.5rem);
}
#mailform .button {
  padding: 2.6rem 0;
}
#mailform .button .agree {
  padding-bottom: 6.8rem;
}
#mailform.confirm .button .agree {
  display: none;
}
#mailform button,
#mailform.finish .button a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30rem;
  min-height: 4.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 3rem;
  box-shadow: 0 4px 6px 0 rgba(57, 57, 57, 0.15);
  background-color: rgb(255, 19, 70);
  transition:
    0.2s opacity ease-out,
    0.2s box-shadow ease-out;
}
@media screen and (min-width: 768px) {
  #mailform button,
  #mailform.finish .button a {
    width: auto;
    min-width: 30rem;
    min-height: 6rem;
    font-size: 2rem;
  }
}
#mailform button:hover,
#mailform.finish .button a:hover {
  box-shadow: none;
}
#mailform.confirm .back button {
  background-image: linear-gradient(to right, rgb(108, 108, 107) 17%, rgb(81, 83, 84) 100%);
}
/* mailform error */
#mailform .errors {
  padding: 0.5em 2em;
  margin-bottom: 1em;
  border: solid 2px rgb(255, 19, 70);
  border-radius: 10px;
}
#mailform .errors .desc {
  padding: 0.4em 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #mailform .errors .desc {
    padding: 0.44em 0;
    font-size: 1.6rem;
    line-height: 1.88;
  }
}
#mailform .errors .desc p {
  margin: 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: calc(0.48 / 16 * 1em);
  color: rgb(57, 57, 57);
}
#mailform .errors ul {
  padding: 0.4em 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  list-style: inside;
}
@media screen and (min-width: 768px) {
  #mailform .errors ul {
    font-size: 1.6rem;
  }
}
#mailform .errors li {
  letter-spacing: 0.05em;
  color: rgb(255, 19, 70);
}
#mailform .error {
  padding-top: 0.2em;
  font-size: 1.2rem;
  line-height: 1.4;
  color: rgb(255, 19, 70);
}
@media screen and (min-width: 768px) {
  #mailform .error {
    font-size: 1.4rem;
  }
}
#mailform .error + .error {
  padding-top: 0;
}

/* ===== #issue 放置リスクブロック P2-B（sticky_item 内・footer 直前） ===== */
#issue .risks {
  position: relative;
  margin: 0 calc(50% - 50vw) 4rem calc(50% - 50vw);
  padding: 3rem 1.6rem;
  background: rgb(247, 247, 248);
}

@media screen and (min-width: 768px) {
  #issue .risks {
    margin-top: 0;
    margin-bottom: 6rem;
    padding: calc(40 / 1366 * 100vw) calc(50vw - 50%);
  }
}

#issue .risks .risk_lead {
  max-width: 100rem;
  margin: 0 auto 2.4rem auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #issue .risks .risk_lead {
    margin-bottom: 3.2rem;
  }
}

#issue .risks .risk_lead strong {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: rgb(0, 0, 0);
  letter-spacing: 0.02em;
}

#issue .risks .risk_lead strong em {
  font-style: normal;
  color: rgb(255, 19, 70);
}

@media screen and (min-width: 768px) {
  #issue .risks .risk_lead strong {
    font-size: calc(22.8 / 1366 * 100vw);
  }
}

#issue .risks .risk_list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 100rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  #issue .risks .risk_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
  }
}

#issue .risks .risk_list li {
  position: relative;
  padding: 1.6rem;
  background: rgb(255, 255, 255);
  border-radius: 0.6rem;
  overflow: hidden;
  min-height: auto;
}

@media screen and (min-width: 768px) {
  #issue .risks .risk_list li {
    padding: 2rem;
    min-height: 12rem;
  }
}

#issue .risks .risk_icon_bg {
  position: absolute;
  top: -0.5rem;
  right: -1rem;
  width: 8rem;
  height: 8rem;
  opacity: 0.12;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  #issue .risks .risk_icon_bg {
    top: -1rem;
    right: -1.6rem;
    width: 11rem;
    height: 11rem;
  }
}

#issue .risks .risk_icon_bg svg {
  width: 100%;
  height: 100%;
}

#issue .risks .risk_text {
  position: relative;
  z-index: 1;
}

#issue .risks .risk_num {
  display: inline-block;
  font-family: var(--MarlideDisplay);
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: rgb(255, 19, 70);
  margin-bottom: 0.6rem;
  font-weight: 600;
}

#issue .risks .risk_label {
  display: block;
  font-size: 1.45rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  margin-bottom: 0.6rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

#issue .risks .risk_body {
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgb(57, 57, 57);
  margin: 0;
}

/* ===== #extra（認定制度＋コミュニティ）===== */
#extra {
  position: relative;
  padding: 6rem 1.6rem;
  background: rgb(255, 255, 255);
}

@media screen and (min-width: 768px) {
  #extra {
    padding: 9rem 0;
  }
}

#extra .container {
  position: relative;
  z-index: 1;
}

#extra h2 {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  #extra h2 {
    font-size: 4.8rem;
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 768px) {
  #extra > .title {
    width: 225px;
    flex-shrink: 0;
  }
}

/* === 認定制度ブロック (pattern-3) === */
#extra .certification {
  margin-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  #extra .certification {
    margin-bottom: 9rem;
  }
}

/* cert-intro: 見出し + 説明文 */
#extra .cert-intro {
  margin-bottom: 4rem;
}

#extra .cert-intro h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: rgb(255, 19, 70);
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 768px) {
  #extra .cert-intro h3 {
    font-size: 2.8rem;
  }
}

#extra .cert-intro h3 span {
  display: block;
  font-family: var(--MarlideDisplay);
  font-size: 1.6rem;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: rgb(102, 102, 102);
  margin-bottom: 0.6rem;
}

@media screen and (min-width: 768px) {
  #extra .cert-intro h3 span {
    font-size: 1.8rem;
  }
}

#extra .cert-intro p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: rgb(57, 57, 57);
}

@media screen and (min-width: 768px) {
  #extra .cert-intro p {
    font-size: 1.5rem;
  }
}

/* === Badge cards (pattern-3) === */
#extra .badge-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

@media screen and (min-width: 768px) {
  #extra .badge-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
  }
}

#extra .badge-card {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(227, 227, 227);
  border-radius: 0.4rem;
  padding: 2.4rem 1.6rem;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "badge name"
    "feat  feat";
  column-gap: 1.6rem;
  row-gap: 1.6rem;
  align-items: center;
  transition: box-shadow 0.2s ease;
}

#extra .badge-card:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}

#extra .badge-card.is-top {
  border-color: rgb(255, 19, 70);
  border-width: 2px;
}

@media screen and (min-width: 768px) {
  #extra .badge-card {
    padding: 3.2rem 2.4rem;
  }
}

/* 六角形バッジ */
#extra .hex-badge {
  grid-area: badge;
  width: 6.4rem;
  height: 6.4rem;
  position: relative;
}

#extra .hex-badge svg {
  width: 100%;
  height: 100%;
}

/* 認定名 */
#extra .cert-name {
  grid-area: name;
  font-family: var(--MarlideDisplay);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: rgb(0, 0, 0);
  letter-spacing: 0.04em;
  margin: 0;
}

@media screen and (min-width: 768px) {
  #extra .cert-name {
    font-size: 1.6rem;
  }
}

/* 特徴リスト (point sub-features系) */
#extra .cert-features {
  grid-area: feat;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgb(234, 234, 234);
  padding-top: 1.6rem;
}

#extra .cert-features li {
  font-size: 1.3rem;
  color: rgb(57, 57, 57);
  padding: 0.4rem 0 0.4rem 1.6rem;
  position: relative;
  line-height: 1.55;
}

#extra .cert-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 0.6rem;
  height: 0.6rem;
  background: rgb(255, 19, 70);
  border-radius: 50%;
}

/* === コミュニティブロック (pattern-3) === */
#extra .community-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}

@media screen and (min-width: 768px) {
  #extra .community-block {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

#extra .community-item h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: rgb(255, 19, 70);
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 768px) {
  #extra .community-item h3 {
    font-size: 2.8rem;
  }
}

#extra .community-item h3 span {
  display: block;
  font-family: var(--MarlideDisplay);
  font-size: 1.6rem;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: rgb(102, 102, 102);
  margin-bottom: 0.6rem;
}

#extra .community-desc {
  font-size: 1.4rem;
  color: rgb(57, 57, 57);
  line-height: 1.75;
}

/* ============================================ */
/* #contact .hubspot_form (14_contact)            */
/* ============================================ */

/* HubSpotフォームのラベルを旧LPトーンに寄せる */
#contact .hubspot_form .hs-form-field > label {
  font-size: 1.4rem;
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin-bottom: 0.8rem;
  display: block;
}

@media screen and (min-width: 768px) {
  #contact .hubspot_form .hs-form-field > label {
    font-size: 1.6rem;
  }
}

/* 必須マーク */
#contact .hubspot_form .hs-form-required {
  color: rgb(255, 19, 70);
  margin-left: 0.4rem;
}

/* 送信ボタンを旧LPの紫系グラデーションに寄せる */
#contact .hubspot_form .hs-button {
  background: linear-gradient(300deg, rgb(0, 89, 255), rgb(211, 17, 255));
  color: rgb(255, 255, 255);
  border: none;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: background-position 0.3s;
  background-size: 200% 100%;
  background-position: 0% 50%;
}

#contact .hubspot_form .hs-button:hover {
  background-position: 100% 50%;
}

/* ============================================================
   #point .plan_panel — 08_Point04 プランカード(ε-iv-B)
   ============================================================ */

#point .plan_panel {
  margin-top: 3.2rem;
  border: 1px solid rgb(227, 227, 227);
  border-radius: 1.8rem;
  background: rgb(255, 255, 255);
  display: grid;
  grid-template-columns: repeat(3, minmax(24rem, 1fr));
  overflow-x: auto;
}

@media screen and (min-width: 768px) {
  #point .plan_panel {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4.8rem;
    grid-column: 1 / -1;
    overflow-x: visible;
  }
}

@media screen and (min-width: 768px) {
  #point .wrap > .plan_panel,
  #point .wrap > .plan_notes_collapsible {
    grid-column: 1 / -1;
  }
}

#point .plan_card {
  box-sizing: border-box;
  padding: 1.6rem 1.2rem 1.6rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgb(227, 227, 227);
  position: relative;
  min-width: 24rem;
}

#point .plan_card:last-child {
  border-right: none;
}

@media screen and (min-width: 768px) {
  #point .plan_card {
    padding: calc(28 / 1366 * 100vw) calc(20 / 1366 * 100vw) calc(24 / 1366 * 100vw);
  }
}

#point .plan_card .pnum {
  font-family: var(--MarlideDisplay);
  position: absolute;
  top: 1.8rem;
  right: 2.4rem;
  font-size: 8rem;
  font-weight: 700;
  color: rgb(242, 242, 242);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
  letter-spacing: -0.03em;
}

@media screen and (min-width: 768px) {
  #point .plan_card .pnum {
    font-size: calc(80 / 1366 * 100vw);
    top: calc(18 / 1366 * 100vw);
    right: calc(24 / 1366 * 100vw);
  }
}

#point .plan_card .plan_label {
  font-family: var(--MarlideDisplay);
  font-size: 1rem;
  letter-spacing: 0.16em;
  color: rgb(102, 102, 102);
  font-weight: 600;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #point .plan_card .plan_label {
    font-size: calc(10 / 1366 * 100vw);
  }
}

#point .plan_card .plan_name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(0, 0, 0);
  margin-top: 0.6rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #point .plan_card .plan_name {
    font-size: calc(20 / 1366 * 100vw);
    margin-top: calc(6 / 1366 * 100vw);
  }
}

#point .plan_card .plan_target {
  font-size: 1rem;
  color: rgb(102, 102, 102);
  margin-top: 0.8rem;
  line-height: 1.5;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgb(227, 227, 227);
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #point .plan_card .plan_target {
    font-size: calc(10 / 1366 * 100vw);
    margin-top: calc(8 / 1366 * 100vw);
    padding-bottom: calc(12 / 1366 * 100vw);
  }
}

#point .plan_card .plan_price {
  display: flex;
  align-items: baseline;
  margin-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgb(227, 227, 227);
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #point .plan_card .plan_price {
    margin-top: calc(14 / 1366 * 100vw);
    padding-bottom: calc(14 / 1366 * 100vw);
  }
}

#point .plan_card .plan_price em {
  font-size: 3.6rem;
  font-weight: 700;
  font-style: normal;
  color: rgb(0, 0, 0);
  line-height: 1;
}

@media screen and (min-width: 768px) {
  #point .plan_card .plan_price em {
    font-size: calc(36 / 1366 * 100vw);
  }
}

#point .plan_card .plan_price .unit {
  font-size: 1.1rem;
  margin-left: 0.6rem;
  color: rgb(102, 102, 102);
}

@media screen and (min-width: 768px) {
  #point .plan_card .plan_price .unit {
    font-size: calc(11 / 1366 * 100vw);
  }
}

#point .plan_card .plan_features {
  margin-top: 2rem;
  flex: 1;
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  /* #point ul の display:flex をリセット */
  display: block;
  border-bottom: none;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  #point .plan_card .plan_features {
    display: block;
    border-bottom: none;
    margin-top: calc(20 / 1366 * 100vw);
  }
}

#point .plan_card .plan_features li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
  padding: 0.5rem 0;
  border-bottom: none;
  line-height: 1.4;
  color: rgb(0, 0, 0);
}

@media screen and (min-width: 768px) {
  #point .plan_card .plan_features li {
    font-size: calc(11 / 1366 * 100vw);
    padding: calc(5 / 1366 * 100vw) 0;
    gap: calc(10 / 1366 * 100vw);
    /* #point li の flex-direction:column をリセット */
    flex-direction: row;
    flex-basis: auto;
    border-top: none;
    border-left: none;
  }
}

#point .plan_card .plan_features li::before {
  content: '';
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: rgb(0, 0, 0);
}

@media screen and (min-width: 768px) {
  #point .plan_card .plan_features li::before {
    width: calc(16 / 1366 * 100vw);
    height: calc(16 / 1366 * 100vw);
  }
}

#point .plan_card .plan_features li.x {
  color: rgb(187, 187, 187);
}

#point .plan_card .plan_features li.x::before {
  content: '×';
  background: transparent;
  color: rgb(204, 204, 204);
  font-weight: 700;
  font-size: 1.1rem;
  width: auto;
  height: auto;
  border-radius: 0;
}

#point .plan_card .plan_features li.tri {
  color: rgb(102, 102, 102);
}

#point .plan_card .plan_features li.tri::before {
  content: '△';
  background: transparent;
  color: rgb(102, 102, 102);
  font-weight: 700;
  width: auto;
  height: auto;
  border-radius: 0;
}

#point .plan_card .plan_features li small {
  font-size: 0.9rem;
  color: rgb(102, 102, 102);
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  #point .plan_card .plan_features li small {
    font-size: calc(9 / 1366 * 100vw);
  }
}

/* plan_notes_collapsible — クリックで開く注釈群(全注釈統合) */
#point .plan_notes_collapsible {
  margin-top: 2.4rem;
}

#point .plan_notes_collapsible > summary {
  cursor: pointer;
  font-size: 1.1rem;
  color: rgb(102, 102, 102);
  padding: 0.6rem 0;
  list-style: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

#point .plan_notes_collapsible > summary::-webkit-details-marker {
  display: none;
}

#point .plan_notes_collapsible > summary::before {
  content: '▸';
  font-size: 0.9em;
  display: inline-block;
  transition: transform 0.2s;
}

#point .plan_notes_collapsible[open] > summary::before {
  transform: rotate(90deg);
}

#point .plan_notes_collapsible > p {
  margin: 0.8rem 0 0;
  font-size: 1rem;
  color: rgb(102, 102, 102);
  line-height: 1.9;
}

@media screen and (min-width: 768px) {
  #point .plan_notes_collapsible > summary {
    font-size: calc(11 / 1366 * 100vw);
  }
  #point .plan_notes_collapsible > p {
    font-size: calc(10 / 1366 * 100vw);
  }
}

/* ============================================================
   #point section.point04_layout — Point04 固有レイアウト調整
   ============================================================ */

/* SP(<768px): plan_panel を viewport 右端を超えてオーバーフロー
   wrap内幅(315px) + section右padding(30px) = viewport端まで
   さらに 3rem 追加で右に飛び出させ「横スクロールできる」視覚的シグナルを出す */
@media screen and (max-width: 767px) {
  #point section.point04_layout .plan_panel {
    /* viewport両端まで広げる(左右の表示制限を解除) */
    margin-left: calc(-1 * (50vw - 50%));
    margin-right: calc(-1 * (50vw - 50%));
    width: 100vw;
    /* 角丸消去(画面端まで届くため) */
    border-radius: 0;
    /* 画面端までの border は不要(横長の表として連続して見せる) */
    border-left: none;
    border-right: none;
    /* 末尾余白(3カード目末尾を完全表示+スクロール余裕) */
    padding-right: 2.4rem;
  }
}

/* PC(>=768px): wrap の grid を解除して縦積みに変更 */
@media screen and (min-width: 768px) {
  #point section.point04_layout .wrap {
    display: block;
  }
  #point section.point04_layout .wrap > h3 {
    grid-column: unset;
    grid-row: unset;
  }
  #point section.point04_layout .wrap > .desc {
    grid-column: unset;
    grid-row: unset;
    margin-top: 1.6rem;
  }
  /* plan_panel / plan_notes_collapsible: wrap内に収まる */
  #point section.point04_layout .wrap > .plan_panel,
  #point section.point04_layout .wrap > .plan_notes_collapsible {
    grid-column: unset;
  }
}
