@-webkit-keyframes page-top-arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes page-top-arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

main b {
  background-color: #FFE9A9;
}

main .mark {
  color: #F19AB0;
}

main .yellow-span {
  background-color: #FFF8D6;
  height: 15vw;
}

@media (min-width: 925px) {
  main .yellow-span {
    height: 70px;
  }
}

main .content-wrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

#about-mshiki {
  text-align: center;
  font-size: 120%;
  font-weight: 700;
  padding: 10vw 0;
}

@media (min-width: 925px) {
  #about-mshiki {
    padding: 50px 0;
  }
}

#about-mshiki h2 {
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #about-mshiki h2 {
    font-size: 200%;
    margin-bottom: 25px;
  }
}

#about-mshiki p {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 925px) {
  #about-mshiki p {
    font-size: 150%;
    width: 100%;
    margin: 0;
  }
  #about-mshiki p .dot-line {
    border-bottom: 2px dotted #998675;
    padding: 0 10px;
  }
}

#know {
  background-color: #FDF2F5;
  padding: 10vw 0 15vw;
}

@media (min-width: 925px) {
  #know {
    padding: 55px 0 40px;
  }
}

#know .round-box {
  border: 2px solid #F19AB0;
  padding: 7vw 5vw;
}

@media (min-width: 925px) {
  #know .round-box {
    background: url(../../img/mshiki/know_back.svg) no-repeat bottom right 20px/145px;
    background-color: #fff;
    text-align: center;
    padding: 65px 0 55px;
  }
}

#know h2 {
  text-align: center;
  margin-bottom: 10vw;
}

@media (min-width: 925px) {
  #know h2 {
    margin-bottom: 55px;
  }
}

#know h2 img {
  width: 65vw;
}

@media (min-width: 925px) {
  #know h2 img {
    width: 365px;
  }
}

#know .pink {
  text-align: center;
  color: #F19AB0;
  font-size: 140%;
  font-weight: 700;
  margin-bottom: 10vw;
}

@media (min-width: 925px) {
  #know .pink {
    font-size: 200%;
    margin-bottom: 40px;
  }
}

@media (min-width: 925px) {
  #know .dot-line {
    font-size: 110%;
    width: 65%;
    border-bottom: 2px dotted #998675;
    margin: 0 auto;
  }
}

#know .dot-line:last-of-type {
  margin-top: 5vw;
}

@media (min-width: 925px) {
  #know .dot-line:last-of-type {
    margin-top: 0;
  }
}

#upset {
  position: relative;
  background: url(../../img/mshiki/nayami_kata_sp.svg) no-repeat top 3vw left 3vw/20vw, url(../../img/mshiki/nayami_koshi_sp.svg) no-repeat bottom 3vw right 3vw/18vw;
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  padding: 15vw 0;
}

@media (min-width: 925px) {
  #upset {
    background: url(../../img/mshiki/nayami_kata.svg) no-repeat center left 15%/127px, url(../../img/mshiki/nayami_koshi.svg) no-repeat center right 15%/115px;
    font-size: 200%;
    padding: 65px 0;
  }
}

#upset .text-deco {
  position: absolute;
  width: 15vw;
  top: -5vw;
  right: 10vw;
}

@media (min-width: 925px) {
  #upset .text-deco {
    width: 75px;
    top: -8px;
    right: 30%;
  }
}

#shisei {
  background-color: #FDF2F5;
  padding: 40vw 0 20vw;
}

@media (min-width: 925px) {
  #shisei {
    padding: 90px 0 60px;
  }
}

#shisei .round-box {
  position: relative;
  overflow: visible;
  text-align: center;
  font-weight: 700;
  padding: 15vw 0 5vw;
  margin-bottom: 40vw;
}

@media (min-width: 925px) {
  #shisei .round-box {
    padding: 30px 0 20px;
    margin-bottom: 65px;
  }
}

@media (min-width: 925px) {
  #shisei .round-box:nth-of-type(1) {
    padding-left: 255px;
  }
}

#shisei .round-box:nth-of-type(1) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 75%;
  margin: 0 auto;
}

@media (min-width: 925px) {
  #shisei .round-box:nth-of-type(1) ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 90%;
    margin-top: 30px;
  }
}

#shisei .round-box:nth-of-type(1) ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF8D6;
  color: #F19AB0;
  width: 30vw;
  height: 30vw;
  margin-bottom: 3vw;
  border-radius: 20vw;
}

@media (min-width: 925px) {
  #shisei .round-box:nth-of-type(1) ul li {
    width: 115px;
    height: 115px;
    margin-bottom: 0;
  }
}

@media (min-width: 925px) {
  #shisei .round-box:nth-of-type(2) {
    padding-right: 255px;
  }
  #shisei .round-box:nth-of-type(2) h4 {
    left: auto;
    right: -60px;
  }
  #shisei .round-box:nth-of-type(2) h4::before {
    left: 30px;
    -webkit-transform: none;
            transform: none;
  }
  #shisei .round-box:nth-of-type(2) h4::after {
    left: 32px;
    -webkit-transform: none;
            transform: none;
  }
  #shisei .round-box:nth-of-type(2) p {
    text-align: left;
    font-size: 140%;
  }
}

#shisei .round-box:nth-of-type(2) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 925px) {
  #shisei .round-box:nth-of-type(2) ul {
    margin-top: 20px;
  }
}

#shisei .round-box:nth-of-type(2) ul li {
  background-color: #FDF2F5;
  color: #F19AB0;
  width: 49%;
  padding: 3vw 0;
  margin-bottom: 2vw;
}

@media (min-width: 925px) {
  #shisei .round-box:nth-of-type(2) ul li {
    width: 24.5%;
    padding: 10px 0;
    margin-bottom: 5px;
  }
}

#shisei .round-box:nth-of-type(3) {
  margin-bottom: 0;
}

@media (min-width: 925px) {
  #shisei .round-box:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 255px;
    padding-right: 30px;
  }
}

#shisei .round-box:nth-of-type(3) p {
  text-align: left;
  font-size: 120%;
}

@media (min-width: 925px) {
  #shisei .round-box:nth-of-type(3) p {
    font-size: 150%;
    margin: 0 20px;
  }
}

#shisei .round-box:nth-of-type(3) img {
  width: 90%;
}

@media (min-width: 925px) {
  #shisei .round-box:nth-of-type(3) img {
    width: 260px;
  }
}

#shisei h4 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #F19AB0;
  color: #fff;
  font-size: 150%;
  width: 80vw;
  height: 40vw;
  border-radius: 20px;
  border: 2px solid #fff;
  top: -30vw;
  left: 5vw;
}

@media (min-width: 925px) {
  #shisei h4 {
    font-size: 200%;
    width: 310px;
    height: 180px;
    top: -30px;
    left: -60px;
  }
  #shisei h4::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030.14%2017.14%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%95%E3%83%83%E3%82%BF%E3%83%BC%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%221.86%200%200%2017.14%2030.14%200%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    width: 55px;
    height: 22px;
    bottom: -22px;
    right: 30px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #shisei h4::after {
    position: absolute;
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030.14%2017.14%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23F19AB0%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%95%E3%83%83%E3%82%BF%E3%83%BC%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%221.86%200%200%2017.14%2030.14%200%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    width: 55px;
    height: 22px;
    bottom: -18px;
    right: 32px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}

#shisei p {
  width: 90%;
  font-size: 150%;
  margin: 0 auto 5vw;
}

@media (min-width: 925px) {
  #shisei p {
    margin: 0 auto;
  }
}

#taiou {
  background-color: #FFF8D6;
  padding: 10vw 0;
}

@media (min-width: 925px) {
  #taiou {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20375%208.79%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23FDF2F5%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22TOP%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M187.52%2C0C241%2C0%2C241%2C8.79%2C294.55%2C8.79c42.79%2C0%2C51.36-5.62%2C80.45-7.87V0ZM0%2C.91C29.13%2C3.16%2C37.68%2C8.79%2C80.5%2C8.79%2C134%2C8.79%2C134%2C0%2C187.52%2C0H0Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 100vw;
    background-position: top left;
    padding-top: 15vw;
    padding: 80px 0 95px;
  }
}

@media (min-width: 925px) and (min-width: 925px) {
  #taiou {
    padding-top: 100px;
  }
}

#taiou h2 {
  text-align: center;
  margin-bottom: 10vw;
}

@media (min-width: 925px) {
  #taiou h2 {
    margin-bottom: 55px;
  }
}

#taiou h2 img {
  width: 55vw;
}

@media (min-width: 925px) {
  #taiou h2 img {
    width: 440px;
  }
}

#taiou ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#taiou ul li {
  text-align: center;
  background-color: #fff;
  font-size: 110%;
  color: #F19AB0;
  width: 49%;
  border: 2px solid #F19AB0;
  border-radius: 50px;
  padding: 3vw 0;
  margin-bottom: 2vw;
}

@media (min-width: 925px) {
  #taiou ul li {
    font-size: 130%;
    width: 24%;
    padding: 20px 0;
    margin-bottom: 10px;
  }
}

#technique {
  position: relative;
  background-color: #FDF2F5;
  font-weight: 700;
  padding: 0 0 5vw;
}

@media (min-width: 925px) {
  #technique {
    padding: 25px 0 80px;
  }
}

#technique::before {
  position: absolute;
  z-index: 0;
  content: "";
  display: block;
  background-color: #FFF8D6;
  width: 100%;
  height: 12.5vw;
  top: 0;
  left: 0;
}

@media (min-width: 925px) {
  #technique::before {
    height: 177px;
  }
}

#technique::after {
  position: absolute;
  z-index: 0;
  content: "";
  display: block;
  background-color: #FDF2F5;
  width: 100%;
  height: 25vw;
  border-radius: 50%;
  top: 0;
  left: 0;
}

@media (min-width: 925px) {
  #technique::after {
    height: 354px;
  }
}

#technique h3 {
  position: relative;
  z-index: 1;
  background-color: #F19AB0;
  text-align: center;
  color: #fff;
  font-size: 130%;
  width: 80%;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 3vw 0;
  margin: 0 auto 3vw;
}

@media (min-width: 925px) {
  #technique h3 {
    width: 315px;
    font-size: 130%;
    padding: 20px 0;
    margin: 0 auto 40px;
  }
}

#technique h3::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030.14%2017.14%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%95%E3%83%83%E3%82%BF%E3%83%BC%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%221.86%200%200%2017.14%2030.14%200%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  width: 9vw;
  height: 4vw;
  bottom: -4vw;
  right: 15vw;
}

@media (min-width: 925px) {
  #technique h3::before {
    width: 18px;
    height: 9px;
    bottom: -9px;
    right: 40px;
  }
}

#technique h3::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030.14%2017.14%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23F19AB0%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%95%E3%83%83%E3%82%BF%E3%83%BC%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%221.86%200%200%2017.14%2030.14%200%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  width: 9vw;
  height: 4vw;
  bottom: -3vw;
  right: 14.5vw;
}

@media (min-width: 925px) {
  #technique h3::after {
    width: 18px;
    height: 9px;
    bottom: -6px;
    right: 38px;
  }
}

#technique .flex-box {
  position: relative;
  z-index: 1;
}

@media (min-width: 925px) {
  #technique .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }
}

#technique .flex-box .doc-img {
  display: none;
}

@media (min-width: 925px) {
  #technique .flex-box .doc-img {
    display: block;
    width: 140px;
    margin-right: 40px;
  }
}

#technique p {
  line-height: 1.8em;
  text-align: center;
  font-size: 150%;
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #technique p {
    margin-bottom: 0;
  }
}

#technique .box {
  position: relative;
  z-index: 1;
}

@media (min-width: 925px) {
  #technique .box {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 90px;
  }
}

#technique .box2 {
  position: relative;
  z-index: 1;
}

@media (min-width: 925px) {
  #technique .box2 {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 100px;
  }
}

#technique .sub {
  font-size: 90%;
  font-weight: normal;
}

@media (min-width: 925px) {
  #technique .sub {
    font-size: 130%;
    text-align: right;
  }
}

#technique .round-box {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-bottom: 3vw;
}

@media (min-width: 925px) {
  #technique .round-box {
    padding: 30px 0;
    margin-bottom: 20px;
  }
}

#technique ul {
  font-size: 150%;
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 925px) {
  #technique ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#technique ul li {
  line-height: 1.8em;
  text-align: center;
  border-bottom: 2px solid #F19AB0;
  padding: 5vw 0;
}

@media (min-width: 925px) {
  #technique ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: none;
    width: 33%;
    border-right: 2px solid #F19AB0;
    padding: 0 20px;
  }
}

#technique ul li:last-of-type {
  border: none;
}

#technique .doc-img {
  display: none;
}

#technique .kouka {
  padding: 5vw;
}

@media (min-width: 925px) {
  #technique .kouka {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 60px 5%;
    margin-top: 100px;
  }
  #technique .kouka .sec-line {
    top: -70px;
  }
}

#technique .kouka p {
  text-align: left;
  font-size: 110%;
}

@media (min-width: 925px) {
  #technique .kouka p {
    font-size: 150%;
    width: 70%;
  }
}

@media (min-width: 925px) {
  #technique .kouka img {
    width: 230px;
  }
}

#technique .sec-line {
  display: none;
}

@media (min-width: 925px) {
  #technique .sec-line {
    display: block;
  }
}

#setagaya {
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20375%208.79%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23FDF2F5%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22TOP%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M187.52%2C0C241%2C0%2C241%2C8.79%2C294.55%2C8.79c42.79%2C0%2C51.36-5.62%2C80.45-7.87V0ZM0%2C.91C29.13%2C3.16%2C37.68%2C8.79%2C80.5%2C8.79%2C134%2C8.79%2C134%2C0%2C187.52%2C0H0Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100vw;
  background-position: top left;
  padding-top: 15vw;
  background-color: #FFF8D6;
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #setagaya {
    padding-top: 100px;
  }
}

@media (min-width: 925px) {
  #setagaya {
    background-color: #fff;
    padding-top: 80px;
    margin-bottom: 40px;
  }
  #setagaya::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #FFF8D6;
    width: 100%;
    height: 145px;
    top: 152px;
    left: 0;
  }
}

#setagaya .box {
  position: relative;
}

@media (min-width: 925px) {
  #setagaya .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#setagaya p {
  color: #F19AB0;
  font-size: 130%;
  font-weight: 700;
  width: 80%;
  margin: 0 auto 5vw;
}

@media (min-width: 925px) {
  #setagaya p {
    width: auto;
    margin: 0;
  }
}

@media (min-width: 925px) {
  #setagaya img {
    width: 545px;
    margin-left: 50px;
  }
}
/*# sourceMappingURL=style.css.map */