@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700");
/*--------------------------------------------
標準設定
---------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

.urllist-read-more {
  display: flex;
  justify-content: center;
}

.urllist-read-more .urllist-read-more-btn {
  max-width: 336px;
  width: 100%;
  color: #666666;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #666;
  background: transparent !important;
  border-radius: 0;
}

.hatena-module-title {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  background-position: center top;
  color: #000;
  font-weight: bold;
  border: none;
}

.hatena-module-title:after {
  display: none;
}

.hatena-module-title span {
  display: block;
}

.hatena-module-title a {
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: none;
}

.hatena-module-title a:hover {
  text-decoration: none;
}

.hatena-module {
  margin-bottom: 0;
}

#wrapper {
  width: 100% !important;
}

/*--------------------------------------------
記事ページ
---------------------------------------------*/
.page-archive .navbar:not(.is-touch) {
  margin-bottom: 0;
}

.page-archive #container {
  color: #222;
}

.page-archive #container-inner {
  padding-top: 0;
}

.page-archive #content {
  position: relative;
}

.page-archive #content a {
  text-decoration: none;
}

.page-archive #content a:hover {
  text-decoration: none;
  outline: 0;
}

.page-archive #content a:active {
  text-decoration: none;
  outline: 0;
}

.page-archive #box2 {
  display: none;
}

@media screen and (min-width: 768px) {
  .page-archive .navbar:not(.is-touch) {
    margin-bottom: 0;
  }
  .page-archive #container {
    color: #222;
  }
  .page-archive #content {
    position: relative;
  }
  .page-archive #content a {
    text-decoration: none;
  }
  .page-archive #content a:hover {
    text-decoration: none;
    outline: 0;
  }
  .page-archive #content a:active {
    text-decoration: none;
    outline: 0;
  }
  .page-archive #top-box {
    padding-top: 112px;
  }
  .page-archive #top-box .breadcrumb {
    position: relative;
    font-size: 11px;
    color: #666;
    margin-top: 16px;
    margin-bottom: 20px;
    z-index: 2;
  }
  .page-archive #top-box .breadcrumb a {
    font-size: 11px;
    color: #666;
  }
  .page-archive .archive-header-category {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 100px;
  }
  .page-archive .archive-header-category .archive-heading {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #666666;
    font-size: 52px;
    border: none;
    margin-bottom: 0;
  }
  .page-archive .archive-header-category .archive-heading:before {
    content: '“ ';
    position: absolute;
    top: 0;
    left: -34px;
    font-size: 52px;
    border: none;
  }
  .page-archive .archive-header-category .archive-heading:after {
    content: ' ”';
    position: absolute;
    top: 0;
    right: -49px;
    left: auto;
    font-size: 52px;
    border: none;
  }
  .page-archive .archive-entries {
    max-width: 1200px;
    min-width: 1007px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 15px;
    padding-left: 15px;
    margin: 20px auto 0;
  }
  .page-archive .archive-entry {
    position: relative;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
  }
  .page-archive .archive-entry:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 4px;
    transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    visibility: visible;
    z-index: 10;
  }
  .page-archive .archive-entry:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 4px;
    height: 0;
    transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    visibility: visible;
    z-index: 10;
  }
  .page-archive .archive-entry.active:before {
    width: 100%;
  }
  .page-archive .archive-entry.active:after {
    height: 100%;
  }
  .page-archive .archive-entry:nth-child(3n) {
    margin-right: 0;
  }
  .page-archive .archive-entry .archive-entry-header {
    margin: 160px auto 0;
  }
  .page-archive .archive-entry .archive-entry-header:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 4px;
    transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    visibility: visible;
    z-index: 10;
  }
  .page-archive .archive-entry .archive-entry-header:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 4px;
    height: 0;
    transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    visibility: visible;
    z-index: 10;
  }
  .page-archive .archive-entry.active .archive-entry-header:before {
    width: 100%;
  }
  .page-archive .archive-entry.active .archive-entry-header:after {
    height: 100%;
  }
  .page-archive .archive-entry .date {
    position: relative;
    width: 90%;
    background: #fff;
    padding: 13px 13px 0;
    margin: 0 auto;
    z-index: 2;
  }
  .page-archive .archive-entry .date a {
    font-size: 16px;
    color: #666666;
  }
  .page-archive .archive-entry .entry-title {
    position: relative;
    width: 90%;
    background: #fff;
    padding: 0px 13px 13px;
    margin: 0 auto;
    z-index: 2;
  }
  .page-archive .archive-entry .entry-title a {
    display: block;
    font-size: 17px;
    color: #666;
    font-weight: bold;
  }
  .page-archive .archive-entry .entry-title a:hover {
    text-decoration: underline !important;
  }
  .page-archive .archive-entry .categories {
    position: relative;
    width: 90%;
    background: #fff;
    padding: 2px 13px 24px;
    margin: 0 auto;
    z-index: 2;
  }
  .page-archive .archive-entry .categories .icon {
    position: relative;
    top: -1px;
    margin-right: 8px;
  }
  .page-archive .archive-entry .categories .icon img {
    width: 20px;
  }
  .page-archive .archive-entry .categories a {
    font-size: 12px;
    color: #666;
    background: #fff;
    border: solid 1px #666;
    border-radius: 15px;
    padding: 2px 8px;
    margin: 5px 8px 0 0;
    transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .page-archive .archive-entry .categories a:hover {
    color: #fff;
    background: #666;
  }
  .page-archive .archive-entry .categories a:hover.category-Sustainability, .page-archive .archive-entry .categories a:hover.category-Work＆Life, .page-archive .archive-entry .categories a:hover.category-Innovation, .page-archive .archive-entry .categories a:hover.category-ORIX {
    opacity: .7;
  }
  .page-archive .archive-entry .entry-thumb-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    overflow: hidden;
    z-index: 1;
  }
  .page-archive .archive-entry .entry-thumb-link .entry-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    float: none;
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
  }
  .page-archive .archive-entry .entry-thumb-link:hover .entry-thumb {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .page-archive .archive-entry .entry-thumb-link.active:before {
    width: 100%;
  }
  .page-archive .archive-entry .entry-thumb-link.active:after {
    height: 100%;
  }
  .page-archive .archive-entry .entry-thumb-link.active .entry-thumb {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .page-archive .archive-entry .entry-thumb-link.active .entry-thumb:before {
    width: 100%;
  }
  .page-archive .archive-entry .entry-thumb-link.active .entry-thumb:after {
    height: 100%;
  }
  .page-archive .archive-entry.active .entry-thumb-link .entry-thumb {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .page-archive .archive-entry .archive-entry-body {
    display: none;
  }
  .page-archive #box2 {
    display: none;
  }
  .page-archive .pager {
    display: flex;
    justify-content: center;
    width: 100%;
    border: none;
    margin-top: 100px;
  }
  .page-archive .pager span {
    width: 164px;
  }
  .page-archive .pager span + span {
    margin-left: 32px;
  }
  .page-archive .pager span a {
    color: #666665;
    text-align: center;
    font-size: 14px;
    border: 1px solid #666665;
    padding: 6px 10px;
  }
  .page-archive .pager span a:hover {
    opacity: .7;
  }
  .page-archive .footer-nav-area {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .page-archive .navbar:not(.is-touch) {
    margin-bottom: 0;
  }
  .page-archive #container {
    color: #222;
  }
  .page-archive #content {
    position: relative;
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 20px;
  }
  .page-archive #content a {
    text-decoration: none;
  }
  .page-archive #content a:active {
    text-decoration: none;
    outline: 0;
  }
  .page-archive .urllist-read-more .urllist-read-more-btn {
    font-size: 14px;
    padding: 12px 10px;
  }
  .page-archive .urllist-category-link {
    font-size: 12px;
    padding: 3px 15px 3px;
    border-radius: 15px;
    border: solid 1px #666;
  }
  .page-archive #top-box {
    margin-right: 0;
    margin-left: 0;
    padding-top: 108px;
  }
  .page-archive #top-box .breadcrumb {
    position: relative;
    font-size: 11px;
    color: #666;
    margin: 16px 5% 10px;
    z-index: 2;
  }
  .page-archive #top-box .breadcrumb a {
    font-size: 11px;
    color: #666;
  }
  .page-archive .archive-header-category {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .page-archive .archive-header-category .archive-heading {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #666666;
    font-size: 29px;
    border: none;
    margin-bottom: 0;
  }
  .page-archive .archive-header-category .archive-heading:before {
    content: '“ ';
    position: absolute;
    top: 0;
    left: -20px;
    font-size: 29px;
    border: none;
  }
  .page-archive .archive-header-category .archive-heading:after {
    content: ' ”';
    position: absolute;
    top: 0;
    right: -44px;
    left: auto;
    font-size: 29px;
    border: none;
  }
  .page-archive .archive-entries {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-archive .archive-entry {
    position: relative;
    width: 49%;
  }
  .page-archive .archive-entry .archive-entry-header {
    margin: 180px auto 0;
  }
  .page-archive .archive-entry .date {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 8px 8px 0;
    z-index: 2;
  }
  .page-archive .archive-entry .date a {
    font-size: 12px;
    color: #666666;
  }
  .page-archive .archive-entry .entry-title {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 2px 8px 6px;
    margin: 0 auto;
    z-index: 2;
  }
  .page-archive .archive-entry .entry-title a {
    font-size: 14px;
    color: #666;
    font-weight: bold;
  }
  .page-archive .archive-entry .entry-title a:hover {
    text-decoration: underline;
  }
  .page-archive .archive-entry .categories {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 2px 8px 13px;
    margin: 0 auto;
    z-index: 2;
  }
  .page-archive .archive-entry .categories .icon {
    position: relative;
    top: -1px;
    margin-right: 3px;
  }
  .page-archive .archive-entry .categories .icon img {
    width: 18px;
  }
  .page-archive .archive-entry .categories a {
    font-size: 11px;
    color: #666;
    background: #fff;
    border: solid 1px #666;
    border-radius: 15px;
    padding: 2px 7px;
    margin: 5px 2px 0 0;
  }
  .page-archive .archive-entry .entry-thumb-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    overflow: hidden;
    z-index: 1;
  }
  .page-archive .archive-entry .entry-thumb-link .entry-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    float: none;
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
  }
  .page-archive .archive-entry .entry-thumb-link:hover .entry-thumb {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .page-archive .archive-entry .entry-thumb-link.active:before {
    width: 100%;
  }
  .page-archive .archive-entry .entry-thumb-link.active:after {
    height: 100%;
  }
  .page-archive .archive-entry .entry-thumb-link.active .entry-thumb {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .page-archive .archive-entry .entry-thumb-link.active .entry-thumb:before {
    width: 100%;
  }
  .page-archive .archive-entry .entry-thumb-link.active .entry-thumb:after {
    height: 100%;
  }
  .page-archive .archive-entry .archive-entry-body {
    display: none;
  }
  .page-archive #box2 {
    display: none;
  }
  .page-archive .pager {
    display: flex;
    justify-content: center;
    width: 100%;
    border: none;
    margin-top: 16px;
  }
  .page-archive .pager span {
    width: 46%;
  }
  .page-archive .pager span + span {
    margin-left: 8%;
  }
  .page-archive .pager span a {
    color: #666665;
    text-align: center;
    font-size: 12px;
    border: 1px solid #666665;
    padding: 6px 10px;
  }
  .page-archive .footer-nav-area {
    margin-top: 60px;
  }
}

@media print {
  * {
    background: none !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: Gray();
            filter: Gray();
    filter: url("desaturate.svg#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    filter: grayscale(100%);
  }
  a {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href="#"],
  a[href="javascript:"] {
    content: "";
  }
}
/*# sourceMappingURL=maps/archive.css.map */
