@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;700;900&display=swap");
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes opacity2 {
  0% {
    opacity: 0.1;
    background-position: 0 0px;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.1;
    background-position: 0 780px;
  }
}
@keyframes opacity3 {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.6;
  }
}
html {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  width: 100%;
  width: 100dvw;
  min-width: 100vw;
  min-width: 100dvw;
  font-size: 62.5%;
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 720px) {
  html {
    background-color: #fff;
  }
}
html::after {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.svg");
  background-size: 960px;
  opacity: 0.3;
  animation: opacity2 40s normal linear 0s infinite;
}

@media screen and (min-width: 720px) {
  body {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(80, 80, 80, 0.1);
  }
}

section {
  margin-top: 0;
  padding-top: 0;
}

h1, h2, h3, h4, h5, div, p {
  text-align: left;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  color: #272932;
  font-weight: 700;
}

dt, dd {
  margin: 0;
  padding: 0;
  color: #272932;
}

p {
  color: #272932;
  margin: 0;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 720px) {
  p {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
p .large {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 900;
}
@media screen and (min-width: 428px) {
  p .large {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 720px) {
  p .large {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

small.smGrid {
  display: grid !important;
  padding-left: 4px;
  margin-bottom: 4px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  grid-template-columns: 10px auto !important;
}
small.smGrid::before {
  content: "※";
  display: block;
}

a {
  text-decoration: none;
  color: auto;
  cursor: pointer;
  transition: 0.4s ease;
}
a:hover {
  opacity: 0.7;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none;
  color: #272932;
}

ol {
  padding-left: 20px;
  font-size: 1.3rem;
  line-height: 1.9rem;
}
ol ul {
  padding-left: 12px;
}
ol ul li {
  list-style: disc !important;
  margin: 4px 0;
}
ol li {
  font-size: 1.3rem;
  line-height: 1.9rem;
  margin: 8px 0;
}
ol li ol {
  list-style-type: none;
  counter-reset: my-counter;
}
ol li ol li {
  margin: 4px 0;
}
ol li ol li::before {
  content: "(" counter(my-counter) ")";
  counter-increment: my-counter;
}
ol li ol li ol li:nth-of-type(1)::before {
  content: "[ア]";
}
ol li ol li ol li:nth-of-type(2)::before {
  content: "[イ]";
}
ol li ol li ol li:nth-of-type(3)::before {
  content: "[ウ]";
}
ol li ol li ol li:nth-of-type(4)::before {
  content: "[エ]";
}
ol li ol li ol li:nth-of-type(5)::before {
  content: "[オ]";
}

button {
  border: none;
  background: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.ofHidden {
  overflow: hidden !important;
}

.wd75 {
  width: 75%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.wd84 {
  width: 84%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.wd86 {
  width: 86%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.wd90 {
  width: 90.6%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.nmlImg {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.sqImg {
  display: block;
  width: 164px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 428px) {
  .sqImg {
    width: 200px;
  }
}
@media screen and (min-width: 720px) {
  .sqImg {
    width: 280px;
  }
}

.arrowImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 64px;
  height: auto;
}
@media screen and (min-width: 720px) {
  .arrowImg {
    width: 96px;
  }
}

.btnBlk__offer {
  width: 90%;
  max-width: 640px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "Chakra Petch", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  color: #b2457c;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.btnBlk__offer::before, .btnBlk__offer::after {
  content: "";
  background-image: url("../img/gekkei.svg");
  width: 30px;
  height: 44px;
  display: inline-block;
  position: relative;
  top: 8px;
}
@media screen and (min-width: 720px) {
  .btnBlk__offer::before, .btnBlk__offer::after {
    width: 40px;
    height: 56px;
    margin: 0 12px;
  }
}
.btnBlk__offer::after {
  transform: scaleX(-1);
}
@media screen and (min-width: 720px) {
  .btnBlk__offer {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
.btnBlk__offer span {
  font-family: "Chakra Petch", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  font-size: 4rem;
  line-height: 4rem;
}
@media screen and (min-width: 340px) {
  .btnBlk__offer span {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 720px) {
  .btnBlk__offer span {
    font-size: 6.4rem;
    line-height: 6.4rem;
  }
}
.btnBlk__btn {
  position: relative;
  z-index: 99;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 640px;
  padding: 12px 0;
  border-radius: 80px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, #18d6ef 0%, #19d175 100%);
  background: -webkit-linear-gradient(0deg, #18d6ef 0%, #19d175 100%);
  background: -moz-linear-gradient(0deg, #18d6ef 0%, #19d175 100%);
}
@media screen and (min-width: 720px) {
  .btnBlk__btn {
    font-size: 2rem;
    line-height: 2.4rem;
    padding: 20px 0;
  }
}
.btnBlk__caps {
  display: block;
  width: 84%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.btnBlk__caps small {
  transform: scale(0.8);
  transform-origin: left;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 300;
}
@media screen and (min-width: 428px) {
  .btnBlk__caps small {
    transform: scale(1);
  }
}
@media screen and (min-width: 720px) {
  .btnBlk__caps small {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.btnBlk__caps span {
  font-weight: 700;
  color: #b2457c;
}

.bgTxt {
  display: block;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #b2457c;
  color: #fff;
  padding: 8px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.08em;
  font-family: "Chakra Petch", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
}

.lineTxt {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 70%, #eff757 71%);
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 70%, #eff757 71%);
  background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0) 70%, #eff757 71%);
}

.boldTxt {
  font-weight: 900;
}

.clrTxt {
  color: #b2457c;
}

.gradhead {
  padding: 32px 0;
  text-align: center;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(45deg, #f19a86 0%, #e48da4 33%, #f19a86 66%, #e48da4 100%);
  background: -webkit-linear-gradient(-45deg, #f19a86 0%, #e48da4 33%, #f19a86 66%, #e48da4 100%);
  background: -moz-linear-gradient(-45deg, #f19a86 0%, #e48da4 33%, #f19a86 66%, #e48da4 100%);
  position: relative;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 428px) {
  .gradhead {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media screen and (min-width: 720px) {
  .gradhead {
    font-size: 3.2rem;
    line-height: 4.4rem;
    padding: 48px 0;
  }
}
.gradhead::after {
  content: "";
  background-image: url("../img/headPtn.svg");
  background-size: 480px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}

.wd84 .gradhead {
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 428px) {
  .wd84 .gradhead {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 720px) {
  .wd84 .gradhead {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}

.head01 {
  background-color: #b2457c;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding: 36px 0;
}
@media screen and (min-width: 380px) {
  .head01 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 720px) {
  .head01 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.head01__blk {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 8px;
}
.head01__blk span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background-color: #fff;
  color: #b2457c;
  font-size: 3.8rem;
  line-height: 3.8rem;
  margin-left: 2px;
  padding-bottom: 2px;
}
.head01__blk span:last-of-type {
  margin-right: 4px;
}
@media screen and (min-width: 720px) {
  .head01__blk span {
    width: 56px;
    height: 56px;
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}

.head02 {
  background-color: #b2457c;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding: 36px 0;
}
.head02 div {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.head02 div img {
  display: block;
  width: 32px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
@media screen and (min-width: 720px) {
  .head02 div img {
    width: 60px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 380px) {
  .head02 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 720px) {
  .head02 {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}
.head02__blk {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 8px;
}
.head02__blk span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background-color: #fff;
  color: #b2457c;
  font-size: 3.8rem;
  line-height: 3.8rem;
  margin-left: 2px;
  padding-bottom: 2px;
}
.head02__blk span:last-of-type {
  margin-right: 4px;
}
@media screen and (min-width: 720px) {
  .head02__blk span {
    width: 56px;
    height: 56px;
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}

.ol01 {
  width: 100%;
  padding-left: 0;
  text-align: left;
  font-weight: 700;
}
.ol01 li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 2.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.08em;
  font-weight: 900;
  margin-bottom: 14px;
}
@media screen and (min-width: 720px) {
  .ol01 li {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
.ol01__num {
  margin-top: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #943264;
  color: #fff;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: "Chakra Petch", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
}
@media screen and (min-width: 720px) {
  .ol01__num {
    width: 44px;
    height: 44px;
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}

.ol02 {
  width: 100%;
  padding-left: 0;
  text-align: left;
  font-weight: 700;
}
.ol02 li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 720px) {
  .ol02 li {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 24px;
  }
}
.ol02 li span {
  display: block;
  width: 100%;
}
.ol02 li small {
  font-size: 1.3rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 720px) {
  .ol02 li small {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.ol02__num {
  margin-top: -4px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: solid 1px #b2457c;
  color: #b2457c;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: "Chakra Petch", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  border-radius: 2px;
}
@media screen and (min-width: 720px) {
  .ol02__num {
    margin-top: 0px;
    margin-right: 12px;
    border: solid 2px #b2457c;
    width: 32px;
    height: 32px;
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}

.ol03 {
  width: 100%;
  padding-left: 0;
  padding: 20px;
  border: solid 2px #b2457c;
}
@media screen and (min-width: 720px) {
  .ol03 {
    padding: 32px 40px;
  }
}
.ol03 li {
  list-style: none;
  display: grid;
  align-items: flex-start;
  justify-content: flex-start;
  grid-template-columns: 24px 1fr;
  column-gap: 10px;
}
@media screen and (min-width: 720px) {
  .ol03 li {
    column-gap: 20px;
    grid-template-columns: 36px 1fr;
  }
}
.ol03__num {
  margin-top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #b2457c;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
  font-family: "Chakra Petch", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
}
@media screen and (min-width: 720px) {
  .ol03__num {
    font-size: 2rem;
    line-height: 2rem;
    width: 36px;
    height: 36px;
  }
}
.ol03__txt {
  height: 100%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .ol03__txt {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.ol04 {
  width: 100%;
  padding-left: 0;
}
.ol04 li {
  list-style: none;
  display: grid;
  align-items: flex-start;
  justify-content: flex-start;
  grid-template-columns: 24px 1fr;
  column-gap: 10px;
}
@media screen and (min-width: 720px) {
  .ol04 li {
    column-gap: 20px;
  }
}
.ol04__num {
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #b2457c;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
  font-family: "Chakra Petch", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
}
@media screen and (min-width: 720px) {
  .ol04__num {
    width: 32px;
    height: 32px;
    font-size: 2.2rem;
    line-height: 2.2rem;
    position: relative;
    top: 2px;
  }
}
.ol04__content {
  height: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #b2457c;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .ol04__content {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.ol04__result {
  grid-column: 1/3;
  font-weight: 700;
}

.ol05 {
  width: 100%;
  padding-left: 0;
}
.ol05 li {
  list-style: none;
  display: grid;
  align-items: flex-start;
  justify-content: flex-start;
  grid-template-columns: 24px 1fr;
  column-gap: 10px;
}
@media screen and (min-width: 720px) {
  .ol05 li {
    column-gap: 20px;
  }
}
.ol05__num {
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: linear-gradient(45deg, #f19a86 0%, #e48da4 33%, #f19a86 66%, #e48da4 100%);
  background: -webkit-linear-gradient(-45deg, #f19a86 0%, #e48da4 33%, #f19a86 66%, #e48da4 100%);
  background: -moz-linear-gradient(-45deg, #f19a86 0%, #e48da4 33%, #f19a86 66%, #e48da4 100%);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
  font-family: "Chakra Petch", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
}
@media screen and (min-width: 720px) {
  .ol05__num {
    width: 32px;
    height: 32px;
    font-size: 2.2rem;
    line-height: 2.2rem;
    position: relative;
    top: 2px;
  }
}
.ol05__content {
  height: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #493b3a;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .ol05__content {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.ol05__result {
  grid-column: 1/3;
  font-weight: 700;
}

.ul01 {
  width: 100%;
  padding-left: 0;
  padding: 20px;
  border: solid 2px #f09385;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 720px) {
  .ul01 {
    padding: 32px 40px;
  }
}
.ul01 li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #b2457c;
  column-gap: 4px;
  padding: 12px 0;
  border-bottom: solid 2px rgba(240, 147, 133, 0.2);
}
@media screen and (min-width: 720px) {
  .ul01 li {
    font-size: 2rem;
    line-height: 2.8rem;
    column-gap: 12px;
  }
}
.ul01 li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../img/cube.svg");
  background-size: cover;
  position: relative;
  top: 8px;
}
@media screen and (min-width: 720px) {
  .ul01 li::before {
    width: 16px;
    height: 16px;
  }
}
.ul01 li:last-of-type {
  border-bottom: none;
}
.ul01 .nolineLi {
  padding: 10px 0;
  border-bottom: 0;
}

.ul02 {
  width: 100%;
}
.ul02 li {
  list-style: none;
  display: grid;
  align-items: flex-start;
  justify-content: flex-start;
  grid-template-columns: 12px 1fr;
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #b2457c;
  column-gap: 4px;
}
@media screen and (min-width: 720px) {
  .ul02 li {
    font-size: 1.6rem;
    line-height: 2.8rem;
    column-gap: 12px;
    grid-template-columns: 16px 1fr;
  }
}
.ul02 li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../img/cube2.svg");
  background-size: cover;
  position: relative;
  top: 8px;
}
@media screen and (min-width: 720px) {
  .ul02 li::before {
    width: 16px;
    height: 16px;
  }
}
.ul02 li:last-of-type {
  border-bottom: none;
}

.shadow1, .shadow2, .shadow3 {
  -moz-text-shadow: 0px 0px 10px rgb(140, 35, 88);
  -webkit-text-shadow: 0px 0px 10px rgb(140, 35, 88);
  -ms-text-shadow: 0px 0px 10px rgb(140, 35, 88);
  text-shadow: 0px 0px 10px rgb(140, 35, 88);
  position: relative;
  display: flex;
  align-items: center;
}
.shadow1 span:nth-of-type(1), .shadow2 span:nth-of-type(1), .shadow3 span:nth-of-type(1) {
  position: relative;
  z-index: 2;
}
.shadow1 span:nth-of-type(2), .shadow2 span:nth-of-type(2), .shadow3 span:nth-of-type(2) {
  position: absolute;
  color: rgb(140, 35, 88);
  z-index: 1;
  filter: blur(4px);
}
.shadow1 span:nth-of-type(3), .shadow2 span:nth-of-type(3), .shadow3 span:nth-of-type(3) {
  position: absolute;
  color: rgb(140, 35, 88);
  z-index: 1;
  filter: blur(4px);
}
.shadow1 span:nth-of-type(4), .shadow2 span:nth-of-type(4), .shadow3 span:nth-of-type(4) {
  position: absolute;
  color: rgb(140, 35, 88);
  z-index: 1;
  filter: blur(4px);
}

.shadow1 {
  -moz-text-shadow: 0px 0px 10px rgba(163, 26, 95, 0.4);
  -webkit-text-shadow: 0px 0px 10px rgba(163, 26, 95, 0.4);
  -ms-text-shadow: 0px 0px 10px rgba(163, 26, 95, 0.4);
  text-shadow: 0px 0px 10px rgba(163, 26, 95, 0.4);
}
.shadow1 span:nth-of-type(2), .shadow1 span:nth-of-type(3), .shadow1 span:nth-of-type(4) {
  position: absolute;
  color: rgb(163, 26, 95);
  z-index: 1;
  filter: blur(4px);
}
@media screen and (min-width: 720px) {
  .shadow1 span:nth-of-type(2), .shadow1 span:nth-of-type(3), .shadow1 span:nth-of-type(4) {
    filter: blur(8px);
  }
}

.shadow2 {
  -moz-text-shadow: 0px 0px 10px rgba(140, 35, 88, 0.4);
  -webkit-text-shadow: 0px 0px 10px rgba(140, 35, 88, 0.4);
  -ms-text-shadow: 0px 0px 10px rgba(140, 35, 88, 0.4);
  text-shadow: 0px 0px 10px rgba(140, 35, 88, 0.4);
}
.shadow2 span:nth-of-type(2), .shadow2 span:nth-of-type(3), .shadow2 span:nth-of-type(4) {
  mix-blend-mode: multiply;
  position: absolute;
  color: rgb(140, 35, 88);
  z-index: 1;
  filter: blur(4px);
}

.shadow3 {
  -moz-text-shadow: 0px 0px 10px rgb(255, 255, 255);
  -webkit-text-shadow: 0px 0px 10px rgb(255, 255, 255);
  -ms-text-shadow: 0px 0px 10px rgb(255, 255, 255);
  text-shadow: 0px 0px 10px rgb(255, 255, 255);
}
.shadow3 span:nth-of-type(2), .shadow3 span:nth-of-type(3), .shadow3 span:nth-of-type(4) {
  position: absolute;
  color: rgb(255, 255, 255);
  z-index: 1;
  filter: blur(8px);
}

.ofHidden {
  overflow: hidden;
}

.fs9 {
  font-size: 1rem;
  line-height: 1rem;
  transform: scale(0.9);
}

.fs8 {
  font-size: 1rem;
  line-height: 1rem;
  transform: scale(0.8);
}

.is-hidden {
  display: none;
}

.is-shown {
  display: block !important;
}
.is-shown--flex {
  display: flex !important;
}

.cTxt {
  text-align: center !important;
}

.rTxt {
  text-align: right !important;
  display: block;
}

.mod-txtLineThrough {
  text-decoration: line-through;
}

.enTxt {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
}

.mod-mt24 {
  margin-top: 24px !important;
}
@media screen and (min-width: 1080px) {
  .mod-mt24--pc {
    margin-top: 24px !important;
  }
}

.mt8 {
  margin-top: 8px !important;
}
@media screen and (min-width: 720px) {
  .mt8--tb {
    margin-top: 8px !important;
  }
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb88 {
  margin-bottom: 88px !important;
}

.mb96 {
  margin-bottom: 96px !important;
}

.mb104 {
  margin-bottom: 104px !important;
}

.mb112 {
  margin-bottom: 112px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb144 {
  margin-bottom: 144px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mb320 {
  margin-bottom: 320px !important;
}

.mb360 {
  margin-bottom: 360px !important;
}

.m16 {
  margin: 16px auto !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 640px) {
  .mb4--tb {
    margin-bottom: 4px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb8--tb {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 720px) {
  .mb8--pc {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb12--tb {
    margin-bottom: 12px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb16--tb {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 720px) {
  .mb16--pc {
    margin-bottom: 16px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb20--tb {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 720px) {
  .mb20--pc {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb24--tb {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 720px) {
  .mb24--pc {
    margin-bottom: 24px !important;
  }
}

.mb32--sp {
  margin-bottom: 32px;
}
@media screen and (min-width: 720px) {
  .mb32--sp {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 640px) {
  .mb32--tb {
    margin-bottom: 32px !important;
  }
}
@media screen and (min-width: 720px) {
  .mb32--pc {
    margin-bottom: 32px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb40--tb {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 720px) {
  .mb40--pc {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb50--tb {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 720px) {
  .mb50--pc {
    margin-bottom: 50px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb48--tb {
    margin-bottom: 48px !important;
  }
}
@media screen and (min-width: 720px) {
  .mb48--pc {
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb56--tb {
    margin-bottom: 56px !important;
  }
}
@media screen and (min-width: 720px) {
  .mb56--pc {
    margin-bottom: 56px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb64--tb {
    margin-bottom: 64px !important;
  }
}
@media screen and (min-width: 720px) {
  .mb64--pc {
    margin-bottom: 64px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb72--tb {
    margin-bottom: 72px !important;
  }
}
@media screen and (min-width: 720px) {
  .mb72--pc {
    margin-bottom: 72px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb80--tb {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 720px) {
  .mb80--pc {
    margin-bottom: 80px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb88--tb {
    margin-bottom: 88px !important;
  }
}
@media screen and (min-width: 720px) {
  .mb88--pc {
    margin-bottom: 88px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb96--tb {
    margin-bottom: 96px !important;
  }
}
@media screen and (min-width: 720px) {
  .mb96--pc {
    margin-bottom: 96px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb104--tb {
    margin-bottom: 104px !important;
  }
}
@media screen and (min-width: 720px) {
  .mb104--pc {
    margin-bottom: 104px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb112--tb {
    margin-bottom: 112px !important;
  }
}
@media screen and (min-width: 720px) {
  .mb112--pc {
    margin-bottom: 112px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb120--tb {
    margin-bottom: 120px !important;
  }
}
@media screen and (min-width: 720px) {
  .mb120--pc {
    margin-bottom: 120px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb144--tb {
    margin-bottom: 144px !important;
  }
}
@media screen and (min-width: 720px) {
  .mb144--pc {
    margin-bottom: 144px !important;
  }
}

.mb160 {
  margin-bottom: 160px !important;
}
@media screen and (min-width: 720px) {
  .mb160--pc {
    margin-bottom: 160px !important;
  }
}

.mb200 {
  margin-bottom: 200px !important;
}
@media screen and (min-width: 720px) {
  .mb200--pc {
    margin-bottom: 200px !important;
  }
}

@media screen and (min-width: 720px) {
  .mb320--pc {
    margin-bottom: 320px !important;
  }
}

@media screen and (min-width: 720px) {
  .mb360--pc {
    margin-bottom: 360px !important;
  }
}

@media screen and (min-width: 720px) {
  .mt0--pc {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 720px) {
  .mb0--pc {
    margin-bottom: 0 !important;
  }
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.pb56 {
  padding-bottom: 56px !important;
}

.pb64 {
  padding-bottom: 64px !important;
}

.pb72 {
  padding-bottom: 72px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb88 {
  padding-bottom: 88px !important;
}

.pb96 {
  padding-bottom: 96px !important;
}

.pb104 {
  padding-bottom: 104px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb144 {
  padding-bottom: 144px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pb320 {
  padding-bottom: 320px !important;
}

.pb360 {
  padding-bottom: 360px !important;
}

@media screen and (min-width: 640px) {
  .pb4--tb {
    padding-bottom: 4px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb8--tb {
    padding-bottom: 8px !important;
  }
}
@media screen and (min-width: 720px) {
  .pb8--pc {
    padding-bottom: 8px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb12--tb {
    padding-bottom: 12px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb16--tb {
    padding-bottom: 16px !important;
  }
}
@media screen and (min-width: 720px) {
  .pb16--pc {
    padding-bottom: 16px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb20--tb {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb24--tb {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 720px) {
  .pb24--pc {
    padding-bottom: 24px !important;
  }
}

.pb32--sp {
  padding-bottom: 32px;
}
@media screen and (min-width: 720px) {
  .pb32--sp {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 640px) {
  .pb32--tb {
    padding-bottom: 32px !important;
  }
}
@media screen and (min-width: 720px) {
  .pb32--pc {
    padding-bottom: 32px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb40--tb {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 720px) {
  .pb40--pc {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb48--tb {
    padding-bottom: 48px !important;
  }
}
@media screen and (min-width: 720px) {
  .pb48--pc {
    padding-bottom: 48px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb56--tb {
    padding-bottom: 56px !important;
  }
}
@media screen and (min-width: 720px) {
  .pb56--pc {
    padding-bottom: 56px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb64--tb {
    padding-bottom: 64px !important;
  }
}
@media screen and (min-width: 720px) {
  .pb64--pc {
    padding-bottom: 64px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb72--tb {
    padding-bottom: 72px !important;
  }
}
@media screen and (min-width: 720px) {
  .pb72--pc {
    padding-bottom: 72px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb80--tb {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 720px) {
  .pb80--pc {
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb88--tb {
    padding-bottom: 88px !important;
  }
}
@media screen and (min-width: 720px) {
  .pb88--pc {
    padding-bottom: 88px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb96--tb {
    padding-bottom: 96px !important;
  }
}
@media screen and (min-width: 720px) {
  .pb96--pc {
    padding-bottom: 96px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb104--tb {
    padding-bottom: 104px !important;
  }
}
@media screen and (min-width: 720px) {
  .pb104--pc {
    padding-bottom: 104px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb120--tb {
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 720px) {
  .pb120--pc {
    padding-bottom: 120px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb144--tb {
    padding-bottom: 144px !important;
  }
}
@media screen and (min-width: 720px) {
  .pb144--pc {
    padding-bottom: 144px !important;
  }
}

.pb160 {
  padding-bottom: 160px !important;
}
@media screen and (min-width: 720px) {
  .pb160--pc {
    padding-bottom: 160px !important;
  }
}

.pb200 {
  padding-bottom: 200px !important;
}
@media screen and (min-width: 720px) {
  .pb200--pc {
    padding-bottom: 200px !important;
  }
}

@media screen and (min-width: 720px) {
  .pb320--pc {
    padding-bottom: 320px !important;
  }
}

@media screen and (min-width: 720px) {
  .pb360--pc {
    padding-bottom: 360px !important;
  }
}

.mod-flex {
  display: flex;
}
.mod-flex--pc {
  display: block;
  width: auto;
}
@media screen and (min-width: 1080px) {
  .mod-flex--pc {
    display: flex;
  }
}
.mod-flex--alcen {
  align-items: center;
}
.mod-flex--spbt {
  align-items: center;
  justify-content: space-between;
}
.mod-flex--jscen {
  justify-content: center;
}
.mod-flex--cen {
  justify-content: center;
  align-items: center;
}
.mod-flex--clcen {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mod-flex--clst {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.mod-flex--clbs {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.mod-flex img {
  display: block;
  width: 100%;
}

.mod-grid {
  display: grid;
}
.mod-grid div {
  max-width: 100%;
}
@media screen and (min-width: 1080px) {
  .mod-grid--pc {
    display: grid;
  }
}
.mod-grid--2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1080px) {
  .mod-grid--2col--pc {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 640px) {
  .mod-grid--2col--tb {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mod-grid--3col {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 1080px) {
  .mod-grid--3col--pc {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mod-grid--4col {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 1080px) {
  .mod-grid--4col--pc {
    grid-template-columns: repeat(4, 1fr);
  }
}
.mod-grid--5col {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (min-width: 1080px) {
  .mod-grid--5col--pc {
    grid-template-columns: repeat(5, 1fr);
  }
}
.mod-grid img {
  display: block;
  width: 100%;
}

.gap2 {
  gap: 2px;
}
@media screen and (min-width: 1080px) {
  .gap2--pc {
    gap: 2px;
  }
}
.gap2--cl {
  column-gap: 2px;
}
.gap12 {
  gap: 12px;
}
@media screen and (min-width: 1080px) {
  .gap12--pc {
    gap: 12px;
  }
}
.gap12--cl {
  column-gap: 12px;
}
.gap16 {
  gap: 16px;
}
@media screen and (min-width: 1080px) {
  .gap16--pc {
    gap: 16px;
  }
}
.gap16--cl {
  column-gap: 16px;
}
.gap24 {
  gap: 24px;
}
@media screen and (min-width: 1080px) {
  .gap24--pc {
    gap: 24px;
  }
}
.gap24--cl {
  column-gap: 24px;
}
.gap32 {
  gap: 32px;
}
@media screen and (min-width: 1080px) {
  .gap32--pc {
    gap: 32px;
  }
}
.gap32--cl {
  column-gap: 32px;
}
.gap40 {
  gap: 40px;
}
@media screen and (min-width: 1080px) {
  .gap40--pc {
    gap: 40px;
  }
}
.gap40--cl {
  column-gap: 40px;
}
.gap48 {
  gap: 48px;
}
@media screen and (min-width: 1080px) {
  .gap48--pc {
    gap: 48px;
  }
}
.gap48--cl {
  column-gap: 48px;
}
.gap64 {
  gap: 64px;
}
@media screen and (min-width: 1080px) {
  .gap64--pc {
    gap: 64px;
  }
}
.gap64--cl {
  column-gap: 64px;
}
.gap80 {
  gap: 80px;
}
@media screen and (min-width: 1080px) {
  .gap80--pc {
    gap: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .gap80--xl {
    gap: 80px;
  }
}
.gap80--cl {
  column-gap: 80px;
}

.is-shown {
  display: block !important;
}
.is-shown .modalBox02__txt, .is-shown .modalBox03__txt {
  display: block !important;
}

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

footer nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
footer nav li {
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.04em;
  margin-right: 12px;
}
@media screen and (min-width: 720px) {
  footer nav li {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
footer nav a {
  color: #272932;
  text-decoration: underline;
  text-underline-offset: 3px;
}
footer nav a:last-of-type li {
  margin-right: 0;
}
footer small {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
}

.header {
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 10px 0;
}
@media screen and (min-width: 720px) {
  .header {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 12px 0;
  }
}

.fv {
  background: linear-gradient(90deg, #ffc473 0%, #ffa69a 50%, #ff83b0 100%);
  background: -webkit-linear-gradient(0deg, #ffc473 0%, #ffa69a 50%, #ff83b0 100%);
  background: -moz-linear-gradient(0deg, #ffc473 0%, #ffa69a 50%, #ff83b0 100%);
  position: relative;
}
.fv::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(0deg, transparent 0%, transparent 65%, #fff 75%, #fff 100%);
  background: -webkit-linear-gradient(-90deg, transparent 0%, transparent 65%, #fff 75%, #fff 100%);
  background: -moz-linear-gradient(-90deg, transparent 0%, transparent 65%, #fff 75%, #fff 100%);
  z-index: 0;
}
.fv__content {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fv__content::after {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  right: -40px;
  width: 180px;
  height: 180px;
  background-image: url("../img/fvCadBim.webp");
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 428px) {
  .fv__content::after {
    top: 48px;
    right: -48px;
    width: 220px;
    height: 220px;
  }
}
@media screen and (min-width: 640px) {
  .fv__content::after {
    top: 32px;
    right: -60px;
    width: 280px;
    height: 280px;
  }
}
@media screen and (min-width: 720px) {
  .fv__content::after {
    top: 16px;
    right: -60px;
    width: 320px;
    height: 320px;
  }
}
.fv__problem {
  background-color: #333;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 12px 0;
  position: relative;
  z-index: 3;
}
.fv__problem div {
  text-align: center;
}
@media screen and (min-width: 380px) {
  .fv__problem {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 720px) {
  .fv__problem {
    padding: 24px 0;
  }
  .fv__problem br {
    display: none;
  }
}
.fv__intro {
  position: relative;
  z-index: 4;
}
.fv__intro img {
  display: block;
  width: 80%;
  height: auto;
  max-width: 260px;
}
@media screen and (min-width: 428px) {
  .fv__intro img {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: -48px;
    max-width: 320px;
  }
}
@media screen and (min-width: 720px) {
  .fv__intro img {
    width: 420px;
    max-width: none;
    left: -32px;
  }
}
.fv__photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv__photo img {
  display: block;
  height: 240px;
  width: auto;
  position: relative;
  top: -120px;
}
@media screen and (min-width: 380px) {
  .fv__photo img {
    height: 280px;
    top: -80px;
  }
}
@media screen and (min-width: 428px) {
  .fv__photo img {
    height: 320px;
    top: -40px;
  }
}
@media screen and (min-width: 720px) {
  .fv__photo img {
    height: 480px;
  }
}
.fv__photo__m {
  left: -72px;
}
@media screen and (min-width: 428px) {
  .fv__photo__m {
    left: -96px;
  }
}
@media screen and (min-width: 720px) {
  .fv__photo__m {
    left: -120px;
  }
}
.fv__photo__f {
  right: -56px;
}
@media screen and (min-width: 428px) {
  .fv__photo__f {
    right: -80px;
  }
}
@media screen and (min-width: 720px) {
  .fv__photo__f {
    right: -96px;
  }
}
.fv__main, .fv__txt2, .fv__offer, .fv__reskill {
  position: relative;
  z-index: 1;
}
.fv__main {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 900;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 428px) {
  .fv__main {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 720px) {
  .fv__main {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}
.fv__main div {
  text-align: center;
}
.fv__main strong {
  font-size: 3.6rem;
  line-height: 4rem;
}
@media screen and (min-width: 428px) {
  .fv__main strong {
    font-size: 4.4rem;
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 720px) {
  .fv__main strong {
    font-size: 7.2rem;
    line-height: 7rem;
  }
}
.fv__main small {
  font-size: 1.6rem;
  position: relative;
  top: -6px;
  margin-left: -4px;
  margin-right: -4px;
}
@media screen and (min-width: 720px) {
  .fv__main small {
    font-size: 2.8rem;
    top: -12px;
    margin-left: -8px;
    margin-right: -8px;
  }
}
.fv__txt2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
}
.fv__txt2 span {
  background-color: #272932;
  padding: 2px 4px 4px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .fv__txt2 span {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.fv__offer {
  background-color: #b2457c;
  padding: 12px;
  width: 232px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 104px;
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 428px) {
  .fv__offer {
    padding: 10px 12px;
    width: 320px;
    grid-template-columns: 1fr 80px;
  }
}
@media screen and (min-width: 720px) {
  .fv__offer {
    padding: 12px 20px;
    width: 440px;
    grid-template-columns: 1fr 120px;
  }
}
.fv__offer__txt {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  height: 100%;
  width: 100%;
}
.fv__offer__txt strong {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-family: "Chakra Petch", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
}
@media screen and (min-width: 428px) {
  .fv__offer__txt strong {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
}
@media screen and (min-width: 428px) {
  .fv__offer__txt {
    display: flex;
    align-items: center;
    font-size: 2em;
    line-height: 2.8rem;
  }
  .fv__offer__txt strong {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
  .fv__offer__txt br {
    display: none;
  }
}
@media screen and (min-width: 720px) {
  .fv__offer__txt {
    display: flex;
    align-items: center;
    font-size: 2.4em;
    line-height: 3.2rem;
  }
  .fv__offer__txt strong {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
  .fv__offer__txt br {
    display: none;
  }
}
.fv__offer img {
  display: block;
  width: 100%;
  height: 100%;
}
.fv__reskill {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 12px;
  color: #b2457c;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 720px) {
  .fv__reskill {
    padding: 20px;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.fv__reskill__head {
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .fv__reskill__head {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.fv__reskill__head__blk {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  padding: 6px 8px 2px;
  font-family: "Chakra Petch", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  background-color: #b2457c;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .fv__reskill__head__blk {
    font-size: 2.2rem;
    line-height: 2.2rem;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    padding: 6px 10px 4px;
  }
}
.fv__reskill p {
  color: #b2457c;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media screen and (min-width: 720px) {
  .fv__reskill p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.fv__btn {
  background: linear-gradient(0deg, transparent 0%, transparent 20%, #fff 30%, #fff 100%);
  background: -webkit-linear-gradient(-90deg, transparent 0%, transparent 20%, #fff 30%, #fff 100%);
  background: -moz-linear-gradient(-90deg, transparent 0%, transparent 20%, #fff 30%, #fff 100%);
}

@media screen and (min-width: 720px) {
  .case {
    background-image: url("../img/bgpc.svg");
    background-size: 1200px auto;
    background-position: top center;
  }
}
.case__head {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 720px) {
  .case__head {
    font-size: 4rem;
    line-height: 5.6rem;
  }
}
.case__head__clr {
  color: #b2457c;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  font-size: 2.4rem;
}
@media screen and (min-width: 720px) {
  .case__head__clr {
    font-size: 4.8rem;
  }
}
.case__head__blk {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 8px;
}
.case__head__blk span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background-color: #b2457c;
  color: #fff;
  font-size: 3.8rem;
  line-height: 3.8rem;
  margin-left: 2px;
  padding-bottom: 2px;
}
.case__head__blk span:last-of-type {
  margin-right: 4px;
}
@media screen and (min-width: 720px) {
  .case__head__blk span {
    width: 88px;
    height: 88px;
    font-size: 7.6rem;
    line-height: 7.6rem;
  }
}
.case__blk {
  display: flex;
}
@media screen and (min-width: 428px) {
  .case__blk {
    width: 380px;
  }
}
@media screen and (min-width: 720px) {
  .case__blk {
    width: 600px;
  }
}
.case__blk__num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background-color: #b2457c;
  font-family: "Chakra Petch", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-right: 8px;
}
@media screen and (min-width: 428px) {
  .case__blk__num {
    width: 72px;
    height: 72px;
    font-size: 4.8rem;
    line-height: 4.8rem;
    margin-right: 12px;
  }
}
@media screen and (min-width: 720px) {
  .case__blk__num {
    width: 112px;
    height: 112px;
    font-size: 6.4rem;
    line-height: 6.4rem;
    margin-right: 20px;
  }
}
.case__blk__num small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 428px) {
  .case__blk__num small {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 720px) {
  .case__blk__num small {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.case p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 428px) {
  .case p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 720px) {
  .case p {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.case p .large {
  font-size: 1.8rem;
  line-height: 2rem;
}
@media screen and (min-width: 428px) {
  .case p .large {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 720px) {
  .case p .large {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}

.ideal {
  background-color: #fff;
  background-image: url("../img/dotBg.svg");
  background-size: 360px auto;
}
@media screen and (min-width: 720px) {
  .ideal {
    background-size: 520px auto;
  }
}
.ideal__blk {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 272px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 340px) {
  .ideal__blk {
    width: 300px;
  }
}
@media screen and (min-width: 428px) {
  .ideal__blk {
    width: 320px;
  }
}
@media screen and (min-width: 640px) {
  .ideal__blk {
    width: 520px;
  }
}
@media screen and (min-width: 720px) {
  .ideal__blk {
    flex-direction: row;
    column-gap: 24px;
    width: 100%;
  }
}
.ideal__blk img {
  display: block;
  width: 240px;
  height: auto;
}
@media screen and (min-width: 340px) {
  .ideal__blk img {
    width: 272px;
  }
}
@media screen and (min-width: 428px) {
  .ideal__blk img {
    width: 288px;
  }
}
@media screen and (min-width: 640px) {
  .ideal__blk img {
    width: 320px;
  }
}
@media screen and (min-width: 720px) {
  .ideal__blk img {
    width: 300px;
  }
}
.ideal__blk h3 {
  font-size: 2.2rem;
  line-height: 3rem;
  letter-spacing: 0.08em;
  width: 100%;
  margin-top: -32px;
}
@media screen and (min-width: 640px) {
  .ideal__blk h3 {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
}
@media screen and (min-width: 720px) {
  .ideal__blk h3 {
    margin-top: 0;
  }
}
.ideal__blk h3 img {
  display: block;
  width: 80px;
  height: auto;
}
@media screen and (min-width: 720px) {
  .ideal__blk h3 img {
    width: 160px;
    position: relative;
    right: 80px;
  }
}
.ideal__blk:nth-of-type(2n-1) {
  align-items: flex-end;
}
@media screen and (min-width: 640px) {
  .ideal__blk:nth-of-type(2n-1) h3 {
    position: relative;
    right: -160px;
  }
}
@media screen and (min-width: 720px) {
  .ideal__blk:nth-of-type(2n-1) h3 {
    position: relative;
    right: auto;
  }
}
.ideal__blk:nth-of-type(2n) {
  align-items: flex-start;
}
@media screen and (min-width: 720px) {
  .ideal__blk:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.ideal__blk:nth-of-type(2n) h3 {
  padding-left: 32px;
}
@media screen and (min-width: 428px) {
  .ideal__blk:nth-of-type(2n) h3 {
    position: relative;
    right: -12px;
  }
}
@media screen and (min-width: 720px) {
  .ideal__blk:nth-of-type(2n) h3 {
    padding-left: 0;
    right: -24px;
  }
}
@media screen and (min-width: 720px) {
  .ideal__blk:nth-of-type(2n) h3 img {
    right: 0;
  }
}
.ideal__blk:first-of-type h3 img {
  width: 72px;
  height: auto;
}
@media screen and (min-width: 720px) {
  .ideal__blk:first-of-type h3 img {
    width: 148px;
    right: 80px;
  }
}

.problem {
  background-image: url("../img/paperTex.jpg");
  background-size: 300px;
}
.problem__head {
  background-size: cover;
  background-image: url("../img/problemHead.jpg");
  height: 60vw;
}
@media screen and (min-width: 720px) {
  .problem__head {
    background-image: url("../img/problemHead--pc.jpg");
    height: 320px;
  }
}
.problem__head div {
  display: flex;
  align-items: center;
  height: 100%;
}
.problem__head div h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 380px) {
  .problem__head div h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 428px) {
  .problem__head div h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 720px) {
  .problem__head div h2 {
    font-size: 3.2rem;
    line-height: 4.8rem;
    letter-spacing: 0.08em;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
.problem__head .wd84 {
  padding-left: 10vw;
}
@media screen and (min-width: 720px) {
  .problem__head .wd84 {
    padding-left: 0;
  }
}
.problem__large {
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 900;
  font-family: "Chakra Petch", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  text-align: center;
}
@media screen and (min-width: 380px) {
  .problem__large {
    text-align: left;
  }
}
@media screen and (min-width: 720px) {
  .problem__large {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.problem__large span {
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #943264;
}
@media screen and (min-width: 720px) {
  .problem__large span {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.problem__large strong {
  font-size: 6rem;
  line-height: 6rem;
}
.problem__conclude {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 428px) {
  .problem__conclude {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media screen and (min-width: 720px) {
  .problem__conclude {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.problem__conclude .large {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
@media screen and (min-width: 428px) {
  .problem__conclude .large {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 720px) {
  .problem__conclude .large {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
}

.job01 .head01 .wd84, .job02 .head01 .wd84, .bim .head01 .wd84, .cad .head01 .wd84 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.job01 .head01 {
  background-size: cover;
  background-image: url("../img/job01Head.jpg");
  height: 160px;
}
@media screen and (min-width: 720px) {
  .job01 .head01 {
    background-image: url("../img/job01Head--pc.jpg");
    height: 320px;
  }
}

.job02 .head01 {
  background-size: cover;
  background-image: url("../img/job02Head.jpg");
  height: 160px;
  background-position: top right;
}
@media screen and (min-width: 720px) {
  .job02 .head01 {
    background-image: url("../img/job02Head--pc.jpg");
    height: 320px;
  }
}

.bim .head02 {
  background-size: cover;
  background-image: url("../img/bimhead.jpg");
}
@media screen and (min-width: 720px) {
  .bim .head02 {
    background-image: url("../img/bimHead--pc.jpg");
  }
}

.cad .head02 {
  background-size: cover;
  background-image: url("../img/cadhead.jpg");
}
@media screen and (min-width: 720px) {
  .cad .head02 {
    background-image: url("../img/cadHead--pc.jpg");
  }
}

.briefing .head02 {
  background-size: cover;
  background-image: url("../img/briefingHead.jpg");
}
@media screen and (min-width: 720px) {
  .briefing .head02 {
    background-image: url("../img/briefingHead--pc.jpg");
  }
}
.briefing__blk {
  padding-left: 24px;
}
.briefing__blk__head {
  background-color: #b2457c;
  color: #fff;
  padding: 12px;
  width: 224px;
  margin-left: -24px;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 700;
  font-family: "Chakra Petch", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  text-align: center;
  position: relative;
  z-index: 2;
}
.briefing__blk__head span {
  font-size: 3.2rem;
  line-height: 3.2rem;
}
.briefing__blk__content {
  padding-left: 0;
  padding: 40px 28px 28px;
  border: solid 2px #b2457c;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: -20px;
}
@media screen and (min-width: 720px) {
  .briefing__blk__content {
    padding: 48px 48px 40px;
  }
}
.briefing__blk__content h3 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
}

.steps {
  background-color: #faf0ef;
}
.steps .head02 {
  background-size: cover;
  background-image: url("../img/stepHead.jpg");
}
@media screen and (min-width: 720px) {
  .steps .head02 {
    background-image: url("../img/stepHead--pc.jpg");
  }
}

.stepBlk {
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-template-rows: 1fr;
  column-gap: 18px;
}
@media screen and (min-width: 720px) {
  .stepBlk {
    grid-template-columns: 48px 1fr;
  }
}
.stepBlk__num {
  width: 32px;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr;
  grid-template-rows: 32px 1fr;
}
@media screen and (min-width: 720px) {
  .stepBlk__num {
    width: 48px;
    height: 100%;
    grid-template-rows: 48px 1fr;
  }
}
.stepBlk__num__blk {
  background-color: #b2457c;
  color: #fff;
  font-size: 2.4rem;
  line-height: 2.4rem;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row: 1;
  font-family: "Chakra Petch", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
}
@media screen and (min-width: 720px) {
  .stepBlk__num__blk {
    font-size: 2.8rem;
    line-height: 2.8rem;
    width: 48px;
    height: 48px;
  }
}
.stepBlk__num::after {
  content: "";
  height: 100%;
  width: 32px;
  display: block;
  background-image: url("../img/stepSq.svg");
  background-size: 32px;
  grid-row: 2;
  opacity: 0.4;
}
@media screen and (min-width: 720px) {
  .stepBlk__num::after {
    width: 48px;
    background-size: 48px;
  }
}
.stepBlk__num--last::after {
  display: none;
}
.stepBlk__content {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 100%;
}
.stepBlk__content img {
  display: block;
  width: 100%;
  height: auto;
}
.stepBlk__content p small {
  font-size: 1rem;
  line-height: 2.4rem;
  color: #b2457c;
}

.prize {
  background-color: #faf0ef;
}
.prize__head {
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 720px) {
  .prize__head {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.prize__head strong {
  font-size: 3.6rem;
  line-height: 3.6rem;
  font-family: "Chakra Petch", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
}
@media screen and (min-width: 720px) {
  .prize__head strong {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}
.prize__head::before, .prize__head::after {
  content: "";
  background-image: url("../img/gekkei2.svg");
  width: 48px;
  height: 70px;
  display: block;
  position: relative;
  top: -8px;
}
@media screen and (min-width: 720px) {
  .prize__head::before, .prize__head::after {
    width: 64px;
    height: 96px;
  }
}
.prize__head::after {
  transform: scaleX(-1);
}
.prize__blk {
  padding: 24px 20px 48px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(148, 50, 100, 0.4);
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 720px) {
  .prize__blk {
    padding: 24px 32px 48px;
  }
}
.prize__blk__head {
  display: grid;
  justify-content: flex-start;
  align-items: baseline;
  grid-template-columns: 48px 1fr;
  grid-template-rows: 1fr;
  column-gap: 16px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 0.08em;
  padding: 12px 0 20px;
  border-bottom: solid 2px #b2457c;
}
@media screen and (min-width: 720px) {
  .prize__blk__head {
    grid-template-columns: 80px 1fr;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.prize__blk__head__num {
  display: block;
  width: 48px;
  font-size: 3.6rem;
  line-height: 3.6rem;
  font-weight: 700;
  letter-spacing: 0em;
  font-family: "Chakra Petch", "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  color: #b2457c;
  position: relative;
  top: 6px;
}
@media screen and (min-width: 720px) {
  .prize__blk__head__num {
    width: 80px;
    font-size: 4rem;
    line-height: 4rem;
  }
}
.prize__blk__head small {
  display: block;
  font-size: 1rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 720px) {
  .prize__blk__head small {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
.prize__blk img {
  display: block;
  width: 86%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.prize__blk .arrowImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 48px;
  height: auto;
}
.prize__blk ol {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
.prize__blk__txt {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}

.voiceBlk__head__tag {
  display: inline-block;
  padding: 4px 8px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(45deg, #f19a86 0%, #e48da4 33%, #f19a86 66%, #e48da4 100%);
  background: -webkit-linear-gradient(-45deg, #f19a86 0%, #e48da4 33%, #f19a86 66%, #e48da4 100%);
  background: -moz-linear-gradient(-45deg, #f19a86 0%, #e48da4 33%, #f19a86 66%, #e48da4 100%);
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 720px) {
  .voiceBlk__head__tag {
    padding: 8px 12px;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
.voiceBlk__head__title {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 720px) {
  .voiceBlk__head__title {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }
}
.voiceBlk img {
  display: block;
  width: 100%;
  height: auto;
}

.option {
  background: linear-gradient(45deg, #fcf0ea 0%, #fcf0ea 33%, #fff3f8 66%, #fffefd 100%);
  background: -webkit-linear-gradient(-45deg, #fcf0ea 0%, #fcf0ea 33%, #fff3f8 66%, #fffefd 100%);
  background: -moz-linear-gradient(-45deg, #fcf0ea 0%, #fcf0ea 33%, #fff3f8 66%, #fffefd 100%);
}
.option p {
  color: #493b3a;
}
.option__head {
  background-size: cover;
  background-image: url("../img/optionHead.jpg");
  background-position: right;
  height: 80vw;
  max-height: 320px;
}
@media screen and (min-width: 720px) {
  .option__head {
    background-image: url("../img/optionHead--pc.jpg");
    height: 320px;
  }
}
.option__head div {
  display: flex;
  align-items: center;
  height: 100%;
}
.option__head div h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width: 428px) {
  .option__head div h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 720px) {
  .option__head div h2 {
    font-size: 2.8rem;
    line-height: 4rem;
    letter-spacing: 0.08em;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
.option__head .wd84 {
  padding-left: 10vw;
}
@media screen and (min-width: 720px) {
  .option__head .wd84 {
    padding-left: 0;
  }
}
.option__img {
  color: #493b3a;
  text-align: center;
  background-image: url("../img/optionImg.webp");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vw;
  max-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 720px) {
  .option__img {
    background-size: auto 110%;
  }
}
.option__img div {
  text-align: center;
}
.option__img div:nth-of-type(1) {
  font-size: 1.3rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 720px) {
  .option__img div:nth-of-type(1) {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.option__img div:nth-of-type(2) {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.08em;
  font-weight: 900;
}
@media screen and (min-width: 720px) {
  .option__img div:nth-of-type(2) {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.recademy h2 {
  border: solid 2px #b2457c;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 84%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 720px) {
  .recademy h2 {
    width: 640px;
    border: solid 4px #b2457c;
  }
}
.recademy h2 img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
}
@media screen and (min-width: 720px) {
  .recademy h2 img {
    width: 420px;
  }
}
.recademy p img {
  display: inline;
  height: 28px;
  width: auto;
  position: relative;
  top: -4px;
}

.chance .head02 {
  background-size: cover;
  background-image: url("../img/chanceHead.jpg");
}
@media screen and (min-width: 720px) {
  .chance .head02 {
    background-image: url("../img/chanceHead--pc.jpg");
  }
}

.iframeBlk iframe, .iframeBlk video {
  display: block;
  width: 264px;
  height: 156px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 380px) {
  .iframeBlk iframe, .iframeBlk video {
    width: 320px;
    height: 188px;
  }
}
@media screen and (min-width: 428px) {
  .iframeBlk iframe, .iframeBlk video {
    width: 340px;
    height: 200px;
  }
}
@media screen and (min-width: 640px) {
  .iframeBlk iframe, .iframeBlk video {
    width: 472px;
    height: 272px;
  }
}
@media screen and (min-width: 720px) {
  .iframeBlk iframe, .iframeBlk video {
    width: 600px;
    height: 344px;
  }
}
@media screen and (min-width: 1080px) {
  .iframeBlk iframe, .iframeBlk video {
    width: 640px;
    height: 368px;
  }
}
body {
  position: relative;
}
.btn_area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255,255,255,0.8);
  padding: 16px 0;
  opacity: 0;
}
.btnBlk_div {
  background-color: rgba(255, 242, 204, 0.8);
  padding: 20px;
  margin: 0 auto;
  max-width: 455px;
}
.btnBlk_p {
  line-height: 20px !important;
  color: #b2457c;
  font-weight: bold;
  font-size: 15px !important;
}
.btnBlk_div ul {
  padding-top: 10px;
}
.btnBlk_div ul li {
  line-height: 30px;
  color: #000;
  position: relative;
  font-size: 15px;
  padding-left: 20px;
  font-weight: bold;
}
.btnBlk_div ul li span {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 720px) {
  .btnBlk_div {
    padding: 12px;
  }
  .btnBlk_p {
  }
  .btnBlk_div ul {
    padding-top: 5px;
  }
  .btnBlk_div ul li {
    line-height: 20px;
    color: #000;
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=style2.css.map */
