@charset "UTF-8";
/* メインメニュー */
.mainMenu__inner {
  margin: auto;
}

.mainMenu__list {
  display: table;
  width: 100%;
  border-top: solid 1px white;
}

.mainMenu__list__item {
  display: table-cell;
  vertical-align: top;
  width: 25%;
  box-sizing: border-box;
  border-left: solid 1px white;
}

.mainMenu__list__item {
  border-left: solid 1px white;
}

.mainMenu__list__item:first-child {
  border-left: none;
}

.mainMenu__list__item a {
  position: relative;
  color: white;
  display: block;
  transition: all .3s;
}

.mainMenu__list__item a:hover {
  opacity: .75;
}

.mainMenu__list__item img {
  vertical-align: bottom;
  width: 100%;
}

.mainMenu__list__text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: table;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  background: rgba(0, 47, 95, 0.5);
  box-sizing: border-box;
  letter-spacing: .04em;
}

.mainMenu__list__text span {
  display: table-cell;
  vertical-align: middle;
}

.section__inner {
  width: 1000px;
  margin: auto;
}

.section__title {
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  padding: 16px 0;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
}

.section__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100px;
  height: 2px;
  margin-left: -50px;
  content: '';
  background: #002f5f;
}

.infoList {
  letter-spacing: -.5em;
  text-align: left;
}

.infoList__item {
  list-style: none;
  padding: 17px 20px;
  border-bottom: 1px solid #dcdcdc;
  letter-spacing: normal;
}

.infoList__date {
  font-weight: bold;
  padding: 10px;
  font-size: 14px;
}

.infoList__title {
  text-decoration: none;
  color: #000000;
  margin-left: 20px;
  margin-right: 7px;
  font-size: 14px;
}

.infoList__title:hover {
  border-bottom: 1px solid #000000;
}

.infoList__parathecno,
.infoList__bed {
  color: #ffffff;
  background-color: #002f5f;
  width: 120px;
  height: 20px;
  display: inline-block;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
  margin-left: 12px;
}

.infoList__parathecno {
  background-color: #7986cb;
}

.section__inner__showListBox {
  text-align: center;
  margin-top: 30px;
}

.section--info__showList {
  box-sizing: border-box;
  border: 1px solid #2c9cc4;
  padding: 9px 55px;
  display: inline-block;
  position: relative;
  color: #2c9cc4;
  min-width: 220px;
  transition: background .3s;
}

.groupNews_link::after,
.section--info__showList::after {
  content: "";
  background: url("/cms/pc/img/common/icon-arrow-02.png");
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
  display: block;
  position: absolute;
  top: 40%;
  left: 75%;
}

.groupNews_link--bed::after {
  left: 81%;
}

.groupNews_link--parathecno::after {
  left: 73%;
}

.groupNews_link--careservice::after {
  left: 87%;
}

.groupNews_link:hover,
.section--info__showList:hover {
  background-color: #56c2e9;
  color: #ffffff;
}

.groupNews_link:hover::after,
.section--info__showList:hover:after {
  background: url("/cms/pc/img/common/icon-arrow-03.png");
  background-repeat: no-repeat;
}

.groupList {
  display: table;
  text-align: center;
  margin: 30px auto 0;
}

.groupList__item {
  display: table-cell;
  padding: 0 10px;
}

.section--info {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 50px;
}

.section--group {
  background-color: #cbebf0;
  height: 260px;
  padding-top: 20px;
  margin-top: 40px;
}

.section__inner__gropNewsBox {
  text-align: center;
  /* margin-top: 10px; */
  padding: 5px 0;
}

.groupNews_link {
  box-sizing: border-box;
  border: 1px solid #2c9cc4;
  padding: 14px;
  display: inline-block;
  position: relative;
  width: 360px;
  height: 40px;
  color: #2c9cc4;
  font-size: 14px;
  transition: .3s;
}

.section__inner--banner {
  margin-top: 40px;
}

.bannerList {
  letter-spacing: -.5em;
  margin-left: -10px;
  margin-right: -10px;
}

.banner__item {
  padding: 0 10px;
  display: inline-block;
  box-sizing: border-box;
  letter-spacing: normal;
}

/* .groupList__item__img,
 .banner__item__img {
   transition: 1.0s;
 }

 .groupList__item__img:hover,
 .banner__item__img:hover {
   opacity: 0.6;
 }
*/
.banner {
  transition: all .3s;
  display: block;
}

.banner:hover {
  opacity: .65;
}

/* メインビジュアル */
.heroArea {
  position: relative;
}

.hero__img {
  background-image: url("/cms/pc/img/top/hero-03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  background-position: center;
}

.hero__img {
  height: 400px !important;
}

.hero__img-1 {
  background-image: url("../img/top/hero-01.jpg");
}

.hero__img-2 {
  background-image: url("../img/top/hero-02.jpg");
}

.hero__img-3 {
  background-image: url("../img/top/hero-03.jpg");
}

.hero__img-4 {
  background-image: url("../img/top/hero-04.jpg");
}

.hero__img-5 {
  background-image: url("../img/top/hero-05.jpg");
}

.hero__img-6 {
  background-image: url("../img/top/hero-06.jpg");
}

.hero .slick-prev {
  background: url("../img/top/icon-arrow-l.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 2;
  width: 18px;
  height: 30px;
  border: none;
  text-indent: -3000em;
  margin-top: -15px;
  cursor: pointer;
}

.hero .slick-prev:focus {
  outline: none;
}

.hero .slick-prev:hover {
  opacity: 0.7;
}

.hero .slick-next {
  background: url("../img/top/icon-arrow-r.png") top left no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  z-index: 2;
  width: 18px;
  height: 30px;
  border: none;
  text-indent: -3000em;
  margin-top: -15px;
  cursor: pointer;
}

.hero .slick-next:focus {
  outline: none;
}

.hero .slick-next:hover {
  opacity: 0.7;
}

.slick-slider {
  position: relative;
}

.slick-slider ul {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
  height: 5px;
}

.slick-slider ul li {
  list-style-type: none;
  display: inline-block;
  height: 5px;
  margin-left: 3px;
  margin-right: 3px;
}

.slick-slider ul li.slick-active button {
  background-color: #56c2e9;
  opacity: 1;
}

.slick-slider ul li button {
  text-indent: -5000em;
  width: 40px;
  height: 5px;
  background-color: #efefef;
  opacity: 0.5;
  border: none;
  cursor: pointer;
}

.slick-slider ul li button:focus {
  outline: none;
}

.slick-slider ul li button:hover {
  opacity: 0.7;
}

.slick-arrow__wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: absolute;
  height: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
}

.slick-arrow__inner {
  position: relative;
  z-index: 2;
}

.slick-arrow {
  z-index: 3;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.slick-prev-2 {
  background: url("/cms/pc/img/top/icon-arrow-l.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 2;
  width: 18px;
  height: 30px;
  border: none;
  text-indent: -3000em;
  margin-top: -15px;
  cursor: pointer;
}

.slick-next-2 {
  background: url("/cms/pc/img/top/icon-arrow-r.png") top left no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  z-index: 2;
  width: 18px;
  height: 30px;
  border: none;
  text-indent: -3000em;
  margin-top: -15px;
  cursor: pointer;
}

.btnTop {
  min-width: 220px;
  padding: 8px 50px;
  background: white;
  box-sizing: border-box;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border: solid 1px #002f5f;
  position: relative;
  transition: background .3s;
  text-decoration: none;
  color: #002f5f;
  line-height: 1.6;
}

.btnTop--02 span {
  position: relative;
  padding: 0 20px;
}

.btnTop--02 span:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("/cms/pc/img/common/icon-arrow-02.png") center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.btnTop:hover {
  background: #002f5f;
  color: white;
}

.btnTop--02:hover span:after {
  background: url("/cms/pc/img/common/icon-arrow-03.png") center no-repeat;
}

.btnTop--wide {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 360px;
}

.newsTable {
  width: 100%;
  border: none;
  margin: 20px 0;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 14px;
}

.newsTable colgroup col:first-child {
  width: 140px;
}

.newsTable tr {
  border-bottom: solid 1px #dcdcdc;
}

.newsTable th, .newsTable td {
  padding: 10px;
}

.newsTable__date {
  text-align: center;
}

.newsTable__detail a {
  transition: border .3s;
  border-bottom: solid 1px transparent;
  text-decoration: none !important;
  color: #333;
}

.newsTable__detail a:hover {
  border-bottom: solid 1px #002f5f;
  color: #002f5f;
}

.newsTable__labelGroup {
  margin-left: -5px;
  margin-bottom: 4px;
  letter-spacing: -.5em;
}

.newsTable__labelGroup > .label, .newsTable__labelGroup > .icon {
  letter-spacing: normal;
}

.label {
  display: inline-block;
  text-align: center;
  min-width: 120px;
  font-size: 11px;
  line-height: 20px;
  color: white;
  background: gray;
}

.label--01 {
  background: #002f5f;
}

.label--02 {
  background: #7986cb;
}

.slick-dots li button {
  padding: 0;
}
