@charset "UTF-8";
.filter-img {
  position: relative;
  overflow: hidden;
}
.filter-img:after {
  content: "";
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  display: inline-block;
  mix-blend-mode: screen;
  background-color: rgb(193, 101, 159);
}

.sHead {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 900;
  font-family: "Arial", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-text-stroke: 1px rgb(35, 16, 29);
  color: transparent;
}
@media (max-width:1024px) {
  .sHead {
    -webkit-text-stroke: 0.5px rgb(35, 16, 29);
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
    font-size: calc(1.6rem * 0.625);
    letter-spacing: calc(10 / 100 * 1em);
    margin-bottom: max(calc(4 / 600 * 100vw), 4px);
  }
}

.cta {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(241, 224, 236)), to(rgb(254, 254, 254)));
  background: linear-gradient(0deg, rgb(241, 224, 236) 0%, rgb(254, 254, 254) 100%);
}
@media (max-width:1024px) {
  .cta {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
.cta:after, .cta:before {
  content: "";
  width: 560px;
  height: 560px;
  display: inline-block;
  position: absolute;
  z-index: 0;
  opacity: 0.5;
  mix-blend-mode: screen;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width:1024px) {
  .cta:after, .cta:before {
    width: 264px;
    height: 264px;
  }
}
.cta:before {
  background-image: url(../images/cta-shape05.svg);
  left: 19.5%;
  top: 59.5%;
}
@media (max-width:600px) {
  .cta:before {
    display: none;
  }
}
.cta:after {
  background-image: url(../images/cta-shape04.svg);
  left: 81%;
  top: 60%;
}
@media (max-width:600px) {
  .cta:after {
    left: 41%;
    top: -45%;
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
  }
}
.cta__contentsWr {
  padding-top: min(calc(64 / 1440 * 100vw), 64px);
  padding-bottom: min(calc(64 / 1440 * 100vw), 64px);
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width:1024px) {
  .cta__contentsWr {
    padding-top: max(calc(32 / 600 * 100vw), 32px);
    padding-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.cta__contentsWr:after {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  background-image: url(../images/bg-noise.webp);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0.05;
}
@media (max-width:1024px) {
  .cta__contents {
    width: 100%;
    max-width: 352px;
  }
}
.cta__contents__paraWr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  margin-bottom: min(calc(30 / 1440 * 100vw), 30px);
  position: relative;
  z-index: 1000;
}
@media (max-width:1024px) {
  .cta__contents__paraWr {
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.cta__contents__paraWr:before, .cta__contents__paraWr:after {
  width: 24px;
  height: 46px;
  -webkit-transform: skew(5deg) translateY(min(0.4166666667vw, 6px));
  transform: skew(5deg) translateY(min(0.4166666667vw, 6px));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: relative;
  z-index: 5000;
}
@media (max-width:1024px) {
  .cta__contents__paraWr:before, .cta__contents__paraWr:after {
    width: 8.6px;
    height: 16px;
    -webkit-transform: skew(5deg) translateY(1px);
    transform: skew(5deg) translateY(1px);
  }
}
.cta__contents__paraWr:before {
  margin-right: 8px;
  background-image: url(../images/cta-shape01.svg);
}
@media (max-width:1024px) {
  .cta__contents__paraWr:before {
    margin-right: 2px;
  }
}
.cta__contents__paraWr:after {
  margin-left: 8px;
  background-image: url(../images/cta-shape02.svg);
}
@media (max-width:1024px) {
  .cta__contents__paraWr:after {
    margin-left: 2px;
  }
}
.cta__contents__para {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  letter-spacing: calc(5 / 100 * 1em);
  font-size: calc(1.6rem * 1.5);
  font-weight: 700;
}
@media (max-width:1024px) {
  .cta__contents__para {
    font-size: calc(1.6rem * 0.875);
  }
}
.cta__contents__para .large {
  font-size: calc(1.6rem * 2.5);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 900;
  margin-right: 2px;
  margin-left: 2px;
}
@media (max-width:1024px) {
  .cta__contents__para .large {
    font-size: calc(1.6rem * 1.125);
  }
}
.cta__contents__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgb(193, 101, 159);
  border-radius: 9999px;
  border: 4px rgb(254, 254, 254) solid;
  -webkit-filter: drop-shadow(0 2px 2px rgba(35, 16, 29, 0.5));
  filter: drop-shadow(0 2px 2px rgba(35, 16, 29, 0.5));
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  position: relative;
  z-index: 1000;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.225s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-filter 0.225s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.225s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-filter 0.225s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.225s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.225s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.225s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.225s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.225s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-filter 0.225s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (max-width:1024px) {
  .cta__contents__btn {
    width: 100%;
    border: 2px rgb(254, 254, 254) solid;
  }
}
.cta__contents__btn:after {
  content: "";
  width: 300%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(135deg, rgb(193, 101, 159) 0%, rgb(235, 156, 210) 16.667%, rgb(193, 101, 159) 33.334%, rgb(235, 156, 210) 50.001%, rgb(193, 101, 159) 66.668%, rgb(235, 156, 210) 83.335%, rgb(193, 101, 159) 100%);
  position: absolute;
  top: 0;
  left: -200%;
  z-index: -1;
  -webkit-transition: left 0.55s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: left 0.55s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.cta__contents__btn.active:after {
  left: 0;
}
.cta__contents__btn:hover {
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  -webkit-filter: drop-shadow(0 0 0 rgba(35, 16, 29, 0.5));
  filter: drop-shadow(0 0 0 rgba(35, 16, 29, 0.5));
}
.cta__contents__btn:not(.active):hover:after {
  left: 0%;
}
.cta__contents__btn.active:hover:after {
  left: -200%;
}
.cta__contents__btn a {
  width: 100%;
  height: 100%;
  padding-top: min(calc(36 / 1440 * 100vw), 36px);
  padding-right: min(calc(90 / 1440 * 100vw), 90px);
  padding-bottom: min(calc(36 / 1440 * 100vw), 36px);
  padding-left: min(calc(90 / 1440 * 100vw), 90px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media (max-width:1024px) {
  .cta__contents__btn a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    padding-top: max(calc(16 / 600 * 100vw), 16px);
    padding-right: max(calc(0 / 600 * 100vw), 0px);
    padding-bottom: max(calc(16 / 600 * 100vw), 16px);
    padding-left: max(calc(0 / 600 * 100vw), 0px);
  }
}
.cta__contents__btn a .btn__para {
  font-size: calc(1.6rem * 1.75);
  letter-spacing: calc(1 / 100 * 1em);
  color: rgb(254, 254, 254);
  font-weight: 700;
}
@media (max-width:1024px) {
  .cta__contents__btn a .btn__para {
    font-size: calc(1.6rem * 1);
  }
}
.cta__contents__btn a .btn__shape {
  width: 52.42px;
  height: 46.36px;
}
@media (max-width:1024px) {
  .cta__contents__btn a .btn__shape {
    width: 31.45px;
    height: 27.82px;
  }
}
.cta.pattern-a .cta__contentsWr {
  padding-top: min(calc(40 / 1440 * 100vw), 40px);
  padding-bottom: min(calc(40 / 1440 * 100vw), 40px);
}
@media (max-width:1024px) {
  .cta.pattern-a .cta__contentsWr {
    padding-top: max(calc(16 / 600 * 100vw), 16px);
    padding-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.cta.pattern-a .cta__contents__para .large {
  font-size: calc(1.6rem * 3);
  line-height: calc(30 / 48);
  font-family: "Roboto", sans-serif;
  color: rgb(193, 101, 159);
}
@media (max-width:1024px) {
  .cta.pattern-a .cta__contents__para .large {
    font-size: calc(1.6rem * 1.5);
  }
}
@media (max-width:1024px) {
  .cta.pattern-b:after {
    left: 40%;
    top: -25%;
  }
}
.cta.pattern-b .cta__contents__para .large {
  position: relative;
}
.cta.pattern-b .cta__contents__para .large:after, .cta.pattern-b .cta__contents__para .large:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: rgb(193, 101, 159);
  border-radius: 9999px;
  position: absolute;
  top: -14px;
  left: 16px;
}
@media (max-width:1024px) {
  .cta.pattern-b .cta__contents__para .large:after, .cta.pattern-b .cta__contents__para .large:before {
    width: 4px;
    height: 4px;
    left: 7px;
    top: -5px;
  }
}
.cta.pattern-b .cta__contents__para .large:after {
  left: 56px;
}
@media (max-width:1024px) {
  .cta.pattern-b .cta__contents__para .large:after {
    left: 26px;
  }
}
.cta.pattern-b.closing {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 254, 254, 0.1)), color-stop(25%, rgba(123, 191, 222, 0.1)), color-stop(85%, rgba(193, 101, 159, 0.1)));
  background: linear-gradient(180deg, rgba(254, 254, 254, 0.1) 0%, rgba(123, 191, 222, 0.1) 25%, rgba(193, 101, 159, 0.1) 85%);
  background-color: rgb(254, 254, 254);
}
.cta.pattern-b.closing:before, .cta.pattern-b.closing:after {
  display: none;
}
.cta.pattern-b.closing {
  overflow: visible;
}
.cta.pattern-b.closing .cta__contentsWr {
  padding-top: min(calc(96 / 1440 * 100vw), 96px);
}
@media (max-width:1024px) {
  .cta.pattern-b.closing .cta__contentsWr {
    padding-top: max(calc(96 / 600 * 100vw), 96px);
    padding-bottom: max(calc(96 / 600 * 100vw), 96px);
  }
}
.cta.pattern-b.closing .cta__contentsWr:after {
  display: none;
}
.cta.pattern-b.closing .cta__contentsWr:after {
  display: none;
}
.cta.pattern-b.closing .cta__contents {
  position: relative;
  z-index: 5000;
}
.cta.pattern-b.closing .cta__contents__btn {
  position: relative;
  z-index: 1000;
}
.cta.pattern-b.closing .cta__contents__para {
  position: relative;
  z-index: 1000;
}
.cta.pattern-b.closing .cta__contents__para:before {
  content: "";
  width: 125%;
  height: 165%;
  display: inline-block;
  background-color: rgb(254, 254, 254);
  -webkit-filter: blur(16px);
  filter: blur(16px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skew(5deg);
  transform: translate(-50%, -50%) skew(5deg);
  z-index: -1;
}
@media (max-width:1024px) {
  .cta.pattern-b.closing .cta__contents__para:before {
    height: 225%;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}
.cta.pattern-b.closing .cta__contents__images .images__image {
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.cta.pattern-b.closing .cta__contents__images .images__image.school {
  width: min(calc(998 / 1440 * 100vw), 998px);
  height: min(calc(414 / 1440 * 100vw), 414px);
  left: max(calc(-108 / 1440 * 100vw), -108px);
  bottom: max(calc(-18 / 1440 * 100vw), -18px);
  z-index: 2000;
}
@media (max-width:1024px) {
  .cta.pattern-b.closing .cta__contents__images .images__image.school {
    width: max(calc(747 / 600 * 100vw), 747px);
    height: max(calc(295 / 600 * 100vw), 295px);
    left: min(calc(-45 / 600 * 100vw), -45px);
    bottom: min(calc(-26 / 600 * 100vw), -26px);
  }
}
.cta.pattern-b.closing .cta__contents__images .images__image.ppl {
  width: min(calc(378 / 1440 * 100vw), 378px);
  height: min(calc(378 / 1440 * 100vw), 378px);
  right: min(calc(111 / 1440 * 100vw), 111px);
  bottom: max(calc(-18 / 1440 * 100vw), -18px);
  z-index: 1000;
}
@media (max-width:1024px) {
  .cta.pattern-b.closing .cta__contents__images .images__image.ppl {
    width: max(calc(158 / 600 * 100vw), 158px);
    height: max(calc(158 / 600 * 100vw), 158px);
    bottom: auto;
    bottom: max(calc(156 / 600 * 100vw), 156px);
  }
}
.cta.pattern-c .cta__contents__para {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  letter-spacing: calc(5 / 100 * 1em);
  font-size: calc(1.6rem * 1.5);
  font-weight: 700;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 4px;
}
@media (max-width:1024px) {
  .cta.pattern-c .cta__contents__para {
    font-size: calc(1.6rem * 0.875);
  }
}
.cta.pattern-c .cta__contents__para .large {
  font-size: calc(1.6rem * 2.5);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 900;
  margin-right: 2px;
  margin-left: 2px;
}
@media (max-width:1024px) {
  .cta.pattern-c .cta__contents__para .large {
    font-size: calc(1.6rem * 1.125);
    line-height: 1.115;
    margin-right: 1px;
    margin-left: 1px;
  }
}
.cta.pattern-c .cta__contents__para span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.cta.pattern-c .cta__contents__para span > .large {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
@media (max-width:1024px) {
  .cta.pattern-c .cta__contents__para > span:first-child {
    display: none;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ExtraBold.woff2") format("woff2"), url("../fonts/Roboto-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kurenaido";
  src: url("../fonts/ZenKurenaido-Regular.woff2") format("woff2"), url("../fonts/ZenKurenaido-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Nothing You Could Do";
  src: url("../fonts/NothingYouCouldDo-Regular.woff2") format("woff2"), url("../fonts/NothingYouCouldDo-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
html {
  font-size: 62.5%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body {
  margin: 0 auto;
  color: rgb(35, 16, 29);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  font-size: calc(1.6rem * 1);
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: -9999;
}

.main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: rgb(254, 254, 254);
}

.inner {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width:1024px) {
  .inner {
    max-width: 768px;
  }
}

a {
  text-decoration: none;
  color: rgb(35, 16, 29);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

@media (min-width:1023px) {
  a:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

span {
  line-height: 1;
  display: block;
}

img {
  vertical-align: top;
}

ol,
ul {
  list-style: none;
}

img,
svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

button {
  all: unset;
  display: inline-block;
  cursor: pointer;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

#policy,
#profile {
  margin-top: max(-10.2777777778vw, -148px);
  padding-top: min(calc(148 / 1440 * 100vw), 148px);
}
@media (max-width:1024px) {
  #policy,
  #profile {
    margin-top: -96px;
    padding-top: 96px;
  }
}

br.brXSp {
  display: none;
}
@media (max-width:374px) {
  br.brXSp {
    display: block;
  }
}

br.brSp {
  display: none;
}
@media (max-width:600px) {
  br.brSp {
    display: block;
  }
}

br.brTab {
  display: none;
}
@media (max-width:1024px) {
  br.brTab {
    display: block;
  }
}

br.brPc {
  display: block;
}
@media (max-width:1024px) {
  br.brPc {
    display: none;
  }
}

br.brPcTab {
  display: none;
}
@media (min-width:1023px) {
  br.brPcTab {
    display: block;
  }
}
@media (max-width:1024px) {
  br.brPcTab {
    display: none;
  }
}

br.brPcSp {
  display: block;
}
@media (max-width:600px) {
  br.brPcSp {
    display: none;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer {
  position: relative;
  z-index: 10;
  padding-top: min(calc(64 / 1440 * 100vw), 64px);
  margin-top: 8px;
  overflow: hidden;
  background-color: rgb(193, 101, 159);
}
@media (max-width:1024px) {
  .footer {
    padding-top: max(calc(48 / 600 * 100vw), 48px);
  }
}
.footer:after {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(193, 101, 159, 0.95)), color-stop(95%, rgba(193, 101, 159, 0.85)), to(rgba(193, 101, 159, 0.85))), url(../images/footer-bg.webp) no-repeat bottom/cover;
  background: linear-gradient(180deg, rgba(193, 101, 159, 0.95) 0%, rgba(193, 101, 159, 0.85) 95%, rgba(193, 101, 159, 0.85) 100%), url(../images/footer-bg.webp) no-repeat bottom/cover;
  position: absolute;
  top: 0;
  left: 0;
}
.footer {
  --footer-scale: 3;
  --footer-opacity: 0;
}
.footer:after {
  -webkit-transform: var(--footer-scale);
  transform: var(--footer-scale);
  opacity: var(--footer-opacity);
}
.footer.footer-trigger:after {
  opacity: var(--footer-opacity);
  -webkit-transform: scale(var(--footer-scale));
  transform: scale(var(--footer-scale));
  -webkit-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.footer__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 5000;
}
.footer__contents__logo {
  width: 196px;
  height: 101px;
  margin-bottom: min(calc(18 / 1440 * 100vw), 18px);
}
@media (max-width:1024px) {
  .footer__contents__logo {
    margin-right: 20px;
    margin-bottom: max(calc(18 / 600 * 100vw), 18px);
  }
}
.footer__contents__logo img {
  fill: rgb(254, 254, 254);
}
.footer__contents__name {
  font-size: calc(1.6rem * 1.5);
  font-weight: 700;
  color: rgb(254, 254, 254);
  line-height: calc(32 / 24);
  letter-spacing: calc(5 / 100 * 1em);
  margin-bottom: min(calc(18 / 1440 * 100vw), 18px);
  color: rgb(254, 254, 254);
}
@media (max-width:1024px) {
  .footer__contents__name {
    font-size: calc(1.6rem * 1.125);
    line-height: calc(24.8 / 18);
    margin-bottom: max(calc(20 / 600 * 100vw), 20px);
  }
}
.footer__contents__menu--footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer__contents__menu--footer .menu--footer__nav {
  margin-bottom: min(calc(80 / 1440 * 100vw), 80px);
}
@media (max-width:1024px) {
  .footer__contents__menu--footer .menu--footer__nav {
    margin-bottom: max(calc(32 / 600 * 100vw), 32px);
  }
}
.footer__contents__menu--footer .menu--footer__nav .menu--footer__nav__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .footer__contents__menu--footer .menu--footer__nav .menu--footer__nav__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: max(calc(10 / 600 * 100vw), 10px) max(calc(0 / 600 * 100vw), 0px);
  }
}
.footer__contents__menu--footer .menu--footer__nav .menu--footer__nav__lists .lists__list a {
  font-weight: 700;
  letter-spacing: calc(10 / 100 * 1em);
  color: rgb(254, 254, 254);
}
@media (max-width:1024px) {
  .footer__contents__menu--footer .menu--footer__nav .menu--footer__nav__lists .lists__list a {
    font-size: calc(1.6rem * 0.875);
  }
}
.footer__contents__menu--footer .menu__btn {
  width: 100%;
  border: 2px rgb(254, 254, 254) solid;
  margin-bottom: min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .footer__contents__menu--footer .menu__btn {
    margin-bottom: max(calc(18 / 600 * 100vw), 18px);
    max-width: 400px;
  }
}
.footer__contents__menu--footer .menu__btn a {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer__contents__menu--footer .menu__btn a:hover {
  opacity: 1;
}
.footer__contents__menu--footer .menu__btn a:hover div {
  rotate: -12deg;
}
.footer__contents__menu--footer .menu__btn a:hover span {
  opacity: 0.5;
}
.footer__contents__menu--footer .menu__btn span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  color: rgb(254, 254, 254);
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__contents__menu--footer .menu__btn span:first-child {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  margin-bottom: 4px;
  text-align: center;
}
@media (max-width:1024px) {
  .footer__contents__menu--footer .menu__btn span:first-child {
    font-size: calc(1.6rem * 1);
    margin-bottom: 6px;
    letter-spacing: calc(3 / 100 * 1em);
  }
}
.footer__contents__menu--footer .menu__btn span:last-child {
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  text-align: center;
}
@media (max-width:1024px) {
  .footer__contents__menu--footer .menu__btn span:last-child {
    font-size: calc(1.6rem * 0.75);
    letter-spacing: calc(3 / 100 * 1em);
  }
}
.footer__contents__menu--footer .menu__btn div {
  width: 47px;
  position: absolute;
  top: -3px;
  left: 16px;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}
@media (max-width:1024px) {
  .footer__contents__menu--footer .menu__btn div {
    width: 40px;
    top: 0;
  }
}
.footer__contents__bannerWr {
  margin-bottom: min(calc(64 / 1440 * 100vw), 64px);
}
@media (max-width:1024px) {
  .footer__contents__bannerWr {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(16 / 600 * 100vw), 16px);
    margin-bottom: max(calc(32 / 600 * 100vw), 32px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
  }
}
.footer__contents__banner {
  width: 686px;
  border: 2px rgb(254, 254, 254) solid;
}
@media (max-width:1024px) {
  .footer__contents__banner {
    width: 100%;
  }
}
.footer__contents__banner a {
  padding-top: min(calc(16 / 1440 * 100vw), 16px);
  padding-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .footer__contents__banner a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: max(calc(18 / 600 * 100vw), 18px);
    padding-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.footer__contents__banner p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  font-size: calc(1.6rem * 2.25);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 900;
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  color: rgb(254, 254, 254);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: min(calc(12 / 1440 * 100vw), 12px);
}
@media (max-width:1024px) {
  .footer__contents__banner p {
    font-size: calc(1.6rem * 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 4px;
    margin-bottom: 6px;
    text-align: center;
  }
}
.footer__contents__banner p .large {
  font-size: calc(1.6rem * 2.5);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 900;
  margin-bottom: -2px;
}
@media (max-width:1024px) {
  .footer__contents__banner p .large {
    font-size: calc(1.6rem * 1);
  }
}
.footer__contents__banner .banner__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width:1024px) {
  .footer__contents__banner .banner__text {
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
  }
}
.footer__contents__banner .banner__text span {
  font-size: calc(1.6rem * 1.75);
  letter-spacing: calc(3 / 100 * 1em);
  color: rgb(254, 254, 254);
  font-weight: 700;
}
@media (max-width:1024px) {
  .footer__contents__banner .banner__text span {
    font-size: calc(1.6rem * 0.75);
    letter-spacing: calc(3 / 100 * 1em);
    margin-bottom: 2px;
  }
}
.footer__contents__banner .banner__text div {
  width: 52.42px;
}
@media (max-width:1024px) {
  .footer__contents__banner .banner__text div {
    width: 26px;
  }
}
.footer__contents__banner.banner--01 {
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .footer__contents__banner.banner--01 {
    margin-bottom: 0;
  }
}
.footer small {
  display: block;
  width: 100%;
  height: 48px;
  background-color: rgb(35, 16, 29);
  color: rgb(254, 254, 254);
  letter-spacing: calc(10 / 100 * 1em);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
}
@media (max-width:1024px) {
  .footer small {
    height: 44px;
    line-height: 1.375;
    font-size: calc(1.6rem * 0.625);
  }
}

.news__contents__lists .lists__list {
  opacity: 0;
}
@media (max-width:1024px) {
  .news__contents__lists .lists__list {
    opacity: 1;
  }
}
.news__contents__lists .lists__list:first-child {
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, -webkit-filter 0.255s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, -webkit-filter 0.255s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: filter 0.255s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
  transition: filter 0.255s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, -webkit-filter 0.255s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.news__contents__lists .lists__list:nth-child(2) {
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, -webkit-filter 0.255s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, -webkit-filter 0.255s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: filter 0.255s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s;
  transition: filter 0.255s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, -webkit-filter 0.255s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.news__contents__lists .lists__list:last-child {
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s, -webkit-filter 0.255s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s, -webkit-filter 0.255s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: filter 0.255s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s;
  transition: filter 0.255s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s, -webkit-filter 0.255s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.trigger-news .news__contents__lists .lists__list {
  opacity: 1;
}

.concern__contents__content {
  will-change: transform;
}
.concern__contents__image {
  -webkit-transform: translateX(min(24.3055555556vw, 350px));
  transform: translateX(min(24.3055555556vw, 350px));
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 1s ease, -webkit-transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1s ease;
  transition: transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1s ease, -webkit-transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
@media (max-width:1024px) {
  .concern__contents__image {
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
  }
}
.concern__contents__image.trigger-concern {
  -webkit-transform: translateX(min(15.9722222222vw, 230px));
  transform: translateX(min(15.9722222222vw, 230px));
  opacity: 1;
}
@media (max-width:1024px) {
  .concern__contents__image.trigger-concern {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.concern__contents__image::after {
  -webkit-transform: translateY(var(--translate-y));
  transform: translateY(var(--translate-y));
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.6s ease, -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s ease;
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s ease, -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.concern__contents__image.trigger-concern:after {
  opacity: 1;
}
.concern__contents__content::before {
  -webkit-transform: translateY(var(--before-translate-y));
  transform: translateY(var(--before-translate-y));
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.4s, -webkit-transform 1.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.3s ease 0.4s, -webkit-transform 1.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s ease 0.4s;
  transition: transform 1.5s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s ease 0.4s, -webkit-transform 1.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (max-width:1024px) {
  .concern__contents__content::before {
    opacity: 1;
  }
}
.concern__contents__content.trigger-concern:before {
  opacity: 1;
}
.concern__contents__content::after {
  -webkit-transform: translateY(var(--after-translate-y));
  transform: translateY(var(--after-translate-y));
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.6s, -webkit-transform 2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.3s ease 0.6s, -webkit-transform 2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s ease 0.6s;
  transition: transform 2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s ease 0.6s, -webkit-transform 2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.concern__contents__content.trigger-concern:after {
  opacity: 1;
}

.heads__image.ppl01 {
  -webkit-transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}
@media (max-width:1024px) {
  .heads__image.ppl01 {
    -webkit-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}

.heads__image.ppl02 {
  -webkit-transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}
@media (max-width:1024px) {
  .heads__image.ppl02 {
    -webkit-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}

@media (max-width:1024px) {
  .answer__contents__lists {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: opacity 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
    transition: opacity 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
    transition: opacity 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
    transition: opacity 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
  }
}
@media (min-width:1023px) {
  .answer__contents__lists .lists__list {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  .answer__contents__lists .lists__list:first-child {
    -webkit-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, -webkit-transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, -webkit-transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .answer__contents__lists .lists__list:nth-child(2) {
    -webkit-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, -webkit-transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, -webkit-transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .answer__contents__lists .lists__list:last-child {
    -webkit-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s, -webkit-transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s, -webkit-transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s, transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s, transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}

.trigger-answer .heads__image.ppl01 {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
@-webkit-keyframes wave01 {
  0% {
    rotate: -4deg;
  }
  25% {
    rotate: 0deg;
  }
  50% {
    rotate: -4deg;
  }
  75% {
    rotate: 0deg;
  }
  100% {
    rotate: -4deg;
  }
}
@keyframes wave01 {
  0% {
    rotate: -4deg;
  }
  25% {
    rotate: 0deg;
  }
  50% {
    rotate: -4deg;
  }
  75% {
    rotate: 0deg;
  }
  100% {
    rotate: -4deg;
  }
}
.trigger-answer .heads__image.ppl01 {
  -webkit-animation: wave01 0.6s cubic-bezier(0.3, 0.015, 0.12, 1);
  animation: wave01 0.6s cubic-bezier(0.3, 0.015, 0.12, 1);
}
.trigger-answer .heads__image.ppl02 {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
@-webkit-keyframes wave02 {
  0% {
    rotate: 9deg;
  }
  25% {
    rotate: 0deg;
  }
  50% {
    rotate: 9deg;
  }
  75% {
    rotate: 0deg;
  }
  100% {
    rotate: 9deg;
  }
}
@keyframes wave02 {
  0% {
    rotate: 9deg;
  }
  25% {
    rotate: 0deg;
  }
  50% {
    rotate: 9deg;
  }
  75% {
    rotate: 0deg;
  }
  100% {
    rotate: 9deg;
  }
}
.trigger-answer .heads__image.ppl02 {
  -webkit-animation: wave02 0.6s cubic-bezier(0.3, 0.015, 0.12, 1);
  animation: wave02 0.6s cubic-bezier(0.3, 0.015, 0.12, 1);
}
@media (max-width:1024px) {
  .trigger-answer .answer__contents__lists {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (min-width:1023px) {
  .trigger-answer .answer__contents__lists .lists__list {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.flow__contents__lists .lists__list__images {
  rotate: 4deg;
  opacity: 0;
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, rotate 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, rotate 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.flow__contents__lists .lists__list__shape {
  rotate: 0deg;
  opacity: 0;
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, rotate 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, rotate 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.flow__contents__lists .lists__list__icons {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.flow__contents__lists .lists__list.trigger-flow .lists__list__images {
  opacity: 1;
  rotate: 0deg;
}
.flow__contents__lists .lists__list.trigger-flow .lists__list__shape {
  opacity: 0.5;
  rotate: 4deg;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list.trigger-flow .lists__list__shape {
    rotate: -4deg;
    opacity: 0.25;
  }
}
@media (min-width:1023px) {
  .flow__contents__lists .lists__list.trigger-flow:nth-child(even) .lists__list__shape {
    rotate: -4deg;
  }
}
.flow__contents__addPpl {
  opacity: 0;
  -webkit-transform: translateX(-15%);
  transform: translateX(-15%);
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (max-width:1024px) {
  .flow__contents__addPpl {
    -webkit-transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.flow__contents__addPpl.trigger-flow {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.flow__contents__addPpl.trigger-flow:after {
  -webkit-animation: blink 0.35s cubic-bezier(0.22, 0.61, 0.36, 1) 3 forwards 0.35s;
  animation: blink 0.35s cubic-bezier(0.22, 0.61, 0.36, 1) 3 forwards 0.35s;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@media (max-width:1024px) {
  .flow__contents__addPpl.trigger-flow:after {
    -webkit-animation: blink 0.35s cubic-bezier(0.22, 0.61, 0.36, 1) 3 forwards 0.45s;
    animation: blink 0.35s cubic-bezier(0.22, 0.61, 0.36, 1) 3 forwards 0.45s;
  }
}
@-webkit-keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes pop-scale-a {
  0% {
    -webkit-transform: skew(-5deg) scale(1);
    transform: skew(-5deg) scale(1);
  }
  50% {
    -webkit-transform: skew(-5deg) scale(1.4);
    transform: skew(-5deg) scale(1.4);
  }
  100% {
    -webkit-transform: skew(-5deg) scale(1);
    transform: skew(-5deg) scale(1);
  }
}

@keyframes pop-scale-a {
  0% {
    -webkit-transform: skew(-5deg) scale(1);
    transform: skew(-5deg) scale(1);
  }
  50% {
    -webkit-transform: skew(-5deg) scale(1.4);
    transform: skew(-5deg) scale(1.4);
  }
  100% {
    -webkit-transform: skew(-5deg) scale(1);
    transform: skew(-5deg) scale(1);
  }
}
@-webkit-keyframes pop-scale-b {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.2;
  }
  100% {
    scale: 1;
  }
}
@keyframes pop-scale-b {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.2;
  }
  100% {
    scale: 1;
  }
}
.js-counter.pop {
  -webkit-animation: pop-scale-a 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  animation: pop-scale-a 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.js-counter-anime .box__ppl {
  opacity: 1 !important;
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
  -webkit-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
  transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
  transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
  transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}
@media (max-width:1024px) {
  .js-counter-anime .box__ppl {
    -webkit-transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
    transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
    transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
    transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
  }
}
.js-counter-anime:has(.pop) .box__ppl {
  -webkit-animation: pop-scale-b 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  animation: pop-scale-b 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.voice__contents__listsWr .lists__list {
  opacity: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
.voice__contents__listsWr .lists__list:first-child {
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.voice__contents__listsWr .lists__list:nth-child(2) {
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.voice__contents__listsWr .lists__list:nth-child(3) {
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.voice__contents__listsWr .lists__list:last-child {
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s, -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s, -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.voice__contents__image {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.trigger-voice .voice__contents__lists .lists__list {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.trigger-voice.voice__contents__image {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.voice__contents__listsWr .lists__list {
  opacity: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
.voice__contents__listsWr .lists__list:first-child {
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.voice__contents__listsWr .lists__list:nth-child(2) {
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.voice__contents__listsWr .lists__list:nth-child(3) {
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.voice__contents__listsWr .lists__list:last-child {
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s, -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s, -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.voice__contents__image {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.25), -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.25);
}

.trigger-voice .voice__contents__lists .lists__list {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.trigger-voice.voice__contents__image {
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
}

.flow .heads__image {
  opacity: 0;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (max-width:1024px) {
  .flow .heads__image {
    -webkit-transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}

.trigger-flow.heads__image {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.l-header__wrap {
  display: none !important;
}

.l-header__btn {
  display: none !important;
}

.l-foot-nav {
  display: none !important;
}

.l-footer {
  display: none !important;
}

.l-footer-entry {
  display: none !important;
}

.body {
  position: relative;
}
.body.hidden {
  overflow: hidden;
}

.main {
  position: relative;
  background-color: white;
  overflow: hidden;
}

.newsMenu {
  display: contents;
}
@media (max-width:1024px) {
  .newsMenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: -1;
  }
}

.news {
  overflow: hidden;
  background-color: rgb(254, 254, 254);
  position: relative;
  z-index: -1;
  -webkit-box-shadow: inset 0 0 15px rgba(51, 51, 51, 0.15);
  box-shadow: inset 0 0 15px rgba(51, 51, 51, 0.15);
}
@media (max-width:1024px) {
  .news {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 2px;
  }
}
.news:after {
  content: "";
  width: 125%;
  height: 75vw;
  display: inline-block;
  background-image: url(../images/bg-math-pink.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-15.5deg);
  transform: translate(-50%, -50%) rotate(-15.5deg);
  opacity: 0.35;
}
@media (max-width:1024px) {
  .news:after {
    height: 105vw;
  }
}
@media (max-width:600px) {
  .news:after {
    height: 125vw;
  }
}
@media (max-width:374px) {
  .news:after {
    height: 140vw;
  }
}
.news__contents {
  padding-top: min(calc(96 / 1440 * 100vw), 96px);
  padding-right: min(calc(96 / 1440 * 100vw), 96px);
  padding-bottom: min(calc(96 / 1440 * 100vw), 96px);
  padding-left: min(calc(96 / 1440 * 100vw), 96px);
  position: relative;
  z-index: 100;
}
@media (max-width:1024px) {
  .news__contents {
    padding-top: max(calc(48 / 600 * 100vw), 48px);
    padding-right: max(calc(0 / 600 * 100vw), 0px);
    padding-bottom: max(calc(28 / 600 * 100vw), 28px);
    padding-left: max(calc(0 / 600 * 100vw), 0px);
  }
}
@media (max-width:1024px) {
  .news__contents.inner {
    max-width: unset;
  }
}
.news__contents__sHead {
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .news__contents__sHead {
    margin-bottom: 4px;
  }
}
.news__contents__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: calc(1.6rem * 3);
  letter-spacing: calc(5 / 100 * 1em);
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: rgb(193, 101, 159);
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .news__contents__head {
    font-size: calc(1.6rem * 1);
    margin-bottom: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
    row-gap: 2px;
  }
}
.news__contents__head .small {
  font-size: calc(1.6rem * 2);
  color: rgb(35, 16, 29);
  font-weight: 700;
  margin-left: 4px;
}
@media (max-width:1024px) {
  .news__contents__head .small {
    font-size: calc(1.6rem * 1.125);
    margin-left: 0;
  }
}
@media (max-width:1024px) {
  .news__contents__listsWr {
    overflow-x: scroll;
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    -ms-overflow-style: none; /* IE / Edge (旧) */
    scrollbar-width: none; /* Firefox */
  }
  .news__contents__listsWr::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
}
.news__contents__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .news__contents__lists {
    width: 200%;
    position: relative;
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(16 / 600 * 100vw), 16px);
  }
}
.news__contents__lists .lists__list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgb(254, 254, 254);
  border-radius: 8px;
  border: 4px rgb(193, 101, 159) solid;
  -webkit-filter: drop-shadow(8px 8px 0 #c1659f);
  filter: drop-shadow(8px 8px 0 #c1659f);
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}
@media (min-width:1023px) {
  .news__contents__lists .lists__list:hover {
    -webkit-filter: drop-shadow(0 0 0 #c1659f);
    filter: drop-shadow(0 0 0 #c1659f);
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
}
@media (max-width:1024px) {
  .news__contents__lists .lists__list {
    width: max(calc(230 / 600 * 100vw), 230px);
    -webkit-filter: drop-shadow(3px 3px 0 #c1659f);
    filter: drop-shadow(3px 3px 0 #c1659f);
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
  }
}
@media (max-width:1024px) {
  .news__contents__lists .lists__list:last-child {
    margin-right: max(calc(20 / 600 * 100vw), 20px);
  }
}
.news__contents__lists .lists__list__image {
  width: 100%;
  aspect-ratio: 384/203;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
@media (max-width:1024px) {
  .news__contents__lists .lists__list__image {
    aspect-ratio: 230/130;
  }
}
.news__contents__lists .lists__list__head {
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: min(calc(12 / 1440 * 100vw), 12px);
  padding-bottom: min(calc(12 / 1440 * 100vw), 12px);
  font-size: calc(1.6rem * 0.875);
  line-height: 1.375;
  letter-spacing: calc(5 / 100 * 1em);
  text-align: center;
  font-weight: 500;
  background-color: rgb(254, 254, 254);
  border-radius: 0 0 4px 4px;
}
@media (max-width:1024px) {
  .news__contents__lists .lists__list__head {
    padding: 0 4px;
    height: 46px;
    font-size: calc(1.6rem * 0.625);
  }
}
.news__contents__lists .lists__list__head:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/arrow-pink.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: min(calc(16 / 1440 * 100vw), 16px);
}
@media (min-width:1023px) {
  .news__contents__lists .lists__list:nth-child(1) {
    margin-bottom: min(calc(64 / 1440 * 100vw), 64px);
  }
  .news__contents__lists .lists__list:nth-child(2) {
    margin-top: min(calc(32 / 1440 * 100vw), 32px);
    margin-bottom: min(calc(32 / 1440 * 100vw), 32px);
  }
  .news__contents__lists .lists__list:nth-child(3) {
    margin-top: min(calc(64 / 1440 * 100vw), 64px);
  }
}

.menu {
  width: 100%;
  height: 146px;
  background-color: rgb(193, 101, 159);
  position: relative;
  z-index: 3000;
  padding-top: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .menu {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    height: auto;
  }
}
.menu__sHead {
  -webkit-text-stroke: 1px rgb(254, 254, 254);
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .menu__sHead {
    margin-bottom: max(calc(10 / 600 * 100vw), 10px);
    -webkit-text-stroke: 0.5px rgb(254, 254, 254);
  }
}
@media (max-width:1024px) {
  .menu__nav {
    margin-bottom: -22px;
  }
}
.menu__nav__lists {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .menu__nav__lists {
    gap: max(calc(10 / 600 * 100vw), 10px) max(calc(10 / 600 * 100vw), 10px);
  }
}
.menu__nav__lists .lists__list {
  width: 224px;
  height: 98px;
  border-radius: 4px;
  background-color: rgb(254, 254, 254);
  -webkit-filter: drop-shadow(2px 2px 0 #c1659f);
  filter: drop-shadow(2px 2px 0 #c1659f);
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  position: relative;
  z-index: 0;
}
@media (max-width:1024px) {
  .menu__nav__lists .lists__list {
    width: max(calc(105 / 600 * 100vw), 105px);
    height: 46px;
    -webkit-filter: drop-shadow(4px 4px 0 #c1659f);
    filter: drop-shadow(4px 4px 0 #c1659f);
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
  }
}
.menu__nav__lists .lists__list:after {
  content: "";
  width: 52px;
  height: 46px;
  background-image: url(../images/shape-btn01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  bottom: -12px;
  right: -17px;
  position: absolute;
  z-index: 100;
}
@media (max-width:1024px) {
  .menu__nav__lists .lists__list:after {
    display: none;
  }
}
.menu__nav__lists .lists__list a {
  height: 100%;
  font-size: calc(1.6rem * 1.25);
  text-align: center;
  letter-spacing: calc(3 / 100 * 1em);
  line-height: calc(25 / 20);
  font-weight: 700;
  color: rgb(193, 101, 159);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width:1024px) {
  .menu__nav__lists .lists__list a {
    font-size: 1.05rem;
    font-size: calc(1.6rem * 0.62);
  }
}

.concernAnswer {
  overflow: hidden;
  position: relative;
  z-index: 100;
  background-color: rgb(254, 254, 254);
}
.concernAnswer:after {
  content: "";
  width: 125%;
  height: 400%;
  display: inline-block;
  background-image: url(../images/bg-math-pink02.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) rotate(-15.5deg);
  transform: translate(-50%, -50%) rotate(-15.5deg);
  opacity: 0.5;
}
@media (max-width:1024px) {
  .concernAnswer:after {
    width: 160%;
    left: 35%;
  }
}

.concern__mask {
  -webkit-mask-image: url("../images/shape-07.svg");
  mask-image: url("../images/shape-07.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: min(calc(3684 / 1440 * 100vw), 3684px);
  height: min(calc(864 / 1440 * 100vw), 864px);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: min(calc(90 / 1440 * 100vw), 90px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width:1024px) {
  .concern__mask {
    -webkit-mask-image: url("../images/shape-07-tab.svg");
    mask-image: url("../images/shape-07-tab.svg");
    padding-top: max(calc(64 / 600 * 100vw), 64px);
    width: max(calc(972 / 600 * 100vw), 972px);
    height: max(calc(323 / 600 * 100vw), 323px);
  }
}
@media (max-width:600px) {
  .concern__mask {
    -webkit-mask-image: url("../images/shape-07-sp.svg");
    mask-image: url("../images/shape-07-sp.svg");
    padding-top: max(calc(70 / 600 * 100vw), 70px);
    width: max(calc(600 / 600 * 100vw), 600px);
    height: max(calc(404 / 600 * 100vw), 404px);
  }
}
.concern__mask:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: min(calc(864 / 1440 * 100vw), 864px);
  background-color: white;
  -webkit-box-shadow: inset 0 0 15px rgba(51, 51, 51, 0.15);
  box-shadow: inset 0 0 15px rgba(51, 51, 51, 0.15);
  background: linear-gradient(135deg, rgb(254, 254, 254) 0%, #f1f1f1 100%);
}
@media (max-width:1024px) {
  .concern__mask:after {
    height: max(calc(340 / 600 * 100vw), 340px);
  }
}
@media (max-width:600px) {
  .concern__mask:after {
    height: max(calc(404 / 600 * 100vw), 404px);
  }
}
.concern__contents {
  height: min(calc(864 / 1440 * 100vw), 864px);
}
@media (max-width:1024px) {
  .concern__contents {
    height: max(calc(340 / 600 * 100vw), 340px);
  }
}
@media (max-width:600px) {
  .concern__contents {
    height: max(calc(404 / 600 * 100vw), 404px);
  }
}
.concern__contents__content {
  position: relative;
  z-index: 5000;
  -webkit-transform: translateX(min(18.2638888889vw, 263px));
  transform: translateX(min(18.2638888889vw, 263px));
  padding-top: min(calc(64 / 1440 * 100vw), 64px);
}
@media (max-width:1024px) {
  .concern__contents__content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding-top: 0;
  }
}
.concern__contents__content:before {
  content: "";
  width: min(calc(628 / 1440 * 100vw), 628px);
  height: min(calc(628 / 1440 * 100vw), 628px);
  display: inline-block;
  border: 2px rgb(193, 101, 159) solid;
  border-radius: 9999px;
  position: absolute;
  right: 40%;
  top: -20%;
  z-index: -1;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
@media (max-width:1024px) {
  .concern__contents__content:before {
    width: max(calc(236 / 600 * 100vw), 236px);
    height: max(calc(236 / 600 * 100vw), 236px);
    right: 35%;
    top: -17%;
  }
}
.concern__contents__content:after {
  content: "";
  width: min(calc(157 / 1440 * 100vw), 157px);
  height: min(calc(157 / 1440 * 100vw), 157px);
  display: inline-block;
  border: 1px rgb(193, 101, 159) solid;
  border-radius: 9999px;
  position: absolute;
  right: -15%;
  bottom: 32%;
  z-index: -1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
@media (max-width:1024px) {
  .concern__contents__content:after {
    display: none;
  }
}
.concern__contents__content .content__sHead {
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .concern__contents__content .content__sHead {
    padding-right: 13.5px;
    font-size: calc(1.6rem * 0.75);
    margin-bottom: max(calc(4 / 600 * 100vw), 4px);
    padding-right: max(calc(110 / 600 * 100vw), 110px);
  }
}
.concern__contents__content .content__head {
  font-size: calc(1.6rem * 3);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 400;
  font-family: "Zen Kurenaido", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width: 1280px) {
  .concern__contents__content .content__head {
    font-size: calc(1.6rem * 2);
    text-align: center;
  }
}
@media (max-width:1024px) {
  .concern__contents__content .content__head {
    font-size: calc(1.6rem * 1.125);
    line-height: calc(24.8 / 18);
    text-align: center;
    margin-bottom: max(calc(10 / 600 * 100vw), 10px);
    margin-right: max(calc(97 / 600 * 100vw), 97px);
  }
}
@media (max-width:600px) {
  .concern__contents__content .content__head {
    margin-bottom: max(calc(18 / 600 * 100vw), 18px);
  }
}
.concern__contents__content .content__lists {
  display: grid;
  justify-items: center;
  gap: min(calc(16 / 1440 * 100vw), 16px) min(calc(0 / 1440 * 100vw), 0px);
}
@media (max-width:1024px) {
  .concern__contents__content .content__lists {
    gap: max(calc(8 / 600 * 100vw), 8px) max(calc(8 / 600 * 100vw), 8px);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:600px) {
  .concern__contents__content .content__lists {
    gap: max(calc(16 / 600 * 100vw), 16px) max(calc(16 / 600 * 100vw), 16px);
  }
}
.concern__contents__content .content__lists:after {
  content: "";
  width: 2px;
  height: min(calc(72 / 1440 * 100vw), 72px);
  border-radius: 9999px;
  background-color: rgb(193, 101, 159);
  display: inline-block;
  margin-top: min(calc(9 / 1440 * 100vw), 9px);
}
@media (max-width:1024px) {
  .concern__contents__content .content__lists:after {
    display: none;
  }
}
.concern__contents__content .content__lists .lists__list {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.concern__contents__content .content__lists .lists__list p {
  width: 100%;
  margin-inline: auto;
  font-family: "Zen Kurenaido", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  color: rgb(193, 101, 159);
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(1 / 100 * 1em);
  line-height: calc(30 / 20);
  font-weight: 400;
  text-align: center;
  border: 4px rgb(193, 101, 159) solid;
  background-color: rgb(254, 254, 254);
  border-radius: 4px;
  padding-top: min(calc(20 / 1440 * 100vw), 20px);
  padding-right: min(calc(0 / 1440 * 100vw), 0px);
  padding-bottom: min(calc(20 / 1440 * 100vw), 20px);
  padding-left: min(calc(0 / 1440 * 100vw), 0px);
  -webkit-filter: drop-shadow(8px 8px 0 #c1659f);
  filter: drop-shadow(8px 8px 0 #c1659f);
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  background-color: rgb(254, 254, 254);
}
@media (max-width: 1280px) {
  .concern__contents__content .content__lists .lists__list p {
    font-size: calc(1.6rem * 1);
    padding-top: min(calc(12 / 1440 * 100vw), 12px);
    padding-right: min(calc(32 / 1440 * 100vw), 32px);
    padding-bottom: min(calc(12 / 1440 * 100vw), 12px);
    padding-left: min(calc(32 / 1440 * 100vw), 32px);
    -webkit-filter: drop-shadow(4px 4px 0 #c1659f);
    filter: drop-shadow(4px 4px 0 #c1659f);
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
  }
}
@media (max-width:1024px) {
  .concern__contents__content .content__lists .lists__list p {
    width: 151px;
    height: 100%;
    margin-block: auto;
    font-size: calc(1.6rem * 0.75);
    padding-top: max(calc(14 / 600 * 100vw), 14px);
    padding-right: max(calc(0 / 600 * 100vw), 0px);
    padding-bottom: max(calc(14 / 600 * 100vw), 14px);
    padding-left: max(calc(0 / 600 * 100vw), 0px);
    -webkit-filter: drop-shadow(2px 2px 0 #c1659f);
    filter: drop-shadow(2px 2px 0 #c1659f);
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    border: 2px rgb(193, 101, 159) solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.concern__contents__content .content__lists .lists__list div {
  position: absolute;
}
.concern__contents__content .content__lists .lists__list:first-child div {
  width: 57px;
  right: -8px;
  bottom: 0;
}
@media (max-width:1280px) {
  .concern__contents__content .content__lists .lists__list:first-child div {
    width: 38px;
  }
}
@media (max-width:1024px) {
  .concern__contents__content .content__lists .lists__list:first-child div {
    width: 18px;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
  }
}
.concern__contents__content .content__lists .lists__list:nth-child(2) div {
  width: 67px;
  left: -13px;
  top: -22px;
  rotate: 13deg;
  scale: -1 1;
}
@media (max-width:1280px) {
  .concern__contents__content .content__lists .lists__list:nth-child(2) div {
    width: 42px;
    top: -13px;
  }
}
@media (max-width:1024px) {
  .concern__contents__content .content__lists .lists__list:nth-child(2) div {
    width: 24px;
    top: -6px;
    left: -4px;
  }
}
.concern__contents__content .content__lists .lists__list:nth-child(3) div {
  rotate: 18deg;
  width: 48px;
  top: -14px;
  right: -4px;
}
@media (max-width:1280px) {
  .concern__contents__content .content__lists .lists__list:nth-child(3) div {
    width: 26px;
    right: auto;
  }
}
@media (max-width:1024px) {
  .concern__contents__content .content__lists .lists__list:nth-child(3) div {
    width: 20px;
    left: -2px;
    top: -6px;
  }
}
.concern__contents__content .content__lists .lists__list:nth-child(4) div {
  width: 64px;
  left: -14px;
  top: -10px;
}
@media (max-width:1280px) {
  .concern__contents__content .content__lists .lists__list:nth-child(4) div {
    width: 40px;
  }
}
@media (max-width:1024px) {
  .concern__contents__content .content__lists .lists__list:nth-child(4) div {
    width: 26px;
    left: -5px;
    top: -3px;
  }
}
.concern__contents__image {
  position: relative;
  z-index: 5000;
  width: min(calc(808 / 1440 * 100vw), 808px);
  height: min(calc(806 / 1440 * 100vw), 806px);
  margin-left: min(calc(6 / 1440 * 100vw), 6px);
}
@media (max-width:1024px) {
  .concern__contents__image {
    position: absolute;
    top: max(calc(8 / 600 * 100vw), 8px);
    right: 41.5%;
    z-index: 1000;
    width: max(calc(138 / 600 * 100vw), 138px);
    height: auto;
    aspect-ratio: 138/134;
  }
}
@media (max-width:600px) {
  .concern__contents__image {
    top: 6%;
    right: 35%;
  }
}
.concern__contents__image img {
  -o-object-fit: contain;
  object-fit: contain;
}
.concern__contents__image:after {
  content: "";
  width: min(calc(431 / 1440 * 100vw), 431px);
  height: min(calc(431 / 1440 * 100vw), 431px);
  display: inline-block;
  border: 48px rgb(101, 184, 186) solid;
  border-radius: 9999px;
  position: absolute;
  right: -19%;
  bottom: -27%;
  z-index: 7000;
  -webkit-filter: blur(32px);
  filter: blur(32px);
}
@media (max-width:1024px) {
  .concern__contents__image:after {
    border: 4px rgb(101, 184, 186) solid;
    width: max(calc(132 / 600 * 100vw), 132px);
    height: max(calc(132 / 600 * 100vw), 132px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    right: -40%;
    bottom: -148%;
  }
}
@media (max-width:600px) {
  .concern__contents__image:after {
    display: none;
  }
}

.answer {
  position: relative;
}
.answer__contents {
  padding-top: min(calc(96 / 1440 * 100vw), 96px);
  padding-right: min(calc(96 / 1440 * 100vw), 96px);
  padding-bottom: min(calc(96 / 1440 * 100vw), 96px);
  padding-left: min(calc(96 / 1440 * 100vw), 96px);
  position: relative;
  z-index: 1000;
}
@media (max-width:1024px) {
  .answer__contents {
    padding-top: max(calc(36 / 600 * 100vw), 36px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(16 / 600 * 100vw), 16px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.answer__contents__heads {
  margin-bottom: min(calc(72 / 1440 * 100vw), 72px);
  position: relative;
  z-index: 6000;
  width: 1440px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width:1024px) {
  .answer__contents__heads {
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
    width: 390px;
  }
}
.answer__contents__heads .heads__subHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(3 / 100 * 1em);
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width:1024px) {
  .answer__contents__heads .heads__subHead {
    font-size: calc(1.6rem * 0.875);
    margin-bottom: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.answer__contents__heads .heads__subHead .bold {
  background-color: rgb(193, 101, 159);
  padding: 2px 4px;
  color: rgb(254, 254, 254);
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(3 / 100 * 1em);
  font-weight: 400;
  margin-right: 8px;
}
@media (max-width:1024px) {
  .answer__contents__heads .heads__subHead .bold {
    font-size: calc(1.6rem * 0.875);
    margin-right: 2px;
  }
}
.answer__contents__heads .heads__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  font-size: calc(1.6rem * 3);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 500;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
}
@media (max-width:1024px) {
  .answer__contents__heads .heads__head {
    font-size: calc(1.6rem * 1.125);
  }
}
.answer__contents__heads .heads__head__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.answer__contents__heads .heads__head__text .bold {
  background-color: rgb(193, 101, 159);
  color: rgb(254, 254, 254);
  width: 52px;
  height: 52px;
  margin-right: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  font-weight: 700;
}
@media (max-width:1024px) {
  .answer__contents__heads .heads__head__text .bold {
    width: 28px;
    height: 28px;
    margin-right: 2px;
    padding-bottom: 2px;
    font-size: calc(1.6rem * 1.25);
  }
}
.answer__contents__heads .heads__head__text .bold.first {
  margin-right: 4px;
}
@media (max-width:1024px) {
  .answer__contents__heads .heads__head__text:first-child {
    display: none;
  }
}
.answer__contents__heads .heads__head .small {
  font-size: calc(1.6rem * 2);
  margin-bottom: 2px;
}
.answer__contents__heads .heads__imageWr {
  width: 1440px;
}
@media (max-width:1024px) {
  .answer__contents__heads .heads__imageWr {
    width: 390px;
  }
}
.answer__contents__heads .heads__image {
  position: absolute;
  z-index: 8000;
  will-change: opacity, transform;
}
.answer__contents__heads .heads__image.ppl01 {
  width: min(calc(201.93 / 1440 * 100vw), 201.93px);
  left: 176px;
  top: max(calc(-176 / 1440 * 100vw), -176px);
  rotate: -4deg;
}
@media (max-width:1024px) {
  .answer__contents__heads .heads__image.ppl01 {
    width: 53.47px;
    left: 6px;
    top: auto;
    bottom: -11px;
  }
}
@media (max-width:374px) {
  .answer__contents__heads .heads__image.ppl01 {
    width: 44px;
    left: 20px;
    bottom: -10px;
  }
}
.answer__contents__heads .heads__image.ppl02 {
  width: min(calc(208.35 / 1440 * 100vw), 208.35px);
  right: 180px;
  bottom: max(calc(-80 / 1440 * 100vw), -80px);
  rotate: 9deg;
}
@media (max-width:1024px) {
  .answer__contents__heads .heads__image.ppl02 {
    width: 59.77px;
    right: 10px;
    bottom: -18px;
    rotate: 4deg;
  }
}
@media (max-width:374px) {
  .answer__contents__heads .heads__image.ppl02 {
    width: 48px;
    right: 26px;
    bottom: -14px;
  }
}
.answer__contents__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .answer__contents__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: max(calc(18 / 600 * 100vw), 18px) max(calc(0 / 600 * 100vw), 0px);
  }
}
.answer__contents__lists .lists__list {
  background-color: rgb(254, 254, 254);
  border-radius: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  will-change: opacity, transform;
}
@media (min-width:1023px) {
  .answer__contents__lists .lists__list {
    -webkit-filter: drop-shadow(0 0 4px rgba(51, 51, 51, 0.15));
    filter: drop-shadow(0 0 4px rgba(51, 51, 51, 0.15));
  }
}
.answer__contents__lists .lists__list__image {
  margin-bottom: min(calc(18 / 1440 * 100vw), 18px);
}
@media (max-width:1024px) {
  .answer__contents__lists .lists__list__image {
    aspect-ratio: 350/160;
    margin-bottom: max(calc(14 / 600 * 100vw), 14px);
  }
}
.answer__contents__lists .lists__list__head {
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
  font-size: calc(1.6rem * 1.375);
  font-weight: 700;
  letter-spacing: calc(3 / 100 * 1em);
  line-height: 1.125;
  text-align: center;
  color: rgb(193, 101, 159);
  word-break: keep-all;
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  padding-right: min(calc(4 / 1440 * 100vw), 4px);
  padding-left: min(calc(4 / 1440 * 100vw), 4px);
}
@media (max-width:1024px) {
  .answer__contents__lists .lists__list__head {
    font-size: calc(1.6rem * 0.875);
    margin-bottom: max(calc(6 / 600 * 100vw), 6px);
  }
}
.answer__contents__lists .lists__list__para {
  font-size: calc(1.6rem * 1.125);
  line-height: calc(31.5 / 18);
  letter-spacing: calc(3 / 100 * 1em);
  font-weight: 400;
  padding-top: min(calc(0 / 1440 * 100vw), 0px);
  padding-right: min(calc(12 / 1440 * 100vw), 12px);
  padding-bottom: min(calc(12 / 1440 * 100vw), 12px);
  padding-left: min(calc(12 / 1440 * 100vw), 12px);
}
@media (max-width:1024px) {
  .answer__contents__lists .lists__list__para {
    font-size: calc(1.6rem * 0.75);
    text-align: center;
    line-height: 1.35;
    padding-top: max(calc(0 / 600 * 100vw), 0px);
    padding-right: max(calc(16 / 600 * 100vw), 16px);
    padding-bottom: max(calc(10 / 600 * 100vw), 10px);
    padding-left: max(calc(16 / 600 * 100vw), 16px);
  }
}
.answer__logo {
  width: min(calc(1550 / 1440 * 100vw), 1550px);
  -webkit-transform: rotate(-6.31deg) translateX(-57.5%) translateY(-10%);
  transform: rotate(-6.31deg) translateX(-57.5%) translateY(-10%);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
}

.about {
  background-color: rgb(254, 254, 254);
}
.about__contents {
  padding-top: min(calc(144 / 1440 * 100vw), 144px);
  padding-right: min(calc(96 / 1440 * 100vw), 96px);
  padding-bottom: min(calc(144 / 1440 * 100vw), 144px);
  padding-left: min(calc(96 / 1440 * 100vw), 96px);
}
.about__contents__sHead {
  margin-bottom: min(calc(12 / 1440 * 100vw), 12px);
}
.about__contents__heads {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  margin-bottom: min(calc(96 / 1440 * 100vw), 96px);
}
.about__contents__heads .heads__head {
  font-size: calc(1.6rem * 3);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  color: rgb(193, 101, 159);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.about__contents__heads .heads__head .small {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 400;
  color: rgb(35, 16, 29);
  margin-bottom: 2px;
}
.about__contents__heads .heads__text {
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 6px;
  padding-left: 7px;
}
.about__contents__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: min(calc(80 / 1440 * 100vw), 80px) min(calc(0 / 1440 * 100vw), 0px);
}
.about__contents__lists .lists__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(48 / 1440 * 100vw), 48px);
}
.about__contents__lists .lists__list__image {
  width: min(calc(500 / 1440 * 100vw), 500px);
  height: min(calc(280 / 1440 * 100vw), 280px);
  aspect-ratio: 500/280;
  position: relative;
  z-index: 5000;
  background-color: rgb(254, 254, 254);
  border-radius: 4px;
  -webkit-filter: drop-shadow(4px 4px 0 #c1659f);
  filter: drop-shadow(4px 4px 0 #c1659f);
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}
.about__contents__lists .lists__list__image img {
  border: 4px rgb(193, 101, 159) solid;
  border-radius: 4px;
}
.about__contents__lists .lists__list__texts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about__contents__lists .lists__list__texts .texts__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
.about__contents__lists .lists__list__texts .texts__num span {
  font-family: "Arial", sans-serif;
  -webkit-text-stroke: 1px rgb(193, 101, 159);
  color: transparent;
}
.about__contents__lists .lists__list__texts .texts__num span:first-child {
  letter-spacing: calc(35 / 100 * 1em);
  padding-left: 8px;
  font-weight: 700;
  margin-bottom: 14px;
}
.about__contents__lists .lists__list__texts .texts__num span:last-child {
  font-size: calc(1.6rem * 6);
  letter-spacing: calc(5 / 100 * 1em);
  line-height: calc(64 / 96);
  font-weight: 700;
}
.about__contents__lists .lists__list__texts .texts__head {
  font-size: calc(1.6rem * 2);
  line-height: calc(40 / 32);
  letter-spacing: calc(3 / 100 * 1em);
  color: rgb(193, 101, 159);
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  position: relative;
}
.about__contents__lists .lists__list__texts .texts__head:after {
  content: "";
  width: 107.5%;
  height: 2px;
  background-color: rgb(193, 101, 159);
  display: inline-block;
  position: absolute;
  bottom: max(calc(-6 / 1440 * 100vw), -6px);
  left: max(calc(-48 / 1440 * 100vw), -48px);
}
.about__contents__lists .lists__list__texts .texts__para {
  font-size: calc(1.6rem * 1.125);
  line-height: calc(31.5 / 18);
  letter-spacing: calc(3 / 100 * 1em);
  font-weight: 400;
  padding-left: min(calc(48 / 1440 * 100vw), 48px);
}
.about__contents__lists .lists__list:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: min(calc(144 / 1440 * 100vw), 144px);
}
.about__contents__lists .lists__list:nth-child(even) .lists__list__image {
  -webkit-filter: drop-shadow(4px 4px 0 #65b8ba);
  filter: drop-shadow(4px 4px 0 #65b8ba);
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}
.about__contents__lists .lists__list:nth-child(even) .lists__list__image img {
  border: 4px rgb(101, 184, 186) solid;
}
.about__contents__lists .lists__list:nth-child(even) .lists__list__texts .texts__num span {
  -webkit-text-stroke: 1px rgb(101, 184, 186);
}
.about__contents__lists .lists__list:nth-child(even) .lists__list__texts .texts__head {
  color: rgb(101, 184, 186);
}
.about__contents__lists .lists__list:nth-child(even) .lists__list__texts .texts__head:after {
  background-color: rgb(101, 184, 186);
  left: auto;
  width: 109.5%;
  right: max(calc(-53 / 1440 * 100vw), -53px);
}

.number {
  position: relative;
  overflow: hidden;
  padding-top: min(calc(96 / 1440 * 100vw), 96px);
  padding-bottom: min(calc(320 / 1440 * 100vw), 320px);
  -webkit-box-shadow: inset 0 0 15px rgba(51, 51, 51, 0.15);
  box-shadow: inset 0 0 15px rgba(51, 51, 51, 0.15);
}
.number:after {
  content: "";
  width: 125%;
  height: 400%;
  display: inline-block;
  background-image: url(../images/bg-math-pink02.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) rotate(-15.5deg);
  transform: translate(-50%, -50%) rotate(-15.5deg);
  opacity: 0.5;
}
.number__contents__sHead {
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
.number__contents__head {
  font-size: calc(1.6rem * 3);
  font-weight: 700;
  letter-spacing: calc(5 / 100 * 1em);
  color: rgb(193, 101, 159);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: min(calc(64 / 1440 * 100vw), 64px);
}
.number__contents__head .small {
  color: rgb(35, 16, 29);
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 400;
  margin-bottom: 2px;
}
.number__contents__lists {
  width: 74.35897%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "grid-a grid-b" "grid-c grid-c";
  gap: min(calc(32 / 1440 * 100vw), 32px) min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1280px) {
  .number__contents__lists {
    grid-template-columns: 1fr;
    grid-template-rows: 3fr;
    grid-template-areas: "grid-a" "grid-b" "grid-c";
  }
}
.number__contents__lists .grid-a {
  grid-area: grid-a;
}
.number__contents__lists .grid-b {
  grid-area: grid-b;
}
.number__contents__lists .grid-c {
  grid-area: grid-c;
}
.number__contents__lists .lists__list {
  border: 1px rgb(193, 101, 159) solid;
  background-color: rgb(254, 254, 254);
}
.number__contents__lists .lists__list:not(.grid-c) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: min(calc(20 / 1440 * 100vw), 20px);
  padding-right: min(calc(32 / 1440 * 100vw), 32px);
  padding-bottom: min(calc(20 / 1440 * 100vw), 20px);
  padding-left: min(calc(32 / 1440 * 100vw), 32px);
}
.number__contents__lists .lists__list:not(.grid-c) .lists__list__image {
  background-color: rgb(193, 101, 159);
  width: 77px;
  height: 96px;
}
.number__contents__lists .lists__list:not(.grid-c) .lists__list__texts .texts__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: 8px;
  font-size: calc(1.6rem * 2);
  line-height: calc(40 / 32);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  color: rgb(193, 101, 159);
  text-align: center;
  margin-bottom: min(calc(14 / 1440 * 100vw), 14px);
}
.number__contents__lists .lists__list:not(.grid-c) .lists__list__texts .texts__num {
  font-family: "Roboto", sans-serif;
  font-size: calc(1.6rem * 8);
  line-height: calc(92 / 128);
  font-weight: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: rgb(193, 101, 159);
}
.number__contents__lists .lists__list:not(.grid-c) .lists__list__texts .texts__num span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  font-size: calc(1.6rem * 2.5);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 900;
  color: rgb(193, 101, 159);
}
.number__contents__lists .lists__list.grid-b {
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(16 / 1440 * 100vw), 16px);
}
.number__contents__lists .lists__list.grid-b .lists__list__texts .texts__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 8px;
}
.number__contents__lists .lists__list.grid-c .lists__list__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: min(calc(28 / 1440 * 100vw), 28px);
  padding-bottom: min(calc(28 / 1440 * 100vw), 28px);
}
.number__contents__lists .lists__list.grid-c .lists__list__contents .contents__head {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(15 / 100 * 1em);
  font-weight: 700;
  color: rgb(193, 101, 159);
  margin-right: min(calc(24 / 1440 * 100vw), 24px);
}
.number__contents__lists .lists__list.grid-c .lists__list__contents .contents__paraWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
}
.number__contents__lists .lists__list.grid-c .lists__list__contents .contents__para {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(3 / 100 * 1em);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: rgb(193, 101, 159);
  margin-right: min(calc(8 / 1440 * 100vw), 8px);
}
.number__contents__lists .lists__list.grid-c .lists__list__contents .contents__para span:first-child {
  font-size: calc(1.6rem * 8);
  line-height: calc(94 / 128);
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.number__contents__lists .lists__list.grid-c .lists__list__contents .contents__para span:nth-child(2) {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 900;
}
.number__contents__lists .lists__list.grid-c .lists__list__contents .contents__para span:last-child {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(3 / 100 * 1em);
}
.number__contents__lists .lists__list.grid-c .lists__list__contents .contents__image {
  background-color: rgb(193, 101, 159);
}
.number__contents__lists .lists__list.grid-c .lists__list__contents .contents__image.left {
  width: 156px;
  height: 68px;
  margin-right: min(calc(16 / 1440 * 100vw), 16px);
}
.number__contents__lists .lists__list.grid-c .lists__list__contents .contents__image.right {
  width: 103px;
  height: 68px;
  margin-right: min(calc(32 / 1440 * 100vw), 32px);
}

.flow {
  background: linear-gradient(135deg, #fefefe 0%, #f5f5f5 50%, #fefefe 100%);
}
@media (min-width:1023px) {
  .flow {
    overflow: hidden;
  }
}
.flow__contents {
  padding-top: min(calc(144 / 1440 * 100vw), 144px);
  padding-right: min(calc(96 / 1440 * 100vw), 96px);
  padding-bottom: min(calc(144 / 1440 * 100vw), 144px);
  padding-left: min(calc(96 / 1440 * 100vw), 96px);
  position: relative;
}
@media (max-width:1024px) {
  .flow__contents {
    padding-top: max(calc(32 / 600 * 100vw), 32px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(48 / 600 * 100vw), 48px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.flow__contents__headWr {
  padding-right: min(calc(144 / 1440 * 100vw), 144px);
  margin-bottom: min(calc(96 / 1440 * 100vw), 96px);
}
@media (max-width:1024px) {
  .flow__contents__headWr {
    padding-right: 0;
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.flow__contents__sHead {
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .flow__contents__sHead {
    margin-bottom: max(calc(6 / 600 * 100vw), 6px);
  }
}
.flow__contents__heads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media (max-width:1024px) {
  .flow__contents__heads {
    margin-bottom: max(calc(12 / 600 * 100vw), 12px);
  }
}
.flow__contents__heads .heads__para {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(3 / 100 * 1em);
  font-weight: 400;
  margin-bottom: min(calc(8 / 1440 * 100vw), 8px);
  position: relative;
  z-index: 2000;
}
@media (max-width:1024px) {
  .flow__contents__heads .heads__para {
    font-size: calc(1.6rem * 0.875);
    margin-bottom: max(calc(4 / 600 * 100vw), 4px);
    margin-inline: auto;
  }
}
.flow__contents__heads .heads__para span {
  display: inline-block;
  background-color: rgb(193, 101, 159);
  margin-right: 8px;
  color: rgb(254, 254, 254);
  padding: 2px 4px;
  border: 2px rgb(254, 254, 254) solid;
}
@media (max-width:1024px) {
  .flow__contents__heads .heads__para span {
    margin-right: 2px;
  }
}
.flow__contents__heads .heads__para__badge {
  width: 118.6px;
  height: 127.62px;
  position: absolute;
  left: -92.6px;
  top: -87.6px;
  z-index: 0;
}
@media (max-width:1024px) {
  .flow__contents__heads .heads__para__badge {
    width: 39.54px;
    height: 41px;
    top: -31px;
    left: -13.54px;
    z-index: 6000;
  }
}
.flow__contents__heads .heads__para__badge img {
  -o-object-fit: contain;
  object-fit: contain;
}
.flow__contents__heads .heads__head {
  font-size: calc(1.6rem * 3);
  letter-spacing: calc(5 / 100 * 1em);
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  font-weight: 500;
  position: relative;
  z-index: 2000;
}
@media (max-width:1024px) {
  .flow__contents__heads .heads__head {
    font-size: calc(1.6rem * 1.125);
  }
}
.flow__contents__heads .heads__head .bold {
  padding: 3px 4px 4px 4px;
  background-color: rgb(193, 101, 159);
  color: rgb(254, 254, 254);
  font-weight: 700;
  display: inline-block;
  border: 2px rgb(254, 254, 254) solid;
}
.flow__contents__heads .heads__head .bold:first-child {
  margin-left: 8px;
  margin-right: 4px;
}
@media (max-width:1024px) {
  .flow__contents__heads .heads__head .bold:first-child {
    margin-left: 2px;
    margin-right: 2px;
  }
}
.flow__contents__heads .heads__image {
  width: min(calc(567 / 1440 * 100vw), 567px);
  height: min(calc(381 / 1440 * 100vw), 381px);
  position: absolute;
  bottom: -95px;
  right: max(calc(-380 / 1440 * 100vw), -380px);
  z-index: 1000;
}
@media (max-width:1024px) {
  .flow__contents__heads .heads__image {
    width: max(calc(102.25 / 600 * 100vw), 102.25px);
    height: max(calc(62.61 / 600 * 100vw), 62.61px);
    right: 13px;
    bottom: 54px;
  }
}
.flow__contents__heads .heads__image img {
  -o-object-fit: contain;
  object-fit: contain;
}
.flow__contents__sum {
  font-size: calc(1.6rem * 1.125);
  line-height: calc(31.5 / 18);
  letter-spacing: calc(3 / 100 * 1em);
  font-weight: 400;
  text-align: center;
}
@media (max-width:1024px) {
  .flow__contents__sum {
    font-size: calc(1.6rem * 0.75);
    line-height: calc(19.3 / 12);
    width: 89.74358%;
    margin-inline: auto;
  }
}
.flow__contents__sum span {
  line-height: inherit;
  display: inline;
}
@media (max-width:1024px) {
  .flow__contents__sum span {
    display: none;
  }
}
.flow__contents__listsWr {
  margin-bottom: min(calc(96 / 1440 * 100vw), 96px);
  position: relative;
}
@media (max-width:1024px) {
  .flow__contents__listsWr {
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
.flow__contents__listsWr:before {
  content: "";
  width: 100%;
  width: min(calc(1122 / 1440 * 100vw), 1122px);
  height: min(calc(2104 / 1440 * 100vw), 2104px);
  display: inline-block;
  background: red;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  background-color: rgba(238, 238, 238, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(193, 101, 159, 0.15)), to(rgba(123, 191, 222, 0.15)));
  background: linear-gradient(180deg, rgba(193, 101, 159, 0.15) 0%, rgba(123, 191, 222, 0.15) 100%);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
@media (max-width:1024px) {
  .flow__contents__listsWr:before {
    width: 95.5%;
    height: 96.5%;
  }
}
.flow__contents__lists .lists__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: min(calc(72 / 1440 * 100vw), 72px);
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list {
    width: 100%;
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
.flow__contents__lists .lists__list__heads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(24 / 1440 * 100vw), 24px);
  margin-bottom: min(calc(10 / 1440 * 100vw), 10px);
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__heads {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: max(calc(12 / 600 * 100vw), 12px);
  }
}
.flow__contents__lists .lists__list__heads .heads__time {
  color: rgb(193, 101, 159);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__heads .heads__time {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: max(calc(4 / 600 * 100vw), 4px);
  }
}
.flow__contents__lists .lists__list__heads .heads__time__num {
  font-size: calc(1.6rem * 3);
  letter-spacing: calc(3 / 100 * 1em);
  margin-right: 1px;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__heads .heads__time__num {
    font-size: calc(1.6rem * 1.75);
  }
}
.flow__contents__lists .lists__list__heads .heads__time__zero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__heads .heads__time__zero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 2px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.flow__contents__lists .lists__list__heads .heads__time__zero span:first-child {
  font-weight: 400;
  font-size: calc(1.6rem * 0.875);
  letter-spacing: calc(10 / 100 * 1em);
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__heads .heads__time__zero span:first-child {
    font-size: calc(1.6rem * 0.625);
    margin-bottom: 3px;
  }
}
.flow__contents__lists .lists__list__heads .heads__time__zero span:last-child {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(3 / 100 * 1em);
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__heads .heads__time__zero span:last-child {
    font-size: calc(1.6rem * 1.25);
  }
}
.flow__contents__lists .lists__list__heads .heads__head {
  font-size: calc(1.6rem * 2.25);
  letter-spacing: calc(3 / 100 * 1em);
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  color: rgb(193, 101, 159);
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__heads .heads__head {
    font-size: calc(1.6rem * 1.25);
    margin-left: max(calc(16 / 600 * 100vw), 16px);
  }
}
.flow__contents__lists .lists__list__para {
  font-size: calc(1.6rem * 1.125);
  line-height: calc(31.5 / 18);
  letter-spacing: calc(3 / 100 * 1em);
  padding-left: min(calc(96 / 1440 * 100vw), 96px);
  font-weight: 400;
  margin-bottom: min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__para {
    line-height: 1.5;
  }
}
.flow__contents__lists .lists__list__para.hasCard {
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__para.hasCard {
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__para {
    font-size: calc(1.6rem * 0.75);
    padding-left: max(calc(8 / 600 * 100vw), 8px);
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.flow__contents__lists .lists__list__para span {
  line-height: inherit;
  display: inline;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__para span {
    display: none;
  }
}
.flow__contents__lists .lists__list__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(18 / 1440 * 100vw), 18px);
  position: relative;
  z-index: 5000;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__images {
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(8 / 600 * 100vw), 8px);
  }
}
.flow__contents__lists .lists__list__images .images__image {
  width: min(calc(396.6 / 1440 * 100vw), 396.6px);
  aspect-ratio: 396.6/216;
  border: 2px transparent solid;
  -o-border-image: linear-gradient(180deg, rgb(193, 101, 159), rgb(101, 184, 186));
  border-image: -webkit-gradient(linear, left top, left bottom, from(rgb(193, 101, 159)), to(rgb(101, 184, 186)));
  border-image: linear-gradient(180deg, rgb(193, 101, 159), rgb(101, 184, 186));
  border-image-slice: 1;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__images .images__image {
    width: 100%;
    aspect-ratio: 171/93.13;
  }
}
.flow__contents__lists .lists__list__images.detail {
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(16 / 1440 * 100vw), 16px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__images.detail {
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(12 / 600 * 100vw), 12px);
  }
}
.flow__contents__lists .lists__list__images.detail .images__image {
  border: 4px rgb(193, 101, 159) solid;
  background-color: rgb(254, 254, 254);
  border-radius: 8px;
  width: min(calc(397 / 1440 * 100vw), 397px);
  aspect-ratio: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__images.detail .images__image {
    width: 100%;
    border: 2px rgb(193, 101, 159) solid;
  }
}
.flow__contents__lists .lists__list__images.detail .images__image__head {
  background-color: rgb(193, 101, 159);
  text-align: center;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__images.detail .images__image__head {
    height: 32px;
  }
}
.flow__contents__lists .lists__list__images.detail .images__image__head span {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(3 / 100 * 1em);
  color: rgb(254, 254, 254);
  margin-block: auto;
  -webkit-transform: translateY(-2px) skew(-5deg);
  transform: translateY(-2px) skew(-5deg);
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__images.detail .images__image__head span {
    font-size: calc(1.6rem * 0.875);
  }
}
.flow__contents__lists .lists__list__images.detail .images__image__head:after {
  content: "";
  width: 52px;
  height: 48px;
  display: inline-block;
  background-image: url(../images/clip-01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -16px;
  right: -9px;
  z-index: 1000;
}
.flow__contents__lists .lists__list__images.detail .images__image__para {
  line-height: calc(24 / 16);
  letter-spacing: calc(3 / 100 * 1em);
  padding-top: min(calc(16 / 1440 * 100vw), 16px);
  padding-right: min(calc(12 / 1440 * 100vw), 12px);
  padding-bottom: min(calc(16 / 1440 * 100vw), 16px);
  padding-left: min(calc(12 / 1440 * 100vw), 12px);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 400;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__images.detail .images__image__para {
    padding-top: max(calc(10 / 600 * 100vw), 10px);
    padding-right: max(calc(14 / 600 * 100vw), 14px);
    padding-bottom: max(calc(10 / 600 * 100vw), 10px);
    padding-left: max(calc(14 / 600 * 100vw), 14px);
    font-size: calc(1.6rem * 0.75);
    line-height: calc(16.5 / 12);
  }
}
.flow__contents__lists .lists__list__images.detail div img {
  aspect-ratio: 397/216;
  border-radius: 0 0 4px 4px;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__images.detail div img {
    aspect-ratio: 169/95;
  }
}
.flow__contents__lists .lists__list__images.detail .images__image:first-child .images__image__head:after {
  display: none;
}
.flow__contents__lists .lists__list__images.detail .images__image:last-child .images__image__head:after {
  left: 2px;
  scale: 1 -1;
  rotate: 182deg;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__images.detail .images__image:last-child .images__image__head:after {
    width: 30px;
    height: 28px;
    scale: 1 1;
    rotate: 2deg;
    left: auto;
    right: 0;
    top: -12px;
  }
}
.flow__contents__lists .lists__list__shape {
  width: 95%;
  height: 97.32937%;
  position: absolute;
  -webkit-transform-origin: left;
  transform-origin: left;
  top: 52%;
  left: 48.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px transparent solid;
  -o-border-image: linear-gradient(180deg, rgb(193, 101, 159), rgb(101, 184, 186));
  border-image: -webkit-gradient(linear, left top, left bottom, from(rgb(193, 101, 159)), to(rgb(101, 184, 186)));
  border-image: linear-gradient(180deg, rgb(193, 101, 159), rgb(101, 184, 186));
  border-image-slice: 1;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__shape {
    width: 100%;
    top: 50%;
    left: 52%;
    height: 100%;
  }
}
.flow__contents__lists .lists__list__shape:before, .flow__contents__lists .lists__list__shape:after {
  content: "PROGRAM 01";
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(5 / 100 * 1em);
  line-height: calc(31.5 / 18);
  font-family: "Roboto", sans-serif;
  color: rgb(193, 101, 159);
  position: absolute;
  top: -28px;
  right: -27px;
  cursor: default;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__shape:before, .flow__contents__lists .lists__list__shape:after {
    font-size: calc(1.6rem * 0.625);
    top: -16px;
    right: -15px;
    font-weight: 400;
  }
}
.flow__contents__lists .lists__list__shape:after {
  content: "PRESENTATION";
  top: 54px;
  right: -86px;
  rotate: 90deg;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list__shape:after {
    top: 32px;
    right: -48px;
  }
}
.flow__contents__lists .lists__list__icons {
  will-change: transform;
}
.flow__contents__lists .lists__list__icons img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width:1023px) {
  .flow__contents__lists .lists__list:nth-child(even) {
    margin-left: auto;
  }
  .flow__contents__lists .lists__list:nth-child(even) .lists__list__shape {
    top: 57%;
    left: 51.5%;
  }
}
.flow__contents__lists .lists__list:first-child .lists__list__icons {
  width: min(calc(125 / 1440 * 100vw), 125px);
  position: absolute;
  right: max(calc(-115 / 1440 * 100vw), -115px);
  bottom: min(calc(-35 / 1440 * 100vw), -35px);
  z-index: 5000;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list:first-child .lists__list__icons {
    width: max(calc(29 / 600 * 100vw), 29px);
    height: max(calc(37.26 / 600 * 100vw), 37.26px);
    top: -2px;
    right: 14px;
    bottom: auto;
  }
}
.flow__contents__lists .lists__list:nth-child(2) .lists__list__shape:after {
  content: "CAMPUS TOUR";
  top: 51px;
  right: -83px;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list:nth-child(2) .lists__list__shape:after {
    top: 29px;
    right: -47px;
  }
}
.flow__contents__lists .lists__list:nth-child(2) .lists__list__shape:before {
  content: "PROGRAM02";
}
.flow__contents__lists .lists__list:nth-child(2) .lists__list__icons {
  width: min(calc(123 / 1440 * 100vw), 123px);
  position: absolute;
  left: max(calc(-113 / 1440 * 100vw), -113px);
  bottom: min(calc(-2 / 1440 * 100vw), -2px);
  z-index: 5000;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list:nth-child(2) .lists__list__icons {
    width: max(calc(28 / 600 * 100vw), 28px);
    height: max(calc(36.26 / 600 * 100vw), 36.26px);
    left: -16px;
    bottom: auto;
  }
}
.flow__contents__lists .lists__list:nth-child(3) .lists__list__shape:after {
  content: "EXPERIENCE ";
  top: 42px;
  right: -73px;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list:nth-child(3) .lists__list__shape:after {
    top: 23px;
    right: -41px;
  }
}
.flow__contents__lists .lists__list:nth-child(3) .lists__list__shape:before {
  content: "PROGRAM03";
}
.flow__contents__lists .lists__list:nth-child(3) .lists__list__icons {
  width: min(calc(200 / 1440 * 100vw), 200px);
  position: absolute;
  right: max(calc(-170 / 1440 * 100vw), -170px);
  bottom: min(calc(-4 / 1440 * 100vw), -4px);
  z-index: 5000;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list:nth-child(3) .lists__list__icons {
    width: max(calc(42 / 600 * 100vw), 42px);
    bottom: auto;
    top: -6px;
    right: 16px;
  }
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list:nth-child(3) .lists__list__para {
    display: none;
  }
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list:nth-child(3) .lists__list.heads {
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.flow__contents__lists .lists__list:nth-child(4) .lists__list__shape:after {
  content: "INFORMARION";
  top: 50px;
  right: -81px;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list:nth-child(4) .lists__list__shape:after {
    top: 28px;
    right: -45px;
  }
}
.flow__contents__lists .lists__list:nth-child(4) .lists__list__shape:before {
  content: "PROGRAM04";
}
.flow__contents__lists .lists__list:nth-child(4) .lists__list__icons {
  width: min(calc(165 / 1440 * 100vw), 165px);
  position: absolute;
  left: max(calc(-140 / 1440 * 100vw), -140px);
  bottom: min(calc(-48 / 1440 * 100vw), -48px);
  z-index: 5000;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list:nth-child(4) .lists__list__icons {
    width: max(calc(44.49 / 600 * 100vw), 44.49px);
    left: min(calc(-28 / 600 * 100vw), -28px);
    bottom: max(calc(-42 / 600 * 100vw), -42px);
  }
}
.flow__contents__lists .lists__list:nth-child(5) .lists__list__shape:after {
  content: "CONSULTATION";
  top: 56px;
  right: -89px;
}
@media (max-width:1024px) {
  .flow__contents__lists .lists__list:nth-child(5) .lists__list__shape:after {
    top: 32px;
    right: -50px;
  }
}
.flow__contents__lists .lists__list:nth-child(5) .lists__list__shape:before {
  content: "PROGRAM05";
}
.flow__contents__add {
  position: relative;
}
.flow__contents__add:after {
  content: "";
  width: min(calc(232 / 1440 * 100vw), 232px);
  height: min(calc(232 / 1440 * 100vw), 232px);
  background-image: url(../images/flow-gift.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: max(calc(-135 / 1440 * 100vw), -135px);
  left: min(calc(45 / 1440 * 100vw), 45px);
}
@media (max-width:1024px) {
  .flow__contents__add:after {
    width: max(calc(48 / 600 * 100vw), 48px);
    height: max(calc(48 / 600 * 100vw), 48px);
    background-image: url(../images/flow-gift-sp.svg);
    left: min(calc(-16 / 600 * 100vw), -16px);
    top: min(calc(-16 / 600 * 100vw), -16px);
    bottom: auto;
  }
}
.flow__contents__add .add__contents {
  width: 75%;
  margin-inline: auto;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .flow__contents__add .add__contents {
    width: 100%;
    border-radius: 8px 8px 0 0;
    margin-bottom: max(calc(10 / 600 * 100vw), 10px);
  }
}
.flow__contents__add .add__contents__head {
  background-color: rgb(193, 101, 159);
  padding-top: min(calc(16 / 1440 * 100vw), 16px);
  padding-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .flow__contents__add .add__contents__head {
    padding-top: max(calc(12 / 600 * 100vw), 12px);
    padding-bottom: max(calc(10 / 600 * 100vw), 10px);
  }
}
.flow__contents__add .add__contents__head span {
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  text-align: center;
  color: rgb(254, 254, 254);
  font-size: calc(1.6rem * 2.25);
  letter-spacing: calc(3 / 100 * 1em);
}
@media (max-width:1024px) {
  .flow__contents__add .add__contents__head span {
    font-size: calc(1.6rem * 0.875);
  }
}
.flow__contents__add .add__contents__para {
  width: 100%;
  margin-inline: auto;
  padding-top: min(calc(16 / 1440 * 100vw), 16px);
  padding-bottom: min(calc(16 / 1440 * 100vw), 16px);
  border: 1px transparent solid;
  -o-border-image: linear-gradient(180deg, rgb(193, 101, 159), rgb(101, 184, 186));
  border-image: -webkit-gradient(linear, left top, left bottom, from(rgb(193, 101, 159)), to(rgb(101, 184, 186)));
  border-image: linear-gradient(180deg, rgb(193, 101, 159), rgb(101, 184, 186));
  border-image-slice: 1;
}
@media (max-width:1024px) {
  .flow__contents__add .add__contents__para {
    padding-top: max(calc(10 / 600 * 100vw), 10px);
    padding-right: max(calc(14 / 600 * 100vw), 14px);
    padding-bottom: max(calc(10 / 600 * 100vw), 10px);
    padding-left: max(calc(14 / 600 * 100vw), 14px);
  }
}
.flow__contents__add .add__contents__para p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: left;
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(3 / 100 * 1em);
  font-weight: 400;
  line-height: calc(31.5 / 18);
}
@media (max-width:1024px) {
  .flow__contents__add .add__contents__para p {
    font-size: calc(1.6rem * 0.625);
    line-height: calc(18 / 12);
    text-align: center;
  }
}
.flow__contents__add .add__caution {
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(3 / 100 * 1em);
  font-weight: 400;
  text-align: center;
}
@media (max-width:1024px) {
  .flow__contents__add .add__caution {
    font-size: calc(1.6rem * 0.625);
    line-height: calc(13.8 / 10);
    text-align: right;
    opacity: 0.5;
  }
}
.flow__contents__addPpl {
  width: min(calc(358.4 / 1440 * 100vw), 358.4px);
  height: min(calc(511 / 1440 * 100vw), 511px);
  position: absolute;
  z-index: 5000;
  bottom: -11px;
  right: min(calc(37 / 1440 * 100vw), 37px);
}
@media (max-width:1024px) {
  .flow__contents__addPpl {
    width: max(calc(64 / 600 * 100vw), 64px);
    height: max(calc(90 / 600 * 100vw), 90px);
    left: max(calc(4 / 600 * 100vw), 4px);
    bottom: 0;
    scale: -1 1;
  }
}
.flow__contents__addPpl:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  width: min(calc(96 / 1440 * 100vw), 96px);
  height: min(calc(96 / 1440 * 100vw), 96px);
  background-image: url(../images/flow-light.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: min(calc(28 / 1440 * 100vw), 28px);
}
@media (max-width:1024px) {
  .flow__contents__addPpl:after {
    width: max(calc(15 / 600 * 100vw), 15px);
    height: max(calc(17 / 600 * 100vw), 17px);
    top: 32px;
    left: 0;
  }
}

.voice {
  -webkit-box-shadow: inset 0 0 15px rgba(51, 51, 51, 0.15);
  box-shadow: inset 0 0 15px rgba(51, 51, 51, 0.15);
  position: relative;
  z-index: -1000;
  background-color: rgb(254, 254, 254);
}
.voice::after {
  content: "";
  background-image: url(../images/bg-dotted.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 2590px;
  height: 100%;
  display: inline-block;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  opacity: 0;
}
.voice.active:after {
  opacity: 1;
}
.voice__contents {
  padding-top: min(calc(144 / 1440 * 100vw), 144px);
  padding-right: min(calc(96 / 1440 * 100vw), 96px);
  padding-bottom: min(calc(0 / 1440 * 100vw), 0px);
  padding-left: min(calc(96 / 1440 * 100vw), 96px);
  position: relative;
  z-index: 1000;
}
@media (max-width:1024px) {
  .voice__contents {
    padding-top: max(calc(48 / 600 * 100vw), 48px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(0 / 600 * 100vw), 0px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.voice__contents__box {
  border: 1px rgb(193, 101, 159) solid;
  background-color: rgba(254, 254, 254, 0.5);
  border-radius: 8px;
  padding-top: min(calc(32 / 1440 * 100vw), 32px);
  padding-right: min(calc(32 / 1440 * 100vw), 32px);
  padding-bottom: min(calc(32 / 1440 * 100vw), 32px);
  padding-left: min(calc(32 / 1440 * 100vw), 32px);
  position: relative;
  margin-bottom: min(calc(112 / 1440 * 100vw), 112px);
}
@media (max-width:1024px) {
  .voice__contents__box {
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
    padding-top: max(calc(18 / 600 * 100vw), 18px);
    padding-bottom: max(calc(20 / 600 * 100vw), 20px);
    border: 2px rgb(193, 101, 159) solid;
    max-width: 496px;
    margin-inline: auto;
  }
}
.voice__contents__box:after {
  content: "";
  background-image: url(../images/voice-shape.svg);
  width: 403px;
  height: 69px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 6px;
}
@media (max-width:1024px) {
  .voice__contents__box:after {
    width: 310px;
  }
}
.voice__contents__box .box__para {
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
.voice__contents__box .box__para p {
  font-size: calc(1.6rem * 3);
  line-height: calc(60 / 48);
  font-weight: 700;
  letter-spacing: calc(5 / 100 * 1em);
  text-align: center;
  color: rgb(193, 101, 159);
}
@media (max-width:1024px) {
  .voice__contents__box .box__para p {
    font-size: calc(1.6rem * 1.25);
    line-height: 1;
    font-weight: 900;
    margin-bottom: max(calc(12 / 600 * 100vw), 12px);
  }
}
@media (max-width:1024px) {
  .voice__contents__box .box__para p:first-child {
    display: none;
  }
}
.voice__contents__box .box__num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgb(193, 101, 159);
  position: relative;
  padding-left: 44px;
}
@media (max-width:1024px) {
  .voice__contents__box .box__num {
    padding-left: 11px;
  }
}
.voice__contents__box .box__num__text {
  font-family: "Nothing You Could Do", sans-serif;
  color: rgb(101, 184, 186);
  font-size: calc(1.6rem * 3);
  font-weight: 400;
  letter-spacing: calc(5 / 100 * 1em);
  rotate: -14deg;
  position: absolute;
  bottom: -58px;
  right: -214px;
  z-index: 5000;
}
@media (max-width:1024px) {
  .voice__contents__box .box__num__text {
    font-size: calc(1.6rem * 1.125);
    bottom: -40px;
    right: -62px;
  }
}
.voice__contents__box .box__num span:first-child {
  font-size: calc(1.6rem * 4);
  letter-spacing: calc(3 / 100 * 1em);
  font-weight: 900;
  margin-right: 2px;
}
@media (max-width:1024px) {
  .voice__contents__box .box__num span:first-child {
    font-size: calc(1.6rem * 1.75);
    margin-right: 0;
  }
}
.voice__contents__box .box__num span:nth-child(2) {
  font-size: calc(1.6rem * 3);
  letter-spacing: calc(3 / 100 * 1em);
  font-weight: 900;
}
@media (max-width:1024px) {
  .voice__contents__box .box__num span:nth-child(2) {
    font-size: calc(1.6rem * 1.25);
  }
}
.voice__contents__box .box__num span:nth-child(3) {
  font-size: calc(1.6rem * 8);
  letter-spacing: calc(1 / 100 * 1em);
  line-height: calc(86 / 128);
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  margin-right: 2px;
}
@media (max-width:1024px) {
  .voice__contents__box .box__num span:nth-child(3) {
    font-size: calc(1.6rem * 3);
  }
}
.voice__contents__box .box__num span:nth-child(4) {
  font-size: calc(1.6rem * 3);
  font-weight: 900;
  margin-right: 16px;
}
@media (max-width:1024px) {
  .voice__contents__box .box__num span:nth-child(4) {
    font-size: calc(1.6rem * 1.75);
  }
}
.voice__contents__box .box__num span:nth-child(5) {
  font-size: calc(1.6rem * 6);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  line-height: 0.975;
  rotate: 11.64deg;
}
@media (max-width:1024px) {
  .voice__contents__box .box__num span:nth-child(5) {
    display: none;
  }
}
.voice__contents__box .box__ppl {
  position: absolute;
  opacity: 0;
}
.voice__contents__box .box__ppl.man {
  width: min(calc(168 / 1440 * 100vw), 168px);
  height: min(calc(302 / 1440 * 100vw), 302px);
  left: min(calc(173 / 1440 * 100vw), 173px);
  bottom: max(calc(-77 / 1440 * 100vw), -77px);
  z-index: 6000;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}
@media (max-width:1024px) {
  .voice__contents__box .box__ppl.man {
    width: max(calc(61.94 / 600 * 100vw), 61.94px);
    height: max(calc(111 / 600 * 100vw), 111px);
    left: min(calc(-24 / 600 * 100vw), -24px);
    bottom: min(calc(-53.06 / 600 * 100vw), -53.06px);
  }
}
.voice__contents__box .box__ppl.women {
  width: min(calc(164 / 1440 * 100vw), 164px);
  height: min(calc(236 / 1440 * 100vw), 236px);
  right: min(calc(161 / 1440 * 100vw), 161px);
  top: max(calc(-49 / 1440 * 100vw), -49px);
  z-index: 6000;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}
@media (max-width:1024px) {
  .voice__contents__box .box__ppl.women {
    width: max(calc(61.83 / 600 * 100vw), 61.83px);
    height: max(calc(89 / 600 * 100vw), 89px);
    right: min(calc(-8.83 / 600 * 100vw), -8.83px);
    top: min(calc(-32 / 600 * 100vw), -32px);
  }
}
.voice__contents__sHead {
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .voice__contents__sHead {
    margin-bottom: max(calc(6 / 600 * 100vw), 6px);
  }
}
.voice__contents__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: calc(1.6rem * 3);
  letter-spacing: calc(5 / 100 * 1em);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: rgb(193, 101, 159);
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  margin-bottom: min(calc(96 / 1440 * 100vw), 96px);
}
@media (max-width:1024px) {
  .voice__contents__head {
    font-size: calc(1.6rem * 1.5);
    margin-bottom: max(calc(36 / 600 * 100vw), 36px);
  }
}
.voice__contents__head .small {
  font-size: calc(1.6rem * 2);
  font-weight: 400;
  color: rgb(35, 16, 29);
}
@media (max-width:1024px) {
  .voice__contents__head .small {
    font-size: calc(1.6rem * 1.125);
  }
}
.voice__contents__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(calc(96 / 1440 * 100vw), 96px) min(calc(64 / 1440 * 100vw), 64px);
  margin-bottom: min(calc(42 / 1440 * 100vw), 42px);
}
@media (max-width:1024px) {
  .voice__contents__lists {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: max(calc(24 / 600 * 100vw), 24px) max(calc(20 / 600 * 100vw), 20px);
    margin-bottom: max(calc(32 / 600 * 100vw), 32px);
  }
}
.voice__contents__lists .lists__list {
  width: min(calc(432 / 1440 * 100vw), 432px);
  position: relative;
}
@media (max-width:1024px) {
  .voice__contents__lists .lists__list {
    width: 46.2%;
  }
}
.voice__contents__lists .lists__list__image {
  width: min(calc(114 / 1440 * 100vw), 114px);
  height: min(calc(114 / 1440 * 100vw), 114px);
  position: absolute;
  top: max(calc(-58 / 1440 * 100vw), -58px);
  right: max(calc(-16 / 1440 * 100vw), -16px);
}
@media (max-width:1024px) {
  .voice__contents__lists .lists__list__image {
    width: max(calc(40 / 600 * 100vw), 40px);
    height: max(calc(40 / 600 * 100vw), 40px);
    top: min(calc(-18 / 600 * 100vw), -18px);
    right: max(calc(10 / 600 * 100vw), 10px);
    z-index: -1;
  }
}
.voice__contents__lists .lists__list:after {
  font-family: "Nothing You Could Do", sans-serif;
  font-size: min(calc(56 / 1440 * 100vw), 5.6rem);
  color: rgb(193, 101, 159);
  letter-spacing: calc(5 / 100 * 1em);
  position: absolute;
  left: max(calc(-16 / 1440 * 100vw), -16px);
  top: max(calc(-22 / 1440 * 100vw), -22px);
  rotate: -14deg;
}
@media (max-width:1024px) {
  .voice__contents__lists .lists__list:after {
    font-size: calc(1.6rem * 1.25);
    left: -10px;
    top: -11px;
  }
}
.voice__contents__lists .lists__list:first-child {
  margin-left: min(calc(96 / 1440 * 100vw), 96px);
}
@media (max-width:1024px) {
  .voice__contents__lists .lists__list:first-child {
    margin-left: 0;
  }
}
.voice__contents__lists .lists__list:first-child:after {
  content: "Voice 01";
}
.voice__contents__lists .lists__list:nth-child(2):after {
  content: "Voice 02";
}
@media (max-width:1024px) {
  .voice__contents__lists .lists__list:nth-child(2):after {
    left: -9px;
    top: -2px;
  }
}
.voice__contents__lists .lists__list:nth-child(3) {
  margin-left: min(calc(224 / 1440 * 100vw), 224px);
}
@media (max-width:1024px) {
  .voice__contents__lists .lists__list:nth-child(3) {
    margin-left: 0;
  }
}
.voice__contents__lists .lists__list:nth-child(3):after {
  content: "Voice 03";
}
.voice__contents__lists .lists__list:last-child:after {
  content: "Voice 04";
}
@media (max-width:1024px) {
  .voice__contents__lists .lists__list:last-child:after {
    left: -9px;
    top: -2px;
  }
}
.voice__contents__lists .lists__list__headPara {
  -webkit-filter: drop-shadow(4px 4px 0 #c1659f);
  filter: drop-shadow(4px 4px 0 #c1659f);
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  background-color: rgb(254, 254, 254);
  border: 1px rgb(193, 101, 159) solid;
  padding-top: min(calc(28 / 1440 * 100vw), 28px);
  padding-right: min(calc(32 / 1440 * 100vw), 32px);
  padding-bottom: min(calc(28 / 1440 * 100vw), 28px);
  padding-left: min(calc(32 / 1440 * 100vw), 32px);
  border-radius: 4px;
  height: 100%;
}
@media (max-width:1024px) {
  .voice__contents__lists .lists__list__headPara {
    padding-top: max(calc(16 / 600 * 100vw), 16px);
    padding-right: max(calc(14 / 600 * 100vw), 14px);
    padding-bottom: max(calc(18 / 600 * 100vw), 18px);
    padding-left: max(calc(14 / 600 * 100vw), 14px);
  }
}
.voice__contents__lists .lists__list__head {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  color: rgb(193, 101, 159);
  margin-bottom: min(calc(8 / 1440 * 100vw), 8px);
  text-align: center;
}
@media (max-width:1024px) {
  .voice__contents__lists .lists__list__head {
    font-size: calc(1.6rem * 0.875);
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.voice__contents__lists .lists__list__para {
  font-family: "Zen Kurenaido", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  font-size: calc(1.6rem * 1.125);
  line-height: calc(31.5 / 18);
  letter-spacing: calc(1 / 100 * 1em);
}
@media (max-width:1024px) {
  .voice__contents__lists .lists__list__para {
    font-size: calc(1.6rem * 0.75);
    line-height: calc(19.3 / 12);
  }
}
.voice__contents__lists .lists__list__para span {
  line-height: inherit;
  display: inline;
}
@media (max-width:1024px) {
  .voice__contents__lists .lists__list__para span {
    display: none;
  }
}
.voice__contents__image {
  width: min(calc(886 / 1440 * 100vw), 886px);
  height: min(calc(403 / 1440 * 100vw), 403px);
  margin-inline: auto;
  overflow: hidden;
}
@media (max-width:1024px) {
  .voice__contents__image {
    width: 80%;
    height: auto;
  }
}
.voice__contents__image img {
  -webkit-transform: translateY(3%);
  transform: translateY(3%);
}

.schedule {
  background-color: rgb(101, 184, 186);
  position: relative;
  z-index: 0;
}
.schedule::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url(../images/schedule-bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  opacity: 0.25;
  z-index: 0;
}
@media (max-width:1024px) {
  .schedule::after {
    background-attachment: unset;
  }
}
.schedule__contents {
  padding-top: min(calc(96 / 1440 * 100vw), 96px);
  padding-right: min(calc(96 / 1440 * 100vw), 96px);
  padding-bottom: min(calc(96 / 1440 * 100vw), 96px);
  padding-left: min(calc(96 / 1440 * 100vw), 96px);
  position: relative;
  z-index: 5000;
}
@media (max-width:1024px) {
  .schedule__contents {
    padding-top: max(calc(40 / 600 * 100vw), 40px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(40 / 600 * 100vw), 40px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.schedule__contents__sHead {
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
  -webkit-text-stroke: 1px rgb(254, 254, 254);
}
@media (max-width:1024px) {
  .schedule__contents__sHead {
    margin-bottom: max(calc(6 / 600 * 100vw), 6px);
    -webkit-text-stroke: 0.5px rgb(254, 254, 254);
  }
}
.schedule__contents__head {
  margin-bottom: min(calc(64 / 1440 * 100vw), 64px);
  font-size: calc(1.6rem * 3);
  letter-spacing: calc(5 / 100 * 1em);
  color: rgb(254, 254, 254);
  text-align: center;
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
}
@media (max-width:1024px) {
  .schedule__contents__head {
    font-size: calc(1.6rem * 1.5);
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.schedule__contents__listsWr {
  padding-right: min(calc(48 / 1440 * 100vw), 48px);
  padding-left: min(calc(48 / 1440 * 100vw), 48px);
  margin-bottom: min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .schedule__contents__listsWr {
    padding-right: max(calc(16 / 600 * 100vw), 16px);
    padding-left: max(calc(16 / 600 * 100vw), 16px);
    margin-bottom: max(calc(10 / 600 * 100vw), 10px);
  }
}
.schedule__contents__lists {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  gap: min(calc(32 / 1440 * 100vw), 32px) min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .schedule__contents__lists {
    gap: max(calc(8 / 600 * 100vw), 8px) max(calc(8 / 600 * 100vw), 8px);
  }
}
.schedule__contents__lists .lists__list {
  background-color: rgb(254, 254, 254);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.schedule__contents__lists .lists__list.active {
  position: relative;
}
.schedule__contents__lists .lists__list.active .lists__list__item {
  opacity: 0.25;
}
.schedule__contents__lists .lists__list.active:after {
  content: "";
  width: 110%;
  height: 110%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 8000;
}
.schedule__contents__lists .lists__list__itemWr {
  padding: 2px;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .schedule__contents__lists .lists__list__itemWr {
    padding: 4px;
  }
}
.schedule__contents__lists .lists__list__item {
  padding-top: min(calc(24 / 1440 * 100vw), 24px);
  padding-bottom: min(calc(20 / 1440 * 100vw), 20px);
  border: 2px rgb(101, 184, 186) solid;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width:1024px) {
  .schedule__contents__lists .lists__list__item {
    padding-top: max(calc(12 / 600 * 100vw), 12px);
    padding-bottom: max(calc(12 / 600 * 100vw), 12px);
    border: 1px rgb(101, 184, 186) solid;
  }
}
.schedule__contents__lists .lists__list__item .yearDate {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.schedule__contents__lists .lists__list__item .year {
  color: rgb(101, 184, 186);
  font-family: "Roboto", sans-serif;
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(15 / 100 * 1em);
  font-weight: 700;
  margin-bottom: 2px;
}
@media (max-width:1024px) {
  .schedule__contents__lists .lists__list__item .year {
    font-size: calc(1.6rem * 0.75);
  }
}
@media (max-width:374px) {
  .schedule__contents__lists .lists__list__item .year {
    letter-spacing: calc(10 / 100 * 1em);
    font-size: calc(1.6rem * 0.75);
  }
}
.schedule__contents__lists .lists__list__item .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 2px;
}
@media (max-width:1024px) {
  .schedule__contents__lists .lists__list__item .date {
    margin-bottom: 4px;
  }
}
.schedule__contents__lists .lists__list__item .date span {
  color: rgb(101, 184, 186);
}
.schedule__contents__lists .lists__list__item .date span:first-child {
  font-size: calc(1.6rem * 4);
  letter-spacing: calc(10 / 100 * 1em);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media (max-width:1024px) {
  .schedule__contents__lists .lists__list__item .date span:first-child {
    font-size: calc(1.6rem * 2);
  }
}
@media (max-width:374px) {
  .schedule__contents__lists .lists__list__item .date span:first-child {
    letter-spacing: calc(7 / 100 * 1em);
    font-size: calc(1.6rem * 1.75);
  }
}
.schedule__contents__lists .lists__list__item .date span:last-child {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width:1024px) {
  .schedule__contents__lists .lists__list__item .date span:last-child {
    font-size: calc(1.6rem * 0.75);
    margin-bottom: 6px;
  }
}
@media (max-width:374px) {
  .schedule__contents__lists .lists__list__item .date span:last-child {
    letter-spacing: calc(3 / 100 * 1em);
    font-size: calc(1.6rem * 0.625);
  }
}
.schedule__contents__lists .lists__list__item .time {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(15 / 100 * 1em);
  font-family: "Roboto", sans-serif;
  line-height: calc(24 / 20);
  font-weight: 700;
  color: rgb(101, 184, 186);
}
@media (max-width:1024px) {
  .schedule__contents__lists .lists__list__item .time {
    font-size: calc(1.6rem * 0.875);
    line-height: 1;
  }
}
@media (max-width:374px) {
  .schedule__contents__lists .lists__list__item .time {
    letter-spacing: calc(10 / 100 * 1em);
    font-size: calc(1.6rem * 0.75);
  }
}
.schedule__contents__text {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  color: rgb(254, 254, 254);
  padding-right: min(calc(48 / 1440 * 100vw), 48px);
  text-align: right;
}
@media (max-width:1024px) {
  .schedule__contents__text {
    font-size: calc(1.6rem * 0.75);
    margin-bottom: max(calc(10 / 600 * 100vw), 10px);
  }
}

.faq {
  background: rgb(254, 254, 254);
}
.faq__contents {
  padding-top: min(calc(96 / 1440 * 100vw), 96px);
  padding-right: min(calc(144 / 1440 * 100vw), 144px);
  padding-bottom: min(calc(0 / 1440 * 100vw), 0px);
  padding-left: min(calc(144 / 1440 * 100vw), 144px);
}
@media (max-width:1024px) {
  .faq__contents {
    padding-top: max(calc(64 / 600 * 100vw), 64px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(0 / 600 * 100vw), 0px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.faq__contents__sHead {
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .faq__contents__sHead {
    margin-bottom: max(calc(6 / 600 * 100vw), 6px);
  }
}
.faq__contents__head {
  color: rgb(193, 101, 159);
  font-size: calc(1.6rem * 3);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: min(calc(64 / 1440 * 100vw), 64px);
}
@media (max-width:1024px) {
  .faq__contents__head {
    font-size: calc(1.6rem * 1.5);
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.faq__contents__listsWr {
  position: relative;
  z-index: 5000;
}
.faq__contents__lists .lists__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px rgba(35, 16, 29, 0.15) solid;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.faq__contents__lists .lists__list:first-child {
  border-top: 1px rgba(35, 16, 29, 0.15) solid;
}
.faq__contents__lists .lists__list:hover {
  opacity: 0.25;
}
.faq__contents__lists .lists__list:has(.active) .qa__q {
  opacity: 0.5;
}
.faq__contents__lists .lists__list:has(.active) .qa__q__shape:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__contents__lists .lists__list:has(.active):hover {
  opacity: 1;
}
.faq__contents__lists .lists__list__qa {
  width: 100%;
}
.faq__contents__lists .lists__list__qa .qa__q,
.faq__contents__lists .lists__list__qa .qa__a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q,
  .faq__contents__lists .lists__list__qa .qa__a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: max(calc(4 / 600 * 100vw), 4px) max(calc(4 / 600 * 100vw), 4px);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }
}
.faq__contents__lists .lists__list__qa .qa__q__cap,
.faq__contents__lists .lists__list__qa .qa__a__cap {
  font-family: "Roboto", sans-serif;
  color: rgb(123, 191, 222);
  margin-right: min(calc(64 / 1440 * 100vw), 64px);
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q__cap,
  .faq__contents__lists .lists__list__qa .qa__a__cap {
    margin-right: max(calc(16 / 600 * 100vw), 16px);
    font-size: calc(1.6rem * 0.875);
  }
}
.faq__contents__lists .lists__list__qa .qa__q__para,
.faq__contents__lists .lists__list__qa .qa__a__para {
  width: 100%;
  line-height: calc(28 / 16);
  letter-spacing: calc(5 / 100 * 1em);
  color: rgb(35, 16, 29);
  font-weight: 400;
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q__para,
  .faq__contents__lists .lists__list__qa .qa__a__para {
    line-height: 1.5;
    font-size: calc(1.6rem * 0.875);
  }
}
.faq__contents__lists .lists__list__qa .qa__q__shape,
.faq__contents__lists .lists__list__qa .qa__a__shape {
  width: 20px;
  height: 2px;
  background-color: rgb(35, 16, 29);
  position: relative;
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q__shape,
  .faq__contents__lists .lists__list__qa .qa__a__shape {
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: max(calc(16 / 600 * 100vw), 16px);
  }
}
.faq__contents__lists .lists__list__qa .qa__q__shape:after,
.faq__contents__lists .lists__list__qa .qa__a__shape:after {
  width: 2px;
  height: 20px;
  background-color: inherit;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.225s;
  transition: -webkit-transform 0.225s;
  transition: transform 0.225s;
  transition: transform 0.225s, -webkit-transform 0.225s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q__shape:after,
  .faq__contents__lists .lists__list__qa .qa__a__shape:after {
    height: 16px;
    width: 2px;
  }
}
.faq__contents__lists .lists__list__qa .qa__q a,
.faq__contents__lists .lists__list__qa .qa__a a {
  display: inline-block;
  border-bottom: 1px rgba(35, 16, 29, 0.15) solid;
}
.faq__contents__lists .lists__list__qa .qa__q {
  padding-top: min(calc(26 / 1440 * 100vw), 26px);
  padding-right: min(calc(40 / 1440 * 100vw), 40px);
  padding-bottom: min(calc(26 / 1440 * 100vw), 26px);
  padding-left: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q {
    padding-top: max(calc(14 / 600 * 100vw), 14px);
    padding-right: max(calc(38 / 600 * 100vw), 38px);
    padding-bottom: max(calc(14 / 600 * 100vw), 14px);
    padding-left: max(calc(16 / 600 * 100vw), 16px);
  }
}
.faq__contents__lists .lists__list__qa .qa__a {
  background-color: rgba(238, 238, 238, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(193, 101, 159, 0.15)), to(rgba(123, 191, 222, 0.15)));
  background: linear-gradient(180deg, rgba(193, 101, 159, 0.15) 0%, rgba(123, 191, 222, 0.15) 100%);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.35s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s, opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), padding 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: max-height 0.35s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s, opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), padding 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  padding-top: 0;
  padding-bottom: 0;
  padding-right: min(calc(40 / 1440 * 100vw), 40px);
  padding-left: min(calc(48 / 1440 * 100vw), 48px);
  height: 0;
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__a {
    padding-right: max(calc(38 / 600 * 100vw), 38px);
    padding-left: max(calc(16 / 600 * 100vw), 16px);
  }
}
.faq__contents__lists .lists__list__qa .qa__a.active {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  padding-top: min(calc(26 / 1440 * 100vw), 26px);
  padding-bottom: min(calc(26 / 1440 * 100vw), 26px);
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__a.active {
    padding-top: max(calc(14 / 600 * 100vw), 14px);
    padding-right: max(calc(38 / 600 * 100vw), 38px);
    padding-bottom: max(calc(14 / 600 * 100vw), 14px);
    padding-left: max(calc(16 / 600 * 100vw), 16px);
  }
}
.faq__contents__lists .lists__list__qa .qa__a__cap {
  color: rgb(193, 101, 159);
}

.access {
  background-color: rgb(254, 254, 254);
}
.access__contents {
  padding-top: min(calc(96 / 1440 * 100vw), 96px);
  padding-right: min(calc(144 / 1440 * 100vw), 144px);
  padding-bottom: min(calc(60 / 1440 * 100vw), 60px);
  padding-left: min(calc(144 / 1440 * 100vw), 144px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width:1024px) {
  .access__contents {
    padding-top: max(calc(64 / 600 * 100vw), 64px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(64 / 600 * 100vw), 64px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.access__contents__sHead {
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
  -webkit-text-stroke: 1px rgb(193, 101, 159);
}
@media (max-width:1024px) {
  .access__contents__sHead {
    margin-bottom: max(calc(6 / 600 * 100vw), 6px);
    -webkit-text-stroke: 0.5px rgb(193, 101, 159);
  }
}
.access__contents__head {
  color: rgb(193, 101, 159);
  font-size: calc(1.6rem * 3);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: min(calc(64 / 1440 * 100vw), 64px);
}
@media (max-width:1024px) {
  .access__contents__head {
    font-size: calc(1.6rem * 1.5);
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.access__contents__name {
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .access__contents__name {
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.access__contents__name h3 {
  color: rgb(193, 101, 159);
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  margin-bottom: min(calc(12 / 1440 * 100vw), 12px);
  text-align: center;
}
@media (max-width:1024px) {
  .access__contents__name h3 {
    font-size: calc(1.6rem * 1);
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.access__contents__name p {
  color: rgb(193, 101, 159);
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(5 / 100 * 1em);
}
@media (max-width:1024px) {
  .access__contents__name p {
    font-size: calc(1.6rem * 0.875);
  }
}
.access__contents__map {
  width: 83.333%;
  border: 4px rgb(193, 101, 159) solid;
  border-radius: 8px;
  background-color: rgb(254, 254, 254);
  aspect-ratio: 960/480;
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
  padding-top: min(calc(28 / 1440 * 100vw), 28px);
  padding-right: min(calc(28 / 1440 * 100vw), 28px);
  padding-bottom: min(calc(28 / 1440 * 100vw), 28px);
  padding-left: min(calc(28 / 1440 * 100vw), 28px);
}
@media (max-width:1024px) {
  .access__contents__map {
    width: 100%;
    aspect-ratio: 350/255.61;
    border: 2px rgb(193, 101, 159) solid;
    padding-top: max(calc(12 / 600 * 100vw), 12px);
    padding-right: max(calc(16 / 600 * 100vw), 16px);
    padding-bottom: max(calc(12 / 600 * 100vw), 12px);
    padding-left: max(calc(16 / 600 * 100vw), 16px);
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.access__contents__map img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width:1024px) {
  .access__contents__listsWr {
    width: 100%;
  }
}
.access__contents__lists {
  width: 572px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: min(calc(24 / 1440 * 100vw), 24px) min(calc(0 / 1440 * 100vw), 0px);
}
@media (max-width:1024px) {
  .access__contents__lists {
    gap: max(calc(14 / 600 * 100vw), 14px) max(calc(0 / 600 * 100vw), 0px);
    width: 95%;
    margin-inline: auto;
  }
}
.access__contents__lists .lists__list__heads .heads__head {
  width: 100%;
  margin-bottom: min(calc(10 / 1440 * 100vw), 10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width:1024px) {
  .access__contents__lists .lists__list__heads .heads__head {
    margin-bottom: max(calc(6 / 600 * 100vw), 6px);
  }
}
.access__contents__lists .lists__list__heads .heads__head:hover {
  opacity: 0.5;
}
.access__contents__lists .lists__list__heads .heads__head .heads__head__image {
  width: 27px;
  height: 32px;
  margin-right: 12px;
}
@media (max-width:1024px) {
  .access__contents__lists .lists__list__heads .heads__head .heads__head__image {
    width: 18px;
    height: 21px;
  }
}
.access__contents__lists .lists__list__heads .heads__head .heads__head__image img {
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.access__contents__lists .lists__list__heads .heads__head .heads__head__text {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(1 / 100 * 1em);
  color: rgb(193, 101, 159);
}
@media (max-width:1024px) {
  .access__contents__lists .lists__list__heads .heads__head .heads__head__text {
    font-size: calc(1.6rem * 0.875);
    font-weight: 500;
  }
}
.access__contents__lists .lists__list__heads .heads__head .heads__head__shape {
  width: 20px;
  height: 2px;
  background-color: rgb(35, 16, 29);
  position: absolute;
  right: 0;
}
@media (max-width:1024px) {
  .access__contents__lists .lists__list__heads .heads__head .heads__head__shape {
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: max(calc(16 / 600 * 100vw), 16px);
  }
}
.access__contents__lists .lists__list__heads .heads__head .heads__head__shape:after {
  width: 2px;
  height: 20px;
  background-color: inherit;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.225s;
  transition: 0.225s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media (max-width:1024px) {
  .access__contents__lists .lists__list__heads .heads__head .heads__head__shape:after {
    height: 16px;
    width: 2px;
  }
}
.access__contents__lists .lists__list__heads .heads__para {
  line-height: calc(24 / 16);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 400;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  display: block;
  -webkit-transition: max-height 0.4s ease, opacity 0.6s ease;
  transition: max-height 0.4s ease, opacity 0.6s ease;
}
.access__contents__lists .lists__list__heads .heads__para.active {
  max-height: 500px;
  opacity: 1;
}
@media (max-width:1024px) {
  .access__contents__lists .lists__list__heads .heads__para {
    font-size: calc(1.6rem * 0.75);
    line-height: calc(16.5 / 12);
  }
}
.access__contents__lists .lists__list__heads .heads__para .head {
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 500;
}
@media (max-width:1024px) {
  .access__contents__lists .lists__list__heads .heads__para .head {
    font-size: calc(1.6rem * 0.875);
    margin-bottom: max(calc(2 / 600 * 100vw), 2px);
  }
}
.access__contents__lists .lists__list__heads .heads__para p:nth-child(even) {
  padding-left: 16px;
  margin-bottom: 10px;
}
@media (max-width:1024px) {
  .access__contents__lists .lists__list__heads .heads__para p:nth-child(even) {
    margin-bottom: 4px;
  }
}
.access__contents__lists .lists__list__heads .heads__para p:nth-child(even) {
  padding-left: 16px;
  margin-bottom: 10px;
}
@media (max-width:1024px) {
  .access__contents__lists .lists__list__heads .heads__para p:nth-child(even) {
    padding-left: 6px;
    margin-bottom: 6px;
  }
}
.access__contents__lists .lists__list__heads .heads__para p:last-child {
  margin-bottom: 0;
}
.access__contents__lists .lists__list:has(.active) .heads__head {
  opacity: 0.5;
}
.access__contents__lists .lists__list:has(.active) .heads__head__shape:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.access__contents__lists .lists__list:has(.active):hover {
  opacity: 1;
}