@charset "utf-8";

/* 共通 ---------------------------------- */

/* btn_list-1column1 ---------- */
ul.btn_list_col1 {
  list-style: none;
}
ul.btn_list_col1 li {
  background-color: #fff;
  margin-bottom: 2em;
}
ul.btn_list_col1 li:last-child {
  margin-bottom: 0;
}
ul.btn_list_col1 li a {
  display: block;
  width: 1000px;
  height: 180px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #fff;
  box-sizing: border-box;
}
ul.btn_list_col1 .btn_list_tit_bg {
  display: block;
  position: relative;
  top: -145px;
  width: 320px;
  height: 70px;
  background-color: rgba(69,146,38,.85);
}
ul.btn_list_col1 p.btn_list_tit {
  position: relative;
  top: -210px;
  width: 300px;
  color: #fff;
  font-size: 1.8rem;
  text-indent: 15px;
}
ul.btn_list_col1 p.btn_list_tit span {
  display: block;
  border-top: 1px solid #fff;
  font-size: 1.2rem;
  margin-top: 5px;
  padding-top: 5px;
}
ul.btn_list_col1 .btn_list_btn {
  color: #fff;
  display: block;
  position: relative;
  top: -195px;
  left: 770px;
  width: 180px;
  background-color: #005794;
  text-align: center;
  padding: 8px;
}

/* btn_list-1column2 ---------- */
ul.btn_list_col2 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.btn_list_col2 li {
  background-color: #fff;
  margin-bottom: 2em;
}
ul.btn_list_col2 li a {
  display: block;
  width: 490px;
  height: 200px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #fff;
  box-sizing: border-box;
}
ul.btn_list_col2 li a:hover:before {
  transform: scale(1.3);
  opacity: .7;
}
ul.btn_list_col2 .btn_list_tit_bg {
  display: block;
  position: relative;
  top: -160px;
  width: 240px;
  height: 70px;
  background-color: rgba(69,146,38,.85);
}
ul.btn_list_col2 p.btn_list_tit {
  position: relative;
  top: -225px;
  width: 230px;
  color: #fff;
  font-size: 1.8rem;
  text-indent: 15px;
}
ul.btn_list_col2 p.btn_list_tit span {
  color: #8ecc66;
  display: block;
  border-top: 1px solid #fff;
  font-size: 1.2rem;
  margin-top: 5px;
  padding-top: 5px;
}

/* 栄養ケア・ステーションタイトル */
ul.btn_list_col2 li:nth-child(4) p.btn_list_tit {
  font-size: 1.6rem;
}
ul.btn_list_col2 .btn_list_btn {
  color: #fff;
  display: block;
  position: relative;
  top: -175px;
  left: 330px;
  width: 135px;
  background-color: #459226;
  text-align: center;
  padding: 5px;
}

/* btn_list_col 共通 */
ul.btn_list_col1 li a:before,
ul.btn_list_col2 li a:before {
  position: relative;
  content: "";
  display: block;
  width: auto;
  height: 100%;
  top: 0;
  background-size: cover;
  transition: all .4s ease-out;
}
ul.btn_list_col1 li a:hover:before,
ul.btn_list_col2 li a:hover:before {
  transform: scale(1.05);
  opacity: .7;
}

/* ＞を表示 */
.btn_list_btn:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  vertical-align: middle;
  margin: -3px 12px 0 0;
}
ul.btn_list_col2 li:last-of-type .btn_list_btn:before {
  display: none;
}

/* 別窓を表示 */
.btn_list_btn2:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f35d';
  margin: 0 0 0 5px;
  font-weight: 600;
}

/* btn_list_col 背景イメージ ------------------ */
ul.btn_list_col2 li:nth-child(1) a:before {
  background: url("../images/pharmacy.png") no-repeat center center;
}
ul.btn_list_col2 li:nth-child(2) a:before {
  background: url("../images/care-welfare.png") no-repeat center center;
}

/* コンテンツ共通 ---------- */
 h3.h3_business {
  /*color: #005794;*/
  color: #459226;
  width: 80%;
  font-size: 4.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding-top: 40px;
  margin-bottom: 20px;
}
h4.h4_business {
  background-color: #fff;
  border-left: solid 5px #459226;
  box-shadow: 3px 2px 5px rgba(0,0,0,.2);
  padding: 0 0 1px 0.75em;
  margin-bottom: 1em;
}
.business_wrap h4 span {
  font-size: 1.6rem;
  font-weight: normal;
}
.headline {
  color: #8ecc66;
  font-size: 2rem;
  margin-bottom: 2em;
  filter: drop-shadow(0px 0px 7px rgba(255, 255, 255, 1));
}
.headline_img {
  position: relative;
  top: -270px;
  left: 460px;
  display: inline;
  z-index: -1;
}
p.headline_text {
  margin-top: -250px;
}
.h4_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.h4_wrap:last-of-type {
  margin-bottom: 0;
}
.h4_img {
  width: 48%;
  height: auto;
}
.h4_img video {
  border-radius: 10px;
}
.h4_text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
.h4_text p {
  width: 80%;
  line-height: 1.75em;
}
.h4_text dl {
  width: 80%;
}
.h4_text dl h5 {
  padding-bottom: 0.5em;
}
.h4_text dl dd {
  margin-bottom: 1em;
}
ul.li_relation {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
ul.li_relation li {
  width: 32%;
  margin: 0 0.5% 1em;
}
ul.li_relation li a {
  display: grid;
  border: #ccc 1px solid;
  box-sizing: border-box;
}
ul.li_relation li a[target="_blank"]:after {
  content: none;
}
ul.li_relation li img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* レスポンシブ ---------------------------------- */
@media (max-width: 1024px) {
  .headline_img {
    left: calc(100% - 540px - -6%);
  }
}

@media (max-width: 896px) {}

@media (max-width: 768px) {
  /* btn_list-1column1 ---------- */
  ul.btn_list_col1 li a:before {
    background-position: 15% center !important;
  }
  ul.btn_list_col1 li a {
    width: 100%;
  }
  ul.btn_list_col1 .btn_list_btn {
    top: -167px;
    left: 494px;
  }
  ul.btn_list_col2 li {
    width: 49%;
  }
  ul.btn_list_col2 li a {
    width: auto;
  }
  ul.btn_list_col2 .btn_list_btn {
    top: -160px;
    left: 57%;
  }
  ul.btn_list_col2 li:nth-child(1) a:before {
    background-position: 86% center !important;
  }
  ul.btn_list_col2 li:nth-child(2) a:before {
    background-position: 60% center !important;
  }
  ul.btn_list_col2 li:nth-child(3) a:before {
    background-position: 94% center !important;
  }
  ul.btn_list_col2 li:nth-child(4) a:before {
    background-position: 84% center !important;
  }
  ul.btn_list_col2 li:nth-child(5) a:before {
    background-position: 85% center !important;
  }
  ul.btn_list_col2 li:nth-child(6) a:before {
    background-position: 84% center !important;
  }

  /* 事業内容 */
  h3.h3_business {
    padding-top: 60px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  p.headline_text {
    margin-top: -260px;
  }
  .headline_img {
    top: -270px;
    width: auto;
  }
  p.headline .br_sp {
    display: block;
  }
}

@media (max-width: 480px) {
  /*btn_list*/
  ul.btn_list_col2 {
    display: inline;
    flex-wrap: inherit;
    justify-content: normal;
  }
  ul.btn_list_col2 li {
    width: auto;
  }
	ul.btn_list_col2 li:last-child {
		margin-bottom: 0;
	}
  ul.btn_list_col1 li a,
  ul.btn_list_col2 li a {
    width: auto;
    height: 180px;
  }
  ul.btn_list_col2 li a:before {
    background-position: right center !important;
  }
  ul.btn_list_col1 .btn_list_tit_bg,
  ul.btn_list_col2 .btn_list_tit_bg {
    top: -58px;
    width: auto;
    height: 58px;
  }
  ul.btn_list_col1 p.btn_list_tit,
  ul.btn_list_col2 p.btn_list_tit {
    top: -114px;
    width: auto;
  }
  ul.btn_list_col1 p.btn_list_tit span,
  ul.btn_list_col2 p.btn_list_tit span {
    margin-top: 3px;
    padding-top: 2px;
  }
  ul.btn_list_col1 .btn_list_btn,
  ul.btn_list_col2 .btn_list_btn {
    top: -134px;
    left: calc(100% / 2 - -2.5em);
    text-align: right;
    width: 8.5em;
    padding: 0;
    background: none;
  }
	ul.btn_list_col2 li:last-of-type .btn_list_btn {
  background: none;
	}
	
  /* business */
  h2 {
    filter: drop-shadow(2px 2px 3px rgba(255,255,255,1));
  }
  h3.h3_business{
    width: 100%;
    font-size: 2.4rem;
    padding-top: 170px;
  }
  .headline {
    font-size: 1.8rem;
  }
  p.headline_text {
    margin-top: -210px;
  }
  .headline_img {
    top: -350px;
    left: calc(100% - 405px - -6%);
    width: auto;
    height: 180px;
  }
  .h4_wrap {
    display: inherit;
    justify-content: flex-start;
  }
  .business_wrap h4 span {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .h4_img {
    width: 100%;
    padding-bottom: 0.5em;
  }
  .h4_text {
    width: 100%;
  }
  .h4_text dl,
  .h4_text p {
    width: auto;
  }
  ul.li_relation li {
    width: auto;
  }
  ul.li_relation li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 375px) {}
@media (max-width: 320px) {}