@charset "UTF-8";
img{
  width: 100%;
}
@media screen and (min-width: 768px) {
  a:hover{
    opacity: .5 !important;
  }
}
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.section-sitemap{
  margin-top:0 !important;
}
main{
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  main{
    padding-top: 100px;
  }
}

.title_img {
  overflow: hidden;
  width: 100%;
  /* height: 100vh; */
  object-fit: cover;
  /* margin-top: 70px; */
  background: #F2F0EC;
}
@media screen and (min-width: 768px) {
  .title_img {
    /* margin-top: 85px; */
    height: auto;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .max_inner{
    max-width: 1200px;
    margin: auto;
    width: 95%;
  }
}
h2{
  font-size: 30px;
  position: relative;
  text-align: center;
  color: #000;
  font-weight: bold !important;
}
@media screen and (min-width: 768px) {
  h2{
    font-size: 40px;
  }
}

.worries{
  background: #F2F0EC;
  padding: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .worries{
    padding: 50px 0 0;
  }
}
.worries .worries_img{
  width: 95vw;
  margin: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .worries .worries_img{
    width: 100%;
  }
}
.worries .worries_bg{
  position: relative;
  margin: 20px auto 0;
}
.worries .worries_bg p{
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  margin: auto;
  z-index: 2;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .worries .worries_bg p{
    font-size: 36px;
    top: 48%;
  }
}

.reason{
  padding: 80px 0 140px;
  background: url(../../assets/images/pediatric/reason_bg_sp.png) no-repeat 0 0;
  background-size: cover;
  height: auto;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reason{
    padding: 120px 0 250px;
    background: url(../../assets/images/pediatric/reason_bg_pc.png) no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height: auto;
  }
}
.reason h2{
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .reason h2{
    margin-bottom: 80px;
  }
}
.reason h2:before {
    content: url(../../assets/images/pediatric/reason_ttl.png);
    position: absolute;
    left: -70vw;
    right: auto;
    margin: auto;
    text-align: center;
    top: -54vw;
    width: 955px;
    height: 450px;
    transform: scale(.3);
}
@media screen and (min-width: 768px) {
  .reason h2:before {
      content: url(../../assets/images/pediatric/reason_ttl.png);
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      top: -210px;
      width: 955px;
      height: 450px;
      transform: scale(.4);
  }
}
.reason .box {
  background: #fff;
  width: 90vw;
  margin: 0 auto 30px;
  position: relative;
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .reason .box {
    display: flex;
    align-items: center;
    margin: 0 auto 50px;
    width: 100%;
    padding: 0 0 10px 10px;
    justify-content: space-between;
  }
  .reason .box:nth-of-type(2n+1) {
    flex-direction: row-reverse;
  }
}
.reason .box:before {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 100%;
    height: 100%;
    border: 1px solid #978280;
    /* transition: .3s; */
    content: '';
}
@media screen and (min-width: 768px) {
  .reason .box:before {
    bottom: 10px;
    right: 10px;
  }
  .reason .box:nth-of-type(2n){
    padding-bottom: 10px;
  }
  .reason .box:nth-of-type(2n):before{
    bottom: -10px;
    right: -10px;
  }
}
.reason .box .num{
  color: #978280;
  margin-bottom: 15px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .reason .box .wrap{
    width: 53%;
    position: relative;
    align-items: stretch;
  }
  .reason .box .num{
    color: rgba(151, 130, 128, .3);
    font-size: 37px;
    position: absolute;
    right: 15px;
    top: -50px;
    line-height: 1;
    text-align: right;
  }
  .reason .box:nth-of-type(2n+1) .num{
    right: 20px;
    top: -45px;
  }
  .reason .box .num span{
    font-size: 60px;
    display: block;
  }
}
.reason .box h3{
  color: #978280;
  line-height: 1.3;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .reason .box h3{
    font-size: 36px;
    text-align: left;
  }
  .reason .box:nth-of-type(2n) h3{
    margin-left: 15px;
  }
}
.reason .box .text{
  color: #222;
  text-align: left;
  padding: 0 5vw;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .reason .box .text{
    font-size: 18px;
    padding: 0;
  }
  .reason .box:nth-of-type(2n+1) .text{
    margin-right: 40px;
  }
  .reason .box:nth-of-type(2n) .text{
    margin-left: 15px;
    margin-right: 30px;
  }
}
.reason .box img{
  margin-top: 20px;
  text-align: right;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .reason .box img{
    width: 45%;
    margin: 10px 0 0 0;
  }
  .reason .box:nth-of-type(2n) img{
    margin-right: 20px;
  }
}

.contact1{
  position: relative;
  margin-top: -130px;
}
@media screen and (min-width: 768px) {
  .contact1{
  margin-top: -180px;
  background: none;
  }
}
.contact1 .sp_box{
  background: #F2F0EC;
}
.contact1 .box{
  width: 90vw;
  z-index: 30;
  position: relative;
  padding: 0 0 10px;
  background: #fff url(../../assets/images/pediatric/contact1_bg_sp.png) no-repeat 0 0;
  background-size: cover;
  height: auto;
  margin: -50px auto 0;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact1 .box{
    background: #fff url(../../assets/images/pediatric/contact1_bg_pc.png) no-repeat 0 0;
    background-size: cover;
    margin: -16vw auto 0;
    max-width: 1100px;
    width: 100%;
    padding: 0 0 40px;
  }
}
.contact1 .box:before{
  position: absolute;
  bottom: 1%;
  left: 2%;
  width: 96%;
  height: 90%;
  border-left: 1px solid #ED9451;
  border-right: 1px solid #ED9451;
  border-bottom: 1px solid #ED9451;
  content: '';
}
@media screen and (min-width: 768px) {
  .contact1 .box:after{
    content: none;
  }
}
.contact1 h3{
  font-size: 25px;
  background: #ED9451;
  color: #fff;
  padding: 2vw 0 2vw 5vw;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contact1 h3{
    font-size: 34px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    padding: 0;
  }
}
.contact1 h3 span{
  position: absolute;
  content: url(../../assets/images/pediatric/beginner.png);
  left: -12px;
  top: -12px;
  width: 25px;
}
@media screen and (min-width: 768px) {
  .contact1 h3 span{
    position: relative;
    top: 8px;
    width: 30px;
  }
}
.contact1 .text{
  padding: 20px 5%;
  color: #222;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .contact1 .text{
    font-size: 24px;
    padding: 40px 5% 30px;
  }
}
.contact1 .contact1_ple{
  position: absolute;
  right: -5vw;
  top: -13vw;
  width: 45vw;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .contact1 .contact1_ple{
    width: 28%;
    right: -50px;
    top: -100px;
  }
}
.common_contact{
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .common_contact{
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
.common_contact li{
  list-style-type: none;
  background: #ED9451;
  width: 80vw;
  margin: 0 auto 10px;
  display: flex;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .common_contact li{
    width: 30%;
    margin: 0;
  }
}
.common_contact_w li{
  background: #fff;
}
.common_contact li a{
  color: #fff;
  font-size: 20px;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .common_contact li a{
    font-size: 25px;
    position: relative;
    z-index: 1;
    text-decoration: none;
  }
}
.common_contact_w li a{
  color: #ED9451;
}
.common_contact li a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5vw;
}
@media screen and (min-width: 768px) {
  .common_contact li a{
    padding-left: 12px;
  }
}
.common_contact li a img{
  width: 15vw;
  height: 15vw;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .common_contact li a img{
    width: 70px;
    height: 70px;
  }
}
.common_contact li a p{
  text-align: left;
  line-height: 1.3;
}
.common_contact li a.web p{
  padding-left: 7vw;
}
@media screen and (min-width: 768px) {
.common_contact li a.web p{
  padding-left: 0;
}
}
.common_contact li a p span{
  font-size: 11px;
  display: block;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .common_contact li a span{
    font-size: 12px;
  }
}

.about{
  background: #F2F0EC;
  padding: 80px 0 0;
}
@media screen and (min-width: 768px) {
  .about{
    padding: 360px 0 0;
    margin-top: -260px;
  }
  .about .inner{
    max-width: 1200px;
    width: 80%;
    margin: auto;
  }
  .about h2{
    max-width: 1200px;
    margin: auto;

  }
}
.about h2 img{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  width: 85vw;
  transform: translate(0,-50%);
}
@media screen and (min-width: 768px) {
  .about h2 img{
    width: 50%;
  }
}

/* .about h2:before {
    content: url(../../assets/images/pediatric/about_ttl_sp.png);
    position: absolute;
    left: -30vw;
    margin: auto;
    text-align: center;
    top: -170px;
    width: 612px;
    height: 413px;
    transform: scale(.5);
}
@media screen and (min-width: 768px) {
  .about h2:before {
      content: url(../../assets/images/pediatric/about_ttl_pc.png);
      position: absolute;
      left: -12%;
      right: auto;
      margin: auto;
      text-align: center;
      top: -250px;
      width: 1531px;
      height: 531px;
      transform: scale(.4);
  }
} */
.about h3{
  text-align: center;
  color: #222;
  font-size: 17px;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .about h3{
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .about .max_inner{
    display: flex;
    flex-wrap: wrap;
  }
}
.about .box{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .about .box{
    width: 31%;
    margin-bottom: 40px;
  }
  .about .box:nth-of-type(4){
    margin: 0 1% 0 auto;
  }
  .about .box:nth-of-type(5){
    margin: 0 auto 0 1%;
  }
}
.about .box dl{
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .about .box dl{
    width: auto;
  }
}
.about .box dt{
  font-size: 20px;
  text-align: center;
  border-bottom: 2px solid #222;
  padding: 15px 0 10px;
}
@media screen and (min-width: 768px) {
  .about .box dt{
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .about .box dt{
    font-size: 23px;
  }
}
.about .box dd{
  font-size: 14px;
  text-align: center;
  padding: 10px 0 10px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .about .box dd{
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .about .box dd{
    font-size: 17px;
  }
}
.price{
  background: #F2F0EC;
  padding:40px 0 0;
}
@media screen and (min-width: 768px) {
  .price{
    padding: 80px 0 0;
  }
}
.price_list .ttl{
  background-image: linear-gradient(90deg, rgba(34, 34, 34, 1) 34%, rgba(136, 136, 136, 1) 50%, rgba(34, 34, 34, 1) 69%);
  text-align: center;
  font-size: 20px;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .price_list .ttl{
    font-size: 30px;
    height: 55px;
    line-height: 55px;
  }
}
.price .max_inner{
  width: 90vw;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .price .max_inner{
    max-width: 1000px;
    width: 90%;
  }
.max_inner.price_list .wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 40px;
  }
}
.price_list dl{
  display: flex;
  height: 80px;
  line-height: 80px;
  margin-bottom: 0;
  border-bottom: 1px solid #F2F0EC;
}
@media screen and (min-width: 768px) {
  .price_list dl{
    width: 50%;
    height: 100px;
    line-height: 100px;
  }
}
.price_list dl dt{
    width: 50%;
    background: #ED9451;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
@media screen and (min-width: 768px) {
  .price_list dl dt{
    width: 60%;
    font-size: 26px;
  }
}
.price_list dl dd{
    width: 50%;
    background: #fff;
    margin: 0;
    font-size: 34px;
    padding: 0 0 0 20px;
}
@media screen and (min-width: 768px) {
  .price_list dl dd{
      width: 40%;
      font-size: 40px;
  }
}
.price_list dl dd span{
  color: #F14F40;
  font-size: 50px;
}
@media screen and (min-width: 768px) {
  .price_list dl dd span{
    font-size: 60px;
  }
}
.price_free{
  width: 75vw;
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .price_free{
    width: 25%;
    padding-bottom: 40px;
  }
}

.debut{
  background: #F2F0EC;
  padding: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .debut{
    padding: 10px 0 80px;
  }
}
.debut > .max_inner{
  position: relative;
  padding: 0 0 20px;
  background: #fff url(../../assets/images/pediatric/debu_bg_sp.png) no-repeat 0 0;
  background-size: cover;
  height: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .debut > .max_inner{
    background: #fff url(../../assets/images/pediatric/debu_bg_pc.png) no-repeat 0 0;
    background-size: cover;
    height: auto;
    padding: 0 0 60px;
  }
}
.debut .ttl{
  background: rgba(237, 148, 81, 1);
  color: #fff;
  padding-left: 30px;
  height: 60px;
  line-height: 60px;
  margin: auto;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .debut .ttl{
    background: linear-gradient(90deg, rgba(237, 148, 81, 1) 50%, rgba(255, 255, 255, 0) 100%, rgba(237, 148, 81, 1) 85%);
    padding-left: 5%;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
    text-align: left;
  }
}
.debut .text{
  color: #222;
  font-size: 15px;
  padding-top: 25px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .debut .text{
    font-size: 21px;
    text-align: left;
    padding-left: 5%;
    margin-bottom: 60px;
  }
}
.debut .debut_img{
  width: 90vw;
  margin: 10px auto 30px;
  display: block;
}
@media screen and (min-width: 768px) {
  .debut .debut_img{
    position: absolute;
    top: -30px;
    right: 3%;
    width: 40%;
  }
}

@media screen and (min-width: 768px) {
  .correction{
    padding: 0;
  }
}
.correction h2{
  margin: 80px auto 70px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .correction h2{
    margin: 100px auto 60px;
  }
}
.correction h2 .correction_ttl{
  position: absolute;
  left: 7vw;
  right: auto;
  margin: auto;
  text-align: center;
  top: 50%;
  width: 75vw;
  transform: translate(0,-50%);
}
@media screen and (min-width: 768px) {
  .correction h2 .correction_ttl{
    width: 50%;
    left: 0;
    right: 0;
  }
}
.correction h3{
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .correction h3{
    font-size: 24px;
    margin-bottom: 50px;
  }
}
.correction .box_float{
    background: #fff url(../../assets/images/pediatric/box_float_sp.png) no-repeat 0 0;
    background-size: cover;
    height: auto;
    width: 90vw;
    margin: auto;
    height: 563px;
    z-index: 2;
    position: relative;
}
@media screen and (min-width: 768px) {
  .correction .box_float{
    max-width: 1200px;
    background: #fff url(../../assets/images/pediatric/box_float_pc.png) no-repeat 0 0;
    background-size: cover;
    height: 410px;
    width: 95%;
    text-align: center;
  }
}
.correction .box_float h4{
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 35px 0 30px;
}
@media screen and (min-width: 768px) {
  .correction .box_float h4{
    font-size: 34px;
    padding: 60px 0 40px;
  }
}
.correction .box_float ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 5%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .correction .box_float ul li:last-child {
    text-align: center;
    justify-content: center;
    margin: auto;
  }
}
.correction .box_float li{
  color: #222;
  font-size: 15px;
  width: 48%;
  background: #F2F0EC;
  border-radius: 10px;
  list-style-type: none;
  text-align: center;
  line-height: 1.5;
  display: flex;
  align-items: center;
  padding: 10px 10px;
  height: 80px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .correction .box_float li{
    color: #222;
    font-size: 18px;
    width: 19%;
    padding: 20px 20px;
    height: auto;
  }
}
.correction .box_float .text{
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-top: double 5px #fff;
  width: 80vw;
  margin: 10px auto;
  padding-top: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .correction .box_float .text{
    font-size: 26px;
    border: none;
    position: relative;
    width: 90%;
    text-align: center;
    display: inline-block;
  }
  .correction .box_float .text:before{
    position: absolute;
    content: "";
    left: 0;
    top: 35px;
    border-top: double 5px #fff;
    width: 6%;
  }
  .correction .box_float .text:after{
    position: absolute;
    content: "";
    right: 0;
    top: 35px;
    border-top: double 5px #fff;
    width: 6%;
  }
}
@media screen and (min-width: 1100px) {
 .correction .box_float .text:before, .correction .box_float .text:after{
    width: 12%;
 }
}
@media screen and (min-width: 1300px) {
 .correction .box_float .text:before, .correction .box_float .text:after{
    width: 160px;
 }
}

.feature{
  background: #F2F0EC;
  padding: 320px 0 50px;
  margin-top: -250px;
  clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .feature{
    margin-top: -230px;
    clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
    padding: 340px 0 80px;
  }
}
.feature h2 .feature_ttl{
    position: absolute;
    left: 7vw;
    right: auto;
    margin: auto;
    text-align: center;
    top: 50%;
    width: 80vw;
    transform: translate(0,-50%);
}
@media screen and (min-width: 768px) {
  .feature h2 .feature_ttl{
    width: 500px;
    left: 0;
    right: 0;
  }
}
.feature .flexpc > img{
  width: 90vw;
  margin: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .feature .flexpc{
    display: flex;
    justify-content: space-between;
    width: 95%;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    margin-top: 30px;
  }
  .feature .flexpc > div{
    width: 50%;
  }
  .feature .flexpc > img{
    width: 45%;
  }
}
.feature h3{
  color: #222;
  font-size: 26px;
  margin: 40px auto 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .feature h3{
    font-size: 34px;
    text-align: left;
  }
}
.feature .text{
  color: #222;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .feature .text{
    font-size: 19px;
    text-align: left;
    margin-bottom: 0;
  }
}
.feature .list{
  display: flex;
  margin: 40px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90vw;
}
@media screen and (min-width: 768px) {
  .feature .list{
    max-width: 1200px;
    width: 95%;
    margin: 50px auto 0;
  }
}
.feature .list dl{
  border-bottom: 1px solid #222;
  width: 49%;
}
@media screen and (min-width: 768px) {
  .feature .list dl{
    width: 24%;
  }
}
.feature .list dd{
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .feature .list dd{
    font-size: 18px;
    height: 80px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.available{
  padding: 60px 0;
  background: url(../../assets/images/pediatric/available_bg_sp.png) no-repeat 0 0;
  background-size: cover;
  height: auto;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .available{
    padding: 90px 0;
    background: url(../../assets/images/pediatric/available_bg_pc.png) no-repeat 0 0;
    background-size: cover;
  }
}
.available h2{
  margin-bottom: 90px;
}
.available h2 .available_ttl{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  width: 90vw;
  transform: translate(0,-50%);
}
@media screen and (min-width: 768px) {
  .available h2 .available_ttl{
    width: 25%;
    left: 0;
    right: 0;
    transform: translate(0,-60%);
  }
}
.available .box{
  background: #fff;
  width: 90vw;
  margin: 0 auto 50px;
  padding: 40px 0 0;
  position: relative;
  box-shadow: 6px 6px 0px 0px #978280;
}
@media screen and (min-width: 768px) {
  .available .box{
    width: auto;
    padding: 0;
    margin: 0 auto 80px;
    box-shadow: 8px 8px 0px 0px #978280;
  }
}
.available .box:before {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 100%;
    height: 100%;
    border: 1px solid #978280;
    /* transition: .3s; */
    content: '';
}
@media screen and (min-width: 768px) {
  .available .box .flexpc{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.available .box h3 {
  color: #fff;
  font-size: 22px;
  background: #978280;
  height: 45px;
  line-height: 45px;
  transform: skew(-20deg); /* 平行四辺形に */
  position: relative;
  /* overflow: hidden; */
  width: 75vw;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: -23px;
}
@media screen and (min-width: 768px) {
  .available .box h3 {
    height: 60px;
    line-height: 60px;
    width: 400px;
    left: -20px;
    display: inline;
    padding: 0 5px 0 20px;
    margin: 0;
  }
}
.available .box h3 span {
  display: inline-block;
  /* transform: skew(20deg); テキストは斜めにしない */
}
.available .box h3 span {
  display: inline-block;
  transform: skew(20deg); /* テキストを元に戻す */
}
@media screen and (min-width: 768px) {
  .available .box h3{
    font-size: 34px;
    text-align: center;
  }
}
.available .box .text{
  padding: 0 5vw;
  text-align: left;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .available .box .text{
    padding: 0;
    width: 50%;
    font-size: 15px;
    padding-left: 30px;
    padding-top: 10px;
  }
  .available .box picture{
    width: 50%;
  }
  .available .box img{
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .available .box .text{
    font-size: 17px;
  }
}
.available .price_list{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .available .price_list{
    width: auto;
    width: 95%;
  }
  .available .price_list .wrap,.available .price_list .ttl{
    max-width: 1000px;
    margin: auto;
    width: 90%;
    position: relative;
  }
}
.available .price_list dt{
  line-height: 1.3;
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .available .price_list dt{
    font-size: 22px;
    padding: 0 0 0 30px;
  }
}
.available .price_list dd{
  text-align: left;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .available .price_list dd{
    font-size: 24px;
  }
}
.available .note{
  text-align: right;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .available .note{
    position:absolute;
    right: 0;
    bottom: 0;
  }
}

.contact3{
    background: #fff url(../../assets/images/pediatric/contact3_bg_sp.png) no-repeat 0 0;
    background-size: cover;
    height: auto;
    width: 100%;
    margin: auto;
    height: 434px;
    z-index: 2;
}
@media screen and (min-width: 768px) {
  .contact3{
    background: #fff url(../../assets/images/pediatric/contact3_bg_pc.png) no-repeat 0 0;
    background-size: cover;
    height: 476px;
  }
}
.contact3 h3{
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding: 30px 0 10px;
}
@media screen and (min-width: 768px) {
  .contact3 h3{
    font-size: 44px;
    padding: 90px 0 30px;
  }
}
.contact3 .text{
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .contact3 .text{
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.prof{
  padding: 50px 0 40px;
}
@media screen and (min-width: 768px) {
  .prof{
    padding: 80px 0 80px;
  }
}
.prof h2 .prof_ttl{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  width: 50vw;
  transform: translate(0,-50%);
}
@media screen and (min-width: 768px) {
  .prof h2 .prof_ttl{
    width: 15%;
    left: 0;
    right: 0;
    transform: translate(0,-60%);
  }
}
.prof .max_inner{
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .prof .max_inner{
    display: flex;
    justify-content: space-between;
  }
}
.prof .max_inner .box{
  width: 90vw;
  margin: 0 auto 20px;
  background: rgba(159, 139, 137, .1);
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .prof .max_inner .box {
    width: 48%;
    margin: 0;
    padding-bottom: 30px;
  }
}
.prof .max_inner .box .post{
  color: #222;
  text-align: center;
  font-size: 15px;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .prof .max_inner .box .post{
    font-size: 22px;
    margin: 35px auto 0;
  }
}
.prof .max_inner .box .name{
  color: #222;
  text-align: center;
  font-size: 24px;
  margin-top: -5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .prof .max_inner .box .name{
    font-size: 32px;
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
.prof .max_inner .box .text{
  color: #222;
  font-size: 13px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .prof .max_inner .box .text{
    font-size: 16px;
    padding: 0 30px;
  }
}

.faq{
  padding: 60px 0 30px;
  background: rgba(159, 139, 137, .1);
}
@media screen and (min-width: 768px) {
  .faq{
    padding: 100px 0 60px;
  }
}
.faq h2 .faq_ttl{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  width: 60vw;
  transform: translate(0,-50%);
}
@media screen and (min-width: 768px) {
  .faq h2 .faq_ttl{
    width: 18%;
    left: 0;
    right: 0;
    transform: translate(0,-60%);
  }
}
.faq .max_inner{
  margin: 30px auto;
}
.faq .max_inner dl {
  width: 90%;
  margin: auto;
  border-bottom: 1px solid #978280;
}
@media screen and (min-width: 768px) {
  .faq .max_inner dl {
    width: 80%;
  }
}
.faq .max_inner dl dt{
  background: #978280;
  padding: 10px 0 10px 15px;
  color: #fff;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .faq .max_inner dl dt{
    font-size: 18px;
    padding: 10px 0 10px 30px;
  }
}
.faq .max_inner dl dt span{
  margin-right: 10px;
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .faq .max_inner dl dt span{
    font-size: 21px;
  }
}
.faq .max_inner dl dd{
  border-left: 1px solid #978280;
  border-right: 1px solid #978280;
  background: #fff;
  font-size: 14px;
  padding: 10px 20px 10px 40px;
  text-indent: -1.8em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .faq .max_inner dl dd{
    padding: 10px 20px 10px 60px;
    font-size: 16px;
  }
}
.faq .max_inner dl dd span{
  margin-right: 10px;
  font-size: 20px;
  color: #978280;
  vertical-align: -2px;
}
@media screen and (min-width: 768px) {
  .faq .max_inner dl dd span{
    font-size: 21px;
    color: #978280;
  }
}

.contact4{
    background: #fff url(../../assets/images/pediatric/contact4_bg_sp.png) no-repeat 0 0;
    background-size: cover;
    height: auto;
    width: 100%;
    margin: auto;
    height: 434px;
    z-index: 2;
}
@media screen and (min-width: 768px) {
  .contact4{
    background: #fff url(../../assets/images/pediatric/contact4_bg_pc.png) no-repeat 0 0;
    background-size: cover;
    height: 462px;
  }
}
.contact4 h3{
  color: #fff;
  font-size: 28px;
  padding: 35px 0 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact4 h3{
    font-size: 38px;
    padding: 100px 0 40px;
  }
}