@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  margin-top: 6.8vw;
  overflow: hidden;
}

.inner {
  width: 54.6875vw;
  max-width: 1200px;
  min-width: 700px;
  margin: 0 auto;
}

#mv_area {
  background: #CFF5FF;
  padding: 10.625vw 0 18.75vw;
  position: relative;
  overflow: hidden;
}
#mv_area .inner {
  position: relative;
}
#mv_area .inner .mv_title {
  color: #116D96;
  text-align: center;
  font-size: clamp(28px, 2vw, 32px);
  padding: 0 0 9.0625vw;
  position: relative;
  z-index: 1;
}
#mv_area .inner .mv_title:before {
  content: "";
  background: url(../img/common/bg_mv_cloud.svg) no-repeat;
  background-size: 100%;
  width: 50vw;
  height: 22vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 10.8vw;
  margin: auto;
  z-index: -1;
  -webkit-animation: floatCloud1 12s ease-in-out infinite;
          animation: floatCloud1 12s ease-in-out infinite;
}
#mv_area .inner .mv_title:after {
  content: "";
  position: absolute;
  transition: left 0.6s ease-out;
}
#mv_area .inner .mv_detail {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#mv_area .inner .mv_detail .img {
  width: 42%;
}
#mv_area .inner .mv_detail .text {
  width: 58%;
  padding: 0 0 0 3.125vw;
}
#mv_area .inner .mv_detail .text .copy {
  color: #513209;
  font-weight: bold;
  margin: 0 0 2.34375vw;
  font-size: clamp(20px, 1.6vw, 22px);
  line-height: 1.8;
}
#mv_area .inner .mv_detail .text p {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.8;
}
#mv_area .inner .mv_detail .text p.small {
  font-size: 0.8em;
}
#mv_area .inner .mv_detail .text p.c_pink {
  color: #F45675;
}
#mv_area .inner .mv_detail:before {
  content: "";
  background: url(../img/common/bg_cloud_wh.svg) no-repeat;
  background-size: 100%;
  width: 8.828125vw;
  height: 7.5vw;
  position: absolute;
  right: -12vw;
  top: -20vw;
  margin: auto;
  -webkit-animation: floatCloud2 16s ease-in-out infinite;
          animation: floatCloud2 16s ease-in-out infinite;
}
#mv_area .inner .mv_detail:after {
  content: "";
  position: absolute;
  transition: right 0.6s ease-out;
}
#mv_area .inner:before {
  content: "";
  background: url(../img/common/bg_cloud_wh.svg) no-repeat;
  background-size: 100%;
  width: 8.828125vw;
  height: 7.5vw;
  position: absolute;
  left: -12vw;
  bottom: 0;
  margin: auto;
  -webkit-animation: floatCloud3 20s ease-in-out infinite;
          animation: floatCloud3 20s ease-in-out infinite;
}
#mv_area .inner:after {
  content: "";
  position: absolute;
  margin: auto;
}
#mv_area:before {
  content: "";
  background: url(../img/common/bg_cloud_wh.svg) no-repeat;
  background-size: 100%;
  width: 26.71875vw;
  height: 19.21875vw;
  position: absolute;
  right: -12vw;
  top: 14vw;
  margin: auto;
  -webkit-animation: floatCloud3 20s ease-in-out infinite;
          animation: floatCloud3 20s ease-in-out infinite;
}
#mv_area:after {
  content: "";
  background: url(../img/common/bg_cloud_wh.svg) no-repeat;
  background-size: 100%;
  width: 16.015625vw;
  height: 11.5625vw;
  position: absolute;
  left: -6vw;
  bottom: 14vw;
  margin: auto;
  -webkit-animation: floatCloud2 12s ease-in-out infinite;
          animation: floatCloud2 12s ease-in-out infinite;
}
#mv_area.kids .inner .mv_title img {
  width: 21.09375vw;
}
#mv_area.kids .inner .mv_title:after {
  content: "";
  background: url(../img/kids/bg_tree_kids_left.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30vw;
  height: 20vw;
  left: -70vw;
}
#mv_area.kids .inner .mv_title.is-show:after {
  left: -30vw;
}
#mv_area.kids .inner .mv_detail:after {
  content: "";
  background: url(../img/kids/bg_tree_kids_right.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30vw;
  height: 15vw;
  top: 0;
  right: -70vw;
}
#mv_area.kids .inner .mv_detail.is-show:after {
  right: -30vw;
}
#mv_area.kids .inner:after {
  content: "";
  background: url(../img/kids/bg_bird_kids.gif) no-repeat;
  background-size: 100%;
  width: 9.375vw;
  height: 18.75vw;
  right: -12vw;
  top: 8vw;
}
#mv_area.service .inner .mv_title img {
  width: 30.859375vw;
}
#mv_area.service .inner .mv_title:after {
  content: "";
  background: url(../img/service/bg_tree_service_left.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30vw;
  height: 20vw;
  top: -2vw;
  left: -70vw;
}
#mv_area.service .inner .mv_title.is-show:after {
  left: -30vw;
}
#mv_area.service .inner .mv_detail:after {
  content: "";
  background: url(../img/service/bg_tree_service_right.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30vw;
  height: 15vw;
  top: 17vw;
  right: -70vw;
}
#mv_area.service .inner .mv_detail.is-show:after {
  right: -30vw;
}
#mv_area.service .inner:after {
  content: "";
  background: url(../img/service/bg_butterfly_service.gif) no-repeat;
  background-size: 100%;
  width: 8.28125vw;
  height: 11.796875vw;
  right: -12vw;
  top: 8vw;
}
#mv_area.traning .inner .mv_title img {
  width: 34.6875vw;
}
#mv_area.traning .inner .mv_title:after {
  content: "";
  background: url(../img/traning/bg_tree_traning_left.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30vw;
  height: 20vw;
  top: -2vw;
  left: -70vw;
}
#mv_area.traning .inner .mv_title.is-show:after {
  left: -30vw;
}
#mv_area.traning .inner .mv_detail:after {
  content: "";
  background: url(../img/traning/bg_tree_traning_right.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30vw;
  height: 15vw;
  top: 15vw;
  right: -70vw;
}
#mv_area.traning .inner .mv_detail.is-show:after {
  right: -30vw;
}
#mv_area.traning .inner:after {
  content: "";
  display: none;
}
#mv_area.treatment .inner .mv_title img {
  width: 36.40625vw;
}
#mv_area.treatment .inner .mv_title:after {
  content: "";
  background: url(../img/treatment/bg_tree_treatment_left.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30vw;
  height: 20vw;
  top: -2vw;
  left: -70vw;
}
#mv_area.treatment .inner .mv_title.is-show:after {
  left: -30vw;
}
#mv_area.treatment .inner .mv_detail:after {
  content: "";
  background: url(../img/treatment/bg_tree_treatment_right.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30vw;
  height: 15vw;
  top: 15vw;
  right: -70vw;
}
#mv_area.treatment .inner .mv_detail.is-show:after {
  right: -30vw;
}
#mv_area.treatment .inner:after {
  content: "";
  display: none;
}

.contents {
  position: relative;
}
.contents.roof:before {
  content: "";
  background: url(../img/common/bg_roof.svg) no-repeat;
  background-size: 105%;
  background-position: center;
  width: 100%;
  height: 22vw;
  position: absolute;
  top: -16vw;
}
.contents.cloud:before {
  content: "";
  background: url(../img/common/bg_cloud_wh_top.svg) no-repeat;
  background-size: 105%;
  background-position: center;
  width: 100%;
  height: 13.28125vw;
  position: absolute;
  top: -13vw;
}
.contents .flex_detail {
  display: flex;
  justify-content: space-between;
  margin: 5.625vw auto 0;
  position: relative;
}
.contents .flex_detail .img {
  position: relative;
}
.contents .flex_detail .text p {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.8;
}
.contents .bg_yellow {
  position: relative;
  padding: 6.25vw 0 9.375vw;
  background: #FFFFB3;
}
.contents .bg_yellow:before {
  content: "";
  background: url(../img/kids/bg_fun.svg) no-repeat;
  background-size: 105%;
  background-position: center;
  width: 100%;
  height: 100vw;
  position: absolute;
  top: -26vw;
}
.contents .bg_yellow .sec_title:before {
  content: "";
  background: url(../img/kids/bg_fun_green_left.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 26.484375vw;
  height: 17.109375vw;
  position: absolute;
  top: -2vw;
  left: -35vw;
  z-index: 2;
}
.contents .bg_yellow .sec_title:after {
  content: "";
  background: url(../img/kids/bg_fun_green_right.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 26.484375vw;
  height: 17.109375vw;
  position: absolute;
  top: -2vw;
  right: -35vw;
}
.contents .qa_area {
  position: relative;
}
.contents .qa_area ul {
  position: relative;
}
.contents .qa_area ul li {
  position: relative;
  margin: 0 auto 3.90625vw;
}
.contents .qa_area ul li .box {
  width: 54.6875vw;
  margin: 0 auto;
  padding: 0 0 1vw;
  border-radius: 15px;
}
.contents .qa_area ul li .box .question {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 4vw;
  cursor: pointer;
}
.contents .qa_area ul li .box .question .question_img {
  width: 7.03125vw;
  margin: 0;
  position: relative;
  z-index: 1;
}
.contents .qa_area ul li .box .question .question_img img {
  display: block;
  position: relative;
  z-index: 1;
}
.contents .qa_area ul li .box .question .question_img:before {
  content: "";
  width: 9.375vw;
  height: 9.375vw;
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -1.3vw;
  top: -1.8vw;
}
.contents .qa_area ul li .box .question .question_img:after {
  content: "";
  width: 15.625vw;
  height: 7.96875vw;
  display: block;
  background: #fff;
  position: absolute;
  left: -1.7vw;
  top: 0;
}
.contents .qa_area ul li .box .question .question_text {
  position: relative;
  padding: 0 0 0 3.125vw;
  margin: 1vw 0 0;
  font-size: clamp(18px, 1.2vw, 20px);
  font-weight: 600;
  z-index: 1;
}
.contents .qa_area ul li .box .answer {
  position: relative;
  background: #fff;
  padding: 0 3.90625vw;
  margin: 0 auto;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.8;
  border-top: none;
  overflow: hidden;
  transition: height 0.2s ease, margin 0.5s ease;
  height: 0;
}
.contents .qa_area ul li .box.active .answer {
  margin: 0.9375vw auto;
}
.contents .qa_area ul li .box.active:before {
  content: "";
  width: 1.5625vw;
  height: 0.234375vw;
  top: 3.9vw;
}
.contents .qa_area ul li .box:before {
  content: "";
  width: 1.5625vw;
  height: 1.5625vw;
  position: absolute;
  top: 3.3vw;
  right: -47vw;
  left: 0;
  margin: auto;
}

#kids #space_area {
  position: relative;
  padding: 0 0 12vw;
}
#kids #space_area .sec_title {
  width: 30.78125vw;
  margin: 0 auto;
  position: relative;
}
#kids #space_area .sec_title img {
  display: block;
}
#kids #space_area .sec_title:before {
  content: "";
  background: url(../img/kids/bg_space_01.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 7.890625vw;
  height: 7.96875vw;
  position: absolute;
  top: 4vw;
  left: -28vw;
  opacity: 0;
  transition: 2s;
}
#kids #space_area .sec_title.is-show:before {
  opacity: 1;
}
#kids #space_area .attention {
  text-align: center;
  font-size: 12px;
  color: #F45675;
  display: block;
  margin: 1.171875vw 0 0;
}
#kids #space_area ul {
  margin: 3.90625vw auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#kids #space_area ul li {
  width: 48.5%;
  margin: 0 0 2.8125vw;
}
#kids #space_area ul li .img {
  width: 100%;
  height: 21.09375vw;
  min-height: 270px;
  margin: 0 0 0.78125vw;
  border: 2px solid #513209;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#kids #space_area ul li .img img {
  position: absolute;
  width: 120%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: -32px -32px;
     object-position: -32px -32px;
}
#kids #space_area ul li p {
  text-align: center;
  font-size: clamp(16px, 1vw, 18px);
  color: #513209;
}
#kids #space_area ul li:nth-of-type(2).scroll_anime {
  position: relative;
}
#kids #space_area ul li:nth-of-type(2).scroll_anime:before {
  content: "";
  background: url(../img/kids/bg_space_02.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 7.890625vw;
  height: 7.96875vw;
  position: absolute;
  top: 24vw;
  right: -12vw;
  opacity: 0;
  transition: 2s;
}
#kids #space_area ul li:nth-of-type(2).scroll_anime.is-show:before {
  opacity: 1;
}
#kids #space_area ul li:nth-of-type(5).scroll_anime {
  position: relative;
}
#kids #space_area ul li:nth-of-type(5).scroll_anime:before {
  content: "";
  background: url(../img/kids/bg_space_03.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 7.890625vw;
  height: 7.96875vw;
  position: absolute;
  top: 4vw;
  left: -12vw;
  opacity: 0;
  transition: 2s;
}
#kids #space_area ul li:nth-of-type(5).scroll_anime.is-show:before {
  opacity: 1;
}
#kids #fun_area .sec_title {
  width: 42.03125vw;
  margin: 0 auto;
  position: relative;
}
#kids #fun_area .fun_detail .text {
  width: 56%;
}
#kids #fun_area .fun_detail .img {
  width: 42%;
}
#kids #fun_area .fun_detail:before {
  content: "";
  background: url(../img/kids/bg_fun_flower_left.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 8.515625vw;
  height: 7.5vw;
  position: absolute;
  top: 11vw;
  left: -13vw;
}
#kids #fun_area .fun_detail:after {
  content: "";
  background: url(../img/kids/bg_fun_flower_right.gif) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 7.96875vw;
  height: 13.046875vw;
  position: absolute;
  top: 11vw;
  right: -13vw;
}
#kids #fun_area:after {
  content: "";
  background: url(../img/kids/bg_fun_tooth.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 5.234375vw;
  height: 5.3125vw;
  position: absolute;
  top: 10vw;
  left: 13vw;
  z-index: 1;
  transition: top 0.6s ease-out;
}
#kids #fun_area.is-show:after {
  top: 4vw;
}

#service #childcare_area {
  position: relative;
  padding: 0 0 3.125vw;
}
#service #childcare_area .sec_title {
  width: 30vw;
  margin: 0 auto;
  position: relative;
}
#service #childcare_area .flex_detail {
  flex-direction: row-reverse;
}
#service #childcare_area .flex_detail .img {
  width: 42%;
}
#service #childcare_area .flex_detail .img:before {
  content: "";
  background: url(../img/service/bg_childcare_img.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 12.34375vw;
  height: 7.65625vw;
  position: absolute;
  top: -1vw;
  left: -2vw;
}
#service #childcare_area .flex_detail .text {
  width: 56%;
}
#service #childcare_area .flex_detail:before {
  content: "";
  background: url(../img/service/bg_childcare_left.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 7.96875vw;
  height: 9.375vw;
  position: absolute;
  top: 11vw;
  left: -13vw;
}
#service #message_area {
  position: relative;
  padding: 6.25vw 0 10.9375vw;
}
#service #message_area .sec_title {
  width: 30vw;
  margin: 0 auto 0 0;
  position: relative;
}
#service #message_area .message_detail .text {
  width: 56%;
}
#service #message_area .message_detail .img {
  width: 42%;
}
#service #message_area .message_detail:after {
  content: "";
  background: url(../img/service/bg_childcare_right.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 5.78125vw;
  height: 7.1875vw;
  position: absolute;
  top: 26vw;
  right: -13vw;
}
#service #parents_area .sec_title {
  width: 39.84375vw;
  margin: 0 auto;
  position: relative;
}
#service #parents_area .parents_detail .text {
  width: 56%;
}
#service #parents_area .parents_detail .text p .c_pink {
  color: #F45675;
}
#service #parents_area .parents_detail .img {
  width: 42%;
}
#service #parents_area .parents_detail:before {
  content: "";
  background: url(../img/service/bg_parents_left.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 4.53125vw;
  height: 5.859375vw;
  position: absolute;
  top: 18vw;
  left: -13vw;
}
#service #parents_area .parents_detail:after {
  content: "";
  background: url(../img/kids/bg_fun_tooth.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 5.234375vw;
  height: 5.3125vw;
  position: absolute;
  top: -15vw;
  left: -8vw;
  z-index: 1;
  transition: top 0.6s ease-out;
}
#service #parents_area .parents_detail.is-show:after {
  top: -19vw;
}
#service #parents_area .parents_detail:nth-of-type(even) {
  flex-direction: row-reverse;
}
#service #parents_area .parents_detail:nth-of-type(even):before {
  display: none;
}
#service #parents_area .parents_detail:nth-of-type(even):after {
  content: "";
  background: url(../img/service/bg_parents_right.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 6.40625vw;
  height: 9.296875vw;
  position: absolute;
  top: 11vw;
  right: -13vw;
  left: unset;
}
#service #faq_area {
  position: relative;
  padding: 5vw 0;
}
#service #faq_area .sec_title {
  width: 15.78125vw;
  margin: 0 auto 5.46875vw;
  position: relative;
}
#service #faq_area .qa_area ul li .box {
  border: 0.2vw solid #21B502;
}
#service #faq_area .qa_area ul li .box .question .question_img:before {
  border: 0.2vw solid #21B502;
}
#service #faq_area .qa_area ul li .box .question .question_text {
  color: #21B502;
}
#service #faq_area .qa_area ul li .box.active:before {
  content: "";
  background: url(../img/service/icon_minus.svg);
  background-size: 100%;
}
#service #faq_area .qa_area ul li .box:before {
  content: "";
  background: url(../img/service/icon_plus.svg);
  background-size: 100%;
}
#service #faq_area .qa_area:before {
  content: "";
  background: url(../img/bg_examination_bubble_right.gif) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 5.859375vw;
  height: 14.921875vw;
  position: absolute;
  top: 0;
  right: -10vw;
}
#service #faq_area .qa_area:after {
  content: "";
  background: url(../img/service/bg_faq_tooth.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 17.03125vw;
  height: 14.84375vw;
  position: absolute;
  bottom: -12vw;
  right: -25vw;
}
#service #faq_area:before {
  content: "";
  background: url(../img/common/bg_cloud_wh_top.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 15vw;
  position: absolute;
  top: -8vw;
}
#service #faq_area:after {
  content: "";
  background: url(../img/service/bg_faq_text.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 7.421875vw;
  height: 34.296875vw;
  position: absolute;
  top: 4vw;
  left: 3vw;
}

#traning #example_area {
  position: relative;
  padding: 0 0 15.625vw;
}
#traning #example_area .sec_title {
  width: 40.78125vw;
  margin: 0 auto 4.6875vw;
  position: relative;
}
#traning #example_area .step_list {
  position: relative;
}
#traning #example_area .step_list ol {
  position: relative;
  padding: 0 0 2.34375vw;
}
#traning #example_area .step_list ol li {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto 6.25vw;
}
#traning #example_area .step_list ol li .step {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(17px, 1vw, 20vw);
  color: #513209;
  background: #fff;
  border: 0.2vw solid #513209;
  border-radius: 30px;
  padding: 0.1vw 2vw;
  margin: 0 0 0 1vw;
  letter-spacing: 0.05em;
}
#traning #example_area .step_list ol li .step span {
  font-size: clamp(26px, 1.5vw, 30vw);
  padding: 0 0.3vw;
}
#traning #example_area .step_list ol li .text {
  width: 60%;
  padding: 0 0 0 23%;
}
#traning #example_area .step_list ol li .text .title {
  font-size: clamp(18px, 1.2vw, 20px);
  border-bottom: 0.2vw solid #774D19;
  font-weight: 700;
  padding: 0 0 0.625vw;
  margin: 0 0 1.171875vw;
}
#traning #example_area .step_list ol li .text p {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.8;
}
#traning #example_area .step_list ol li .img {
  width: 36%;
}
#traning #example_area .step_list ol li:nth-of-type(1) .img {
  position: relative;
}
#traning #example_area .step_list ol li:nth-of-type(1) .img:before {
  content: "";
  display: block;
  width: 4.0625vw;
  height: 7.109375vw;
  background: url(../img/traning/traning_step01_illust.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 7vw;
  right: -1vw;
}
#traning #example_area .step_list ol li:nth-of-type(4) .img {
  position: relative;
}
#traning #example_area .step_list ol li:nth-of-type(4) .img:before {
  content: "";
  display: block;
  width: 5.234375vw;
  height: 4.375vw;
  background: url(../img/traning/traning_step04_illust.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 10vw;
  right: -3vw;
}
#traning #example_area .step_list ol li:nth-of-type(5) {
  position: relative;
}
#traning #example_area .step_list ol li:nth-of-type(5):before {
  content: "";
  display: block;
  width: 34.0625vw;
  height: 36.09375vw;
  background: url(../img/traning/bg_rainbow.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: -34vw;
}
#traning #example_area .step_list ol li:nth-of-type(5):after {
  content: "";
  background: #fff;
  width: 34.0625vw;
  height: 36.09375vw;
  position: absolute;
  top: 0;
  right: -34vw;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 1s ease;
}
#traning #example_area .step_list ol li:nth-of-type(5).is-show:after {
  transform: scaleX(0);
}
#traning #example_area .step_list ol li:nth-of-type(6) .img {
  position: relative;
}
#traning #example_area .step_list ol li:nth-of-type(6) .img:before {
  content: "";
  display: block;
  width: 4.453125vw;
  height: 7.265625vw;
  background: url(../img/traning/traning_step06_illust.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 6vw;
  right: -3vw;
}
#traning #example_area .step_list ol:before {
  content: "";
  display: block;
  width: 2vw;
  height: 100%;
  background: url(../img/traning/bg_step_arrow.svg) no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 9.4%;
}
#traning #example_area .step_list ol:after {
  content: "";
  display: block;
  width: 36.5625vw;
  height: 8.984375vw;
  background: url(../img/traning/step_goal.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -6vw;
  left: -11vw;
}
#traning #example_area .step_list:before {
  content: "";
  background: url(../img/common/bg_cloud_bl.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 12.5vw;
  height: 8.984375vw;
  position: absolute;
  bottom: 12vw;
  left: -9vw;
  -webkit-animation: floatCloud2 16s ease-in-out infinite;
          animation: floatCloud2 16s ease-in-out infinite;
}
#traning #example_area .step_list:after {
  content: "";
  background: url(../img/common/bg_cloud_bl.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 17.890625vw;
  height: 12.890625vw;
  position: absolute;
  bottom: 25vw;
  left: -32vw;
  -webkit-animation: floatCloud3 20s ease-in-out infinite;
          animation: floatCloud3 20s ease-in-out infinite;
}
#traning #example_area:before {
  content: "";
  background: url(../img/traning/bg_example_text.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 6.5625vw;
  height: 65.390625vw;
  position: absolute;
  top: 0;
  right: 3vw;
}
#traning #example_area:after {
  content: "";
  background: url(../img/bg_feature_baloon.gif) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 12vw;
  height: 22vw;
  position: absolute;
  top: 32vw;
  left: 5vw;
}
#traning #growth_area .sec_title {
  width: 39.140625vw;
  margin: 0 auto;
  position: relative;
}
#traning #growth_area .sec_title:before {
  content: "";
  background: url(../img/traning/bg_growth_flower.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 7.34375vw;
  height: 9.375vw;
  position: absolute;
  top: 4vw;
  left: -25vw;
  z-index: 2;
}
#traning #growth_area .sec_title:after {
  content: "";
  background: url(../img/traning/bg_growth_baloon.gif) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 6.09375vw;
  height: 12.96875vw;
  position: absolute;
  top: -16vw;
  right: -15vw;
  z-index: 2;
}
#traning #growth_area .growth_detail {
  flex-direction: row-reverse;
}
#traning #growth_area .growth_detail .text {
  width: 56%;
}
#traning #growth_area .growth_detail .text p .c_pink {
  color: #F45675;
}
#traning #growth_area .growth_detail .img {
  width: 42%;
}
#traning #growth_area .growth_detail:before {
  content: "";
  background: url(../img/traning/bg_growth_butterfly.gif) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 6.484375vw;
  height: 12.34375vw;
  position: absolute;
  top: 1vw;
  right: -13vw;
}
#traning #growth_area .growth_detail:after {
  content: "";
  display: none;
}
#traning #faq_area {
  position: relative;
  padding: 5vw 0;
  background: #DFFFA1;
}
#traning #faq_area .sec_title {
  width: 15.78125vw;
  margin: 0 auto 5.46875vw;
  position: relative;
}
#traning #faq_area .sec_title:before {
  content: "";
  background: url(../img/traning/bg_tree_faq_left.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 29.921875vw;
  height: 13.125vw;
  top: -2vw;
  left: -70vw;
  position: absolute;
  transition: left 0.6s ease-out;
}
#traning #faq_area .sec_title.is-show:before {
  left: -56vw;
}
#traning #faq_area .sec_title:after {
  content: "";
  background: url(../img/traning/bg_tree_faq_right.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 29.921875vw;
  height: 17.109375vw;
  top: -16vw;
  right: -80vw;
  position: absolute;
  transition: right 0.6s ease-out;
}
#traning #faq_area .sec_title.is-show:after {
  right: -56vw;
}
#traning #faq_area .qa_area ul li .box {
  background: #fff;
  border: 0.2vw solid #F45675;
}
#traning #faq_area .qa_area ul li .box .question .question_img:before {
  border: 0.2vw solid #F45675;
}
#traning #faq_area .qa_area ul li .box .question .question_text {
  color: #F45675;
}
#traning #faq_area .qa_area ul li .box.active:before {
  content: "";
  background: url(../img/traning/icon_minus.svg);
  background-size: 100%;
}
#traning #faq_area .qa_area ul li .box:before {
  content: "";
  background: url(../img/traning/icon_plus.svg);
  background-size: 100%;
}
#traning #faq_area .qa_area ul:before {
  content: "";
  background: url(../img/traning/bg_faq_left.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 18.671875vw;
  height: 11.40625vw;
  position: absolute;
  bottom: 0;
  left: -24vw;
}
#traning #faq_area .qa_area:before {
  content: "";
  background: url(../img/traning/bg_faq_tooth.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20.703125vw;
  height: 13.046875vw;
  position: absolute;
  top: 16vw;
  right: -24vw;
}
#traning #faq_area .qa_area:after {
  content: "";
  background: url(../img/traning/bg_faq_right.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 18.75vw;
  height: 7.65625vw;
  position: absolute;
  bottom: -7vw;
  right: -25vw;
}
#traning #faq_area:before {
  content: "";
  background: url(../img/traning/bg_cloud_green.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 15vw;
  position: absolute;
  top: -8vw;
}
#traning #faq_area:after {
  content: "";
  background: url(../img/traning/bg_faq_text.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 7.421875vw;
  height: 34.296875vw;
  position: absolute;
  top: 14vw;
  left: 3vw;
}
#traning:after {
  content: "";
  background: #DFFFA1;
  width: 100%;
  height: 20vw;
  display: block;
  position: absolute;
  bottom: -19vw;
}

#treatment #howto_area {
  margin: 0 auto 9.375vw;
}
#treatment #howto_area .sec_title {
  width: 31.71875vw;
  margin: 0 auto 6.25vw;
  position: relative;
}
#treatment #howto_area .sec_title:before {
  content: "";
  background: url(../img/bg_feature_bird_left.gif) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 12vw;
  height: 14vw;
  position: absolute;
  top: -7vw;
  left: -24vw;
}
#treatment #howto_area .sec_title:after {
  content: "";
  background: url(../img/common/bg_cloud_bl.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 17.890625vw;
  height: 12.890625vw;
  position: absolute;
  bottom: -8vw;
  right: -49vw;
  -webkit-animation: floatCloud2 16s ease-in-out infinite;
          animation: floatCloud2 16s ease-in-out infinite;
}
#treatment #howto_area .howto_list ul li {
  position: relative;
  border: 0.2vw solid #513209;
  border-radius: 20px;
  padding: 0 2.734375vw;
  background: #fff;
}
#treatment #howto_area .howto_list ul li .text {
  width: calc(100% - 23.4375vw);
  position: relative;
  padding: 60px 0 1.875vw;
}
#treatment #howto_area .howto_list ul li .text .title {
  font-size: clamp(17px, 1.2vw, 20px);
  position: absolute;
  width: 100%;
  border: 0.2vw solid #513209;
  color: #513209;
  font-weight: 700;
  padding: 0.5vw 2vw 0.5vw 7vw;
  border-radius: 50px;
  top: -3vw;
}
#treatment #howto_area .howto_list ul li .text .title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.5vw;
  margin: auto;
}
#treatment #howto_area .howto_list ul li .text p {
  font-size: clamp(14px, 1.5vw, 16px);
}
#treatment #howto_area .howto_list ul li .img {
  width: 20.3125vw;
  position: relative;
  top: -3vw;
}
#treatment #howto_area .howto_list ul li:nth-of-type(1) .text .title {
  background: #BEED80;
}
#treatment #howto_area .howto_list ul li:nth-of-type(1) .text .title:before {
  background: url(../img/treatment/howto_01.svg) no-repeat;
  background-size: 100%;
  width: 1.09375vw;
  height: 2.890625vw;
  left: 4vw;
}
#treatment #howto_area .howto_list ul li:nth-of-type(1):before {
  content: "";
  background: url(../img/common/bg_cloud_bl.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 10.390625vw;
  height: 7.5vw;
  position: absolute;
  bottom: 2vw;
  right: -14vw;
  -webkit-animation: floatCloud3 20s ease-in-out infinite;
          animation: floatCloud3 20s ease-in-out infinite;
}
#treatment #howto_area .howto_list ul li:nth-of-type(1):after {
  content: "";
  background: url(../img/common/bg_cloud_bl.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 14.453125vw;
  height: 10.390625vw;
  position: absolute;
  bottom: 2vw;
  left: -24vw;
  -webkit-animation: floatCloud1 12s ease-in-out infinite;
          animation: floatCloud1 12s ease-in-out infinite;
}
#treatment #howto_area .howto_list ul li:nth-of-type(2) .text .title {
  background: #9FD6FF;
}
#treatment #howto_area .howto_list ul li:nth-of-type(2) .text .title:before {
  background: url(../img/treatment/howto_02.svg) no-repeat;
  background-size: 100%;
  width: 2.03125vw;
  height: 2.890625vw;
}
#treatment #howto_area .howto_list ul li:nth-of-type(2):before {
  content: "";
  background: url(../img/common/bg_cloud_bl.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 14.453125vw;
  height: 10.390625vw;
  position: absolute;
  bottom: -4vw;
  right: -16vw;
  -webkit-animation: floatCloud1 20s ease-in-out infinite;
          animation: floatCloud1 20s ease-in-out infinite;
}
#treatment #howto_area .howto_list ul li:nth-of-type(3) .text .title {
  background: #DCC5FF;
}
#treatment #howto_area .howto_list ul li:nth-of-type(3) .text .title:before {
  background: url(../img/treatment/howto_03.svg) no-repeat;
  background-size: 100%;
  width: 2.03125vw;
  height: 2.890625vw;
}
#treatment #howto_area .howto_list ul li:nth-of-type(4) .text .title {
  background: #FFB8B8;
}
#treatment #howto_area .howto_list ul li:nth-of-type(4) .text .title:before {
  background: url(../img/treatment/howto_04.svg) no-repeat;
  background-size: 100%;
  width: 2.34375vw;
  height: 2.890625vw;
}
#treatment #howto_area .howto_list ul li:nth-of-type(4):before {
  content: "";
  display: block;
  width: 34.0625vw;
  height: 36.09375vw;
  background: url(../img/traning/bg_rainbow.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 4vw;
  right: -34.2vw;
}
#treatment #howto_area .howto_list ul li:nth-of-type(4):after {
  content: "";
  background: #fff;
  width: 34.0625vw;
  height: 36.09375vw;
  position: absolute;
  top: 4vw;
  right: -34.2vw;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 1s ease;
}
#treatment #howto_area .howto_list ul li:nth-of-type(4).is-show:after {
  transform: scaleX(0);
}
#treatment #howto_area .howto_list ul li:nth-of-type(5) .text .title {
  background: #FFEC3E;
}
#treatment #howto_area .howto_list ul li:nth-of-type(5) .text .title:before {
  background: url(../img/treatment/howto_05.svg) no-repeat;
  background-size: 100%;
  width: 2.03125vw;
  height: 2.890625vw;
}
#treatment #howto_area .howto_list ul li:nth-of-type(5):before {
  content: "";
  background: url(../img/common/bg_cloud_bl.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 17.890625vw;
  height: 12.890625vw;
  position: absolute;
  bottom: 14vw;
  left: -27vw;
  -webkit-animation: floatCloud1 20s ease-in-out infinite;
          animation: floatCloud1 20s ease-in-out infinite;
}
#treatment #howto_area .howto_list ul li:nth-of-type(5):after {
  content: "";
  background: url(../img/common/bg_cloud_bl.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 10.390625vw;
  height: 7.5vw;
  position: absolute;
  bottom: 2vw;
  left: -17vw;
  -webkit-animation: floatCloud2 16s ease-in-out infinite;
          animation: floatCloud2 16s ease-in-out infinite;
}
#treatment #early_area .sec_title {
  width: 59.296875vw;
  margin: 0 auto;
  position: relative;
}
#treatment #early_area .early_detail {
  flex-direction: row-reverse;
}
#treatment #early_area .early_detail .text {
  width: 54%;
}
#treatment #early_area .early_detail .text p {
  font-size: clamp(14px, 1.5vw, 16px);
}
#treatment #early_area .early_detail .img {
  width: 42%;
}
#treatment #early_area .early_detail:after {
  content: "";
  background: url(../img/treatment/bg_early_tooth.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 5.234375vw;
  height: 5.3125vw;
  position: absolute;
  top: -13vw;
  left: -15vw;
  z-index: 1;
  transition: top 0.6s ease-out;
}
#treatment #early_area .early_detail.is-show:after {
  top: -18vw;
}
#treatment #early_area .early_detail:nth-of-type(even) {
  flex-direction: row-reverse;
}
#treatment #early_area .early_detail:nth-of-type(even):before {
  display: none;
}
#treatment #early_area .early_detail:nth-of-type(even):after {
  content: "";
  background: url(../img/service/bg_parents_right.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 6.40625vw;
  height: 9.296875vw;
  position: absolute;
  top: 11vw;
  right: -13vw;
  left: unset;
}
#treatment #faq_area {
  position: relative;
  padding: 5vw 0;
  background: #fff;
}
#treatment #faq_area .sec_title {
  width: 15.78125vw;
  margin: 0 auto 5.46875vw;
  position: relative;
}
#treatment #faq_area .sec_title:before {
  content: "";
  background: url(../img/bg_examination_bubble_right.gif) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 5.859375vw;
  height: 14.921875vw;
  position: absolute;
  top: -12vw;
  left: -39vw;
  position: absolute;
  transition: left 0.6s ease-out;
}
#treatment #faq_area .qa_area ul li .box {
  background: #fff;
  border: 0.2vw solid #43A1FF;
  position: relative;
  z-index: 1;
}
#treatment #faq_area .qa_area ul li .box .question .question_img:before {
  border: 0.2vw solid #43A1FF;
}
#treatment #faq_area .qa_area ul li .box .question .question_text {
  color: #43A1FF;
}
#treatment #faq_area .qa_area ul li .box.active:before {
  content: "";
  background: url(../img/treatment/icon_minus.svg);
  background-size: 100%;
}
#treatment #faq_area .qa_area ul li .box:before {
  content: "";
  background: url(../img/treatment/icon_plus.svg);
  background-size: 100%;
}
#treatment #faq_area .qa_area ul:before {
  content: "";
  background: url(../img/common/bg_cloud_bl.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 12.421875vw;
  height: 8.984375vw;
  position: absolute;
  bottom: 12vw;
  right: -6vw;
  -webkit-animation: floatCloud1 12s ease-in-out infinite;
          animation: floatCloud1 12s ease-in-out infinite;
}
#treatment #faq_area .qa_area ul:after {
  content: "";
  background: url(../img/common/bg_cloud_bl.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 25.78125vw;
  height: 18.59375vw;
  position: absolute;
  bottom: -3vw;
  left: -15vw;
  -webkit-animation: floatCloud2 16s ease-in-out infinite;
          animation: floatCloud2 16s ease-in-out infinite;
}
#treatment #faq_area .qa_area:before {
  content: "";
  background: url(../img/bg_examination_bubble_right.gif) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 5.859375vw;
  height: 14.921875vw;
  position: absolute;
  bottom: 12vw;
  right: -10vw;
  -webkit-animation: floatCloud3 20s ease-in-out infinite;
          animation: floatCloud3 20s ease-in-out infinite;
  z-index: 1;
}
#treatment #faq_area .qa_area:after {
  content: "";
  background: url(../img/treatment/bg_faq_tooth.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 18.984375vw;
  height: 17.1875vw;
  position: absolute;
  bottom: -7vw;
  right: -15vw;
  -webkit-animation: floatCloud3 20s ease-in-out infinite;
          animation: floatCloud3 20s ease-in-out infinite;
}
#treatment #faq_area:before {
  content: "";
  background: url(../img/common/bg_cloud_wh_top.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 15vw;
  position: absolute;
  top: -8vw;
}
#treatment #faq_area:after {
  content: "";
  background: url(../img/treatment/bg_faq_text.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 7.03125vw;
  height: 31.953125vw;
  position: absolute;
  top: 14vw;
  left: 3vw;
}

/*下層共通*/
#reserve_area {
  position: relative;
  padding: 19.53125vw 0;
  overflow: hidden;
}
#reserve_area #reservation {
  position: relative;
  z-index: 1;
}
#reserve_area #reservation .sec_title {
  width: 11.484375vw;
  margin: 0 auto 3.90625vw;
  position: relative;
}
#reserve_area #reservation .sec_title:before {
  content: "";
  background: url(../img/common/bg_reserve_bird.gif) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 12vw;
  height: 14vw;
  position: absolute;
  top: -10vw;
  right: -30vw;
}
#reserve_area #reservation .reserve_btn {
  width: 50.78125vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
#reserve_area #reservation .reserve_btn .more_btn {
  width: 24.609375vw;
  border-radius: 30px;
  margin: 0;
}
#reserve_area #reservation .reserve_btn .more_btn a {
  font-size: clamp(20px, 2.2vw, 25px);
}
#reserve_area #reservation:before {
  content: "";
  background: url(../img/common/bg_reserve_title_cloud.svg) no-repeat;
  background-size: 100%;
  width: 70.78125vw;
  height: 29.0625vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  -webkit-animation: floatCloud2 12s ease-in-out infinite;
          animation: floatCloud2 12s ease-in-out infinite;
}
#reserve_area #reservation:after {
  content: "";
  background: url(../img/common/bg_cloud_wh.svg) no-repeat;
  background-size: 100%;
  width: 17.734375vw;
  height: 12.734375vw;
  position: absolute;
  right: -1vw;
  top: 20vw;
  margin: auto;
  -webkit-animation: floatCloud3 16s ease-in-out infinite;
          animation: floatCloud3 16s ease-in-out infinite;
}
#reserve_area #step {
  margin: 10.9375vw auto 0;
  position: relative;
}
#reserve_area #step .sec_title {
  width: 35.15625vw;
  margin: 0 auto 3.90625vw;
}
#reserve_area #step:before {
  content: "";
  background: url(../img/common/bg_cloud_wh.svg) no-repeat;
  background-size: 100%;
  width: 13.203125vw;
  height: 9.53125vw;
  position: absolute;
  left: -8vw;
  top: 0vw;
  margin: auto;
  -webkit-animation: floatCloud1 12s ease-in-out infinite;
          animation: floatCloud1 12s ease-in-out infinite;
}
#reserve_area #step:after {
  content: "";
  background: url(../img/common/bg_cloud_wh.svg) no-repeat;
  background-size: 100%;
  width: 7.109375vw;
  height: 5.15625vw;
  position: absolute;
  left: 1vw;
  top: 13vw;
  margin: auto;
  -webkit-animation: floatCloud3 12s ease-in-out infinite;
          animation: floatCloud3 12s ease-in-out infinite;
}
#reserve_area:before {
  content: "";
  background: url(../img/common/bg_reserve.svg) no-repeat;
  background-size: 105%;
  background-position: center;
  width: 100%;
  height: 100vw;
  position: absolute;
  top: -7vw;
}

#our_area {
  position: relative;
  padding: 0 0 2vw;
}
#our_area .inner {
  position: relative;
}
#our_area .inner .sec_title {
  position: relative;
  width: 17.96875vw;
  margin: 0 auto 1.5625vw;
}
#our_area .inner .sec_title:before {
  content: "";
  background: url(../img/common/bg_our_tooth.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 5.078125vw;
  height: 5.46875vw;
  position: absolute;
  top: 10vw;
  right: -17vw;
  transition: top 0.6s ease-out;
}
#our_area .inner .sec_title.is-show:before {
  top: 4vw;
}
#our_area .inner .clinic_list {
  position: relative;
  background: #fff;
  border: 2px solid #513209;
  border-radius: 15px;
  padding: 30px 40px;
  margin: 0 auto 7.265625vw;
  overflow: hidden;
}
#our_area .inner .clinic_list .clinic_txt {
  text-align: center;
  margin: 0 0 10px;
}
#our_area .inner .clinic_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#our_area .inner .clinic_list ul li {
  width: 32%;
  margin: 20px 0 0;
}
#our_area .inner .clinic_list ul li .access {
  background: #FF717B;
  color: #fff;
  width: 100%;
  padding: 6px 0;
  margin: 0 0 10px;
  font-size: clamp(10px, 1vw, 14px);
  text-align: center;
  position: relative;
  border-radius: 50px;
}
#our_area .inner .clinic_list ul li .access:before {
  content: "";
  background: url(../img/icon_clinic_fukidashi.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 7px;
  height: 7px;
  left: 35px;
  bottom: -5px;
}
#our_area .inner .clinic_list ul li a .title {
  color: #513209;
  text-align: center;
  position: relative;
  margin: 0 0 8px;
  font-size: 16px;
}
#our_area .inner .clinic_list ul li a .title:after {
  content: "";
  background: url(../img/icon_clinic_arrow.svg) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 11px;
  margin: auto auto auto 10px;
  display: inline-block;
}
#our_area .inner:after {
  content: "";
  background: url(../img/common/bg_our_rabbit.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 6.09375vw;
  height: 10.3125vw;
  position: absolute;
  bottom: -2vw;
  left: -5vw;
}
#our_area:before {
  content: "";
  background: url(../img/common/bg_roof.svg) no-repeat;
  background-size: 105%;
  background-position: center;
  width: 100%;
  height: 22vw;
  position: absolute;
  top: -16vw;
}

@media screen and (max-width: 769px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  main {
    margin-top: 9.8vw;
    overflow: hidden;
  }
  .inner {
    width: 90.6666666667vw;
    max-width: 1200px;
    min-width: unset;
    margin: 0 auto;
  }
  #mv_area {
    padding: 18.1333333333vw 0 32vw;
  }
  #mv_area .inner .mv_title {
    font-size: 6.4vw;
    padding: 0 0 15.4666666667vw;
  }
  #mv_area .inner .mv_title:before {
    content: "";
    background: url(../img/common/bg_mv_cloud.svg) no-repeat;
    background-size: 100%;
    width: 64vw;
    height: 26.2666666667vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 10.8vw;
    margin: auto;
    z-index: -1;
    -webkit-animation: floatCloud1 12s ease-in-out infinite;
            animation: floatCloud1 12s ease-in-out infinite;
  }
  #mv_area .inner .mv_detail {
    position: relative;
    display: block;
  }
  #mv_area .inner .mv_detail .img {
    width: 60%;
    margin: 0 auto;
  }
  #mv_area .inner .mv_detail .text {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #mv_area .inner .mv_detail .text .copy {
    margin: 4vw 0;
    font-size: 4.8vw;
  }
  #mv_area .inner .mv_detail .text p {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
  #mv_area .inner .mv_detail:before {
    width: 15.0666666667vw;
    height: 12.8vw;
    right: -12vw;
    top: 15vw;
  }
  #mv_area .inner:before {
    width: 15.0666666667vw;
    height: 12.8vw;
    left: -12vw;
    bottom: 0;
  }
  #mv_area:before {
    width: 45.6vw;
    height: 32.8vw;
    right: -12vw;
    top: 100vw;
  }
  #mv_area:after {
    width: 27.3333333333vw;
    height: 19.7333333333vw;
    left: -6vw;
    bottom: 14vw;
  }
  #mv_area.kids .inner .mv_title img {
    width: 44vw;
  }
  #mv_area.kids .inner .mv_title:after {
    width: 60vw;
    height: 40vw;
    top: 20vw;
  }
  #mv_area.kids .inner .mv_title.is-show:after {
    left: -30vw;
  }
  #mv_area.kids .inner .mv_detail:after {
    content: "";
    background: url(../img/kids/bg_tree_kids_right.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 60vw;
    height: 30vw;
    top: 0;
    right: -70vw;
  }
  #mv_area.kids .inner .mv_detail.is-show:after {
    right: -35vw;
  }
  #mv_area.kids .inner:after {
    content: "";
    background: url(../img/kids/bg_bird_kids.gif) no-repeat;
    background-size: 100%;
    width: 16vw;
    height: 32vw;
    right: 3vw;
    top: -3vw;
    z-index: 1;
  }
  #mv_area.service .inner .mv_title img {
    width: 60.8vw;
  }
  #mv_area.service .inner .mv_title:after {
    width: 60vw;
    height: 40vw;
    top: 28vw;
    left: -70vw;
  }
  #mv_area.service .inner .mv_title.is-show:after {
    left: -27vw;
  }
  #mv_area.service .inner .mv_detail:after {
    width: 60vw;
    height: 30vw;
    top: 17vw;
    right: -70vw;
  }
  #mv_area.service .inner .mv_detail.is-show:after {
    right: -35vw;
  }
  #mv_area.service .inner:after {
    width: 14.1333333333vw;
    height: 20.1333333333vw;
    right: 0;
    z-index: 1;
  }
  #mv_area.traning .inner .mv_title img {
    width: 68.4vw;
  }
  #mv_area.traning .inner .mv_title:after {
    width: 60vw;
    height: 40vw;
    top: 26vw;
    left: -70vw;
  }
  #mv_area.traning .inner .mv_title.is-show:after {
    left: -27vw;
  }
  #mv_area.traning .inner .mv_detail:after {
    width: 60vw;
    height: 30vw;
    top: 15vw;
    right: -70vw;
  }
  #mv_area.traning .inner .mv_detail.is-show:after {
    right: -30vw;
  }
  #mv_area.traning .inner:after {
    content: "";
    display: none;
  }
  #mv_area.treatment .inner .mv_title img {
    width: 71.7333333333vw;
  }
  #mv_area.treatment .inner .mv_title:after {
    width: 60vw;
    height: 40vw;
    top: 13vw;
    left: -70vw;
  }
  #mv_area.treatment .inner .mv_title.is-show:after {
    left: -35vw;
  }
  #mv_area.treatment .inner .mv_detail:after {
    width: 60vw;
    height: 40vw;
  }
  #mv_area.treatment .inner .mv_detail.is-show:after {
    right: -35vw;
  }
  #mv_area.treatment .inner:after {
    content: "";
    display: none;
  }
  .contents {
    position: relative;
  }
  .contents.roof:before {
    background: url(../img/common/bg_roof.svg) no-repeat;
    background-size: 120%;
    background-position: center;
  }
  .contents.cloud:before {
    height: 22.6666666667vw;
    top: -18vw;
  }
  .contents .flex_detail {
    display: flex;
    flex-direction: column;
    margin: 9.6vw auto 0;
    position: relative;
  }
  .contents .flex_detail .img {
    position: relative;
  }
  .contents .flex_detail .text p {
    font-size: 4vw;
  }
  .contents .bg_yellow {
    padding: 10.6666666667vw 0 16vw;
  }
  .contents .bg_yellow:before {
    content: "";
    background: url(../img/kids/bg_fun.svg) no-repeat;
    background-size: 105%;
    background-position: center;
    top: -26vw;
  }
  .contents .bg_yellow .sec_title:before {
    width: 45.2vw;
    height: 29.2vw;
    top: -9vw;
    left: -45vw;
  }
  .contents .bg_yellow .sec_title:after {
    width: 45.2vw;
    height: 29.2vw;
    top: -9vw;
    right: -45vw;
  }
  .contents .qa_area ul li {
    position: relative;
    margin: 0 auto 6.6666666667vw;
  }
  .contents .qa_area ul li .box {
    width: 84%;
    background: transparent;
    border-width: 0.6vw !important;
  }
  .contents .qa_area ul li .box .question {
    padding: 1.2vw 9vw 1.2vw 4vw;
  }
  .contents .qa_area ul li .box .question .question_img {
    width: 12vw;
  }
  .contents .qa_area ul li .box .question .question_img:before {
    content: "";
    display: none;
    width: 16vw;
    height: 16vw;
    left: -2.1vw;
    top: -3.5vw;
  }
  .contents .qa_area ul li .box .question .question_img:after {
    content: "";
    display: none;
    width: 26.6666666667vw;
    height: 14.433333vw;
    left: -2vw;
    top: -1.2vw;
    border-radius: 5px;
  }
  .contents .qa_area ul li .box .question .question_text {
    width: calc(100% - 13.3333333333vw);
    padding: 0 0 0 5.3333333333vw;
    margin: 1vw 0 0;
    font-size: 4vw;
  }
  .contents .qa_area ul li .box .answer {
    position: relative;
    background: transparent;
    padding: 0 6.6666666667vw;
    font-size: 4vw;
  }
  .contents .qa_area ul li .box.active .answer {
    margin: 1.6vw auto 3.2vw;
  }
  .contents .qa_area ul li .box.active:before {
    content: "";
    width: 2.6666666667vw;
    height: 0.4vw;
    top: 7.9vw;
  }
  .contents .qa_area ul li .box:before {
    content: "";
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 6.8vw;
    right: -65vw;
  }
  #kids #space_area {
    padding: 0 0 12vw;
  }
  #kids #space_area .sec_title {
    width: 60.6666666667vw;
  }
  #kids #space_area .sec_title:before {
    content: "";
    background: url(../img/kids/bg_space_01.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 13.4666666667vw;
    height: 13.6vw;
  }
  #kids #space_area .attention {
    margin: 2vw 0 0;
    font-size: 12px;
  }
  #kids #space_area ul {
    margin: 6.6666666667vw auto 0;
  }
  #kids #space_area ul li {
    width: 48.5%;
    margin: 0 0 4.8vw;
  }
  #kids #space_area ul li .img {
    width: 100%;
    height: 36vw;
    min-height: unset;
    margin: 0 0 1.3333333333vw;
  }
  #kids #space_area ul li .img img {
    width: 120%;
    height: 120%;
    -o-object-position: center;
       object-position: center;
    -o-object-position: -3vw -3vw;
       object-position: -3vw -3vw;
  }
  #kids #space_area ul li p {
    font-size: 4vw;
  }
  #kids #space_area ul li:nth-of-type(2).scroll_anime {
    position: relative;
  }
  #kids #space_area ul li:nth-of-type(2).scroll_anime:before {
    content: "";
    background: url(../img/kids/bg_space_02.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 13.4666666667vw;
    height: 13.6vw;
    top: 24vw;
    right: -12vw;
  }
  #kids #space_area ul li:nth-of-type(5).scroll_anime {
    position: relative;
  }
  #kids #space_area ul li:nth-of-type(5).scroll_anime:before {
    content: "";
    background: url(../img/kids/bg_space_03.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 13.4666666667vw;
    height: 13.6vw;
  }
  #kids #fun_area .sec_title {
    width: 80vw;
  }
  #kids #fun_area .fun_detail .text {
    width: 100%;
    margin: 0 auto 2.6666666667vw;
  }
  #kids #fun_area .fun_detail .img {
    width: 100%;
  }
  #kids #fun_area .fun_detail:before {
    display: none;
    content: "";
    background: url(../img/kids/bg_fun_flower_left.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 14.5333333333vw;
    height: 12.8vw;
    position: absolute;
    top: 11vw;
    left: -13vw;
  }
  #kids #fun_area .fun_detail:after {
    content: "";
    background: url(../img/kids/bg_fun_flower_right.gif) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 27.2vw;
    height: 44.5333333333vw;
    position: absolute;
    top: unset;
    bottom: 0;
    right: 0;
  }
  #kids #fun_area:after {
    content: "";
    background: url(../img/kids/bg_fun_tooth.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 8.9333333333vw;
    height: 9.0666666667vw;
    top: 10vw;
    left: 0;
  }
  #kids #fun_area.is-show:after {
    top: 4vw;
  }
  #service #childcare_area {
    padding: 0 0 5.3333333333vw;
  }
  #service #childcare_area .sec_title {
    width: 67.0666666667vw;
  }
  #service #childcare_area .flex_detail {
    flex-direction: column-reverse;
  }
  #service #childcare_area .flex_detail .img {
    width: 100%;
  }
  #service #childcare_area .flex_detail .img:before {
    width: 42.1333333333vw;
    height: 26.6666666667vw;
    top: -5vw;
    left: -5vw;
  }
  #service #childcare_area .flex_detail .text {
    width: 100%;
  }
  #service #childcare_area .flex_detail:before {
    width: 13.6vw;
    height: 16vw;
    top: 41vw;
    left: 7vw;
  }
  #service #message_area {
    padding: 10.6666666667vw 0 18.6666666667vw;
  }
  #service #message_area .sec_title {
    width: 60.4vw;
  }
  #service #message_area .message_detail .text,
#service #message_area .message_detail .img {
    width: 100%;
    margin: 0 auto 2.6666666667vw;
  }
  #service #message_area .message_detail:after {
    display: none;
    width: 9.8666666667vw;
    height: 12.2666666667vw;
    top: 106vw;
    right: 9vw;
  }
  #service #parents_area .sec_title {
    width: 80vw;
  }
  #service #parents_area .parents_detail .text,
#service #parents_area .parents_detail .img {
    width: 100%;
    margin: 0 auto 2.6666666667vw;
  }
  #service #parents_area .parents_detail:before {
    display: none;
    width: 7.7333333333vw;
    height: 10vw;
    top: 43vw;
    left: unset;
    right: 2vw;
  }
  #service #parents_area .parents_detail:after {
    width: 8.9333333333vw;
    height: 9.0666666667vw;
    top: -35vw;
    left: -4vw;
  }
  #service #parents_area .parents_detail.is-show:after {
    top: -41vw;
  }
  #service #parents_area .parents_detail:nth-of-type(even) {
    margin: 0 auto;
    flex-direction: column;
  }
  #service #parents_area .parents_detail:nth-of-type(even):before {
    display: none;
  }
  #service #parents_area .parents_detail:nth-of-type(even):after {
    display: none;
    width: 10.9333333333vw;
    height: 15.8666666667vw;
    top: 41vw;
    right: unset;
    left: 0;
  }
  #service #faq_area .sec_title {
    width: 33.6vw;
    margin: 0 auto 9.3333333333vw;
  }
  #service #faq_area:before {
    top: -13vw;
  }
  #service #faq_area:after {
    width: 12.6666666667vw;
    height: 58.5333333333vw;
    top: 4vw;
    left: -2vw;
  }
  #traning #example_area {
    padding: 0 0 37.3333333333vw;
  }
  #traning #example_area .sec_title {
    width: 80vw;
    margin: 0 auto 8vw;
  }
  #traning #example_area .step_list ol {
    padding: 0 0 4vw;
  }
  #traning #example_area .step_list ol li {
    display: block;
    margin: 0 auto 10.6666666667vw;
  }
  #traning #example_area .step_list ol li .step {
    font-size: 2.9333333333vw;
    padding: 0.1vw 2vw;
    margin: 0 0 0 1vw;
    letter-spacing: 0.05em;
    border: 0.6vw solid #513209;
  }
  #traning #example_area .step_list ol li .step span {
    font-size: 4vw;
    padding: 0 0.3vw;
  }
  #traning #example_area .step_list ol li .text {
    width: 90%;
    padding: 0 0 0 23%;
  }
  #traning #example_area .step_list ol li .text .title {
    font-size: 4vw;
    padding: 0 0 1.0666666667vw;
    margin: 0 0 2vw;
    border-bottom: 0.6vw solid #774D19;
  }
  #traning #example_area .step_list ol li .text p {
    font-size: 3.4666666667vw;
  }
  #traning #example_area .step_list ol li .img {
    width: 90%;
    padding: 1.5vw 0 0 23%;
  }
  #traning #example_area .step_list ol li:nth-of-type(1) .img:before {
    width: 12.5333333333vw;
    height: 22.9333333333vw;
    top: unset;
    bottom: -3vw;
  }
  #traning #example_area .step_list ol li:nth-of-type(4) .img:before {
    width: 15.2vw;
    height: 13.6vw;
    top: unset;
    bottom: -3vw;
  }
  #traning #example_area .step_list ol li:nth-of-type(5) {
    position: relative;
  }
  #traning #example_area .step_list ol li:nth-of-type(5):before {
    display: none;
    content: "";
    width: 58.1333333333vw;
    height: 61.6vw;
    background: url(../img/traning/bg_rainbow.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: -34vw;
  }
  #traning #example_area .step_list ol li:nth-of-type(5):after {
    display: none;
    content: "";
    background: #fff;
    width: 58.1333333333vw;
    height: 61.6vw;
    position: absolute;
    top: 0;
    right: -34vw;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 1s ease;
  }
  #traning #example_area .step_list ol li:nth-of-type(5).is-show:after {
    transform: scaleX(0);
  }
  #traning #example_area .step_list ol li:nth-of-type(6) .img:before {
    width: 12.5333333333vw;
    height: 22.1333333333vw;
    top: unset;
    bottom: -3vw;
  }
  #traning #example_area .step_list ol:before {
    content: "";
    display: block;
    width: 5.8vw;
    left: 7%;
  }
  #traning #example_area .step_list ol:after {
    content: "";
    display: block;
    width: 83vw;
    height: 20vw;
    bottom: -17vw;
    left: 0;
  }
  #traning #example_area .step_list:before {
    display: none;
    content: "";
    background: url(../img/common/bg_cloud_bl.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 21.3333333333vw;
    height: 15.3333333333vw;
    position: absolute;
    bottom: 12vw;
    left: -9vw;
  }
  #traning #example_area .step_list:after {
    display: none;
    content: "";
    background: url(../img/common/bg_cloud_bl.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 30.5333333333vw;
    height: 22vw;
    position: absolute;
    bottom: 25vw;
    left: -32vw;
  }
  #traning #example_area:before {
    width: 11.2vw;
    height: 111.6vw;
    right: 0;
  }
  #traning #example_area:after {
    top: 12vw;
    left: unset;
    right: 13vw;
  }
  #traning #growth_area .sec_title {
    width: 80.1333333333vw;
  }
  #traning #growth_area .sec_title:before {
    width: 16vw;
    height: 24vw;
    top: -22vw;
    left: -8vw;
  }
  #traning #growth_area .sec_title:after {
    width: 16.8vw;
    height: 40.2666666667vw;
    top: -29vw;
    right: -7vw;
  }
  #traning #growth_area .growth_detail {
    flex-direction: column-reverse;
  }
  #traning #growth_area .growth_detail .text {
    width: 100%;
  }
  #traning #growth_area .growth_detail .img {
    width: 100%;
  }
  #traning #growth_area .growth_detail:before {
    display: none;
    width: 11.0666666667vw;
    height: 21.0666666667vw;
    top: 31vw;
    right: unset;
    left: 1vw;
  }
  #traning #growth_area .growth_detail:after {
    content: "";
    display: none;
  }
  #traning #faq_area .sec_title {
    width: 33.6vw;
    margin: 0 auto 9.3333333333vw;
  }
  #traning #faq_area .sec_title:before {
    width: 51.0666666667vw;
    height: 22.4vw;
  }
  #traning #faq_area .sec_title.is-show:before {
    left: -66vw;
  }
  #traning #faq_area .sec_title:after {
    width: 51.0666666667vw;
    height: 29.2vw;
  }
  #traning #faq_area .sec_title.is-show:after {
    right: -66vw;
  }
  #traning #faq_area .qa_area ul li .box {
    border-width: 0.6vw !important;
  }
  #traning #faq_area .qa_area ul:before {
    display: none;
    content: "";
    background: url(../img/traning/bg_faq_left.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 31.8666666667vw;
    height: 19.4666666667vw;
    position: absolute;
    bottom: 0;
    left: -24vw;
  }
  #traning #faq_area .qa_area:before {
    display: none;
    content: "";
    background: url(../img/traning/bg_faq_tooth.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 20.703125vw;
    height: 13.046875vw;
    position: absolute;
    top: 16vw;
    right: -24vw;
  }
  #traning #faq_area .qa_area:after {
    display: none;
    content: "";
    background: url(../img/traning/bg_faq_right.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 18.75vw;
    height: 7.65625vw;
    position: absolute;
    bottom: -7vw;
    right: -25vw;
  }
  #traning #faq_area:after {
    content: "";
    background: url(../img/traning/bg_faq_text.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 12.6666666667vw;
    height: 58.5333333333vw;
    position: absolute;
    top: 14vw;
    left: -2vw;
  }
  #traning:after {
    content: "";
    background: #DFFFA1;
    width: 100%;
    height: 20vw;
    display: block;
    position: absolute;
    bottom: -19vw;
  }
  #treatment #howto_area {
    margin: 0 auto 16vw;
  }
  #treatment #howto_area .sec_title {
    width: 67.4666666667vw;
    margin: 0 auto 10.6666666667vw;
  }
  #treatment #howto_area .sec_title:before {
    width: 24vw;
    height: 28vw;
    top: -14vw;
    left: -16vw;
  }
  #treatment #howto_area .sec_title:after {
    display: none;
    content: "";
    background: url(../img/common/bg_cloud_bl.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 30.5333333333vw;
    height: 22vw;
    position: absolute;
    bottom: -8vw;
    right: -49vw;
    -webkit-animation: floatCloud2 16s ease-in-out infinite;
            animation: floatCloud2 16s ease-in-out infinite;
  }
  #treatment #howto_area .howto_list ul li {
    display: block;
    padding: 12vw 4vw 5vw;
    border-width: 0.6vw !important;
  }
  #treatment #howto_area .howto_list ul li .text {
    width: 100%;
    position: relative;
    padding: 0 0 3.2vw;
  }
  #treatment #howto_area .howto_list ul li .text .title {
    font-size: 4vw;
    width: 100%;
    padding: 1vw 2vw 1vw 18vw;
    top: -18vw;
    border-width: 0.6vw !important;
  }
  #treatment #howto_area .howto_list ul li .text .title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8vw;
    margin: auto;
  }
  #treatment #howto_area .howto_list ul li .text p {
    font-size: 4vw;
  }
  #treatment #howto_area .howto_list ul li .img {
    width: 34.6666666667vw;
    position: relative;
    margin: auto;
    top: 0;
  }
  #treatment #howto_area .howto_list ul li:nth-of-type(1) .text .title:before {
    background: url(../img/treatment/howto_01.svg) no-repeat;
    background-size: 100%;
    width: 3.7333333333vw;
    height: 9.8666666667vw;
    left: 9vw;
  }
  #treatment #howto_area .howto_list ul li:nth-of-type(1):before {
    display: none;
  }
  #treatment #howto_area .howto_list ul li:nth-of-type(1):after {
    display: none;
  }
  #treatment #howto_area .howto_list ul li:nth-of-type(2) .text .title:before {
    background: url(../img/treatment/howto_02.svg) no-repeat;
    background-size: 100%;
    width: 6.9333333333vw;
    height: 9.8666666667vw;
  }
  #treatment #howto_area .howto_list ul li:nth-of-type(2):before {
    content: "";
    background: url(../img/common/bg_cloud_bl.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 24.6666666667vw;
    height: 17.7333333333vw;
    position: absolute;
    bottom: -4vw;
    right: -1vw;
    -webkit-animation: floatCloud1 20s ease-in-out infinite;
            animation: floatCloud1 20s ease-in-out infinite;
  }
  #treatment #howto_area .howto_list ul li:nth-of-type(3) .text .title:before {
    background: url(../img/treatment/howto_03.svg) no-repeat;
    background-size: 100%;
    width: 6.9333333333vw;
    height: 9.8666666667vw;
  }
  #treatment #howto_area .howto_list ul li:nth-of-type(4) .text .title:before {
    background: url(../img/treatment/howto_04.svg) no-repeat;
    background-size: 100%;
    width: 8vw;
    height: 9.8666666667vw;
  }
  #treatment #howto_area .howto_list ul li:nth-of-type(4):before {
    display: none;
  }
  #treatment #howto_area .howto_list ul li:nth-of-type(4):after {
    display: none;
  }
  #treatment #howto_area .howto_list ul li:nth-of-type(4).is-show:after {
    transform: scaleX(0);
  }
  #treatment #howto_area .howto_list ul li:nth-of-type(5) .text .title:before {
    background: url(../img/treatment/howto_05.svg) no-repeat;
    background-size: 100%;
    width: 6.9333333333vw;
    height: 9.8666666667vw;
  }
  #treatment #howto_area .howto_list ul li:nth-of-type(5):before {
    content: "";
    background: url(../img/common/bg_cloud_bl.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 30.5333333333vw;
    height: 22vw;
  }
  #treatment #howto_area .howto_list ul li:nth-of-type(5):after {
    display: none;
  }
  #treatment #early_area .sec_title {
    width: 90.6666666667vw;
  }
  #treatment #early_area .sec_title:before {
    top: -17vw;
    left: -34vw;
  }
  #treatment #early_area .sec_title:after {
    top: -17vw;
    right: -34vw;
  }
  #treatment #early_area .early_detail {
    display: block;
  }
  #treatment #early_area .early_detail .text {
    width: 100%;
  }
  #treatment #early_area .early_detail .text p {
    font-size: 4vw;
  }
  #treatment #early_area .early_detail .img {
    margin: 2.6666666667vw auto 0;
    width: 100%;
  }
  #treatment #early_area .early_detail:after {
    content: "";
    background: url(../img/treatment/bg_early_tooth.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 8.9333333333vw;
    height: 9.0666666667vw;
    position: absolute;
    top: -40vw;
    left: -1vw;
    z-index: 1;
    transition: top 0.6s ease-out;
  }
  #treatment #early_area .early_detail.is-show:after {
    top: -44vw;
  }
  #treatment #faq_area .sec_title {
    width: 33.6vw;
    margin: 0 auto 9.3333333333vw;
    position: relative;
  }
  #treatment #faq_area .sec_title:before {
    width: 10vw;
    height: 25.4666666667vw;
    position: absolute;
    top: -19vw;
    left: -33vw;
  }
  #treatment #faq_area .qa_area ul li .box {
    border-width: 0.6vw !important;
  }
  #treatment #faq_area .qa_area ul:before {
    display: none;
    content: "";
    background: url(../img/common/bg_cloud_bl.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 21.2vw;
    height: 15.3333333333vw;
    position: absolute;
    bottom: 12vw;
    right: -6vw;
    -webkit-animation: floatCloud1 12s ease-in-out infinite;
            animation: floatCloud1 12s ease-in-out infinite;
  }
  #treatment #faq_area .qa_area ul:after {
    content: "";
    background: url(../img/common/bg_cloud_bl.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 44vw;
    height: 31.7333333333vw;
    position: absolute;
    bottom: -3vw;
    left: -15vw;
    -webkit-animation: floatCloud2 16s ease-in-out infinite;
            animation: floatCloud2 16s ease-in-out infinite;
  }
  #treatment #faq_area .qa_area:before {
    content: "";
    background: url(../img/bg_examination_bubble_right.gif) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 10vw;
    height: 25.4666666667vw;
    top: unset;
    right: 12vw;
    bottom: 27vw;
  }
  #treatment #faq_area .qa_area:after {
    content: "";
    background: url(../img/treatment/bg_faq_tooth.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 32.4vw;
    height: 29.3333333333vw;
    bottom: -7vw;
    right: 5vw;
  }
  #treatment #faq_area:after {
    width: 12vw;
    height: 54.5333333333vw;
    left: -2vw;
  }
  /*下層共通*/
  #reserve_area {
    padding: 13.3333333333vw 0 26.6666666667vw;
    overflow: unset;
    background: #cff5ff;
  }
  #reserve_area #reservation .sec_title {
    width: 24.9333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
  #reserve_area #reservation .sec_title:before {
    width: 24vw;
    height: 28vw;
  }
  #reserve_area #reservation .reserve_btn {
    width: 86.6666666667vw;
    display: block;
    margin: 0 auto;
  }
  #reserve_area #reservation .reserve_btn .more_btn {
    width: 53.3333333333vw;
    margin: 0 auto;
  }
  #reserve_area #reservation .reserve_btn .more_btn a {
    font-size: 4.2666666667vw;
  }
  #reserve_area #reservation .reserve_btn .more_btn + .more_btn {
    margin: 1.3333333333vw auto 0;
  }
  #reserve_area #reservation:before {
    content: "";
    background: url(../img/common/bg_reserve_title_cloud.svg) no-repeat;
    background-size: 100%;
    width: 120.8vw;
    height: 49.6vw;
  }
  #reserve_area #reservation:after {
    content: "";
    background: url(../img/common/bg_cloud_wh.svg) no-repeat;
    background-size: 100%;
    width: 30.2666666667vw;
    height: 21.7333333333vw;
    position: absolute;
    right: -1vw;
    top: 20vw;
  }
  #reserve_area #step {
    margin: 18.6666666667vw auto 9.3333333333vw;
    position: relative;
    /* プログレスバーの高さ変更 */
    /* プログレスバーの背景色変更 */
    /* プログレスバーの色変更 */
  }
  #reserve_area #step .sec_title {
    width: 73.3333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
  #reserve_area #step .step_slide_sp .swiper-slide {
    position: relative;
  }
  #reserve_area #step .step_slide_sp .swiper-slide:after {
    content: "";
    background: url(../img/common/step_arrow.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    width: 3.6vw;
    height: 4.8vw;
    top: -9vw;
    bottom: 0;
    right: -6.5vw;
    margin: auto;
  }
  #reserve_area #step .step_slide_sp .swiper-slide:last-child:after {
    display: none;
  }
  #reserve_area #step .swiper-horizontal > .swiper-pagination-progressbar,
#reserve_area #step .swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: 1.7333333333vw;
    border-radius: 30px;
    width: 50vw;
    bottom: -80vw;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
  }
  #reserve_area #step .swiper-pagination-progressbar {
    background-color: #fff;
  }
  #reserve_area #step .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #774D19;
  }
  #reserve_area #step:before {
    display: none;
    content: "";
    background: url(../img/common/bg_cloud_wh.svg) no-repeat;
    background-size: 100%;
    width: 22.5333333333vw;
    height: 16.2666666667vw;
  }
  #reserve_area #step:after {
    display: none;
    content: "";
    background: url(../img/common/bg_cloud_wh.svg) no-repeat;
    background-size: 100%;
    width: 12.1333333333vw;
    height: 8.8vw;
  }
  #reserve_area:before {
    content: "";
    background: url(../img/common/bg_reserve.svg) no-repeat;
    background-size: 105%;
    background-position: center;
    width: 100%;
    height: 100vw;
    position: absolute;
    top: -12vw;
  }
  #our_area .inner .sec_title {
    width: 38.1333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
  #our_area .inner .sec_title:before {
    width: 8.6666666667vw;
    height: 9.3333333333vw;
    position: absolute;
    top: 18vw;
    right: -19vw;
  }
  #our_area .inner .sec_title.is-show:before {
    top: 11vw;
  }
  #our_area .inner .clinic_list {
    padding: 4vw;
    margin: 0 auto 12.4vw;
    overflow: hidden;
  }
  #our_area .inner .clinic_list .clinic_txt {
    margin: 0 0 10px;
    font-size: clamp(14px, 4vw, 18px);
  }
  #our_area .inner .clinic_list ul li {
    width: 48%;
    margin: 2.6666666667vw 0 0;
  }
  #our_area .inner .clinic_list ul li .access {
    padding: 6px 0;
    margin: 0 0 10px;
    font-size: clamp(8px, 1vw, 14px);
  }
  #our_area .inner .clinic_list ul li .access:before {
    width: 7px;
    height: 7px;
    left: 35px;
    bottom: -5px;
  }
  #our_area .inner .clinic_list ul li a .title {
    margin: 0 0 8px;
    font-size: clamp(12px, 3.8vw, 14px);
  }
  #our_area .inner .clinic_list ul li a .title:after {
    content: "";
    background: url(../img/icon_clinic_arrow.svg) no-repeat;
    background-size: 100%;
    width: 8px;
    height: 11px;
    margin: auto auto auto 10px;
    display: inline-block;
  }
  #our_area .inner:after {
    width: 10.4vw;
    height: 17.6vw;
    bottom: -2vw;
    left: -5vw;
  }
  #our_area:before {
    content: "";
    background: url(../img/common/bg_roof.svg) no-repeat;
    background-size: 120%;
    background-position: center;
  }
}
/*# sourceMappingURL=page.css.map */