@-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 .wave-back {
  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%23FFF8D6%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;
}

@media (min-width: 925px) {
  main .wave-back {
    padding-top: 100px;
  }
}

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

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

#question {
  background: url(../../img/sejutsu/question.svg) no-repeat top 7vw center/15vw;
  background-color: #FFF8D6;
  padding: 10vw 0;
}

@media (min-width: 925px) {
  #question {
    background: url(../../img/sejutsu/question.svg) no-repeat top 45px left 10%/205px;
    background-color: #FFF8D6;
    padding: 40px 0;
  }
}

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

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

#question h2 img {
  width: 80vw;
}

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

#question .round-box {
  width: 90%;
  max-width: 875px;
  margin: 0 auto;
  overflow: visible;
  border: 2px solid #F19AB0;
}

@media (min-width: 925px) {
  #question .round-box {
    background: url(../../img/sejutsu/q_img.svg) no-repeat bottom right 110px/200px;
    background-color: #fff;
    border: 3px solid #F19AB0;
  }
}

#question .round-box .clip {
  display: block;
  width: 15vw;
  margin: -2.6vw auto 5vw;
}

@media (min-width: 925px) {
  #question .round-box .clip {
    width: 90px;
    margin: -15px auto 25px;
  }
}

#question .round-box ul {
  width: 85%;
  margin: 0 auto 5vw;
}

@media (min-width: 925px) {
  #question .round-box ul {
    margin: 0 auto 25px;
  }
}

#question .round-box ul li {
  background: url(../../img/sejutsu/check_box.svg) no-repeat top left/5vw;
  font-weight: 700;
  line-height: 1.8em;
  padding-left: 7vw;
  margin-bottom: 2vw;
}

@media (min-width: 925px) {
  #question .round-box ul li {
    background: url(../../img/sejutsu/check_box.svg) no-repeat top left/20px;
    font-size: 150%;
    line-height: 1.5em;
    padding-left: 23px;
    margin-bottom: 20px;
  }
}

@media (min-width: 925px) {
  #question .round-box.short {
    padding-bottom: 110px;
  }
  #question .round-box.short .clip {
    margin-bottom: 70px;
  }
}

.grad-back {
  padding: 10vw 0;
}

@media (min-width: 925px) {
  .grad-back {
    padding: 40px 0;
  }
}

.grad-back .text-wrap {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 925px) {
  .grad-back .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .grad-back .text-wrap .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 410px;
    margin-right: 40px;
  }
  .grad-back .text-wrap .right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

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

.grad-back h2 {
  text-align: center;
  color: #F19AB0;
  font-weight: 700;
  font-size: 150%;
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  .grad-back h2 {
    text-align: left;
    font-size: 280%;
    margin-bottom: 30px;
  }
}

.grad-back h3 {
  text-align: center;
  color: #F19AB0;
  font-weight: 700;
  font-size: 130%;
  margin-bottom: 5vw;
}

.grad-back p {
  line-height: 2em;
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  .grad-back p {
    font-size: 150%;
    margin-bottom: 0;
  }
}

.grad-back .img-left {
  display: block;
  width: 80%;
  margin: 0 auto;
}

#graph {
  padding-top: 0;
}

#graph .graph-wrap {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 925px) {
  #graph .graph-wrap {
    width: 55%;
  }
}

@media (min-width: 925px) {
  #graph .text-wrap div {
    margin-right: 50px;
  }
}

#kodomo {
  padding-top: 0;
  text-align: center;
}

#kodomo h2 {
  text-align: center;
}

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

#kodomo ul {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 925px) {
  #kodomo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

#kodomo .round-box {
  border: 2px solid #998675;
  padding: 3vw;
  margin-bottom: 3vw;
}

@media (min-width: 925px) {
  #kodomo .round-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;
    width: 18%;
    height: 70px;
    font-size: 150%;
    font-weight: 700;
    padding: 0;
    margin-bottom: 25px;
  }
}

#kodomo .sub {
  font-size: 90%;
}

@media (min-width: 925px) {
  #kodomo .sub {
    font-size: 150%;
  }
}

#sango {
  padding-top: 0;
}

@media (min-width: 925px) {
  #sango .right {
    width: 49%;
  }
}

#sango-point article {
  padding: 15vw 0;
  border-bottom: 1px solid #F19AB0;
}

@media (min-width: 925px) {
  #sango-point article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    max-width: 1000px;
    padding: 90px 3.5% 65px;
    margin: 0 auto;
  }
  #sango-point article:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #sango-point article:nth-of-type(even) .text-wrap {
    margin-right: 0;
    margin-left: 60px;
  }
}

#sango-point article:last-of-type {
  border: none;
}

#sango-point article h3 {
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #sango-point article h3 {
    font-size: 220%;
    margin-bottom: 50px;
  }
}

#sango-point article h3 .num {
  width: 15vw;
  margin-bottom: 3vw;
}

@media (min-width: 925px) {
  #sango-point article h3 .num {
    width: 55px;
    margin-bottom: 0;
    margin-right: 30px;
  }
}

#sango-point article .text-wrap {
  width: 90%;
  margin: 0 auto 5vw;
}

@media (min-width: 925px) {
  #sango-point article .text-wrap {
    width: 55%;
    font-size: 150%;
    text-align-last: left;
    margin: 0 60px 0 0;
  }
}

#sango-point article .img {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 925px) {
  #sango-point article .img {
    width: 40%;
    margin: 0;
  }
}

#sango-start {
  background-color: #F19AB0;
  color: #fff;
  padding: 10vw 0 1px;
}

@media (min-width: 925px) {
  #sango-start {
    padding: 35px 0;
  }
}

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

#sango-start h3 {
  text-align: center;
  background-color: #fff;
  color: #F19AB0;
  font-size: 150%;
  font-weight: 700;
  margin-bottom: 5vw;
  border-radius: 50px;
  padding: 5vw 0;
}

@media (min-width: 925px) {
  #sango-start h3 {
    width: 285px;
    font-size: 200%;
    padding: 20px 0;
    margin-bottom: 0;
    margin-right: 30px;
  }
}

#sango-start h4 {
  text-align: center;
  font-size: 140%;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 60%;
  padding: 3vw 0;
  margin: 0 auto 5vw;
}

@media (min-width: 925px) {
  #sango-start h4 {
    width: 165px;
    font-size: 150%;
    padding: 10px 0;
    margin: 0 20px 0 0;
  }
}

#sango-start p {
  font-size: 140%;
}

@media (min-width: 925px) {
  #sango-start p {
    font-size: 130%;
  }
}

#sango-start p .sub {
  font-size: 75%;
}

#sango-start .start {
  border-bottom: 2px dotted #fff;
  padding-bottom: 10vw;
  margin-bottom: 10vw;
}

@media (min-width: 925px) {
  #sango-start .start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}

@media (min-width: 925px) {
  #sango-start .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 5%;
  }
}

#sango-start .time p {
  text-align: center;
  margin-bottom: 10vw;
}

@media (min-width: 925px) {
  #sango-start .time p {
    text-align: left;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

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

@media (min-width: 925px) {
  #jiko {
    padding: 65px 0;
  }
}

#jiko .round-box {
  position: relative;
  overflow: visible;
  width: 90%;
  max-width: 1000px;
  padding: 7vw;
  margin: 0 auto;
}

@media (min-width: 925px) {
  #jiko .round-box {
    padding: 35px 0;
  }
}

@media (min-width: 925px) {
  #jiko .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 925px) {
  #jiko .text-wrap {
    width: 50%;
  }
}

#jiko h3 {
  position: absolute;
  background: url(../../img/sejutsu/dot_line_sp.svg) no-repeat bottom center/contain;
  text-align: center;
  color: #F19AB0;
  font-size: 150%;
  font-weight: 700;
  padding-bottom: 5vw;
  width: 90%;
  top: -25vw;
  left: 5vw;
}

@media (min-width: 925px) {
  #jiko h3 {
    position: relative;
    background: url(../../img/sejutsu/dot_line_pc.svg) no-repeat bottom center/contain;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 60px;
    top: 0;
    left: 0;
  }
}

#jiko p {
  line-height: 1.8em;
  font-weight: 700;
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #jiko p {
    line-height: 2em;
    font-size: 130%;
    margin-bottom: 45px;
  }
  #jiko p:last-of-type {
    margin-bottom: 0;
  }
}

#jiko img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 925px) {
  #jiko img {
    width: 320px;
  }
}

#jiko-flow h3 {
  position: relative;
  text-align: center;
  background-color: #F19AB0;
  color: #fff;
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  padding: 5vw 0;
  margin-bottom: 10vw;
}

@media (min-width: 925px) {
  #jiko-flow h3 {
    font-size: 250%;
    padding: 30px 0;
    margin-bottom: 35px;
  }
}

#jiko-flow h3 .bubble-allow {
  position: absolute;
  width: 6vw;
  bottom: -3vw;
  left: calc(50% - 3vw);
}

@media (min-width: 925px) {
  #jiko-flow h3 .bubble-allow {
    width: 55px;
    bottom: -25px;
    left: calc(50% - 27.5px);
  }
}

#jiko-flow article {
  padding: 7vw 0;
}

#jiko-flow article:nth-of-type(even) {
  background-color: #FFF8D6;
}

@media (min-width: 925px) {
  #jiko-flow article {
    padding: 30px 0;
  }
}

@media (min-width: 925px) {
  #jiko-flow article .content-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

#jiko-flow article .num {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  display: block;
  width: 20vw;
  margin: 0 auto 3vw;
}

@media (min-width: 925px) {
  #jiko-flow article .num {
    width: 130px;
    margin: 0;
  }
}

#jiko-flow article h4 {
  text-align: center;
  color: #F19AB0;
  font-size: 150%;
  font: 700px;
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #jiko-flow article h4 {
    text-align: left;
    font-size: 200%;
    margin-bottom: 35px;
  }
}

@media (min-width: 925px) {
  #jiko-flow article p {
    font-size: 110%;
  }
}

#jiko-flow article .text-wrap {
  width: 90%;
  margin: 0 auto 5vw;
}

@media (min-width: 925px) {
  #jiko-flow article .text-wrap {
    width: 40%;
    margin: 0;
  }
}

#jiko-flow article .flow-img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 925px) {
  #jiko-flow article .flow-img {
    width: 40%;
    margin: 0;
  }
}

#jiko-flow article .step-line {
  display: none;
}

@media (min-width: 925px) {
  #jiko-flow article .step-line {
    position: absolute;
    display: block;
    width: 2px;
    bottom: -45px;
    left: 65px;
  }
}

#jiko-merry {
  background-color: #FFF8D6;
  padding: 7vw 0;
}

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

#jiko-merry .round-box {
  text-align: center;
  color: #F19AB0;
  width: 90%;
  max-width: 1000px;
  border: 2px solid #F19AB0;
  padding: 10vw 0;
  margin: 0 auto;
}

@media (min-width: 925px) {
  #jiko-merry .round-box {
    padding: 50px 0;
  }
}

#jiko-merry h3 {
  color: #F19AB0;
  font-size: 170%;
  font-weight: 700;
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #jiko-merry h3 {
    font-size: 250%;
    margin-bottom: 40px;
  }
}

@media (min-width: 925px) {
  #jiko-merry .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 80%;
    margin: 0 auto;
  }
}

#jiko-merry .t-box {
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #jiko-merry .t-box {
    width: 48%;
    margin-bottom: 0;
  }
}

#jiko-merry .bubble {
  position: relative;
  display: inline-block;
  font-size: 120%;
  margin-bottom: 3vw;
}

@media (min-width: 925px) {
  #jiko-merry .bubble {
    font-size: 150%;
    margin-bottom: 20px;
  }
}

#jiko-merry .bubble::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #F19AB0;
  width: 1px;
  height: 120%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 0;
  left: -2vw;
}

@media (min-width: 925px) {
  #jiko-merry .bubble::before {
    width: 2px;
    left: -15px;
  }
}

#jiko-merry .bubble::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #F19AB0;
  width: 1px;
  height: 120%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 0;
  right: -2vw;
}

@media (min-width: 925px) {
  #jiko-merry .bubble::after {
    width: 2px;
    right: -15px;
  }
}

#jiko-merry .main-text {
  background-color: #FDF2F5;
  font-size: 150%;
  font-weight: 700;
  width: 90%;
  border-radius: 50px;
  padding: 3vw 0;
  margin: 0 auto;
}

@media (min-width: 925px) {
  #jiko-merry .main-text {
    font-size: 150%;
    width: 100%;
    padding: 20px 0;
    margin: 0;
  }
}

#jiko-merry .sub {
  text-align: center;
  font-size: 90%;
  width: 90%;
  margin: 3vw auto 0;
}

@media (min-width: 925px) {
  #jiko-merry .sub {
    font-size: 120%;
    margin: 10px auto 0;
  }
}

#jiko-sejutsu .img-btn::after {
  right: 7vw;
}

@media (min-width: 925px) {
  #jiko-sejutsu .img-btn::after {
    right: 150px;
  }
}

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

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

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

#answer h2 {
  text-align: center;
  background-color: #F19AB0;
  color: #fff;
  font-size: 150%;
  border-radius: 20px;
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #answer h2 {
    font-size: 200%;
    padding: 20px 0;
    margin-bottom: 25px;
    border-radius: 50px;
  }
}

#answer p {
  font-weight: 700;
  margin-bottom: 10vw;
}

@media (min-width: 925px) {
  #answer p {
    font-size: 180%;
    margin-bottom: 50px;
  }
}

#answer .round-box {
  padding: 5vw 0;
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #answer .round-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 60px;
    margin-bottom: 25px;
  }
  #answer .round-box .text {
    width: 455px;
    margin-right: 30px;
  }
}

#answer .round-box h3 {
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #answer .round-box h3 {
    text-align: left;
    font-size: 180%;
    margin-bottom: 30px;
  }
}

#answer .round-box h3 .num {
  display: block;
  width: 10vw;
  margin: 0 auto 5vw;
}

@media (min-width: 925px) {
  #answer .round-box h3 .num {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    margin: 0 20px 0 0;
  }
}

#answer .round-box p {
  width: 90%;
  font-weight: normal;
  margin: 0 auto 5vw;
}

@media (min-width: 925px) {
  #answer .round-box p {
    width: 100%;
    margin: 0;
  }
}

#answer .round-box img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 925px) {
  #answer .round-box img {
    width: 430px;
  }
}

#merry {
  background: url(../../img/sejutsu/circle_back.svg) no-repeat top center/100%;
  background-color: #FFE9A9;
  padding-bottom: 10vw;
}

@media (min-width: 925px) {
  #merry {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}

#merry h2 {
  position: relative;
  text-align: center;
  color: #F19AB0;
  font-size: 150%;
  font-weight: 700;
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #merry h2 {
    width: 475px;
    font-size: 250%;
    margin: 0 auto 60px;
  }
}

#merry h2 .text-deco {
  display: block;
  width: 20vw;
  margin-left: 3vw;
}

@media (min-width: 925px) {
  #merry h2 .text-deco {
    position: absolute;
    width: 95px;
    margin: 0;
    top: -70px;
    left: -80px;
  }
}

#merry p {
  font-size: 120%;
  font-weight: 700;
  width: 80%;
  margin: 0 auto 5vw;
}

@media (min-width: 925px) {
  #merry p {
    font-size: 200%;
    text-align: center;
  }
}

#merry .round-box {
  text-align: center;
  width: 90%;
  max-width: 720px;
  padding: 10vw 0;
  margin: 0 auto;
}

@media (min-width: 925px) {
  #merry .round-box {
    padding: 25px 0;
  }
}

#merry .round-box h4 {
  display: inline-block;
  background-color: #F19AB0;
  color: #fff;
  font-size: 110%;
  padding: 1vw 3vw;
  border-radius: 50px;
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #merry .round-box h4 {
    font-size: 170%;
    padding: 5px 30px;
    margin-bottom: 20px;
  }
}

#merry .round-box p {
  width: 90%;
  margin-bottom: 3vw;
}

@media (min-width: 925px) {
  #merry .round-box p {
    margin-bottom: 20px;
  }
}

#merry .round-box .sub {
  font-size: 80%;
  margin-bottom: 0;
}

@media (min-width: 925px) {
  #merry .round-box .sub {
    font-size: 150%;
  }
}

#voice-slide {
  padding-top: 10vw;
}
/*# sourceMappingURL=style.css.map */