body #kv {
  position: relative;
}
body #kv .slider {
  margin-top: 0;
}
body #kv .slider img {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 600px) {
  body #kv .slider img {
    height: 40vh;
  }
}
body #kv .btn {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  position: absolute;
  border: none;
  left: 30px;
}
body #kv .touroku {
  color: #74a6b2;
  background-color: #cde5eb;
  bottom: 150px;
}
@media screen and (max-width: 600px) {
  body #kv .touroku {
    display: none;
  }
}
body #kv .touroku:hover {
  background-color: #74a6b2;
  color: #cde5eb;
}
body #kv .login {
  color: #cde5eb;
  background-color: #74a6b2;
  bottom: 50px;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  body #kv .login {
    display: none;
  }
}
body #kv .login:hover {
  background-color: #cde5eb;
  color: #74a6b2;
}
body .comment {
  margin-top: 100px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
body .comment .news_title {
  background: aliceblue;
  padding: 10px;
  width: 80%;
  margin: auto;
  border: 1px solid #427478;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: underline;
}
body .comment p:nth-of-type(1) {
  font-size: clamp(1.8rem, 3vmin, 2.5rem);
  /*padding-bottom: 30px;*/
  text-align: left;
}
body .comment p.IEMTimg {
  width: 80vmin;
  max-width: 400px;
}
body .comment p.IEMTimg a {
  overflow: hidden;
  background-color: #555;
}
body .comment p.IEMTimg img {
  background-color: #999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .comment p.IEMTimg img:hover {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
body main {
  width: 96%;
}
body main h1 {
  color: #448ac8;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  border-bottom: 2px solid #b2bdc7;
  max-width: 90%;
  position: relative;
}
@media screen and (max-width: 600px) {
body .comment {
  margin-top: 50px;
  margin-bottom: 50px;
}
body main h1 {
    font-size: 2rem;
  }
}
body main h1:before {
  content: "";
  width: 45px;
  height: 45px;
  background-color: rgba(135, 194, 221, 0.3);
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: 0;
}
body main h1:after {
  content: "";
  width: 25px;
  height: 25px;
  background-color: rgba(135, 194, 221, 0.5);
  display: inline-block;
  position: absolute;
  left: 35px;
  top: -17px;
}
body main .komatta {
  margin-bottom: 100px;
}
body main .komatta img {
  max-width: 90%;
}
body main section.experience {
  background-color: #e0e9e8;
  max-width: 1000px;
  border-radius: 20px;
  padding-top: 55px;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  body main section.experience {
    width: 90%;
    padding-top: 10%;
  }
}
body main section.experience p {
  color: #4d6c87;
  font-size: 4.5rem;
  line-height: 1.5;
  font-weight: 500;
  text-shadow: 3px 3px #cfcfcf;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  body main section.experience p {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
body main section.experience .komatta_wrap {
  position: relative;
}
body main section.experience .komatta_wrap::before {
  content: "";
  width: 50px;
  height: 50px;
  border: 25px solid transparent;
  border-top: 25px solid #e0e9e8;
  position: absolute;
  bottom: -50px;
  right: calc(50% - 25px);
}
@media screen and (max-width: 900px) {
  body main section.experience .komatta_wrap {
    display: block;
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  body main section.experience .komatta_wrap {
    width: 98%;
  }
}
body main section.experience .komatta_wrap .doc,
body main section.experience .komatta_wrap .kainushi {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  body main section.experience .komatta_wrap .doc,
  body main section.experience .komatta_wrap .kainushi {
    width: 96%;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  body main section.experience .komatta_wrap .doc,
  body main section.experience .komatta_wrap .kainushi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 96%;
    padding-bottom: 0;
  }
}
body main section.experience .komatta_wrap .doc img,
body main section.experience .komatta_wrap .kainushi img {
  width: 14rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 5;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-top: 20%;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  body main section.experience .komatta_wrap .doc img,
  body main section.experience .komatta_wrap .kainushi img {
    width: 25%;
    max-width: 100%;
    margin-top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body main section.experience .komatta_wrap .doc ul,
body main section.experience .komatta_wrap .kainushi ul {
  z-index: 5;
  font-size: 1.4rem;
  text-align: left;
  list-style: disc;
  position: relative;
  background-color: #fff;
  width: 60%;
  height: 200px;
  padding: 35px;
  border-radius: 50px;
}
@media screen and (max-width: 600px) {
  body main section.experience .komatta_wrap .doc ul,
  body main section.experience .komatta_wrap .kainushi ul {
    width: 88%;
    height: auto;
    font-size: 1.2rem;
  }
}
body main section.experience .komatta_wrap .doc ul::before,
body main section.experience .komatta_wrap .kainushi ul::before {
  content: "";
  width: 35px;
  height: 25px;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
}
body main section.experience .komatta_wrap .doc ul::after,
body main section.experience .komatta_wrap .kainushi ul::after {
  content: "";
  width: 20px;
  height: 15px;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
}
body main section.experience .komatta_wrap .doc {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body main section.experience .komatta_wrap .doc img {
  padding-left: 1.2rem;
}
@media screen and (max-width: 600px) {
  body main section.experience .komatta_wrap .doc img {
    margin-right: auto;
    padding-left: 0;
  }
}
body main section.experience .komatta_wrap .doc ul {
  margin-left: 10%;
  margin-top: 2rem;
}
body main section.experience .komatta_wrap .doc ul::before {
  bottom: -20px;
  left: -20px;
}
@media screen and (max-width: 600px) {
  body main section.experience .komatta_wrap .doc ul::before {
    left: 25%;
    bottom: -40px;
  }
}
body main section.experience .komatta_wrap .doc ul::after {
  bottom: -40px;
  left: -40px;
}
@media screen and (max-width: 600px) {
  body main section.experience .komatta_wrap .doc ul::after {
    left: 20%;
    bottom: -60px;
  }
}
body main section.experience .komatta_wrap .kainushi {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  body main section.experience .komatta_wrap .kainushi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
body main section.experience .komatta_wrap .kainushi img {
  padding-right: 1.2rem;
}
@media screen and (max-width: 600px) {
  body main section.experience .komatta_wrap .kainushi img {
    padding-right: 0;
  }
}
body main section.experience .komatta_wrap .kainushi ul {
  margin-top: 2rem;
  margin-right: 10%;
}
body main section.experience .komatta_wrap .kainushi ul::before {
  bottom: -20px;
  right: -20px;
}
@media screen and (max-width: 600px) {
  body main section.experience .komatta_wrap .kainushi ul::before {
    right: 25%;
    bottom: -40px;
  }
}
body main section.experience .komatta_wrap .kainushi ul::after {
  bottom: -40px;
  right: -40px;
}
@media screen and (max-width: 600px) {
  body main section.experience .komatta_wrap .kainushi ul::after {
    right: 20%;
    bottom: -60px;
  }
}
body main .about_disease.row {
  margin-bottom: 300px;
}
@media screen and (max-width: 1000px) {
  body main .about_disease.row {
    display: block;
    margin-bottom: 100px;
  }
  h2.message.fadeIncontents.kiwi.fadeIn {
    margin-bottom: 100px;
  }
}
body main .about_disease.row .what {
  width: 65%;
  color: #fff;
  background-color: #eb7171;
  border: 3px solid #bb5f5f;
  padding: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: left;
  -webkit-box-shadow: 0px 3px 0px #c5c5c5;
          box-shadow: 0px 3px 0px #c5c5c5;
}
@media screen and (max-width: 1000px) {
  body main .about_disease.row .what {
    padding: 50px;
    width: 75%;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  body main .about_disease.row .what {
    padding: 10px;
    width: 100%;
  }
}
body main .about_disease.row .what .row {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  body main .about_disease.row .what .row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
body main .about_disease.row .what .row h3 {
  font-size: 3rem;
  display: inline-block;
  vertical-align: text-bottom;
}
@media screen and (max-width: 600px) {
  body main .about_disease.row .what .row h3 {
    font-size: 2rem;
  }
}
body main .about_disease.row .what .row span {
  display: block;
  margin-top: auto;
  margin-bottom: 10px;
  margin-left: 2%;
}
@media screen and (max-width: 600px) {
  body main .about_disease.row .what .row span {
    margin-left: 0;
    margin-right: auto;
    padding-left: 20px;
  }
}
@media screen and (max-width: 350px) {
  body main .about_disease.row .what .row span {
    margin-left: auto;
    margin-right: 0;
  }
}
body main .about_disease.row .what dl {
  margin-bottom: 20px;
  color: rgb(119, 119, 119);
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  body main .about_disease.row .what dl {
    margin-left: auto;
    margin-right: auto;
  }
}
body main .about_disease.row .what dl dt {
  color: #bb5f5f;
  font-weight: 500;
}
body main .about_disease.row .what dl dd {
  margin-right: auto;
  margin-left: auto;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}
@media screen and (max-width: 600px) {
  body main .about_disease.row .what dl dd {
    font-size: 1.2rem;
    line-height: 2;
  }
}
body main .about_disease.row .what p {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 600px) {
  body main .about_disease.row .what p {
    font-size: 1.4rem;
  }
}
body main .about_disease.row .what p span {
  display: block;
}
body main .about_disease.row .syoujou {
  width: 30%;
}
@media screen and (max-width: 1000px) {
  body main .about_disease.row .syoujou {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  body main .about_disease.row .syoujou {
    width: 90%;
  }
}
body main .about_disease.row .syoujou p {
  border-bottom: 2px solid #f1b8b8;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #eb5858;
}
body main .about_disease.row .syoujou ul {
  width: 95%;
  margin-top: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: contents;
}
body main .about_disease.row .syoujou ul li {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 3px solid #eb7171;
  border-radius: 3px;
  margin-bottom: 20px;
  color: #eb7171;
  font-weight: 500;
  -webkit-box-shadow: 0px 3px 0px #c5c5c5;
          box-shadow: 0px 3px 0px #c5c5c5;
}
body main .message {
  font-size: 3rem;
  margin-bottom: 300px;
}
@media screen and (max-width: 600px) {
  body main .message {
    font-size: 1.5rem;
    margin-bottom: 100px;
  }
}
body main .induce {
  margin-bottom: 500px;
}
@media screen and (max-width: 600px) {
  body main .induce {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 800px) {
  body main .induce > .row {
    display: block;
  }
}
body main .induce > .row figure {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  body main .induce > .row figure {
    display: block;
  }
}
body main .induce > .row figure img {
  width: 20%;
  height: auto;
}
body main .induce > .row figure figcaption {
  color: #ffa2ac;
}
body main .induce > .row figure figcaption p {
  font-weight: 500;
}
body main .induce > .row figure figcaption p:first-child {
  font-size: 2.2rem;
}
body main .induce > .row figure figcaption p:last-child {
  font-size: 3rem;
}
body main .induce > .row div {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  body main .induce > .row div {
    width: 100%;
  }
}
body main .induce > .row div .btn {
  margin-bottom: 30px;
}
body main .induce > .row div .btn:hover {
  color: #fff;
}
body main .induce > .row div .kojin {
  border-color: #189829;
  color: #189829;
}
body main .induce > .row div .kojin:hover {
  background-color: #189829;
}
body main .induce > .row div .hos {
  border-color: #0d8abb;
  color: #0d8abb;
}
body main .induce > .row div .hos:hover {
  background-color: #0d8abb;
}
body main .induce .pdf {
  margin-top: 45px;
  background-color: #ffa0a0;
  padding: 30px 0 30px 0;
  border-radius: 20px;
}
body main .induce .pdf p {
  text-decoration: underline;
  color: #fff;
}
body main .induce .pdf p a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body main .induce .pdf p a:hover {
  color: #f5ffa4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body main .induce #news {
  width: 60%;
  border: 2px solid #2d75b3;
  padding: 30px;
  margin-top: 30px;
  text-align: left;
  border-radius: 10px;
}
body main .induce #news h3 {
  border-bottom: 3px dotted #2d75b3;
  font-weight: 600;
  color: #2d75b3;
}
@media screen and (max-width: 800px) {
  body main .induce #news {
    width: 100%;
  }
}
body main section#hos_guid f h2 {
  font-size: 5rem;
}
@media screen and (max-width: 600px) {
  body main section#hos_guid f h2 {
    font-size: 3rem;
  }
}
body main section#hos_guid .index {
  border-top: 1px solid rgb(228, 228, 228);
  border-bottom: 1px solid rgb(228, 228, 228);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
body main section#hos_guid .index li {
  text-align: left;
  width: 80%;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .index li {
    width: 88%;
  }
}
body main section#hos_guid .index li a {
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .index li a {
    font-size: 1.4rem;
  }
}
body main section#hos_guid .index li a:before {
  content: "";
  display: inline-block;
  background: url(../img/ashiato.png);
  background-size: cover;
  width: 50px;
  height: 45px;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 1000px) {
  body main section#hos_guid .index li a:before {
    width: 27px;
    height: 25px;
  }
}
body main section#hos_guid .index li:nth-of-type(1) a:before {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
body main section#hos_guid .index li:nth-of-type(2) a:before {
  -webkit-transform: rotate(332deg);
          transform: rotate(332deg);
}
body main section#hos_guid .index li:nth-of-type(3) a:before {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
body main section#hos_guid .tab_wrapper {
  position: relative;
}
body main section#hos_guid .tab_wrapper .tab_index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  float: left;
  top: -40px;
  left: 0px;
  right: 0px;
  z-index: 5;
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .tab_wrapper .tab_index {
    width: 100%;
    right: 0;
    left: 0;
  }
}
body main section#hos_guid .tab_wrapper .tab_index li {
  background-color: #cdcdcd;
  border-radius: 10px 10px 0px 0px;
  width: 20%;
  border: 2px solid #ffffff;
  border-bottom: none;
  border-collapse: collapse;
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .tab_wrapper .tab_index li {
    width: 20%;
  }
}
body main section#hos_guid .tab_wrapper .tab_index li a {
  display: block;
  color: #fff;
  text-decoration: none;
  word-break: keep-all;
  line-height: 1;
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  body main section#hos_guid .tab_wrapper .tab_index li a {
    font-size: 1.2rem;
    padding: 10px;
  }
}
body main section#hos_guid .tab_wrapper .tab_index li a span {
  display: none;
}
body main section#hos_guid .tab_wrapper .tab_area {
  margin-bottom: 50px;
  padding-bottom: 100px;
  border: 2px solid transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #cdcdcd;
          box-shadow: inset 0px 0px 0px 2px #cdcdcd;
}
body main section#hos_guid .tab_wrapper .tab_area h3 {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 2.5rem;
  margin: 50px 0px 50px;
}
@media screen and (max-width: 888px) {
  body main section#hos_guid .tab_wrapper .tab_area h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .tab_wrapper .tab_area h3 {
    margin-bottom: 0;
  }
}
body main section#hos_guid .tab_wrapper #about.tab_area {
  position: relative;
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .tab_wrapper #about.tab_area {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .tab_wrapper #about.tab_area h3 {
    font-size: 1.6rem;
  }
}
body main section#hos_guid .tab_wrapper #about.tab_area h3 .small {
  font-size: 1.4rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .tab_wrapper #about.tab_area h3 .small {
    font-size: 1.6rem;
  }
}
body main section#hos_guid .tab_wrapper #about.tab_area .wrapper {
  width: 80%;
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .tab_wrapper #about.tab_area .wrapper {
    width: 90%;
  }
}
body main section#hos_guid .tab_wrapper #about.tab_area .wrapper .text {
  display: inline-block;
  width: 60%;
  background-color: #fdf8ff;
  padding: 60px;
  text-align: justify;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .tab_wrapper #about.tab_area .wrapper .text {
    width: 100%;
    padding: 25px;
  }
}
@media screen and (max-width: 450px) {
  body main section#hos_guid .tab_wrapper #about.tab_area .wrapper .text {
    padding-bottom: 75px;
    font-size: 1.4rem;
  }
}
body main section#hos_guid .tab_wrapper #about.tab_area .wrapper img {
  float: right;
  max-height: 320px;
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .tab_wrapper #about.tab_area .wrapper img {
    width: 80px;
    position: absolute;
    bottom: 15px;
    right: 20px;
  }
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .tab_wrapper #kensa.tab_area h3 {
    padding-bottom: 20px;
  }
}
body main section#hos_guid .tab_wrapper #kensa.tab_area .kensa_text {
  width: 90%;
  text-align: left;
}
body main section#hos_guid .tab_wrapper #kensa.tab_area .kensa_text .pdf {
  margin-top: 45px;
}
body main section#hos_guid .tab_wrapper #kensa.tab_area .kensa_text .pdf p {
  text-decoration: underline;
  color: #1a5bed;
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .tab_wrapper #kensa.tab_area .kensa_text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .tab_wrapper #step.tab_area .row {
    display: block;
  }
}
body main section#hos_guid .tab_wrapper #step.tab_area .row .step {
  width: 25%;
  border: 3px solid rgb(113, 201, 228);
  padding: 20px 10px;
  aspect-ratio: 4/5;
  position: relative;
  border-radius: 40px;
}
@media screen and (max-width: 1000px) {
  body main section#hos_guid .tab_wrapper #step.tab_area .row .step {
    width: 30%;
    aspect-ratio: 2/2.5;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .tab_wrapper #step.tab_area .row .step {
    width: 60%;
    max-width: 300px;
    aspect-ratio: 2/2.5;
    margin-bottom: 70px;
  }
}
body main section#hos_guid .tab_wrapper #step.tab_area .row .step:nth-of-type(1) {
  position: relative;
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .tab_wrapper #step.tab_area .row .step:nth-of-type(1)::after {
    content: "";
    width: 50px;
    height: 50px;
    border: 25px solid transparent;
    border-top: 25px solid #71c9e4;
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
    position: absolute;
    bottom: -50px;
    right: calc(50% - 25px);
  }
}
body main section#hos_guid .tab_wrapper #step.tab_area .row .step:nth-of-type(2) {
  position: relative;
}
body main section#hos_guid .tab_wrapper #step.tab_area .row .step:nth-of-type(2)::before {
  content: "";
  width: 50px;
  height: 50px;
  border: 25px solid transparent;
  border-left: 25px solid #71c9e4;
  position: absolute;
  left: calc(-4.16% - 53px);
  top: calc(50% - 25px);
}
@media screen and (max-width: 1000px) {
  body main section#hos_guid .tab_wrapper #step.tab_area .row .step:nth-of-type(2)::before {
    left: calc(-1.66% - 30px);
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .tab_wrapper #step.tab_area .row .step:nth-of-type(2)::before {
    display: none;
  }
}
body main section#hos_guid .tab_wrapper #step.tab_area .row .step:nth-of-type(2)::after {
  content: "";
  width: 50px;
  height: 50px;
  border: 25px solid transparent;
  border-left: 25px solid #71c9e4;
  position: absolute;
  right: calc(-4.16% - 75px);
  top: calc(50% - 25px);
}
@media screen and (max-width: 1000px) {
  body main section#hos_guid .tab_wrapper #step.tab_area .row .step:nth-of-type(2)::after {
    right: calc(-1.66% - 43px);
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .tab_wrapper #step.tab_area .row .step:nth-of-type(2)::after {
    border-left: 25px solid transparent;
    border-top: 25px solid #71c9e4;
    bottom: -50px;
    top: inherit;
    right: calc(50% - 25px);
  }
}
body main section#hos_guid .tab_wrapper #step.tab_area .row .step:last-of-type img {
  width: 90%;
  height: auto;
}
body main section#hos_guid .tab_wrapper #step.tab_area .row .step .step_num {
  font-size: 10rem;
  line-height: 0;
  position: absolute;
  top: 0;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  -webkit-text-stroke: 2px #fca800;
}
@media screen and (max-width: 888px) {
  body main section#hos_guid .tab_wrapper #step.tab_area .row .step .step_num {
    font-size: 8rem;
  }
}
body main section#hos_guid .tab_wrapper #step.tab_area .row .step img {
  width: 42%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  body main section#hos_guid .tab_wrapper #step.tab_area .row .step img {
    max-height: 290px;
    height: 60%;
    width: auto;
  }
}
body main section#hos_guid .tab_wrapper #step.tab_area .row .step p:nth-of-type(2) {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 23px;
  left: 24px;
  right: 24px;
}
@media screen and (max-width: 1000px) {
  body main section#hos_guid .tab_wrapper #step.tab_area .row .step p:nth-of-type(2) {
    width: 96%;
    right: 1%;
    left: 1%;
    line-height: 1.3;
  }
}
body main section#hos_guid .tab_wrapper #document.tab_area h3 {
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .tab_wrapper #document.tab_area h3 {
    padding-bottom: 20px;
  }
}
body main section#hos_guid .tab_wrapper #document.tab_area p {
  margin: 0 0 30px;
}
@media screen and (max-width: 600px) {
  body main section#hos_guid .tab_wrapper #document.tab_area p {
    margin: 0 20px 30px;
  }
}
body main section#hos_guid .tab_wrapper #document.tab_area ol li {
  width: 90%;
  text-align: left;
  margin-bottom: 1rem;
}
body main section#hos_guid .tab_wrapper #document.tab_area ol li a {
  padding-left: 10px;
}
body main .last_message p {
  margin-bottom: 100px;
  margin-top: 200px;
}
@media screen and (max-width: 1000px) {
    body main .last_message p {
        margin-top: 100px;
    }
}
body main .last_message .btn {
  background-color: #fca800;
  color: #fff;
  border: none;
}
@media screen and (max-width: 600px) {
  body main .last_message .btn {
    margin-bottom: 30px;
  }
}
body main .last_message .btn:hover {
  background-color: #e39e15;
}
body main aside.pr {
  margin-top: 200px;
}
body main aside.pr .row img {
  width: 32%;
}
@media screen and (max-width: 375px) {
  body main aside.pr .row {
    display: block;
  }
  body main aside.pr .row img {
    margin-top: 20px;
    width: 70%;
  }
}/*# sourceMappingURL=style.css.map */