@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,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;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  width: 100dvw;
  min-width: 100vw;
  min-width: 100dvw;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(245, 250, 253, 0.9);
}

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

h1, h2, h3, h4, h5, div, p, strong, li {
  text-align: left;
  font-family: "Noto Serif JP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  color: #6d5c43;
}

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

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

p {
  color: #6d5c43;
  margin: 0;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 428px) {
  p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 640px) {
  p {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
@media screen and (min-width: 960px) {
  p {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
p .lgTxt {
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 428px) {
  p .lgTxt {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
@media screen and (min-width: 640px) {
  p .lgTxt {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
@media screen and (min-width: 960px) {
  p .lgTxt {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }
}
p .lgTxt2 {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 428px) {
  p .lgTxt2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 640px) {
  p .lgTxt2 {
    font-size: 3.8rem;
    line-height: 5rem;
  }
}
@media screen and (min-width: 960px) {
  p .lgTxt2 {
    font-size: 4.8rem;
    line-height: 6.4rem;
  }
}
p .lgTxt3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 428px) {
  p .lgTxt3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 640px) {
  p .lgTxt3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
@media screen and (min-width: 960px) {
  p .lgTxt3 {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }
}
p b {
  font-weight: 700;
}
p .blk {
  display: block;
}

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;
}

img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

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: #6d5c43;
}

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;
}

.tbl {
  display: block;
}
.tbl tbody {
  display: block;
}
.tbl tr {
  display: grid;
}
.tbl th, .tbl td {
  padding: 12px;
  font-size: 1.15rem;
  line-height: 2.2rem;
  letter-spacing: 0.04em;
  margin: 1px;
}
@media screen and (min-width: 428px) {
  .tbl th, .tbl td {
    font-size: 1.2rem;
    line-height: 2.3rem;
  }
}
@media screen and (min-width: 640px) {
  .tbl th, .tbl td {
    padding: 16px 12px;
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .tbl th, .tbl td {
    padding: 20px 12px;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
.tbl--lgTxt th, .tbl--lgTxt td {
  padding: 12px;
  font-size: 1.3rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 428px) {
  .tbl--lgTxt th, .tbl--lgTxt td {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
@media screen and (min-width: 640px) {
  .tbl--lgTxt th, .tbl--lgTxt td {
    padding: 16px 20px;
    font-size: 1.5rem;
    line-height: 2.4rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 960px) {
  .tbl--lgTxt th, .tbl--lgTxt td {
    padding: 20px;
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
}
.tbl--sml th, .tbl--sml td {
  padding: 8px;
}
@media screen and (min-width: 640px) {
  .tbl--sml th, .tbl--sml td {
    padding: 10px 12px;
  }
}
@media screen and (min-width: 960px) {
  .tbl--sml th, .tbl--sml td {
    padding: 12px 12px;
  }
}
.tbl th {
  background-color: #dadee0;
}
.tbl td {
  background-color: #e6e9eb;
}
.tbl__2col {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
.tbl__1-2col {
  grid-template-columns: 2fr 3fr 3fr;
  grid-template-rows: auto;
}
@media screen and (min-width: 640px) {
  .tbl__1-2col {
    grid-template-columns: 1fr 2fr 2fr;
  }
}
.tbl__1-1col {
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto;
}
@media screen and (min-width: 640px) {
  .tbl__1-1col {
    grid-template-columns: 1fr 3fr;
  }
}
.tbl__2span {
  grid-column: span 2;
}

.gray10 {
  filter: grayscale(1);
}

.gray7 {
  filter: grayscale(0.7);
}

.gray5 {
  filter: grayscale(0.5);
}

.gray2 {
  filter: grayscale(0.2);
}

.vImg {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .vImg {
    width: 64% !important;
  }
}
@media screen and (min-width: 960px) {
  .vImg {
    width: 50% !important;
  }
}

.inActiveLink {
  pointer-events: none !important;
  opacity: 0.2;
}
.inActiveLink--half {
  pointer-events: none !important;
  opacity: 0.5;
}

.wd01 {
  width: 85.3%;
  margin-left: auto;
  margin-right: auto;
}

.wd02 {
  width: 81.5%;
  margin-left: auto;
  margin-right: auto;
}

.wd03 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 340px) {
  .wd03 {
    width: 85%;
  }
}
@media screen and (min-width: 428px) {
  .wd03 {
    width: 81.5%;
  }
}

.wd04 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 428px) {
  .wd04 {
    width: 88%;
  }
}
@media screen and (min-width: 720px) {
  .wd04 {
    width: 85%;
  }
}

.wd860 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.wd960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.wd1080 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.wd1140 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 2.2rem;
  line-height: 2.2rem;
  letter-spacing: 0.08em;
  background: linear-gradient(0deg, #1ed94f 0%, #14b358 100%);
  background: -webkit-linear-gradient(-90deg, #1ed94f 0%, #14b358 100%);
  background: -moz-linear-gradient(-90deg, #1ed94f 0%, #14b358 100%);
  border: solid 3px #fac47a;
  color: #fff;
  font-family: "Noto Serif JP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  font-weight: 700;
  filter: drop-shadow(0px 0px 6px rgba(127, 0, 27, 0.5));
}
.btn01 img {
  display: block;
  width: 64px;
  height: auto;
}
@media screen and (min-width: 428px) {
  .btn01 {
    font-size: 3.2rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 640px) {
  .btn01 {
    border: solid 6px #fac47a;
    font-size: 3.2rem;
    line-height: 3.2rem;
    padding: 20px 16px;
    filter: drop-shadow(0px 0px 12px rgba(127, 0, 27, 0.5));
  }
  .btn01 img {
    width: 80px;
  }
}
@media screen and (min-width: 720px) {
  .btn01 {
    font-size: 4rem;
    line-height: 4rem;
    padding: 24px 16px;
  }
}
@media screen and (min-width: 960px) {
  .btn01 {
    font-size: 5.4rem;
    line-height: 5.4rem;
    padding: 20px 16px;
  }
  .btn01 img {
    width: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .btn01 {
    font-size: 6rem;
    line-height: 6rem;
  }
}
.btn01:hover {
  background-color: #222222;
  color: #fff !important;
  opacity: 1;
}

.fixedBtn {
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fixedBtn .btn01 {
  position: fixed;
  bottom: 24px;
  z-index: 5;
}

.capTxt {
  color: #ff2222;
  font-size: 1.1rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  display: grid;
  grid-template-columns: 14px 1fr;
}
@media screen and (min-width: 640px) {
  .capTxt {
    font-size: 1.15rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .capTxt {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}
.capTxt span {
  display: block;
  grid-column: 1;
}
.capTxt--blk {
  color: #6d5c43;
}

.leftMinus {
  margin-left: -6px;
}

.rightMinus {
  margin-right: -3px;
}

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

@media screen and (min-width: 640px) {
  .mdNone {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .lgNone {
    display: none;
  }
}

.lineBlk {
  border: solid 1px #222222;
}
.lineBlk__head {
  border-bottom: solid 0.7px #222222;
  padding: 12px 0;
  letter-spacing: 0.04em;
  font-weight: 900;
  padding: 14px 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 380px) {
  .lineBlk__head {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 640px) {
  .lineBlk__head {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 720px) {
  .lineBlk__head {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
@media screen and (min-width: 960px) {
  .lineBlk__head {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.lineBlk__head span {
  display: block;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
.lineBlk__content {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0 28px;
  background-color: #fff;
}
@media screen and (min-width: 720px) {
  .lineBlk__content {
    width: 88%;
    padding: 32px 0 48px;
  }
}
@media screen and (min-width: 960px) {
  .lineBlk__content {
    width: 86%;
  }
}
.lineBlk__content img {
  display: block;
  width: 100%;
  height: auto;
}
.lineBlk--main {
  border: solid 2px #cd0110;
}
.lineBlk--main .lineBlk__head {
  background-color: #cd0110;
}
.lineBlk--qt1 .lineBlk__content, .lineBlk--qt2 .lineBlk__content {
  position: relative;
}
.lineBlk--qt1 .lineBlk__content::before, .lineBlk--qt2 .lineBlk__content::before {
  content: "";
  width: 64px;
  height: 64px;
  background-size: cover;
  display: block;
  position: absolute;
  top: -16px;
  left: -8px;
  z-index: 0;
}
@media screen and (min-width: 640px) {
  .lineBlk--qt1 .lineBlk__content::before, .lineBlk--qt2 .lineBlk__content::before {
    width: 120px;
    height: 120px;
    top: -24px;
    left: -20px;
  }
}
.lineBlk--qt1 .lineBlk__content__txt, .lineBlk--qt2 .lineBlk__content__txt {
  position: relative;
  z-index: 2;
}
.lineBlk--qt1 .lineBlk__content::before {
  background-image: url("../img/qtIcon1.svg");
}
.lineBlk--qt2 .lineBlk__content::before {
  background-image: url("../img/qtIcon2.svg");
}

.head01 {
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  color: #cf2b46;
  border: solid 1px #dcb976;
  position: relative;
  padding: 16px 8px;
}
.head01::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: -4px;
  bottom: -4px;
  border: solid 1px #dcb976;
}
@media screen and (min-width: 428px) {
  .head01 {
    font-size: 2.1rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 640px) {
  .head01 {
    padding: 16px 12px;
    font-size: 2.4rem;
    line-height: 4rem;
  }
  .head01::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    right: -6px;
    bottom: -6px;
    border: solid 1px #dcb976;
  }
}
@media screen and (min-width: 960px) {
  .head01 {
    padding: 40px 8px;
    font-size: 3.4rem;
    line-height: 5.6rem;
    border: solid 2px #dcb976;
  }
  .head01::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: -8px;
    bottom: -8px;
    border: solid 2px #dcb976;
  }
}
@media screen and (min-width: 1200px) {
  .head01 {
    font-size: 3.8rem;
    line-height: 6rem;
  }
}
.head01__content {
  display: block;
}
.head01__content::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  background-image: url("../img/head01_flower.webp");
  background-size: cover;
  left: -12px;
  top: -12px;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .head01__content::after {
    width: 120px;
    height: 120px;
    left: -30px;
    top: -30px;
  }
}
.head01__content::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  background-image: url("../img/head01_flower.webp");
  background-size: cover;
  right: -12px;
  bottom: -12px;
  z-index: 2;
  transform: scale(-1);
}
@media screen and (min-width: 960px) {
  .head01__content::before {
    width: 120px;
    height: 120px;
    right: -30px;
    bottom: -30px;
  }
}

.head02 {
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-align: center;
  color: #827057;
  border-bottom: solid 1px #8c7d64;
  position: relative;
  padding: 16px 8px;
}
@media screen and (min-width: 428px) {
  .head02 {
    font-size: 2.1rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 640px) {
  .head02 {
    padding: 16px 12px;
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 960px) {
  .head02 {
    padding: 40px 8px;
    font-size: 3.4rem;
    line-height: 5.6rem;
    border-bottom: solid 2px #8c7d64;
  }
}
@media screen and (min-width: 1200px) {
  .head02 {
    font-size: 3.8rem;
    line-height: 6rem;
  }
}

.list01 {
  border: solid 2px #e5415c;
  border-top: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.list01--nohdr {
  border-top: solid 2px #e5415c;
}
.list01--gd {
  border: solid 2px #fac47a;
  border-top: 0;
}
@media screen and (min-width: 640px) {
  .list01 {
    border: solid 4px #e5415c;
    border-top: 0;
  }
  .list01--gd {
    border: solid 4px #fac47a;
    border-top: 0;
  }
  .list01--nohdr {
    border-top: solid 4px #e5415c;
  }
}
.list01__head {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 16px 8px;
  color: #fff;
  background: linear-gradient(45deg, #e5415c 0%, #bf1b36 50%, #e5415c 100%);
  background: -webkit-linear-gradient(-45deg, #e5415c 0%, #bf1b36 50%, #e5415c 100%);
  background: -moz-linear-gradient(-45deg, #e5415c 0%, #bf1b36 50%, #e5415c 100%);
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 640px) {
  .list01__head {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 960px) {
  .list01__head {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}
.list01--gd {
  background-color: rgba(255, 255, 255, 0.8);
}
.list01--gd .list01__head {
  background: linear-gradient(45deg, #fac47a 0%, #dcb976 50%, #fac47a 100%);
  background: -webkit-linear-gradient(-45deg, #fac47a 0%, #dcb976 50%, #fac47a 100%);
  background: -moz-linear-gradient(-45deg, #fac47a 0%, #dcb976 50%, #fac47a 100%);
}
.list01 ul {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
.list01 ul li {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #6d5c43;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 32px 1fr;
}
@media screen and (min-width: 640px) {
  .list01 ul li {
    font-size: 2.4rem;
    line-height: 3.6rem;
    grid-template-columns: 40px 1fr;
  }
}
@media screen and (min-width: 960px) {
  .list01 ul li {
    font-size: 3.2rem;
    line-height: 4.4rem;
    grid-template-columns: 48px 1fr;
  }
}
.list01 ul li img {
  position: relative;
  top: 3px;
  display: block;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 640px) {
  .list01 ul li img {
    top: 3px;
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 960px) {
  .list01 ul li img {
    top: 4px;
    width: 32px;
    height: 32px;
  }
}
.list01--nowidth ul {
  width: 80%;
  max-width: none;
}
.list01--nowidth ul li {
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 640px) {
  .list01--nowidth ul li {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .list01--nowidth ul li {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}

.list02__li {
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.16em;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .list02__li {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
.list02__li::before {
  content: "";
  height: 1px;
  width: 8px;
  background-color: #222222;
  opacity: 0.2;
  margin-right: 12px;
  transform: rotate(16deg);
  position: relative;
  top: 8px;
}
@media screen and (min-width: 960px) {
  .list02__li::before {
    height: 2px;
    width: 16px;
    margin-right: 20px;
    top: 16px;
  }
}

.list03 ul {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.list03 ul li {
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #cd0110;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 32px 1fr;
}
@media screen and (min-width: 640px) {
  .list03 ul li {
    font-size: 2.4rem;
    line-height: 4.4rem;
    grid-template-columns: 48px 1fr;
  }
}
.list03 ul li img {
  position: relative;
  top: 3px;
  display: block;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 640px) {
  .list03 ul li img {
    top: 6px;
    width: 32px;
    height: 32px;
  }
}

@media screen and (min-width: 640px) {
  .imgList__li {
    display: grid;
    gap: 20px;
    align-items: center;
    grid-template-columns: 160px 1fr;
    gap: 40px;
  }
}
.imgList__li__title {
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 960px) {
  .imgList__li__title {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.imgList__li__txt {
  display: block;
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.16em;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .imgList__li__txt {
    font-size: 2rem;
    line-height: 4rem;
  }
}
.imgList__li__img {
  display: block;
  width: 120px !important;
  height: 120px !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .imgList__li__img {
    width: 100% !important;
    height: auto !important;
  }
}

.boldTxt {
  font-weight: 900;
}

.clrTxt {
  color: #cd0110;
}

.cenTxt {
  text-align: center;
}

.blkTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 0;
}
.blkTxt__txt {
  background-color: #cd0110;
  padding: 8px 24px 12px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.08em;
  font-weight: 900;
  transform: rotate(-2deg);
}
@media screen and (min-width: 428px) {
  .blkTxt__txt {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 720px) {
  .blkTxt__txt {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}
.blkTxt--lg .blkTxt__txt {
  font-size: 3.2rem;
  line-height: 3.2rem;
}
@media screen and (min-width: 380px) {
  .blkTxt--lg .blkTxt__txt {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 428px) {
  .blkTxt--lg .blkTxt__txt {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 720px) {
  .blkTxt--lg .blkTxt__txt {
    font-size: 6.4rem;
    line-height: 6.4rem;
  }
}
.blkTxt--wd .blkTxt__txt {
  padding: 8px 48px;
}
@media screen and (min-width: 960px) {
  .blkTxt--wd .blkTxt__txt {
    padding: 8px 80px;
  }
}
.blkTxt--sm .blkTxt__txt {
  text-align: center;
  margin-top: -20px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 8px 12px;
}
@media screen and (min-width: 340px) {
  .blkTxt--sm .blkTxt__txt {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 380px) {
  .blkTxt--sm .blkTxt__txt {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 428px) {
  .blkTxt--sm .blkTxt__txt {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 640px) {
  .blkTxt--sm .blkTxt__txt {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 720px) {
  .blkTxt--sm .blkTxt__txt {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
}
@media screen and (min-width: 960px) {
  .blkTxt--sm .blkTxt__txt {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .blkTxt--sm .blkTxt__txt {
    font-size: 6rem;
    line-height: 6rem;
  }
}

.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%;
  margin-left: auto;
  margin-right: auto;
}

.wd95 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.wd400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.wd480 {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.wd720 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.wd760 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.wd860 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.wd960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.wd1080 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.wd1140 {
  max-width: 1140px;
  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;
  }
}

.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: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (min-width: 640px) {
  .ol01 li {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 720px) {
  .ol01 li {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.ol01__num {
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background-color: #cd0110;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  margin-right: 8px;
}
@media screen and (min-width: 640px) {
  .ol01__num {
    height: 28px;
    min-width: 28px;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 720px) {
  .ol01__num {
    margin-top: -2px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    font-size: 3rem;
    line-height: 3rem;
    margin-right: 16px;
  }
}
.ol01__num--blk {
  background-color: #6d5c43;
}
.ol01--cen {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.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 #cd0110;
  color: #cd0110;
  font-size: 2.4rem;
  line-height: 2.4rem;
  border-radius: 2px;
}
@media screen and (min-width: 720px) {
  .ol02__num {
    margin-top: 0px;
    margin-right: 12px;
    border: solid 2px #cd0110;
    width: 32px;
    height: 32px;
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}

.ol03 {
  width: 100%;
  padding-left: 0;
  padding: 20px;
  border: solid 2px #cd0110;
}
@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: #cd0110;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
}
@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: #cd0110;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
}
@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: #cd0110;
  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;
}

.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: #cd0110;
  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: #cd0110;
  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;
}

.redTxt {
  color: #cd0110;
}

.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: 960px) {
  .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;
}

.mb240 {
  margin-bottom: 240px !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: 960px) {
  .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: 960px) {
  .mb16--pc {
    margin-bottom: 16px !important;
  }
}

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

@media screen and (min-width: 640px) {
  .mb24--tb {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 960px) {
  .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: 960px) {
  .mb32--pc {
    margin-bottom: 32px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 640px) {
  .mb240--tb {
    margin-bottom: 240px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb240--pc {
    margin-bottom: 240px !important;
  }
}

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

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

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

@media screen and (min-width: 960px) {
  .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;
}

.pb240 {
  padding-bottom: 240px !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;
  }
}

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

@media screen and (min-width: 960px) {
  .pb240--pc {
    padding-bottom: 240px !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;
  }
}

.pt4 {
  padding-top: 4px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.pt56 {
  padding-top: 56px !important;
}

.pt64 {
  padding-top: 64px !important;
}

.pt72 {
  padding-top: 72px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt88 {
  padding-top: 88px !important;
}

.pt96 {
  padding-top: 96px !important;
}

.pt104 {
  padding-top: 104px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt144 {
  padding-top: 144px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pt240 {
  padding-top: 240px !important;
}

.pt320 {
  padding-top: 320px !important;
}

.pt360 {
  padding-top: 360px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 960px) {
  .pt240--pc {
    padding-top: 240px !important;
  }
}

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

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

.lineBtm {
  border-bottom: solid 1px #fac47a;
}
@media screen and (min-width: 640px) {
  .lineBtm {
    border-bottom: solid 2px #fac47a;
  }
}

.mod-flex {
  display: flex;
}
.mod-flex--pc {
  display: block;
  width: auto;
}
@media screen and (min-width: 960px) {
  .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%;
}

.gridBlk {
  display: grid;
}
.gridBlk div {
  max-width: 100%;
}
.gridBlk--alc {
  align-items: center;
}
@media screen and (min-width: 960px) {
  .gridBlk--pc {
    display: grid;
  }
}
@media screen and (min-width: 640px) {
  .gridBlk--tb {
    display: grid;
  }
}
.gridBlk--2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 960px) {
  .gridBlk--2col--pc {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 640px) {
  .gridBlk--2col--tb {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gridBlk--2col--1v2 {
  grid-template-columns: 1fr 2fr;
}
.gridBlk--2col--2v1 {
  grid-template-columns: 2fr 1fr;
}
.gridBlk--2col--2v3 {
  grid-template-columns: 2fr 3fr;
}
.gridBlk--2col--3v2 {
  grid-template-columns: 3fr 2fr;
}
.gridBlk--2col--3v4 {
  grid-template-columns: 3fr 4fr;
}
.gridBlk--2col--4v3 {
  grid-template-columns: 4fr 3fr;
}
.gridBlk--3col {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 960px) {
  .gridBlk--3col--pc {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gridBlk--4col {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 960px) {
  .gridBlk--4col--pc {
    grid-template-columns: repeat(4, 1fr);
  }
}
.gridBlk--5col {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (min-width: 960px) {
  .gridBlk--5col--pc {
    grid-template-columns: repeat(5, 1fr);
  }
}
.gridBlk img {
  display: block;
  width: 100%;
}

.gap2 {
  gap: 2px;
}
@media screen and (min-width: 960px) {
  .gap2--pc {
    gap: 2px;
  }
}
.gap2--cl {
  column-gap: 2px;
}
.gap12 {
  gap: 12px;
}
@media screen and (min-width: 960px) {
  .gap12--pc {
    gap: 12px;
  }
}
.gap12--cl {
  column-gap: 12px;
}
.gap16 {
  gap: 16px;
}
@media screen and (min-width: 960px) {
  .gap16--pc {
    gap: 16px;
  }
}
.gap16--cl {
  column-gap: 16px;
}
.gap24 {
  gap: 24px;
}
@media screen and (min-width: 960px) {
  .gap24--pc {
    gap: 24px;
  }
}
.gap24--cl {
  column-gap: 24px;
}
.gap32 {
  gap: 32px;
}
@media screen and (min-width: 960px) {
  .gap32--pc {
    gap: 32px;
  }
}
.gap32--cl {
  column-gap: 32px;
}
.gap40 {
  gap: 40px;
}
@media screen and (min-width: 960px) {
  .gap40--pc {
    gap: 40px;
  }
}
.gap40--cl {
  column-gap: 40px;
}
.gap48 {
  gap: 48px;
}
@media screen and (min-width: 960px) {
  .gap48--pc {
    gap: 48px;
  }
}
.gap48--cl {
  column-gap: 48px;
}
.gap64 {
  gap: 64px;
}
@media screen and (min-width: 960px) {
  .gap64--pc {
    gap: 64px;
  }
}
.gap64--cl {
  column-gap: 64px;
}
.gap80 {
  gap: 80px;
}
@media screen and (min-width: 960px) {
  .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;
  }
}

.shadow {
  -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);
  position: relative;
  display: flex;
  align-items: center;
}
.shadow span:nth-of-type(1) {
  position: relative;
  z-index: 2;
}
.shadow span:nth-of-type(2) {
  position: absolute;
  color: rgb(255, 255, 255);
  z-index: 1;
  filter: blur(4px);
}
.shadow span:nth-of-type(3) {
  position: absolute;
  color: rgb(255, 255, 255);
  z-index: 1;
  filter: blur(4px);
}

footer {
  z-index: 99;
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #524c49;
}
@media screen and (min-width: 960px) {
  footer {
    padding-top: 64px;
    padding-bottom: 120px;
  }
}
footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
footer ul a {
  display: block;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 6px;
  margin-right: 24px;
}
@media screen and (min-width: 960px) {
  footer ul a {
    margin-right: 40px;
  }
}
footer ul a:last-of-type {
  margin-right: 0;
}
footer ul a li {
  font-size: 1.1rem;
  line-height: 1.1rem;
  letter-spacing: 0.12em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  color: #fff;
}
@media screen and (min-width: 960px) {
  footer ul a li {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
footer small {
  display: block;
  font-size: 1.1rem;
  line-height: 1.1rem;
  letter-spacing: 0.12em;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  color: #fff;
}
@media screen and (min-width: 960px) {
  footer small {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}

.fv {
  width: 100%; /* 親要素の幅を画面幅に合わせる */
  overflow: visible; /* overflow: hidden; をvisibleに変更 */
  position: relative; /* 位置を相対的に設定 */
}
.fv img {
  display: block;
  width: 100%;
  height: auto;
}

.second {
  position: relative;
  border-top: solid 2px #dcb976;
  border-bottom: solid 2px #dcb976;
}
.second::after {
  content: "";
  background-image: url("../img/flowerBg.svg");
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.second__content {
  position: relative;
  z-index: 1;
}
.second__txt {
  color: #cd0110;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .second__txt {
    font-size: 2rem;
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 960px) {
  .second__txt {
    font-size: 3.2rem;
    line-height: 5.6rem;
  }
}
.second__txt span {
  color: #af8037;
  font-size: 2.6rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 640px) {
  .second__txt span {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 960px) {
  .second__txt span {
    font-size: 5.6rem;
    line-height: 5.6rem;
  }
}
.second__txt span small {
  font-size: 2rem;
  line-height: 5.6rem;
}
@media screen and (min-width: 640px) {
  .second__txt span small {
    font-size: 3rem;
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 960px) {
  .second__txt span small {
    font-size: 4rem;
    line-height: 5.6rem;
  }
}

.marble {
  background-image: url("../img/marble.svg");
  background-size: 120% auto;
}

.flower {
  background-image: url("../img/flowerBg2.webp");
  background-size: 100% auto;
  background-position: center 27%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 880px) {
  .flower {
    background-position: center 25%;
  }
}
.flower::after {
  content: "";
  background-image: url("../img/flowerBorder.webp");
  background-size: auto 100%;
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  top: -60px;
}
.flower .list01 {
  position: relative;
  z-index: 2;
}

.intro {
  border-bottom: solid 2px #dcb976;
}
.intro__blk {
  border: solid 1px #dcb976;
  padding: 32px 24px 48px;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 428px) {
  .intro__blk {
    padding: 40px 24px 56px;
  }
}
@media screen and (min-width: 640px) {
  .intro__blk {
    border: solid 2px #dcb976;
    padding: 64px 48px 80px;
  }
}
.intro__blk__head {
  color: #cd0110;
  text-align: center;
  font-size: 1.6rem;
  line-height: 3.4rem;
}
.intro__blk__head span {
  font-size: 2.8rem;
  line-height: 3.6rem;
}
@media screen and (min-width: 428px) {
  .intro__blk__head {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .intro__blk__head span {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 640px) {
  .intro__blk__head {
    font-size: 3rem;
    line-height: 5.6rem;
  }
  .intro__blk__head span {
    font-size: 6rem;
    line-height: 8.8rem;
  }
}
.intro__blk p {
  text-align: center;
}
.intro__blk::after {
  content: "";
  background-image: url("../img/signature.svg");
  background-size: cover;
  width: 300px;
  height: 75px;
  position: absolute;
  z-index: 0;
  bottom: -40px;
  right: -20px;
}
@media screen and (min-width: 640px) {
  .intro__blk::after {
    width: 450px;
    height: 113px;
    bottom: -60px;
    right: -60px;
  }
}
@media screen and (min-width: 960px) {
  .intro__blk::after {
    width: 600px;
    height: 150px;
    bottom: -80px;
    right: -120px;
  }
}

.problem {
  background-image: url("../img/problemBg.jpg");
  background-size: cover;
}
.problem__listBlk {
  background-color: rgba(255, 255, 255, 0.8);
}
.problem__listBlk__head {
  background-color: #6e2c4a;
  color: #fff;
  text-align: center;
  width: 80%;
  max-width: 960px;
  padding: 16px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -32px;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 640px) {
  .problem__listBlk__head {
    top: -64px;
    font-size: 4.4rem;
    line-height: 5.6rem;
  }
}
@media screen and (min-width: 960px) {
  .problem__listBlk__head {
    top: -70px;
    font-size: 5.2rem;
    line-height: 7.2rem;
  }
}
.problem__listBlk ul {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.problem__listBlk ul li {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #6e2c4a;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 32px 1fr;
}
@media screen and (min-width: 428px) {
  .problem__listBlk ul li {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 640px) {
  .problem__listBlk ul li {
    font-size: 2.6rem;
    line-height: 4.4rem;
    grid-template-columns: 48px 1fr;
  }
}
.problem__listBlk ul li img {
  position: relative;
  top: 2px;
  display: block;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 640px) {
  .problem__listBlk ul li img {
    top: 4px;
    width: 32px;
    height: 32px;
  }
}

.women h2 {
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0.16em;
  text-align: center;
  font-weight: 500;
  color: #827057;
}
@media screen and (min-width: 640px) {
  .women h2 {
    font-size: 3.2rem;
    line-height: 5.6rem;
  }
}
@media screen and (min-width: 960px) {
  .women h2 {
    font-size: 4.8rem;
    line-height: 7.2rem;
  }
}
.women p {
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 428px) {
  .women p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 640px) {
  .women p {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
@media screen and (min-width: 960px) {
  .women p {
    font-size: 2.4rem;
    line-height: 4.8rem;
  }
}
.women__past {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.2em;
  color: #827057;
}
@media screen and (min-width: 428px) {
  .women__past {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
@media screen and (min-width: 640px) {
  .women__past {
    font-size: 3.2rem;
    line-height: 6rem;
  }
}
@media screen and (min-width: 960px) {
  .women__past {
    font-size: 4.8rem;
    line-height: 7.2rem;
  }
}
.women__past span {
  padding: 4px 12px;
  background-color: #827057;
  color: #fff;
}
.women__nowSection {
  position: relative;
}
.women__nowSection::before, .women__nowSection::after {
  content: "";
  width: 240px;
  height: 240px;
  background-image: url("../img/flowerGd.svg");
  background-size: cover;
  position: absolute;
  z-index: 0;
  opacity: 0.5;
}
@media screen and (min-width: 640px) {
  .women__nowSection::before, .women__nowSection::after {
    width: 360px;
    height: 360px;
  }
}
@media screen and (min-width: 960px) {
  .women__nowSection::before, .women__nowSection::after {
    width: 500px;
    height: 500px;
  }
}
.women__nowSection::before {
  left: -100px;
  top: 120px;
}
@media screen and (min-width: 640px) {
  .women__nowSection::before {
    top: 160px;
  }
}
@media screen and (min-width: 960px) {
  .women__nowSection::before {
    top: 400px;
  }
}
.women__nowSection::after {
  right: -80px;
  top: 520px;
  transform: scaleX(-1);
}
@media screen and (min-width: 640px) {
  .women__nowSection::after {
    top: 520px;
  }
}
@media screen and (min-width: 960px) {
  .women__nowSection::after {
    top: 600px;
  }
}
.women__nowSection__content {
  position: relative;
  z-index: 1;
}
.women__now {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.2em;
  color: #827057;
}
@media screen and (min-width: 428px) {
  .women__now {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
@media screen and (min-width: 960px) {
  .women__now {
    font-size: 4.8rem;
    line-height: 7.2rem;
  }
}
.women__now span {
  padding: 4px 12px;
  background-color: #dcb976;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  border-bottom: solid 0.5px #dcb976;
}
.women__now span::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -20px;
  border-style: solid;
  border-right: 160px solid transparent;
  border-left: 160px solid transparent;
  border-top: 20px solid #dcb976;
  border-bottom: 0;
}
.women__seminar {
  position: relative;
  z-index: 2;
}
.women__seminar__imgBlk {
  display: flex;
  justify-content: center;
}
.women__seminar img {
  width: 150%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .women__seminar img {
    width: 120%;
  }
}
@media screen and (min-width: 960px) {
  .women__seminar img {
    width: 100%;
  }
}

.tile {
  position: relative;
  z-index: 2;
  background-image: url("../img/bgTile.jpg");
  padding: 24px;
  filter: drop-shadow(0px 0px 6px rgba(127, 0, 27, 0.5));
}
@media screen and (min-width: 428px) {
  .tile {
    padding: 40px;
  }
}
@media screen and (min-width: 640px) {
  .tile {
    padding: 80px;
  }
}

.faq__head {
  color: #fff;
  background-color: #8c7d64;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.16em;
  padding: 12px 0;
}
@media screen and (min-width: 640px) {
  .faq__head {
    font-size: 3.2rem;
    line-height: 3.2rem;
    padding: 16px 0;
  }
}
@media screen and (min-width: 960px) {
  .faq__head {
    font-size: 5.6rem;
    line-height: 5.6rem;
    padding: 20px 0;
  }
}
.faq__blk {
  border-bottom: solid 1px #8c7d64;
  padding: 0 16px;
}
@media screen and (min-width: 960px) {
  .faq__blk {
    padding: 0 32px;
  }
}
.faq__blk__line {
  display: grid;
  grid-template-columns: 48px 1fr;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 960px) {
  .faq__blk__line {
    grid-template-columns: 72px 1fr;
    font-size: 2.8rem;
    line-height: 5.6rem;
  }
}
.faq__blk__icon {
  font-size: 3.2rem;
  line-height: 3.2rem;
  opacity: 0.6;
  position: relative;
  top: -4px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .faq__blk__icon {
    font-size: 5.6rem;
    line-height: 5.6rem;
    top: -8px;
  }
}
.faq__blk__answer {
  font-size: 1.4rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 960px) {
  .faq__blk__answer {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 4.4rem;
  }
}

/*# sourceMappingURL=style.css.map */
