@charset "UTF-8";
@font-face {
  font-family: "bananasplus";
  src: url("../font/bananaslipplus.otf") format("opentype");
}
body {
  font-family: "Noto Sans JP", sans-serif !important;
}

.c-arrow--right {
  position: relative;
}
.c-arrow--right::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  /* くの字を山なりに見た時、左側の長さ */
  /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #fff;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #fff;
  /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
}

.header {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.header__logo {
  width: 50%;
}
.header__text {
  width: 50%;
  font-size: clamp(10px, 2.7vw, 20px);
  color: white;
  background-color: #ffa700;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  padding-right: 1%;
}
.header__text.c-arrow--right::after {
  right: 5%;
  width: 0.5em;
  /* くの字を山なりに見た時、左側の長さ */
  height: 0.5em;
  /* くの字を山なりに見た時、右側の長さ */
}

.fv {
  position: relative;
}
.fv img {
  z-index: -30;
  width: 100%;
}
.fv-all {
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding-top: 16px;
  padding-bottom: 26px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.fv-text {
  letter-spacing: 0.2em;
  font-size: clamp(14px, 3vw, 22px);
}
.fv-text span {
  font-size: 1.4em;
  margin-right: 0.2em;
}
.fv-text::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../image/fv/border-left.png");
  display: inline-block;
  background-size: cover;
  margin: 0 5px;
}
.fv-text::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../image/fv/border-right.png");
  display: inline-block;
  background-size: cover;
  margin: 0 5px;
}
.fv-button {
  display: block;
  text-align: center;
  font-size: clamp(16px, 4.4vw, 30px);
  background-color: #ffa700;
  margin-top: 0.5em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 14px;
  border-radius: 10px;
  letter-spacing: 0.1em;
}
.fv-button.c-arrow--right::after {
  right: 5%;
  width: 0.4em;
  /* くの字を山なりに見た時、左側の長さ */
  height: 0.4em;
  /* くの字を山なりに見た時、右側の長さ */
}

.dream__title {
  padding: 20px 0;
}
.dream__title img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.dream__text {
  font-size: 14px;
  padding: 40px 0 68px 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.dream-contents__item-interest .dream-contents-item__text-box {
  color: #ec8fb9;
}
.dream-contents__item-artist .dream-contents-item__text-box {
  color: #ffa700;
}
.dream-contents__item-model .dream-contents-item__text-box {
  color: #77d1f3;
}
.dream-contents__item-infuluencer .dream-contents-item__text-box {
  color: #61bd6a;
}

.dream-contents-item {
  position: relative;
}
.dream-contents-item__background {
  width: 100%;
}
.dream-contents-item__text {
  color: white;
  position: absolute;
  z-index: 50;
  font-size: 24px;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
}
.dream-contents-item__text-en {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  font-weight: initial;
}
.dream-contents-item__text-box {
  background-color: white;
  margin-left: -5px;
  margin-right: 5px;
  padding: 0 10px 3px 10px;
}
.dream-contents-item__text-right {
  text-align: right;
  right: 4%;
}
.dream-contents-item__text-left {
  left: 4%;
}

#liver {
  background-image: url("../image/liver/background.png");
}

.liver__contents {
  margin-top: 40px;
}

.liver-titlearea {
  position: relative;
}
.liver-titlearea__image {
  width: 80%;
  max-width: 412px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.liver-titlearea__title {
  text-align: center;
  font-size: 33px;
  padding-top: 50px;
  font-weight: bold;
}
.liver-titlearea__title__top {
  font-size: 45px;
}
.liver-titlearea__title__bottom {
  color: rgba(0, 0, 0, 0);
  text-shadow: 2px 1px 0 #77d1f3;
  -webkit-text-stroke: 0.5px black;
}

.liver-contents {
  padding-bottom: 40px;
}
.liver-contents > *:not(:first-child) {
  margin-top: 20px;
}

.liver-contents-item {
  max-width: 95%;
  margin: 0 auto;
  display: block;
  background-size: cover;
  padding-bottom: 26px;
}
.liver-contents-item-manager {
  border: 2px #77d1f3 solid;
  background-image: url("../image/liver/background-blue.png");
  border-radius: 20px 0px 20px 0px;
}
.liver-contents-item-booth {
  border: 2px #ec8fb9 solid;
  background-image: url("../image/liver/background-pink.png");
  border-radius: 0px 20px 0px 20px;
}
.liver-contents-item-event {
  border: 2px #61bd6a solid;
  background-image: url("../image/liver/background-green.png");
  border-radius: 20px 0px 20px 0px;
}
.liver-contents-item-pay {
  border: 2px #77d1f3 solid;
  background-image: url("../image/liver/background-green.png");
  border-radius: 20px 0px 20px 0px;
}
.liver-contents-item-conference {
  border: 2px #ec8fb9 solid;
  background-image: url("../image/liver/background-pink.png");
  border-radius: 0px 20px 0px 20px;
}
.liver-contents-item__titlearea {
  display: flex;
}
.liver-contents-item__titlearea-manager {
  align-items: center;
  padding: 0 3%;
  justify-content: space-between;
}
.liver-contents-item__titlearea-manager .title {
  width: 55%;
}
.liver-contents-item__titlearea-manager .image {
  width: 40%;
  margin-top: -20px;
}
.liver-contents-item__titlearea-booth {
  padding-right: 3%;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 10px;
}
.liver-contents-item__titlearea-booth .title {
  width: 42%;
  margin-left: -5%;
}
.liver-contents-item__titlearea-booth .image {
  width: 65%;
  margin-top: -20px;
  margin-left: -3%;
}
.liver-contents-item__titlearea-event {
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 0 3%;
}
.liver-contents-item__titlearea-event .title {
  width: 46%;
}
.liver-contents-item__titlearea-event .image {
  width: 54%;
  margin-right: -3%;
}
.liver-contents-item__titlearea-pay {
  align-items: center;
  justify-content: space-between;
  padding: 10px 5% 0;
}
.liver-contents-item__titlearea-pay .title {
  width: 54%;
  margin-left: -2%;
}
.liver-contents-item__titlearea-pay .image {
  width: 48%;
}
.liver-contents-item__titlearea-conference {
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 0 3%;
}
.liver-contents-item__titlearea-conference .title {
  width: 54%;
  margin-right: -4%;
  position: relative;
}
.liver-contents-item__titlearea-conference .image {
  width: 53%;
  margin-right: -3%;
}
.liver-contents-item__text {
  font-size: 12px;
  margin-top: 20px;
  padding: 0 3%;
}
.liver-contents-item__text-under {
  background: linear-gradient(transparent 50%, #fdff5d 50%);
}

.challenge__title img {
  width: 90%;
  margin: 52px auto 0 auto;
}
.challenge__contents {
  margin-top: 30px;
}
.challenge__message {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 40px;
}
.challenge__message-color {
  display: inline;
  position: relative;
}
.challenge__message-color::before, .challenge__message-color::after {
  position: absolute;
  display: inline-block;
}
.challenge__message-color::before {
  content: url(../image/challenge/dot-01.png);
  transform: scale(0.5) translateX(-100%);
  transform-origin: left top;
  left: -10px;
  top: 0;
}
.challenge__message-color::after {
  content: url(../image/challenge/dot-02.png);
  transform: scale(0.5) translateX(100%);
  transform-origin: right bottom;
  right: -10px;
  bottom: 0;
}
.challenge__message-color .red {
  color: rgba(0, 0, 0, 0);
  text-shadow: 2px 1px 0 #ea566b;
  -webkit-text-stroke: 0.5px black;
}
.challenge__message-color .yellow {
  color: rgba(0, 0, 0, 0);
  text-shadow: 2px 1px 0 #ffa700;
  -webkit-text-stroke: 0.5px black;
}
.challenge__message-color .green {
  color: rgba(0, 0, 0, 0);
  text-shadow: 2px 1px 0 #61bd6a;
  -webkit-text-stroke: 0.5px black;
}
.challenge__message-color .blue {
  color: rgba(0, 0, 0, 0);
  text-shadow: 2px 1px 0 #4ec7f4;
  -webkit-text-stroke: 0.5px black;
}
.challenge__message-color .purple {
  color: rgba(0, 0, 0, 0);
  text-shadow: 2px 1px 0 #b686d7;
  -webkit-text-stroke: 0.5px black;
}

.challenge-contents {
  position: relative;
}
.challenge-contents::after {
  content: url("../image/challenge/next.png");
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%) scale(0.5);
  transform-origin: top center;
}

.challenge-contents-item:not(:first-child) {
  margin-top: 30px;
}
.challenge-contents-item__title {
  width: 50%;
  margin: 0px auto;
}
.challenge-contents-item__image {
  width: 100%;
}
.challenge-contents-item__list {
  text-align: left;
  padding: 15px 10px 15px 30px;
}
.challenge-contents-item__list li {
  position: relative;
  padding: 5px 0px 5px 32px;
  font-family: "bananasplus", sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
  color: white;
}
.challenge-contents-item__list li span {
  color: #fdff5d;
}
.challenge-contents-item__list li::before {
  transform: scale(0.5);
  padding-right: 5px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.challenge-contents-item:nth-child(1) .list-contents {
  background-color: #77d1f3;
}
.challenge-contents-item:nth-child(1) .list-contents li::before {
  content: url(../image/challenge/item01-list.png);
}
.challenge-contents-item:nth-child(2) .list-contents {
  background-color: #ffa700;
}
.challenge-contents-item:nth-child(2) .list-contents li::before {
  content: url(../image/challenge/item02-list.png);
}

.promise {
  background-image: url("../image/promise/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
.promise__pre {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 5%;
}
.promise__pre-hukidashi {
  width: 30%;
  margin-top: clamp(-20px, -3em, -45em);
}
.promise__pre-text {
  text-align: center;
  color: #ffffff;
  line-height: 1.4;
  font-size: clamp(12px, 3.4vw, 26px);
  letter-spacing: 0.2em;
  padding: 20px 0;
}
.promise__pre-text .yellow {
  color: #fdff5d;
}
.promise__titlearea {
  margin-top: 20px;
}
.promise__contents {
  margin-top: 40px;
}

.promise-titlearea {
  padding: 0 3%;
}
.promise-titlearea__title {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: clamp(30px, 8vw, 52px);
  line-height: 0.9;
}
.promise-titlearea__message {
  margin-top: -0.1em;
}

.promise-titlearea-message {
  background-color: #ffffff;
  border-radius: 80px;
  padding: 0.9em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
}
.promise-titlearea-message__text {
  color: #231815;
  font-size: clamp(20px, 6.4vw, 42px);
  text-align: center;
  line-height: 0.9;
  letter-spacing: 0.1em;
}
.promise-titlearea-message__list {
  margin-top: 0.7em;
  font-size: clamp(16px, 4.3vw, 30px);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.promise-titlearea-message__list li {
  display: flex;
  align-items: center;
}
.promise-titlearea-message__list li span {
  color: #77d1f3;
  background: linear-gradient(transparent 50%, #fdff5d 50%);
}
.promise-titlearea-message__list li::before {
  content: "";
  background-image: url("../image/promise/check.png");
  margin-right: 2%;
  width: 6%;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
}
.promise-titlearea-message__list li:not(:first-child) {
  margin-top: 0.5em;
}

.promise-contents .slick-list {
  padding-right: 7%;
}
.promise-contents .slick-arrow {
  z-index: 100;
}
.promise-contents .slick-arrow:before {
  opacity: 1;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  font-weight: bold;
}
.promise-contents .slick-next {
  right: 3%;
}
.promise-contents .slick-next:before {
  content: ">";
}
.promise-contents .slick-prev {
  left: 3%;
}
.promise-contents .slick-prev:before {
  content: "<";
}
.promise-contents .slick-dots {
  bottom: -35px;
}
.promise-contents .slick-dots li button:before {
  content: "" !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
}
.promise-contents .slick-dots li.slick-active button:before {
  background-color: #fdff5d;
  opacity: 1;
}

.promise-contents-item {
  background-color: #fff;
  box-shadow: 7px 8px #fdff5d;
  border-radius: 10px;
  position: relative;
  padding: 20px 6% 40px;
  margin: 10px 14px 8px 24px;
}
.promise-contents-item::before {
  position: absolute;
  content: "";
  width: 101%;
  height: 100%;
  border: 3px solid #fdff5d;
  border-radius: 10px;
  top: -10px;
  left: -10px;
}
.promise-contents-item__image {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.promise-contents-item__name {
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.2em;
  font-size: clamp(22px, 6vw, 42px);
}
.promise-contents-item__name span {
  display: block;
  font-size: 0.5em;
  letter-spacing: 0.1em;
}
.promise-contents-item__text {
  margin-top: 1em;
  font-size: clamp(12px, 3.2vw, 22px);
}

.support__pre {
  width: 100%;
}
.support__pretext {
  padding: 30px 3% 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.support__pretext-color {
  display: inline;
  width: 100%;
  color: #fdff3d;
  background-color: #78d2f4;
}
.support__pretext-attention {
  margin-top: 16px;
  font-weight: initial;
  font-size: 12px;
  display: block;
}

.support-titlearea {
  background-color: #78d2f4;
  font-family: "bananasplus", sans-serif;
  font-size: 30px;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
}
.support-titlearea__logo {
  width: 37%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 6px;
}
.support-titlearea__title span {
  color: rgba(0, 0, 0, 0);
  text-shadow: 1px 0.5px 0 #fdff3d;
  -webkit-text-stroke: 0.5px black;
}
.support-titlearea::after {
  content: url("../image/support/next.png");
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 100%) scale(0.7);
  transform-origin: top center;
}

.support-contents {
  padding-bottom: 40px;
  padding-top: 20px;
  background-image: url(../image/support/background.png);
}

.support-contents-item {
  display: flex;
  align-items: center;
  padding: 0 2%;
  gap: 10px;
}
.support-contents-item:not(:first-child) {
  margin-top: 15px;
}
.support-contents-item__image {
  width: 40%;
}
.support-contents-item__textarea {
  padding: 0 1%;
  width: 60%;
}
.support-contents-item__num {
  font-family: "bananasplus", sans-serif;
  font-size: 24px;
  text-align: center;
}
.support-contents-item__num .support {
  color: white;
  position: relative;
  z-index: 1;
  margin-right: 5px;
  display: inline-block;
  font-size: 22px;
  padding: 0 3px;
}
.support-contents-item__num .support::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1em;
  top: 0.4em;
  left: 0;
  border-radius: 20px;
  z-index: -1;
}
.support-contents-item__title {
  font-family: "bananasplus", sans-serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: 0.8px;
}
.support-contents-item__text {
  font-size: 11px;
  text-align: left;
}
.support-contents-item:nth-child(1) .num, .support-contents-item:nth-child(1) .title {
  color: #61bd6a;
}
.support-contents-item:nth-child(1) .num .support::after, .support-contents-item:nth-child(1) .title .support::after {
  background-color: #61bd6a;
}
.support-contents-item:nth-child(2) .num,
.support-contents-item:nth-child(2) .title {
  color: #ec8fb9;
}
.support-contents-item:nth-child(2) .num .support::after,
.support-contents-item:nth-child(2) .title .support::after {
  background-color: #ec8fb9;
}
.support-contents-item:nth-child(3) .num,
.support-contents-item:nth-child(3) .title {
  color: #78d2f4;
}
.support-contents-item:nth-child(3) .num .support::after,
.support-contents-item:nth-child(3) .title .support::after {
  background-color: #78d2f4;
}
.support-contents-item:nth-child(4) .num,
.support-contents-item:nth-child(4) .title {
  color: #ffa700;
}
.support-contents-item:nth-child(4) .num .support::after,
.support-contents-item:nth-child(4) .title .support::after {
  background-color: #ffa700;
}

.banner {
  margin-top: 0;
  position: relative;
}
.banner img {
  width: 100%;
}

.backup {
  overflow: hidden;
}

.backup-titlearea {
  margin-top: 40px;
  position: relative;
  padding-bottom: 40px;
}
.backup-titlearea__image {
  margin: 0 auto;
  width: 70%;
}
.backup-titlearea__title {
  font-family: "bananasplus", sans-serif;
  font-size: clamp(60px, 8vw, 52px);
  text-align: center;
  line-height: 1.2;
}
.backup-titlearea__title span {
  color: rgba(0, 0, 0, 0);
  text-shadow: 2px 1px 0 #61bd6a;
  -webkit-text-stroke: 0.5px black;
  display: block;
  font-size: clamp(60px, 16vw, 90px);
  line-height: 1;
  margin-bottom: 10px;
}
.backup-titlearea::before, .backup-titlearea::after {
  position: absolute;
}
.backup-titlearea::before {
  content: url("../image/backup/title-background01.png");
  transform: scale(0.7);
  transform-origin: top left;
  left: -15%;
  top: 0px;
  z-index: -10;
}
.backup-titlearea::after {
  content: url("../image/backup/title-background02.png");
  transform-origin: bottom right;
  transform: scale(0.7);
  bottom: 0;
  right: -12%;
  z-index: -10;
}

.backup-contents > *:not(:first-child) {
  margin-top: 20px;
}
.backup-contents__wave {
  width: 100%;
}
.backup-contents__block {
  padding: 0 5%;
  background-color: #e2f3e4;
}
.backup-contents__title {
  font-family: "bananasplus", sans-serif;
  font-size: clamp(30px, 8vw, 60px);
  color: #61bd6a;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.backup-contents__title-num {
  margin-right: -7%;
  width: 30%;
  margin-left: -8%;
}
.backup-contents__title span {
  color: black;
  background: linear-gradient(transparent 80%, #fdff5d 60%);
}
.backup-contents__text {
  margin-top: 20px;
  padding: 0 5%;
  line-height: 1.6;
  font-size: clamp(12px, 3.2vw, 20px);
}
.backup-contents__text span {
  color: #61bd6a;
}
.backup-contents__boxarea {
  margin-top: 20px;
}

.backup-contents-boxarea {
  border: 2px solid #61BD6A;
  border-radius: 20px;
  background-color: white;
}

.backup-contents-boxarea-item:first-child .item-titlearea {
  border-radius: 17px 17px 0 0;
}
.backup-contents-boxarea-item__titlearea {
  display: flex;
  background-color: #61BD6A;
  padding: 10px 5%;
  align-items: center;
}
.backup-contents-boxarea-item__titlearea-image {
  width: 10%;
  margin-right: 3%;
}
.backup-contents-boxarea-item__titlearea-title {
  flex: 1;
  color: white;
  font-size: 5.5vw;
}
.backup-contents-boxarea-item__titlearea-title span {
  color: #231815;
  font-size: 10px;
  margin-left: 2%;
}
.backup-contents-boxarea-item__text {
  padding: 20px 5%;
  font-size: clamp(12px, 3vw, 18px);
  letter-spacing: 1px;
  line-height: 1.6;
}
.backup-contents-boxarea-item__text > p:not(:first-child) {
  margin-top: 0.8em;
}
.backup-contents-boxarea-item__text > p span {
  color: #D74452;
}

.interview {
  padding-bottom: 40px;
}
.interview__title {
  width: 100%;
}
.interview__title img {
  margin: 30px auto;
  width: 80%;
}
.interview__contents {
  margin-top: 60px;
}

.interview-contents {
  padding: 0 10%;
}

.interview-contents-item {
  background-color: #FFE0EE;
  border-radius: 10px;
  position: relative;
}
.interview-contents-item:not(:first-child) {
  margin-top: 50px;
}
.interview-contents-item img {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
}
.interview-contents-item__title {
  margin: 0 auto;
  font-size: 25px;
  font-family: "bananasplus", sans-serif;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #EC8FB9;
  white-space: nowrap;
}
.interview-contents-item-name {
  text-align: center;
  font-family: "bananasplus", sans-serif;
  font-size: 30px;
  margin: 10px;
}
.interview-contents-item-text {
  font-size: 12px;
  width: 85%;
  margin: 0px auto;
  padding-bottom: 20px;
}

.flow {
  padding-bottom: 40px;
}
.flow__title {
  padding-top: 30px;
}
.flow__title img {
  width: 70%;
  margin: 0 auto;
  padding-right: 30px;
}
.flow__title p {
  color: #02abeb;
  font-size: 50px;
  font-family: "bananasplus", sans-serif;
  text-align: center;
  margin-top: -15px;
}
.flow__title span {
  color: rgba(0, 0, 0, 0);
  text-shadow: 2px 1px 0 white;
  -webkit-text-stroke: 1.5px #02abeb;
  font-size: 45px;
}
.flow__list {
  margin-top: 30px;
}

.flow-list {
  padding: 0 5%;
}
.flow-list > *:not(:first-child) {
  margin-top: 10px;
}

.flow-list-item {
  position: relative;
}
.flow-list-item__background {
  width: 100%;
}
.flow-list-item:nth-child(2n-1) .number {
  margin-left: 5%;
}
.flow-list-item:nth-child(2n) .number {
  margin-right: 5%;
  margin-left: auto;
}
.flow-list-item:nth-child(1) .number {
  margin-top: -0.5em;
}
.flow-list-item:nth-child(1) .illust {
  transform: translateX(10%);
  margin-top: -2em;
}
.flow-list-item:nth-child(1) .text {
  padding-bottom: 1em;
}
.flow-list-item:nth-child(2) .number {
  margin-top: -1.2em;
}
.flow-list-item:nth-child(2) .illust {
  transform: translateX(-10%);
  margin-top: -0.5em;
}
.flow-list-item:nth-child(3) {
  margin-top: 30px;
}
.flow-list-item:nth-child(3) .illust {
  margin-top: -2em;
}
.flow-list-item:nth-child(4) .number {
  margin-top: -1.5em;
}
.flow-list-item:nth-child(4) .illust {
  width: 30%;
  margin-top: -0.9em;
}
.flow-list-item:nth-child(4) .title {
  flex: initial;
}

.flow-list-item-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.flow-list-item-contents__number {
  width: 30%;
}
.flow-list-item-contents__illust {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
.flow-list-item-contents__title {
  font-family: "bananasplus", sans-serif;
  color: #02abeb;
  font-size: clamp(24px, 7vw, 42px);
  flex: 0.7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow-list-item-contents__text {
  font-size: clamp(10px, 3vw, 20px);
  line-height: 1.8;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}

.question {
  background-image: url(../image/question/background.png);
  padding-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.question__title {
  width: 100%;
  padding-top: 30px;
  margin-bottom: -20px;
}
.question__title img {
  margin-left: auto;
  margin-right: auto;
}
.question__contents {
  margin-top: 25px;
}

.question-contents__title {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.question-contents__title img {
  margin-left: auto;
  margin-right: auto;
}
.question-contents__wrap:not(:first-child) {
  margin-top: 50px;
}
.question-contents__wrap:nth-child(1) .item {
  border: 2px solid #ffa700;
}
.question-contents__wrap:nth-child(1) .item .question-contents-item__question {
  background-color: #ffa700;
}
.question-contents__wrap:nth-child(2) .item {
  border: 2px solid #ec8fb9;
}
.question-contents__wrap:nth-child(2) .item .question-contents-item__question {
  background-color: #ec8fb9;
}

.question-contents-item {
  border-radius: 10px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-color: white;
}
.question-contents-item__question {
  display: flex;
  border-radius: 7px 7px 0 0;
  color: white;
  font-size: 14px;
  padding: 5px;
  position: relative;
  padding-right: 12%;
  align-items: center;
}
.question-contents-item__question-label {
  font-family: "bananasplus", sans-serif;
  font-size: 2.3em;
  margin-right: 2%;
}
.question-contents-item__question::after {
  font-size: 2em;
  content: "+";
  position: absolute;
  top: 12%;
  right: 5%;
  transition: all 0.2s;
}
.question-contents-item__text {
  font-size: 0.7em;
  width: 90%;
  border-radius: 0 0 7px 7px;
  line-height: 18px;
  height: 0;
  opacity: 0;
  transition: all 0.2s;
}
.question-contents-item.is--open .text {
  height: auto;
  opacity: 1;
  margin: 20px auto;
}
.question-contents-item.is--open .question-contents-item__question::after {
  transform: rotate(45deg);
}

.footer a {
  display: block;
  text-align: center;
}
.footer__pre {
  background-color: white;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: clamp(12px, 3.3vw, 16px);
}
.footer__pre a {
  text-decoration: underline;
}
.footer__block {
  background-color: black;
  color: white;
  padding-bottom: 35px;
  padding-top: 5px;
}
.footer__block small {
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
}
.footer__button {
  border: solid 2px white;
  border-radius: 10px;
  background-color: #D9271E;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 17px 10px;
  font-size: clamp(12px, 3.7vw, 22px);
}
.footer__button.c-arrow--right::after {
  right: 4%;
  width: 0.6em;
  height: 0.6em;
}/*# sourceMappingURL=style.css.map */