@charset "utf-8";

/* ======================================================
 * home.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */
  
  /* ----- a ----- */
  
  /* ----- opacity ----- */
  
  /* ----- transition ----- */
  
  /* ----- sprite ----- */
  a.research-link.a-pdf::after,
  a.research-link.a-blank::after,
  a.important-link.a-pdf::after,
  a.important-link.a-blank::after,
  a.news-link.a-pdf::after,
  a.news-link.a-blank::after,
  .slider-imagelink .a-pdf::after,
  .slider-imagelink .a-blank::after {
   display: none;
  }
 
  a.research-link.a-blank > dl > dd::after,
  a.research-link.a-pdf > dl > dd::after,
  a.important-link.a-blank > dl > dd::after,
  a.important-link.a-pdf > dl > dd::after,
  a.news-link.a-blank > dl > dd::after,
  a.news-link.a-pdf > dl > dd::after,
  .slider-imagelink .a-blank .imagelink_text::after,
  .slider-imagelink .a-pdf .imagelink_text::after {
    display: inline-block;
    margin: .45em 0 0 10px;
    background: url(/common/img/com_sprite01.png) no-repeat;
    vertical-align: top;
    content: "";
  }
  a.research-link.a-blank > dl > dd::after,
  a.important-link.a-blank > dl > dd::after,
  a.news-link.a-blank > dl > dd::after,
  .slider-imagelink .a-blank .imagelink_text::after { width: 14px; height: 14px; background-position: 0 0; }
 
  a.research-link.a-pdf > dl > dd::after,
  a.important-link.a-pdf > dl > dd::after,
  a.news-link.a-pdf > dl > dd::after { width: 14px; height: 14px; background-position: -14px 0; }
  
 
  .slider-imagelink .a-blank .imagelink_text::after { width: 14px; height: 14px; background-position: 0 0; margin: .45em 0 0 10px;}
  .slider-imagelink .a-pdf .imagelink_text::after { width: 14px; height: 14px; background-position: -14px 0; margin: .45em 0 0 10px;}
 
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .container {
    max-width: 100%;
    margin: 0;
  }
  .contents {
    padding-bottom: 0;
  }
  .left-contents {
    float: left;
    height: calc(100vh - 80px);
    overflow: hidden;
    width: 60.1086956%;
    background-color: #999;
    
  }
  .right-contents {
    float: right;
    height: calc(100vh - 80px);
    width: 39.8913043%;
  }
  .right-contents .right-contents_inner  {
    padding-bottom: 30px;
    background-color: #ebf2ed;
  }
 
 .contents .mCSB_inside > .mCSB_container {
  margin-right: 0;
 }
 .contents .mCSB_inside .mCSB_scrollTools .mCSB_dragger,
 .contents .mCSB_inside .mCSB_scrollTools .mCSB_draggerRail{
  display: none !important;
 }
  .section01 {
    display: flex;
    width: 100%;
   background-color: #f8fbf8;
   padding-bottom: 5px;
  }
  .section02 {
    display: flex;
    width: 79.6564195%;
  }
  .section03 {
    width: 20.3435804%;
    display: flex;
    flex-flow: column;
  }
  .section03 > * {
    height: 50%;
  }
 
  .main-slider .slider-imagelink {
    margin-top: 0;
  }
  .main-slider .slider-imagelink ul li .imagelink_text {
    position: static;
    width: 100%;
    margin: 0 auto;
    background: #008574;
    padding: 18px 135px 18px 25px;
    font-size: 2.6rem;
    line-height: 1.4;
  }
   .main-slider .slider-imagelink ul li > a:hover {
    text-decoration: none;
  }
  .main-slider .slider-imagelink .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .main-slider .slider-imagelink .slick-dots {
    position: absolute;
    right: 45px;
    bottom: 28px;
  }
  .main-slider .slider-imagelink .slick-dots li button::before {
    background-color: #fff;
  }
  .main-slider .slider-imagelink .slick-dots li.slick-active button::before {
    background-color: #999;
  }
  .main-slider .imagelink_control {
    right: 20px;
    bottom: 28px;
  }
  .main-slider .imagelink_control .imagelink_stop::after {
    background: url("/common/img/com_sprite01.png") no-repeat -111px -311px;
  }
  .main-slider .imagelink_control .imagelink_play::after {
    background: url("/common/img/com_sprite01.png") no-repeat -131px -311px;
  }
 
  .link-productivity {
    width: 57.5482406%;
  }
  .link-productivity > a {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    color: #333;
    font-weight: bold;
    background: url("/img/index_im01.png") no-repeat 0 0;
    background-size: cover;
  }
  .link-productivity > a:hover {
    color: #53a700;
    text-decoration: none;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 5;
  }
  .link-productivity > a > .text_label {
    position: relative;
    font-size: 2.0rem;
    padding-left: 18px;
    display: inline-block;
  }
  .link-productivity > a > .text_label::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #008573;
    content: "";
  }
  .link-database {
    width: 42.4517593%;
    position: relative;
  }
  .link-database > a {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    color: #333;
    background: url("/img/index_im09.png") no-repeat 0 0;
    background-size: cover;
  }
  .link-database > a:hover {
    text-decoration: none;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 5;
  }

  .link-movie {
    width: 42.4517593%;
    position: relative;
  }
  .link-movie > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .link-sdgs {
    border-bottom: 1px solid #ddd;
  }
  .link-sdgs > a {
    position: relative;
    display: flex;
    padding: 5px;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    min-height: 103px;
  }
  .link-sdgs > a:hover {
    text-decoration: none;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 5;
  }
  .link-sdgs > a > .text_label {
    position: relative;
    font-size: 1.4rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  .link-sdgs > a > .text_label::before {
    content: "";
    display: block;
    width: 85px;
    height: 45px;
    margin: 5px auto 12px;
    background: url("/img/index_im02.png") no-repeat 0 0;
  }
  .link-youtube {
    position: relative;
    border-bottom: 1px solid #ddd;
  }
  .link-youtube > a {
    position: relative;
    display: flex;
    padding: 5px;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    min-height: 103px;
  }
  .link-youtube > a:hover {
    text-decoration: none;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 5;
  }
  .link-youtube > a > .text_label {
    position: relative;
    font-size: 1.4rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  .link-youtube > a > .text_label::before {
    content: "";
    display: block;
    width: 140px;
    height: 36px;
    margin: 5px auto 12px;
    background: url("/img/index_im03.png") no-repeat 0 0;
  }
  .link-series {
    position: relative;
    border-bottom: 1px solid #ddd;
  }
  .link-series > a {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    color: #333;
    background: url("/img/index_im10.png") no-repeat 0 0;
    background-size: 90%;
    background-position: center;
    min-height: 103px;
  }
  .link-series > a:hover {
    text-decoration: none;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 5;
  }
  
  .heading-index {
    position: relative;
    width: 100%;
    padding: 0 0 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }
  .heading-index::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #008574;
  }
  .heading-index .heading_title {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
  }
  .heading-index-link {
    position: absolute;
    right: 30px;
    top: 60px;
  }
  .heading-index-link > a {
    display: block;
    padding: 8px 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000033;
    text-decoration: none;
    line-height: 1.1;
  }
  .heading-index-link > a:hover {
    background-color: #53a700;
    color: #fff;
  }
  .heading-index-link > a > .link_label {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .section-research {
    position: relative;
    background-color: #f8fbf8;
    padding: 50px 30px;
  }
  .section-research > .research_inner {
  }
  .research-link-list {
    margin-top: 30px;
  }
  a.research-link:hover {
    text-decoration: none;
  }
  .research-link > dl > dt {
    color: #666;
    font-size: 1.4rem;
    font-weight: bold;
  }
  a.research-link > dl > dd {
    color: #336699;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  a.research-link:hover > dl > dd {
    text-decoration: underline;
    color: #53a700;
  }
  .section-news {
    position: relative;
    padding: 50px 30px;
    background-color: #fff;
  }
  .section-news > .news_inner {
  }
  .section-news .heading-index-link {
    position: absolute;
    right: 40px;
    top: 60px;
  }
  .news-link-list {
    margin-top: 30px;
  }
  [data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > .news-link {
   margin-top: 0;
  }
  .news-link:nth-child(n+3) {
   border-top: 1px solid #eee;
  }
  a.news-link:hover {
    text-decoration: none;
  }
  .news-link [class*="news_icon"] {
    font-size: 1.2rem;
    width: 80px;
  }
  .news-link > dl > dt {
    padding-top: 20px;
    color: #666;
    font-size: 1.4rem;
  }
  a.news-link > dl > dd {
    padding-bottom: 20px;
    color: #336699;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  a.news-link:hover > dl > dd {
    text-decoration: underline;
    color: #53a700;
  }
  .news-link .icon_news_wrap {
  }
  .news-link .icon_news_wrap > .news_icon {
    margin-right: 5px;
    margin-bottom: 3px;
    padding: 0 16px;
    width: auto;
  }
  [data-browser="ie11"] .news-link .icon_news_wrap > .news_icon {
    padding-top: 4px;
  }
 
 
  .section-seminar {
    position: relative;
    padding: 40px 40px 20px;
  }
  .section-seminar > .seminar_inner {
  }
  .section-seminar .index-layout {
    width: 100%;
   margin-top: 20px;
   padding-bottom: 0;
  }
  .section-seminar [data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 1.2rem;
    margin-left: 12px;
  }
  .section-seminar [data-row-pc="2"] > * { width: calc((100% - 12px) / 2); }
  .section-seminar [data-row-pc="3"] > * { width: calc((100% - 24px) / 3); }
  .section-seminar [data-row-pc="4"] > * { width: calc((100% - 36px) / 4); }
  .section-seminar [data-row-pc="5"] > * { width: calc((100% - 48px) / 5); }
  .section-seminar [data-row-pc="6"] > * { width: calc((100% - 60px) / 6); }
  .section-seminar [data-row-pc="auto"] {
    margin-right: -12px;
    margin-bottom: -.5em;
  }
  [data-browser="ie11"] .section-seminar [data-row-pc="2"] > * { width: calc(((100% - (12px * 1)) / 2) - 0.1px); }
  [data-browser="ie11"] .section-seminar [data-row-pc="3"] > * { width: calc(((100% - (12px * 2)) / 3) - 0.1px); }
  [data-browser="ie11"] .section-seminar [data-row-pc="4"] > * { width: calc(((100% - (12px * 3)) / 4) - 0.1px); }
  [data-browser="ie11"] .section-seminar [data-row-pc="5"] > * { width: calc(((100% - (12px * 4)) / 5) - 0.1px); }
  [data-browser="ie11"] .section-seminar [data-row-pc="6"] > * { width: calc(((100% - (12px * 5)) / 6) - 0.1px); }
  [data-browser="edge"] .section-seminar [data-row-pc="2"] > * { width: calc(((100% - (12px * 1)) / 2) - 0.1px); }
  [data-browser="edge"] .section-seminar [data-row-pc="3"] > * { width: calc(((100% - (12px * 2)) / 3) - 0.1px); }
  [data-browser="edge"] .section-seminar [data-row-pc="4"] > * { width: calc(((100% - (12px * 3)) / 4) - 0.1px); }
  [data-browser="edge"] .section-seminar [data-row-pc="5"] > * { width: calc(((100% - (12px * 4)) / 5) - 0.1px); }
  [data-browser="edge"] .section-seminar [data-row-pc="6"] > * { width: calc(((100% - (12px * 5)) / 6) - 0.1px); }
 
  
  .index-layout.index-layout-seminar .index_item > .block > .item_image {
    max-height: 200px;
    height: auto;
  }
  
  .seminar-button {
   margin-top: 20px;
  }
  .seminar-button > li > a {
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: #008574;
    border: 2px solid #008574;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .seminar-button > li > a > .button_inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 17px 35px 17px 45px;
  }
  .seminar-button > li > a:hover {
    color: #008574;
    border: 2px solid #008574;
  }
  .seminar-button > li > a:hover > .button_inner {
    background-color: #fff;
  }
  .seminar-button .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  .seminar-button > li > a::before {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
    content: "";
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .seminar-button > li > a:hover::before {
    left: 30px;
    border-color: transparent transparent transparent #008574;
  }
  .seminar-button-v2,.seminar-button-v2--centering {
   margin-top: 10px;
    width: 100%;
  }
  .seminar-button-v2 > li > a,.seminar-button-v2--centering > li > a {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .seminar-button-v2 > li > a > .button_inner,.seminar-button-v2--centering > li > a > .button_inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 17px 35px 17px 45px;
  }
  .seminar-button-v2 > li > a:hover,.seminar-button-v2--centering > li > a:hover {
    background-color: #53a700;
    color: #fff;
  }
  .seminar-button-v2 .link_label,.seminar-button-v2--centering .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  .seminar-button-v2 > li > a::before,.seminar-button-v2--centering > li > a::before {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #008574;
    content: "";
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  .seminar-button-v2 > li > a:hover::before,.seminar-button-v2--centering > li > a:hover::before {
    left: 30px;
    border-color: transparent transparent transparent #fff;
  }
  .seminar-button-v2--centering {
    justify-content: center;
  }
  .section-consulting {
    position: relative;
    padding: 20px 40px 20px;
  }
  .section-consulting > .consulting_inner {
  }
  .consulting-link-list {
   width: 100%;
   margin-top: 20px;
 }
  [class*="consulting-link-list"][data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 1.2rem;
    margin-left: 12px;
  }
  [class*="consulting-link-list"][data-row-pc="2"] > * { width: calc((100% -  12px) / 2); }
  [class*="consulting-link-list"][data-row-pc="3"] > * { width: calc((100% -  24px) / 3); }
 
  [data-browser="ie11"] [class*="consulting-link-list"][data-row-pc="2"] > * { width: calc(((100% - (12px * 1)) / 2) - 0.1px); }
  [data-browser="ie11"] [class*="consulting-link-list"][data-row-pc="3"] > * { width: calc(((100% - (12px * 2)) / 3) - 0.1px); }
  [data-browser="edge"] [class*="consulting-link-list"][data-row-pc="2"] > * { width: calc(((100% - (12px * 1)) / 2) - 0.1px); }
  [data-browser="edge"] [class*="consulting-link-list"][data-row-pc="3"] > * { width: calc(((100% - (12px * 2)) / 3) - 0.1px); }
 
  .consulting-link-list a {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .consulting-link-list a:hover {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 4;
  }
  .consulting-link-list li {
   position: relative;
  }
  .consulting-link-list li .link_label {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 30%, rgba(0,0,0,0.65) 100%) no-repeat 50% 50% / 100% 100%;
    padding: 5px 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .consulting-link-list-v2 {
   margin-top: 30px;
  }
  .consulting-link-list-v2 > li > a {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .consulting-link-list-v2 > li > a:hover {
    text-decoration: none;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 4;
  }
  .consulting-link-list-v2 > li > .block {
    width: 100%;
    display: flex;
  }
  .consulting-link-list-v2 > li > .block > .link_label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: none;
    flex-grow: 1;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    background-color: #008574;
  }
  .consulting-link-list-v2 > li > .block > .link_label > span {
   position: relative;
   display: inline-block;
   padding-left: 20px;
  }
  .consulting-link-list-v2 > li > .block > .link_label > span::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
    content: "";
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  .consulting-link-list-v2 > li > .block:hover > .link_label > span::before {
    border-color: transparent transparent transparent #fff;
  }
  .pray-contents {
   padding: 20px 30px;
   background-color: #fff;
   border-left: 3px solid #666;
   border-bottom: 1px solid #eee;
  }
  .pray-contents a {
    color: #336699;
   text-decoration: none;
  }
  .pray-contents a:hover {
   text-decoration: underline;
  }
 
  .section-important {
    padding: 20px 30px;
    background-color: #fff6f6;
    border-left: 3px solid #cc0000;
    border-bottom: 1px solid #f4d9d9;
  }
  .section-important .important-title {
   font-weight: bold;
   color: #cc0000;
  }
  .section-important .important-list {
   margin-top: 0.5em;
  }
  .section-important .important-link {
   display: block;
  }
  .section-important .important-link + .important-link {
   margin-top: 0.5em;
  }
  a.important-link:hover {
    text-decoration: none;
  }
  .important-link > dl > dt {
    margin-top: 0.1em;
    width: 9em;
    color: #666;
    font-size: 1.4rem;
    font-weight: bold;
    float: left;
  }
  .important-link > dl > dd {
    overflow: hidden;
  }
  a.important-link > dl > dd {
    color: #336699;
    overflow: hidden;
  }
  a.important-link:hover > dl > dd {
   text-decoration: underline;
  }
 
 
  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
 .Footer {
   min-width: auto;
 }

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- DUMMY ----- */
  DUMMY {
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
/***
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
***/

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */
  
  /* ----- a ----- */
  
  /* ----- opacity ----- */
  
  /* ----- transition ----- */
  
  /* ----- sprite ----- */
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  
  .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .contents {
    padding-bottom: 0;
  }
 
  .section01 {
  }
  .section02 {
    display: flex;
    height: 140px;
  }
  .section02 > * {
    width: 50%;
  }
  .section03 {
    display: flex;
  }
  .section03 > * {
    width: 50%;
  }
  .main-slider .slider-imagelink {
    margin-top: 0;
  }
  .main-slider .slider-imagelink .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .main-slider .slider-imagelink ul li .imagelink_text {
    padding: 18px 15px 40px;
    font-size: 1.8rem;
    text-align: center;
  }
  .main-slider .slider-imagelink .slick-dots {
    position: absolute;
    display: inline-block;
    right: 40%;
    bottom: 20px;
  }
  .main-slider .slider-imagelink .slick-dots li button::before {
    background-color: #fff;
  }
  .main-slider .slider-imagelink .slick-dots li.slick-active button::before {
    background-color: #999;
  }
  .main-slider .imagelink_control {
    right: 33%;
    bottom: 17px;
  }
  .main-slider .imagelink_control .imagelink_stop::after {
    background: url("/common/img/com_sprite01.png") no-repeat -111px -311px;
  }
  .main-slider .imagelink_control .imagelink_play::after {
    background: url("/common/img/com_sprite01.png") no-repeat -131px -311px;
  }
  .link-productivity {
  }
  .link-productivity > a {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 14px;
    color: #333;
    font-weight: bold;
    background: url("/img/index_im01.png") no-repeat 100% 0;
    background-size: cover;
  }
  .link-productivity > a > .text_label {
   font-size: 1.6rem;
    position: relative;
    padding-left: 11px;
    display: inline-block;
    text-shadow: 1px 1px 0px rgba(255,255,255,.5);
  }
  .link-productivity > a > .text_label::before {
    display: block;
    position: absolute;
    top: 0.3em;
    left: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #008573;
    content: "";
  }
  .link-database {
  }
  .link-database > a {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 14px;
    color: #333;
    background: url("/img/index_im09.png") no-repeat 100% 0;
    background-size: cover;
  }
  
  .link-movie {
    position: relative;
  }
  .link-movie > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .link-sdgs {
   position: relative;
  }
  .link-sdgs::after {
   content: "";
   width: 1px;
   height: calc(100% - 30px);
   background-color: #ddd;
   position: absolute;
   top: 15px;
   bottom: 15px;
   right: 0;
  }
  .link-sdgs > a {
    position: relative;
    display: flex;
    padding: 5px;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    min-height: 95px;
  }
  .link-sdgs > a > .text_label {
    position: relative;
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  .link-sdgs > a > .text_label::before {
    content: "";
    display: block;
    width: 77px;
    height: 41px;
    margin: 0 auto 12px;
    background: url("/img/index_im02.png") no-repeat 0 0;
    background-size: contain;
  }
  .link-youtube {
    position: relative;
  }
  .link-youtube > a {
    position: relative;
    display: flex;
    padding: 5px;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    min-height: 95px;
  }
  .link-youtube > a > .text_label {
    position: relative;
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  .link-youtube > a > .text_label::before {
    content: "";
    display: block;
    width: 140px;
    height: 36px;
    margin: 9px auto 21px;
    background: url("/img/index_im03.png") no-repeat 0 0;
    background-size: contain;
  }
  .link-series {
    position: relative;
  }
  .link-series::after {
   content: "";
   width: 1px;
   height: calc(100% - 30px);
   background-color: #ddd;
   position: absolute;
   top: 15px;
   bottom: 15px;
   right: 0;
  }
  .link-series > a {
    position: relative;
    display: flex;
    padding: 5px;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    background: url("/img/index_im10.png") no-repeat 0 0;
    background-size: 90%;
    background-position: center;
  }
  
  .heading-index {
    position: relative;
    width: 100%;
    padding: 0 0 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }
  .heading-index::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #008574;
  }
  .heading-index .heading_title {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
  }
  .heading-index-link {
   display: flex;
   justify-content: center;
   margin-top: 20px;
  }
  .heading-index-link > a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 40px;
    width: 150px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000033;
    text-decoration: none;
    line-height: 1.1;
  }
  .heading-index-link > a > .link_label {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .section-research {
    position: relative;
    background-color: #f8fbf8;
    padding: 25px 15px;
  }
  .section-research > .research_inner {
  }
  .research-link-list {
    margin-top: 20px;
  }
  .research-link {
   display: block;
  }
  .research-link + .research-link {
    margin-top: 0.5em;
  }
  .research-link > dl > dt {
    color: #666;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .research-link > dl > dd {
    margin-top: 0.2em;
    padding-bottom: 1em;
  }
  a.research-link > dl > dd {
    color: #336699;
  }
  .section-news {
    position: relative;
    padding: 35px 15px;
    background-color: #fff;
  }
  .section-news > .news_inner {
  }
  .section-news .heading-index-link {
  }
 
  .news-link-list {
    margin-top: 20px;
  }
  .news-link {
    display: block;
    padding-top: 1em;
    border-top: 1px solid #eee;
  }
  .news-link:first-child {
    border-top: none;
  }
  .news-link > dl > dt {
    color: #666;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .news-link > dl > dd {
    margin-top: 0.2em;
    padding-bottom: 1em;
    color: #336699;
  }
  a.news-link > dl > dd {
    color: #336699;
  }
  .news-link .icon_news_wrap > .news_icon {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 12px;
    width: auto;
  }
 
 
 
  .section-seminar {
    position: relative;
    padding: 35px 15px 20px;
    background-color: #ebf2ed;
  }
  .section-seminar > .seminar_inner {
  }
  .section-seminar .index-layout.index-layout-seminar {
    width: auto;
    margin-top: 20px;
    padding-bottom: 20px;
  }
 
  .seminar-button {
   margin-top: 0;
  }
  .seminar-button > li > a {
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: #008574;
    border: 2px solid #008574;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
  }
  .seminar-button > li > a > .button_inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 12px 30px 12px 30px;
  }
  .seminar-button .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  .seminar-button > li > a::before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
    content: "";
  }
  .seminar-button-v2,.seminar-button-v2--centering {
   margin-top: 15px;
    width: 100%;
  }
  .seminar-button-v2 > li > a,.seminar-button-v2--centering > li > a {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .seminar-button-v2 > li > a > .button_inner,.seminar-button-v2--centering > li > a > .button_inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 5px 30px 5px 30px;
  }
  .seminar-button-v2 .link_label,.seminar-button-v2--centering .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  .seminar-button-v2 > li > a::before,.seminar-button-v2--centering > li > a::before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #008574;
    content: "";
  }
  .seminar-button-v2--centering {
    justify-content: center;
  }
  .section-consulting {
    position: relative;
    padding: 20px 15px 40px;
    background-color: #ebf2ed;
  }
  .section-consulting > .consulting_inner {
  }
  .consulting-link-list {
   width: 100%;
 }
 
  .consulting-link-list a {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .consulting-link-list a:hover {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 4;
  }
  .consulting-link-list li {
   position: relative;
  }
  .consulting-link-list li .link_label {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    min-height: 90px;
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 30%, rgba(0,0,0,0.65) 100%) no-repeat 50% 50% / 100% 100%;
    padding: 15px 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .consulting-link-list-v2 {
   margin-top: 30px;
  }
 
 
  .consulting-link-list {
   width: auto;
   margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .consulting-link-list .slick-list li {
    margin-left: 8px;
    margin-right: 8px;
  }
  .consulting-link-list .slick-list li figure {
    width: 100%;
  }
  .consulting-link-list .slick-list li figure img {
    width: 100%;
  }
  .consulting-link-list .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .consulting-link-list .slick-dots {
    display: block;
    padding: 0;
    width: auto;
    margin: 10px auto 0;
    list-style: none;
    text-align: center;
  }
  .consulting-link-list .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .consulting-link-list .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .consulting-link-list .slick-dots li button:hover,
  .consulting-link-list .slick-dots li button:focus {
    outline: none;
  }
  .consulting-link-list .slick-dots li button:hover:before,
  .consulting-link-list .slick-dots li button:focus:before {
    opacity: 1;
  }
  .consulting-link-list .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    background-color: #c5dbc5;
    text-align: center;
  }
  .consulting-link-list .slick-dots li.slick-active button:before {
    background-color: #999;
  }
 .consulting-link-list .slider-imagelink .slick-prev, .slider-imagelink .slick-arrow {
  top: 120px;
 }
 
 
  .consulting-link-list-v2 > li > a {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .consulting-link-list-v2 > li > .block {
    width: 100%;
    display: flex;
   flex-flow: column;
  }
  .consulting-link-list-v2 > li > .block .item_image img {
   width: 100%;
  }
  .consulting-link-list-v2 > li > .block > .link_label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 18px;
    border: none;
    flex-grow: 1;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    background-color: #008574;
  }
  .consulting-link-list-v2 > li > .block > .link_label > span {
   position: relative;
   display: inline-block;
   padding-left: 15px;
  }
  .consulting-link-list-v2 > li > .block > .link_label > span::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
    content: "";
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  .pray-contents {
    padding: 15px;
   background-color: #fff;
   border-top: 2px solid #ddd;
  }
 
  .section-important {
    padding: 15px;
    background-color: #fff6f6;
    border-top: 2px solid #cc0000;
    border-bottom: 1px solid #f4d9d9;
  }
  .section-important .important-title {
   font-size: 1.8rem;
   font-weight: bold;
   color: #cc0000;
   text-align: center;
  }
  .section-important .important-list {
   margin-top: 1em;
  }
  .section-important .important-link {
   display: block;
  }
  .section-important .important-link + .important-link {
   margin-top: 0.5em;
  }
  .important-link > dl > dt {
    color: #666;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .important-link > dl > dd {
    margin-top: 0.2em;
    padding-bottom: 1em;
  }
  a.important-link > dl > dd {
    color: #336699;
  }
  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- DUMMY ----- */
  DUMMY {
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}
/* ======================================================
 * Media Queries
====================================================== */

@media only screen and (min-width: 768px) and (max-width: 1450px) {
  .main-slider .slider-imagelink ul li .imagelink_text {
    padding: 13px 135px 13px 20px;
    font-size: 2.2rem;
  }
  .main-slider .slider-imagelink .slick-dots {
    bottom: 20px;
  }
  .main-slider .imagelink_control {
    bottom: 20px;
  }
  .link-sdgs > a {
    min-height: 80px;
  }
  .link-youtube > a {
    min-height: 80px;
  }
  .section-seminar .index-layout-seminar[data-row-pc="3"] > *:nth-child(3) {
    margin-top: 1.2rem !important;
  }
  .section-seminar .index-layout-seminar[data-row-pc="3"] > *:nth-child(4) {
    margin-left: 12px !important;
  }
  .section-seminar .index-layout-seminar[data-row-pc="3"] > * { width: calc((100% - 12px) / 2); }
  [data-browser="ie11"] .section-seminar .index-layout-seminar[data-row-pc="3"] > * { width: calc(((100% - (12px * 1)) / 2) - 0.1px); }
 
  .section-seminar .index-layout-seminar[data-row-pc="3"] > *:nth-child(2n+1) {
    margin-left: 0 !important;
  }
 
  .seminar-button .link_label {
   font-size: 1.4rem;
  }
  .seminar-button > li > a > .button_inner {
    padding: 12px 15px 12px 25px;
  }
  .seminar-button > li > a::before {
    left: 10px;
  }
  .seminar-button > li > a:hover::before {
    left: 10px;
  }
  .seminar-button-v2 .link_label,.seminar-button-v2--centering .link_label {
   font-size: 1.4rem;
  }
  .seminar-button-v2 > li > a > .button_inner,.seminar-button-v2--centering > li > a > .button_inner {
    padding: 12px 15px 12px 25px;
  }
  .seminar-button-v2 > li > a::before,.seminar-button-v2--centering > li > a::before {
    left: 10px;
  }
  .seminar-button-v2 > li > a:hover::before,.seminar-button-v2--centering > li > a:hover::before {
    left: 10px;
  }
  .consulting-link-list li .link_label {
    display: flex;
    align-items: center;
    min-height: 50px;
    font-size: 1.0rem;
    padding: 5px 5px;
  }
  .consulting-link-list-v2 > li > .block > .link_label {
   font-size: 1.4rem;
    padding: 5px 5px;
  }
  .consulting-link-list-v2 > li > .block > .link_label > span {
   padding-left: 10px;
  }
  .consulting-link-list-v2 > li > .block > .item_image {
   width: 50%;
  }
  [class*="index-layout"].index-layout-seminar .index_item .item_icon {
    padding: 0 10px;
    font-size: 1.2rem;
  }
  [class*="index-layout"].index-layout-seminar .index_item > .block > .item_detail {
    padding: 10px;
  }
  [class*="index-layout"].index-layout-seminar .index_item .item_copy_text {
    font-size: 1.2rem;
  }
  [class*="index-layout"].index-layout-seminar  .index_item .item_heading_title {
    font-size: 1.4rem;
  }
  [class*="index-layout"].index-layout-seminar .index_item > .block .item_date {
    font-size: 1.3rem;
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/


/* ======================================================
 * Print
====================================================== */
@media print {
}