@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oooh+Baby&display=swap");
/**
*
* Testing
*
**/
body,
html {
  margin: 0px;
  overflow-x: hidden;
  max-width: 100vw !important;
  width: 100%;
}

.profiletext {
  color: #595857;
  font-size: 1.05rem;
}
@media (min-width: 1401px) {
  .profiletext {
    font-size: 1.3rem;
  }
}
@media (max-width: 576px) {
  .profiletext {
    font-size: 1rem;
  }
}

#greenBtnNew {
  background-color: #00a29a;
  width: fit-content;
  margin: 30px auto;
  display: block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 3.5rem;
  padding: 1rem 5rem;
  border: 4px solid white;
  border-radius: 76px;
  box-shadow: 1px 2px 0px #898989;
}
#greenBtnNew:hover {
  box-shadow: 7px 9px 0px #898989;
}
@media (max-width: 576px) {
  #greenBtnNew {
    border: 3px solid white;
    font-size: 1.5rem;
    padding: 0.5rem 3rem;
  }
}

.ggbbtn {
  position: relative;
}
.ggbbtn a {
  transform: translateY(46%);
}
@media (max-width: 575px) {
  .ggbbtn {
    position: absolute;
  }
  .ggbbtn a {
    transform: translateY(-50%);
    border: 3px solid white;
    font-size: 1.6rem;
    padding: 0.5rem 3rem;
  }
}

#top-kv {
  background-image: url(../img/top-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
}
@media (max-width: 576px) {
  #top-kv {
    background-image: url(../img/top-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
@media (max-width: 576px) {
  #top-kv {
    padding-top: 0px;
  }
}
#top-kv .leftPink {
  background-color: #f19ca7;
  width: 53%;
  max-width: 695px;
  justify-content: end;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  padding: 0.6%;
  color: #fff;
  text-align: end;
  padding-right: 1%;
}
@media (max-width: 576px) {
  #top-kv .leftPink {
    width: 64%;
    padding: 1%;
    padding-right: 15px;
    top: -50px;
    position: absolute;
    font-size: 1.25rem;
  }
}
#top-kv .leftPink img {
  height: 55px;
  padding: 5px;
  width: auto;
}
@media (max-width: 576px) {
  #top-kv .leftPink img {
    height: 35px;
  }
}
#top-kv .leftPink .dot {
  margin-left: -1%;
  margin-right: -2%;
}
#top-kv .leftGreen {
  background-color: #00a29a;
  width: 68%;
  max-width: 770px;
  margin-left: 0%;
  justify-content: end;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  color: #fff;
  padding: 0.6%;
  padding-right: 1.5%;
  text-align: end;
}
@media (max-width: 576px) {
  #top-kv .leftGreen {
    width: 72%;
    position: absolute;
    top: -15px;
    font-size: 1.25rem;
    padding: 1%;
    padding-right: 15px;
  }
}
#top-kv .leftGreen img {
  height: 60px;
  padding: 5px;
  width: auto;
}
@media (max-width: 576px) {
  #top-kv .leftGreen img {
    height: 35px;
  }
}
#top-kv .left-div {
  background-color: #f19ca7;
}
#top-kv .left-div img {
  height: 60px;
}
@media (max-width: 576px) {
  #top-kv .left-div img {
    max-width: 100%;
    height: auto;
  }
}
#top-kv .hero {
  margin-top: -5%;
}
#top-kv .b1 {
  margin-bottom: -10%;
}
@media (min-width: 1200px) {
  #top-kv .b1 {
    margin-bottom: -5%;
  }
}

.gBtn {
  background-color: #00a29a;
  width: fit-content;
  display: block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 3.5rem;
  padding: 1rem 5rem;
  border: 4px solid white;
  border-radius: 76px;
  box-shadow: 1px 2px 0px #898989;
}
.gBtn:hover {
  color: white;
  box-shadow: 7px 9px 0px #898989;
}
@media (max-width: 1400px) {
  .gBtn {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .gBtn {
    border: 3px solid white;
    font-size: 1.7rem;
    padding: 0.8rem 3rem;
  }
}

#toptx {
  font-weight: 500;
}

.self-promitionTxt {
  position: absolute;
  top: 8%;
  margin-left: 20%;
}
@media (max-width: 576px) {
  .self-promitionTxt {
    margin-left: 35%;
  }
}
.self-promitionTxt svg .cls-1 {
  font-size: 44.56px;
  fill: #595857;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.self-promitionTxt svg .cls-2 {
  letter-spacing: 0.06em;
}
.self-promitionTxt svg .cls-3 {
  letter-spacing: 0em;
}
.self-promitionTxt svg .cls-4 {
  letter-spacing: 0.03em;
}
.self-promitionTxt svg .cls-5 {
  letter-spacing: 0.11em;
}
.self-promitionTxt svg .cls-6 {
  letter-spacing: 0.06em;
}
.self-promitionTxt svg .cls-7 {
  letter-spacing: -0.1em;
}
.self-promitionTxt svg .cls-8 {
  letter-spacing: -0.05em;
}
.self-promitionTxt svg .cls-10,
.self-promitionTxt svg .cls-9 {
  fill: #e95383;
  font-size: 55.55px;
}
.self-promitionTxt svg .cls-9 {
  letter-spacing: 0.08em;
}
.self-promitionTxt svg .cls-10 {
  letter-spacing: 0.06em;
}

.line svg .cls-1 {
  fill: none;
  stroke: #3f3b3a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-dasharray: 2 6;
}

.pcSugar svg .cls-1 {
  font-size: 56.95px;
  letter-spacing: -0.04em;
}
.pcSugar svg .cls-1,
.pcSugar svg .cls-11,
.pcSugar svg .cls-8 {
  fill: #727171;
}
.pcSugar svg .cls-1,
.pcSugar svg .cls-8 {
  font-family: "Noto Sans JP", sans-serif;
}
.pcSugar svg .cls-2 {
  letter-spacing: -0.01em;
}
.pcSugar svg .cls-3 {
  letter-spacing: -0.03em;
}
.pcSugar svg .cls-4 {
  letter-spacing: -0.07em;
}
.pcSugar svg .cls-5 {
  letter-spacing: 0.03em;
}
.pcSugar svg .cls-6 {
  letter-spacing: -0.1em;
}
.pcSugar svg .cls-7 {
  letter-spacing: 0em;
}
.pcSugar svg .cls-8 {
  font-size: 30.94px;
  letter-spacing: -0.03em;
}
.pcSugar svg .cls-9 {
  letter-spacing: 0.02em;
}
.pcSugar svg .cls-10 {
  letter-spacing: 0.24em;
}

.onlinewebp {
  height: 100px;
}
@media (max-width: 576px) {
  .onlinewebp {
    width: 88%;
    height: auto;
  }
}

.redbg {
  background-image: url(../img/redbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 10px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .redbg {
    background-size: 100% 100%;
  }
}
.redbg .txtP {
  font-weight: 600;
}
.redbg .txtP svg .cls-1 {
  font-size: 73px;
  fill: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.04em;
}
.redbg .txtP svg .cls-2 {
  letter-spacing: -0.21em;
}
.redbg .txtP svg .cls-3,
.redbg .txtP svg .cls-4,
.redbg .txtP svg .cls-5,
.redbg .txtP svg .cls-6,
.redbg .txtP svg .cls-7,
.redbg .txtP svg .cls-8,
.redbg .txtP svg .cls-9 {
  font-size: 67.08px;
}
.redbg .txtP svg .cls-3 {
  letter-spacing: -0.12em;
}
.redbg .txtP svg .cls-4 {
  letter-spacing: -0.03em;
}
.redbg .txtP svg .cls-5 {
  letter-spacing: -0.01em;
}
.redbg .txtP svg .cls-6 {
  letter-spacing: -0.09em;
}
.redbg .txtP svg .cls-7 {
  letter-spacing: 0.02em;
}
.redbg .txtP svg .cls-8 {
  letter-spacing: 0.05em;
}
.redbg .txtP svg .cls-9 {
  letter-spacing: -0.3em;
}
.redbg .txtP svg .cls-10,
.redbg .txtP svg .cls-11 {
  font-size: 80px;
}
.redbg .txtP svg .cls-10 {
  letter-spacing: -0.7em;
}
.redbg .txtP svg .cls-11 {
  letter-spacing: 0.09em;
}
.redbg .txtM svg .cls-1 {
  font-size: 38.99px;
  letter-spacing: 0.18em;
}
.redbg .txtM svg .cls-1,
.redbg .txtM svg .cls-4 {
  fill: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.redbg .txtM svg .cls-2 {
  letter-spacing: -0.23em;
}
.redbg .txtM svg .cls-3 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2.87px;
}
.redbg .txtM svg .cls-4 {
  font-size: 59.85px;
  letter-spacing: 0.05em;
}
.redbg .txtM svg .cls-5 {
  letter-spacing: 0.08em;
}
.redbg .txtM svg .cls-6 {
  letter-spacing: 0.1em;
}
.redbg .txtM svg .cls-7 {
  letter-spacing: 0.03em;
}
.redbg .txtM svg .cls-8 {
  letter-spacing: 0em;
}
.redbg .txtM svg .cls-9 {
  letter-spacing: -0.03em;
}
.redbg .txtM svg .cls-10 {
  letter-spacing: 0.06em;
}
.redbg .txtM svg .cls-11 {
  letter-spacing: 0.01em;
}
.redbg .txtM svg .cls-12 {
  letter-spacing: -0.19em;
}
.redbg .txtM svg .cls-13 {
  letter-spacing: 0.01em;
}
.redbg .txtM svg .cls-14 {
  letter-spacing: -0.34em;
}
.redbg .txtM svg .cls-15,
.redbg .txtM svg .cls-16 {
  font-size: 73.3px;
}
.redbg .txtM svg .cls-15 {
  letter-spacing: -0.64em;
}
.redbg .txtM svg .cls-16 {
  letter-spacing: -0.04em;
}

.yellowish {
  padding-bottom: 5%;
  background: -moz-linear-gradient(50% 29.68% -90deg, rgb(255, 255, 255) 0%, rgb(255, 252, 251) 35.06%, rgb(254, 243, 240) 67.93%, rgb(252, 228, 221) 99.93%, rgb(252, 228, 221) 100%);
  background: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 252, 251) 35.06%, rgb(254, 243, 240) 67.93%, rgb(252, 228, 221) 99.93%, rgb(252, 228, 221) 100%);
  background: -webkit-gradient(linear, 50% 29.68%, 50% 103.27%, color-stop(0, rgb(255, 255, 255)), color-stop(0.3506, rgb(255, 252, 251)), color-stop(0.6793, rgb(254, 243, 240)), color-stop(0.9993, rgb(252, 228, 221)), color-stop(1, rgb(252, 228, 221)));
  background: -o-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 252, 251) 35.06%, rgb(254, 243, 240) 67.93%, rgb(252, 228, 221) 99.93%, rgb(252, 228, 221) 100%);
  background: -ms-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 252, 251) 35.06%, rgb(254, 243, 240) 67.93%, rgb(252, 228, 221) 99.93%, rgb(252, 228, 221) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FCE4DD' ,GradientType=0)";
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 252, 251) 35.06%, rgb(254, 243, 240) 67.93%, rgb(252, 228, 221) 99.93%, rgb(252, 228, 221) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#FCE4DD" , GradientType=0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 500;
}
.yellowish .ptxt {
  margin-top: 5%;
}
.yellowish .ptxt svg .cls-1 {
  font-size: 67.63px;
  fill: #e95383;
  letter-spacing: 0.08em;
}
.yellowish .ptxt svg .cls-1,
.yellowish .ptxt svg .cls-11 {
  font-family: "Noto Sans JP", sans-serif;
}
.yellowish .ptxt svg .cls-2 {
  letter-spacing: 0.16em;
}
.yellowish .ptxt svg .cls-3 {
  letter-spacing: -0.2em;
}
.yellowish .ptxt svg .cls-4 {
  font-size: 90px;
  letter-spacing: -0.17em;
}
.yellowish .ptxt svg .cls-5 {
  letter-spacing: 0.11em;
}
.yellowish .ptxt svg .cls-6 {
  letter-spacing: 0.05em;
}
.yellowish .ptxt svg .cls-7 {
  letter-spacing: -0.24em;
}
.yellowish .ptxt svg .cls-8 {
  letter-spacing: 0.01em;
}
.yellowish .ptxt svg .cls-9 {
  letter-spacing: -0.32em;
}
.yellowish .ptxt svg .cls-10 {
  letter-spacing: -0.18em;
}
.yellowish .ptxt svg .cls-11 {
  font-size: 42.53px;
  fill: #e95383;
  letter-spacing: 0.07em;
}
.yellowish .ptxt svg .cls-12 {
  letter-spacing: -0.16em;
}
.yellowish .ptxt svg .cls-13,
.yellowish .ptxt svg .cls-14,
.yellowish .ptxt svg .cls-15 {
  font-size: 71.9px;
}
.yellowish .ptxt svg .cls-13 {
  letter-spacing: -0.04em;
}
.yellowish .ptxt svg .cls-14 {
  letter-spacing: 0.02em;
}
.yellowish .ptxt svg .cls-15 {
  letter-spacing: -0.13em;
}
.yellowish .ptxt svg .cls-16 {
  font-size: 48.91px;
  letter-spacing: -0.26em;
}
.yellowish .ptxt svg .cls-17,
.yellowish .ptxt svg .cls-18 {
  font-size: 28.93px;
}
.yellowish .ptxt svg .cls-17 {
  letter-spacing: 0.07em;
}
.yellowish .ptxt svg .cls-18 {
  letter-spacing: -0.42em;
}
.yellowish .ptxtgreen {
  margin-top: 5%;
}
.yellowish .ptxtgreen svg .cls-1 {
  font-size: 67.63px;
  fill: #00a29a;
  letter-spacing: 0.08em;
}
.yellowish .ptxtgreen svg .cls-1,
.yellowish .ptxtgreen svg .cls-11 {
  font-family: "Noto Sans JP", sans-serif;
}
.yellowish .ptxtgreen svg .cls-2 {
  letter-spacing: 0.16em;
}
.yellowish .ptxtgreen svg .cls-3 {
  letter-spacing: -0.2em;
}
.yellowish .ptxtgreen svg .cls-4 {
  font-size: 90px;
  letter-spacing: -0.17em;
}
.yellowish .ptxtgreen svg .cls-5 {
  letter-spacing: 0.11em;
}
.yellowish .ptxtgreen svg .cls-6 {
  letter-spacing: 0.05em;
}
.yellowish .ptxtgreen svg .cls-7 {
  letter-spacing: -0.24em;
}
.yellowish .ptxtgreen svg .cls-8 {
  letter-spacing: 0.01em;
}
.yellowish .ptxtgreen svg .cls-9 {
  letter-spacing: -0.32em;
}
.yellowish .ptxtgreen svg .cls-10 {
  letter-spacing: -0.18em;
}
.yellowish .ptxtgreen svg .cls-11 {
  font-size: 42.53px;
  fill: #e95383;
  letter-spacing: 0.07em;
}
.yellowish .ptxtgreen svg .cls-12 {
  letter-spacing: -0.16em;
}
.yellowish .ptxtgreen svg .cls-13,
.yellowish .ptxtgreen svg .cls-14,
.yellowish .ptxtgreen svg .cls-15 {
  font-size: 71.9px;
}
.yellowish .ptxtgreen svg .cls-13 {
  letter-spacing: -0.04em;
}
.yellowish .ptxtgreen svg .cls-14 {
  letter-spacing: 0.02em;
}
.yellowish .ptxtgreen svg .cls-15 {
  letter-spacing: -0.13em;
}
.yellowish .ptxtgreen svg .cls-16 {
  font-size: 48.91px;
  letter-spacing: -0.26em;
}
.yellowish .ptxtgreen svg .cls-17,
.yellowish .ptxtgreen svg .cls-18 {
  font-size: 28.93px;
}
.yellowish .ptxtgreen svg .cls-17 {
  letter-spacing: 0.07em;
}
.yellowish .ptxtgreen svg .cls-18 {
  letter-spacing: -0.42em;
}
.yellowish .rtxt svg .cls-1 {
  font-size: 67.63px;
  fill: #e95383;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.yellowish .rtxt svg .cls-2 {
  letter-spacing: 0.16em;
}
.yellowish .rtxt svg .cls-3 {
  letter-spacing: -0.17em;
}
.yellowish .rtxt svg .cls-4 {
  letter-spacing: 0.07em;
}
.yellowish .rtxt svg .cls-5 {
  letter-spacing: -0.18em;
}
.yellowish .txt1 svg .cls-1 {
  font-size: 50px;
  fill: #595857;
  font-family: "Noto Sans JP", sans-serif;
}
.yellowish .txt1 svg .cls-2 {
  letter-spacing: 0.05em;
}
.yellowish .txt1 svg .cls-3 {
  letter-spacing: 0.04em;
}
.yellowish .last svg .cls-1 {
  fill: #d6dce9;
  opacity: 0.29;
}
.yellowish .last svg .cls-2 {
  fill: #d4dbe8;
  opacity: 0.32;
}
.yellowish .last svg .cls-3 {
  fill: #d3dae7;
  opacity: 0.35;
}
.yellowish .last svg .cls-4 {
  fill: #d1d8e6;
  opacity: 0.39;
}
.yellowish .last svg .cls-5 {
  fill: #cfd7e4;
  opacity: 0.42;
}
.yellowish .last svg .cls-6 {
  fill: #cdd5e3;
  opacity: 0.46;
}
.yellowish .last svg .cls-7 {
  fill: #cbd4e2;
  opacity: 0.49;
}
.yellowish .last svg .cls-8 {
  fill: #cad3e1;
  opacity: 0.52;
}
.yellowish .last svg .cls-9 {
  fill: #c8d1df;
  opacity: 0.56;
}
.yellowish .last svg .cls-10 {
  fill: #c6d0de;
  opacity: 0.59;
}
.yellowish .last svg .cls-11 {
  fill: #c4cfdd;
  opacity: 0.63;
}
.yellowish .last svg .cls-12 {
  fill: #c2cddc;
  opacity: 0.66;
}
.yellowish .last svg .cls-13 {
  fill: #c1ccdb;
  opacity: 0.69;
}
.yellowish .last svg .cls-14 {
  fill: #bfcbd9;
  opacity: 0.73;
}
.yellowish .last svg .cls-15 {
  fill: #bdc9d8;
  opacity: 0.76;
}
.yellowish .last svg .cls-16 {
  fill: #bbc8d7;
  opacity: 0.8;
}
.yellowish .last svg .cls-17 {
  fill: #bac7d6;
  opacity: 0.83;
}
.yellowish .last svg .cls-18 {
  fill: #b8c5d5;
  opacity: 0.86;
}
.yellowish .last svg .cls-19 {
  fill: #b6c4d3;
  opacity: 0.9;
}
.yellowish .last svg .cls-20 {
  fill: #b4c3d2;
  opacity: 0.93;
}
.yellowish .last svg .cls-21 {
  fill: #b2c1d1;
  opacity: 0.97;
}
.yellowish .last svg .cls-22 {
  fill: #b1c0d0;
}
.yellowish .last svg .cls-23 {
  fill: #fff;
  stroke: #00a29a;
  stroke-width: 4px;
}
.yellowish .last svg .cls-23,
.yellowish .last svg .cls-63 {
  stroke-miterlimit: 10;
}
.yellowish .last svg .cls-24 {
  font-size: 60.68px;
  fill: #e95383;
}
.yellowish .last svg .cls-24,
.yellowish .last svg .cls-55,
.yellowish .last svg .cls-56 {
  font-family: "Noto Sans JP", sans-serif;
}
.yellowish .last svg .cls-25 {
  letter-spacing: 0.06em;
}
.yellowish .last svg .cls-26 {
  letter-spacing: -0.17em;
}
.yellowish .last svg .cls-27 {
  letter-spacing: 0.07em;
}
.yellowish .last svg .cls-28 {
  letter-spacing: 0.01em;
}
.yellowish .last svg .cls-29 {
  letter-spacing: -0.02em;
}
.yellowish .last svg .cls-30 {
  letter-spacing: 0.08em;
}
.yellowish .last svg .cls-31 {
  letter-spacing: -0.16em;
}
.yellowish .last svg .cls-32 {
  letter-spacing: 0.07em;
}
.yellowish .last svg .cls-33 {
  font-size: 44.02px;
  fill: #595857;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.yellowish .last svg .cls-34 {
  letter-spacing: -0.1em;
}
.yellowish .last svg .cls-35 {
  letter-spacing: -0.03em;
}
.yellowish .last svg .cls-36 {
  letter-spacing: 0.03em;
}
.yellowish .last svg .cls-37 {
  letter-spacing: 0.05em;
}
.yellowish .last svg .cls-38 {
  letter-spacing: -0.12em;
}
.yellowish .last svg .cls-39 {
  letter-spacing: 0.02em;
}
.yellowish .last svg .cls-40 {
  letter-spacing: -0.06em;
}
.yellowish .last svg .cls-41 {
  letter-spacing: -0.08em;
}
.yellowish .last svg .cls-42 {
  letter-spacing: -0.11em;
}
.yellowish .last svg .cls-43 {
  letter-spacing: -0.11em;
}
.yellowish .last svg .cls-44 {
  letter-spacing: -0.58em;
}
.yellowish .last svg .cls-45 {
  letter-spacing: -0.14em;
}
.yellowish .last svg .cls-46 {
  letter-spacing: -0.02em;
}
.yellowish .last svg .cls-47 {
  letter-spacing: -0.05em;
}
.yellowish .last svg .cls-48 {
  letter-spacing: -0.08em;
}
.yellowish .last svg .cls-49 {
  letter-spacing: 0.06em;
}
.yellowish .last svg .cls-50 {
  letter-spacing: 0.04em;
}
.yellowish .last svg .cls-51 {
  letter-spacing: 0.07em;
}
.yellowish .last svg .cls-52 {
  letter-spacing: 0.02em;
}
.yellowish .last svg .cls-53 {
  letter-spacing: -0.07em;
}
.yellowish .last svg .cls-54 {
  letter-spacing: -0.29em;
}
.yellowish .last svg .cls-55,
.yellowish .last svg .cls-56 {
  font-size: 55px;
}
.yellowish .last svg .cls-55 {
  letter-spacing: -0.07em;
}
.yellowish .last svg .cls-56 {
  letter-spacing: -0.13em;
}
.yellowish .last svg .cls-57 {
  letter-spacing: 0.03em;
}
.yellowish .last svg .cls-58 {
  letter-spacing: 0.01em;
}
.yellowish .last svg .cls-59 {
  letter-spacing: 0.09em;
}
.yellowish .last svg .cls-60 {
  letter-spacing: 0.06em;
}
.yellowish .last svg .cls-61 {
  letter-spacing: -0.03em;
}
.yellowish .last svg .cls-62 {
  letter-spacing: 0.05em;
}
.yellowish .last svg .cls-63 {
  fill: none;
  stroke: #595857;
  stroke-width: 4.41px;
}

.section1 {
  background-image: url(../img/bgimg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 10px;
}
@media (max-width: 576px) {
  .section1 {
    padding-top: 40px;
  }
}
.section1 .selfpromotion1 {
  width: 700px;
}
@media (max-width: 576px) {
  .section1 .selfpromotion1 {
    width: 95%;
  }
}
.section1 .htxt {
  font-weight: 500;
}
.section1 .marktext {
  border-bottom: 3px dotted;
}
@media (max-width: 575px) {
  .section1 .marktext {
    border-bottom: 1px dotted;
  }
}
.section1 .marktext img {
  max-width: 90% !important;
}
.section1 .marktext .tx1 {
  font-size: 2rem;
  color: #595857;
  transform: translateY(-15px);
}
@media (max-width: 576px) {
  .section1 .marktext .tx1 {
    font-size: 1rem;
  }
}

.section8 {
  background-image: url(../img/bg6.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding-top: 5%;
}
.section8 .tx1 {
  margin-left: auto;
  width: 60%;
  margin-left: auto;
  width: 60%;
  font-size: 3rem;
  font-weight: bold;
  color: white;
  border-bottom: 6px solid white;
}
@media (max-width: 576px) {
  .section8 .tx1 {
    font-size: 1.2rem;
    border-bottom: 2px solid;
    width: 74%;
  }
}
.section8 .tx2 {
  margin-bottom: 5%;
  font-size: 2rem;
}
@media (max-width: 576px) {
  .section8 .tx2 {
    margin-bottom: 5%;
    font-size: 0.9rem;
  }
}

.section9 {
  background-image: url(../img/bg7.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}
.section9 .tx1 {
  font-weight: 500;
}
.section9 .tx1 svg .cls-1 {
  font-size: 55px;
  fill: #595857;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
}
.section9 .tx1 svg .cls-2 {
  fill: #898989;
}
.section9 .box svg .cls-1,
.section9 .box svg .cls-26 {
  fill: #fff;
}
.section9 .box svg .cls-1 {
  stroke: #00a29a;
  stroke-width: 4px;
}
.section9 .box svg .cls-1,
.section9 .box svg .cls-11 {
  stroke-miterlimit: 10;
}
.section9 .box svg .cls-2 {
  font-size: 52.37px;
  letter-spacing: 0.03em;
}
.section9 .box svg .cls-10,
.section9 .box svg .cls-2 {
  fill: #595857;
}
.section9 .box svg .cls-10,
.section9 .box svg .cls-15,
.section9 .box svg .cls-2,
.section9 .box svg .cls-21,
.section9 .box svg .cls-22,
.section9 .box svg .cls-26 {
  font-family: "Noto Sans JP", sans-serif;
}
.section9 .box svg .cls-3 {
  letter-spacing: -0.3em;
}
.section9 .box svg .cls-4 {
  font-size: 62.84px;
  letter-spacing: -0.13em;
}
.section9 .box svg .cls-5 {
  letter-spacing: 0.06em;
}
.section9 .box svg .cls-6 {
  letter-spacing: -0.1em;
}
.section9 .box svg .cls-7 {
  letter-spacing: -0.08em;
}
.section9 .box svg .cls-8 {
  letter-spacing: 0.01em;
}
.section9 .box svg .cls-9 {
  letter-spacing: -0.08em;
}
.section9 .box svg .cls-10,
.section9 .box svg .cls-26 {
  font-size: 61.25px;
}
.section9 .box svg .cls-11 {
  font-size: 72.16px;
  fill: #e95383;
  stroke: #e95383;
  stroke-width: 2px;
  font-family: OoohBaby-Regular, Oooh Baby;
}
.section9 .box svg .cls-12 {
  letter-spacing: -0.07em;
}
.section9 .box svg .cls-13 {
  letter-spacing: -0.16em;
}
.section9 .box svg .cls-14 {
  font-size: 61.8px;
}
.section9 .box svg .cls-15,
.section9 .box svg .cls-21,
.section9 .box svg .cls-22 {
  font-size: 76.26px;
}
.section9 .box svg .cls-15,
.section9 .box svg .cls-21,
.section9 .box svg .cls-22,
.section9 .box svg .cls-25 {
  fill: #00a29a;
}
.section9 .box svg .cls-15 {
  letter-spacing: -0.06em;
}
.section9 .box svg .cls-16 {
  letter-spacing: -0.15em;
}
.section9 .box svg .cls-17 {
  letter-spacing: -0.13em;
}
.section9 .box svg .cls-18 {
  letter-spacing: -0.07em;
}
.section9 .box svg .cls-19 {
  letter-spacing: -0.11em;
}
.section9 .box svg .cls-20 {
  letter-spacing: -0.04em;
}
.section9 .box svg .cls-21 {
  letter-spacing: -0.06em;
}
.section9 .box svg .cls-22 {
  letter-spacing: -0.18em;
}
.section9 .box svg .cls-23 {
  letter-spacing: -0.2em;
}
.section9 .box svg .cls-24 {
  letter-spacing: -0.01em;
}
.section9 .tx2 svg .cls-1 {
  font-size: 37.12px;
  fill: #595857;
  font-family: "Noto Sans JP", sans-serif;
}
.section9 .tx2 svg .cls-2 {
  letter-spacing: -0.54em;
}
.section9 .tx2 svg .cls-3 {
  letter-spacing: 0.06em;
}
.section9 .tx2 svg .cls-4 {
  letter-spacing: -0.5em;
}
.section9 .tx2 svg .cls-5 {
  letter-spacing: 0.1em;
}
.section9 .item1 svg .cls-1 {
  fill: #898989;
}
.section9 .item1 svg .cls-1,
.section9 .item1 svg .cls-6 {
  stroke: #fff;
  stroke-width: 3px;
}
.section9 .item1 svg .cls-1,
.section9 .item1 svg .cls-22 {
  stroke-miterlimit: 10;
}
.section9 .item1 svg .cls-2 {
  font-size: 38.86px;
  font-family: "Noto Sans JP", sans-serif;
}
.section9 .item1 svg .cls-2,
.section9 .item1 svg .cls-22 {
  fill: #fff;
}
.section9 .item1 svg .cls-3 {
  letter-spacing: -0.03em;
}
.section9 .item1 svg .cls-4 {
  letter-spacing: -0.1em;
}
.section9 .item1 svg .cls-5 {
  letter-spacing: 0.05em;
}
.section9 .item1 svg .cls-6 {
  font-size: 77.67px;
  fill: none;
  letter-spacing: 0.12em;
}
.section9 .item1 svg .cls-6,
.section9 .item1 svg .cls-7 {
  font-family: "Noto Sans JP", sans-serif;
}
.section9 .item1 svg .cls-7 {
  font-size: 30.6px;
}
.section9 .item1 svg .cls-23,
.section9 .item1 svg .cls-7 {
  fill: #231916;
}
.section9 .item1 svg .cls-8 {
  letter-spacing: 0.05em;
}
.section9 .item1 svg .cls-9 {
  letter-spacing: -0.07em;
}
.section9 .item1 svg .cls-10 {
  letter-spacing: -0.05em;
}
.section9 .item1 svg .cls-11 {
  letter-spacing: -0.05em;
}
.section9 .item1 svg .cls-12 {
  letter-spacing: -0.12em;
}
.section9 .item1 svg .cls-13 {
  letter-spacing: -0.03em;
}
.section9 .item1 svg .cls-14 {
  letter-spacing: 0.12em;
}
.section9 .item1 svg .cls-15 {
  letter-spacing: 0.03em;
}
.section9 .item1 svg .cls-16 {
  letter-spacing: -0.1em;
}
.section9 .item1 svg .cls-17 {
  letter-spacing: -0.15em;
}
.section9 .item1 svg .cls-18 {
  letter-spacing: 0.07em;
}
.section9 .item1 svg .cls-19 {
  letter-spacing: 0.03em;
}
.section9 .item1 svg .cls-20 {
  letter-spacing: 0.28em;
}
.section9 .item1 svg .cls-21 {
  letter-spacing: -0.02em;
}
.section9 .item1 svg .cls-22 {
  stroke: #231916;
  stroke-width: 2px;
}
.section9 .item2 svg .cls-1 {
  fill: #00a29a;
}
.section9 .item2 svg .cls-1,
.section9 .item2 svg .cls-9 {
  stroke: #fff;
  stroke-width: 3px;
}
.section9 .item2 svg .cls-1,
.section9 .item2 svg .cls-28 {
  stroke-miterlimit: 10;
}
.section9 .item2 svg .cls-2 {
  font-size: 38.86px;
  font-family: "Noto Sans JP", sans-serif;
}
.section9 .item2 svg .cls-2,
.section9 .item2 svg .cls-28 {
  fill: #fff;
}
.section9 .item2 svg .cls-3 {
  letter-spacing: 0.03em;
}
.section9 .item2 svg .cls-4 {
  letter-spacing: 0.05em;
}
.section9 .item2 svg .cls-5 {
  letter-spacing: 0.07em;
}
.section9 .item2 svg .cls-6 {
  letter-spacing: -0.03em;
}
.section9 .item2 svg .cls-7 {
  letter-spacing: -0.05em;
}
.section9 .item2 svg .cls-8 {
  letter-spacing: 0.1em;
}
.section9 .item2 svg .cls-9 {
  font-size: 77.67px;
  fill: none;
  letter-spacing: 0.12em;
}
.section9 .item2 svg .cls-10,
.section9 .item2 svg .cls-21,
.section9 .item2 svg .cls-9 {
  font-family: "Noto Sans JP", sans-serif;
}
.section9 .item2 svg .cls-10,
.section9 .item2 svg .cls-21 {
  font-size: 30.6px;
  fill: #231916;
}
.section9 .item2 svg .cls-11 {
  letter-spacing: 0.05em;
}
.section9 .item2 svg .cls-12 {
  letter-spacing: -0.05em;
}
.section9 .item2 svg .cls-13 {
  letter-spacing: -0.15em;
}
.section9 .item2 svg .cls-14 {
  letter-spacing: 0.07em;
}
.section9 .item2 svg .cls-15 {
  letter-spacing: 0.12em;
}
.section9 .item2 svg .cls-16 {
  letter-spacing: 0.13em;
}
.section9 .item2 svg .cls-17 {
  letter-spacing: -0.1em;
}
.section9 .item2 svg .cls-18 {
  letter-spacing: -0.12em;
}
.section9 .item2 svg .cls-19 {
  letter-spacing: -0.18em;
}
.section9 .item2 svg .cls-20 {
  letter-spacing: 0.03em;
}
.section9 .item2 svg .cls-21 {
  letter-spacing: 0.01em;
}
.section9 .item2 svg .cls-22 {
  letter-spacing: 0.11em;
}
.section9 .item2 svg .cls-23 {
  letter-spacing: 0.07em;
}
.section9 .item2 svg .cls-24 {
  letter-spacing: 0.13em;
}
.section9 .item2 svg .cls-25 {
  letter-spacing: 0.08em;
}
.section9 .item2 svg .cls-26 {
  letter-spacing: -0.02em;
}
.section9 .item2 svg .cls-27 {
  letter-spacing: -0.13em;
}
.section9 .item2 svg .cls-28 {
  stroke: #231916;
  stroke-width: 2px;
}
.section9 .item2 svg .cls-29 {
  fill: #e60013;
}

.section4 {
  background: -moz-linear-gradient(23.45% -14.11% -49.55deg, rgb(255, 255, 255) 0%, rgb(255, 252, 251) 35.06%, rgb(254, 243, 240) 67.93%, rgb(252, 228, 221) 99.93%, rgb(252, 228, 221) 100%);
  background: -webkit-linear-gradient(-49.55deg, rgb(255, 255, 255) 0%, rgb(255, 252, 251) 35.06%, rgb(254, 243, 240) 67.93%, rgb(252, 228, 221) 99.93%, rgb(252, 228, 221) 100%);
  background: -webkit-gradient(linear, 23.45% -14.11%, 61.14% 76.9%, color-stop(0, rgb(255, 255, 255)), color-stop(0.3506, rgb(255, 252, 251)), color-stop(0.6793, rgb(254, 243, 240)), color-stop(0.9993, rgb(252, 228, 221)), color-stop(1, rgb(252, 228, 221)));
  background: -o-linear-gradient(-49.55deg, rgb(255, 255, 255) 0%, rgb(255, 252, 251) 35.06%, rgb(254, 243, 240) 67.93%, rgb(252, 228, 221) 99.93%, rgb(252, 228, 221) 100%);
  background: -ms-linear-gradient(-49.55deg, rgb(255, 255, 255) 0%, rgb(255, 252, 251) 35.06%, rgb(254, 243, 240) 67.93%, rgb(252, 228, 221) 99.93%, rgb(252, 228, 221) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FCE4DD' ,GradientType=0)";
  background: linear-gradient(139.55deg, rgb(255, 255, 255) 0%, rgb(255, 252, 251) 35.06%, rgb(254, 243, 240) 67.93%, rgb(252, 228, 221) 99.93%, rgb(252, 228, 221) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#FCE4DD" , GradientType=1);
  padding: 5%;
}
.section4 .txt1 svg .cls-1 {
  font-size: 45px;
  fill: #595857;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.01em;
}
.section4 .txt1 svg .cls-2 {
  letter-spacing: -0.22em;
}
.section4 .txt1 svg .cls-3 {
  letter-spacing: 0.05em;
}
.section4 .txt1 svg .cls-4 {
  letter-spacing: 0.02em;
}
.section4 .txt1 svg .cls-5 {
  letter-spacing: -0.1em;
}
.section4 .txt1 svg .cls-6 {
  letter-spacing: -0.04em;
}
.section4 .txt1 svg .cls-7 {
  letter-spacing: -0.07em;
}
.section4 .txt1 svg .cls-8 {
  letter-spacing: -0.01em;
}
.section4 .txt1 svg .cls-9 {
  letter-spacing: 0.08em;
}
.section4 .txt1 svg .cls-10 {
  fill: #898989;
}
.section4 .txt2 svg .cls-1 {
  font-size: 50.94px;
  fill: #595857;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.section4 .txt2 svg .cls-2 {
  letter-spacing: 0.02em;
}
.section4 .txt2 svg .cls-3 {
  letter-spacing: 0.15em;
}
.section4 .txt2 svg .cls-4 {
  fill: none;
  stroke: #e95383;
  stroke-miterlimit: 10;
  stroke-width: 7px;
}
.section4 .txt3 svg .cls-1 {
  fill: #fff;
}
.section4 .txt3 svg .cls-2 {
  font-size: 47.63px;
  font-family: "Noto Sans JP", sans-serif;
}
.section4 .txt3 svg .cls-19,
.section4 .txt3 svg .cls-2 {
  fill: #e95383;
}
.section4 .txt3 svg .cls-15,
.section4 .txt3 svg .cls-2 {
  letter-spacing: 0.05em;
}
.section4 .txt3 svg .cls-3 {
  letter-spacing: 0.06em;
}
.section4 .txt3 svg .cls-4 {
  letter-spacing: -0.01em;
}
.section4 .txt3 svg .cls-5 {
  letter-spacing: 0.02em;
}
.section4 .txt3 svg .cls-6 {
  letter-spacing: 0.11em;
}
.section4 .txt3 svg .cls-7 {
  letter-spacing: -0.07em;
}
.section4 .txt3 svg .cls-8 {
  letter-spacing: -0.04em;
}
.section4 .txt3 svg .cls-9 {
  letter-spacing: 0.08em;
}
.section4 .txt3 svg .cls-10 {
  letter-spacing: -0.1em;
}
.section4 .txt3 svg .cls-11 {
  letter-spacing: 0.02em;
}
.section4 .txt3 svg .cls-12 {
  letter-spacing: 0.11em;
}
.section4 .txt3 svg .cls-13 {
  letter-spacing: 0.08em;
}
.section4 .txt3 svg .cls-14 {
  letter-spacing: -0.01em;
}
.section4 .txt3 svg .cls-16 {
  letter-spacing: -0.04em;
}
.section4 .txt3 svg .cls-17 {
  letter-spacing: -0.31em;
}
.section4 .txt3 svg .cls-18 {
  letter-spacing: -0.07em;
}

.section4x {
  background-image: url(../img/bgimg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding-top: 80px;
}
@media (max-width: 576px) {
  .section4x {
    padding-top: 40px;
  }
}
.section4x .marktext {
  border-bottom: 3px dotted;
}
@media (max-width: 575px) {
  .section4x .marktext {
    border-bottom: 1px dotted;
  }
}
.section4x .marktext img {
  max-width: 90% !important;
}
.section4x .marktext .tx1 {
  font-size: 2rem;
  color: #595857;
  transform: translateY(-15px);
}
@media (max-width: 576px) {
  .section4x .marktext .tx1 {
    font-size: 1rem;
  }
}
.section4x .marktext .tx1_trans {
  transform: translateY(-15px);
}

.section4y {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../img/bgimg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 576px) {
  .section4y {
    padding-top: 15px;
    padding-bottom: 40px;
  }
}
.section4y .ttxt svg .cls-1 {
  font-size: 55px;
  fill: #595857;
  font-family: "Noto Sans JP", sans-serif;
}
.section4y .ttxt svg .cls-2 {
  letter-spacing: 0.09em;
}
.section4y .ttxt svg .cls-3 {
  letter-spacing: 0.06em;
}
.section4y .ttxt svg .cls-4 {
  letter-spacing: -0.03em;
}
.section4y .ttxt svg .cls-5 {
  letter-spacing: -0.06em;
}
.section4y .ttxt svg .cls-6 {
  fill: #898989;
}
.section4y .txt1 svg .cls-1 {
  fill: none;
  stroke: #00a29a;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
.section4y .txt1 svg .cls-2 {
  font-size: 42.62px;
  fill: #00a29a;
}
.section4y .txt1 svg .cls-14,
.section4y .txt1 svg .cls-15,
.section4y .txt1 svg .cls-16,
.section4y .txt1 svg .cls-2 {
  font-family: "Noto Sans JP", sans-serif;
}
.section4y .txt1 svg .cls-3 {
  letter-spacing: 0.03em;
}
.section4y .txt1 svg .cls-4 {
  letter-spacing: -0.06em;
}
.section4y .txt1 svg .cls-5 {
  letter-spacing: -0.12em;
}
.section4y .txt1 svg .cls-6 {
  letter-spacing: -0.09em;
}
.section4y .txt1 svg .cls-7 {
  letter-spacing: 0.06em;
}
.section4y .txt1 svg .cls-8 {
  letter-spacing: 0.03em;
}
.section4y .txt1 svg .cls-9 {
  letter-spacing: 0.09em;
}
.section4y .txt1 svg .cls-10 {
  letter-spacing: 0.12em;
}
.section4y .txt1 svg .cls-11 {
  letter-spacing: 0.09em;
}
.section4y .txt1 svg .cls-12 {
  letter-spacing: 0.06em;
}
.section4y .txt1 svg .cls-13 {
  fill: #e95383;
}
.section4y .txt1 svg .cls-14 {
  font-size: 61.25px;
}
.section4y .txt1 svg .cls-14,
.section4y .txt1 svg .cls-15 {
  fill: #fff;
}
.section4y .txt1 svg .cls-15 {
  font-size: 31.56px;
}
.section4y .txt1 svg .cls-16 {
  font-size: 24px;
  fill: #595857;
  letter-spacing: 0.02em;
}
.section4y .txt1 svg .cls-17 {
  letter-spacing: -0.47em;
}
.section4y .txt1 img {
  position: absolute;
  width: 32%;
  height: auto;
  right: 4%;
  top: 8%;
}
@media (max-width: 576px) {
  .section4y .txt1 img {
    width: 29%;
    top: 10%;
    right: 6%;
  }
}
.section4y .txt2 svg .cls-1 {
  fill: none;
  stroke: #00a29a;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
.section4y .txt2 svg .cls-2 {
  font-size: 42.62px;
  fill: #00a29a;
  letter-spacing: 0.03em;
}
.section4y .txt2 svg .cls-2,
.section4y .txt2 svg .cls-4,
.section4y .txt2 svg .cls-5,
.section4y .txt2 svg .cls-6 {
  font-family: "Noto Sans JP", sans-serif;
}
.section4y .txt2 svg .cls-3 {
  fill: #e95383;
}
.section4y .txt2 svg .cls-4 {
  font-size: 61.25px;
}
.section4y .txt2 svg .cls-4,
.section4y .txt2 svg .cls-5 {
  fill: #fff;
}
.section4y .txt2 svg .cls-5 {
  font-size: 31.56px;
}
.section4y .txt2 svg .cls-6 {
  font-size: 24px;
  fill: #595857;
  letter-spacing: 0.02em;
}
.section4y .txt2 svg .cls-7 {
  letter-spacing: -0.47em;
}
.section4y .txt2 img {
  position: absolute;
  width: 32%;
  height: auto;
  right: 4%;
  top: 8%;
}
@media (max-width: 576px) {
  .section4y .txt2 img {
    width: 29%;
    top: 10%;
    right: 6%;
  }
}
.section4y .txt3 svg .cls-1 {
  fill: none;
  stroke: #00a29a;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
.section4y .txt3 svg .cls-2 {
  font-size: 42.62px;
  fill: #00a29a;
  letter-spacing: 0.03em;
}
.section4y .txt3 svg .cls-2,
.section4y .txt3 svg .cls-4,
.section4y .txt3 svg .cls-5,
.section4y .txt3 svg .cls-6 {
  font-family: "Noto Sans JP", sans-serif;
}
.section4y .txt3 svg .cls-3 {
  fill: #e95383;
}
.section4y .txt3 svg .cls-4 {
  font-size: 61.25px;
}
.section4y .txt3 svg .cls-4,
.section4y .txt3 svg .cls-5 {
  fill: #fff;
}
.section4y .txt3 svg .cls-5 {
  font-size: 31.56px;
}
.section4y .txt3 svg .cls-6 {
  font-size: 24px;
  fill: #595857;
  letter-spacing: 0.02em;
}
.section4y .txt3 svg .cls-7 {
  letter-spacing: -0.47em;
}
.section4y .txt3 img {
  position: absolute;
  width: 32%;
  height: auto;
  right: 4%;
  top: 8%;
}
@media (max-width: 576px) {
  .section4y .txt3 img {
    width: 29%;
    top: 10%;
    right: 6%;
  }
}

.section4yz {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 576px) {
  .section4yz {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.section6 .title svg .cls-1 {
  font-size: 61.25px;
  fill: #595857;
  font-family: "Noto Sans JP", sans-serif;
}
.section6 .title svg .cls-2 {
  letter-spacing: 0.03em;
}
.section6 .title svg .cls-3,
.section6 .title svg .cls-4 {
  font-size: 55px;
}
.section6 .title svg .cls-4 {
  letter-spacing: -0.27em;
}
.section6 .title svg .cls-5 {
  font-size: 72px;
  letter-spacing: -0.15em;
}
.section6 .title svg .cls-6 {
  letter-spacing: -0.09em;
}
.section6 .title svg .cls-7 {
  letter-spacing: -0.12em;
}
.section6 .title svg .cls-8 {
  fill: #898989;
}
.section6 .t1 .cls-1 {
  fill: #00a29a;
}
.section6 .t1 .cls-2 {
  font-size: 30px;
}
.section6 .t1 .cls-2,
.section6 .t1 .cls-4 {
  fill: #fff;
}
.section6 .t1 .cls-2,
.section6 .t1 .cls-4,
.section6 .t1 .cls-8 {
  font-family: "Noto Sans JP", sans-serif;
}
.section6 .t1 .cls-3,
.section6 .t1 .cls-7 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.section6 .t1 .cls-3 {
  stroke: #00a29a;
}
.section6 .t1 .cls-4 {
  font-size: 35px;
}
.section6 .t1 .cls-5 {
  letter-spacing: -0.06em;
}
.section6 .t1 .cls-6 {
  letter-spacing: 0.12em;
}
.section6 .t1 .cls-7 {
  stroke: #fff;
  stroke-dasharray: 1.32 3.96;
}
.section6 .t1 .cls-8 {
  font-size: 25px;
  fill: #595857;
}
.section6 .t1 .cls-9 {
  letter-spacing: -0.05em;
}
.section6 .t1 .cls-10 {
  letter-spacing: 0.02em;
}
.section6 .t1 .cls-11 {
  letter-spacing: 0em;
}
.section6 .t1 .cls-12 {
  letter-spacing: -0.02em;
}
.section6 .t1 .cls-13 {
  letter-spacing: -0.02em;
}
.section6 .t1 .cls-14 {
  letter-spacing: 0.01em;
}
.section6 .t1 .cls-15 {
  letter-spacing: -0.06em;
}
.section6 .t1 .cls-16 {
  letter-spacing: -0.04em;
}
.section6 .t1 .cls-17 {
  letter-spacing: -0.07em;
}
.section6 .t1 .cls-18 {
  letter-spacing: -0.04em;
}
.section6 .t1 .cls-19 {
  letter-spacing: 0.01em;
}
.section6 .t1 .cls-20 {
  letter-spacing: -0.05em;
}
.section6 .t1 .cls-21 {
  letter-spacing: -0.06em;
}
.section6 .t1 .cls-22 {
  letter-spacing: -0.06em;
}
.section6 .t1 .cls-23 {
  letter-spacing: 0.02em;
}
.section6 .t1 .cls-24 {
  letter-spacing: 0.01em;
}
.section6 .t1 .cls-25 {
  letter-spacing: -0.06em;
}
.section6 .t1 .cls-26 {
  letter-spacing: -0.09em;
}
.section6 .t1 .cls-27 {
  letter-spacing: -0.08em;
}
.section6 .t1 .cls-28 {
  letter-spacing: -0.12em;
}
.section6 .t1 .cls-29 {
  letter-spacing: -0.01em;
}
.section6 .t1 .cls-30 {
  letter-spacing: -0.12em;
}
.section6 .t1 .cls-31 {
  letter-spacing: -0.06em;
}
.section6 .t1 .cls-32 {
  letter-spacing: -0.07em;
}
.section6 .t1 .cls-33 {
  letter-spacing: -0.04em;
}
.section6 .t1 .cls-34 {
  letter-spacing: -0.01em;
}
.section6 .t1 .cls-35 {
  letter-spacing: -0.07em;
}
.section6 .t1 .cls-36 {
  letter-spacing: -0.48em;
}
.section6 .t1 .cls-37 {
  letter-spacing: -0.02em;
}
.section6 .t1 .cls-38 {
  letter-spacing: -0.07em;
}
.section6 .t1 .cls-39 {
  letter-spacing: -0.13em;
}
.section6 .t1 .cls-40 {
  letter-spacing: -0.07em;
}
.section6 .t1 .cls-41 {
  letter-spacing: -0.06em;
}
.section6 .t1 .cls-42 {
  letter-spacing: -0.13em;
}
.section6 .t1 .cls-43 {
  letter-spacing: -0.07em;
}
.section6 .t1 .cls-44 {
  letter-spacing: 0em;
}
.section6 .t1 .cls-45 {
  letter-spacing: -0.01em;
}
.section6 .t1 .cls-46 {
  letter-spacing: -0.15em;
}
.section6 .t1 .cls-47 {
  letter-spacing: -0.05em;
}
.section6 .t1 .cls-48 {
  letter-spacing: -0.02em;
}
.section6 .t1 .cls-49 {
  letter-spacing: 0.01em;
}
.section6 .t1 .cls-50 {
  letter-spacing: -0.01em;
}
.section6 .t1 .cls-51 {
  letter-spacing: -0.03em;
}
.section6 .t1 .cls-52 {
  letter-spacing: -0.06em;
}
.section6 .t1 .cls-53 {
  letter-spacing: -0.01em;
}
.section6 .t1 .cls-54 {
  letter-spacing: -0.13em;
}
.section6 .t1 .cls-55 {
  letter-spacing: -0.02em;
}
.section6 .t2 svg .cls-1 {
  fill: #00a29a;
}
.section6 .t2 svg .cls-2 {
  font-size: 30px;
}
.section6 .t2 svg .cls-2,
.section6 .t2 svg .cls-4 {
  fill: #fff;
}
.section6 .t2 svg .cls-12,
.section6 .t2 svg .cls-2,
.section6 .t2 svg .cls-4 {
  font-family: "Noto Sans JP", sans-serif;
}
.section6 .t2 svg .cls-11,
.section6 .t2 svg .cls-3 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.section6 .t2 svg .cls-3 {
  stroke: #00a29a;
}
.section6 .t2 svg .cls-4 {
  font-size: 35px;
}
.section6 .t2 svg .cls-5 {
  letter-spacing: -0.06em;
}
.section6 .t2 svg .cls-6 {
  letter-spacing: -0.03em;
}
.section6 .t2 svg .cls-7 {
  letter-spacing: 0.03em;
}
.section6 .t2 svg .cls-8 {
  letter-spacing: -0.24em;
}
.section6 .t2 svg .cls-9 {
  letter-spacing: -0.03em;
}
.section6 .t2 svg .cls-10 {
  letter-spacing: 0.12em;
}
.section6 .t2 svg .cls-11 {
  stroke: #fff;
  stroke-dasharray: 1.32 3.96;
}
.section6 .t2 svg .cls-12 {
  font-size: 25px;
  fill: #595857;
}
.section6 .t2 svg .cls-13 {
  letter-spacing: 0.02em;
}
.section6 .t2 svg .cls-14 {
  letter-spacing: -0.01em;
}
.section6 .t2 svg .cls-15 {
  letter-spacing: -0.07em;
}
.section6 .t2 svg .cls-16 {
  letter-spacing: 0em;
}
.section6 .t2 svg .cls-17 {
  letter-spacing: 0.02em;
}
.section6 .t2 svg .cls-18 {
  letter-spacing: 0em;
}
.section6 .t2 svg .cls-19 {
  letter-spacing: -0.07em;
}
.section6 .t2 svg .cls-20 {
  letter-spacing: -0.04em;
}
.section6 .t2 svg .cls-21 {
  letter-spacing: 0.02em;
}
.section6 .t2 svg .cls-22 {
  letter-spacing: 0.03em;
}
.section6 .t2 svg .cls-23 {
  letter-spacing: -0.14em;
}
.section6 .t2 svg .cls-24 {
  letter-spacing: -0.18em;
}
.section6 .t2 svg .cls-25 {
  letter-spacing: 0.01em;
}
.section6 .t2 svg .cls-26 {
  letter-spacing: -0.01em;
}
.section6 .t2 svg .cls-27 {
  letter-spacing: -0.03em;
}
.section6 .t2 svg .cls-28 {
  letter-spacing: 0em;
}
.section6 .t2 svg .cls-29 {
  letter-spacing: -0.14em;
}
.section6 .t2 svg .cls-30 {
  letter-spacing: -0.07em;
}
.section6 .t2 svg .cls-31 {
  letter-spacing: -0.05em;
}
.section6 .t2 svg .cls-32 {
  letter-spacing: -0.45em;
}
.section6 .t2 svg .cls-33 {
  letter-spacing: 0.07em;
}
.section6 .t2 svg .cls-34 {
  letter-spacing: 0.04em;
}
.section6 .t2 svg .cls-35 {
  letter-spacing: 0.01em;
}
.section6 .t2 svg .cls-36 {
  letter-spacing: 0em;
}
.section6 .t2 svg .cls-37 {
  letter-spacing: -0.03em;
}
.section6 .t2 svg .cls-38 {
  letter-spacing: -0.02em;
}
.section6 .t2 svg .cls-39 {
  letter-spacing: -0.17em;
}
.section6 .t2 svg .cls-40 {
  letter-spacing: -0.16em;
}
.section6 .t2 svg .cls-41 {
  letter-spacing: 0.01em;
}
.section6 .t2 svg .cls-42 {
  letter-spacing: -0.05em;
}
.section6 .t2 svg .cls-43 {
  letter-spacing: -0.07em;
}
.section6 .t2 svg .cls-44 {
  letter-spacing: -0.06em;
}
.section6 .t2 svg .cls-45 {
  letter-spacing: -0.09em;
}
.section6 .t2 svg .cls-46 {
  letter-spacing: -0.06em;
}
.section6 .t2 svg .cls-47 {
  letter-spacing: -0.09em;
}
.section6 .t2 svg .cls-48 {
  letter-spacing: -0.08em;
}
.section6 .t2 svg .cls-49 {
  letter-spacing: -0.12em;
}
.section6 .t2 svg .cls-50 {
  letter-spacing: -0.48em;
}
.section6 .t2 svg .cls-51 {
  letter-spacing: -0.1em;
}
.section6 .t2 svg .cls-52 {
  letter-spacing: -0.08em;
}
.section6 .t2 svg .cls-53 {
  letter-spacing: -0.02em;
}
.section6 .t2 svg .cls-54 {
  letter-spacing: -0.07em;
}
.section6 .t2 svg .cls-55 {
  letter-spacing: 0em;
}
.section6 .t2 svg .cls-56 {
  letter-spacing: 0em;
}
.section6 .t2 svg .cls-57 {
  letter-spacing: -0.01em;
}
.section6 .t2 svg .cls-58 {
  letter-spacing: -0.06em;
}
.section6 .t2 svg .cls-59 {
  letter-spacing: -0.09em;
}
.section6 .t2 svg .cls-60 {
  letter-spacing: -0.03em;
}
.section6 .t2 svg .cls-61 {
  letter-spacing: -0.07em;
}
.section6 .t2 svg .cls-62 {
  letter-spacing: -0.06em;
}
.section6 .t2 svg .cls-63 {
  letter-spacing: 0.01em;
}
.section6 .t2 svg .cls-64 {
  letter-spacing: 0.02em;
}
.section6 .t2 svg .cls-65 {
  letter-spacing: 0em;
}
.section6 .t2 svg .cls-66 {
  letter-spacing: 0em;
}
.section6 .t2 svg .cls-67 {
  letter-spacing: -0.05em;
}
.section6 .t2 svg .cls-68 {
  letter-spacing: -0.08em;
}
.section6 .t2 svg .cls-69 {
  letter-spacing: -0.12em;
}
.section6 .t2 svg .cls-70 {
  letter-spacing: -0.48em;
}
.section6 .t3 svg .cls-1 {
  fill: #00a29a;
}
.section6 .t3 svg .cls-2 {
  font-size: 30px;
}
.section6 .t3 svg .cls-2,
.section6 .t3 svg .cls-4 {
  fill: #fff;
}
.section6 .t3 svg .cls-2,
.section6 .t3 svg .cls-4,
.section6 .t3 svg .cls-7 {
  font-family: "Noto Sans JP", sans-serif;
}
.section6 .t3 svg .cls-3,
.section6 .t3 svg .cls-6 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.section6 .t3 svg .cls-3 {
  stroke: #00a29a;
}
.section6 .t3 svg .cls-4 {
  font-size: 35px;
}
.section6 .t3 svg .cls-5 {
  letter-spacing: 0.03em;
}
.section6 .t3 svg .cls-6 {
  stroke: #fff;
  stroke-dasharray: 1.32 3.96;
}
.section6 .t3 svg .cls-7 {
  font-size: 25px;
  fill: #595857;
}
.section6 .t3 svg .cls-8 {
  letter-spacing: 0.02em;
}
.section6 .t3 svg .cls-9 {
  letter-spacing: 0.02em;
}
.section6 .t3 svg .cls-10 {
  letter-spacing: 0.02em;
}
.section6 .t3 svg .cls-11 {
  letter-spacing: 0em;
}
.section6 .t3 svg .cls-12 {
  letter-spacing: 0.02em;
}
.section6 .t3 svg .cls-13 {
  letter-spacing: -0.03em;
}
.section6 .t3 svg .cls-14 {
  letter-spacing: 0em;
}
.section6 .t3 svg .cls-15 {
  letter-spacing: -0.14em;
}
.section6 .t3 svg .cls-16 {
  letter-spacing: -0.07em;
}
.section6 .t3 svg .cls-17 {
  letter-spacing: -0.04em;
}
.section6 .t3 svg .cls-18 {
  letter-spacing: 0.01em;
}
.section6 .t3 svg .cls-19 {
  letter-spacing: -0.08em;
}
.section6 .t3 svg .cls-20 {
  letter-spacing: -0.1em;
}
.section6 .t3 svg .cls-21 {
  letter-spacing: -0.09em;
}
.section6 .t3 svg .cls-22 {
  letter-spacing: -0.09em;
}
.section6 .t3 svg .cls-23 {
  letter-spacing: -0.08em;
}
.section6 .t3 svg .cls-24 {
  letter-spacing: -0.12em;
}
.section6 .t3 svg .cls-25 {
  letter-spacing: -0.48em;
}
.section6 .t3 svg .cls-26 {
  letter-spacing: -0.01em;
}
.section6 .t3 svg .cls-27 {
  letter-spacing: -0.09em;
}
.section6 .t3 svg .cls-28 {
  letter-spacing: -0.16em;
}
.section6 .t3 svg .cls-29 {
  letter-spacing: -0.02em;
}
.section6 .t3 svg .cls-30 {
  letter-spacing: -0.04em;
}
.section6 .t3 svg .cls-31 {
  letter-spacing: -0.07em;
}
.section6 .t3 svg .cls-32 {
  letter-spacing: -0.05em;
}
.section6 .t3 svg .cls-33 {
  letter-spacing: -0.07em;
}
.section6 .t3 svg .cls-34 {
  letter-spacing: -0.17em;
}
.section6 .t3 svg .cls-35 {
  letter-spacing: -0.17em;
}
.section6 .t3 svg .cls-36 {
  letter-spacing: -0.13em;
}
.section6 .t3 svg .cls-37 {
  letter-spacing: -0.1em;
}
.section6 .t3 svg .cls-38 {
  letter-spacing: 0em;
}
.section6 .t3 svg .cls-39 {
  letter-spacing: 0em;
}
.section6 .t3 svg .cls-40 {
  letter-spacing: 0.01em;
}
.section6 .t3 svg .cls-41 {
  letter-spacing: -0.11em;
}
.section6 .t3 svg .cls-42 {
  letter-spacing: -0.1em;
}
.section6 .t3 svg .cls-43 {
  letter-spacing: 0.01em;
}
.section6 .t3 svg .cls-44 {
  letter-spacing: -0.08em;
}
.section6 .t3 svg .cls-45 {
  letter-spacing: -0.13em;
}
.section6 .t3 svg .cls-46 {
  letter-spacing: -0.05em;
}
.section6 .t3 svg .cls-47 {
  letter-spacing: 0em;
}
.section6 .t3 svg .cls-48 {
  letter-spacing: -0.02em;
}
.section6 .t3 svg .cls-49 {
  letter-spacing: -0.06em;
}
.section6 .t3 svg .cls-50 {
  letter-spacing: -0.06em;
}
.section6 .t3 svg .cls-51 {
  letter-spacing: 0.01em;
}
.section6 .t3 svg .cls-52 {
  letter-spacing: -0.05em;
}
.section6 .t3 svg .cls-53 {
  letter-spacing: -0.04em;
}
.section6 .t3 svg .cls-54 {
  letter-spacing: -0.09em;
}
.section6 .t3 svg .cls-55 {
  letter-spacing: -0.06em;
}
.section6 .t3 svg .cls-56 {
  letter-spacing: 0.02em;
}
.section6 .t3 svg .cls-57 {
  letter-spacing: -0.04em;
}
.section6 .t3 svg .cls-58 {
  letter-spacing: -0.01em;
}
.section6 .t3 svg .cls-59 {
  letter-spacing: -0.04em;
}
.section6 .t3 svg .cls-60 {
  letter-spacing: -0.01em;
}
.section6 .btxt .cls-1 {
  fill: none;
  stroke: #e95383;
  stroke-miterlimit: 10;
  stroke-width: 7px;
}
.section6 .btxt .cls-2 {
  fill: #fff;
}
.section6 .btxt .cls-3 {
  font-size: 44.56px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.section6 .btxt .cls-16,
.section6 .btxt .cls-3 {
  fill: #e95383;
}
.section6 .btxt .cls-4 {
  letter-spacing: 0.06em;
}
.section6 .btxt .cls-5 {
  letter-spacing: -0.01em;
}
.section6 .btxt .cls-6 {
  letter-spacing: 0.02em;
}
.section6 .btxt .cls-7 {
  letter-spacing: 0.11em;
}
.section6 .btxt .cls-8 {
  letter-spacing: -0.07em;
}
.section6 .btxt .cls-9 {
  letter-spacing: -0.04em;
}
.section6 .btxt .cls-10 {
  letter-spacing: 0.08em;
}
.section6 .btxt .cls-11 {
  letter-spacing: -0.1em;
}
.section6 .btxt .cls-12 {
  letter-spacing: 0.02em;
}
.section6 .btxt .cls-13 {
  letter-spacing: 0.14em;
}
.section6 .btxt .cls-14 {
  letter-spacing: -0.04em;
}
.section6 .btxt .cls-15 {
  letter-spacing: -0.31em;
}

.section11 {
  background-image: url(../img/bgimg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 3% 0%;
  margin-top: 50px;
}
@media (max-width: 576px) {
  .section11 {
    margin-top: 30px;
  }
}
.section11 .marktext {
  border-bottom: 3px dotted;
}
@media (max-width: 575px) {
  .section11 .marktext {
    border-bottom: 1px dotted;
  }
}
.section11 .marktext img {
  max-width: 90% !important;
}
.section11 .marktext .tx1 {
  font-size: 2rem;
  color: #595857;
  transform: translateY(-15px);
}
@media (max-width: 576px) {
  .section11 .marktext .tx1 {
    font-size: 1rem;
  }
}
.section11 .marktext .tx1_trans {
  transform: translateY(-15px);
}
.section11 .txtop svg .cls-1 {
  font-size: 61.25px;
  fill: #595857;
  font-family: "Noto Sans JP", sans-serif;
}
.section11 .txtop svg .cls-2 {
  letter-spacing: 0.02em;
}
.section11 .txtop svg .cls-3 {
  letter-spacing: -0.07em;
}
.section11 .txtop svg .cls-4 {
  letter-spacing: 0.05em;
}
.section11 .txtop svg .cls-5 {
  letter-spacing: 0.12em;
}
.section11 .txtop svg .cls-6 {
  letter-spacing: -0.31em;
}
.section11 .txtop svg .cls-7 {
  letter-spacing: -0.01em;
}
.section11 .txtop svg .cls-8 {
  font-size: 59.67px;
  letter-spacing: -0.01em;
}
.section11 .txtop svg .cls-9 {
  letter-spacing: 0.07em;
}
.section11 .txtop svg .cls-10 {
  letter-spacing: -0.5em;
}
.section11 .txtop svg .cls-11 {
  letter-spacing: -0.02em;
}
.section11 .txtop svg .cls-12 {
  letter-spacing: -0.06em;
}
.section11 .txtop svg .cls-13 {
  letter-spacing: -0.16em;
}
.section11 .txtop svg .cls-14 {
  letter-spacing: 0.02em;
}
.section11 .txtop svg .cls-15 {
  letter-spacing: -0.1em;
}
.section11 .txtop svg .cls-16 {
  letter-spacing: -0.51em;
}

.section7 {
  background-image: linear-gradient(rgba(250, 243, 243, 0.3803921569), rgba(250, 243, 243, 0)), url(../img/section7bg.png);
  background-color: #faf3f3;
  background-repeat: no-repeat;
  background-position: unset;
  background-size: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  .section7 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.section7 .marktext {
  border-bottom: 3px dotted;
}
@media (max-width: 575px) {
  .section7 .marktext {
    border-bottom: 1px dotted;
  }
}
.section7 .marktext img {
  max-width: 90% !important;
}
.section7 .marktext .tx1 {
  font-size: 2rem;
  color: #595857;
  transform: translateY(-15px);
}
@media (max-width: 576px) {
  .section7 .marktext .tx1 {
    font-size: 1rem;
  }
}
.section7 .marktext .tx1_trans {
  transform: translateY(-15px);
}
.section7 .gBtn {
  background-color: #00a29a;
  width: fit-content;
  display: block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.5rem;
  padding: 1rem 5rem;
  border: 4px solid white;
  border-radius: 76px;
  box-shadow: 1px 2px 0px #898989;
}
.section7 .gBtn:hover {
  box-shadow: 7px 9px 0px #898989;
}
@media (max-width: 576px) {
  .section7 .gBtn {
    border: 3px solid white;
    font-size: 1.5rem;
    padding: 0.5rem 3rem;
  }
}

.section15 {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 576px) {
  .section15 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section15 .ttxt {
  font-weight: 500;
}
.section15 .ttxt svg .cls-1 {
  font-size: 58.83px;
  fill: #595857;
  font-family: "Noto Sans JP", sans-serif;
}
.section15 .ttxt svg .cls-2 {
  letter-spacing: -0.03em;
}
.section15 .ttxt svg .cls-3 {
  letter-spacing: 0.05em;
}
.section15 .ttxt svg .cls-4 {
  letter-spacing: 0.1em;
}
.section15 .ttxt svg .cls-5 {
  letter-spacing: 0.07em;
}
.section15 .tbtxt {
  font-weight: 500;
}
.section15 .tbtxt .cls-1 {
  fill: #fff;
}
.section15 .tbtxt .cls-2 {
  fill: none;
  stroke: #e95383;
  stroke-miterlimit: 10;
  stroke-width: 2.09px;
}
.section15 .tbtxt .cls-3,
.section15 .tbtxt .cls-4 {
  fill: #e95383;
}
.section15 .tbtxt .cls-4 {
  font-size: 84.35px;
  font-family: "Noto Sans JP", sans-serif;
}
.section15 .tbtxt .cls-5 {
  letter-spacing: -0.19em;
}
.section15 .tbtxt .cls-10,
.section15 .tbtxt .cls-11,
.section15 .tbtxt .cls-12,
.section15 .tbtxt .cls-13,
.section15 .tbtxt .cls-14,
.section15 .tbtxt .cls-15,
.section15 .tbtxt .cls-16,
.section15 .tbtxt .cls-6,
.section15 .tbtxt .cls-7,
.section15 .tbtxt .cls-8,
.section15 .tbtxt .cls-9 {
  font-size: 68.71px;
}
.section15 .tbtxt .cls-6 {
  letter-spacing: -0.01em;
}
.section15 .tbtxt .cls-7 {
  letter-spacing: 0.03em;
}
.section15 .tbtxt .cls-8 {
  letter-spacing: 0.04em;
}
.section15 .tbtxt .cls-9 {
  letter-spacing: 0.06em;
}
.section15 .tbtxt .cls-11 {
  letter-spacing: -0.12em;
}
.section15 .tbtxt .cls-12 {
  letter-spacing: -0.07em;
}
.section15 .tbtxt .cls-13 {
  letter-spacing: 0.02em;
}
.section15 .tbtxt .cls-14 {
  letter-spacing: -0.05em;
}
.section15 .tbtxt .cls-15 {
  letter-spacing: -0.18em;
}
.section15 .tbtxt .cls-16 {
  letter-spacing: -0.48em;
}
.section15 .tbtxt .cls-17 {
  font-size: 79.55px;
  letter-spacing: -0.1em;
}
.section15 .section15bg {
  background-image: url(../img/Asset-11.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 8%;
  margin-top: 4%;
}
.section15 .section15bg .frame {
  background-image: url(../img/frame2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 12% 10%;
  position: relative;
}
@media (max-width: 576px) {
  .section15 .section15bg .frame {
    padding: 14% 15% 14% 10%;
  }
}
.section15 .section15bg .frame .frametxt svg .cls-1,
.section15 .section15bg .frame .frametxt svg .cls-52,
.section15 .section15bg .frame .frametxt svg .cls-8 {
  font-size: 49.74px;
}
.section15 .section15bg .frame .frametxt svg .cls-1,
.section15 .section15bg .frame .frametxt svg .cls-33,
.section15 .section15bg .frame .frametxt svg .cls-52,
.section15 .section15bg .frame .frametxt svg .cls-8 {
  fill: #e95383;
}
.section15 .section15bg .frame .frametxt svg .cls-1,
.section15 .section15bg .frame .frametxt svg .cls-14,
.section15 .section15bg .frame .frametxt svg .cls-28,
.section15 .section15bg .frame .frametxt svg .cls-37,
.section15 .section15bg .frame .frametxt svg .cls-49,
.section15 .section15bg .frame .frametxt svg .cls-52,
.section15 .section15bg .frame .frametxt svg .cls-8 {
  font-family: "Noto Sans JP", sans-serif;
}
.section15 .section15bg .frame .frametxt svg .cls-1 {
  letter-spacing: -0.09em;
}
.section15 .section15bg .frame .frametxt svg .cls-2 {
  letter-spacing: 0.03em;
}
.section15 .section15bg .frame .frametxt svg .cls-3 {
  letter-spacing: -0.07em;
}
.section15 .section15bg .frame .frametxt svg .cls-4 {
  letter-spacing: 0.01em;
}
.section15 .section15bg .frame .frametxt svg .cls-5 {
  letter-spacing: -0.17em;
}
.section15 .section15bg .frame .frametxt svg .cls-6 {
  letter-spacing: -0.39em;
}
.section15 .section15bg .frame .frametxt svg .cls-7 {
  letter-spacing: -0.04em;
}
.section15 .section15bg .frame .frametxt svg .cls-8 {
  letter-spacing: -0.04em;
}
.section15 .section15bg .frame .frametxt svg .cls-9 {
  letter-spacing: 0.11em;
}
.section15 .section15bg .frame .frametxt svg .cls-10 {
  letter-spacing: -0.01em;
}
.section15 .section15bg .frame .frametxt svg .cls-11 {
  letter-spacing: 0.09em;
}
.section15 .section15bg .frame .frametxt svg .cls-12 {
  letter-spacing: 0.06em;
}
.section15 .section15bg .frame .frametxt svg .cls-13 {
  letter-spacing: -0.34em;
}
.section15 .section15bg .frame .frametxt svg .cls-14,
.section15 .section15bg .frame .frametxt svg .cls-28,
.section15 .section15bg .frame .frametxt svg .cls-49 {
  font-size: 29.97px;
}
.section15 .section15bg .frame .frametxt svg .cls-14,
.section15 .section15bg .frame .frametxt svg .cls-28,
.section15 .section15bg .frame .frametxt svg .cls-49,
.section15 .section15bg .frame .frametxt svg .cls-61 {
  fill: #595857;
}
.section15 .section15bg .frame .frametxt svg .cls-14,
.section15 .section15bg .frame .frametxt svg .cls-30 {
  letter-spacing: 0.06em;
}
.section15 .section15bg .frame .frametxt svg .cls-15 {
  letter-spacing: -0.06em;
}
.section15 .section15bg .frame .frametxt svg .cls-16 {
  letter-spacing: -0.21em;
}
.section15 .section15bg .frame .frametxt svg .cls-17 {
  letter-spacing: -0.44em;
}
.section15 .section15bg .frame .frametxt svg .cls-18 {
  letter-spacing: 0.11em;
}
.section15 .section15bg .frame .frametxt svg .cls-19 {
  letter-spacing: 0.06em;
}
.section15 .section15bg .frame .frametxt svg .cls-20,
.section15 .section15bg .frame .frametxt svg .cls-28 {
  letter-spacing: 0.01em;
}
.section15 .section15bg .frame .frametxt svg .cls-21 {
  letter-spacing: 0.04em;
}
.section15 .section15bg .frame .frametxt svg .cls-22 {
  letter-spacing: 0.01em;
}
.section15 .section15bg .frame .frametxt svg .cls-23 {
  letter-spacing: 0.26em;
}
.section15 .section15bg .frame .frametxt svg .cls-24 {
  letter-spacing: -0.64em;
}
.section15 .section15bg .frame .frametxt svg .cls-25 {
  letter-spacing: -0.04em;
}
.section15 .section15bg .frame .frametxt svg .cls-26 {
  letter-spacing: -0.19em;
}
.section15 .section15bg .frame .frametxt svg .cls-27 {
  letter-spacing: -0.49em;
}
.section15 .section15bg .frame .frametxt svg .cls-29 {
  letter-spacing: 0.09em;
}
.section15 .section15bg .frame .frametxt svg .cls-31 {
  letter-spacing: -0.09em;
}
.section15 .section15bg .frame .frametxt svg .cls-32 {
  letter-spacing: 0.13em;
}
.section15 .section15bg .frame .frametxt svg .cls-34 {
  font-size: 67.63px;
  fill: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.section15 .section15bg .frame .frametxt svg .cls-35 {
  letter-spacing: -0.18em;
}
.section15 .section15bg .frame .frametxt svg .cls-36 {
  font-size: 75px;
  letter-spacing: 0.07em;
}
.section15 .section15bg .frame .frametxt svg .cls-37 {
  font-size: 31.3px;
  fill: #231916;
  letter-spacing: -0.01em;
}
.section15 .section15bg .frame .frametxt svg .cls-38 {
  letter-spacing: 0.09em;
}
.section15 .section15bg .frame .frametxt svg .cls-39 {
  letter-spacing: -0.24em;
}
.section15 .section15bg .frame .frametxt svg .cls-40,
.section15 .section15bg .frame .frametxt svg .cls-41,
.section15 .section15bg .frame .frametxt svg .cls-42 {
  font-size: 21px;
}
.section15 .section15bg .frame .frametxt svg .cls-40 {
  letter-spacing: -0.01em;
}
.section15 .section15bg .frame .frametxt svg .cls-41 {
  letter-spacing: 0.05em;
}
.section15 .section15bg .frame .frametxt svg .cls-42 {
  letter-spacing: -0.51em;
}
.section15 .section15bg .frame .frametxt svg .cls-43 {
  letter-spacing: -0.19em;
}
.section15 .section15bg .frame .frametxt svg .cls-44 {
  letter-spacing: 0.06em;
}
.section15 .section15bg .frame .frametxt svg .cls-45 {
  letter-spacing: 0.24em;
}
.section15 .section15bg .frame .frametxt svg .cls-46 {
  letter-spacing: 0.04em;
}
.section15 .section15bg .frame .frametxt svg .cls-47 {
  letter-spacing: -0.01em;
}
.section15 .section15bg .frame .frametxt svg .cls-48 {
  letter-spacing: 0.02em;
}
.section15 .section15bg .frame .frametxt svg .cls-49 {
  letter-spacing: -0.01em;
}
.section15 .section15bg .frame .frametxt svg .cls-50 {
  letter-spacing: -0.17em;
}
.section15 .section15bg .frame .frametxt svg .cls-51 {
  letter-spacing: -0.01em;
}
.section15 .section15bg .frame .frametxt svg .cls-52 {
  letter-spacing: 0.01em;
}
.section15 .section15bg .frame .frametxt svg .cls-53 {
  letter-spacing: -0.07em;
}
.section15 .section15bg .frame .frametxt svg .cls-54 {
  letter-spacing: 0.04em;
}
.section15 .section15bg .frame .frametxt svg .cls-55 {
  letter-spacing: 0.07em;
}
.section15 .section15bg .frame .frametxt svg .cls-56 {
  letter-spacing: -0.02em;
}
.section15 .section15bg .frame .frametxt svg .cls-57 {
  letter-spacing: 0.04em;
}
.section15 .section15bg .frame .frametxt svg .cls-58 {
  letter-spacing: -0.14em;
}
.section15 .section15bg .frame .frametxt svg .cls-59 {
  letter-spacing: -0.32em;
}
.section15 .section15bg .frame .frametxt svg .cls-60 {
  letter-spacing: 0.04em;
}
.section15 .section15bg .frame .frametxt svg .cls-61 {
  font-size: 40px;
  letter-spacing: 0.04em;
}
.section15 .section15bg .frame .frametxt svg .cls-62 {
  letter-spacing: -0.05em;
}
.section15 .section15bg .frame .frametxt svg .cls-63 {
  letter-spacing: 0.07em;
}
.section15 .section15bg .frame .frametxt svg .cls-64 {
  letter-spacing: -0.02em;
}
.section15 .section15bg .frame .frametxt svg .cls-65 {
  letter-spacing: 0.07em;
}
.section15 .section15bg .frame .frametxt svg .cls-66 {
  letter-spacing: -0.46em;
}
.section15 .section15bg .g1 {
  position: absolute;
  top: 16%;
  right: 0%;
  width: 41%;
}
@media (max-width: 576px) {
  .section15 .section15bg .g1 {
    right: 2%;
  }
}
.section15 .section15bg .g2 {
  position: absolute;
  top: 45%;
  right: 16%;
  width: 22%;
}
@media (max-width: 576px) {
  .section15 .section15bg .g2 {
    right: 19%;
  }
}
.section15 .section15bg .g3 {
  position: absolute;
  top: 71%;
  right: 16%;
  width: 22%;
}
@media (max-width: 576px) {
  .section15 .section15bg .g3 {
    right: 19%;
  }
}
.section15 .section15bg .gBtn {
  background-color: #00a29a;
  width: fit-content;
  display: block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.8rem;
  padding: 1rem 3rem;
  border: 4px solid white;
  border-radius: 76px;
  box-shadow: 1px 2px 0px #898989;
}
.section15 .section15bg .gBtn:hover {
  box-shadow: 7px 9px 0px #898989;
}
@media (max-width: 576px) {
  .section15 .section15bg .gBtn {
    border: 3px solid white;
    font-size: 1.5rem;
    padding: 0.5rem 3rem;
  }
}

.section16 {
  background-image: url(../img/bgimg1.png);
  padding: 5%;
  padding-bottom: 1%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section17 {
  padding-top: 5%;
  padding-bottom: 5%;
  background: -moz-linear-gradient(-6.73% 0.31% -54.25deg, rgb(255, 255, 255) 0%, rgb(255, 252, 251) 35.06%, rgb(254, 243, 240) 67.93%, rgb(252, 228, 221) 99.93%, rgb(252, 228, 221) 100%);
  background: -webkit-linear-gradient(-54.25deg, rgb(255, 255, 255) 0%, rgb(255, 252, 251) 35.06%, rgb(254, 243, 240) 67.93%, rgb(252, 228, 221) 99.93%, rgb(252, 228, 221) 100%);
  background: -webkit-gradient(linear, -6.73% 0.31%, 48.86% 49%, color-stop(0, rgb(255, 255, 255)), color-stop(0.3506, rgb(255, 252, 251)), color-stop(0.6793, rgb(254, 243, 240)), color-stop(0.9993, rgb(252, 228, 221)), color-stop(1, rgb(252, 228, 221)));
  background: -o-linear-gradient(-54.25deg, rgb(255, 255, 255) 0%, rgb(255, 252, 251) 35.06%, rgb(254, 243, 240) 67.93%, rgb(252, 228, 221) 99.93%, rgb(252, 228, 221) 100%);
  background: -ms-linear-gradient(-54.25deg, rgb(255, 255, 255) 0%, rgb(255, 252, 251) 35.06%, rgb(254, 243, 240) 67.93%, rgb(252, 228, 221) 99.93%, rgb(252, 228, 221) 100%);
}
.section17 .title1 svg .cls-1,
.section17 .title1 svg .cls-2 {
  fill: #e95383;
}
.section17 .title1 svg .cls-2 {
  font-size: 70.68px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}
.section17 .title1 svg .cls-3 {
  letter-spacing: 0.1em;
}
.section17 .title1 svg .cls-4 {
  letter-spacing: 0.16em;
}
.section17 .title1 svg .cls-5 {
  letter-spacing: 0.12em;
}
.section17 .hero {
  filter: drop-shadow(14px 18px 0px #fce5dd);
  height: 83%;
  height: intrinsic;
  width: auto;
}
@media (max-width: 576px) {
  .section17 .hero {
    width: 210px;
    height: 210px;
  }
}
.section17 .ptx svg {
  margin-top: 0%;
}
@media (max-width: 576px) {
  .section17 .ptx svg {
    margin-top: 14%;
  }
}
.section17 .ptx svg .cls-1 {
  fill: #f7f9fa;
}
.section17 .ptx svg .cls-2 {
  fill: #fce4dd;
  opacity: 0;
}
.section17 .ptx svg .cls-3 {
  fill: #f9e3dd;
  opacity: 0.05;
}
.section17 .ptx svg .cls-4 {
  fill: #f6e1dc;
  opacity: 0.1;
}
.section17 .ptx svg .cls-5 {
  fill: #f2dfdb;
  opacity: 0.14;
}
.section17 .ptx svg .cls-6 {
  fill: #efdedb;
  opacity: 0.19;
}
.section17 .ptx svg .cls-7 {
  fill: #ecdcda;
  opacity: 0.24;
}
.section17 .ptx svg .cls-8 {
  fill: #e8dad9;
  opacity: 0.29;
}
.section17 .ptx svg .cls-9 {
  fill: #e5d8d9;
  opacity: 0.33;
}
.section17 .ptx svg .cls-10 {
  fill: #e1d7d8;
  opacity: 0.38;
}
.section17 .ptx svg .cls-11 {
  fill: #ded5d7;
  opacity: 0.43;
}
.section17 .ptx svg .cls-12 {
  fill: #dad3d7;
  opacity: 0.48;
}
.section17 .ptx svg .cls-13 {
  fill: #d7d1d6;
  opacity: 0.52;
}
.section17 .ptx svg .cls-14 {
  fill: #d3d0d6;
  opacity: 0.57;
}
.section17 .ptx svg .cls-15 {
  fill: #cfced5;
  opacity: 0.62;
}
.section17 .ptx svg .cls-16 {
  fill: #ccccd4;
  opacity: 0.67;
}
.section17 .ptx svg .cls-17 {
  fill: #c8cad4;
  opacity: 0.71;
}
.section17 .ptx svg .cls-18 {
  fill: #c4c9d3;
  opacity: 0.76;
}
.section17 .ptx svg .cls-19 {
  fill: #c0c7d2;
  opacity: 0.81;
}
.section17 .ptx svg .cls-20 {
  fill: #bcc5d2;
  opacity: 0.86;
}
.section17 .ptx svg .cls-21 {
  fill: #b8c4d1;
  opacity: 0.9;
}
.section17 .ptx svg .cls-22 {
  fill: #b5c2d0;
  opacity: 0.95;
}
.section17 .ptx svg .cls-23 {
  fill: #b1c0d0;
}
.section17 .ptx svg .cls-24 {
  fill: url(#linear-gradient);
}
.section17 .ptx svg .cls-25 {
  fill: url(#linear-gradient-2);
}
.section17 .ptx svg .cls-26,
.section17 .ptx svg .cls-45 {
  fill: #838ea2;
}
.section17 .ptx svg .cls-27 {
  font-size: 64.75px;
  letter-spacing: 0.15em;
}
.section17 .ptx svg .cls-27,
.section17 .ptx svg .cls-29,
.section17 .ptx svg .cls-30,
.section17 .ptx svg .cls-39,
.section17 .ptx svg .cls-40,
.section17 .ptx svg .cls-49 {
  fill: #3f3b3a;
}
.section17 .ptx svg .cls-27,
.section17 .ptx svg .cls-29 {
  font-family: "Noto Sans JP", sans-serif;
}
.section17 .ptx svg .cls-28 {
  letter-spacing: -0.42em;
}
.section17 .ptx svg .cls-29 {
  font-size: 31.36px;
  letter-spacing: 0.1em;
}
.section17 .ptx svg .cls-30,
.section17 .ptx svg .cls-39,
.section17 .ptx svg .cls-43,
.section17 .ptx svg .cls-44 {
  font-size: 32.81px;
}
.section17 .ptx svg .cls-30 {
  font-weight: 600;
}
.section17 .ptx svg .cls-30,
.section17 .ptx svg .cls-45 {
  font-family: "Noto Sans JP", sans-serif;
}
.section17 .ptx svg .cls-31 {
  letter-spacing: 0.03em;
}
.section17 .ptx svg .cls-32 {
  letter-spacing: 0.1em;
}
.section17 .ptx svg .cls-33 {
  letter-spacing: 0.12em;
}
.section17 .ptx svg .cls-34,
.section17 .ptx svg .cls-39,
.section17 .ptx svg .cls-43 {
  letter-spacing: -0.03em;
}
.section17 .ptx svg .cls-35 {
  letter-spacing: -0.05em;
}
.section17 .ptx svg .cls-36 {
  letter-spacing: -0.08em;
}
.section17 .ptx svg .cls-37 {
  letter-spacing: -0.17em;
}
.section17 .ptx svg .cls-38 {
  font-size: 31.16px;
  letter-spacing: 0.12em;
}
.section17 .ptx svg .cls-39,
.section17 .ptx svg .cls-40,
.section17 .ptx svg .cls-49 {
  font-family: "Noto Sans JP", sans-serif;
}
.section17 .ptx svg .cls-40 {
  font-size: 32px;
}
.section17 .ptx svg .cls-41 {
  letter-spacing: 0.05em;
}
.section17 .ptx svg .cls-42 {
  letter-spacing: -0.12em;
}
.section17 .ptx svg .cls-44 {
  letter-spacing: 0.22em;
}
.section17 .ptx svg .cls-45 {
  font-size: 23.84px;
  letter-spacing: 0.03em;
}
.section17 .ptx svg .cls-46 {
  letter-spacing: 0.1em;
}
.section17 .ptx svg .cls-47,
.section17 .ptx svg .cls-48 {
  fill: none;
  stroke: #e95383;
  stroke-miterlimit: 10;
}
.section17 .ptx svg .cls-48 {
  stroke-width: 2px;
}
.section17 .ptx svg .cls-49 {
  font-size: 24.03px;
  letter-spacing: 0.1em;
}
.section17 .ptx svg .cls-50 {
  letter-spacing: 0.2em;
}
.section17 .ptx svg .cls-51 {
  letter-spacing: 0.22em;
}
.section17 .ptx svg .cls-52 {
  letter-spacing: -0.01em;
}
.section17 .ptx svg .cls-53 {
  letter-spacing: 0.05em;
}
.section17 .ptx svg .cls-54 {
  letter-spacing: -0.08em;
}
.section17 .ptx svg .cls-55 {
  letter-spacing: 0.07em;
}
.section17 .sectionH {
  margin-top: 5%;
  padding-top: 3%;
  padding-bottom: 5%;
  background-image: url(../img/section16ybg.png);
  background-position: top left;
  background-size: 90%;
  background-repeat: no-repeat;
}
.section17 .sectionH .gtxt svg .cls-1,
.section17 .sectionH .gtxt svg .cls-2 {
  font-size: 28px;
  fill: #595857;
  font-family: "Noto Sans JP", sans-serif;
}
.section17 .sectionH .gtxt svg .cls-1,
.section17 .sectionH .gtxt svg .cls-28 {
  letter-spacing: 0.2em;
}
.section17 .sectionH .gtxt svg .cls-3 {
  letter-spacing: 0.02em;
}
.section17 .sectionH .gtxt svg .cls-4 {
  letter-spacing: 0.13em;
}
.section17 .sectionH .gtxt svg .cls-5 {
  letter-spacing: 0.05em;
}
.section17 .sectionH .gtxt svg .cls-6 {
  letter-spacing: -0.05em;
}
.section17 .sectionH .gtxt svg .cls-7 {
  letter-spacing: 0.2em;
}
.section17 .sectionH .gtxt svg .cls-8 {
  letter-spacing: -0.55em;
}
.section17 .sectionH .gtxt svg .cls-9 {
  letter-spacing: 0.15em;
}
.section17 .sectionH .gtxt svg .cls-10 {
  letter-spacing: 0.25em;
}
.section17 .sectionH .gtxt svg .cls-11 {
  letter-spacing: 0.03em;
}
.section17 .sectionH .gtxt svg .cls-12 {
  letter-spacing: -0.05em;
}
.section17 .sectionH .gtxt svg .cls-13 {
  letter-spacing: -0.1em;
}
.section17 .sectionH .gtxt svg .cls-14 {
  letter-spacing: -0.5em;
}
.section17 .sectionH .gtxt svg .cls-15 {
  letter-spacing: -0.35em;
}
.section17 .sectionH .gtxt svg .cls-16 {
  letter-spacing: -0.8em;
}
.section17 .sectionH .gtxt svg .cls-17 {
  letter-spacing: 0.08em;
}
.section17 .sectionH .gtxt svg .cls-18 {
  letter-spacing: -0.42em;
}
.section17 .sectionH .gtxt svg .cls-19 {
  letter-spacing: 0.33em;
}
.section17 .sectionH .gtxt svg .cls-20 {
  letter-spacing: -0.43em;
}
.section17 .sectionH .gtxt svg .cls-21 {
  letter-spacing: 0.04em;
}
.section17 .sectionH .gtxt svg .cls-22 {
  letter-spacing: 0.3em;
}
.section17 .sectionH .gtxt svg .cls-23 {
  letter-spacing: 0.29em;
}
.section17 .sectionH .gtxt svg .cls-24 {
  letter-spacing: -0.46em;
}
.section17 .sectionH .gtxt svg .cls-25 {
  letter-spacing: -0.3em;
}
.section17 .sectionH .gtxt svg .cls-26 {
  letter-spacing: 0.07em;
}
.section17 .sectionH .gtxt svg .cls-27 {
  letter-spacing: -0.35em;
}
.section17 .sectionH .gtxt svg .cls-29 {
  letter-spacing: 0.1em;
}
.section17 .sectionH .gtxt svg .cls-30 {
  letter-spacing: 0.25em;
}
.section17 .sectionH .gtxt svg .cls-31 {
  letter-spacing: 0.17em;
}
.section17 .sectionH .gtxt svg .cls-32 {
  letter-spacing: 0.13em;
}
.section17 .sectionH .gtxt svg .cls-33 {
  letter-spacing: 0.08em;
}
.section17 .sectionH .gtxt svg .cls-34 {
  letter-spacing: 0.33em;
}
.section17 .sectionH .gtxt svg .cls-35 {
  letter-spacing: 0.38em;
}
.section17 .sectionH .gtxt svg .cls-36 {
  letter-spacing: 0.3em;
}
.section17 .sectionH .gtxt svg .cls-37 {
  letter-spacing: -0.33em;
}
.section17 .sectionH .gtxt svg .cls-38 {
  letter-spacing: -0.2em;
}
.section17 .sectionH .gtxt svg .cls-39 {
  letter-spacing: -0.4em;
}
.section17 .sectionH .gtxt svg .cls-40 {
  letter-spacing: 0.03em;
}
.section17 .sectionH .gtxt svg .cls-41 {
  letter-spacing: 0.09em;
}
.section17 .sectionH .gtxt svg .cls-42 {
  opacity: 0.6;
  font-size: 102.76px;
  fill: #e95383;
  stroke: #e95383;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  font-family: OoohBaby-Regular, Oooh Baby;
}
.section17 .sectionH .gtxt svg .cls-43 {
  letter-spacing: -0.15em;
}
.section17 .sectionH .bookimg {
  position: absolute;
  top: -9%;
  right: -4%;
  width: 30%;
  max-width: 240px;
}
@media (max-width: 992px) {
  .section17 .sectionH .bookimg {
    top: -7%;
    right: -17%;
    width: 43%;
  }
}
@media (max-width: 576px) {
  .section17 .sectionH .bookimg {
    top: 5%;
    right: -17%;
    width: 39%;
  }
}
.section17 .sectionH .bookimg img {
  width: 100% !important;
  height: auto;
}
.section17 .title2 .cls-1 {
  font-size: 48.22px;
  fill: #3f3b3a;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em;
}
.section17 .title2 .cls-2 {
  letter-spacing: 0.1em;
}
.section17 .title2 .cls-3 {
  letter-spacing: 0.23em;
}
.section17 .title2 .cls-4 {
  letter-spacing: 0.2em;
}
.section17 .title2 .cls-5 {
  letter-spacing: 0.25em;
}

.section18 {
  padding-top: 5%;
}
.section18 .title {
  font-weight: 500;
}
.section18 .title svg .cls-1 {
  letter-spacing: -0.29em;
}
.section18 .title svg .cls-2 {
  letter-spacing: 0.09em;
}
.section18 .title svg .cls-3 {
  letter-spacing: 0.23em;
}
.section18 .title svg .cls-4 {
  letter-spacing: 0.03em;
}
.section18 .title svg .cls-5,
.section18 .title svg .cls-6,
.section18 .title svg .cls-7 {
  fill: #727171;
}
.section18 .title svg .cls-8 {
  fill: #898989;
}
.section18 .title svg .cls-9 {
  letter-spacing: 0.08em;
}
.section18 .title svg .cls-10 {
  letter-spacing: 0.08em;
}
.section18 .title svg .cls-11 {
  letter-spacing: 0.07em;
}
.section18 .title svg .cls-12 {
  letter-spacing: -0.1em;
}
.section18 .title svg .cls-13 {
  letter-spacing: -0.09em;
}
.section18 .title svg .cls-14 {
  letter-spacing: -0.34em;
}
.section18 .title svg .cls-15 {
  letter-spacing: -0.06em;
}
.section18 .title svg .cls-16 {
  letter-spacing: -0.44em;
}
.section18 .title svg .cls-17 {
  letter-spacing: 0.03em;
}
.section18 .title svg .cls-18 {
  font-size: 50.65px;
}
.section18 .title svg .cls-18,
.section18 .title svg .cls-19 {
  fill: #595857;
  font-family: NotoSansJP-Medium-83pv-RKSJ-H, "Noto Sans JP";
}
.section18 .title svg .cls-20 {
  letter-spacing: 0.17em;
}
.section18 .title svg .cls-21 {
  letter-spacing: -0.42em;
}
.section18 .title svg .cls-22 {
  letter-spacing: -0.43em;
}
.section18 .title svg .cls-23 {
  letter-spacing: 0.01em;
}
.section18 .title svg .cls-24 {
  letter-spacing: 0.02em;
}
.section18 .title svg .cls-25 {
  letter-spacing: -0.04em;
}
.section18 .title svg .cls-26 {
  letter-spacing: -0.05em;
}
.section18 .title svg .cls-27 {
  letter-spacing: 0em;
}
.section18 .title svg .cls-28 {
  letter-spacing: -0.06em;
}
.section18 .title svg .cls-19 {
  font-size: 33.92px;
}
.section18 .title svg .cls-6 {
  font-size: 39.92px;
}
.section18 .title svg .cls-6,
.section18 .title svg .cls-7 {
  font-family: NotoSansJP-Bold-83pv-RKSJ-H, "Noto Sans JP";
  font-weight: bold;
}
.section18 .title svg .cls-7 {
  font-size: 81.66px;
}
.section18 .title svg .cls-29 {
  letter-spacing: -0.04em;
}
.section18 .tx {
  font-weight: 500;
}
.section18 .tx .cls-1 {
  font-size: 30px;
  fill: #595857;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.07em;
}
.section18 .tx .cls-2 {
  letter-spacing: -0.42em;
}
.section18 .tx .cls-3 {
  letter-spacing: 0.17em;
}
.section18 .tx .cls-4 {
  letter-spacing: -0.29em;
}
.section18 .tx .cls-5 {
  letter-spacing: -0.34em;
}
.section18 .tx .cls-6 {
  font-size: 81.66px;
  letter-spacing: -0.04em;
}
.section18 .tx .cls-11,
.section18 .tx .cls-14,
.section18 .tx .cls-6 {
  fill: #727171;
}
.section18 .tx .cls-11,
.section18 .tx .cls-6 {
  font-family: "Noto Sans JP", sans-serif;
}
.section18 .tx .cls-7 {
  letter-spacing: 0em;
}
.section18 .tx .cls-8 {
  letter-spacing: -0.06em;
}
.section18 .tx .cls-9 {
  letter-spacing: 0.03em;
}
.section18 .tx .cls-10 {
  letter-spacing: -0.1em;
}
.section18 .tx .cls-11 {
  font-size: 44.37px;
  letter-spacing: -0.03em;
}
.section18 .tx .cls-12 {
  letter-spacing: 0.03em;
}
.section18 .tx .cls-13 {
  letter-spacing: 0.23em;
}

.section19 {
  padding-top: 30px;
  padding-bottom: 5%;
  background-image: url(../img/sec19.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.section19 .sectiona {
  width: 100%;
  background-color: #fff;
}
.section19 .sectiona .txt {
  padding-top: 3%;
  padding-bottom: 3%;
}
.section19 .sectiona .txt svg .cls-1 {
  font-size: 63.27px;
  letter-spacing: -0.04em;
}
.section19 .sectiona .txt svg .cls-1,
.section19 .sectiona .txt svg .cls-10,
.section19 .sectiona .txt svg .cls-7 {
  fill: #727171;
}
.section19 .sectiona .txt svg .cls-1,
.section19 .sectiona .txt svg .cls-7 {
  font-family: "Noto Sans JP", sans-serif;
}
.section19 .sectiona .txt svg .cls-2 {
  letter-spacing: 0em;
}
.section19 .sectiona .txt svg .cls-3 {
  letter-spacing: -0.06em;
}
.section19 .sectiona .txt svg .cls-4 {
  letter-spacing: 0.02em;
}
.section19 .sectiona .txt svg .cls-5 {
  letter-spacing: -0.09em;
}
.section19 .sectiona .txt svg .cls-6 {
  letter-spacing: -0.01em;
}
.section19 .sectiona .txt svg .cls-7 {
  font-size: 34.38px;
  letter-spacing: -0.03em;
}
.section19 .sectiona .txt svg .cls-8 {
  letter-spacing: 0.02em;
}
.section19 .sectiona .txt svg .cls-9 {
  letter-spacing: 0.23em;
}
.section19 .txt3 {
  margin-top: 6%;
}
.section19 .txt3 svg .cls-1 {
  font-size: 67.63px;
  letter-spacing: 0.08em;
}
.section19 .txt3 svg .cls-1,
.section19 .txt3 svg .cls-11 {
  fill: #e95383;
  font-family: "Noto Sans JP", sans-serif;
}
.section19 .txt3 svg .cls-2 {
  letter-spacing: 0.16em;
}
.section19 .txt3 svg .cls-3 {
  letter-spacing: -0.26em;
}
.section19 .txt3 svg .cls-4 {
  font-size: 90px;
  letter-spacing: -0.13em;
}
.section19 .txt3 svg .cls-5 {
  letter-spacing: -0.2em;
}
.section19 .txt3 svg .cls-6 {
  letter-spacing: -0.18em;
}
.section19 .txt3 svg .cls-7 {
  letter-spacing: 0.11em;
}
.section19 .txt3 svg .cls-8 {
  letter-spacing: 0.07em;
}
.section19 .txt3 svg .cls-9 {
  letter-spacing: -0.32em;
}
.section19 .txt3 svg .cls-10 {
  letter-spacing: -0.17em;
}
.section19 .txt3 svg .cls-11 {
  font-size: 44.09px;
  letter-spacing: 0.08em;
}
.section19 .txt3 svg .cls-12 {
  letter-spacing: -0.17em;
}
.section19 .txt3 svg .cls-13,
.section19 .txt3 svg .cls-14,
.section19 .txt3 svg .cls-15 {
  font-size: 74.55px;
}
.section19 .txt3 svg .cls-13 {
  letter-spacing: -0.04em;
}
.section19 .txt3 svg .cls-14 {
  letter-spacing: 0.02em;
}
.section19 .txt3 svg .cls-15 {
  letter-spacing: -0.1em;
}
.section19 .txt3 svg .cls-16,
.section19 .txt3 svg .cls-17,
.section19 .txt3 svg .cls-18 {
  font-size: 50.71px;
}
.section19 .txt3 svg .cls-16 {
  letter-spacing: -0.53em;
}
.section19 .txt3 svg .cls-17 {
  letter-spacing: 0.08em;
}
.section19 .txt3 svg .cls-18 {
  letter-spacing: -0.42em;
}
.section19 .txt4 {
  margin-top: 7%;
}
.section19 .txt4 svg .cls-1 {
  fill: #fff;
  stroke: #c30f23;
  stroke-miterlimit: 10;
}
.section19 .txt4 svg .cls-2 {
  font-size: 36.35px;
  fill: #3f3b3a;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.02em;
}
.section19 .txt4 svg .cls-3 {
  letter-spacing: -0.53em;
}
.section19 .txt4 svg .cls-4 {
  font-size: 91.9px;
}
.section19 .txt4 svg .cls-4,
.section19 .txt4 svg .cls-9 {
  fill: #00a29a;
  font-family: "Noto Sans JP", sans-serif;
}
.section19 .txt4 svg .cls-5 {
  letter-spacing: 0.03em;
}
.section19 .txt4 svg .cls-6 {
  letter-spacing: -0.04em;
}
.section19 .txt4 svg .cls-7 {
  letter-spacing: 0.13em;
}
.section19 .txt4 svg .cls-8 {
  letter-spacing: 0.05em;
}
.section19 .txt4 svg .cls-9 {
  font-size: 40px;
  letter-spacing: -0.02em;
}
.section19 .txt4 svg .cls-10 {
  letter-spacing: 0.22em;
}
.section19 .txt4 svg .cls-11 {
  font-size: 29.36px;
  fill: #c30f23;
  letter-spacing: 0.03em;
}
.section19 .txt4 svg .cls-11,
.section19 .txt4 svg .cls-12 {
  font-family: "Noto Sans JP", sans-serif;
}
.section19 .txt4 svg .cls-12 {
  font-size: 21.54px;
  fill: #595857;
  letter-spacing: -0.03em;
}
.section19 .txt4 svg .cls-13 {
  letter-spacing: -0.17em;
}
.section19 .txt4 svg .cls-14 {
  letter-spacing: 0em;
}
.section19 .txt4 svg .cls-15 {
  letter-spacing: 0.06em;
}
.section19 .txt4 svg .cls-16 {
  letter-spacing: -0.5em;
}
.section19 .txt4 svg .cls-17 {
  letter-spacing: 0.03em;
}
.section19 .txt4 svg .cls-18 {
  letter-spacing: -0.08em;
}
.section19 .txt4 svg .cls-19 {
  letter-spacing: -0.24em;
}
.section19 .txt4 svg .cls-20 {
  letter-spacing: 0.16em;
}
.section19 .txt4 svg .cls-21 {
  letter-spacing: 0.1em;
}
.section19 .txt4 svg .cls-22 {
  letter-spacing: 0.01em;
}
.section19 .txt4 svg .cls-23 {
  letter-spacing: -0.51em;
}
.section19 .txt4 svg .cls-24 {
  letter-spacing: 0.07em;
}
.section19 .txt4 svg .cls-25 {
  letter-spacing: 0.12em;
}
.section19 .txt4 svg .cls-26 {
  letter-spacing: -0.02em;
}
.section19 .txt4 svg .cls-27 {
  letter-spacing: -0.53em;
}
.section19 .txt4 svg .cls-28 {
  letter-spacing: -0.23em;
}
.section19 .txt4 svg .cls-29 {
  letter-spacing: 0.13em;
}
.section19 .txt4 svg .cls-30 {
  letter-spacing: -0.45em;
}
.section19 .txt4 svg .cls-31 {
  letter-spacing: -0.42em;
}
.section19 .txt4 svg .cls-32 {
  letter-spacing: -0.14em;
}
.section19 .txt4 svg .cls-33 {
  letter-spacing: -0.46em;
}
.section19 .txt4m {
  margin-top: 7%;
}
.section19 .txt4m svg .cls-1 {
  fill: #fff;
  stroke: #c30f23;
  stroke-miterlimit: 10;
}
.section19 .txt4m svg .cls-2 {
  font-size: 36.35px;
  fill: #3f3b3a;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.02em;
}
.section19 .txt4m svg .cls-3 {
  letter-spacing: -0.53em;
}
.section19 .txt4m svg .cls-4 {
  font-size: 91.9px;
}
.section19 .txt4m svg .cls-4,
.section19 .txt4m svg .cls-9 {
  fill: #00a29a;
  font-family: "Noto Sans JP", sans-serif;
}
.section19 .txt4m svg .cls-5 {
  letter-spacing: 0.03em;
}
.section19 .txt4m svg .cls-6 {
  letter-spacing: -0.04em;
}
.section19 .txt4m svg .cls-7 {
  letter-spacing: 0.13em;
}
.section19 .txt4m svg .cls-8 {
  letter-spacing: 0.05em;
}
.section19 .txt4m svg .cls-9 {
  font-size: 40px;
  letter-spacing: -0.02em;
}
.section19 .txt4m svg .cls-10 {
  letter-spacing: 0.22em;
}
.section19 .txt4m svg .cls-11 {
  font-size: 39px;
  fill: #c30f23;
  letter-spacing: 0.04em;
}
.section19 .txt4m svg .cls-11,
.section19 .txt4m svg .cls-12 {
  font-family: "Noto Sans JP", sans-serif;
}
.section19 .txt4m svg .cls-12 {
  font-size: 31px;
  fill: #595857;
}
.section19 .txt4m svg .cls-12,
.section19 .txt4m svg .cls-25 {
  letter-spacing: -0.03em;
}
.section19 .txt4m svg .cls-13 {
  letter-spacing: -0.17em;
}
.section19 .txt4m svg .cls-14 {
  letter-spacing: 0em;
}
.section19 .txt4m svg .cls-15 {
  letter-spacing: 0.06em;
}
.section19 .txt4m svg .cls-16 {
  letter-spacing: -0.5em;
}
.section19 .txt4m svg .cls-17 {
  letter-spacing: 0.07em;
}
.section19 .txt4m svg .cls-18 {
  letter-spacing: 0.04em;
}
.section19 .txt4m svg .cls-19 {
  letter-spacing: -0.09em;
}
.section19 .txt4m svg .cls-20 {
  letter-spacing: -0.23em;
}
.section19 .txt4m svg .cls-21 {
  letter-spacing: 0.03em;
}
.section19 .txt4m svg .cls-22 {
  letter-spacing: 0.16em;
}
.section19 .txt4m svg .cls-23 {
  letter-spacing: 0.1em;
}
.section19 .txt4m svg .cls-24 {
  letter-spacing: 0.13em;
}
.section19 .txt4m svg .cls-26 {
  letter-spacing: 0.01em;
}
.section19 .txt4m svg .cls-27 {
  letter-spacing: -0.53em;
}
.section19 .txt4m svg .cls-28 {
  letter-spacing: -0.45em;
}
.section19 .txt4m svg .cls-29 {
  letter-spacing: -0.42em;
}
.section19 .txt4m svg .cls-30 {
  letter-spacing: -0.24em;
}
.section19 .txt4m svg .cls-31 {
  letter-spacing: -0.14em;
}
.section19 .txt4m svg .cls-32 {
  letter-spacing: -0.41em;
}
.section19 .txt4m svg .cls-33 {
  letter-spacing: 0.09em;
}
.section19 .txt4m svg .cls-34 {
  letter-spacing: -0.46em;
}
.section19 .txt5 {
  font-family: Noto Sans JP;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -1.6px;
  color: #595857;
  margin: 0;
}
@media (max-width: 992px) {
  .section19 .txt5 {
    font-size: 26px;
    line-height: 18px;
  }
}
@media (max-width: 576px) {
  .section19 .txt5 {
    font-size: 16px;
    line-height: 18px;
  }
}
.section19 .txt6 {
  margin-top: 5%;
}
.section19 .txt6 .cls-1 {
  font-size: 40px;
  fill: #00a29a;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.02em;
}
.section19 .txt6 .cls-2 {
  letter-spacing: 0.22em;
}
.section19 .txt6 .cls-3 {
  letter-spacing: 0.07em;
}
.section19 .input {
  height: 55px;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .section19 .input {
    height: 40px;
  }
}
.section19 .calendar {
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid black;
}
.section19 .radioLabel {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .section19 .radioLabel {
    font-size: 1rem;
  }
}
.section19 .submitBtn {
  background-color: #00a29a;
  padding-left: 8%;
  padding-right: 8%;
  color: #fff;
  font-size: 2rem;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .section19 .submitBtn {
    font-size: 1rem;
    border-radius: 5px;
  }
}
.section19 .txt8 {
  margin-top: 7%;
}
.section19 .txt8 svg .cls-1 {
  font-size: 24.76px;
  fill: #3f3b3a;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.section19 .txt8 svg .cls-2 {
  letter-spacing: -0.35em;
}
.section19 .txt8 svg .cls-3 {
  letter-spacing: 0.08em;
}
.section19 .txt8 svg .cls-4 {
  letter-spacing: -0.1em;
}
.section19 .txt8 svg .cls-5 {
  letter-spacing: 0.07em;
}
.section19 .txt8 svg .cls-6 {
  letter-spacing: -0.3em;
}
.section19 .txt8 svg .cls-7 {
  letter-spacing: 0.03em;
}
.section19 .txt8 svg .cls-8 {
  letter-spacing: 0.05em;
}
.section19 .txt9 {
  margin-top: 5%;
  margin-bottom: 2% !important;
  color: #00a29a;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 575px) {
  .section19 .txt9 {
    font-size: 1rem;
  }
}

.bg1 {
  background-image: url(../img/bgimg1.png);
}

.limg {
  margin-top: 5%;
  padding-top: 7%;
  background-image: url(../img/32.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 576px) {
  .limg {
    background-size: 100% 100%;
  }
}
.limg .thank {
  z-index: 2;
  font-weight: 400;
}
.limg .thank svg .cls-1 {
  font-size: 132.64px;
  fill: #e95383;
  font-family: OoohBaby-Regular, Oooh Baby;
}
.limg .btext {
  margin-top: 13%;
  z-index: 2;
  font-weight: 500;
}
.limg .btext svg .cls-1 {
  font-size: 39.08px;
  fill: #3f3b3a;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.03em;
}
.limg .btext svg .cls-2 {
  letter-spacing: 0.22em;
}
.limg .btext svg .cls-3 {
  letter-spacing: -0.02em;
}
.limg .btext svg .cls-4 {
  letter-spacing: -0.53em;
}

.errorPage {
  margin-top: 5%;
  padding-top: 7%;
  background-image: url(../img/errorImg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: inherit;
}
@media (max-width: 576px) {
  .errorPage {
    background-size: 100% 100%;
  }
}
.errorPage .error {
  z-index: 2;
  font-weight: 400;
}
.errorPage .error svg .cls-1 {
  font-size: 178.57px;
  fill: #fff;
  font-family: OoohBaby-Regular, Oooh Baby;
}
.errorPage .btext {
  margin-top: 4%;
  z-index: 2;
  font-weight: 500;
}
.errorPage .btext svg .cls-1 {
  font-size: 39.08px;
  fill: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}
.errorPage .btext svg .cls-2 {
  letter-spacing: -0.47em;
}
.errorPage .btext svg .cls-3 {
  letter-spacing: 0.07em;
}
.errorPage .btext svg .cls-4 {
  letter-spacing: -0.07em;
}
.errorPage .btext svg .cls-5 {
  letter-spacing: -0.43em;
}

.footerTxt {
  margin-top: 5%;
}
.footerTxt svg .cls-1 {
  font-size: 24.76px;
  fill: #3f3b3a;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.footerTxt svg .cls-2 {
  letter-spacing: -0.35em;
}
.footerTxt svg .cls-3 {
  letter-spacing: 0.08em;
}
.footerTxt svg .cls-4 {
  letter-spacing: -0.1em;
}
.footerTxt svg .cls-5 {
  letter-spacing: 0.07em;
}
.footerTxt svg .cls-6 {
  letter-spacing: -0.3em;
}
.footerTxt svg .cls-7 {
  letter-spacing: 0.03em;
}
.footerTxt svg .cls-8 {
  letter-spacing: 0.05em;
}

.invite {
  background-image: url(../img/redbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
}
.invite .cls-1 {
  letter-spacing: -0.15em;
}
.invite .cls-2 {
  letter-spacing: 0.04em;
}
.invite .cls-3 {
  letter-spacing: -0.28em;
}
.invite .cls-4 {
  font-family: NotoSansJP-Bold-83pv-RKSJ-H, "Noto Sans JP";
  font-size: 58.63px;
  font-weight: bold;
}
.invite .cls-4,
.invite .cls-5 {
  fill: #fff;
}
.invite .cls-6 {
  letter-spacing: 0.09em;
}
.invite .cls-7 {
  letter-spacing: 0.08em;
}
.invite .cls-8 {
  letter-spacing: -0.09em;
}
.invite .cls-9 {
  letter-spacing: 0.06em;
}
.invite .cls-10 {
  letter-spacing: 0.05em;
}
.invite .cls-5 {
  font-family: NotoSansJP-Light-83pv-RKSJ-H, "Noto Sans JP";
  font-size: 36.59px;
  letter-spacing: 0.05em;
}
.invite .cls-11 {
  letter-spacing: -0.06em;
}
.invite .cls-12 {
  stroke-width: 2px;
}
.invite .cls-12,
.invite .cls-13 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}
.invite .cls-14 {
  letter-spacing: -0.22em;
}
.invite .cls-15 {
  letter-spacing: -0.04em;
}
.invite .cls-16 {
  letter-spacing: 0em;
}
.invite .cls-17 {
  letter-spacing: -0.03em;
}
.invite .cls-18 {
  letter-spacing: 0.13em;
}

.invite-sm {
  background-image: url(../img/redbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
}
.invite-sm .cls-1 {
  letter-spacing: 0.03em;
}
.invite-sm .cls-2 {
  letter-spacing: 0.03em;
}
.invite-sm .cls-3 {
  letter-spacing: -0.15em;
}
.invite-sm .cls-4 {
  font-family: NotoSansJP-Light-83pv-RKSJ-H, "Noto Sans JP";
  font-size: 40.85px;
  letter-spacing: 0.06em;
}
.invite-sm .cls-4,
.invite-sm .cls-5 {
  fill: #fff;
}
.invite-sm .cls-6 {
  font-size: 70.09px;
}
.invite-sm .cls-5 {
  font-family: NotoSansJP-Bold-83pv-RKSJ-H, "Noto Sans JP";
  font-weight: bold;
}
.invite-sm .cls-7 {
  letter-spacing: 0.08em;
}
.invite-sm .cls-8 {
  letter-spacing: 0.07em;
}
.invite-sm .cls-9 {
  letter-spacing: 0.07em;
}
.invite-sm .cls-10 {
  letter-spacing: -0.03em;
}
.invite-sm .cls-11 {
  letter-spacing: -0.03em;
}
.invite-sm .cls-12 {
  letter-spacing: -0.02em;
}
.invite-sm .cls-13 {
  font-size: 61.95px;
}
.invite-sm .cls-14 {
  letter-spacing: 0.06em;
}
.invite-sm .cls-15 {
  letter-spacing: -0.05em;
}
.invite-sm .cls-16 {
  letter-spacing: 0.03em;
}
.invite-sm .cls-17 {
  stroke-width: 2px;
}
.invite-sm .cls-17,
.invite-sm .cls-18 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}
.invite-sm .cls-19 {
  letter-spacing: 0.17em;
}
.invite-sm .cls-20 {
  letter-spacing: -0.23em;
}
.invite-sm .cls-21 {
  letter-spacing: -0.29em;
}
.invite-sm .cls-22 {
  letter-spacing: 0.11em;
}
.invite-sm .cls-23 {
  letter-spacing: 0em;
}

.heroleft .cls-1 {
  font-size: 92.68px;
  letter-spacing: -0.15em;
}
.heroleft .cls-2 {
  letter-spacing: 0.02em;
}
.heroleft .cls-2,
.heroleft .cls-3,
.heroleft .cls-4,
.heroleft .cls-5,
.heroleft .cls-6 {
  font-size: 65.65px;
}
.heroleft .cls-3 {
  letter-spacing: -0.3em;
}
.heroleft .cls-7 {
  fill: #3f3b3a;
  font-family: NotoSansJP-Medium-83pv-RKSJ-H, "Noto Sans JP";
  font-size: 36.38px;
}
.heroleft .cls-8 {
  fill: #e95383;
  font-family: NotoSansJP-Bold-83pv-RKSJ-H, "Noto Sans JP";
}
.heroleft .cls-9 {
  letter-spacing: -0.09em;
}
.heroleft .cls-10 {
  letter-spacing: 0.06em;
}
.heroleft .cls-4 {
  letter-spacing: 0em;
}
.heroleft .cls-11 {
  letter-spacing: 0.02em;
}
.heroleft .cls-12 {
  letter-spacing: -0.48em;
}
.heroleft .cls-5 {
  letter-spacing: 0.14em;
}
.heroleft .cls-13 {
  fill: none;
  stroke: #e95383;
  stroke-dasharray: 0 0 1 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
}
.heroleft .cls-14 {
  letter-spacing: -0.03em;
}
.heroleft .cls-15 {
  letter-spacing: -0.04em;
}
.heroleft .cls-16 {
  letter-spacing: -0.24em;
}
.heroleft .cls-6 {
  letter-spacing: 0.06em;
}

.heroSubText svg .cls-1 {
  letter-spacing: -0.14em;
}
.heroSubText svg .cls-2 {
  letter-spacing: 0.2em;
}
.heroSubText svg .cls-3 {
  letter-spacing: 0.05em;
}
.heroSubText svg .cls-4 {
  letter-spacing: -0.08em;
}
.heroSubText svg .cls-5 {
  letter-spacing: 0.07em;
}
.heroSubText svg .cls-6 {
  fill: #231916;
  font-family: NotoSansJP-Medium-83pv-RKSJ-H, "Noto Sans JP";
  font-size: 23.4px;
}
.heroSubText svg .cls-7 {
  letter-spacing: -0.05em;
}
.heroSubText svg .cls-8 {
  letter-spacing: 0.11em;
}
.heroSubText svg .cls-9 {
  letter-spacing: 0em;
}

.sugarimg {
  margin-left: auto;
  position: absolute;
  right: 10%;
  top: 10%;
}
@media (max-width: 576px) {
  .sugarimg {
    top: 2%;
    right: -10%;
  }
}
.sugarimg img {
  width: 80%;
  max-width: 220px;
}
@media (max-width: 576px) {
  .sugarimg img {
    width: 60%;
  }
}

.btnfx {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 999;
}
.btnfx img {
  width: 100px;
}
@media (max-width: 576px) {
  .btnfx img {
    width: 30px;
  }
}

.moMargin {
  margin-left: 0;
}
@media (max-width: 576px) {
  .moMargin {
    margin-left: 10%;
  }
}

.TopBookimg,
.TopPaperimg {
  height: 100%;
}

.topPaperTxt svg .cls-1 {
  isolation: isolate;
}
.topPaperTxt svg .cls-2 {
  font-size: 32.6px;
  fill: #595857;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em;
}
.topPaperTxt svg .cls-3 {
  letter-spacing: 0.53em;
}
.topPaperTxt svg .cls-4 {
  letter-spacing: 0.03em;
}
.topPaperTxt svg .cls-5 {
  letter-spacing: -0.1em;
}
.topPaperTxt svg .cls-6 {
  letter-spacing: 0em;
}
.topPaperTxt svg .cls-7 {
  letter-spacing: 0.02em;
}
.topPaperTxt svg .cls-8 {
  letter-spacing: 0.08em;
}
.topPaperTxt svg .cls-9 {
  letter-spacing: 0.05em;
}
.topPaperTxt svg .cls-10 {
  letter-spacing: -0.07em;
}
.topPaperTxt svg .cls-11 {
  fill: #f5bac7;
  mix-blend-mode: multiply;
}

.foot {
  z-index: 2;
}
.foot svg .cls-1 {
  font-size: 24.76px;
  fill: #3f3b3a;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.foot svg .cls-2 {
  letter-spacing: -0.35em;
}
.foot svg .cls-3 {
  letter-spacing: 0.08em;
}
.foot svg .cls-4 {
  letter-spacing: -0.1em;
}
.foot svg .cls-5 {
  letter-spacing: 0.07em;
}
.foot svg .cls-6 {
  letter-spacing: -0.3em;
}
.foot svg .cls-7 {
  letter-spacing: 0.03em;
}
.foot svg .cls-8 {
  letter-spacing: 0.05em;
}

.markImg {
  height: 100%;
}

.datepicker {
  width: 100% !important;
}
.datepicker td {
  height: 50px !important;
}
@media (max-width: 576px) {
  .datepicker td {
    height: 40px !important;
  }
}
.datepicker .table-condensed {
  border: 1px solid rgba(0, 0, 0, 0.377);
  border-bottom: none;
  width: 100%;
}
.datepicker .table-condensed thead tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.377);
}
.datepicker .table-condensed thead tr td {
  font-size: 30px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  text-align: center;
}
.datepicker .table-condensed thead tr:nth-child(1) td {
  font-size: 30px;
  padding: 20px;
  text-align: start;
}
.datepicker .table-condensed thead th {
  font-size: 30px;
  padding: 20px;
}
@media (max-width: 576px) {
  .datepicker .table-condensed thead th {
    font-size: 12px;
    padding: 10px;
  }
}
.datepicker .table-condensed tbody {
  border-collapse: collapse;
}
.datepicker .table-condensed tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.377);
}
.datepicker .table-condensed tbody tr td {
  border-left: 1px solid rgba(0, 0, 0, 0.377);
  text-align: center;
}
.datepicker .table-condensed tbody tr td input[type=radio] {
  border-radius: 50%;
  width: 60%;
  height: 60%;
  border: 2px solid #999;
  transition: 0.2s all linear;
}

input[name=name],
input[name=email] {
  font-size: 25px;
}
@media (max-width: 992px) {
  input[name=name],
input[name=email] {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  input[name=name],
input[name=email] {
    font-size: 12px;
  }
}

#calendar .day {
  color: blue;
}
#calendar .disabled {
  color: #999;
}
#calendar .active {
  color: #fff;
}

.lineThrough {
  text-decoration: line-through;
  pointer-events: none;
}

.section3y {
  margin-top: 5%;
}

.section3 {
  padding-bottom: 70px;
}
@media (max-width: 576px) {
  .section3 {
    padding-bottom: 0px;
  }
}
.section3 .padding-top {
  padding-top: 80px;
}
@media (max-width: 576px) {
  .section3 .padding-top {
    padding-top: 15px;
  }
}
.section3 .tx1 {
  font-weight: 500;
}
.section3 .tx1 svg .cls-1 {
  opacity: 0.6;
  font-size: 102.76px;
  fill: #e95383;
  stroke: #e95383;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  font-family: OoohBaby-Regular, Oooh Baby;
}
.section3 .tx1 svg .cls-2 {
  letter-spacing: -0.15em;
}
.section3 .tx1 p {
  font-family: Noto Sans JP;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #595857;
}
.section3 .longTxt {
  padding-left: 3%;
  color: #595857;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.section3 .longTxt div {
  margin-top: 3%;
  margin-left: 1%;
}
.section3 .tx1mb {
  color: #595857;
  font-size: 0.8rem;
  line-height: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 5%;
}
.section3 .books {
  position: absolute;
  right: -17%;
  top: 3%;
}
@media (max-width: 1399px) {
  .section3 .books {
    right: -20%;
  }
}
@media (max-width: 576px) {
  .section3 .books {
    right: -9%;
    top: 66.5%;
  }
}
.section3 .books img {
  width: 65%;
}
@media (max-width: 576px) {
  .section3 .books img {
    width: 93%;
  }
}
.section3 .txt2 {
  font-weight: 500;
}
.section3 .txt2 svg {
  padding-bottom: 2%;
}
.section3 .txt2 svg .cls-1 {
  font-size: 30px;
  fill: #595857;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 576px) {
  .section3 .txt2 svg .cls-1 {
    font-size: 35px;
  }
}
.section3 .txt2 svg .cls-2 {
  letter-spacing: 0.07em;
}
.section3 .txt2 svg .cls-3 {
  letter-spacing: 0.25em;
}
.section3 .txt2 svg .cls-4 {
  letter-spacing: -0.5em;
}
.section3 .txt2 svg .cls-5 {
  letter-spacing: 0.13em;
}
.section3 .txt2 svg .cls-6 {
  letter-spacing: 0.15em;
}
.section3 .txt2 svg .cls-7 {
  letter-spacing: 0.05em;
}
.section3 .txt2 svg .cls-8 {
  letter-spacing: 0.03em;
}
.section3 .txt2 svg .cls-9 {
  letter-spacing: -0.05em;
}
.section3 .txt2 svg .cls-10 {
  letter-spacing: 0.12em;
}
.section3 .txt2 svg .cls-11 {
  letter-spacing: -0.1em;
}
.section3 .txt2 svg .cls-12 {
  letter-spacing: -0.35em;
}
.section3 .txt2 svg .cls-13 {
  letter-spacing: -0.8em;
}
.section3 .txt2 svg .cls-14 {
  letter-spacing: -0.43em;
}
.section3 .txt2 svg .cls-15 {
  letter-spacing: 0.32em;
}
.section3 .txt2 svg .cls-16 {
  letter-spacing: -0.42em;
}
.section3 .txt2 svg .cls-17 {
  letter-spacing: 0.08em;
}
.section3 .txt2 svg .cls-18 {
  letter-spacing: -0.3em;
}
.section3 .txt2 svg .cls-19 {
  letter-spacing: 0.15em;
}
.section3 .txt2Mb {
  font-weight: 500;
}
.section3 .txt2Mb svg .cls-1 {
  font-size: 36.86px;
  fill: #595857;
  font-family: "Noto Sans JP", sans-serif;
}
.section3 .txt2Mb svg .cls-2 {
  letter-spacing: 0.08em;
}
.section3 .txt2Mb svg .cls-3 {
  letter-spacing: 0.25em;
}
.section3 .txt2Mb svg .cls-4 {
  letter-spacing: 0em;
}
.section3 .txt2Mb svg .cls-5 {
  letter-spacing: -0.5em;
}
.section3 .txt2Mb svg .cls-6 {
  letter-spacing: 0.13em;
}
.section3 .txt2Mb svg .cls-7 {
  letter-spacing: 0.15em;
}
.section3 .txt2Mb svg .cls-8 {
  letter-spacing: 0.05em;
}
.section3 .txt2Mb svg .cls-9 {
  letter-spacing: 0.02em;
}
.section3 .txt2Mb svg .cls-10 {
  letter-spacing: -0.05em;
}
.section3 .txt2Mb svg .cls-11 {
  letter-spacing: -0.1em;
}
.section3 .txt2Mb svg .cls-12 {
  letter-spacing: -0.5em;
}
.section3 .txt2Mb svg .cls-13 {
  letter-spacing: -0.85em;
}
.section3 .txt2Mb svg .cls-14 {
  letter-spacing: -0.3em;
}
.section3 .txt2Mb svg .cls-15 {
  letter-spacing: -0.42em;
}
.section3 .txt2Mb svg .cls-16 {
  letter-spacing: 0.32em;
}
.section3 .txt2Mb svg .cls-17 {
  letter-spacing: 0.07em;
}
.section3 .txt2Mb svg .cls-18 {
  letter-spacing: 0.15em;
}
.section3 .txt2Mb svg .cls-19 {
  letter-spacing: -0.35em;
}
.section3 .txt2Mb svg .cls-20 {
  letter-spacing: -0.43em;
}
.section3 .htext {
  margin: 10% 0% 2% 0%;
}
@media (max-width: 576px) {
  .section3 .htext {
    margin: 1% 0% 0% 0%;
  }
}
.section3 .htext svg .cls-1 {
  font-size: 38.22px;
  fill: #3f3b3a;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em;
}
.section3 .htext svg .cls-2 {
  letter-spacing: 0.1em;
}
.section3 .htext svg .cls-3 {
  letter-spacing: 0.23em;
}
.section3 .htext svg .cls-4 {
  letter-spacing: 0.2em;
}
.section3 .htext svg .cls-5 {
  letter-spacing: 0.25em;
}
.section3 img {
  margin-bottom: 10%;
}
.section3 .ntext {
  margin-top: 7%;
}
.section3 .ntext svg .cls-1 {
  letter-spacing: 0.1em;
}
.section3 .ntext svg .cls-2 {
  letter-spacing: 0.23em;
}
.section3 .ntext svg .cls-3 {
  letter-spacing: 0.12em;
}
.section3 .ntext svg .cls-4 {
  fill: #595857;
  font-size: 30.32px;
}
.section3 .ntext svg .cls-4,
.section3 .ntext svg .cls-5 {
  font-family: NotoSansJP-Medium-83pv-RKSJ-H, "Noto Sans JP";
}
.section3 .ntext svg .cls-6 {
  fill: none;
  stroke: #595857;
  stroke-dasharray: 0 0 0.5 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6.77px;
}
.section3 .ntext svg .cls-7 {
  letter-spacing: -0.13em;
}
.section3 .ntext svg .cls-8 {
  letter-spacing: 0.25em;
}
.section3 .ntext svg .cls-9 {
  letter-spacing: -0.35em;
}
.section3 .ntext svg .cls-10 {
  letter-spacing: 0.07em;
}
.section3 .ntext svg .cls-11 {
  letter-spacing: 0.2em;
}
.section3 .ntext svg .cls-12 {
  letter-spacing: -0.42em;
}
.section3 .ntext svg .cls-5 {
  fill: #3f3b3a;
  font-size: 48.22px;
}
.section3 .ntext svg .cls-13 {
  letter-spacing: 0.15em;
}

.sectionY {
  background-image: url(../img/section16ybg.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.dtext {
  margin-top: 5%;
}
.dtext svg .cls-1 {
  letter-spacing: 0.1em;
}
.dtext svg .cls-2 {
  letter-spacing: 0.23em;
}
.dtext svg .cls-3 {
  letter-spacing: 0.12em;
}
.dtext svg .cls-4 {
  fill: none;
  stroke: #595857;
  stroke-dasharray: 0 0 0.5 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6.77px;
}
.dtext svg .cls-5 {
  letter-spacing: 0.25em;
}
.dtext svg .cls-6 {
  letter-spacing: 0.2em;
}
.dtext svg .cls-7 {
  fill: #3f3b3a;
  font-family: NotoSansJP-Medium-83pv-RKSJ-H, "Noto Sans JP";
  font-size: 48.22px;
}

.top-banner-img {
  padding-left: 3%;
  margin-top: -10px !important;
  margin-bottom: -30px;
}
@media (max-width: 576px) {
  .top-banner-img {
    padding: 0;
    margin: 0;
    margin-top: -25px;
  }
}

.companyIMG {
  margin-bottom: -3% !important;
}

.profile svg .cls-1 {
  letter-spacing: -0.15em;
}
.profile svg .cls-2 {
  fill: #e95383;
  font-family: OoohBaby-Regular, "Oooh Baby";
  font-size: 102.76px;
  opacity: 0.6;
  stroke: #e95383;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

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