@import url("https://fonts.googleapis.com/css2?family=Cabin+Sketch&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/*----------------------------------------------------*/
/* element reset
------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol, dl {
  list-style: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
  font: 100%;
}

th, td, img {
  border: 0;
}

caption, th {
  text-align: left;
}

img, a img {
  background: transparent;
}

address {
  font-style: normal;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------------*/
/* link
------------------------------------------------------*/
a:link {
  color: #534A31;
  text-decoration: none;
}

a:visited {
  color: #534A31;
  text-decoration: none;
}

a:hover {
  color: #534A31;
  text-decoration: none;
}

a:active {
  color: #534A31;
  text-decoration: none;
}

a:hover img,
input[type=image]:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}

/*----------------------------------------------------*/
/* base
------------------------------------------------------*/
html {
  font-size: 62.5%;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6041666667vw;
  }
}

body {
  color: #534A31;
  font-family: "Zen Maru Gothic", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2rem;
  overflow: hidden;
  min-width: 1240px;
}

p {
  line-height: 1.8;
  letter-spacing: 0.03em;
}

dt, dd, li, th, td, address {
  line-height: 1.8;
  letter-spacing: 0.03em;
}

h2, h3, h4 {
  letter-spacing: 0.03em;
}

p, dt, dd, li, th, td, input, textarea, address {
  font-size: 100%;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1240px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 1240px) {
  body {
    font-size: 1.666vw;
    min-width: initial;
  }
}
@media screen and (max-width: 767px) {
  body, html {
    min-width: 0;
  }
  body {
    font-size: 1.4rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
  img {
    max-width: 100%;
  }
}
/* hd
------------------------------------------------------*/
#h1title {
  background: url("/kids/lib/img/about/bg_h1.png") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1692px) {
  #h1title {
    background: url("/kids/lib/img/about/bg_h1.png") center center no-repeat;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 767px) {
  #h1title {
    background: url("/kids/lib/img/about/bg_h1_sp.png") center center no-repeat;
    background-size: contain;
  }
}

/* mv_under
------------------------------------------------------*/
#mv_under {
  background: url("/kids/lib/img/about/bg_symptom_01.jpg") center top no-repeat;
  background-size: contain;
  margin-bottom: 45px;
  position: relative;
}
#mv_under .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 48%;
}
#mv_under ul li {
  align-content: center;
  background: url("/kids/lib/img/cmn/bg_balloon.png") center center no-repeat;
  background-size: contain;
  display: inline-grid;
  line-height: 1.5;
  min-height: 238px;
  min-width: 238px;
  position: absolute;
  text-align: center;
  z-index: 3;
}
#mv_under ul li:first-child {
  left: 10%;
  top: 31%; /*200*/
}
#mv_under ul li:nth-child(2) {
  left: 30%;
  top: 45%; /*370*/
}
#mv_under ul li:nth-child(3) {
  left: 50%;
  top: 45%; /*410*/
}
#mv_under ul li:nth-child(4) {
  left: 72%;
  top: 31%;
}
#mv_under ul li:nth-child(5) {
  right: 1%;
  top: 21%;
}
#mv_under p {
  display: block;
  position: relative;
  text-align: center;
}
#mv_under p > span {
  background: url("/kids/lib/img/about/bg_symptom_02.png") center center no-repeat;
  background-size: contain;
  color: #fff;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 500;
  padding: 1.3em 1.5em;
}
#mv_under p:before {
  background: url("/kids/lib/img/about/symptom_pin_01.png") no-repeat;
  background-size: 100% auto;
  bottom: -120px;
  content: "";
  height: 210px;
  left: 0;
  position: absolute;
  width: 214px;
  z-index: 2;
}
#mv_under p:after {
  background: url("/kids/lib/img/about/symptom_pin_02.png") no-repeat;
  background-size: 100% auto;
  bottom: -120px;
  content: "";
  height: 366px;
  position: absolute;
  right: 0;
  width: 224px;
  z-index: 2;
}
@media screen and (max-width: 1260px) {
  #mv_under .inner {
    max-width: initial;
  }
}
@media screen and (max-width: 1240px) {
  #mv_under ul li {
    height: 19.8vw;
    min-height: initial;
    min-width: initial;
    width: 19.8vw;
  }
  #mv_under ul li:first-child {
    top: 35%;
  }
  #mv_under ul li:nth-child(2) {
    top: 45%;
  }
  #mv_under ul li:nth-child(3) {
    top: 45%;
  }
  #mv_under ul li:nth-child(4) {
    top: 35%;
  }
  #mv_under ul li:nth-child(5) {
    top: 19%;
  }
  #mv_under p > span {
    font-size: 2.66vw;
  }
  #mv_under p:before {
    bottom: -10vw;
    height: 17.5vw;
    width: 17.8vw;
  }
  #mv_under p:after {
    bottom: -10vw;
    height: 30.5vw;
    width: 18.6vw;
  }
}
@media screen and (max-width: 767px) {
  #mv_under {
    background: url("/kids/lib/img/about/bg_symptom_01_sp.png") center top no-repeat;
    background-size: 100% auto;
    margin-bottom: 2rem;
  }
  #mv_under .inner {
    padding-top: 44rem;
  }
  #mv_under ul li {
    font-size: 1.2rem;
    height: 13rem;
    width: 13rem;
  }
  #mv_under ul li:first-child {
    left: -1rem;
    top: 23rem;
  }
  #mv_under ul li:nth-child(2) {
    left: 7rem;
    top: 31rem;
  }
  #mv_under ul li:nth-child(3) {
    left: 18rem;
    top: 31rem;
  }
  #mv_under ul li:nth-child(4) {
    left: auto;
    right: -1rem;
    top: 23rem;
  }
  #mv_under ul li:nth-child(5) {
    right: -0.5rem;
    top: 14rem;
  }
  #mv_under p {
    line-height: 1.4;
  }
  #mv_under p > span {
    background: url("/kids/lib/img/about/bg_symptom_02_sp.png") center center no-repeat;
    background-size: contain;
    font-size: 1.6rem;
    padding: 1.3em 3.5em;
  }
  #mv_under p > span span {
    display: block;
  }
  #mv_under p:before {
    bottom: -10vw;
    height: 17.5vw;
    width: 17.8vw;
  }
  #mv_under p:after {
    bottom: -10vw;
    height: 30.5vw;
    width: 18.6vw;
  }
}

/* treatment
------------------------------------------------------*/
#treatment {
  background: #DDEFF8 url("/kids/lib/img/cmn/bg_blue_top.png") left top repeat-x;
  margin-bottom: 10px;
}
#treatment .btmbg {
  background: url("/kids/lib/img/cmn/bg_blue_btm.png") left bottom repeat-x;
  padding: 90px 0 230px;
  position: relative;
}
#treatment .btmbg:after {
  background: url("/kids/lib/img/about/treatment_07.png") no-repeat;
  background-size: 100% auto;
  bottom: 0;
  content: "";
  height: 290px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1200px;
}
#treatment ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#treatment ul li {
  background: url("/kids/lib/img/cmn/bg_2clm_mdl.png") repeat-y;
  background-size: 100% auto;
  margin-bottom: 40px;
  padding: 32px;
  position: relative;
  width: 48%;
}
#treatment ul li:before {
  background: url("/kids/lib/img/cmn/bg_2clm_top.png") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: -8px;
  width: 100%;
}
#treatment ul li:after {
  background: url("/kids/lib/img/cmn/bg_2clm_btm.png") no-repeat;
  background-size: 100% auto;
  bottom: -6px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
#treatment ul li dl dt img {
  display: block;
  height: auto;
  margin-bottom: 0.6em;
  width: 100%;
}
#treatment ul li dl dt span {
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
  padding: 0 0 0.4em;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  #treatment .btmbg {
    padding: 90px 1em 170px;
  }
  #treatment .btmbg:after {
    height: 24.16vw;
    width: 100%;
  }
  #treatment ul li:before {
    height: 0.75vw;
    top: -0.66vw;
  }
  #treatment ul li:after {
    bottom: -0.5vw;
    height: 0.58vw;
  }
  #treatment ul li dl dt span {
    font-size: 2.66vw;
  }
}
@media screen and (max-width: 767px) {
  #treatment .btmbg {
    padding: 4.5rem 2rem 5.5rem;
  }
  #treatment ul {
    display: block;
  }
  #treatment ul li {
    margin-bottom: 2rem;
    padding: 1.8rem;
    width: auto;
  }
  #treatment ul li dl dt span {
    font-size: 1.6rem;
  }
}

/* club
------------------------------------------------------*/
#club {
  background: #FAE89A url("/kids/lib/img/cmn/bg_yellow_top.png") left top repeat-x;
  margin-bottom: 70px;
}
#club .btmbg {
  background: url("/kids/lib/img/cmn/bg_yellow_btm.png") left bottom repeat-x;
  padding: 100px 0 70px;
}
#club .clubbox01 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 70px;
}
#club .clubbox01 .txt {
  width: 53%;
}
#club .clubbox01 .img {
  width: 41%;
}
#club .clubbox01 ul {
  display: flex;
  justify-content: space-between;
  padding-top: 2em;
}
#club .clubbox01 ul li {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  padding: 2.5em 0;
  text-align: center;
  width: 32.5%;
}
#club .clubbox01 ul li:first-child {
  background: url("/kids/lib/img/cmn/bg_balloon_02.png") center center no-repeat;
  background-size: contain;
}
#club .clubbox01 ul li:nth-child(2) {
  background: url("/kids/lib/img/cmn/bg_balloon_01.png") center center no-repeat;
  background-size: contain;
}
#club .clubbox01 ul li:last-child {
  background: url("/kids/lib/img/cmn/bg_balloon_03.png") center center no-repeat;
  background-size: contain;
}
#club .clubbox02 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#club .clubbox02:after {
  background: url("/kids/lib/img/about/club_pin_03.png") no-repeat;
  background-size: 100% auto;
  bottom: -84px;
  content: "";
  height: 410px;
  position: absolute;
  right: 0;
  width: 228px;
}
#club .clubbox02 .txt {
  width: 53%;
}
#club .clubbox02 .txt p {
  display: block;
  width: 60%;
}
#club .clubbox02 .img {
  width: 41%;
}
@media screen and (max-width: 1240px) {
  #club .btmbg {
    padding: 100px 1em 70px;
  }
  #club .clubbox02:after {
    bottom: -7vw;
    height: 34.17vw;
    width: 19vw;
  }
}
@media screen and (max-width: 767px) {
  #club {
    margin-bottom: 3.5rem;
  }
  #club .btmbg {
    padding: 5rem 2rem 3.5rem;
  }
  #club .clubbox01 {
    display: block;
    margin-bottom: 2em;
  }
  #club .clubbox01 .txt {
    padding: 1.5em 0 0;
    width: auto;
  }
  #club .clubbox01 .img {
    width: auto;
  }
  #club .clubbox01 .img img {
    width: 100%;
  }
  #club .clubbox01 ul li {
    font-size: 1.3rem;
    padding: 2.6em 0;
  }
  #club .clubbox02 {
    display: block;
  }
  #club .clubbox02 .txt {
    padding: 1.5em 0 0;
    width: auto;
  }
  #club .clubbox02 .txt p {
    width: auto;
  }
  #club .clubbox02 .img {
    width: auto;
  }
  #club .clubbox02 .img img {
    width: 100%;
  }
  #club .clubbox02:after {
    bottom: auto;
    top: 13rem;
  }
}

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