@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400, 500, 700");
/*--------------------------------------------
標準設定
---------------------------------------------*/
body.ie {
  font-family: Meiryo, "Meiryo UI", sans-serif;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

#main .urllist-image {
  max-width: 100%;
}

.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;
  background: #fff;
  border-radius: 0;
}

.urllist-read-more .urllist-read-more-btn.pink {
  background: #ed768a !important;
  border-color: #ed768a;
  color: #fff;
}

.urllist-read-more .urllist-read-more-btn.pink.official {
  color: #ed768a;
  background: transparent !important;
  border-color: #ed768a;
}

.urllist-category-link {
  color: #666;
  background: #fff;
  border: solid 2px #999;
  margin: 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;
}

/*.sns-share{
  position: fixed;
  right: 8px;
  top: 36%;
  transform: translate3d(0, -50%, 0);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .7s  cubic-bezier(0.215, 0.61, 0.355, 1), visibility .7s  cubic-bezier(0.215, 0.61, 0.355, 1);
  &.show{
    opacity: 1;
    visibility: visible;
  }
  li{
    list-style: none;
    + li{
      margin-top: 20px;
    }
    a{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      background: #fff;
      padding: 10px;
      border-radius: 50%;
      svg{
        max-width: 100%;
        height: auto;
        fill: #000;
        transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
      }
      &.facebook{
        svg{
          width: 54%;
        }
        &:hover{
          svg{
            fill: #1e4191;
          }
        }
      }
      &.twitter{
        svg{
          width: 94%;
        }
        &:hover{
          svg{
            fill: #55acee;
          }
        }
      }
      &.hatena{
        svg{
          width: 80%;
        }
        &:hover{
          svg{
            fill: #00A4DE;
          }
        }
      }
    }
  }
}*/
.large-category .urllist-category-link.category-Sustainability {
  background-color: #82b441 !important;
}

.large-category .urllist-category-link.category-Work＆Life {
  background-color: #6d5faa !important;
}

.large-category .urllist-category-link.category-Innovation {
  background-color: #e6a500 !important;
}

.large-category .urllist-category-link.category-ORIX {
  background-color: #999999 !important;
}

.large-category .urllist-category-link.category-働き方, .large-category .urllist-category-link.category-農業, .large-category .urllist-category-link.category-少子高齢化対策, .large-category .urllist-category-link.category-新技術, .large-category .urllist-category-link.category-スポーツ, .large-category .urllist-category-link.category-ロボット, .large-category .urllist-category-link.category-地方創生, .large-category .urllist-category-link.category-ファイナンス, .large-category .urllist-category-link.category-ワークライフシフト, .large-category .urllist-category-link.category-ピックアップ, .large-category .urllist-category-link.category-カルーセル用, .large-category .urllist-category-link.category-オリックスストーリー, .large-category .urllist-category-link.category-オリックスチャレンジ {
  display: none !important;
}

.page-archive .categories .archive-category-link.category-カルーセル用 {
  display: none !important;
}

.page-entry .categories .entry-category-link.category-カルーセル用 {
  display: none !important;
}

#content-inner .category-カルーセル用 {
  display: none !important;
}

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

#wrapper {
  width: 100% !important;
}

.category-nav-wrap {
  position: relative;
  width: 100%;
  background: #fff;
}

.category-nav-wrap .category-nav {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
}

.category-nav-wrap .category-nav li {
  width: 25%;
  list-style: none;
  margin: 0;
}

.category-nav-wrap .category-nav li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  color: #666;
  text-align: center;
  font-weight: normal;
  background: transparent;
  margin: 0;
}

.category-nav-wrap .category-nav li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: transparent;
}

.category-nav-wrap .category-nav li a:hover {
  text-decoration: none;
}

.category-nav-wrap .category-nav li.all a:hover {
  color: #cd1432;
}

.category-nav-wrap .category-nav li.all a:hover:before {
  background: #cd1432;
}

.category-nav-wrap .category-nav li.Sustainability a:hover {
  color: #82b441;
}

.category-nav-wrap .category-nav li.Sustainability a:hover:before {
  background: #82b441;
}

.category-nav-wrap .category-nav li.Work＆Life a:hover {
  color: #6d5faa;
}

.category-nav-wrap .category-nav li.Work＆Life a:hover:before {
  background: #6d5faa;
}

.category-nav-wrap .category-nav li.Innovation a:hover {
  color: #e6a500;
}

.category-nav-wrap .category-nav li.Innovation a:hover:before {
  background: #e6a500;
}

.category-nav-wrap .category-nav li.orix a:hover {
  color: #999999;
}

.category-nav-wrap .category-nav li.orix a:hover:before {
  background: #999999;
}

.mega-menu-bg {
  transition: background-color .5s linear .5s;
}

.mega-menu-bg.hidden {
  background-color: transparent !important;
}

.pageTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  min-width: 0 !important;
  min-width: initial !important;
  width: auto !important;
  z-index: 1000;
  display: inline-block;
  padding-bottom: 0;
  background: transparent !important;
  opacity: 0;
  transition: opacity .2s linear;
}

.pageTop.show {
  opacity: 1;
}

.pageTop p {
  width: auto !important;
  font-size: 1rem;
  line-height: 1;
  text-align: right;
  margin: 0 !important;
}

.pageTop p a {
  display: inline-block;
  width: 64px;
  height: 64px;
  padding-top: 27px;
  background-color: #FFFFFF;
  border-radius: 32px;
  text-align: center;
}

.pageTop p img {
  display: inline-block;
  width: 30px;
  height: 9px;
  vertical-align: middle;
}

.sp-pageTop {
  display: none;
}

.page-archive #container-inner, .page-entry #container-inner {
  position: relative;
}

.page-archive #container-inner:before, .page-entry #container-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 424px;
  background: #faaf00;
  background: linear-gradient(0deg, #faaf00 0%, #fdfeff 0%, #dae2f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faaf00",endColorstr="#dae2f1",GradientType=1);
}

@media screen and (min-width: 768px) {
  /*--------------------------------------------
  標準設定
  ---------------------------------------------*/
  a:hover {
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  header.global .nav-area .top-menu:nth-of-type(2) {
    bottom: 28px !important;
  }
  .urllist-read-more {
    margin-top: 80px;
  }
  .urllist-read-more .urllist-read-more-btn {
    font-size: 14px;
    padding: 15px 10px;
  }
  .urllist-read-more .urllist-read-more-btn:hover {
    opacity: .7;
  }
  .wm-vertical {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
  }
  .pageTop p img {
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear, -webkit-transform .1s linear;
  }
  .pageTop p a:hover img {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }
  .hatena-module-title:before {
    content: '';
    position: absolute;
    color: #7d7d7d;
  }
  .category-nav-wrap .category-nav {
    width: 1000px;
  }
  .category-nav-wrap .category-nav li a {
    font-size: 16px;
    padding: 16px 10px 19px;
    transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .category-nav-wrap .category-nav li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: transparent;
    transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .category-nav-wrap .category-nav li a:hover {
    text-decoration: none;
  }
  /*.sns-share{
    position: fixed;
    right: 25px;
    top: 36%;
    transform: translate3d(0, -50%, 0);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity .7s  cubic-bezier(0.215, 0.61, 0.355, 1), visibility .7s  cubic-bezier(0.215, 0.61, 0.355, 1);
    &.show{
      opacity: 1;
      visibility: visible;
    }
    li{
      list-style: none;
      + li{
        margin-top: 20px;
      }
      a{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background: #fff;
        padding: 10px;
        border-radius: 50%;
        svg{
          max-width: 100%;
          height: auto;
          fill: #000;
          transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        &.facebook{
          svg{
            width: 54%;
          }
          &:hover{
            svg{
              fill: #1e4191;
            }
          }
        }
        &.twitter{
          svg{
            width: 94%;
          }
          &:hover{
            svg{
              fill: #55acee;
            }
          }
        }
        &.hatena{
          svg{
            width: 80%;
          }
          &:hover{
            svg{
              fill: #00A4DE;
            }
          }
        }
      }
    }
  }*/
  #content {
    width: 100%;
  }
  .urllist-category-link {
    font-size: 12px;
    padding: 3px 15px;
    border: solid 2px #999;
    border-radius: 15px;
  }
  .urllist-category-link:hover {
    color: #fff;
    background: #999;
    opacity: 1;
  }
  .modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s linear 0s, visibility .3s linear 0s;
    z-index: -1;
  }
  .modal-wrap.show {
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 10000;
  }
  .modal-wrap .overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5%;
    background-color: rgba(255, 255, 255, .8);
    cursor: pointer;
    z-index: 10000;
  }
  .modal-wrap .modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 960px;
    width: 100%;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    z-index: 10001;
    transition: opacity .3s linear .5s, visibility .3s linear .5s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .modal-wrap .modal-inner.show {
    opacity: 1;
    visibility: visible;
  }
  .modal-wrap .modal-inner .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .modal-wrap .modal-inner .modal-movie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .modal-wrap .modal-inner .modal-movie .movie {
    width: 100%;
  }
  .modal-wrap .modal-inner .modal-close {
    position: absolute;
    top: -32px;
    right: 0;
    cursor: pointer;
  }
  .modal-wrap .modal-inner .modal-close i {
    color: #ee768b;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  /*--------------------------------------------
  標準設定
  ---------------------------------------------*/
  .global .inner-1 {
    width: 100% !important;
  }
  #content {
    margin-left: 0;
    margin-right: 0;
  }
  .urllist-read-more .urllist-read-more-btn {
    font-size: 14px;
    padding: 12px 10px;
  }
  .urllist-category-link {
    font-size: 12px;
    padding: 3px 15px;
    border-radius: 15px;
    border: solid 1px #666;
  }
  .category-nav-wrap .category-nav {
    position: relative;
    display: flex;
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
    z-index: 2;
  }
  .category-nav-wrap .category-nav li {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
  }
  .category-nav-wrap .category-nav li + li {
    border-left: 1px solid #999999;
  }
  .category-nav-wrap .category-nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.3;
    padding: 15px 0;
    background: #fff;
  }
  .category-nav-wrap .category-nav li.all a {
    color: #cd1432;
  }
  .category-nav-wrap .category-nav li.Sustainability a {
    color: #82b441;
  }
  .category-nav-wrap .category-nav li.Work＆Life a {
    color: #6d5faa;
  }
  .category-nav-wrap .category-nav li.Innovation a {
    color: #e6a500;
  }
  .category-nav-wrap .category-nav li.orix a {
    color: #666666;
  }
  /*.sns-share{
    position: fixed;
    right: 8px;
    top: 36%;
    transform: translate3d(0, -50%, 0);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity .7s  cubic-bezier(0.215, 0.61, 0.355, 1), visibility .7s  cubic-bezier(0.215, 0.61, 0.355, 1);
    &.show{
      opacity: 1;
      visibility: visible;
    }
    li{
      list-style: none;
      + li{
        margin-top: 20px;
      }
      a{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background: #fff;
        padding: 10px;
        border-radius: 50%;
        svg{
          max-width: 100%;
          height: auto;
          fill: #000;
          transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        &.facebook{
          svg{
            width: 54%;
          }
          &:hover{
            svg{
              fill: #1e4191;
            }
          }
        }
        &.twitter{
          svg{
            width: 94%;
          }
          &:hover{
            svg{
              fill: #55acee;
            }
          }
        }
        &.hatena{
          svg{
            width: 80%;
          }
          &:hover{
            svg{
              fill: #00A4DE;
            }
          }
        }
      }
    }
  }*/
  .modal-wrap {
    position: fixed;
    top: -100%;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s linear 0s, visibility .3s linear 0s;
    z-index: -1;
  }
  .modal-wrap.show {
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 10000;
  }
  .modal-wrap .overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5%;
    background-color: rgba(255, 255, 255, .8);
    cursor: pointer;
    z-index: 10000;
  }
  .modal-wrap .modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    z-index: 10001;
    transition: opacity .3s linear .2s, visibility .3s linear .2s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .modal-wrap .modal-inner.show {
    opacity: 1;
    visibility: visible;
  }
  .modal-wrap .modal-inner .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .modal-wrap .modal-inner .modal-movie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .modal-wrap .modal-inner .modal-movie .movie {
    width: 100%;
  }
  .modal-wrap .modal-inner .modal-close {
    position: absolute;
    top: -30px;
    right: 0px;
    cursor: pointer;
  }
  .modal-wrap .modal-inner .modal-close i {
    color: #ee768b;
    font-size: 20px;
  }
  .pageTop {
    display: none;
  }
  .sp-pageTop {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s linear, visibility .5s linear, -webkit-transform .3s linear;
    transition: opacity .5s linear, visibility .5s linear, transform .3s linear;
    transition: opacity .5s linear, visibility .5s linear, transform .3s linear, -webkit-transform .3s linear;
  }
  .sp-pageTop.show {
    opacity: 1;
    visibility: visible;
  }
  .sp-pageTop.footer-fixed {
    -webkit-transform: translate3d(0, -48px, 0);
    transform: translate3d(0, -48px, 0);
  }
  .sp-pageTop p {
    margin-bottom: 0;
    line-height: 1;
    padding-bottom: 0;
  }
  .sp-pageTop p img {
    width: 30px;
    height: auto;
  }
  .sp-pageTop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  /*--------------------------------------------
標準設定
---------------------------------------------*/
  /*--------------------------------------------
コンテンツ名
---------------------------------------------*/
}

@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/common.css.map */

/*--------------------------------------------
footer
---------------------------------------------*/
.footer-area {
	line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .footer-area {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  footer .footerMenu li:nth-child(even) {
      width: 100%;
      padding-right: 0;
  }
  footer .footerMenu li {
    margin: 0 0 1em 0;
  }
}
