@charset "UTF-8";

.pg-news-header {
  display: flex;
  background: #3760BC;
  padding: 8px 20px 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.pg-news-header h2 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: normal;
}
.pg-news-header p {
  margin-top: -1px;
}
.pg-news-header p a {
  color: #fff;
  font-size: 0.938rem;
}

#pg-news .newsList {
  margin-bottom: 30px;
}
#pg-news .newsList li {
  border-bottom: 1px dashed #707070;
  padding: 8px 0 10px 20px;
  font-size: 0.938rem;
}
@media screen and (min-width: 769px) {
  #pg-news .newsList li:last-child {
    border-bottom: none;
  }
}
#pg-news .newsList li::before {
  width: 9px;
  height: 9px;
}
#pg-news .newsList li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: 0.1em;
    background: #3760BC;
    border-radius: 50%;
}

.remarkable-news {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 54px;
  padding-bottom: 25px;
}
.remarkable-news > div {
  display: flex;
}
.thumbnails {
  flex-shrink: 0;
  width: 116px;
  height: 116px;
  overflow: hidden;
  margin-right: 18px;
}
.thumbnails img {
  width: 100%;
  height: auto;
}
.remarkable-news .text p {
  font-size: 0.938rem;
  line-height: 1.6;
}

.what_is_zeb .copy {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.what_is_zeb .copy::before {
    content: "";
    display: block;
    background: url(../../images/title_left.png) no-repeat;
    width: 189px;
    height: 66.5px;
    background-size: cover;
}
.what_is_zeb .copy::after {
    content: "";
    display: block;
    background: url(../../images/title_right.png) no-repeat;
    width: 182px;
    height: 68px;
    background-size: cover;
}
.what_is_zeb .copy h2 {
  color: #3F62B6;
  font-weight: normal;
  font-size: 1.5rem
}
.what_is_zeb .copy strong {
  font-weight: normal;
  font-size: 1.125rem;
}
.column_2 {
  display: flex;
  gap: 0 25px;
  justify-content: space-between;
}
.column_2 > div {
  flex: 0 1 calc(50% - 27px);
  width: 50%;
}
.what_is_zeb {
  padding-bottom: 48px;
}
.what_is_zeb .about .labels {
  display: flex;
  gap: 0 15px;
  margin-bottom: 20px;
}
.what_is_zeb .about .labels > div {
  flex: 0 1 calc(50% - 20px);
  text-align: center;
}
.what_is_zeb .about .labels > div img {
  margin-bottom: 10px;
}
.what_is_zeb .about .labels > div span {
  font-size: 0.75rem;
  line-height: 1.5;
  display: inline-block;
}
.what_is_zeb .about > p {
  font-size: 0.938rem;
  line-height: 1.6;
}
.what_is_zeb .about {
  margin-bottom: 20px;
}

#content h3.bg_gray {
  color: #000;
  background: #F0F0F0;
}

.explanation.easy li {
  margin-bottom: 10px;
  border: 1px solid #DDDDDD;
  border-radius: 19px;
  padding: .25em 1.5em .175em;
}
.explanation.easy li a {
  text-decoration: none;
}

.explanation.detailed li {
  display: flex;
  font-size: 0.938rem;
  margin-bottom: 20px;
}
.explanation.detailed li .thumbnails {
  flex-shrink: 0;
  width: 69px;
  height: 69px;
  overflow: hidden;
  margin-right: 12px;
}
.explanation.detailed li .text {
  line-height: 1.7;
}

.zeb-realization {
  background: #3760BC;
  padding: 60px 0 50px;
}
.zeb-realization h2 {
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 26px;
}
.zeb-realization figure {
  margin-bottom: 15px;
}
.zeb-realization p {
  color: #fff;
  font-size: 0.938rem;
  line-height: 1.6;
}
.zeb-realization li {
  display: flex;
  margin-bottom: 20px;
}
.zeb-realization li .thumbnails {
  flex-shrink: 0;
  width: 69px;
  height: 69px;
  overflow: hidden;
  margin-right: 12px;
}
.zeb-realization li a {
  color: #fff;
  text-decoration: underline;
}
.leading-tenant-policy {
  background: url(../images/bg_gray.jpg) 0 0;
  padding: 68px 0 60px;
}
.leading-tenant-policy h2 {
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 1.5rem;
  background: #535353;
  padding: 9px 0 2px;
  margin-bottom: 16px;
}
.leading-tenant-policy strong {
  font-weight: normal;
  font-size: 1.125rem;
  text-align: center;
  display: block;
  margin-bottom: 26px;
}
.tenant_logo_A {
  text-align: center;
  margin-bottom: 30px;
  border-radius: 29px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  gap: 50px;
  padding: 10px 0 20px;
}
.tenant_logo_A figure {
  padding: 20px 0 0;
}
.leading-tenant-policy p {
  font-size: 0.938rem;
  line-height: 1.7;
  margin-bottom: 15px;
}
.leading-tenant-policy .column_2 {
  gap: 0 45px;
}
.leading-tenant-policy .column_2 > div {
  flex: auto;
}
.leading-tenant-policy .column_2 > div.tenant_logo_A {
  flex: 0 0 400px;
}
.tenant_logo_B {
  text-align: center;
  border-radius: 38px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  gap: 0 26px;
}
.tenant_logo_B a {
  font-size: 0.938rem;
  text-decoration: none;
}
#support-info {
  background: url(../../images/p_others.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 50px 0 64px;
}
#support-info h2 {
  text-align: center;
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 26px;
}
#support-info h2 span {
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 10px 1.5em 5px;
}
#support-info .columns {
  display: flex;
  gap: 20px 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#support-info .columns > div {
  flex: 0 1 calc(50% - 20px);
  background: #fff;
  border-radius: 14px;
  width: 50%;
  padding: 15px 25px;
}
#support-info .columns > div strong {
  font-weight: normal;
  font-size: 1.125rem;
}
#support-info .columns > div p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-top: 5px;
}
#caceMenu {
  padding: 60px 0 20px;
}
#caceMenu > h2 {
  font-size: 1.68rem;
  font-weight: normal;
  color: #1F7F79;
  margin-bottom: 20px;
  text-align: center;;
}
#caceMenu > p {
  font-size: 0.938rem;
  font-weight: normal;
  display: block;
  margin-bottom: 36px;
}
.showcase_column {
  display: flex;
  gap: 30px 22px;
}
.showcase_column > div {
  flex: 0 1 calc(33.33% - 22px);
  width: 33.33%;
  padding-right: 22px;
  border-right: 1px solid #DEDEDE;
}
.showcase_column > div:last-child {
  border-right: none;
  padding-right: 0;
}
.showcase_column .thumbnails img {
    width: 122px;
    height: 122px;
    object-fit: cover;
    object-position: center center;
}
.showcase_column article {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #707070;
}
.showcase_column article p {
  font-size: 0.875rem;
  line-height: 1.6;
}
.showcase_header {
  display: flex;
  margin-bottom: 8px;
}
.showcase_header .text h4 {
  font-size: 0.938rem;
  font-weight: normal;
  margin-bottom: 3px;
}
.showcase_header span {
  font-size: 0.875rem;
}
.showcase_header span.ctg-nearlyzeb {
  color: #CC0808;
}
.showcase_header span.ctg-zebready {
  color: #2478C3;
}
.showcase_header span.ctg-zeb {
  color: #127E37;
}
.showcase_header .text h4 a {
  text-decoration: none;
}
.showcase_column .more {
  text-align: center;
  background: #F5F5F5;
  padding: 6px 0 4px;
  position: relative;
}
.showcase_column .more::before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    height: 5px;
    width: 100%;
    top: -22px;
}
.other_showcase {
  text-align: center;
  background: #F5F5F5;
  font-size: 1.25rem;
  padding: 10px 0 6px;
  margin-top: 30px;
}
.pg-news-header p a.arrow_01::before {
  border-color: transparent transparent transparent #fff;
}
#slider {
  background: #fff;
  padding: 26px 0 8px;
  position: relative;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
#slider .swiper-pagination {
  position: relative;
  padding: 20px 0 0;
}
#slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px;
}
#slider .swiper-pagination-bullet-active {
  background: #2375F1;
}
#slider .swiper-button-next, #slider .swiper-button-prev {
  color: #3760BC;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  width: 56px;
  height: 56px;
}
#slider .swiper-button-next {
  right: 50%;
  margin-right: -515px;
  margin-top: -43px;
}
#slider .swiper-button-prev {
  left: 50%;
  margin-left: -515px;
  margin-top: -43px;
}
#slider .swiper-button-prev:after,#slider .swiper-rtl .swiper-button-next:after,
#slider .swiper-button-next:after, #slider .swiper-rtl .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}
.mySwiper a img,.remarkable-news a img {
  transition: opacity 0.3s ease-in;
}
.explanation.easy li a:hover {
  text-decoration: underline;
}
.mySwiper a:hover img,.remarkable-news a:hover img {
  opacity: 0.6;
}
.tenant_logo_B a:hover {
  text-decoration: underline;
}
.zeb-realization li a:hover {
  text-decoration: none;
}
.showcase_header .text h4 a:hover {
  text-decoration: underline;
}
.swiper-button-next,.swiper-button-prev {
  transition: opacity 0.3s ease-in;
}
.swiper-button-next:hover,.swiper-button-prev:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) {

  .pg-news-header p a.arrow_01::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-top: -0.2em;
    border-style: solid;
    border-width: 6.5px 0 6.5px 10px;
    margin-right: 7px;
  }
  .remarkable-news > div {
    flex: 0 1 calc(50% - 27px);
    width: 50%;
  }
  #caceMenu > p {
    padding: 0 110px;
  }

}

@media screen and (max-width: 768px){

  .pg-news-header p a {
    color: #fff;
    font-size: 0.656rem;
    padding-left: 1em;
    text-indent: -1.4em;
    display: inline-block;
  }
  .pg-news-header p {
    width: 30%;
    line-height: 1.5;
  }
  .pg-news-header {
    padding-left: 12px;
    padding-right: 12px;
  }
  .pg-news-header h2 {
    font-size: 0.875rem;
  }
  .what_is_zeb .copy {
    flex-direction: column;
  }
  .column_2 {
    flex-direction: column;
  }
  .column_2 > div {
    flex: auto;
    width: 100%;
  }
  .what_is_zeb .about .labels {
    flex-wrap: wrap;
    gap: 15px 50px;
    justify-content: center;
  }
  .what_is_zeb .about .labels > div img {
    max-width: 100%;
  }
  .what_is_zeb .about .labels > div {
    flex: 0 1 calc(50% - 68px);
  }
  .explanation h3 {
    text-align: center;
  }
  .explanation.easy {
    margin-bottom: 36px;
  }
  .what_is_zeb {
    padding-bottom: 20px;
  }
  .zeb-realization {
    padding: 26px 10px 10px;
  }
  .zeb-realization h2 {
    margin-bottom: 16px;
  }
  .zeb-realization .column_2 > div:first-child {
    margin-bottom: 20px;
  }
  .leading-tenant-policy h2 {
    font-size: 1.125rem;
    padding-bottom: 5px;
  }
  .leading-tenant-policy {
    padding: 46px 10px 40px;
  }
  .leading-tenant-policy strong {
    text-align: left;
    margin-bottom: 15px;
  }
  .leading-tenant-policy .column_2 > div.tenant_logo_A {
    flex: auto;
    gap: 40px;
    margin-bottom: 20px;
  }
  .leading-tenant-policy .column_2 > div.tenant_logo_A img {
    max-width: 90px;
  }
  #pg-index #contents .leading-tenant-policy h3 {
    text-align: center;
    padding-top: 4px;
  }
  .tenant_logo_B {
    padding: 14px 30px;
  }
  .tenant_logo_B img {
    max-width: 70px;
  }
  .tenant_logo_B a {
    text-align: left;
  }
  #caceMenu > h2 {
    font-size: 1.5rem;
    text-align: left;
  }
  #caceMenu {
    padding: 40px 10px 0px;
  }
  .showcase_column {
    gap: 30px 0;
    flex-direction: column;
  }
  .showcase_column > div {
    flex: auto;
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  #caceMenu > p {
    margin-bottom: 18px;
  }
  .showcase_column h3 {
    text-align: center;
  }
  .other_showcase {
    position: relative;
    width: 100vw;
    left: -23px;
  }
  #support-info {
    padding: 40px 0 50px;
  }
  #support-info h2 {
    font-size: 1rem;
    display: block;
    background: #000;
    padding-bottom: 4px;
    margin-bottom: 18px;
  }
  #support-info .columns {
    gap: 15px 30px;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  #support-info .columns > div {
    flex: auto;
    width: 100%;
  }
  #slider {
    padding: 26px 10px 0;
  }
  #slider .swiper-button-next, #slider .swiper-button-prev {
    width: 27px;
    height: 27px;
  }
  #slider .swiper-button-prev:after, #slider .swiper-rtl .swiper-button-next:after, #slider .swiper-button-next:after, #slider .swiper-rtl .swiper-button-prev:after {
    font-size: 14px;
  }
  #slider .swiper-button-next {
    right: 5px;
    margin-top: -24px;
    margin-right: 0;
  }
  #slider .swiper-button-prev {
    left: 5px;
    margin-top: -24px;
    margin-left: 0;
  }

}
