@charset "UTF-8";
/* colors */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
/* お問い合わせボタン */
.care__btn-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #1fa848;
  padding: 0.5rem;
  text-decoration: none;
  color: #fff;
}
.care__btn-tel span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
}
.care__btn-tel .care__tel-number {
  font-size: 2rem;
  padding: 0 1rem;
}
.care__btn-tel .care__tel-number i {
  margin-right: 0.5rem;
}
.care__btn-tel:hover {
  color: #fff;
  cursor: default;
}

/*リンク*/
.link-wrap-center {
  display: block;
  text-decoration: none;
}

.link-wrap-center figure {
  overflow: hidden;
}

.link-wrap-center img {
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.link-wrap-center h3 {
  letter-spacing: 2px;
  font-size: 0.95rem;
  margin-top: 1rem;
  padding: 0 25px 0 5px;
  position: relative;
  line-height: 1.2;
}

.link-wrap-center h3:after {
  position: absolute;
  top: 50%;
  margin-top: -0.75rem;
  right: 5px;
  content: "\e9b2";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
}

.link-wrap-center:hover img {
  opacity: 0.7;
}

.link-wrap-center:hover h3:after {
  -webkit-animation: arrow 0.5s;
  animation: arrow 0.5s;
  content: "\e913";
  font-family: "icomoon";
  font-style: normal;
  -webkit-transform: rotate(0edg);
  -ms-transform: rotate(0edg);
  transform: rotate(0edg);
}

.link-wrap-center.link-green {
  color: #20ad48;
}

.link-wrap-center figcaption {
  color: #fff;
  background-color: #20ad48;
  padding: 0.5rem 0;
  font-size: 0.9rem;
  margin-top: 0.8rem;
}

/*ボタン*/
.btn.btn-md {
  width: 100%;
  height: 75px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: relative;
}

.btn.btn-md:after {
  content: "\e90d";
  font-family: "icomoon";
  font-size: 1.25rem;
  font-weight: normal;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1rem;
}

.btn.btn-md.arrow-right {
  width: auto;
  display: inline-block;
  height: auto;
  padding: 15px 45px 15px 30px;
  margin-top:  30px;
  color: #28a745;
}

.btn.btn-md.arrow-right::after {
  transform: rotate(-90deg)
}

.btn.btn-md.arrow-right.btn-success {
  border:2px solid #28a745;
  background: #fff;
}



.center .col-lg-2,
.center .col-sm-4 {
  padding-left: 0;
  padding-right: 0;
}

/*福祉用具*/
h1 {
  font-size: 2rem;
}

.list-none {
  list-style: none;
  padding-left: 0;
}

.list-none div {
  display: inline-block;
  float: left;
  margin-right: 15px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #28a745;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.list-none h3 {
  font-size: 1rem;
  line-height: 25px;
  position: absolute;
  left: 20%;
  top: 20%;
}

.list-none h3 span {
  font-size: 1.65rem;
}

.list-none p {
  width: 85%;
  float: left;
  margin-bottom: 0;
  margin-top: 10px;
}

.list-none p span {
  font-size: 0.75rem;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.bg-white {
  background: #fff;
  text-align: center;
  padding: 20px;
  height: 290px;
}

.bg-white p {
  font-size: 0.75rem;
  text-align: left;
  margin-bottom: 0;
}

.bg-white img {
  width: 35%;
}

.bg-white .btn {
  width: 100%;
  padding: 3px;
  font-size: 0.75rem;
  margin-top: 15px;
}

.line-box {
  padding: 15px;
  border: solid 2px #28a745;
  font-size: 0.85rem;
  font-weight: bold;
}

.renovation figcaption {
  padding: 5px;
  background: #ecece5;
  font-size: 0.75rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  /*福祉用具*/
  .list-none div {
    display: block;
    float: none;
    margin-right: 0;
    width: 100%;
    height: 40px;
    border-radius: 0;
    text-align: center;
  }

  .list-none h3 {
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 40%;
  }

  .list-none h3 br {
    display: none;
  }

  .list-none h3 span {
    font-size: 1rem;
    padding-left: 5px;
  }

  .list-none p {
    width: 100%;
    float: none;
  }
  .bg-white {
    height: auto;
  }
}

@media (max-width: 576px) {
  .has-padding.center {
    padding-top: 0;
  }
  .btn.btn-md {
    height: auto;
    border-left: none;
  }
  .center .btn br {
    display: none;
  }
}

.pdf-link {
  text-align: center;
  margin-top: 40px;
}

.care_border-1 {
  border: 2px solid #20ad48;
  padding-bottom: 2em;
  height: 100%;
}

.care_border-1 h3 {
  color: #fff;
  background-color: #20ad48;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
}

.care_border-1 h4 {
  color: #20ad48;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
}

.care_border-1 p {
  padding: 0 1rem 0 1rem;
  line-height: 1.75;
  text-align: left;
}

.care_border-1 h3.has-icon-circle {
  background: #fff;
  color: #222;
  font-weight: bold;
  font-size: 1rem;
}

.care_border-1 h3.has-icon-circle:before {
  background: #20ad48;
}

ol.list {
  text-align: left;
  margin: 0 1rem;
}

.col-md-auto span {
  padding: 0 1em;
}

.care_btn a span:after {
  content: "\e9b2";
  font-family: "icomoon";
  font-size: 1.75rem;
  font-weight: normal;
  position: relative;
  top: 5px;
  left: 1em;
}
.efforts_cnt {
    max-width: 920px;
    margin: 0 auto;
    & h2 {
        color: #FFFFFF;
        background-color: #20AD48;
        margin: 0 0 36px;
        padding: 21px 32px 16px;
        position: relative;
        cursor: pointer;
    }
    & h2::before,
    & h2::after {
        content: "";
        display: block;
        width: 25px;
        height: 4px;
        background-color: #FFFFFF;
        position: absolute;
        top: calc(50% - 2px);
        right: 26px;
        z-index: 1;
    }
    & h2::after {
        transform: rotate(-90deg);
        transition: all 0.6s;
    }
    & h2.active::after {
        transform: rotate(0);
    }
    & ul {
        display: flex;
        flex-wrap: wrap;
        gap: 26px 5%;
        list-style: none;
        padding: 0;
        overflow: hidden;
        max-height: 0;
        margin-bottom: 0;
        transition: all 0.4s ease;
        & li {
            width: 45%;
            padding: 0 0 0 29px;
            display: flex;
            gap: 20px;
            position: relative;
            color: #222222;
            a {
                color: inherit;
                margin-left: auto;
                min-width: 110px;
            }
        }
        & li::before {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            background-color: #20AD48;
            border-radius: 12px;
            top: 0.56em;
            left: 10px;
            position: absolute;
        }
    }
    & ul.active {
        max-height: 1000px;
        margin-bottom: 42px;
    }
    & * {
        box-sizing: border-box;
    }
}
@media (max-width: 768px) {
    .efforts_cnt {
        & ul {
            flex-direction: column;
            max-height: 0 !important;
            & li {
                width: 100%;
            }
        }
        & ul.active {
            max-height: initial !important;
        }
    }
    .page-title-wrap:has(+ .container .efforts_cnt) h1 {
        line-height: 1.2;
    }
}
