@charset "utf8";

.none {
  display: none;
}

#slide_wrapp {
  position: relative;
  overflow: hidden;
  max-width: 82%;
}

#slide_wrapp02 {
  position: absolute;
  top: -2%;
  left: 70%;
}

.slide_item {
  overflow: hidden;
  opacity: 0;
  transform: scale(1.5);
  transition: opacity 2s linear, transform 11s linear;
  /*transformはFadeTime + IntarvalTime + α秒 */
  position: relative;
}

.slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.slide_item.show_ {
  opacity: 1;
}

.slide_item.zoom_ {
  transform: scale(1);
}

.slide_item img {
  display: block;
  /*下に余白できないように*/
}

#slide_wrapp02 .text {
  line-height: 1.9;
  letter-spacing: 0.03em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 20em;
  height: 50em;
  margin: auto;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#slide_wrapp02 .text p {
  display: block;
  margin: 0 30px;
  text-indent: 1em;
}

#slide_wrapp02 .text p span {
  /*font-size:1.5vw;*/
  font-size: 25px;
  color: #333333;
  font-weight: bold;
  text-indent: 2em;
  padding: 1px 0;
}

#slide_wrapp02 .text p .orange {
  /*font-size:1.5vw;*/
  font-size: 25px;
  color: orange;
  font-weight: bold;
}

#slide_wrapp02 .copy_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  position: absolute;
  top: 2%;
  right: 0%;
  background: #ffffff;
  padding: 20px 5px 0;
  opacity: 0;
}

#slide_wrapp02 .copy_box p {
  opacity: 0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  margin: 0;
  text-indent: 0;
}

#slide_wrapp02 .copy_box p:nth-of-type(1) {
  -webkit-transition: all 1.5s 0.1s;
  transition: all 1.5s 0.1s;
}

#slide_wrapp02 .copy_box p:nth-of-type(2) {
  -webkit-transition: all 1.5s 0.2s;
  transition: all 1.5s 0.2s;
}

#slide_wrapp02 .copy_box p:nth-of-type(3) {
  -webkit-transition: all 1.5s 0.3s;
  transition: all 1.5s 0.3s;
}

#slide_wrapp02 .copy_box p:nth-of-type(4) {
  -webkit-transition: all 1.5s 0.4s;
  transition: all 1.5s 0.4s;
}

#slide_wrapp02 .copy_box p:nth-of-type(5) {
  -webkit-transition: all 1.5s 0.5s;
  transition: all 1.5s 0.5s;
}

#slide_wrapp02 .copy_box p:nth-of-type(6) {
  -webkit-transition: all 1.5s 0.6s;
  transition: all 1.5s 0.6s;
}

#slide_wrapp02 .copy_box p:nth-of-type(7) {
  -webkit-transition: all 1.5s 0.7s;
  transition: all 1.5s 0.7s;
}

#slide_wrapp02 .copy_box p:nth-of-type(8) {
  -webkit-transition: all 1.5s 0.8s;
  transition: all 1.5s 0.8s;
}

#slide_wrapp02 .copy_box p:nth-of-type(9) {
  -webkit-transition: all 1.5s 0.9s;
  transition: all 1.5s 0.9s;
}

#slide_wrapp02 .copy_box p:nth-of-type(10) {
  -webkit-transition: all 1.5s 1s;
  transition: all 1.5s 1s;
}

#slide_wrapp02 .copy_box p:nth-of-type(11) {
  -webkit-transition: all 1.5s 1.1s;
  transition: all 1.5s 1.1s;
}

#slide_wrapp02 .copy_box.disp {
  opacity: 1;
}

#slide_wrapp02 .copy_box.disp p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#slide_wrapp02 .copy_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-transition: all 2s 1.2s;
  transition: all 2s 1.2s;
  position: absolute;
  top: 2%;
  right: 27%;
  background: #ffffff;
  padding: 20px 5px 0;
  opacity: 0;
}

#slide_wrapp02 .copy_box2 p {
  opacity: 0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  margin: 0;
  text-indent: 0;
}

#slide_wrapp02 .copy_box2 p:nth-of-type(1) {
  -webkit-transition: all 2s 1.2s;
  transition: all 2s 1.2s;
}

#slide_wrapp02 .copy_box2 p:nth-of-type(2) {
  -webkit-transition: all 2s 1.3s;
  transition: all 2s 1.3s;
}

#slide_wrapp02 .copy_box2 p:nth-of-type(3) {
  -webkit-transition: all 2s 1.4s;
  transition: all 2s 1.3s;
}

#slide_wrapp02 .copy_box2 p:nth-of-type(4) {
  -webkit-transition: all 2s 1.5s;
  transition: all 2s 1.5s;
}

#slide_wrapp02 .copy_box2 p:nth-of-type(5) {
  -webkit-transition: all 2s 1.6s;
  transition: all 2s 1.6s;
}

#slide_wrapp02 .copy_box2 p:nth-of-type(6) {
  -webkit-transition: all 2s 1.7s;
  transition: all 2s 1.7s;
}

#slide_wrapp02 .copy_box2 p:nth-of-type(7) {
  -webkit-transition: all 2s 1.8s;
  transition: all 2s 1.8s;
}

#slide_wrapp02 .copy_box2 p:nth-of-type(8) {
  -webkit-transition: all 2s 1.9s;
  transition: all 2s 1.9s;
}

#slide_wrapp02 .copy_box2 p:nth-of-type(9) {
  -webkit-transition: all 2s 2s;
  transition: all 2s 2s;
}

#slide_wrapp02 .copy_box2 p:nth-of-type(10) {
  -webkit-transition: all 2s 2.1s;
  transition: all 2s 2.1s;
}

#slide_wrapp02 .copy_box2 p:nth-of-type(11) {
  -webkit-transition: all 2s 2.2s;
  transition: all 2s 2.2s;
}

#slide_wrapp02 .copy_box2 p:nth-of-type(12) {
  -webkit-transition: all 2s 2.3s;
  transition: all 2s 2.3s;
}

#slide_wrapp02 .copy_box2 p:nth-of-type(13) {
  -webkit-transition: all 2s 2.4s;
  transition: all 2s 2.4s;
}

#slide_wrapp02 .copy_box2.disp {
  opacity: 1;
}

#slide_wrapp02 .copy_box2.disp p {
  opacity: 1;
}

#slide_wrapp02 .copy_box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-transition: all 2s 2.5s;
  transition: all 2s 2.5s;
  position: absolute;
  top: 2%;
  right: 55%;
  background: #ffffff;
  padding: 20px 5px 0;
  opacity: 0;
}

#slide_wrapp02 .copy_box3 p {
  opacity: 0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  margin: 0;
  text-indent: 0;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(1) {
  -webkit-transition: all 2s 2.5s;
  transition: all 2s 2.5s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(2) {
  -webkit-transition: all 2s 2.6s;
  transition: all 2s 2.6s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(3) {
  -webkit-transition: all 2s 2.7s;
  transition: all 2s 2.7s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(4) {
  -webkit-transition: all 2s 2.8s;
  transition: all 2s 2.8s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(5) {
  -webkit-transition: all 2s 2.9s;
  transition: all 2s 2.9s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(6) {
  -webkit-transition: all 2s 3s;
  transition: all 2s 3s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(7) {
  -webkit-transition: all 2s 3.1s;
  transition: all 2s 3.1s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(8) {
  -webkit-transition: all 2s 3.2s;
  transition: all 2s 3.2s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(9) {
  -webkit-transition: all 2s 3.3s;
  transition: all 2s 3.3s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(10) {
  -webkit-transition: all 2s 3.4s;
  transition: all 2s 3.4s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(11) {
  -webkit-transition: all 2s 3.5s;
  transition: all 2s 3.5s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(12) {
  -webkit-transition: all 2s 3.6s;
  transition: all 2s 3.6s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(13) {
  -webkit-transition: all 2s 3.7s;
  transition: all 2s 3.7s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(14) {
  -webkit-transition: all 2s 3.8s;
  transition: all 2s 3.8s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(15) {
  -webkit-transition: all 2s 3.9s;
  transition: all 2s 3.9s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(16) {
  -webkit-transition: all 2s 4s;
  transition: all 2s 4s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(17) {
  -webkit-transition: all 2s 4.1s;
  transition: all 2s 4.1s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(18) {
  -webkit-transition: all 2s 4.2s;
  transition: all 2s 4.2s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(19) {
  -webkit-transition: all 2s 4.3s;
  transition: all 2s 4.3s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(20) {
  -webkit-transition: all 2s 4.4s;
  transition: all 2s 4.4s;
}

#slide_wrapp02 .copy_box3 p:nth-of-type(21) {
  -webkit-transition: all 2s 4.5s;
  transition: all 2s 4.5s;
}

#slide_wrapp02 .copy_box3.disp {
  opacity: 1;
}

#slide_wrapp02 .copy_box3.disp p {
  opacity: 1;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  position: absolute;
  top: 2%;
  right: 0%;
  background: #ffffff;
  padding: 20px 5px 0;
  opacity: 0;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box p {
  opacity: 0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  margin: 0;
  text-indent: 0;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box p:nth-of-type(1) {
  -webkit-transition: all 1.5s 0.1s;
  transition: all 1.5s 0.1s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box p:nth-of-type(2) {
  -webkit-transition: all 1.5s 0.2s;
  transition: all 1.5s 0.2s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box p:nth-of-type(3) {
  -webkit-transition: all 1.5s 0.3s;
  transition: all 1.5s 0.3s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box p:nth-of-type(4) {
  -webkit-transition: all 1.5s 0.4s;
  transition: all 1.5s 0.4s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box p:nth-of-type(5) {
  -webkit-transition: all 1.5s 0.5s;
  transition: all 1.5s 0.5s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box p:nth-of-type(6) {
  -webkit-transition: all 1.5s 0.6s;
  transition: all 1.5s 0.6s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box p:nth-of-type(7) {
  -webkit-transition: all 1.5s 0.7s;
  transition: all 1.5s 0.7s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box p:nth-of-type(8) {
  -webkit-transition: all 1.5s 0.8s;
  transition: all 1.5s 0.8s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box p:nth-of-type(9) {
  -webkit-transition: all 1.5s 0.9s;
  transition: all 1.5s 0.9s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box p:nth-of-type(10) {
  -webkit-transition: all 1.5s 1s;
  transition: all 1.5s 1s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box p:nth-of-type(11) {
  -webkit-transition: all 1.5s 1.1s;
  transition: all 1.5s 1.1s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box p:nth-of-type(12) {
  -webkit-transition: all 1.5s 1.2s;
  transition: all 1.5s 1.2s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box p:nth-of-type(13) {
  -webkit-transition: all 1.5s 1.3s;
  transition: all 1.5s 1.3s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box p:nth-of-type(14) {
  -webkit-transition: all 1.5s 1.4s;
  transition: all 1.5s 1.4s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box p:nth-of-type(15) {
  -webkit-transition: all 1.5s 1.5s;
  transition: all 1.5s 1.5s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box.disp {
  opacity: 1;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box.disp p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-transition: all 2s 1.2s;
  transition: all 2s 1.2s;
  position: absolute;
  top: 2%;
  right: 27%;
  background: #ffffff;
  padding: 20px 5px 0;
  opacity: 0;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box2 p {
  opacity: 0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  margin: 0;
  text-indent: 0;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box2 p:nth-of-type(1) {
  -webkit-transition: all 2s 1.6s;
  transition: all 2s 1.6s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box2 p:nth-of-type(2) {
  -webkit-transition: all 2s 1.7s;
  transition: all 2s 1.7s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box2 p:nth-of-type(3) {
  -webkit-transition: all 2s 1.8s;
  transition: all 2s 1.8s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box2 p:nth-of-type(4) {
  -webkit-transition: all 2s 1.9s;
  transition: all 2s 1.9s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box2 p:nth-of-type(5) {
  -webkit-transition: all 2s 2s;
  transition: all 2s 2s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box2 p:nth-of-type(6) {
  -webkit-transition: all 2s 2.1s;
  transition: all 2s 2.1s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box2 p:nth-of-type(7) {
  -webkit-transition: all 2s 2.2s;
  transition: all 2s 2.2s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box2 p:nth-of-type(8) {
  -webkit-transition: all 2s 2.3s;
  transition: all 2s 2.3s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box2 p:nth-of-type(9) {
  -webkit-transition: all 2s 2.4s;
  transition: all 2s 2.4s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box2 p:nth-of-type(10) {
  -webkit-transition: all 2s 2.5s;
  transition: all 2s 2.5s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box2 p:nth-of-type(11) {
  -webkit-transition: all 2s 2.6s;
  transition: all 2s 2.6s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box2 p:nth-of-type(12) {
  -webkit-transition: all 2s 2.7s;
  transition: all 2s 2.7s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box2.disp {
  opacity: 1;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box2.disp p {
  opacity: 1;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-transition: all 2s 2.8s;
  transition: all 2s 2.8s;
  position: absolute;
  top: 2%;
  right: 55%;
  background: #ffffff;
  padding: 20px 5px 0;
  opacity: 0;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box3 p {
  opacity: 0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  margin: 0;
  text-indent: 0;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box3 p:nth-of-type(1) {
  -webkit-transition: all 2s 2.8s;
  transition: all 2s 2.8s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box3 p:nth-of-type(2) {
  -webkit-transition: all 2s 2.9s;
  transition: all 2s 2.9s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box3 p:nth-of-type(3) {
  -webkit-transition: all 2s 3s;
  transition: all 2s 3s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box3 p:nth-of-type(4) {
  -webkit-transition: all 2s 3.1s;
  transition: all 2s 3.1s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box3 p:nth-of-type(5) {
  -webkit-transition: all 2s 3.2s;
  transition: all 2s 3.2s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box3 p:nth-of-type(6) {
  -webkit-transition: all 2s 3.3s;
  transition: all 2s 3.3s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box3 p:nth-of-type(7) {
  -webkit-transition: all 2s 3.4s;
  transition: all 2s 3.4s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box3 p:nth-of-type(8) {
  -webkit-transition: all 2s 3.5s;
  transition: all 2s 3.5s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box3 p:nth-of-type(9) {
  -webkit-transition: all 2s 3.6s;
  transition: all 2s 3.6s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box3 p:nth-of-type(10) {
  -webkit-transition: all 2s 3.7s;
  transition: all 2s 3.7s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box3 p:nth-of-type(11) {
  -webkit-transition: all 2s 3.8s;
  transition: all 2s 3.8s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box3 p:nth-of-type(12) {
  -webkit-transition: all 2s 3.9s;
  transition: all 2s 3.9s;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box3.disp {
  opacity: 1;
}

#slide_wrapp02 #slide_text_wrapp03 .copy_box3.disp p {
  opacity: 1;
}

@media screen and (max-width: 750px) {
  #slide_wrapp {
    width: 100%;
    max-width: 100%;
  }

  #slide_wrapp02 {
    top: 60%;
    left: -8%;
  }

  #slide_wrapp02 .text {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    width: 45em;
    height: 8em;
    margin: auto;
    position: relative;
    top: 0;
    right: 0;
    left: 10%;
    bottom: 0;
  }

  #slide_wrapp02 .text p {
    margin: 15px 0;
  }

  #slide_wrapp02 .text p span {
    font-size: 25px;
    padding: 0 0 0 5px;
    background: #fff;
  }

  #slide_wrapp02 .text p .orange {
    font-size: 25px;
  }
}

@media screen and (max-width: 650px) {
  #slide_wrapp {
    width: 100%;
  }

  #slide_wrapp02 {
    top: 59%;
    left: -11%;
  }

  #slide_wrapp02 .text {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    width: 26em;
    height: 7em;
    margin: auto;
    position: relative;
    top: 0;
    right: 0;
    left: 10%;
    bottom: 0;
  }

  #slide_wrapp02 .text p {
    margin: 3px 0;
  }

  #slide_wrapp02 .text p span {
    font-size: 14px;
    padding: 0 0 0 5px;
  }

  #slide_wrapp02 .text p .orange {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  #slide_wrapp02 {
    top: 66%;
    left: -20%;
  }

  #slide_wrapp02 .text p span {
    font-size: 10px;
  }

  #slide_wrapp02 .text p .orange {
    font-size: 10px;
  }

  #slide_wrapp02 .text {
    width: 24em;
    left: 17%;
    bottom: 0;
  }
}

/*=============================
title dot css
==============================*/
.dot-wrapp {
  position: relative;
  left: 52%;
}

span.point-mark01,
span.point-mark02,
span.point-mark03,
span.point-mark04,
span.point-mark05,
span.point-mark06,
span.point-mark07,
span.point-mark08,
span.point-mark09,
span.point-mark10,
span.point-mark11,
span.point-mark12,
span.point-mark13,
span.point-mark14,
span.point-mark15,
span.point-mark16 {
  font-size: 36px;
  color: #333333;
  position: relative;
}

span.point-mark01 i.icon-circle,
span.point-mark02 i.icon-circle,
span.point-mark03 i.icon-circle,
span.point-mark04 i.icon-circle,
span.point-mark05 i.icon-circle,
span.point-mark06 i.icon-circle,
span.point-mark07 i.icon-circle,
span.point-mark08 i.icon-circle,
span.point-mark09 i.icon-circle,
span.point-mark10 i.icon-circle,
span.point-mark11 i.icon-circle,
span.point-mark12 i.icon-circle,
span.point-mark13 i.icon-circle,
span.point-mark14 i.icon-circle,
span.point-mark15 i.icon-circle,
span.point-mark16 i.icon-circle {
  display: inline-block;
  position: absolute;
  margin: auto;
  font-size: 10px;
}

span.point-mark01 i.icon-circle {
  top: 45px;
  left: -98px;
  right: 0;
  color: #333333;
}

span.point-mark02 i.icon-circle {
  top: 45px;
  left: -53px;
  right: 0;
  color: #c3d60b;
}

span.point-mark03 i.icon-circle {
  top: 45px;
  left: -8px;
  right: 0;
  color: #333333;
}

span.point-mark04 i.icon-circle {
  top: 45px;
  left: -88px;
  right: 0;
  color: #f29600;
}

span.point-mark05 i.icon-circle {
  top: 45px;
  left: -158px;
  right: 0;
  color: #ed8599;
}

span.point-mark06 i.icon-circle {
  top: 45px;
  left: -134px;
  right: 0;
  color: #333333;
}

span.point-mark07 i.icon-circle {
  top: 45px;
  left: -43px;
  right: 0;
  color: #333333;
}

span.point-mark08 i.icon-circle {
  top: 45px;
  left: -205px;
  right: 0;
  color: #333333;
}

span.point-mark09 i.icon-circle {
  top: 45px;
  left: -113px;
  right: 0;
  color: #333333;
}

.dot-wrapp01,
.dot-wrapp02,
.dot-wrapp03,
.dot-wrapp04,
.dot-wrapp05,
.dot-wrapp06 {
  position: relative;
}

.dot-wrapp01 {
  left: 52%;
}

.dot-wrapp02 {
  left: 66%;
}

.dot-wrapp03 {
  left: 52%;
}

.dot-wrapp04 {
  left: 51%;
}

.dot-wrapp05 {
  left: 66%;
}

.dot-wrapp06 {
  left: 54.5%;
}

span.point-mark10 i.icon-circle {
  top: 20px;
  left: -95px;
  right: 0;
  color: #333333;
}

span.point-mark11 i.icon-circle {
  top: 20px;
  left: -51px;
  right: 0;
  color: #c3d60b;
}

span.point-mark12 i.icon-circle {
  top: 20px;
  left: -8px;
  right: 0;
  color: #333333;
}

span.point-mark13 i.icon-circle {
  top: 20px;
  left: -95px;
  right: 0;
  color: #333333;
}

span.point-mark14 i.icon-circle {
  top: 20px;
  left: -51px;
  right: 0;
  color: #f29600;
}

span.point-mark15 i.icon-circle {
  top: 20px;
  left: -8px;
  right: 0;
  color: #333333;
}

span.point-mark16 i.icon-circle {
  top: 20px;
  left: -51px;
  right: 0;
  color: #ed8599;
}

@media screen and (max-width: 750px) {
  .dot-wrapp01 {
    left: 53%;
  }

  .dot-wrapp02 {
    left: 64%;
  }

  .dot-wrapp03 {
    left: 58%;
  }

  .dot-wrapp04 {
    left: 57%;
  }

  .dot-wrapp05 {
    left: 82%;
  }

  .dot-wrapp06 {
    left: 60%;
  }

  .content-title01 span.point-mark01 i.icon-circle,
  .content-title01 span.point-mark02 i.icon-circle,
  .content-title01 span.point-mark03 i.icon-circle,
  .content-title01 span.point-mark04 i.icon-circle,
  .content-title01 span.point-mark05 i.icon-circle,
  .content-title01 span.point-mark06 i.icon-circle,
  .content-title01 span.point-mark07 i.icon-circle,
  .content-title01 span.point-mark08 i.icon-circle,
  .content-title01 span.point-mark09 i.icon-circle {
    font-size: 10px;
  }

  span.point-mark01 i.icon-circle {
    top: 45px;
    left: -100px;
  }

  span.point-mark02 i.icon-circle {
    top: 45px;
    left: -70px;
  }

  span.point-mark03 i.icon-circle {
    top: 45px;
    left: -22px;
  }

  span.point-mark04 i.icon-circle {
    top: 45px;
    left: -110px;
  }

  span.point-mark05 i.icon-circle {
    top: 45px;
    left: -185px;
  }

  span.point-mark06 i.icon-circle {
    top: 45px;
    left: -160px;
  }

  span.point-mark07 i.icon-circle {
    top: 45px;
    left: -60px;
  }

  span.point-mark08 i.icon-circle {
    top: 45px;
    left: -235px;
  }

  span.point-mark09 i.icon-circle {
    top: 45px;
    left: -135px;
  }

  span.point-mark10 i.icon-circle {
    top: 15px;
    left: -95px;
  }

  span.point-mark11 i.icon-circle {
    top: 15px;
    left: -51px;
  }

  span.point-mark12 i.icon-circle {
    top: 15px;
    left: -8px;
  }

  span.point-mark13 i.icon-circle {
    top: 15px;
    left: -95px;
  }

  span.point-mark14 i.icon-circle {
    top: 15px;
    left: -51px;
  }

  span.point-mark15 i.icon-circle {
    top: 15px;
    left: -8px;
  }

  span.point-mark16 i.icon-circle {
    top: 15px;
    left: -51px;
  }
}

@media screen and (max-width: 650px) {
  .dot-wrapp01 {
    left: 58%;
  }

  .dot-wrapp02 {
    left: 70%;
  }

  .dot-wrapp03 {
    left: 58%;
  }

  .content-title01 span.point-mark01 i.icon-circle,
  .content-title01 span.point-mark02 i.icon-circle,
  .content-title01 span.point-mark03 i.icon-circle,
  .content-title01 span.point-mark04 i.icon-circle,
  .content-title01 span.point-mark05 i.icon-circle,
  .content-title01 span.point-mark06 i.icon-circle,
  .content-title01 span.point-mark07 i.icon-circle,
  .content-title01 span.point-mark08 i.icon-circle,
  .content-title01 span.point-mark09 i.icon-circle {
    font-size: 10px;
  }

  span.point-mark01 i.icon-circle {
    top: 35px;
    left: -75px;
  }

  span.point-mark02 i.icon-circle {
    top: 35px;
    left: -48px;
  }

  span.point-mark03 i.icon-circle {
    top: 35px;
    left: -12px;
  }

  span.point-mark04 i.icon-circle {
    top: 35px;
    left: -80px;
  }

  span.point-mark05 i.icon-circle {
    top: 35px;
    left: -141px;
  }

  span.point-mark06 i.icon-circle {
    top: 35px;
    left: -116px;
  }

  span.point-mark07 i.icon-circle {
    top: 35px;
    left: -43px;
  }

  span.point-mark08 i.icon-circle {
    top: 35px;
    left: -180px;
  }

  span.point-mark09 i.icon-circle {
    top: 35px;
    left: -103px;
  }

  span.point-mark10 i.icon-circle {
    top: 15px;
    left: -95px;
  }

  span.point-mark11 i.icon-circle {
    top: 15px;
    left: -51px;
  }

  span.point-mark12 i.icon-circle {
    top: 15px;
    left: -8px;
  }

  span.point-mark13 i.icon-circle {
    top: 15px;
    left: -95px;
  }

  span.point-mark14 i.icon-circle {
    top: 15px;
    left: -51px;
  }

  span.point-mark15 i.icon-circle {
    top: 15px;
    left: -8px;
  }
}

/*=============================
news css
==============================*/
.news-wrap .flex {
  position: relative;
  margin-bottom: 50px;
}

.news-wrap .flex .news-wrap02 {
  box-shadow: 2px 0px 7px -5px;
  margin-left: 75px;
  max-width: 350px;
}

.news-wrap .flex .news-wrap02:first-child {
  margin: 0;
}

.news-wrap .flex .news-wrap02 a {
  display: block;
}

.news-wrap .flex .news-wrap02 a:hover {
  opacity: 0.7;
}

.news-wrap .img-wrap {
  min-width: 350px;
}

.news-wrap .img-wrap img {
  width: 350px;
  height: 230px;
  object-fit: cover;
}

.news-wrap .text-wrap {
  padding: 30px 38px 25px;
  background: #f7f8f8;
  height: 220px;
}

.news-wrap .text-wrap dl {}

.news-wrap .text-wrap dt {
  margin-bottom: 25px;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: nowrap;
}

.news-wrap .text-wrap dd {
  font-size: 18px;
  word-break: break-all;
}

.news-wrap .text-wrap dd p {
  font-size: 18px;
  word-break: break-all;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  text-overflow: ellipsis;
  font-style: normal;
  white-space: nowrap;
}

@media screen and (max-width: 750px) {
  .news-wrap .flex {
    margin-bottom: 30px;
    padding: 0 90px;
  }

  .news-wrap .flex .news-wrap02 {
    width: 100%;
    margin: 0;
    border: none;
  }

  .news-wrap .img-wrap {
    min-width: 550px;
  }

  .news-wrap .img-wrap img {
    width: 550px;
    height: 300px;
    object-fit: cover;
  }

  .news-wrap .text-wrap {
    padding: 50px 50px 75px;
    background: #f7f8f8;
    height: 300px;
  }

  .news-wrap .text-wrap dt {
    font-size: 25px;
    margin-bottom: 40px;
  }

  .news-wrap .text-wrap dd p {
    font-size: 18px;
  }

  .news-wrap .text-wrap dd {
    font-size: 18px;
  }
}

@media screen and (max-width: 650px) {
  .news-wrap .flex {
    margin-bottom: 0px;
    padding: 0px 0px;
  }

  .news-wrap .flex .news-wrap02 {
    max-width: 100%;
    width: 315px;
    margin: 0;
    border: none;
    box-shadow: none;
  }

  .news-wrap .flex .news-wrap02 a {
    max-width: 290px;
    margin: 10px auto;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 0px 7px -5px;
  }

  .news-wrap .img-wrap {
    min-width: 290px;
  }

  .news-wrap .img-wrap img {
    width: 100%;
    height: 142px;
    object-fit: cover;
  }

  .news-wrap .text-wrap {
    padding: 10px 50px 10px;
    background: #f7f8f8;
    height: 140px;
  }

  .news-wrap .text-wrap dt {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .news-wrap .text-wrap dd p {
    font-size: 14px;
  }

  .news-wrap .text-wrap dd {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .news-wrap .text-wrap {
    padding: 10px 19px 10px;
  }
}

/*=============================

==============================*/
/*=============================
features css
==============================*/
.content02 {
  padding-top: 140px;
}

.par42-5 {
  width: 42.5%;
}

.mb70 {
  margin-bottom: 70px;
}

.features-wrap.second {
  margin-top: 50px;
}

.features-wrap {
  padding-bottom: 236px;
  position: relative;
  z-index: 2;
}

.features-wrap .slider-wrap01:befor {
  opacity: 0;
  transform: translateX(150px);
}

.slideInRight {
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.features-wrap .slider-wrap01:after {
  content: "";
  display: inline-block;
  z-index: -1;
  width: 90vw;
  height: 420px;
  position: absolute;
  left: -80px;
  top: 50px;
  background: #e9fcff;
  opacity: 1;
  transform: translateX(0);
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-timing-function: ease-out;
}

.features-wrap .text-wrap dl {
  margin-top: 30px;
}

.features-wrap .text-wrap.second dl {
  margin-top: 50px;
}

.features-wrap .text-wrap dt {
  font-size: 30px;
}

.features-wrap .text-wrap dt {
  margin-bottom: 40px;
}

.symbol {
  font-size: 70%;
  vertical-align: super;
}

.features-wrap .text-wrap.third dt {
  margin-bottom: 81px;
}

.features-wrap .text-wrap dd {
  font-size: 12px;
  height: 77px;
}

.features-wrap .text-wrap dd p {
  font-size: 18px;
}

.features-wrap .third.slider-wrap02:befor {
  opacity: 0;
  transform: translateX(150px);
}

.features-wrap .third.slider-wrap02:after {
  content: "";
  display: inline-block;
  z-index: -1;
  width: 90vw;
  height: 420px;
  position: absolute;
  right: -80px;
  top: -50px;
  background: #e9fcff;
  opacity: 1;
  transform: translateX(0);
  animation-name: slideInLeft;
  animation-duration: 2s;
  animation-timing-function: ease-out;
}

@media screen and (max-width: 750px) {
  .content02 {
    padding-top: 30px !important;
  }

  .mb70 {
    margin-bottom: 0;
  }

  .features-wrap {
    padding-bottom: 140px;
  }

  .features-wrap.add {
    padding-top: 80px;
  }

  .features-wrap.second {
    margin-top: 0;
  }

  .features-wrap .img-wrap01 img {
    width: 500px;
    height: 450px;
  }

  .features-wrap .sp-small img {
    width: 500px;
    height: 350px;
  }

  .text-wrap.img-right.slider-wrap06:befor {
    opacity: 0;
    transform: translateX(150px);
  }

  .text-wrap.img-right:after {}

  .features-wrap .img-wrap01:after,
  .features-wrap .third.slider-wrap02:after,
  .features-wrap .text-wrap.img-right.slider-wrap06:after {
    width: 500px;
    height: 500px;
  }

  .features-wrap .img-wrap01:after {
    left: 208px;
    top: 128px;
  }

  .features-wrap .third.slider-wrap02:after {
    left: 210px;
    top: 47.5%;
    animation-name: slideInRight;
  }

  .features-wrap .text-wrap.img-right.slider-wrap06:after {
    content: "";
    display: inline-block;
    z-index: -1;
    position: absolute;
    background: #e9fcff;
    right: 210px;
    top: 48%;
    opacity: 1;
    transform: translateX(0);
    animation-name: slideInLeft;
    animation-duration: 2s;
    animation-timing-function: ease-out;
  }

  .text-wrap.second.img-right {
    margin-top: 133px;
  }

  .text-wrap.par42-5.sp-mt30 {
    margin-top: 60px;
  }

  .features-wrap .text-wrap .nembers01 {
    margin: 0 40%;
  }

  .features-wrap .text-wrap .nembers02 {
    margin: 5% 41.5%;
  }

  .features-wrap .text-wrap dl {
    margin-top: 30px;
  }

  .features-wrap .text-wrap.second dl {
    margin-top: 30px;
  }

  .features-wrap .text-wrap dt {
    margin-bottom: 50px;
    font-size: 30px;
  }

  .features-wrap .text-wrap.second dt {
    margin-bottom: 53px;
  }

  .features-wrap .text-wrap.third dt {
    margin-bottom: 40px;
  }

  .features-wrap .text-wrap dd {
    font-size: 12px;
    height: auto;
  }

  .features-wrap .text-wrap dd p {
    font-size: 21px;
  }
}

@media screen and (max-width: 650px) {
  .content02 {
    padding-top: 30px !important;
  }

  .mb70 {
    margin-bottom: 0;
  }

  .features-wrap {
    padding-bottom: 50px;
  }

  .features-wrap.add {
    padding-top: 30px;
  }

  .features-wrap.second {
    margin-top: 0;
  }

  .features-wrap .img-wrap01 img {
    width: 300px;
    height: 267px;
  }

  .features-wrap .sp-small img {
    width: 300px;
    height: 200px;
  }

  .text-wrap.img-right.slider-wrap06:befor {
    opacity: 0;
    transform: translateX(150px);
  }

  .text-wrap.img-right:after {}

  .features-wrap .img-wrap01:after,
  .features-wrap .third.slider-wrap02:after,
  .features-wrap .text-wrap.img-right.slider-wrap06:after {
    width: 300px;
    height: 285px;
  }

  .features-wrap .img-wrap01:after {
    left: 95px;
    top: 65px;
  }

  .features-wrap .third.slider-wrap02:after {
    left: 95px;
    top: 49%;
    animation-name: slideInRight;
  }

  .features-wrap .text-wrap.img-right.slider-wrap06:after {
    content: "";
    display: inline-block;
    z-index: -1;
    position: absolute;
    background: #e9fcff;
    right: 95px;
    top: 47%;
    opacity: 1;
    transform: translateX(0);
    animation-name: slideInLeft;
    animation-duration: 2s;
    animation-timing-function: ease-out;
  }

  .text-wrap.second.img-right {
    margin-top: 50px;
  }

  .text-wrap.par42-5.sp-mt30 {
    margin-top: 30px;
  }

  .features-wrap .text-wrap .nembers01 {
    margin: 0 40%;
  }

  .features-wrap .text-wrap .nembers02 {
    margin: 0 41.5%;
  }

  .features-wrap .text-wrap dl {
    margin-top: 30px;
  }

  .features-wrap .text-wrap.second dl {
    margin-top: 30px;
  }

  .features-wrap .text-wrap dt {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .features-wrap .text-wrap.second dt {
    margin-bottom: 40px;
  }

  .features-wrap .text-wrap.third dt {
    margin-bottom: 40px;
  }

  .features-wrap .text-wrap dd {
    font-size: 12px;
    height: auto;
  }

  .features-wrap .text-wrap dd p {
    font-size: 14px;
  }
}

/*----------------------------------------------------
	MEDICAL CONTENT CSS
----------------------------------------------------*/
.table-list {
  width: 100%;
  height: 440px;
  display: block;
}

.table-list p {
  border: solid 1px #808080;
}

.table-list table tr:last-child {
  border-bottom: none;
}

.table-list p {
  font-size: 21px;
  width: 220px;
  background-color: #52c2d0;
  color: white;
  border-bottom: none;
}

.table-list .table-list-wrapp {
  text-align: center;
}

.table-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  flex-direction: column;
  font-size: 21px;
  transition: 0.3s;
  color: #333333;
  padding: 45px 10px 40px;
  border: solid 1px #808080;
  width: 220px;
}

.table-list .table-list-wrapp01 .box-left p {
  position: relative;
  left: 0;
}

.table-list .table-list-wrapp01 a:nth-of-type(1) {
  position: relative;
  right: 1px;
}

.table-list .table-list-wrapp01 a:nth-of-type(2) {
  position: relative;
  right: 2px;
}

.table-list .table-list-wrapp01 .box-right a:nth-of-type(1) {
  position: relative;
  right: 3px;
}

.table-list .table-list-wrapp01 .box-right a:nth-of-type(2) {
  position: relative;
  right: 4px;
}

.table-list .table-list-wrapp02 .box-left a:nth-of-type(1) {
  position: relative;
  left: 0;
}

.table-list .table-list-wrapp02 a:nth-of-type(1) {
  position: relative;
  right: 1px;
}

.table-list .table-list-wrapp02 a:nth-of-type(2) {
  position: relative;
  right: 2px;
}

.table-list .table-list-wrapp02 .box-right a:nth-of-type(1) {
  position: relative;
  right: 3px;
}

.table-list .table-list-wrapp02 .box-right a:nth-of-type(2) {
  position: relative;
  right: 4px;
}

.table-list .table-list-wrapp01 a {
  border-bottom: none;
}

.table-list a img {
  padding-bottom: 5px;
}

.table-list a:hover {
  transform: translateY(-7px);
  border: solid 1px #808080;
}

.table-list a:hover::before {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 2em solid transparent;
  border-right: 2em solid #5fb6e0;
  /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
  transform: translateY(1px);
}

.table-list a:hover::after {
  display: block;
  bottom: 5px;
  transform: rotate(135deg);
  color: #fff;
  /* 文字色はここで変更 */
  font-weight: bold;
  right: 0px;
  position: absolute;
  z-index: 101;
}

.content-03 {
  height: 1000px;
  background: url(../images/content_back-img.png) no-repeat center;
  background-size: cover;
  padding: 165px 0;
}

.content-03 .content-title01 {
  position: relative;
  top: 145%;
}

.content-03 .list-wrap {
  display: flex;
  flex-wrap: wrap;
}

.content-03 .list-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 80px;
  font-size: 24px;
  border-width: 1px;
  border-style: solid;
  margin-right: 33.3333px;
  margin-bottom: 48px;
  transition: 0.3s;
}

.content-03 .list-wrap a:nth-child(4n) {
  margin-right: 0;
}

.content-03 .list-wrap a:hover {
  background: #fff;
  box-shadow: 0 3px 0 #02b85b;
}

@media screen and (max-width: 750px) {
  .content-03 {
    height: 1700px;
    padding: 160px 0;
  }

  .table-list {
    width: 100%;
    height: auto;
    margin-top: 80px;
  }

  .table-list p {
    border: solid 1px #808080;
  }

  .table-list table tr:last-child {
    border-bottom: none;
  }

  .table-list p {
    font-size: 30px;
    width: 465px;
    height: 235px;
  }

  .table-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    flex-direction: column;
    font-size: 22px;
    padding: 61px 39px;
    width: 70%;
    border-top: none;
  }

  .table-list .table-list-wrapp03 p {
    background-color: #ffffff;
    padding: 61px 39px;
    width: 70%;
    border-top: none;
    border-bottom: solid 1px #808080;
    position: relative;
    right: 1px;
  }

  .table-list .table-list-wrapp01 a {
    border-bottom: solid 1px #808080;
  }

  .table-list .table-list-wrapp01 a:nth-of-type(1) {
    right: 0;
  }

  .table-list .table-list-wrapp01 a:nth-of-type(2) {
    right: 1px;
  }

  .table-list .table-list-wrapp01 .box-right a:nth-of-type(1) {
    right: 0;
  }

  .table-list .table-list-wrapp01 .box-right a:nth-of-type(2) {
    right: 1px;
  }

  .table-list .table-list-wrapp02 .box-left a:nth-of-type(1) {
    left: auto;
  }

  .table-list .table-list-wrapp02 a:nth-of-type(1) {
    right: 0;
  }

  .table-list .table-list-wrapp02 a:nth-of-type(2) {
    right: 1px;
  }

  .table-list .table-list-wrapp03 .sp-only a.sp-right-box {
    right: 1px;
  }

  .table-list .table-list-wrapp03 a.sp-left-box {
    left: 0;
  }

  .table-list .table-list-wrapp02 .box-right a:nth-of-type(1) {
    right: 0;
  }

  .table-list .table-list-wrapp02 .box-right a:nth-of-type(2) {
    right: 1px;
  }

  .table-list .table-list-wrapp02 a:last-child {}

  .table-list a img {
    width: 80px;
    height: 80px;
  }

  .table-list a:hover {
    transform: translateY(-7px);
  }

  .table-list a:hover::before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 2em solid transparent;
    border-right: 2em solid #5fb6e0;
    /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
  }

  .table-list a:hover::after {
    display: block;
    bottom: 5px;
    transform: rotate(135deg);
    color: #fff;
    /* 文字色はここで変更 */
    font-weight: bold;
    right: 0px;
    position: absolute;
    z-index: 101;
  }
}

@media screen and (max-width: 650px) {
  .content-03 {
    height: 900px;
    padding: 50px 0;
  }

  .table-list {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }

  .table-list p {
    font-size: 18px;
    width: 239px;
    height: 80px;
  }

  .table-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    flex-direction: column;
    font-size: 14px;
    padding: 30px 10px;
    width: 50%;
  }

  .table-list .table-list-wrapp03 p {
    width: 50%;
  }

  .table-list a,
  .table-list .sp-only a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    flex-direction: column;
    font-size: 12px;
    padding: 30px 10px;
    width: 120px;
  }

  .table-list a img {
    width: 40px;
    height: 40px;
  }

  .table-list a:hover {
    transform: translateY(-7px);
  }

  .table-list a:hover::before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 2em solid transparent;
    border-right: 2em solid #5fb6e0;
    /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
  }

  .table-list a:hover::after {
    display: block;
    bottom: 5px;
    transform: rotate(135deg);
    color: #fff;
    /* 文字色はここで変更 */
    font-weight: bold;
    right: 0px;
    position: absolute;
    z-index: 101;
  }
}

/*----------------------------------------------------
	/*  content-04 
----------------------------------------------------*/

.content-04 {
  background: #e9fcff;
  padding: 110px 0;
}

.content-04 .facebook {
  width: 400px;
  height: 515px;
}

.content-04 .access-wrap {
  width: 600px;
}

.content-04 .access-wrap .content-title01 {
  text-align: left;
  margin-bottom: 20px;
}

.content-04 .text {
  font-size: 18px;
  text-align: left;
  padding-right: 60px;
}

.content-04 .table-wrap {
  padding: 30px 40px;
  border-width: 1px;
  margin-top: 30px;
}

.content-04 .table-wrap02 {
  padding: 60px 0 0;
}

.content-04 .table-wrap table {
  width: 100%;
}

.content-04 .table-wrap table tr {
  border-bottom: 10px solid #e9fcff;
}

.content-04 .table-wrap02 table th span {
  padding-right: 10px;
}

.content-04 .table-wrap02 table th.table-small {
  max-height: 40px;
}

.content-04 .table-wrap table th,
.content-04 .table-wrap table td {
  color: #333333;
  text-align: center;
  font-size: 18px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.content-04 .table-wrap02 table th,
.content-04 .table-wrap02 table td,
.content-04 .medical-table01,
.content-04 .medical-table02 {
  color: #333333;
  font-size: 18px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.content-04 .medical-table01,
.content-04 .medical-table02 {
  margin-bottom: 25px;
}

.content-04 .medical-table01 {
  padding-right: 15px;
  border-right: 1px solid #333333;
}

.content-04 .medical-table02 {
  padding-left: 13px;
}

.content-04 .medical-table01.add01 {
  margin-bottom: 50px;
}

.content-04 .table-wrap table th {
  padding: 10px 10px 5px;
  font-weight: normal;
}

.content-04 .table-wrap02 table th {
  padding: 10px 0 5px;
  font-weight: normal;
}

.content-04 .table-wrap table td {
  margin: 15px 0;
  background: #ffffff;
}

.conten-t04 .table-wrap table tr:nth-child(2) td {
  padding: 20px 0 8px;
}

.content-04 .table-wrap table tr td {
  padding: 8px 5px 10px;
}

.content-04 .table-wrap table th:nth-child(1) {}

.content-04 .table-wrap table th:nth-child(2),
.content04 .table-wrap table th:nth-child(3),
.content04 .table-wrap table th:nth-child(4),
.content04 .table-wrap table th:nth-child(5),
.content04 .table-wrap table th:nth-child(6),
.content04 .table-wrap table th:nth-child(7),
.content04 .table-wrap table th:nth-child(8) {
  width: 50px;
}

.content-04 .table-wrap table th:last-child {
  font-size: 18px;
  letter-spacing: -3px;
}

.content-04 .access-wrap .tel {
  font-size: 37px;
  width: 100%;
  height: 80px;
  color: #5fb6e0;
}

.content-04 .access-wrap .tel span {
  font-size: 37px;
  padding-left: 40px;
  color: #5fb6e0;
}

.content-04 .access-wrap .tel span i {
  font-size: 37px;
  padding-right: 5px;
  transform: rotate(15deg);
}

@media screen and (max-width: 750px) {
  .content-04 {
    padding: 105px 0;
  }

  .content-04 .access-wrap {
    width: 100%;
  }

  .access-wrap .logo-title img {
    width: 570px;
  }

  .content-04 .access-wrap .content-title01 {
    text-align: center;
    margin-bottom: 20px;
  }

  .content-04 .table-wrap {
    padding: 0;
    margin-top: 20px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

  .content-04 .text {
    font-size: 20px;
    text-align: center;
    padding-right: 0;
  }

  .content-04 .table-wrap table th:nth-child(8) {
    width: 45px;
  }

  .content-04 .table-wrap table th,
  .content04 .table-wrap table td {
    font-size: 17px;
  }

  .content-04 .table-wrap table th:last-child {
    font-size: 17px;
  }

  .content-04 .table-wrap02 table th,
  .content-04 .table-wrap02 table td.content-04 .medical-table01,
  .content-04 .medical-table02 {
    font-size: 17px;
  }

  .content-04 .medical-table01,
  .content-04 .medical-table02 {
    font-size: 21px;
  }

  .content-04 .medical-table01,
  .content-04 .medical-table02 {
    margin-bottom: 30px;
  }

  .content-04 .access-wrap .tel {
    font-size: 45px;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 15px 10px;
  }

  .content-04 .access-wrap .tel span {
    font-size: 45px;
    padding-left: 20px;
  }

  .access-wrap.table-time {
    margin-top: 100px;
  }

  .content-04 .table-wrap table th {
    padding: 10px 5px 10px;
  }

  .content-04 .table-wrap table th,
  .content-04 .table-wrap table td {
    font-size: 17px;
  }

  .content-04 .table-wrap table tr td {
    padding: 8px 0 10px;
  }

  .meta-tag-h1 {
    margin-top: 125px;
  }
}

@media screen and (max-width: 650px) {
  .content-04 {
    padding: 60px 0;
  }

  .content-04 .access-wrap {
    width: 100%;
  }

  .access-wrap .logo-title img {
    width: 300px;
  }

  .content-04 .access-wrap .content-title01 {
    text-align: center;
    margin-bottom: 20px;
  }

  .content-04 .text {
    font-size: 14px;
    text-align: center;
  }

  .content-04 .table-wrap {
    padding: 0;
    margin-top: 20px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

  .content-04 .text {
    font-size: 14px;
    text-align: center;
    padding-right: 0;
  }

  .content-04 .table-wrap table th,
  .content04 .table-wrap table td {
    font-size: 13px;
  }

  .content-04 .table-wrap table th:last-child {
    font-size: 13px;
  }

  .content-04 .table-wrap table th:nth-child(2),
  .content04 .table-wrap table th:nth-child(3),
  .content04 .table-wrap table th:nth-child(4),
  .content04 .table-wrap table th:nth-child(5),
  .content04 .table-wrap table th:nth-child(6),
  .content04 .table-wrap table th:nth-child(7),
  .content04 .table-wrap table th:nth-child(8) {
    width: 30px;
  }

  .content-04 .table-wrap02 table th,
  .content-04 .table-wrap02 table td,
  .content-04 .medical-table01,
  .content-04 .medical-table02 {
    font-size: 13px;
  }

  .content-04 .medical-table01,
  .content-04 .medical-table02 {
    margin-bottom: 30px;
  }

  .content-04 .medical-table01 {
    width: 68px;
  }

  .content-04 .access-wrap .tel {
    font-size: 25px;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 15px 10px;
  }

  .content-04 .access-wrap .tel span {
    font-size: 25px;
    padding-left: 20px;
  }

  .access-wrap.table-time {
    margin-top: 30px;
  }

  .content-04 .table-wrap table th {
    padding: 10px 2px 5px;
  }

  .content-04 .table-wrap table th,
  .content-04 .table-wrap table td {
    font-size: 14px;
  }

  .content-04 .table-wrap table tr td {
    padding: 8px 0 10px;
  }

  .meta-tag-h1 {
    margin-top: 50px;
  }
}

/*----------------------------------------------------
	guide
----------------------------------------------------*/
.guie-wrapp01 {
  padding: 78px 0;
}

.guide-ul .guide-text01,
.content-text01 {
  padding-bottom: 13px;
}

.guide-ul .guide-text02,
.content-text02 {
  padding: 13px 0;
}

.guide-text01,
.content-text01 {
  font-size: 18px;
}

.guide-text02,
.content-text02 {
  font-size: 25px;
}

.guide-text02 span {
  font-size: 25px;
  color: #f29600;
}

@media screen and (max-width: 750px) {
  .guie-wrapp01 {
    margin: 80px 0;
  }

  .guie-wrapp01 .guide-ul {
    text-align: center;
  }

  .guide-ul .guide-text01,
  .content-text01 {
    padding-bottom: 0;
  }

  .guide-ul .guide-text02,
  .content-text02 {
    padding: 10px 0;
  }

  .guide-text01,
  .content-text01 {
    font-size: 16px;
  }

  .guide-text02,
  .content-text02 {
    font-size: 26px;
  }

  .guide-text02 span {
    font-size: 26px;
  }
}

@media screen and (max-width: 650px) {
  .guie-wrapp01 {
    margin: 30px 0;
  }

  .guie-wrapp01 .guide-ul {
    text-align: left;
  }

  .guide-ul .guide-text01 {
    padding-bottom: 0;
  }

  .guide-ul .guide-text02 {
    padding: 10px 0;
  }

  .guide-text01,
  .content-text01 {
    font-size: 14px;
  }

  .guide-text02,
  .content-text02 {
    font-size: 18px;
  }

  .guide-text02 span {
    font-size: 18px;
  }
}

.guie-wrapp02 {
  background: #e9fcff;
  padding: 145px 80px 105px;
}

.guide-tel-wrapp {
  background: #ffffff;
  padding: 0 130px 60px;
}

.guide-tel-wrapp .guide-img {
  position: relative;
  top: -80px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.guide-text03 {
  font-size: 25px;
  color: #5fb6e0;
}

.guide-tel-wrapp .tel {
  padding: 40px 0;
}

.guide-tel-wrapp .tel span {
  font-size: 50px;
}

.guide-tel-wrapp .tel i.fa-phone {
  font-size: 50px;
  margin: 0 30px 0 0;
}

.guide-border {
  width: 95%;
  padding-top: 80px;
  margin: 0 auto 80px;
  border-bottom: 2px solid #5fb6e0;
}

.guide-btn-wrapp {
  padding: 60px 0;
}

.guide-btn {
  position: relative;
  display: inline-blocks;
  padding: 0.6em 2.7em;
  text-decoration: none;
  color: #ffffff;
  background: #5fb6e0;
  border: solid 1px #5fb6e0;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 25px;
  line-height: 1.29em;
}

.guide-btn span {
  font-size: 18px;
  color: #ffffff;
}

.guide-text01.indent {
  text-indent: 0;
}

.asterisk::before {
  content: "※";
}

.guide-flow-wrap {
  position: relative;
  z-index: 2;
}

.guide-flow-h01 {
  margin-top: 130px;
}

.guide-flow-h02 {
  margin-top: 195px;
}

.guide-flow-h03 {
  margin-top: 286px;
}

.guide-flow-h03.hb03 {
  margin-bottom: 236px;
}

.guide-flow-wrap .guide-flow-dl .guide-flow-title01,
.guide-flow-wrap .guide-flow-dl .guide-flow-title02,
.guide-flow-wrap .guide-flow-dl .guide-flow-title03,
.guide-flow-wrap .guide-flow-dl .guide-flow-title04,
.guide-flow-wrap .guide-flow-dl .guide-flow-title05,
.guide-flow-wrap .guide-flow-dl .guide-flow-title06 {
  font-size: 30px;
  position: relative;
  line-height: 1.3em;
}

.guide-flow-wrap .guide-flow-dl .guide-flow-title01,
.guide-flow-wrap .guide-flow-dl .guide-flow-title02,
.guide-flow-wrap .guide-flow-dl .guide-flow-title06 {
  padding: 60px 0 70px 135px;
  text-align: left;
}

.guide-flow-wrap .guide-flow-dl .guide-flow-title03 {
  padding: 27px 0 73px 135px;
  text-align: left;
}

.guide-flow-wrap .guide-flow-dl .guide-flow-title04 {
  padding: 25px 0 62px 135px;
  text-align: left;
}

.guide-flow-wrap .guide-flow-dl .guide-flow-title05 {
  padding: 50px 0 73px 135px;
  text-align: left;
}

.guide-flow-wrap .guide-flow-dl .guide-flow-title01::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  display: inline-block;
  width: 5em;
  height: 4em;
  background: url(../images/gulde_nember01.png) no-repeat;
}

.guide-flow-wrap .guide-flow-dl .guide-flow-title02::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  display: inline-block;
  width: 5em;
  height: 4em;
  background: url(../images/gulde_nember02.png) no-repeat;
}

.guide-flow-wrap .guide-flow-dl .guide-flow-title03::before {
  position: absolute;
  top: -25px;
  left: 0;
  content: "";
  display: inline-block;
  width: 5em;
  height: 4em;
  background: url(../images/gulde_nember03.png) no-repeat;
}

.guide-flow-wrap .guide-flow-dl .guide-flow-title04::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  display: inline-block;
  width: 5em;
  height: 4em;
  background: url(../images/gulde_nember04.png) no-repeat;
}

.guide-flow-wrap .guide-flow-dl .guide-flow-title05::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 5em;
  height: 4em;
  background: url(../images/gulde_nember05.png) no-repeat;
}

.guide-flow-wrap .guide-flow-dl .guide-flow-title06::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 5em;
  height: 4em;
  background: url(../images/gulde_nember06.png) no-repeat;
}

.guide-flow-wrap p.font05 {
  font-size: 18px;
}

.guide-flow-wrap .img-wrap02.slider-wrap03::before {
  opacity: 0;
  transform: translateX(150px);
}

.guide-flow-wrap .img-wrap02.slider-wrap03:after {
  content: "";
  display: inline-block;
  z-index: -1;
  width: 90vw;
  height: 400px;
  position: absolute;
  right: -80px;
  top: -50px;
  background: #e9fcff;
  opacity: 1;
  transform: translateX(0);
  animation-name: slideInLeft;
  animation-duration: 2s;
  animation-timing-function: ease-out;
}

.guide-flow-wrap .img-wrap04.slider-wrap04::before {
  opacity: 0;
  transform: translateX(150px);
}

.guide-flow-wrap .img-wrap04.slider-wrap04:after {
  content: "";
  display: inline-block;
  z-index: -1;
  width: 90vw;
  height: 400px;
  position: absolute;
  left: -80px;
  top: -50px;
  background: #e9fcff;
  opacity: 1;
  transform: translateX(0);
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-timing-function: ease-out;
}

.guide-flow-wrap .img-wrap06.slider-wrap05::before {
  opacity: 0;
  transform: translateX(150px);
}

.guide-flow-wrap .img-wrap06.slider-wrap05:after {
  content: "";
  display: inline-block;
  z-index: -1;
  width: 90vw;
  height: 400px;
  position: absolute;
  right: -80px;
  top: -50px;
  background: #e9fcff;
  opacity: 1;
  transform: translateX(0);
  animation-name: slideInLeft;
  animation-duration: 2s;
  animation-timing-function: ease-out;
}


.p-guide__btn-wrapp {
  padding: 60px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-guide__btn {
  width: 40%;
  position: relative;
  /* display: inline-block; */
  padding: 1.2em 0.5em;
  text-decoration: none;
  color: #ffffff;
  background: #5fb6e0;
  border: solid 1px #5fb6e0;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 25px;
  line-height: 1.29em;
  margin-bottom: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-guide__btn:nth-of-type(odd) {
  margin-right: 5%;
}

.p-guide__btn span {
  font-size: 18px;
  color: #ffffff;
}

.p-guide__ul__item,
.p-guide__ul__item--accent {
  text-indent: -1.25em;
  margin-left: 1.25em;
  padding-bottom: 13px;
}

.p-guide__ul__item--accent {
  color: #ed8599;
}

.p-guide__ul__item--br {
  display: block;
}

.p-guide__ul__item__note {
  display: block;
  position: relative;
  margin-top: 13px;
}

.p-guide__ul__item__triangle {
  display: inline-block;
  width: 1em;
  height: 1.25em;
  background: #333333;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  left: 0;
  top: 7px;
}

.p-guide__ul__item__space{
  padding-right: 2.5em;
}

.p-guide__ul__item__link {
  color: #00489e;
  position: relative;
}

.p-guide__ul__item__link:hover,
.p-guide__ul__item__link:visited {
  color: #00489e;
}

@media screen and (max-width: 750px) {
  #equipment_introduction .guide-flow-wrap>.flex {
    max-width: 335px;
    margin: auto;
  }

  .guie-wrapp02 {
    padding: 120px 30px 105px;
  }

  .guide-tel-wrapp .guide-img {
    top: -85px;
  }

  .guide-tel-wrapp .guide-img img {
    width: 104px;
    hieght: 100px;
  }

  .guide-tel-wrapp .tel span {
    font-size: 40px;
  }

  .guide-tel-wrapp .tel i.fa-phone {
    font-size: 40px;
    margin: 0px 20px 0 0;
  }

  .guide-border {
    padding-top: 50px;
    margin: 0 auto 50px;
  }

  .guide-btn-wrapp {
    padding: 0 0 30px;
  }

  .guide-btn {
    margin: 30px auto 0;
    max-width: 220px;
    width: 220px;
    font-size: 18px;
    height: 75px;
  }

  .guide-btn span {
    font-size: 14px;
  }

  .guide-btn {
    padding: 0.8em 1.7em;
  }

  .guide-ul.sp-pb30 {
    padding-bottom: 30px;
  }

  .guide-text01.indent {
    margin-left: 0;
  }

  .sp-mb5 {
    margin-bottom: 5px;
  }

  .guide-flow-h01 {
    margin-top: 30px;
  }

  .guide-flow-h02 {
    margin-top: 100px;
  }

  .guide-flow-h03 {
    margin-top: 100px;
  }

  .guide-flow-h03.hb03 {
    margin-bottom: 50px;
  }

  .guide-flow-wrap .img-wrap01 img,
  .guide-flow-wrap .img-wrap02 img,
  .guide-flow-wrap .img-wrap03 img,
  .guide-flow-wrap .img-wrap04 img,
  .guide-flow-wrap .img-wrap05 img,
  .guide-flow-wrap .img-wrap06 img {
    width: 500px;
    height: 350px;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title01,
  .guide-flow-wrap .guide-flow-dl .guide-flow-title02,
  .guide-flow-wrap .guide-flow-dl .guide-flow-title03,
  .guide-flow-wrap .guide-flow-dl .guide-flow-title04,
  .guide-flow-wrap .guide-flow-dl .guide-flow-title05,
  .guide-flow-wrap .guide-flow-dl .guide-flow-title06 {
    font-size: 30px;
    line-height: 1.3em;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title01,
  .guide-flow-wrap .guide-flow-dl .guide-flow-title02,
  .guide-flow-wrap .guide-flow-dl .guide-flow-title06 {
    padding: 80px 0 60px 160px;
    text-align: left;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title03 {
    padding: 80px 0 60px 160px;
    text-align: left;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title04 {
    padding: 80px 0 60px 160px;
    text-align: left;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title05 {
    padding: 80px 0 60px 160px;
    text-align: left;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title01::before {
    top: 12%;
    left: 6%;
    width: 111px;
    height: 101px;
    background-size: contain;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title02::before {
    top: 12%;
    left: 6%;
    width: 111px;
    height: 101px;
    background-size: contain;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title03::before {
    top: 12%;
    left: 6%;
    width: 111px;
    height: 101px;
    background-size: contain;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title04::before {
    top: 12%;
    left: 6%;
    width: 111px;
    height: 101px;
    background-size: contain;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title05::before {
    top: 27%;
    left: 6%;
    width: 111px;
    height: 101px;
    background-size: contain;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title06::before {
    top: 12%;
    left: 6%;
    width: 111px;
    height: 101px;
    background-size: contain;
  }

  .guide-flow-wrap p.font05 {
    font-size: 18px;
  }

  .guide-flow-wrap .img-wrap02::before {
    opacity: 0;
    transform: translateX(150px);
  }

  .guide-flow-wrap .img-wrap02.slider-wrap03:after {
    content: "";
    display: inline-block;
    z-index: -1;
    width: 500px;
    height: 500px;
    position: absolute;
    right: -80px;
    top: -26px;
    background: #e9fcff;
    opacity: 1;
    transform: translateX(0);
    animation-name: slideInRight;
    animation-duration: 2s;
    animation-timing-function: ease-out;
  }

  .guide-flow-wrap .img-wrap04::before {
    opacity: 0;
    transform: translateX(150px);
  }

  .guide-flow-wrap .img-wrap04.slider-wrap04:after {
    content: "";
    display: inline-block;
    z-index: -1;
    width: 500px;
    height: 500px;
    position: absolute;
    left: -90px;
    top: -26px;
    background: #e9fcff;
    opacity: 1;
    transform: translateX(0);
    animation-name: slideInLeft;
    animation-duration: 2s;
    animation-timing-function: ease-out;
  }

  .guide-flow-wrap .img-wrap06::before {
    opacity: 0;
    transform: translateX(150px);
  }

  .guide-flow-wrap .img-wrap06.slider-wrap05:after {
    width: 500px;
    height: 500px;
    position: absolute;
    right: -90px;
    top: -26px;
    background: #e9fcff;
    opacity: 1;
    transform: translateX(0);
    animation-name: slideInRight;
    animation-duration: 2s;
    animation-timing-function: ease-out;
  }

  .p-guide__ul__item--br {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .guie-wrapp02 {
    padding: 60px 30px 105px;
  }

  .guide-tel-wrapp .guide-img {
    top: -40px;
  }

  .guide-tel-wrapp .guide-img img {
    width: 53px;
    hieght: 53px;
  }

  .guide-text03 {
    font-size: 16px;
  }

  .guide-tel-wrapp .tel span {
    font-size: 28px;
  }

  .guide-tel-wrapp .tel i.fa-phone {
    font-size: 28px;
    margin: 0px 20px 0 0;
  }

  .guide-border {
    padding-top: 50px;
    margin: 0 auto 50px;
  }

  .guide-btn-wrapp {
    padding: 0 0 30px;
  }

  .guide-btn {
    margin: 30px auto 0;
    max-width: 220px;
    width: 220px;
    font-size: 18px;
    height: 75px;
  }

  .guide-btn span {
    font-size: 14px;
  }

  .guide-btn {
    padding: 0.8em 1.7em;
  }

  .guide-ul.sp-pb30 {
    padding-bottom: 30px;
  }

  .guide-text01.indent {
    margin-left: 0;
  }

  .sp-mb5 {
    margin-bottom: 5px;
  }

  .guide-flow-h01 {
    margin-top: 30px;
  }

  .guide-flow-h02 {
    margin-top: 50px;
  }

  .guide-flow-h03 {
    margin-top: 30px;
  }

  .guide-flow-h03.hb03 {
    margin-bottom: 50px;
  }

  .guide-flow-wrap .img-wrap01 img,
  .guide-flow-wrap .img-wrap02 img,
  .guide-flow-wrap .img-wrap03 img,
  .guide-flow-wrap .img-wrap04 img,
  .guide-flow-wrap .img-wrap05 img,
  .guide-flow-wrap .img-wrap06 img {
    width: 335px;
    height: 235px;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title01,
  .guide-flow-wrap .guide-flow-dl .guide-flow-title02,
  .guide-flow-wrap .guide-flow-dl .guide-flow-title03,
  .guide-flow-wrap .guide-flow-dl .guide-flow-title04,
  .guide-flow-wrap .guide-flow-dl .guide-flow-title05,
  .guide-flow-wrap .guide-flow-dl .guide-flow-title06 {
    font-size: 20px;
    line-height: 1.3em;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title01,
  .guide-flow-wrap .guide-flow-dl .guide-flow-title02,
  .guide-flow-wrap .guide-flow-dl .guide-flow-title06 {
    padding: 60px 0 30px 82px;
    text-align: left;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title03 {
    padding: 60px 0 30px 82px;
    text-align: left;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title04 {
    padding: 60px 0 30px 82px;
    text-align: left;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title05 {
    padding: 60px 0 30px 82px;
    text-align: left;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title01::before {
    top: 35%;
    left: 6%;
    width: 53px;
    height: 53px;
    background-size: contain;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title02::before {
    top: 35%;
    left: 6%;
    width: 53px;
    height: 53px;
    background-size: contain;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title03::before {
    top: 35%;
    left: 6%;
    width: 53px;
    height: 53px;
    background-size: contain;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title04::before {
    top: 35%;
    left: 6%;
    width: 53px;
    height: 53px;
    background-size: contain;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title05::before {
    top: 27%;
    left: 6%;
    width: 53px;
    height: 53px;
    background-size: contain;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title06::before {
    top: 35%;
    left: 6%;
    width: 53px;
    height: 53px;
    background-size: contain;
  }

  .guide-flow-wrap p.font05 {
    font-size: 14px;
  }

  .guide-flow-wrap .img-wrap02::before {
    opacity: 0;
    transform: translateX(150px);
  }

  .guide-flow-wrap .img-wrap02.slider-wrap03:after {
    content: "";
    display: inline-block;
    z-index: -1;
    width: 300px;
    height: 285px;
    position: absolute;
    right: -80px;
    top: -5px;
    background: #e9fcff;
    opacity: 1;
    transform: translateX(0);
    animation-name: slideInRight;
    animation-duration: 2s;
    animation-timing-function: ease-out;
  }

  .guide-flow-wrap .img-wrap04::before {
    opacity: 0;
    transform: translateX(150px);
  }

  .guide-flow-wrap .img-wrap04.slider-wrap04:after {
    content: "";
    display: inline-block;
    z-index: -1;
    width: 300px;
    height: 285px;
    position: absolute;
    left: -80px;
    top: -5px;
    background: #e9fcff;
    opacity: 1;
    transform: translateX(0);
    animation-name: slideInLeft;
    animation-duration: 2s;
    animation-timing-function: ease-out;
  }

  .guide-flow-wrap .img-wrap06::before {
    opacity: 0;
    transform: translateX(150px);
  }

  .guide-flow-wrap .img-wrap06.slider-wrap05:after {
    width: 300px;
    height: 285px;
    position: absolute;
    right: -80px;
    top: -5px;
    background: #e9fcff;
    opacity: 1;
    transform: translateX(0);
    animation-name: slideInRight;
    animation-duration: 2s;
    animation-timing-function: ease-out;
  }


  .p-guide__btn-wrapp {
    padding: 0 0 30px;
  }

  .p-guide__btn {
    margin: 30px auto 0;
    max-width: 220px;
    width: 220px;
    font-size: 18px;
    height: 75px;
    padding: 0.8em 0.5em;
  }

  .p-guide__btn:nth-of-type(odd) {
    margin: 30px auto 0;
  }

  .p-guide__btn span {
    font-size: 14px;
  }

  .p-guide__ul__item,
  .p-guide__ul__item--accent {
    padding-bottom: 7px;
  }

  .p-guide__ul__item__note {
    margin-top: 7px;
  }

  .p-guide__ul__item__triangle {
    top: 4px;
  }
}

@media screen and (max-width: 320px) {
  .guie-wrapp02 {
    padding: 60px 20px 105px;
  }
}

/*----------------------------------------------------
	clinic
----------------------------------------------------*/
.clinic-wrapp {
  padding-bottom: 232px;
}

.clinic-wrapp .clinic-title01,
.clinic-wrapp .clinic-title02,
.clinic-title01 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1100px;
  border-radius: 10px;
  padding: 0 25px;
  font-size: 30px;
  height: 70px;
  position: relative;
  transition: 0.3s;
  color: #ffffff;
  background: #5fb6e0;
}

.clinic-wrapp .clinic-title01,
.clinic-title01 {
  margin: 0 auto 83px;
}

.clinic-wrapp .clinic-title02 {
  margin: 0 auto 100px;
}

.par49 {
  width: 49%;
}

.clinic-wrapp .clinic-title.clinic-title02 {
  margin: 0 auto 100px;
}

.clinic-wrapp .clinic-box01 .text-wrap {
  margin-top: 25px;
}

.clinic-wrapp .clinic-box02 .text-wrap {
  margin-top: 75px;
}

.clinic-wrapp .clinic-box03 .text-wrap {
  margin-top: 30px;
}

.clinic-wrapp .clinic-box04 .text-wrap {
  margin-top: 35px;
}

.clinic-wrapp .text-wrap p,
.text-wrap p {
  font-size: 18px;
}

.clinic-wrapp .text-wrap p.mb40 {
  margin-bottom: 40px;
}

.clinic-wrapp .text-wrap p.mb80 {
  margin-bottom: 80px;
}

.clinic-wrapp .text-wrap p.mb68 {
  margin-bottom: 68px;
}

.clinic-wrapp .text-wrap p.mb90 {
  margin-bottom: 90px;
}

.clinic-wrapp .text-wrap p.mb78 {
  margin-bottom: 78px;
}

.clinic-wrapp .table-wrap table {
  width: 100%;
}

.clinic-wrapp .table-wrap table tr {
  border-bottom: 10px solid #ffffff;
}

.clinic-wrapp .table-wrap table th,
.clinic-wrapp .table-wrap table td {
  color: #333333;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
  padding: 0 22px 0 0;
}

.clinic-wrapp .table-wrap table th {
  font-size: 18px;
}

.clinic-wrapp .table-wrap table th:nth-child(7) {
  padding: 0;
}

.clinic-wrapp .table-wrap table td:nth-child(7) {
  padding: 10px 0 10px;
}

.clinic-wrapp .table-wrap table th:last-child {
  letter-spacing: -3px;
  font-size: 16px;
}

.clinic-wrapp .table-wrap table td {
  background: #e9fcff;
  font-size: 17px;
  padding: 10px 22px 10px 0;
}

@media screen and (max-width: 750px) {

  .clinic-wrapp .clinic-title01,
  .clinic-wrapp .clinic-title02,
  .clinic-title01 {
    padding: 15px 25px;
  }

  .clinic-wrapp {
    padding-bottom: 80px;
  }

  .clinic-wrapp .clinic-title01,
  .clinic-wrapp .clinic-title02,
  .clinic-title01 {
    width: 100%;
    font-size: 22px;
  }

  .clinic-wrapp .clinic-title01,
  .clinic-wrapp .clinic-title02,
  .clinic-title01 {
    margin: 0 auto 60px;
  }

  .clinic-wrapp .clinic-box01 .text-wrap,
  .clinic-wrapp .clinic-box02 .text-wrap,
  .clinic-wrapp .clinic-box03 .text-wrap,
  .clinic-wrapp .clinic-box04 .text-wrap {
    margin-top: 80px;
  }

  .clinic-wrapp .text-wrap p,
  .text-wrap p {
    font-size: 20px;
  }

  .clinic-wrapp .text-wrap p.sp-mb25 {
    margin-bottom: 25px;
  }

  .clinic-wrapp .table-wrap table th,
  .clinic-wrapp .table-wrap table td {
    text-align: center;
    padding: 0;
  }

  .clinic-wrapp .table-wrap table th {
    font-size: 20px;
  }

  .clinic-wrapp .table-wrap table th:nth-child(7) {
    padding: 0;
  }

  .clinic-wrapp .table-wrap table td:nth-child(7) {
    padding: 0;
  }

  .clinic-wrapp .table-wrap table th:last-child {
    letter-spacing: -3px;
    font-size: 18px;
  }

  .clinic-wrapp .table-wrap table td {
    font-size: 20px;
    padding: 0;
  }
}

@media screen and (max-width: 650px) {

  .clinic-wrapp .clinic-title01,
  .clinic-wrapp .clinic-title02 {
    padding: 15px 25px;
  }

  .clinic-wrapp {
    margin-bottom: 50px;
  }

  .clinic-wrapp .clinic-title01,
  .clinic-wrapp .clinic-title02 {
    width: 100%;
    font-size: 20px;
  }

  .clinic-wrapp .clinic-title01,
  .clinic-wrapp .clinic-title02 {
    margin: 0 auto 60px;
  }

  .clinic-wrapp .clinic-box01 .text-wrap,
  .clinic-wrapp .clinic-box02 .text-wrap,
  .clinic-wrapp .clinic-box03 .text-wrap,
  .clinic-wrapp .clinic-box04 .text-wrap {
    margin-top: 30px;
  }

  .clinic-wrapp .text-wrap p {
    font-size: 14px;
  }

  .clinic-wrapp .text-wrap p.sp-mb25 {
    margin-bottom: 25px;
  }

  .clinic-wrapp .table-wrap table th,
  .clinic-wrapp .table-wrap table td {
    text-align: center;
    padding: 0;
  }

  .clinic-wrapp .table-wrap table th {
    font-size: 14px;
  }

  .clinic-wrapp .table-wrap table th:nth-child(7) {
    padding: 0;
  }

  .clinic-wrapp .table-wrap table td:nth-child(7) {
    padding: 0;
  }

  .clinic-wrapp .table-wrap table th:last-child {
    letter-spacing: -3px;
    font-size: 12px;
  }

  .clinic-wrapp .table-wrap table td {
    font-size: 14px;
    padding: 0;
  }
}

@media screen and (max-width: 320px) {

  .clinic-wrapp .clinic-title01,
  .clinic-wrapp .clinic-title02 {
    height: auto;
  }
}

/*----------------------------------------------------
	payment-method
----------------------------------------------------*/
.text-wrap p.bule-text01 {
  color: #5fb6e0;
  font-size: 25px;
}

.clinic-wrapp .content-table {
  border: none;
}

@media screen and (max-width: 750px) {
  .clinic-wrapp.payment-method-wrapp {
    margin-bottom: 0;
  }

  .text-wrap p.bule-text01 {
    font-size: 17px;
  }

  .content-table-wrapp {
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 20px;
  }

  .content-table-wrapp::-webkit-scrollbar {
    height: 10px;
    margin-top: 20px;
  }

  .content-table-wrapp::-webkit-scrollbar-track {
    background: white;
    border-radius: 2px;
  }

  /*バーの背景色*/
  .content-table-wrapp::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #5fb6e0;
  }

  /*バーの色*/
  .content-table {
    width: 790px;
  }
}

/*----------------------------------------------------
	facilityCSS
----------------------------------------------------*/
#thumbnail {
  max-width: 1100px;
  margin: 0 auto 10%;
}

.slide-dots {
  text-align: center;
  width: 265px;
}

#thumbnail ul.slick-dots {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-top: 165px;
}

#thumbnail ul.slick-dots li {
  padding: 5px;
}

#thumbnail ul.slick-dots li.slick-active {
  opacity: 0.5;
}

.guide-flow-wrap .guide-flow-dl .guide-flow-title07 {
  padding: 60px 0 70px 135px;
  text-align: left;
  font-size: 30px;
  position: relative;
  line-height: 1.3em;
}

.guide-flow-wrap .guide-flow-dl .guide-flow-title07.facility01 {
  padding: 60px 0 70px 90px;
  text-align: left;
  font-size: 30px;
  position: relative;
  line-height: 1.3em;
}

.guide-flow-wrap .guide-flow-dl .guide-flow-title07.facility02 {
  padding: 20px 0 30px 90px;
  text-align: left;
  font-size: 30px;
  position: relative;
  line-height: 1.3em;
}

.text-wrap .facility01 {
  font-size: 30px;
  line-height: 1.3em;
}

.text-wrap .facility03 {
  position: relative;
  top: -35px;
  left: -16px;
}

.guide-flow-wrap .guide-flow-dl .guide-flow-title07::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  display: inline-block;
  width: 5em;
  height: 4em;
  background: url(../images/facility_simg_07.png) no-repeat;
}

.guide-flow-wrap .guide-flow-dl .guide-flow-title07.facility01::before {
  position: absolute;
  top: 7px;
  left: -40px;
  content: "";
  display: inline-block;
  width: 5em;
  height: 4em;
  background: url(../images/facility_simg_07.png) no-repeat;
}

.guide-flow-wrap .guide-flow-dl .guide-flow-title07.facility02::before {
  position: absolute;
  top: 7px;
  left: -40px;
  content: "";
  display: inline-block;
  width: 5em;
  height: 4em;
  background: url(../images/facility_simg_07.png) no-repeat;
}

@media screen and (max-width: 750px) {
  .guide-flow-wrap .guide-flow-dl .guide-flow-title07 {
    padding: 60px 0 30px 100px;
    font-size: 20px;
    line-height: 1.3em;
  }

  #equipment_introduction .guide-flow-wrap .guide-flow-dl .guide-flow-title07.facility01,
  #equipment_introduction .guide-flow-wrap .guide-flow-dl .guide-flow-title07.facility02 {
    padding: 60px 0 30px 50px;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title07.facility01 {
    padding: 60px 0 30px 100px;
    font-size: 20px;
    line-height: 1.3em;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title07.facility02 {
    padding: 60px 0 30px 100px;
    font-size: 20px;
    line-height: 1.3em;
  }

  .text-wrap .facility01 {
    font-size: 20px;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title07::before {
    top: 35%;
    left: 8%;
    width: 80px;
    height: 80px;
    background-size: contain;
  }

  #equipment_introduction .guide-flow-wrap .guide-flow-dl .guide-flow-title07.facility01::before,
  #equipment_introduction .guide-flow-wrap .guide-flow-dl .guide-flow-title07.facility02::before {
    left: -7%;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title07.facility01::before {
    top: 35%;
    left: 8%;
    width: 80px;
    height: 80px;
    background-size: contain;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title07.facility02::before {
    top: 35%;
    left: 8%;
    width: 80px;
    height: 80px;
    background-size: contain;
  }

  .text-wrap .facility03 {
    position: relative;
    top: -5px;
    left: -12px;
  }

  #thumbnail ul.slick-dots {
    margin-top: 70px;
  }
}

/*----------------------------------------------------
	staffCSS
----------------------------------------------------*/
.clinic-wrapp.staff-wrapp01 {
  padding-bottom: 142px;
}

.clinic-wrapp.staff-wrapp02 {
  padding: 142px 0;
}

.clinic-wrapp.staff-wrapp01.staff-border,
.clinic-wrapp.staff-wrapp02.staff-border {
  border-bottom: dotted 4px #5fb6e0;
}

.clinic-wrapp .text-wrap p.staff-text01 {
  font-size: 20px;
  font-weight: bold;
}

.clinic-wrapp .text-wrap p.staff-text02 {
  font-size: 35px;
  font-weight: bold;
}

.clinic-wrapp .text-wrap p.staff-text03 {
  font-size: 16px;
  line-height: 4.3;
  font-weight: bold;
  padding-left: 50px;
}

.staff-text04 {
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .clinic-wrapp.staff-wrapp01 {
    padding-bottom: 80px;
  }

  .clinic-wrapp.staff-wrapp02 {
    padding: 80px 0;
  }

  .clinic-wrapp.staff-wrapp01.staff-border,
  .clinic-wrapp.staff-wrapp02.staff-border {
    border-bottom: dotted 4px #5fb6e0;
  }

  .clinic-wrapp .text-wrap p.staff-text01 {
    font-size: 18px;
    font-weight: bold;
  }

  .clinic-wrapp .text-wrap p.staff-text02 {
    font-size: 25px;
    font-weight: bold;
  }

  .clinic-wrapp .text-wrap p.staff-text03 {
    font-size: 12px;
    line-height: 4.3;
    font-weight: bold;
    padding-left: 50px;
  }

  .staff-text04 {
    font-size: 14px;
  }
}

/*----------------------------------------------------
	CAREER CSS
----------------------------------------------------*/
.guie-wrapp01 .career-title01 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 800px;
  border-radius: 10px;
  padding: 0 25px;
  font-size: 30px;
  height: 70px;
  position: relative;
  transition: 0.3s;
  color: #ffffff;
  background: #f29600;
  margin: 0 auto 60px;
}

.career-title02 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  width: 1000px;
  border-radius: 10px;
  padding: 0 35px;
  font-size: 30px;
  height: 60px;
  transition: 0.3s;
  color: #ffffff;
  background: #5fb6e0;
  margin: 0 auto;
}

.career-title02 .career-title03 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  border-radius: 10px;
  border: 2px solid white;
  padding: 0 9px;
  font-size: 20px;
  height: 35px;
  position: absolute;
  right: 15px;
  transition: 0.3s;
  color: #ffffff;
  background: #5fb6e0;
  margin: 0 auto;
}

.career-wrapp {
  padding: 0 30px 125px;
}

.career-wrapp .career-border {
  border-bottom: 1px solid #0083ca;
}

.career-wrapp .text-wrap {
  padding: 60px 0 60px;
}

.text-wrap p.career-text01 {
  font-size: 21px;
  color: #0083ca;
}

.text-wrap p.career-text02 {
  font-size: 18px;
}

.text-wrap p span.career-text03,
.text-wrap p .career-text03 {
  font-size: 24px;
}

.career-text04 {
  font-size: 30px;
}

.p-career--br {
  display: none;
}

@media screen and (max-width: 750px) {
  .guie-wrapp01 .career-title01 {
    width: 100%;
    border-radius: 10px;
    padding: 0 25px;
    font-size: 20px;
    height: 70px;
    margin: 0 auto 30px;
  }

  .career-title02 {
    width: 100%;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 20px;
    height: 60px;
  }

  .career-title02 .career-title03 {
    width: 59%;
    border-radius: 10px;
    border: 2px solid white;
    padding: 0;
    font-size: 14px;
    height: 35px;
    position: absolute;
    top: 12px;
    right: 5px;
    margin: 0 auto;
  }

  .career-wrapp {
    padding: 0 0 60px;
  }

  .career-wrapp .text-wrap {
    padding: 30px 0 30px;
  }

  .text-wrap p.career-text01 {
    font-size: 16px;
    color: #0083ca;
  }

  .text-wrap p.career-text02 {
    font-size: 14px;
  }

  .text-wrap p span.career-text03,
  .text-wrap p .career-text03 {
    font-size: 20px;
  }

  .career-text04 {
    font-size: 20px;
  }

  .p-career--br {
    display: block;
  }
}

/*----------------------------------------------------
	prevention_dentistry CSS
----------------------------------------------------*/
.prevention_dentistry-box01 {
  width: 670px;
  margin: 0 auto;
}

.clinic-wrapp .text-wrap p.prevention_dentistry-text01 {
  font-size: 20px;
  padding-bottom: 10px;
}

.relative-wrapp01 {
  position: relative;
  width: 1100px;
  border-radius: 10px;
  padding: 0 35px;
  height: 110px;
  transition: 0.3s;
  color: #ffffff;
  background: #e9fcff;
  margin: 60px auto 0;
}

.relative-wrapp02 {
  position: relative;
  width: 1100px;
  border-radius: 10px;
  padding: 0 170px;
  height: 180px;
  transition: 0.3s;
  color: #ffffff;
  background: #e9fcff;
  margin: 100px auto 40px;
}

.relative-wrapp01 .boy01 {
  position: absolute;
  top: -130px;
  right: 82%;
  display: inline-block;
  width: 12em;
  height: 17em;
}

.relative-wrapp01 .gal01 {
  position: absolute;
  top: -100px;
  left: 82%;
  display: inline-block;
  width: 14em;
  height: 15em;
}

.prevention_dentistry-text02 {
  font-size: 18px;
}

.prevention_dentistry-text03 {
  font-size: 19px;
}

.prevention_dentistry-text04 {
  font-size: 25px;
  color: #5fb6e0;
}

.guide-flow-wrap .guide-flow-dl .guide-flow-title02.prevention_dentistry_add01::before {
  background: url(../images/gulde_nember02_02.png) no-repeat;
}

.clinic-box05 {
  width: 310px;
  height: auto;
}

.clinic-title03 {
  font-size: 21px;
  margin: 40px 0 30px;
  color: #5fb6e0;
  font-weight: bold;
}

.clinic-wrapp .img-box_01 {
  border: 1px solid #5fb6e0;
  width: 310px;
  height: 245px;
}

@media screen and (max-width: 750px) {
  .prevention_dentistry-box01 {
    width: 100%;
    margin: 0 auto;
  }

  .clinic-wrapp .text-wrap p.prevention_dentistry-text01 {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .relative-wrapp01 {
    width: 100%;
    height: 110px;
    margin: 30px auto 0;
  }

  .relative-wrapp02 {
    width: 100%;
    height: 300px;
    margin: 50px auto 30px;
    padding: 0 35px;
  }

  .relative-wrapp01 .boy01 {
    top: 24px;
    right: 88%;
    width: 4em;
    height: 6em;
  }

  .relative-wrapp01 .gal01 {
    top: 24px;
    left: 86%;
    width: 5em;
    height: 6em;
  }

  .prevention_dentistry-text02 {
    font-size: 16px;
  }

  .prevention_dentistry-text03 {
    font-size: 14px;
  }

  .prevention_dentistry-text04 {
    font-size: 20px;
  }

  .clinic-box05 {
    width: 300px;
  }

  .clinic-title03 {
    font-size: 21px;
    margin: 30px 0 20px;
  }

  .clinic-wrapp .img-box_01 {
    width: 300px;
    height: 200px;
  }

  .guide-flow-wrap .guide-flow-dl .guide-flow-title02.prevention_dentistry_add01::before {
    top: 35%;
    left: 6%;
    width: 53px;
    height: 53px;
    background-size: contain;
  }
}

/*----------------------------------------------------
	caries CSS
----------------------------------------------------*/
.clinic-wrapp .clinic-title01.caries-title01 {
  height: 120px;
}

.prevention_dentistry-box01.caries-box01 {
  width: 790px;
}

.relative-wrapp01.caries-wrapp01 .boy01 {
  position: absolute;
  top: -80px;
  right: 87%;
  width: 9.3em;
  height: 13.5em;
}

.relative-wrapp01.caries-wrapp01 .gal01 {
  position: absolute;
  top: -60px;
  left: 86%;
  width: 11em;
  height: 12em;
}

.btn01.wide03,
.btn03.wide03.caries-btn {
  margin: 50px auto 0;
}

@media screen and (max-width: 650px) {
  .clinic-wrapp .clinic-title01.caries-title01 {
    height: 120px;
  }

  .relative-wrapp01.caries-wrapp01 {
    height: 200px;
    padding: 0 40px;
  }

  .relative-wrapp01.caries-wrapp01 .boy01 {
    top: 115px;
    right: 88%;
    width: 4em;
    height: 6em;
  }

  .relative-wrapp01.caries-wrapp01 .gal01 {
    top: 115px;
    left: 86%;
    width: 5em;
    height: 6em;
  }
}

/*----------------------------------------------------
	periodontal-diseas CSS
----------------------------------------------------*/
.periodontal-diseas_text01 {
  font-size: 29px;
}

.clinic-wrapp .text-wrap p.periodontal-diseas_text02 {
  font-size: 30px;
  color: #5fb6e0;
}

.periodontal-diseas_text03 {
  font-size: 20px;
  padding-bottom: 5px;
}

.periodontal-diseas-wrapp {
  border-top: 1px solid #0083ca;
  border-bottom: 1px solid #0083ca;
}

.periodontal-diseas-wrapp .text-wrap {
  padding: 60px 0;
}

@media screen and (max-width: 650px) {
  .periodontal-diseas_text01 {
    font-size: 20px;
  }

  .clinic-wrapp .text-wrap p.periodontal-diseas_text02 {
    font-size: 21px;
    color: #5fb6e0;
  }

  .periodontal-diseas_text03 {
    font-size: 16px;
    padding-bottom: 5px;
  }

  .periodontal-diseas-wrapp .text-wrap {
    padding: 30px 0;
  }
}

/*----------------------------------------------------
	DENTUTE _IMPLANTCSS
----------------------------------------------------*/
#denture {
  padding-top: 140px;
  margin-top: -140px;
}

#implant {
  padding-top: 140px;
  margin-top: -140px;
}

@media screen and (max-width: 650px) {}

/*----------------------------------------------------
	リセットCSS
----------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 14px;
}

body {
  min-width: 1000px;
}

a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
li,
dt,
dd,
th,
td {
  line-height: 1.6em;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: none;
}

img,
iframe {
  vertical-align: bottom;
}

@media screen and (max-width: 750px) {
  body {
    min-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    /*iphone文字自動調整防止*/
  }
}

/*----------------------------------------
  固定汎用CSS
----------------------------------------*/
/* box-shadow */
.b-shadow {
  box-shadow: 0px 0px 3px 2px #d6d7d7;
  -moz-box-shadow: 0px 0px 3px 2px #d6d7d7;
  -webkit-box-shadow: 0px 0px 3px 2px #d6d7d7;
}

/* underline */
.underline {
  text-decoration: underline;
}

/* indent */
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* link */
.opa {
  transition: 0.3s;
}

.opa:hover {
  opacity: 0.7;
}

.sp-link {
  pointer-events: none;
}

@media screen and (max-width: 650px) {
  .sp-link {
    pointer-events: auto;
  }
}

/* z-index */
.z-999 {
  z-index: 999;
}

/* position */
.relative {
  position: relative;
}

.flexd {
  position: fixed;
}

/* dispaly */
.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

/* float */
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.cf:after {
  clear: both;
}

.cf {
  overflow: hidden;
}

/* vertical-align */
.va-t {
  vertical-align: top !important;
}

.va-m {
  vertical-align: middle !important;
}

.va-b {
  vertical-align: bottom !important;
}

.va-base {
  vertical-align: baseline !important;
}

/* width */
.w30 {
  width: 30px;
}

.w50 {
  width: 50px;
}

.par5 {
  width: 5%;
}

.par10 {
  width: 10%;
}

.par15 {
  width: 15%;
}

.par20 {
  width: 20%;
}

.par22 {
  width: 22%;
}

.par25 {
  width: 25%;
}

.par30 {
  width: 30%;
}

.par33 {
  width: 33%;
}

.par35 {
  width: 35%;
}

.par40 {
  width: 40%;
}

.par41 {
  width: 41%;
}

.par45 {
  width: 45%;
}

.par50 {
  width: 50%;
}

.par55 {
  width: 55%;
}

.par60 {
  width: 60%;
}

.par63 {
  width: 63%;
}

.par65 {
  width: 65%;
}

.par70 {
  width: 70%;
}

.par75 {
  width: 75%;
}

.par80 {
  width: 80%;
}

.par85 {
  width: 85%;
}

.par90 {
  width: 90%;
}

.par95 {
  width: 95%;
}

.par100 {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .sp-par100 {
    width: 100%;
  }

  .sp-par70 {
    width: 70%;
  }

  .sp-par30 {
    width: 30%;
  }
}

/* margin */
.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.ma {
  margin: auto;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mt200 {
  margin-top: 200px;
}

@media screen and (max-width: 750px) {
  .sp-ma {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sp-mt0 {
    margin-top: 0px;
  }

  .sp-mt10 {
    margin-top: 10px;
  }

  .sp-mt20 {
    margin-top: 20px;
  }

  .sp-mt30 {
    margin-top: 30px;
  }

  .sp-mt40 {
    margin-top: 40px;
  }

  .sp-mt50 {
    margin-top: 50px;
  }

  .sp-mt60 {
    margin-top: 60px;
  }

  .sp-mt100 {
    margin-top: 100px;
  }
}

.mb10 {
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .sp-mb0 {
    margin-bottom: 0px;
  }

  .sp-mb20 {
    margin-bottom: 20px;
  }

  .sp-mb50 {
    margin-bottom: 50px;
  }
}

/* padding */
.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

@media screen and (max-width: 750px) {
  .sp-plr0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

@media screen and (max-width: 750px) {
  .sp-pt10 {
    padding-top: 10px;
  }

  .sp-pt20 {
    padding-top: 20px;
  }

  .sp-pt30 {
    padding-top: 30px;
  }

  .sp-pt40 {
    padding-top: 40px;
  }

  .sp-pt50 {
    padding-top: 50px;
  }

  .sp-pt60 {
    padding-top: 60px;
  }
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb200 {
  padding-bottom: 200px;
}

.pb230 {
  padding-bottom: 230px;
}

@media screen and (max-width: 750px) {
  .sp-pb10 {
    padding-bottom: 10px;
  }

  .sp-pb20 {
    padding-bottom: 20px;
  }

  .sp-pb30 {
    padding-bottom: 30px;
  }

  .sp-pb40 {
    padding-bottom: 40px;
  }

  .sp-pb50 {
    padding-bottom: 50px;
  }

  .sp-pb60 {
    padding-bottom: 60px;
  }

  .sp-pb80 {
    padding-bottom: 80px;
  }
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pl100 {
  padding-left: 100px;
}

.pl110 {
  padding-left: 110px;
}

@media screen and (max-width: 750px) {
  .sp-pl0 {
    padding-left: 0px;
  }

  .sp-pl10 {
    padding-left: 10px;
  }

  .sp-pl20 {
    padding-left: 20px;
  }

  .sp-pl30 {
    padding-left: 30px;
  }

  .sp-pl40 {
    padding-left: 40px;
  }

  .sp-pl50 {
    padding-left: 50px;
  }

  .sp-pl60 {
    padding-left: 60px;
  }
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr60 {
  padding-right: 60px;
}

.pr100 {
  padding-right: 100px;
}

.pr110 {
  padding-right: 110px;
}

@media screen and (max-width: 750px) {
  .sp-pr10 {
    padding-right: 10px;
  }

  .sp-pr15 {
    padding-right: 15px;
  }

  .sp-pr20 {
    padding-right: 20px;
  }

  .sp-pr30 {
    padding-right: 30px;
  }

  .sp-pr40 {
    padding-right: 40px;
  }

  .sp-pr50 {
    padding-right: 50px;
  }

  .sp-pr60 {
    padding-right: 60px;
  }
}

/* font-size*/
.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

@media screen and (max-width: 750px) {
  .sp-f10 {
    font-size: 10px;
  }

  .sp-f12 {
    font-size: 12px;
  }

  .sp-f14 {
    font-size: 14px;
  }

  .sp-f16 {
    font-size: 16px;
  }

  .sp-f18 {
    font-size: 18px;
  }

  .sp-f20 {
    font-size: 20px;
  }

  .sp-f22 {
    font-size: 22px;
  }

  .sp-f24 {
    font-size: 24px;
  }
}

/* line-height */
.lh10 {
  line-height: 1em;
}

.lh12 {
  line-height: 1.2em;
}

.lh14 {
  line-height: 1.4em;
}

.lh16 {
  line-height: 1.6em;
}

.lh18 {
  line-height: 1.8em;
}

.lh20 {
  line-height: 2em;
}

.lh22 {
  line-height: 2.2em;
}

.lh24 {
  line-height: 2.4em;
}

.lh26 {
  line-height: 2.6em;
}

.lh28 {
  line-height: 2.8em;
}

.lh30 {
  line-height: 3em;
}

@media screen and (max-width: 750px) {
  .sp-lh10 {
    line-height: 1em;
  }

  .sp-lh12 {
    line-height: 1.2em;
  }

  .sp-lh14 {
    line-height: 1.4em;
  }

  .sp-lh16 {
    line-height: 1.6em;
  }

  .sp-lh18 {
    line-height: 1.8em;
  }

  .sp-lh20 {
    line-height: 2em;
  }

  .sp-lh22 {
    line-height: 2.2em;
  }

  .sp-lh24 {
    line-height: 2.4em;
  }
}

/* font-weight */
.tx-bold {
  font-weight: bold;
}

.tx-normal {
  font-weight: normal;
}

/* text-align */
.tx-center {
  text-align: center;
}

.tx-left {
  text-align: left;
}

.tx-right {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .sp-tx-center {
    text-align: center;
  }

  .sp-tx-left {
    text-align: left;
  }

  .sp-tx-right {
    text-align: right;
  }
}

/* sp pc 出し分け */
.sp-only {
  display: none !important;
}

.pc-only {
  display: block;
}

.pc-only.flex {
  display: flex;
}

@media screen and (max-width: 750px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

  .sp-only.flex {
    display: flex !important;
  }

  .sp-only.btn01 {
    display: flex !important;
  }
}

/* flex-box */
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.row {
  flex-direction: row;
}

.row-r {
  flex-direction: row-reverse;
}

.column {
  flex-direction: column;
}

.column-r {
  flex-direction: column-reverse;
}

/*===コンテンツの折返し===*/
.wrap {
  flex-wrap: wrap;
}

.wrap-r {
  flex-wrap: wrap-reverse;
}

.no-wrap {
  flex-wrap: nowrap;
}

/*===コンテンツの水平方向揃え ===*/
.flex-left {
  justify-content: flex-start;
}

.flex-right {
  justify-content: flex-end;
}

.flex-center {
  justify-content: center;
}

.flex-space-b {
  justify-content: space-between;
}

.flex-space-a {
  justify-content: space-around;
}

.flex-space-e {
  justify-content: space-evenly;
}

/*===コンテンツの垂直方向揃え ===*/
.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

/* 順番 */
.no1 {
  order: 1;
}

.no2 {
  order: 2;
}

.no3 {
  order: 3;
}

.no4 {
  order: 4;
}

.no5 {
  order: 5;
}

.no6 {
  order: 6;
}

.no7 {
  order: 7;
}

@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .sp-row {
    flex-direction: row;
  }

  .sp-row-r {
    flex-direction: row-reverse;
  }

  .sp-column {
    flex-direction: column;
  }

  .sp-column-r {
    flex-direction: column-reverse;
  }

  /*===コンテンツの折返し===*/
  .sp-wrap {
    flex-wrap: wrap;
  }

  .sp-wrap-r {
    flex-wrap: wrap-reverse;
  }

  .sp-no-wrap {
    flex-wrap: nowrap;
  }

  /*===コンテンツの水平方向揃え ===*/
  .sp-flex-left {
    justify-content: flex-start;
  }

  .sp-flex-right {
    justify-content: flex-end;
  }

  .sp-flex-center {
    justify-content: center;
  }

  .sp-flex-space-b {
    justify-content: space-between;
  }

  .sp-flex-space-a {
    justify-content: space-around;
  }

  /*===コンテンツの垂直方向揃え ===*/
  .sp-flex-top {
    align-items: flex-start;
  }

  .sp-flex-middle {
    align-items: center;
  }

  .sp-flex-bottom {
    align-items: flex-end;
  }

  /* 順番 */
  .sp-no1 {
    order: 1;
  }

  .sp-no2 {
    order: 2;
  }

  .sp-no3 {
    order: 3;
  }

  .sp-no4 {
    order: 4;
  }

  .sp-no5 {
    order: 5;
  }

  .sp-no6 {
    order: 6;
  }

  .sp-no7 {
    order: 7;
  }

  /*-- sp end --*/
}

.mein-back {
  background: #e9fcff;
}

.white-back {
  background: white;
}

/* 20230410 */
.br-sp {
  display: block;
}

.anchor {
  margin-top: -5rem;
  padding-top: 5rem;
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }

  .anchor {
    margin-top: -5rem;
    padding-top: 5rem;
  }
}