@charset "utf-8";

/*--------------------------------------
  ホームヘルプ（訪問介護）
--------------------------------------*/

/*--------------------------------------
  基本
--------------------------------------*/

/*========== ページヘッダー ==========*/

.page-header-title {
  background-image: url(../../../images/atatakaite/background_page-header_01.jpg);
}

@media print, screen and (max-width: 768px) {
  .page-header-title {
    font-size: 1.6rem;
    background-image: url(../../../images/atatakaite/background_page-header_02.jpg);
  }
}


/*========== セクションタイトル プライマリ ==========*/

@media print, screen and (max-width: 768px) {
  .section-title-primary {
    padding: 20px 0 0 45px;
    font-size: 1.5rem;
  }
}


/*========== イントロダクション ==========*/

.introduction {
  margin-bottom: 50px;
}

.introduction-title {
  margin-bottom: 30px;
}

.introduction-image {
  width: 100%;
  margin-bottom: 15px;
  border: 5px solid #fff;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, .25) 0 2.5px 5px;
}

.introduction-text {
  text-align: justify;
}

@media print, screen and (max-width: 768px) {
  .introduction {
    margin-bottom: 30px;
  }

  .introduction-title {
    margin-bottom: 15px;
  }
}


/*========== 特色 ==========*/

.feature {
  margin-bottom: 50px;
}

.feature-title {
  margin-bottom: 15px;
}

.feature-text {
  text-align: justify;
}

.feature-list {}

.feature-item {
  text-align: justify;
  padding-left: calc(1em + 5px);
  text-indent: calc(-1em - 5px);
}

.feature-item::before {
  content: "■";
  margin-right: 5px;
  color: #5f9b9b;
}

.feature-item:not(:last-of-type) {
  margin-bottom: 30px;
}

@media print, screen and (max-width: 768px) {
  .feature {
    margin-bottom: 30px;
  }

  .feature-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}


/*========== 詳しくはこちら ==========*/

.readmore {
  margin-bottom: 50px;
}

.readmore-title {
  margin-bottom: 15px;
}

.readmore-button {
  display: block;
  color: #287db9;
  font-weight: bold;
  text-decoration: underline;
}

.readmore-button-external::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-image: url(../../../images/common/icon_external_02.svg);
}

@media print, screen and (max-width: 768px) {
  .readmore {
    margin-bottom: 30px;
  }
}
