@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

body {
  padding-top: 0 !important;
}

#main {
  padding-bottom: 50px;
  font-family: 'NotoSerifCJKjp', serif;
  font-weight: 400;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main {
    padding-bottom: 100px;
    letter-spacing: 1px;
    line-height: 1.8;
    font-size: 16px;
  }

}

/**
 * セクショニング
 */

#main .section ~ .section {
  margin-top: 30px;
  padding-top: 30px;
}

#main .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .section ~ .section {
    margin-top: 60px;
    padding-top: 60px;
  }

  #main .column ~ .column {
    margin-top: 80px;
  }

}

/**
 * モーダル
 */

/* 背景色 */

.mfp-bg {
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

.mfp-ready.mfp-bg {
  background: rgba(0, 0, 0, 1.0);
  opacity: 0.8;
}

.mfp-removing.mfp-bg {
  opacity: 0;
}

/* モーダル内容 */

.mfp-wrap {
  overflow: hidden !important;
}

.mfp-wrap .mfp-container .mfp-content {
  width: 80%;
  max-width: 640px;
  max-height: 80vh;
  padding: 0 20px;
  color: #fff;
  overflow: hidden;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  transition: all 0.2s ease-in-out; 
  transform: scale(0.8); 
  opacity: 0;
}

.mfp-wrap.mfp-ready .mfp-container .mfp-content {
  transform: scale(1); 
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-container .mfp-content {
  transform: scale(0.8); 
  opacity: 0;
}

/* 画像 */

.mfp-wrap .mfp-container .mfp-content .image {
  margin-bottom: 20px;
  padding-bottom: 80%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(150%);
}

/* 内容 */

.mfp-wrap .mfp-container .mfp-content .content ~ .content {
  margin-top: 2em;
}

.mfp-wrap .mfp-container .mfp-content .content .title {
  margin-bottom: 0.75em;
  font-size: 1.125em;
  font-weight: 500;
}

.mfp-wrap .mfp-container .mfp-content .content .title + * {
  margin-top: 0;
}

.mfp-wrap .mfp-container .mfp-content .content small {
  line-height: 1.6;
  font-size: 0.875em;
  vertical-align: middle;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  .mfp-wrap .mfp-container .mfp-content .content {
    font-size: 16px;
  }

  .mfp-wrap .mfp-container .mfp-content .content .title {
    font-size: 1.125em;
  }

  .mfp-wrap .mfp-container .mfp-content .content small {
    font-size: 0.75em;
  }

}

/* SDGs */

.mfp-wrap .mfp-container .mfp-content .sdgs {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.mfp-wrap .mfp-container .mfp-content .sdgs img {
  width: calc(100% / 4 - 8px);
  margin: 4px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  .mfp-wrap .mfp-container .mfp-content .sdgs {
    margin-top: 15px;
  }

  .mfp-wrap .mfp-container .mfp-content .sdgs img {
    width: calc(100% / 5 - 8px);
  }

}

/* 前へ / 次へ */

.mfp-wrap .mfp-container .mfp-arrow {
  width: 24px;
  height: 100px;
  margin-top: 0;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: none;
  top: calc(50% - 100px);
}

.mfp-wrap .mfp-container .mfp-arrow::before,
.mfp-wrap .mfp-container .mfp-arrow::after {
  content: none;
}

.mfp-wrap .mfp-container .mfp-arrow-left {
  background-image: url("../image/sustainable/button-prev.png");
  left: auto;
  right: min(90%, 50% + 330px);
}

.mfp-wrap .mfp-container .mfp-arrow-right {
  background-image: url("../image/sustainable/button-next.png");
  right: auto;
  left: min(90%, 50% + 330px);
}

/** ***************************************************************************
 * ビジュアル
 * ************************************************************************* */

#visual {
  overflow: hidden;
}

#visual div.visual {
  height: 61.14vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transform: scale(1.1);
  filter: contrast(150%) brightness(120%);
}

body.loaded
#visual div.visual {
  transition:
    transform 0.6s ease-in-out 0.0s,
    filter 0.8s ease-in-out 1.0s;
  transform: scale(1.0);
  filter: contrast(100%) brightness(100%);
}

#visual div.visual::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1.0);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#visual div.visual::after {
  content: '';
  width: 100%;
  height: 100%;
  background-position: top left;
  background-repeat: repeat;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

#visual div.visual .title {
  padding: 40px;
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 3;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #visual div.visual {
    height: 450px;
  }

}

/** ***************************************************************************
 * コンセプト
 * ************************************************************************* */

#concept {
  padding-top: min(13.08vw, 170px);
  padding-bottom: min(13.08vw, 170px);
  background: url("../../__design2/image/sustainable/concept-bg.jpg") center center / cover no-repeat;
}

#concept div.content {
  max-width: 1065px;
  margin-left: auto;
  margin-right: auto;
  padding: min(10.67%, 40px) min(6.36%, 70px);
  line-height: 2.5;
  font-family: NotoSansCJKjp, sans-serif;
  background-color: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
}

#concept div.content .catchcopy {
  line-height: 1.5;
  font-family: 'NotoSerifCJKjp', serif;
  font-size: 1.25em;
  font-weight: 600;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #concept div.content {
    padding: min(7.27%, 80px) min(6.36%, 70px);
    line-height: 3;
    text-align: center;
  }

  #concept div.content .catchcopy {
    font-size: 1.5em;
  }

}

/** ***************************************************************************
 * 3つの環境認証取得
 * ************************************************************************* */

#quality div.body {
  max-width: 1600px;
}

/**
 * 紹介文
 */

#quality div.lead {
  margin-bottom: 50px;
  font-size: 1.125em;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #quality div.lead {
    margin-bottom: 100px;
    line-height: 2.5;
    font-size: 1.5em;
  }

}

/**
 * クオリティ一覧
 */

#quality div.list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

#quality div.list div.item {
  width: 100%;
  height: 50vw;
  max-height: 410px;
  margin-bottom: 4px;
  padding: 4.62%;
  cursor: pointer;
  color: #fff;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  transition:
    background-position 0.6s ease-in-out 0.3s,
    filter 0.5s ease-in-out 0.55s;
  background-position: -50px center;
  filter: brightness(100%) contrast(200%);
  position: relative;
  z-index: 1;
}

#quality div.list div.item.window-in {
  background-position: center center;
  filter: brightness(100%) contrast(100%);
}

#quality div.list div.item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: background-color 0.5s ease-in-out 0.3s;
  background-color: rgba(0, 0, 0, 0.6);
}

#quality div.list div.item.window-in::after {
  background-color: rgba(0, 0, 0, 0.0);
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #quality div.list {
    justify-content: center;
  }

  #quality div.list div.item {
    width: calc(100% / 4 - 4px);
    min-width: calc(720px / 3 - 4px);
    height: 31.53vw;
    margin: 2px;
    padding: 2.31%;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  #quality div.list div.item:hover {
    transition:
      background-position 0.6s ease-in-out 0.0s,
      filter 0.5s ease-in-out 0.0s;
    filter: brightness(130%) contrast(100%);
  }

}

/**
 * キャッチコピー
 */

#quality div.list div.catchcopy {
  width: 100%;
  margin-bottom: 15px;
  letter-spacing: 2px;
  line-height: 2;
  font-size: 1.25em;
  font-size: max(2.17vw, 15px);
  align-self: flex-end;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #quality div.list div.catchcopy {
    margin-bottom: 10px;
    line-height: 2.5;
    font-size: 1.5em;
    font-size: min(1.54vw, 24px);
  }

}

/**
 * タイトル
 */

#quality div.list div.title {
  margin-right: 15px;
  font-family: NotoSansCJKjp, sans-serif;
  font-size: 0.875em;
  align-self: flex-start;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #quality div.list div.title {
    margin-right: 30px;
    font-size: min(1.357vw, 13px);
  }

}

/**
 * MORE
 */

#quality div.list div.more {
  letter-spacing: 2px;
  font-family: NotoSansCJKjp, sans-serif;
  font-size: 0.875em;
  align-self: flex-start;
  position: relative;
  z-index: -1;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #quality div.list div.more {
    font-size: min(1.357vw, 13px);
  }

  #quality div.list div.item.small div.more {
    margin-top: 1.5em;
  }

}

/* 黒丸 */

#quality div.list div.more::before {
  content: '';
  width: 7em;
  padding-bottom: 7em;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: calc(100% - 0.5em);
  transition: transform 0.3s ease-in-out 0.0s;
  transform: translate(-50%, -50%) scale(0);
}

#quality div.list div.item:hover div.more::before {
  transform: translate(-50%, -50%) scale(1);
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #quality div.list div.more::before {
    width: min(9.23vw, 120px);
    padding-bottom: min(9.23vw, 120px);
  }

}

/* 矢印 */

#quality div.list div.more::after {
  content: '';
  width: 1em;
  height: 1.125em;
  margin-top: -2px;
  margin-left: 12px;
  background: url("../image/sustainable/icon-arrow-1.png") 0 0 / 100% 100% no-repeat;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}

/** ***************************************************************************
 * 設備
 * ************************************************************************* */

#equipment div.body {
  max-width: 1600px;
  padding: 0;
}

/**
 * タイトル
 */

#equipment .section-title {
  margin-bottom: 30px;
  font-size: 0.75em;
  text-align: center;
}

#equipment .section-title img {
  margin: auto auto 5px;
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #equipment .section-title {
    margin-bottom: 60px;
  }

}

/**
 * クオリティ一覧
 */

#equipment div.list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

#equipment div.list div.item {
  width: 100%;
  height: 50vw;
  max-height: 410px;
  margin-bottom: 4px;
  padding: 4.62%;
  cursor: pointer;
  color: #fff;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  transition:
    background-position 0.6s ease-in-out 0.3s,
    filter 0.5s ease-in-out 0.55s;
  background-position: -50px center;
  filter: brightness(100%) contrast(200%);
  position: relative;
  z-index: 1;
}

#equipment div.list div.item.window-in {
  background-position: center center;
  filter: brightness(100%) contrast(100%);
}

#equipment div.list div.item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: background-color 0.5s ease-in-out 0.3s;
  background-color: rgba(0, 0, 0, 0.6);
}

#equipment div.list div.item.window-in::after {
  background-color: rgba(0, 0, 0, 0.0);
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #equipment div.list div.item {
    width: calc(100% / 4 - 4px);
    min-width: calc(720px / 3 - 4px);
    height: 31.53vw;
    margin: 2px;
    padding: 2.31%;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  #equipment div.list div.item:hover {
    transition:
      background-position 0.6s ease-in-out 0.0s,
      filter 0.5s ease-in-out 0.0s;
    filter: brightness(130%) contrast(100%);
  }

}

/**
 * キャッチコピー
 */

#equipment div.list div.catchcopy {
  width: 100%;
  margin-bottom: 15px;
  letter-spacing: 2px;
  line-height: 1.5;
  font-size: 1.125em;
  align-self: flex-end;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #equipment div.list div.catchcopy {
    margin-bottom: 10px;
    font-size: 1em;
  }

}

/**
 * タイトル
 */

#equipment div.list div.title {
  margin-right: 15px;
  line-height: 1.5;
  font-size: 1.5em;
  align-self: first baseline;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #equipment div.list div.title {
    margin-right: 0;
    font-size: min(1.846vw, 24px);
  }

}

/**
 * MORE
 */

#equipment div.list div.more {
  letter-spacing: 2px;
  font-family: NotoSansCJKjp, sans-serif;
  font-size: 0.875em;
  align-self: first baseline;
  position: relative;
  z-index: -1;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #equipment div.list div.more {
    margin-top: 3em;
    font-size: min(1.357vw, 13px);
  }

}

/* 黒丸 */

#equipment div.list div.more::before {
  content: '';
  width: 7em;
  padding-bottom: 7em;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: calc(100% - 0.5em);
  transition: transform 0.3s ease-in-out 0.0s;
  transform: translate(-50%, -50%) scale(0);
}

#equipment div.list div.item:hover div.more::before {
  transform: translate(-50%, -50%) scale(1);
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #equipment div.list div.more::before {
    width: min(9.23vw, 120px);
    padding-bottom: min(9.23vw, 120px);
  }

}

/* 矢印 */

#equipment div.list div.more::after {
  content: '';
  width: 1em;
  height: 1.125em;
  margin-top: -2px;
  margin-left: 12px;
  background: url("../image/sustainable/icon-arrow-1.png") 0 0 / 100% 100% no-repeat;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}

/** ***************************************************************************
 * 環境認証取得物件一覧
 * ************************************************************************* */

/**
 * タイトル
 */

#stylio .section-title {
  margin-bottom: 25px;
  font-size: 1.5em;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #stylio .section-title {
    margin-bottom: 50px;
    font-size: 1.5em;
  }

}

/**
 * 一覧
 */

#stylio div.list {
  padding-bottom: 10px;
  overflow: hidden;
  overflow-x: visible;
}

#stylio div.list table.data {
  font-size: 0.875em;
  border-collapse: collapse;
}

#stylio div.list table.data th {
  font-weight: normal;
}

#stylio div.list table.data th[scope="row"] {
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}

#stylio div.list table.data td {
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}
