@charset "UTF-8";
/* =======================================

  IndexElements

======================================= */
h2 {
  font-family: 'Baskerville', 'Baskerville Old Face', 'Garamond', 'Times New Roman', serif;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1.15;
  color: rgba(137, 106, 81, 0.6);
  margin: 0 0 40px;
}
h2 > small {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #444;
  display: inline-block;
  padding: 0 0 0 36px;
  margin: 0 0 0 16px;
  position: relative;
}
h2 > small::before {
  content: "";
  display: block;
  width: 19px;
  height: 1px;
  background-color: rgba(68, 68, 68, 0.4);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 4.8rem;
    margin: 0 0 32px;
  }
  h2 > small {
    display: block;
    font-size: 1.5rem;
    padding: 0;
    margin: 4px 0 0;
  }
  h2 > small::before {
    content: none;
  }
}

/*-----------------------------------------
  key_field
-----------------------------------------*/
#key_field {
  opacity: 0;
  position: relative;
  margin: 90px auto 88px;
}
#key_field::before {
  content: "";
  display: block;
  width: calc((100% - 1246px) / 2 + (1246px - 250px));
  height: 70%;
  background-color: #f7f7f7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#key_field .slider {
  width: 100%;
  max-width: 1246px;
}
#key_field a {
  display: block;
}

/* #key_field .slider */
#key_field .slider .slick-prev,
#key_field .slider .slick-next {
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 8px 6px rgb(0 0 0 / 16%);
          box-shadow: 0 8px 6px rgb(0 0 0 / 16%);
}
#key_field .slider .slick-prev::before,
#key_field .slider .slick-next::before {
  color: #ae8564;
}

@media only screen and (max-width: 1306px) {
  #key_field::before {
    width: calc((100% - 35px) - 19%);
  }
  #key_field .slider {
    width: calc(100% - 70px);
  }
}

/* Hover */
@media only screen and (min-width: 768px) {
   body:not(.tab_view) #key_field:hover::before {
    opacity: 0.6;
   }
  body:not(.tab_view) #key_field .slider .slick-prev:hover,
  body:not(.tab_view) #key_field .slider .slick-next:hover {
    background-color: #ae8564;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 18px rgb(0 0 0 / 16%);
           box-shadow: 0 8px 18px rgb(0 0 0 / 16%);
  }
  body:not(.tab_view) #key_field .slider .slick-prev:hover::before,
  body:not(.tab_view) #key_field .slider .slick-next:hover::before {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  #key_field {
    margin: 70px 0 80px;
  }
  #key_field::before {
    content: none;
    /*width: 100%;
    height: 90%;*/
  }
  #key_field .slider {
    width: 100%;
    max-width: auto;
    max-width: initial;
  }
  #key_field .slider .slick-prev,
  #key_field .slider .slick-next {
    background-color: #fff!important;
  }
  #key_field .slider .slick-prev {
    top: auto;
    bottom: -34px;
    left: 4%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #key_field .slider .slick-next {
    top: auto;
    bottom: -34px;
    right: 4%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/*-----------------------------------------
  main
-----------------------------------------*/
/*main {
  margin: 0 0 69px;
}

@media only screen and (max-width: 767px) {
  main {
    margin: 0 0 50px;
  }
}*/


/*-----------------------------------------
  service
-----------------------------------------*/
#service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -32px;
}
#service ul > li {
  width: 48%;
  margin: 0 0 32px;
  padding: 0 0 40px;
  position: relative;
}
#service ul > li::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  bottom: 0;
}
#service ul > li.i_ce img {
  -webkit-box-shadow: 8px 16px 32px rgba(0,0,0, 0.08);
          box-shadow: 8px 16px 32px rgba(0,0,0, 0.08);
}
#service ul > li.nanny::before { background-color: #ffeff3; }
#service ul > li.sitter::before { background-color: #e6edf4; }
#service ul > li.vip::before { background-color: #e4ede9; }
#service ul > li.i_ce::before { background-color: #f7f7f7; }
#service ul > li a {
  display: block;
}
#service figure {
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#service figure img {
  margin: 0 0 32px;
}
#service figcaption {
  color: #444;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px;
}
#service figcaption small {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 6px;
}
#service .btn {
  width: calc(100% - 64px);
  -webkit-box-shadow: 0 8px 8px rgba(0,0,0, 0.08);
          box-shadow: 0 8px 8px rgba(0,0,0, 0.08);
}

/* Hover */
/*@media only screen and (min-width: 768px) {
  body:not(.tab_view) #service ul > li a:hover {
    opacity: 1;
  }
  body:not(.tab_view) #service ul > li a:hover .btn {
    opacity: 1;
    color: #bc326c;
    background-color: #fff;
  }
  body:not(.tab_view) #service ul > li a:hover .btn::after {
    color: #bc326c;
  }
}*/

@media only screen and (max-width: 767px) {
  #service .cont_inner {
    padding-left: 0;
    padding-right: 0;
  }
  #service h2 {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  #service ul {
    display: block;
    margin-bottom: 0;
  }
  #service ul > li {
    width: 100%;
  }
  #service ul > li:last-child {
    margin: 0;
  }
  #service ul > li a {
    letter-spacing: 0;
    padding: 16px 32px 16px 15px;
  }
  #service ul > li .btn::after {
    right: 8px;
  }
  #service figure img {
    margin: 0 0 34px;
  }
  #service .btn {
    width: 86%;
  }
}

@media only screen and (max-width: 400px) {
  #service ul > li a {
    padding: 16px 20px 16px 8px;
  }
}


/* ------------------------------------
  voice
------------------------------------ */
#voice {
  margin: 0 0 100px;
  position: relative;
}
#voice::before {
  content: "";
  display: block;
  /*width: 83%;*/
  width: calc((100% - 1126px) / 2 + (1126px - 110px));
  height: 349px;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
}
#voice .cont_inner {
  position: relative;
  z-index: 1;
}
#voice h2 {
  margin-top: 80px;
}
#voice h2 + p {
  width: 206px;
  line-height: 2.26;
  margin: 0 0 82px;
  float: left;
}
#voice ul {
  width: calc(100% - 293px);
  float: right;
}
#voice ul a {
  display: block;
  padding: 16px;
  background-color: #fff;
}
#voice ul a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#voice ul figure .img_wrap {
  height: 367px;
  display: block;
  margin: 0 0 14px;
  overflow: hidden;
  position: relative;
}
#voice ul figure .scale {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#voice ul figure .label {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  padding: 8px 16px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
#voice ul figcaption h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #444;
  line-height: 1.77;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#voice ul .area {
  font-size: 1.2rem;
  color: #b8a697;
}
#voice .btn {
  width: 300px;
  float: left;
}

/* #voice .slider */
#voice .slider {
  margin-right: -16px;
}
#voice .slider .slick-slide {
  margin: 0 0 0 18px;
}
#voice .slider .slick-prev {
  top: -65px;
  left: auto;
  right: 54px;
}
#voice .slider .slick-next {
  top: -65px;
  right: 16px;
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) #voice ul a:hover {
    opacity: 1;
  }
  body:not(.tab_view) #voice ul a:hover figure .scale {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  body:not(.tab_view) #voice ul a:hover figcaption {
    color: #bc326c;
  }
  body:not(.tab_view) #voice ul a:hover .more_btn::before {
    height: 3px;
  }
}

@media only screen and (max-width: 767px) {
  #voice::before {
    width: 100%;
    height: 58%;
  }
  #voice .cont_inner {
    padding-left: 0;
    padding-right: 0;
  }
  #voice h2 {
    margin-top: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }
  #voice h2 + p {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 80px;
    float: none;
  }
  #voice ul {
    width: 100%;
    float: none;
  }
  #voice ul a {
    padding: 8px;
  }
  #voice ul figure .img_wrap {
    height: auto;
  }
  #voice ul figure .img_wrap::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  #voice ul figure .label {
    padding: 6px 10px;
  }
  #voice ul figcaption h3 {
    font-size: 1.5rem;
    line-height: 1.66;
  }
  #voice ul .area {
    font-size: 1.0rem;
  }
  #voice .btn {
    float: none;
    width: 86%;
  }
  #voice .slider {
    margin-right: 0;
    margin-bottom: 32px;
  }
  #voice .slider .slick-list {
    padding: 0 28px;
  }
  #voice .slider .slick-slide {
    margin: 0 8px;
  }
  #voice .slider .slick-prev {
    top: -40px;
    right: calc(38px + 4%);
  }
  #voice .slider .slick-next {
    top: -40px;
    right: 4%;
  }
}


/* ------------------------------------
  recruit
------------------------------------ */
#recruit {
  background: url(/familycare/img/index/recruit_bg.jpg) center center no-repeat;
  background-size: cover;
}
#recruit .cont_inner {
  padding: 100px 0;
}
#recruit h2 {
  margin: 0 0 36px;
}
#recruit .catch {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.2rem;
  line-height: 1.75;
  margin: 0 0 40px;
}
#recruit .catch + p {
  width: 582px;
  line-height: 2.26;
  margin: 0 0 48px;
}
#recruit .btn_wrap {
  width: 482px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#recruit .btn_wrap .btn {
  width: 47%;
  margin: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0, 0.16);
          box-shadow: 0 3px 6px rgba(0,0,0, 0.16);
}

@media only screen and (max-width: 767px) {
  #recruit {
    background-position: top center;
    background-size: auto 414px;
    /*position: relative;*/
  }
  #recruit .cont_inner {
    padding: 60px 4% 0;
  }
  #recruit .catch {
    font-size: 2.2rem;
    line-height: 1.72;
  }
  #recruit .catch + p {
    width: 100%;
    line-height: 1.6;
    background-color: #fff;
    margin: 42px 0 24px;
    padding: 24px 18px 0;
  }
  #recruit .btn_wrap {
    width: 100%;
    display: block;
  }
  #recruit .btn_wrap .btn {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
  #recruit .btn_wrap .btn:not(:last-child) {
    margin-bottom: 8px;
  }
}

/* ------------------------------------
  event
------------------------------------ */
/* .thumb_list */
.thumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -6px 48px;
}
.thumb_list li {
  /*width: calc((100% - 36px) / 4);
  margin-right: 12px;*/
  position: relative;
}
/*.thumb_list li:nth-of-type(4n) {
  margin-right: 0;
}*/
.thumb_list li::before {
  content: "";
  display: block;
  width: 96px;
  height: 1px;
  background-color: #896a51;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 36px;
  left: -16px;
  z-index: 1;
}
.thumb_list li a {
  display: block;
}
.thumb_list li .year {
  font-family: 'Times New Roman', serif;
  font-size: 1.6rem;
  color: #896a51;
}
.thumb_list li .date {
  font-family: 'Times New Roman', serif;
  font-size: 1.6rem;
  color: #896a51;
  margin: 0 0 0 40px;
}
.thumb_list li .category {
  font-family: 'Times New Roman', serif;
  color: #444;
  float: right;
  margin: 0 8px 0 0;
}
.thumb_list li .img_wrap {
  height: 180px;
  display: block;
  overflow: hidden;
  margin: 8px 8px 16px;
}
.thumb_list li .scale {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.thumb_list li figcaption .title {
  display: block;
  font-size: 1.6rem;
  color: #444;
  margin: 0 0 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.thumb_list li figcaption .text {
  display: block;
  font-size: 1.4rem;
  color: #444;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.thumb_list + .btn {
  max-width: 350px;
}

/* .thumb_list .slider */
.thumb_list.slider .slick-slide {
  margin: 0 6px;
}
.thumb_list.slider .slick-prev {
  top: -65px;
  left: auto;
  right: 43px;
  box-shadow: none;
}
.thumb_list.slider .slick-next {
  top: -65px;
  right: 5px;
  box-shadow: none;
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .thumb_list li a:hover {
    opacity: 1;
  }
  body:not(.tab_view) .thumb_list li a:hover .scale {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  body:not(.tab_view) .thumb_list li a:hover figcaption .title,
  body:not(.tab_view) .thumb_list li a:hover figcaption .text {
    color: #bc326c;
  }
}

@media only screen and (max-width: 767px) {
  #event {
    padding: 40px 0;
    background-color: #f7f7f7;
  }
  #event .cont_inner {
    padding-left: 0;
    padding-right: 0;
  }
  #event h2 {
    padding-left: 4%;
    padding-right: 4%;
    margin: 0 0 40px;
  }

  .thumb_list {
    margin: 0 0 40px;
  }
  .thumb_list li img {
    width: 100%;
  }
  .thumb_list li .img_wrap {
    height: auto;
  }
  .thumb_list li .img_wrap::before {
    content: "";
    display: block;
    padding-top: 70%;
  }
  .thumb_list.slider .slick-list {
    padding: 0 128px 0 16px;
  }
  .thumb_list.slider .slick-slide {
    margin: 0 8px;
  }
  .thumb_list.slider .slick-prev,
  .thumb_list.slider .slick-next {
    top: -55px;
    border-radius: 3px;
  }
  .thumb_list.slider .slick-prev {
    right: calc(38px + 4%);
  }
  .thumb_list.slider .slick-next {
    right: 4%;
  }
  .thumb_list.slider .slick-prev:hover,
  .thumb_list.slider .slick-next:hover {
    background: #b8a697;
  }
}

/* ------------------------------------
  news
------------------------------------ */
#news {
  margin: 0 0 100px;
}
#news .cont_inner {
  position: relative;
}
#news .cont_inner > .btn {
  width: 216px;
  position: absolute;
  top: 16px;
  right: 0;
}
.news_list li {
  border-bottom: 1px solid #e2e2e2;
}
.news_list li:first-child {
  border-top: 1px solid #e2e2e2;
}
.news_list li a {
  display: block;
  padding: 16px 72px 16px 16px;
  position: relative;
}
.news_list li a::after {
  content: "\e901";
  font-family: 'poppins';
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  color: #bc326c;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news_list li a[target="_blank"]::after { content: "\e902"; }
.news_list li a[href$='.pdf']::after { content: "\e907"; }
.news_list li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news_list li figure .fit_img {
  width: 131px;
  height: 92px;
  overflow: hidden;
  margin-right: 16px;
}
.news_list li figcaption {
  width: calc(100% - 147px);
}
.news_list li .date {
  font-family: 'Times New Roman', serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #896a51;
  padding: 0 24px 0 0;
}
.news_list li .category {
  font-size: 1.4rem;
  color: #444;
  padding: 0 0 0 16px;
  position: relative;
}
.news_list li .category::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  border-radius: 4px;
  background-color: #b8a697;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news_list li .title {
  display: block;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.07em;
  margin: 16px 0 0;
 }
 .news_list li .size {
  font-size: 1.0rem;
  color: #bc326c;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(50%, 12px);
  transform: translate(50%, 12px);
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .news_list li a:hover {
    opacity: 1;
    background-color: #fff3f8;
  }
}

@media only screen and (max-width: 767px) {
  #news .cont_inner {
    padding-left: 0;
    padding-right: 0;
  }
  #news .cont_inner > .btn {
    width: 100%;
    position: relative;
    top: 0;
  }
  #news h2 {
    padding-left: 4%;
    padding-right: 4%;
    margin: 0 0 32px;
  }
  .news_list {
    margin: 0 0 32px;
  }
  .news_list li a {
    padding: 16px;
  }
  .news_list li a::after {
    top: 12px;
    right: 12px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .news_list li a:not([href$='.pdf'])::after {
    content: none;
  }
  .news_list li figure .fit_img {
    width: 100px;
    height: 70px;
    margin-right: 8px;
  }
  .news_list li figcaption {
    width: calc(100% - 108px);;
  }
  .news_list li .date {
    padding: 0 8px 0 0;
  }
  .news_list li .category {
    padding: 0 0 0 8px;
  }
  .news_list li .title {
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 8px 0 0;
  }
  _:-ms-lang(x)::-ms-backdrop, .news_list li .title {
    /*IE対策*/
    line-height: 1.5em;
    max-height: 3.0em;
  }
  .news_list li .size {
    margin-top: 0;
    top: 16px;
    right: 36px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  _:-ms-lang(x)::-ms-backdrop, .news_list li .size {
    top: 13px;
  }
}

/* ------------------------------------
  company
------------------------------------ */
#company {
  padding: 80px 0 100px;
  background: url(/familycare/img/common/fixed_bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transform: none;  /* aos */
}

/* .link_list */
.link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.link_list li {
  background: #fff;
  width: calc((100% - 54px) / 4);
  margin-right: 18px;
  -webkit-box-shadow: 0 8px 16px rgba(0,0,0, 0.08);
          box-shadow: 0 8px 16px rgba(0,0,0, 0.08);
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.link_list li:nth-of-type(4n) {
  margin-right: 0;
}
.link_list li a {
  display: block;
  height: 100%;
  padding: 8px;
  position: relative;
}
.link_list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  right: -8px;
  bottom: -8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.link_list li a[target="_blank"]::before {
  content: "\e902";
  font-family: 'poppins';
  display: block;
  font-size: 1.35rem;
  font-weight: normal;
  color: #bc326c;
  position: absolute;
  top: 8px;
  right: 8px;
}
.link_list figure {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.link_list figure img {
  width: 80px;
}
.link_list figcaption {
  width: calc(100% - 80px);
  font-size: 1.6rem;
  color: #444;
  padding: 0 0 0 16px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.link_list figcaption .en {
  display: block;
  font-family: 'Baskerville', 'Baskerville Old Face', 'Garamond', 'Times New Roman', serif;
  font-size: 1.4rem;
  color: #896a51;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .link_list li:hover {
    box-shadow: none;
    position: relative;
    top: 8px;
    left: 8px;
  }
  body:not(.tab_view) .link_list li:hover a {
    opacity: 1;
  }
  body:not(.tab_view) .link_list li:hover a::after {
    right: 0;
    bottom: 0;
  }
  body:not(.tab_view) .link_list li:hover figcaption,
  body:not(.tab_view) .link_list li:hover figcaption .en {
    color: #bc326c;
  }
}

@media only screen and (max-width: 767px) {
  #company {
    padding: 40px 0;
    background-attachment: scroll;
  }
  .link_list {
    display: block;
  }
  .link_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
}

/* ------------------------------------
  banner
------------------------------------ */
.banner_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 0 104px;
}
.banner_link > li {
  background: #fff;
  width: calc((100% - 48px) / 4);
  margin-right: 16px;
}
.banner_link > li:nth-of-type(4n) {
  margin-right: 0;
}
.banner_link > li a {
  display: block;
  position: relative;
}
.banner_link > li.shadow a {
  border: 1px solid #f6cbde;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0, 0.08) inset;
          box-shadow: 0 3px 6px rgba(0,0,0, 0.08) inset;
}
.banner_link > li.shadow a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0, 0.08);
          box-shadow: 0 3px 6px rgba(0,0,0, 0.08);
  position: absolute;
  top: 0;
  left: 0;
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .banner_link > li a:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .banner_link {
    margin: 0 0 56px;
  }
  .banner_link > li {
    width: calc((100% - 8px) / 2);
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .banner_link > li:nth-of-type(2n) {
    margin-right: 0;
  }
}