@charset "UTF-8";
body {
  line-height: 1.3;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "HiraginoSans-W3", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic Medium", Meiryo, sans-serif;
}

@media (max-width: 699px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 699px) {
  .sp {
    display: block !important;
  }
}

.note {
  font-size: 0.87em !important;
  margin-top: 0.5em !important;
}

@media (max-width: 699px) {
  .lh1sp {
    line-height: 21px !important;
    padding-top: 0.6em;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 699px) {
  .flex {
    display: block;
  }
}

.flex-ce {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-bt {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wr {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-alst {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

section {
  margin-top: 50px;
}

.ef-btn {
  border: 1px solid #0068b7;
  border-radius: 5px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ef-inq__btn {
  border-radius: 5px;
  background: #0068b7;
  color: #fff !important;
  position: relative;
  width: 100%;
  max-width: 684px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 27px;
  text-decoration: none;
  font-weight: 700;
  height: 70px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 699px) {
  .ef-inq__btn {
    font-size: 18px;
    height: 50px;
    width: 90%;
  }
}
.ef-inq__btn:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 4%;
  margin-top: -3px;
}
@media (max-width: 699px) {
  .ef-inq__btn:after {
    width: 8px;
    height: 8px;
    right: 6%;
  }
}

.att-effort {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 80px;
  font-size: 16px;
}
@media (max-width: 699px) {
  .att-effort {
    padding-top: 30px;
    margin-bottom: 40px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
.att-effort img {
  max-width: 100%;
}
.att-effort a {
  text-decoration: none;
  color: #0068b7;
}
.att-effort * {
  box-sizing: border-box;
  line-height: 1.8;
}
.att-effort p {
  margin: 1em 0;
}
@media (max-width: 699px) {
  .att-effort p {
    font-size: 14px;
  }
}
@media (max-width: 699px) {
  .att-effort p, .att-effort ul, .att-effort ol, .att-effort li, .att-effort dl, .att-effort dt, .att-effort dd {
    font-size: 14px;
  }
}

.ef-ttl {
  color: #0068b7;
  font-size: 26px;
  border-bottom: 2px solid #0068b7;
  padding-bottom: 0.5em;
  margin-bottom: 50px;
  font-weight: 700;
}
@media (max-width: 699px) {
  .ef-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.ef-ttl span {
  font-size: 20px;
}
@media (max-width: 699px) {
  .ef-ttl span {
    font-size: 16px;
  }
}

.ef-ttl4 {
  color: #0068b7;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 15px;
  display: inline;
  border-left: 4px solid #0068b7;
  border-right: 4px solid #0068b7;
}
@media (max-width: 699px) {
  .ef-ttl4 {
    font-size: 18px;
  }
}

.ef-kv {
  margin-bottom: 45px;
}
@media (max-width: 699px) {
  .ef-kv {
    margin-bottom: 38px;
  }
}

.ef-menu__ttl {
  color: #f15a40;
  font-size: 24px;
  border-bottom: 4px dotted #0068b7;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 0;
}
@media (max-width: 699px) {
  .ef-menu__ttl {
    font-size: 20px;
  }
}
.ef-menu__ttl span {
  font-size: 27px;
}
@media (max-width: 699px) {
  .ef-menu__ttl span {
    font-size: 23px;
  }
}
.ef-menu__links {
  margin-top: 25px;
}
.ef-menu__link {
  width: 32%;
  padding: 0 19px;
  color: #0068b7;
  position: relative;
}
@media (max-width: 699px) {
  .ef-menu__link {
    width: 100%;
    margin-bottom: 15px;
  }
}
.ef-menu__link span {
  font-size: 38px;
  color: #589ece;
  padding-right: 15px;
  padding-top: 0.1em;
}
@media (max-width: 699px) {
  .ef-menu__link span {
    font-size: 19px;
  }
}
.ef-menu__link:after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  display: block;
  position: absolute;
  top: 43%;
  right: 6%;
}
.ef-menu__block--phi {
  margin-top: 50px;
}
.ef-menu__block--phi .ef-menu__link {
  width: 38%;
  margin-right: 1.4%;
}
@media (max-width: 699px) {
  .ef-menu__block--phi .ef-menu__link {
    width: 100%;
  }
}

.block01 {
  margin-top: 98px;
}

.ef-subttl__cat {
  color: #f15a40;
  font-size: 13px;
  font-weight: 700;
}
@media (max-width: 699px) {
  .ef-subttl__cat {
    font-size: 12px;
  }
}
.ef-subttl__cat span {
  font-size: 15px;
}
@media (max-width: 699px) {
  .ef-subttl__cat span {
    font-size: 14px;
  }
}
.ef-subttl__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ef-subttl__txt {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #0068b7;
  padding: 0 22px 0 15px;
  background: #fffbc7;
  color: #0068b7;
  margin-right: 15px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 699px) {
  .ef-subttl__txt {
    font-size: 18px;
  }
  .ef-subttl__txt.l2 {
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
  }
}
.ef-subttl__txt span {
  font-size: 38px;
  color: #589ece;
  padding-right: 15px;
  padding-top: 0.1em;
}
@media (max-width: 699px) {
  .ef-subttl__txt span {
    font-size: 20px;
  }
}
.ef-subttl__subtxt {
  font-size: 24px;
  color: #0068b7;
  font-weight: 700;
}
@media (max-width: 699px) {
  .ef-subttl__subtxt {
    font-size: 18px;
  }
}

.ef-txt {
  line-height: 1.8;
}

.block01-img {
  margin: 45px auto 60px;
  width: 84%;
}
@media (max-width: 699px) {
  .block01-img {
    margin: 20px 0 30px;
    width: 100%;
  }
}

.ef-me {
  margin-bottom: 50px;
}
@media (max-width: 699px) {
  .ef-me {
    margin-bottom: 25px;
  }
}
.ef-me__list {
  padding-left: 0;
  margin-top: 23px;
}
@media (max-width: 699px) {
  .ef-me__list {
    margin-top: 0.5em;
    margin-bottom: 2em;
  }
}
.ef-me__list li {
  position: relative;
  list-style: none;
  display: block;
  margin-left: 1em;
}
.ef-me__list li:before {
  content: '・';
  position: absolute;
  left: -1em;
}
.ef-me__list__block {
  width: 44%;
}

.ef-ex__txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 699px) {
  .ef-ex__txt {
    font-size: 16px;
  }
}
.ef-ex .ef-btn {
  font-size: 18px;
  color: #0068b7;
  width: 255px;
  height: 55px;
  padding-left: 2%;
  position: relative;
  font-weight: bold;
}
@media (max-width: 699px) {
  .ef-ex .ef-btn {
    margin: auto;
    font-size: 14px;
    padding-left: 8%;
  }
}
.ef-ex .ef-btn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
}

.ef-plan {
  margin-top: 70px;
}
.ef-plan__ttl {
  font-size: 24px;
  color: #0068b7;
  text-align: center;
}
@media (max-width: 699px) {
  .ef-plan__ttl {
    font-size: 20px;
  }
}
.ef-plan p {
  text-align: center;
  margin-top: 0;
}

.ef-su__dl {
  margin-bottom: 2em;
  margin-top: 1em;
}
.ef-su__dl dt {
  font-size: 24px;
  border-bottom: 2px solid #f15a40;
  display: inline-block;
}
@media (max-width: 699px) {
  .ef-su__dl dt {
    font-size: 20px;
  }
}
.ef-su__dl dt span {
  font-size: 0.66em;
}
.ef-su__dl dd {
  margin: 0.5em 0 1em;
}
.ef-su__img02 {
  max-width: 325px;
}
.ef-su__img03 {
  max-width: 300px;
}
.ef-su__img04 {
  max-width: 440px;
}
.ef-su__img05 {
  max-width: 580px;
}
@media (max-width: 699px) {
  .ef-su__img02,
  .ef-su__img03 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .ef-su__img06 {
    margin-bottom: 38px;
  }
}
.ef-su__img06, .ef-su__img06-2 {
  max-width: 264px;
}
.ef-su__imgtxt strong {
  font-size: 18px;
}
.ef-su__innerbox {
  margin-top: 18px;
}
@media (max-width: 699px) {
  .ef-su__innerbox {
    margin-top: 38px;
  }
}

.ef-su-menu-note {
  display: block;
  padding-top: 0.5em;
}

.block03 .ef-txt {
  margin-bottom: 25px;
}
@media (max-width: 699px) {
  .block03 .ef-txt {
    margin-bottom: 0;
  }
}

.project {
  background: #f9f9f9;
  border-radius: 20px;
  padding: 50px 40px 40px;
  margin-top: 70px;
}
@media (max-width: 699px) {
  .project {
    padding: 20px;
    margin-top: 40px;
  }
}

.ef-pr__block {
  padding-bottom: 65px;
  margin-bottom: 45px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 699px) {
  .ef-pr__block {
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
}
.ef-pr__block03 {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 699px) {
  .ef-pr__block03 {
    padding-bottom: 10px;
  }
}
.ef-pr__lead {
  text-align: center;
  margin-bottom: 60px;
}
.ef-pr__ttl {
  color: #0068b7;
  font-size: 24px;
  border-bottom: 4px dotted #0068b7;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 10px;
}
@media (max-width: 699px) {
  .ef-pr__ttl {
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
.ef-pr__blockttl {
  font-size: 24px;
  border-bottom: 2px solid #f15a40;
  display: inline-block;
}
@media (max-width: 699px) {
  .ef-pr__blockttl {
    font-size: 20px;
    display: block;
    line-height: 1.4;
    margin-bottom: 0.8em;
  }
}
.ef-pr__table {
  max-width: 510px;
}
.ef-pr__table th {
  vertical-align: top;
  padding-right: 10px;
}
.ef-pr__table th p {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 699px) {
  .ef-pr__table th p {
    width: 60px;
    height: 60px;
    font-size: 12px;
  }
}
.ef-pr__table th p.mondai {
  background: #0068b7;
}
.ef-pr__table th p.kaiketu {
  background: #f15a40;
}
.ef-pr__table th p.kaiketu:after {
  border-color: transparent transparent transparent #f15a40;
}
.ef-pr__table th p:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #0068b7;
}
.ef-pr__table td {
  vertical-align: top;
}
.ef-pr__table td .ef-me__list {
  margin-top: 30px;
}
@media (max-width: 699px) {
  .ef-pr__table td .ef-me__list {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.ef-pr__blockleft {
  padding-right: 30px;
}
@media (max-width: 699px) {
  .ef-pr__blockleft {
    padding-right: 0;
  }
}
.ef-pr__img100 {
  margin-top: 45px;
}

.kaiketu__txt {
  font-weight: 700;
}

.sankaku {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 32.5px 0 32.5px;
  border-color: #e5e5e5 transparent transparent transparent;
  margin: 0 auto;
}
@media (max-width: 699px) {
  .sankaku {
    border-width: 22px 22.5px 0 22.5px;
    margin: 0 55%;
    margin-top: 13px;
  }
}
@media (min-width: 700px) {
  .sankaku.sankaku02 {
    margin-top: 30px;
  }
}

.ef-pr-kyodo {
  background: #fff;
  padding: 23px 25px 10px;
  border-radius: 20px;
  width: 100%;
  max-width: 325px;
  float: right;
  margin-bottom: 55px;
}
@media (max-width: 699px) {
  .ef-pr-kyodo {
    float: none;
    padding: 15px 20px 1px;
    margin-bottom: 17px;
    margin-top: 15px;
  }
}
.ef-pr-kyodo.kyodo01 {
  padding: 23px 50px 10px;
  margin-bottom: 35px;
}
@media (max-width: 699px) {
  .ef-pr-kyodo.kyodo01 {
    padding: 15px 20px 1px;
  }
}
.ef-pr-kyodo__ttl {
  font-size: 20px;
  font-weight: bold;
  color: #0068b7;
}
@media (max-width: 699px) {
  .ef-pr-kyodo__ttl {
    font-size: 18px;
  }
}
.ef-pr-kyodo__txt {
  font-size: 14px;
  margin-top: 0;
}
.ef-pr-kyodo__img {
  width: 100%;
  max-width: 377px;
}

.ef-inq-sec {
  text-align: center;
}
@media (max-width: 699px) {
  .ef-inq-sec {
    margin-top: 50px;
  }
  .ef-inq-sec .ef-inq {
    margin-top: 10px;
  }
}

.ef-inq__ttl {
  font-size: 24px;
  position: relative;
  color: #0068b7;
  padding-left: 90px;
  display: inline;
  font-weight: 700;
}
@media (max-width: 699px) {
  .ef-inq__ttl {
    font-size: 17px;
    padding-left: 70px;
  }
}
.ef-inq__ttl:before {
  content: "";
  width: 90px;
  height: 68px;
  background: url(/_var/hospital-attento/effort/img13.svg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: -30px;
}
@media (max-width: 699px) {
  .ef-inq__ttl:before {
    width: 76px;
    height: 58px;
  }
}
