@charset "UTF-8";
body {
  overflow-x: hidden;
  width: 1260px;
  margin: auto;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }
}

.breadcrumbList {
  margin-top: 120px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.breadcrumbList .breadcrumb + .breadcrumb::before {
  content: ">";
  margin: 0 10px;
}

#contents #main {
  margin: 0;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000 !important;
}

h2 {
  border: none !important;
  background-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000000 !important;
  font-weight: normal !important;
  display: block !important;
}

h3 {
  font-size: 20px !important;
  margin: 0 0 20px 0 !important;
}

/* common */
#contents #kv {
  margin-bottom: 0 !important;
}

#contents #kv ul li.active {
  border-bottom: solid 2px #4fc1e4;
}

#contents #kv ul li:hover {
  border-bottom: solid 2px #4fc1e4;
}

.estimate_area {
  width: 920px;
  text-align: center;
  padding-bottom: 60px;
  margin: 0 0 60px 0;
  border-bottom: 1px dotted #cccccc;
}

.estimate_area p {
  color: #000000 !important;
}

.entry_area {
  width: 920px;
  text-align: center;
  padding: 50px 0 50px 0;
  margin: 0 0 40px 0;
  border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
}

.entry_area p {
  color: #000000 !important;
}

.estimate_area p {
  font-size: 16px !important;
}

#content_footer {
  width: 920px;
  padding: 0 0 60px 0;
}

#banner_top {
  width: 920px;
  margin: 0 0 40px 0;
}

#banner_top div {
  float: left;
  width: 200px;
}

#banner_left {
  float: left;
  width: 432px;
}

#banner_left div {
  float: left;
  margin: 0 0 20px 0;
  width: 200px;
}

#banner_right {
  float: left;
  width: 464px;
  padding: 0 0 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#banner_right div {
  float: left;
  width: 200px;
  margin: 0 0 17px 0;
}

.ml116 {
  margin-left: 116px !important;
}

.ml226 {
  margin-left: 226px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.blue_text {
  color: #4fc1e4;
}

a.ylink {
  display: block;
  font-size: 14px;
  color: #fff;
  /* text-align: center;
  width: 640px;
  margin: 30px 0; */
  text-align: right;
  width: 100%;
  margin: 40px -20px;
}

a.ylink svg {
  width: 10px;
  margin-right: 7px;
}

a.ylink:hover {
  text-decoration: none;
}

a.flink {
  padding-left: 20px;
  background-image: url(/assets/images/office_coffee/fresh_brew/link.png);
  background-repeat: no-repeat;
  background-position: 0px;
  color: #ffffff;
}

a:hover .flink {
  padding-left: 20px;
  background-image: url(/assets/images/office_coffee/fresh_brew/link.png);
  background-repeat: no-repeat;
  background-position: 0px;
  color: #ffffff;
  text-decoration: none;
}

/* index */
#index_entry {
  width: 920px;
  height: 270px;
  background-image: url(/assets/images/office_coffee/fresh_brew/index_entry_bg.png);
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 50px 0 0 0;
  letter-spacing: -0.1em;
}

#contents.environment {
  width: 1000px;
  margin: 60px auto;
}
@media screen and (max-width: 1260px) {
  #contents.environment {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  #contents.environment {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #contents.environment {
    width: 100%;
  }
}
#contents.environment .container-full {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
@media screen and (max-width: 1260px) {
  #contents.environment .container-full {
    width: 100vw;
    left: 0;
    margin-left: -20px;
  }
}
#contents.environment .container-full .kv {
  margin: -60px 0 60px;
  position: relative;
}
@media screen and (max-width: 1260px) {
  #contents.environment .container-full .kv {
    margin-top: -80px;
  }
}
#contents.environment .container-full .kv img {
  width: 100%;
}
#contents.environment .container-full .kv h1 {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  #contents.environment .container-full .kv h1 {
    top: 35%;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    font-size: 6vw;
    width: 100%;
  }
}

#contents.environment #kv {
  background-image: none;
}

#contents.environment #main {
  width: 100%;
}

#contents.environment #main p {
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 0;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #contents.environment #main p {
    padding-right: 0;
    font-size: 16px;
    line-height: 2;
  }
}

#contents.environment #main h2 {
  font-size: 24px;
  font-family: "Zen Kaku Gothic New";
  color: #023F88 !important;
  font-weight: bold !important;
  text-align: center;
  background-image: url(/assets/images/sustainability_environmental/h2.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 52px;
  margin: 86px auto 68px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #contents.environment #main h2 {
    font-size: 22px;
    margin-bottom: 20px !important;
  }
}

#contents.environment .img_fr small {
  display: block;
  text-align: right;
}

#contents.environment .img_fr .left {
  margin-right: 20px;
}

#contents.environment .gray {
  background-color: #F6F6F6;
  padding: 30px;
  margin-top: 40px;
}

#contents.environment .gray h3 {
  font-weight: bold;
}

.center {
  text-align: center;
}

#contents.environment #main .fv p.text {
  width: 530px;
  margin-top: 60px;
}

#contents.environment .mb10 {
  margin-bottom: 100px;
}

#contents.environment .flex-reverce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #contents.environment .flex-reverce {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#contents.environment .flex-reverce > p {
  width: 60%;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  #contents.environment .flex-reverce > p {
    width: 100%;
  }
}
#contents.environment .flex-reverce .img_fr {
  width: 40%;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #contents.environment .flex-reverce .img_fr {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
  }
}
#contents.environment .flex-reverce .img_fr img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#contents.environment .flex-reverce .img_fr img.half {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #contents.environment .flex-reverce .img_fr img.half {
    width: calc(50% - 5px);
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  footer {
    width: 100%;
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .footer__links > div {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .information {
    padding-top: 105px;
  }
}
@media screen and (max-width: 767px) {
  .information {
    padding-top: 60px;
  }
  .information::before {
    left: 0;
  }
}/*# sourceMappingURL=sustainability_environmental.css.map */