@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  line-height: 1;
  padding: 0 auto;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
footer {
  padding: 50px 0 20px;
  display: flex;
  justify-content: center;
}
footer p {
  font-size: 1.25rem;
}

li {
  list-style: none;
}
p, h1, h2, h3, span {
  font-size: 1.4rem;
  text-align: justify;
  margin: 0;
  line-height: 1.6;
}
h2{
    font-size: 2rem;
    color: #1b8253;
    padding: 20px 0;
}
p li button {
  font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
ul {
  padding: 0;
}
.pt-10{
    padding-top: 10px;
}
.pt-20{
      padding-top: 20px; 
}
.pt-30{
      padding-top: 30px; 
}
.pt-40{
      padding-top: 40px; 
}
.pt-50{
      padding-top: 50px; 
}
main {
  flex: 1;
}
main img {
  width: 100%;
  height: auto;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
#contents {
}
.mar-style {
  width: 90%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.mar-style img {
  width: 380px;
  height: auto;
  margin: 20px 0;
}
.wide-style {
  width: 100%;
}
.breadSection {
  display: flex;
  padding: 10px 0;
}
.breadSection li {
  padding-right: 10px;
}
.btn{
    background-color: #1b8253;
    width: 50%;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 10px;
}
.btn:hover{
    opacity: 0.5;
    transition: 0.6s;
}
.btn p{
    text-align: center;
    color: #fff;
    padding: 5px 10px;
}
.main-copy {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-copy {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background-color: #1b8253;
}
.main-copy p {
  position: absolute;
  font-family: serif;
  font-weight: bold;
  font-size: 3vw;
  color: #fff;
  text-shadow: 0px 0px 8px #000;
  padding: 0;
  padding-right: 40px;
}
.sub-copy p {
  position: absolute;
  font-family: serif;
  font-weight: bold;
  font-size: 2vw;
  color: #fff;
  text-shadow: 0px 0px 8px #000;
  padding: 0;
  padding-right: 40px;
}
.info-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-01, .info-02, .info-03 {
  width: 33.333%;
  padding: 50px 20px;
}
.midashi {
  font-size: 2rem;
  text-align: center;
  margin: 20px 0;
}
.midashi-info {
  font-size: 2.5rem;
  color: #1b8253;
  text-align: center;
  padding: 20px 0;
}
.info-honbun {
  padding-bottom: 30px;
}
.icon-01, .icon-02, .icon-03 {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  margin: 0 auto;
}
.icon-01{
      border: 2px solid #8ec5d2;
}
.icon-02{
      border: 2px solid #accb6b;
}
.icon-03{
      border: 2px solid #ce6363;
}
.icon-01:before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url(../img/icon-01.png);
  background-size: contain;
  vertical-align: middle;
}
.icon-02:before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url(../img/icon-02.png);
  background-size: contain;
  vertical-align: middle;
}
.icon-03:before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url(../img/icon-03.png);
  background-size: contain;
  vertical-align: middle;
}
.bg-grn {
  background-color: #c3ded2;
  margin-bottom: 50px;
}
.over_midashi {
  font-size: 2.5rem;
  border-bottom: 1px solid #1b8253;
}

 .sub-title{
        text-align: center;
     padding-bottom: 20px;
    }
.reha-wrap{
    display: flex;
    flex-direction: row;
}
.reha-img img{
    margin: 0px 20px 0 0;
}

ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 0;
}
ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 20px;
}
a {
    text-decoration: none;
}
.fas{
    margin-right: 5px;
    color: #1b8253;
}
.li-title {
  width: 10%;
  margin: 0 50px 0 0;
}
.li-bg {
  background-color: #f0f0f0;
}
#test {}
#test img {
  width: 300px;
  height: auto;
}
.img-test {
  filter: brightness(160%);
  filter: saturate(180%);
  filter: contrast(160%);
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .mar-style {
    width: 90%;
    margin: 0 auto;
  }
  .mar-style img {
    width: 100%;
    height: auto;
  }
  .main-copy {
    justify-content: center;
  }
  .main-copy p, .sub-copy p {
    font-size: 6vw;
    padding: 0 20px;
  }
  .info-01, .info-02, .info-03 {
    width: 100%;
    padding: 20px 0px;
  }
  .midashi-info {
    padding: 20px 20px;
  }
  .li-title {
    width: 5%;
    margin: 0 20px 0 0;
  }
    .sub-wrap{
    padding-top: 20px;
}
    .sub-title{
        text-align: left;
        padding-bottom: 0;
    }
    .reha-wrap{
    flex-direction:column;
}
    .reha-wrap p{
        padding-top: 20px;
    }
}