@charset "UTF-8";
/* top */
#page_homepage .ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
}
#page_homepage .ec-category__inner {
  margin-bottom: 70px;
}
#page_homepage footer {
  margin-top: 0px;
}

/* search */
.ec-topSearch {
  margin-bottom: 14px;
}
.ec-topSearch input,
.ec-topSearch button {
  outline: none;
}
.ec-topSearch input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.ec-topSearch .ec-topSearch__keyword {
  display: block;
  position: relative;
  max-width: 720px;
  width: 100%;
  margin: 20px auto 10px;
  border: 1px solid #333;
  border-radius: 10px;
}
.ec-topSearch .ec-topSearch__keyword input[type="search"] {
  width: 100%;
  height: 42px;
  background: #fff;
  margin: 0;
  padding: 0.5em 60px 0.5em 1.3em;
  color: #333;
  border: none;
  border-radius: 10px;
  font-size: 1.5rem;
}
.ec-topSearch .ec-topSearch__keywordBtn {
  display: block;
  position: absolute;
  background: #e60012;
  width: 44px;
  height: 44px;
  top: -1px;
  right: -1px;
  border: none;
  border-radius: 0 10px 10px 0/0 10px 10px 0;
  z-index: 1;
}
.ec-topSearch .ec-topSearch__keywordBtn .ec-icon {
  width: 16px;
  height: 20px;
  margin: 0 auto;
}
.ec-topSearch .ec-topSearch__keywordBtn .ec-icon img {
  width: 100%;
  height: 100%;
}
.ec-topSearch .ec-tagList {
  display: flex;
  align-items: start;
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.5rem;
}
.ec-topSearch .ec-tagList .ec-tagTitle {
  width: 80px;
  margin-top: 3px;
  margin-right: 3px;
  font-weight: bold;
}
.ec-topSearch .ec-tagList ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 83px);
}
.ec-topSearch .ec-tagList ul li {
  background: #f5f5f5;
  margin-bottom: 7px;
  margin-right: 10px;
  padding: 3px 12px 0px;
  border-radius: 12px/50%;
}

/* slider */
.ec-slider.slick-slider {
  margin-bottom: 40px;
}
.ec-slider__bnr {
  max-width: 960px;
  margin: 0 auto;
}
.ec-slider__bnr.slick-slider {
  margin-bottom: 50px;
}
.ec-slider__bnr .slick-list {
  width: 870px;
  margin: auto;
}
.ec-slider__cont .slick-list {
  width: 884px;
  margin: auto;
}
.slick-slider .slick-slide {
  outline: none;
}
.ec-slider__cont li {
  max-width: 221px;
}
.ec-slider li img,
.ec-slider__bnr li img {
  width: 100%;
}
.ec-slider__bnr li img {
  max-width: 280px;
  margin: 0 auto;
}
.ec-slider__cont li .ec-cont__item {
  max-width: 195px;
  margin: 0 auto;
}
.ec-slider__cont li .ec-cont__item img {
  width: 100%;
}
/* slider_btn */
.slick-prev,
.slick-next {
  position: absolute;
  background: #fff;
  width: 32px;
  height: 32px;
  top: calc(50% - 17px);
  border: none;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  z-index: 1;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #fff;
  border-radius: 50%;
}
.slick-prev {
  left: 15.55%;
}
.ec-slider__bnr .slick-prev,
.ec-slider__cont .slick-prev {
  left: 0;
}
.slick-next {
  right: 15.55%;
}
.ec-slider__bnr .slick-next,
.ec-slider__cont .slick-next {
  right: 0;
}
.ec-slider__cont .slick-prev,
.ec-slider__cont .slick-next {
  top: 79px;
}
.slick-prev::before,
.slick-next::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  opacity: 1;
  transition: 0.3s;
}
.slick-prev:hover::before,
.slick-next:hover::before {
  opacity: 0.6;
  transition: 0.3s;
}
.slick-prev::before {
  background: url("../img/common/arrow2.svg") no-repeat;
  background-size: 32px auto;
  transform: scale(-1, 1);
  left: 0;
}
.slick-next::before {
  background: url("../img/common/arrow2.svg") no-repeat;
  background-size: 32px auto;
  right: 0;
}
/* slider_dots */
.slick-dots {
  display: block;
  position: absolute;
  width: auto;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  bottom: -21px;
  list-style: none;
  text-align: center;
  line-height: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  display: block;
  background: #fff;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 2px solid #dfdfdf;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  outline: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover,
.slick-dots .slick-active button {
  background: #e60012;
  border: 2px solid #e60012;
}
.slick-dots li button:before {
  content: none;
}

/* cont */
.ec-cont {
  padding: 45px 0 50px;
}
.ec-cont__inner {
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.6rem;
}
.ec-cont__inner .ec-cont__hdg {
  margin-bottom: 27px;
  text-align: center;
}
.ec-cont__inner .ec-cont__title span {
  position: relative;
  padding-left: 50px;
  font-size: 3rem;
  font-weight: bold;
}
.ec-cont__inner .ec-cont__txt {
  margin-top: 4px;
}
.ec-cont__inner .ec-cont__item {
  line-height: 1.4;
}
.ec-cont__inner .ec-cont__item p {
  margin-top: 15px;
}
.ec-cont__inner .ec-cont__item .ec-cont__price {
  margin-top: 13px;
  color: #e60012;
}
.ec-cont__inner .ec-cont__btn {
  width: 300px;
  margin: 24px auto 0;
}
.ec-cont__inner .ec-cont__btn .btn-red__flip {
  background: none;
}

/* cont1 */
.ec-cont1 {
  background: #f5f5f5;
}
.ec-cont1 .ec-cont__inner .ec-cont__title span::before {
  content: "";
  position: absolute;
  background: url("../img/common/housing.svg") no-repeat;
  background-size: 48px 63px;
  width: 48px;
  height: 63px;
  top: -12px;
  left: -8px;
}

/* cont2 */
.ec-cont2 .ec-cont__inner .ec-cont__title span {
  padding-left: 58px;
}
.ec-cont2 .ec-cont__inner .ec-cont__title span::before {
  content: "";
  position: absolute;
  background: url("../img/common/insurance.svg") no-repeat;
  background-size: 43px 36px;
  width: 43px;
  height: 41px;
  top: 2px;
  left: 10px;
}

/* cont3 */
.ec-cont3 {
  background: #f5f5f5;
}
.ec-cont3 .ec-cont__inner .ec-cont__title span::before {
  content: "";
  position: absolute;
  background: url("../img/common/housework.svg") no-repeat;
  background-size: 32px 43px;
  width: 32px;
  height: 43px;
  top: -3px;
  left: 5px;
}

/* cont4 */
.ec-cont4 .ec-cont__inner .ec-cont__title span {
  padding-left: 58px;
}
.ec-cont4 .ec-cont__inner .ec-cont__title span::before {
  content: "";
  position: absolute;
  background: url("../img/common/life.svg") no-repeat;
  background-size: 43px 33px;
  width: 43px;
  height: 33px;
  top: 3px;
  left: 6px;
}

/* cont5 */
.ec-cont5 {
  background: #f5f5f5;
}
.ec-cont5 .ec-cont__inner .ec-cont__title span::before {
  content: "";
  position: absolute;
  background: url("../img/common/healthcare-learning.svg") no-repeat;
  background-size: 37px 42px;
  width: 37px;
  height: 42px;
  top: 0px;
  left: 3px;
}
.ec-cont5 .ec-cont__btn {
  margin-top: 29px;
}

/* cont6 */
.ec-cont6 .ec-cont__inner .ec-cont__title span::before {
  content: "";
  position: absolute;
  background: url("../img/common/nursing.svg") no-repeat;
  background-size: 37px 42px;
  width: 37px;
  height: 42px;
  top: 0px;
  left: 3px;
}
.ec-cont6 .ec-cont__btn {
  margin-top: 29px;
}

/* news */
.ec-news__top {
  padding-top: 45px;
}
.ec-news__inner {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.ec-news__inner .ec-news__hdg {
  margin-bottom: 18px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.ec-news__inner .ec-news__list li {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd;
}
.ec-news__inner .ec-news__list li:last-child {
  margin-bottom: 0;
}
.ec-news__inner .ec-news__list .ec-news__date {
  padding-right: 1em;
  font-size: 1.3rem;
}
.ec-news__inner .ec-news__list .ec-news__title {
  letter-spacing: 0.07em;
}
.ec-news__inner .ec-news__btn {
  width: 300px;
  margin: 21px auto 0;
}
.ec-news__inner .ec-news__btn .btn-red__flip {
  border: 1px solid #333;
  color: #333;
}
.ec-news__detailinner{
  max-width: 960px;
  margin-bottom:60px;
}
.ec-news__detailinner .ec-news__date{
  padding-bottom: 1em;
  font-size: 1.3rem;
}
.ec-news__detailinner .ec-news__detail{
  line-height: 2em;
}
.ec-news__detail a{
  text-decoration: underline;
}

@media all and (-ms-high-contrast: none) {
}

@media (min-width: 769px) {
  /* slider */
  .ec-slider .slick-list li {
    position: relative;
  }
  .ec-slider li .ec-sliderImg__blur {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .ec-slider li .ec-sliderImg__blur svg {
    width: 100%;
    height: 100%;
  }
  .ec-slider .slick-slide:not(.slick-center) .ec-sliderImg__blur {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  #page_homepage .ec-category__inner {
    margin-bottom: 45px;
  }
  /* search */
  .ec-topSearch {
    margin-bottom: 3px;
    padding: 0 15px;
  }
  .ec-topSearch .ec-topSearch__keyword {
    width: 100%;
    margin: 15px auto 9px;
  }
  .ec-topSearch .ec-topSearch__keyword input[type="search"] {
    height: 40px;
    padding: 0.5em 50px 0.5em 1em;
    font-size: 1.3rem;
  }
  .ec-topSearch .ec-topSearch__keywordBtn {
    width: 42px;
    height: 42px;
    top: -1px;
    right: -1px;
  }
  .ec-topSearch .ec-topSearch__keywordBtn .ec-icon {
    width: 16px;
    height: 19px;
  }
  .ec-topSearch .ec-tagList {
    font-size: 1rem;
  }
  .ec-topSearch .ec-tagList .ec-tagTitle {
    width: 50px;
  }
  .ec-topSearch .ec-tagList ul {
    width: calc(100% - 53px);
  }
  .ec-topSearch .ec-tagList ul li {
    margin-right: 5px;
    padding: 2px 9px 1px;
    border-radius: 8px/50%;
  }
  
  /* slider */
  .ec-slider.slick-slider {
    margin-bottom: 31px;
  }
  .ec-slider__bnr.slick-slider {
    margin-bottom: 34px;
  }
  .ec-slider__bnr .slick-list {
    width: 94%;
  }
  .ec-slider__cont .slick-list {
    width: 59%;
    max-width: 202px;
  }
  .ec-slider__bnr .slick-slide {
    margin: 0 5px;
  }
  .ec-slider__cont li {
    margin: 0 auto;
  }
  /* slider_btn */
  .slick-prev,
  .slick-next {
    width: 35px;
    height: 35px;
  }
  .ec-slider__bnr .slick-prev {
    top: calc(50% - 18px);
    left: 2px;
  }
  .ec-slider__cont .slick-prev {
    top: calc(50% - 20.5%);
    left: 0.2%;
  }
  .ec-slider__bnr .slick-next {
    top: calc(50% - 18px);
    right: 2px;
  }
  .ec-slider__cont .slick-next {
    top: calc(50% - 20.5%);
    right: 0.2%;
  }
  .slick-prev::before,
  .slick-next::before {
    width: 35px;
    height: 35px;
  }
  .slick-prev::before {
    background: url("../img/common/arrow2_sp.svg") no-repeat;
    background-size: 35px auto;
    transform: scale(-1, 1);
  }
  .slick-next::before {
    background: url("../img/common/arrow2_sp.svg") no-repeat;
    background-size: 35px auto;
  }
  /* slider_dots */
  .slick-dots {
    bottom: -13px;
  }
  .slick-dots li {
    margin: 0 4px;
  }
  .slick-dots li button {
    border: 2px solid #dfdfdf;
  }
  
  /* cont */
  .ec-cont {
    padding: 27px 15px 30px;
  }
  .ec-cont__inner .ec-cont__hdg {
    margin-bottom: 20px;
  }
  .ec-cont__inner .ec-cont__title span {
    padding-left: 30px;
    font-size: 2rem;
  }
  .ec-cont__inner .ec-cont__txt {
    margin-top: 9px;
  }
  .ec-cont__inner .ec-cont__item p {
    margin-top: 13px;
  }
  .ec-cont__inner .ec-cont__item .ec-cont__price {
    margin-top: 10px;
  }
  .ec-cont__inner .ec-cont__btn {
    width: 100%;
    max-width: 345px;
    margin-top: 21px;
  }

  /* cont1 */
  .ec-cont1 .ec-cont__inner .ec-cont__title span::before {
    background-size: 37px 34px;
    width: 37px;
    height: 34px;
    top: -5px;
    left: -11px;
  }
  
  /* cont2 */
  .ec-cont2 {
    padding-top: 23px;
  }
  .ec-cont2 .ec-cont__inner .ec-cont__title span {
    padding-left: 35px;
  }
  .ec-cont2 .ec-cont__inner .ec-cont__title span::before {
    background-size: 26px 28px;
    width: 26px;
    height: 28px;
    top: 0;
    left: 4px;
  }

  /* cont3 */
  .ec-cont3 .ec-cont__inner .ec-cont__title span::before {
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
    top: -1px;
    left: -1px;
  }

  /* cont4 */
  .ec-cont4 .ec-cont__inner .ec-cont__title span {
    padding-left: 40px;
  }
  .ec-cont4 .ec-cont__inner .ec-cont__title span::before {
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
    left: 7px;
  }

  /* cont5 */
  .ec-cont5 {
    padding-top: 26px;
  }
  .ec-cont5 .ec-cont__inner .ec-cont__title span {
    padding-left: 31px;
  }
  .ec-cont5 .ec-cont__inner .ec-cont__title span::before {
    background-size: 29px 29px;
    width: 29px;
    height: 29px;
    left: -4px;
  }
  .ec-cont5 .ec-cont__btn {
    margin-top: 21px;
  }

  /* cont6 */
  .ec-cont6 .ec-cont__inner .ec-cont__title span {
    padding-left: 40px;
  }
  .ec-cont6 .ec-cont__inner .ec-cont__title span::before {
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
    left: 7px;
  }

  /* news */
  .ec-news__top {
    padding: 25px 15px 0;
  }
  .ec-news__inner .ec-news__hdg {
    margin-bottom: 6px;
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
  .ec-news__inner .ec-news__list li {
    margin-bottom: 12px;
    padding-bottom: 14px;
  }
  .ec-news__inner .ec-news__list .ec-news__date {
    display: block;
    padding-right: 0;
    font-size: 1rem;
  }
  .ec-news__inner .ec-news__list .ec-news__title {
    display: block;
    margin-top: 5px;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .ec-news__inner .ec-news__btn {
    width: 100%;
    max-width: 345px;
    margin: 19px auto 0;
  }
}
