@charset "UTF-8";
@media print, screen and (min-width: 1181px) {
  /* -----------------------------------------------------------------------------

		  header

	  ----------------------------------------------------------------------------- */
  .site-header {
    width: 100%;
    height: 90px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .site-header .fixed-width {
    width: 100%;
    max-width: 100%;
    position: inherit;
  }
  .site-header .logo {
    position: absolute;
    top: 20px;
    left: 25px;
  }
  .site-header .logo span {
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: inline-block;
  }
  .site-header .logo span img {
    width: 100%;
  }
  .site-header .logo .corporate {
    width: 117px;
  }
  .site-header .logo .corporate_80th {
    width: 170px;
  }
  .site-header .logo .group {
    width: 129px;
    margin-left: 17px;
  }
  .site-header .headerSearch {
    float: left;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .site-header .headerSearch .btnHeaderSearch {
    width: 90px;
    height: 90px;
    cursor: pointer;
    text-align: center;
    background: url(../img/icon_search.png) no-repeat center 21px/24px;
    border-left: 1px solid #edf0f2;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .site-header .headerSearch .btnHeaderSearch span {
    font-size: 1.3rem;
    color: #6d6d6d;
    display: block;
    padding-top: 58px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .site-header .headerSearch .btnHeaderSearch:hover {
    background-color: #edf0f2;
  }
  .site-header .headerSearch .searchBox {
    display: none;
    position: absolute;
    top: 90px;
    right: 20px;
    padding-top: 20px;
    z-index: 5000;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .site-header .headerSearch .searchBox input.inputSearch {
    width: 330px;
    background: #edf0f2;
    height: 50px;
    line-height: 40px;
    padding: 5px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    float: left;
  }
  .site-header .headerSearch .searchBox input.inputBtnSearch {
    background: #6d6d6d;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    cursor: pointer;
    position: relative;
    left: -1px;
    display: block;
    float: left;
  }
  .site-header .headerSearch .btnHeaderSearch.is-active + .searchBox {
    display: block;
    -webkit-animation: fadein 0.2s linear 0s forwards;
            animation: fadein 0.2s linear 0s forwards;
  }
  .site-header .headerRight {
    position: absolute;
    top: 0;
    right: 0;
  }
  .site-header .headerRight .navRight {
    float: left;
  }
  .site-header .headerRight .navRight li {
    width: 90px;
    float: left;
    display: table;
  }
  .site-header .headerRight .navRight li + li {
    border-left: 1px solid #004e25;
  }
  .site-header .headerRight .navRight li a {
    display: table-cell;
    vertical-align: middle;
    padding-top: 43px;
    text-align: center;
    width: 100%;
    height: 90px;
    background-color: #01622f;
    background-size: 29px;
    background-repeat: no-repeat;
    background-position: center 18px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .site-header .headerRight .navRight li a:hover {
    background-color: #187042;
  }
  .site-header .headerRight .navRight li a span {
    font-size: 1.1rem;
    color: #fff;
    position: relative;
  }
  .site-header .headerRight .navRight li a span:before {
    content: "";
    width: 29px;
    height: 28px;
    display: block;
    background-size: 29px;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -15px;
  }
  .site-header .headerRight .navRight li.pamphlet a {
    background-image: url(../img/icon_pamphlet.png);
  }
  .site-header .headerRight .navRight li.contact a {
    background-image: url(../img/icon_contact.png);
  }
  .site-header .headerRight .language {
    width: 60px;
    float: left;
  }
  .site-header .headerRight .language li {
    height: 45px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .site-header .headerRight .language li a {
    display: block;
    line-height: 45px;
    text-align: center;
    color: #6d6d6d;
    font-size: 1.5rem;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .site-header .headerRight .language li a:hover {
    background: #edf0f2;
  }
  .site-header .headerRight .language li.active {
    background: #009a44;
  }
  .site-header .headerRight .language li.active a {
    color: #fff;
  }
  .site-header .headerRight .language li.active a:hover {
    background: #009a44;
  }
  .site-header.fixed {
    height: 50px;
  }
  .site-header.fixed .logo {
    top: 5px;
    left: 15px;
  }
  .site-header.fixed .logo .corporate {
    width: 80px;
  }
  .site-header.fixed .logo .80th {
    top: 10px;
    left: 15px;
  }
  .site-header.fixed .logo .corporate_80th {
    width: 120px;
  }
  .site-header.fixed .logo .group {
    width: 92px;
    margin-left: 10px;
  }
  .site-header.fixed .headerSearch .btnHeaderSearch {
    width: 50px;
    height: 50px;
    background: url(../img/icon_search.png) no-repeat center 16px/16px;
    padding-left: 4px;
  }
  .site-header.fixed .headerSearch .btnHeaderSearch:hover {
    background-color: #edf0f2;
  }
  .site-header.fixed .headerSearch .btnHeaderSearch span {
    padding-top: 18px;
    display: none;
  }
  .site-header.fixed .headerSearch .searchBox {
    top: 50px;
    z-index: 5000;
  }
  .site-header.fixed .headerSearch .btnHeaderSearch.is-active + .searchBox {
    display: block;
    -webkit-animation: fadein 0.2s linear 0s forwards;
            animation: fadein 0.2s linear 0s forwards;
  }
  .site-header.fixed .headerRight .navRight {
    float: left;
  }
  .site-header.fixed .headerRight .navRight li {
    width: 90px;
    float: left;
    display: table;
  }
  .site-header.fixed .headerRight .navRight li + li {
    border-left: 1px solid #004e25;
  }
  .site-header.fixed .headerRight .navRight li a {
    padding-top: 0px;
    height: 50px;
  }
  .site-header.fixed .headerRight .navRight li a span {
    font-size: 1.1rem;
    color: #fff;
    position: relative;
  }
  .site-header.fixed .headerRight .navRight li a span:before {
    content: "";
    width: 29px;
    height: 28px;
    display: block;
    top: -50px;
    left: 50%;
    margin-left: -15px;
  }
  .site-header.fixed .headerRight .navRight li.pamphlet a, .site-header.fixed .headerRight .navRight li.contact a {
    background-image: none;
  }
  .site-header.fixed .headerRight .language {
    width: 60px;
  }
  .site-header.fixed .headerRight .language li {
    height: 25px;
  }
  .site-header.fixed .headerRight .language li a {
    line-height: 25px;
    font-size: 1.4rem;
  }
  /* fixed
	  ---------------------------------------------*/
  /* -----------------------------------------------------------------------------

		  gnav

	  ----------------------------------------------------------------------------- */
  .gnavWrap {
    display: block !important;
  }
  #gnav {
    float: right;
    margin-right: 300px;
  }
  #gnav .80th {
    float: right;
    margin-right: 345px;
  }
  #gnav .lv01 > li {
    float: left;
    margin: 0 15px;
  }
  #gnav .lv01 > li > p {
    cursor: pointer;
  }
  #gnav .lv01 > li > p span, #gnav .lv01 > li > p a {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 90px;
    height: 90px;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #gnav .lv01 > li > p span:after, #gnav .lv01 > li > p a:after {
    content: "";
    width: 0%;
    height: 3px;
    background: #009a44;
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #gnav .lv01 > li > p:hover a:after, #gnav .lv01 > li > p:hover span:after {
    width: 100%;
  }
  #gnav .lv01 > li > p.is-active a:after, #gnav .lv01 > li > p.is-active span:after {
    width: 100%;
  }
  #gnav .lv01 > li > p.now-cat a, #gnav .lv01 > li > p.now-cat span {
    color: #007d42;
  }
  #gnav .lv01 > li > p.now-cat a:after, #gnav .lv01 > li > p.now-cat span:after {
    width: 100%;
  }
  /* fixed
	  ---------------------------------------------*/
  .site-header.fixed #gnav {
    margin-right: 300px;
  }
  .site-header.fixed #gnav .lv01 > li > p span {
    font-size: 1.4rem;
    line-height: 50px;
    height: 50px;
  }
  .site-header.fixed #gnav .lv01 > li > p a {
    font-size: 1.4rem;
    line-height: 50px;
    height: 50px;
  }
  /* -----------------------------------------------------------------------------

		  search

 ----------------------------------------------------------------------------- */
  .site-header  .mf_finder_header .mf_finder_searchBox_items {
    display: flex;
  }
  .site-header .mf_finder_header .mf_finder_searchBox_query_wrap {
    position: relative;
    z-index: 1;
  }
  .site-header .mf_finder_header .mf_finder_searchBox_query_input {
    background: #fff;
    height: 48px;
    width: 280px;
    padding: 0 0 0 15px;
    box-shadow: 0px 0px 15px 0 #666;
    border-radius: 50px 0 0 50px;
    font-size: 1.3rem;
  }
  .site-header .mf_finder_header .mf_finder_searchBox_submit {
    width: 90px;
    height: 48px;
    background: #01622f;
    color: #fff;
    box-shadow: 0px 0px 15px 0 #666;
    border-radius: 0 50px 50px 0;
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .site-header .mf_finder_header .mf_finder_searchBox_submit:before {
    display: none;
  }
  .site-header .mf_finder_header .mf_finder_searchBox_submit:hover {
    background-color: #187042;
  }
  .site-header .mf_finder_header .mf_finder_searchBox_suggest_items {
    font-size: 1.5rem;
  }
  .site-header .mf_finder_header .mf_finder_searchBox_suggest_items a {
    padding: 5px;
  }
  /* 検索結果 */
  .mf_finder_container .mf_finder_organic_doc_title {
    font-size: 1.6rem;
  }
  .mf_finder_container .mf_finder_organic_doc_url {
    font-size: 1.4rem;
  }
  .mf_finder_container .mf_finder_organic_doc_body {
    height: auto;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .mf_finder_container .mf_finder_organic_doc_zoom {
    display: none !important;
  }
  .mf_finder_container .mf_finder_organic_pager_wrapper {
    margin-top: 40px;
  }
  .mf_finder_container .mf_finder_organic .mf_finder_logo {
    text-align: right;
  }
  .mf_finder_container .mf_finder_pager_item_current,
  .mf_finder_container .mf_finder_pager_items li a {
    padding: 4px 15px;
    background: #fff;
    color: #01622f;
    border: 1px solid #01622f;
    border-radius: inherit;
    height: 40px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mf_finder_container .mf_finder_pager_items li a:hover {
    background-color: #187042;
    color: #fff;
  }
  .mf_finder_container .mf_finder_pager_item_current {
    background: #01622f;
    color: #fff;
    border: 1px solid #01622f;
  }
  .mf_finder_container .mf_finder_pager_items .mf_finder_pager_item_next a {
    padding-left: 17px;
    padding-right: 13px;
  }
  .mf_finder_container .mf_finder_searchBox_doctype select {
    height: 40px;
    width: 80px;
    font-size: 1.5rem;
  }
  .mf_finder_container .mf_finder_searchBox_query_wrap .mf_finder_searchBox_query_input {
    font-size: 1.5rem;
    padding: 0 14px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .mf_finder_container .mf_finder_pager_item_first {
    display: none;
  }
  .mf_finder_searchBox_submit {
    background: #01622f !important;
    width: 50px;
    cursor: pointer;
    position: relative;
     -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mf_finder_searchBox_submit:hover {
    background-color: #187042 !important;
  }
  .mf_finder_searchBox_submit:before {
    position: absolute;
    top: 11px;
    left: 18px;
  }
  .ie .mf_finder_searchBox_submit:before {
    top: 4px;
  }
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_from:after,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_from:before,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_to:after,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_to:before,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_total:after,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_total:before,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query:after,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query:before,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_from:after,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_from:before,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_to:after,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_to:before,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_total:after,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_total:before,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_query:after,
  .mf_finder_organic_header_wrapper:lang(ja-JP),
  .mf_finder_organic_header_wrapper:lang(en) .mf_finder_organic_range_from:before,
  .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_organic_range_from:before,
  .mf_finder_organic_header_wrapper:lang(en) .mf_finder_organic_total:before,
  .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_organic_total:before,
  .mf_finder_organic_header_wrapper:lang(en) .mf_finder_query:before,
  .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_query:before,
  .mf_finder_organic_header_wrapper:lang(en) .mf_finder_query:after,
  .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_query:after {
    font-size: 1.5rem !important; 
  }
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_from,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_to,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_total,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_from,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_to,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_total,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_query,
  .mf_finder_organic_range_from,
  .mf_finder_organic_total,
  .mf_finder_organic_range_to,
  .mf_finder_query {
    font-size: 1.7rem !important;
  }
  .mf_finder_organic_doc_contents {
    word-break: break-all;
  }
  /* -----------------------------------------------------------------------------

		  megaMenu

	  ----------------------------------------------------------------------------- */
  .megaMenu {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background: #fff;
    padding-right: 80px;
    z-index: 5000;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .megaMenu .megaMenuInnr {
    display: table;
    width: 100%;
  }
  .megaMenu .topLinkArea {
    width: 25%;
    background: #016e34 url(../img/bg_megamenu.png) no-repeat right center;
    display: table-cell;
    vertical-align: middle;
  }
  .megaMenu .topLinkArea .topLink {
    position: relative;
    top: -40px;
    left: 60px;
  }
  .megaMenu .topLinkArea .topLink a {
    color: #fff;
  }
  .megaMenu .topLinkArea .topLink a b {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .megaMenu .topLinkArea .topLink a span {
    font-size: 1.5rem;
    display: block;
    margin-top: 15px;
    line-height: 1.2;
  }
  .megaMenu .topLinkArea .topLink a:hover b {
    text-decoration: underline;
  }
  .megaMenu .imageNav {
    display: table-cell;
    vertical-align: top;
    padding: 50px 0 50px 40px;
  }
  .megaMenu .imageNav ul li {
    float: left;
    position: relative;
  }
  .megaMenu .imageNav ul li figure {
    position: relative;
  }
  .megaMenu .imageNav ul li figure:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .megaMenu .imageNav ul li figure img {
    width: 100%;
  }
  .megaMenu .imageNav ul li p {
    font-size: 1.5rem;
    position: absolute;
    width: 100%;
    top: 50%;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .megaMenu .imageNav ul li p br.tb {
    display: none;
  }
  .megaMenu .imageNav ul li a:hover figure:after {
    opacity: 0;
  }
  .megaMenu .imageNav.col1 ul li {
    float: none;
    margin-bottom: 30px;
  }
  .megaMenu .imageNav.col3 ul {
    margin: 0 -1.16%;
  }
  .megaMenu .imageNav.col3 ul li {
    width: 31%;
    margin: 0 1.16% 30px;
  }
  .megaMenu .imageNav.col4 ul {
    margin: 0 -1.5%;
  }
  .megaMenu .imageNav.col4 ul li {
    width: 22%;
    margin: 0 1.5% 30px;
  }
  .megaMenu .imageNav.col5 ul {
    margin: 0 -1.18%;
  }
  .megaMenu .imageNav.col5 ul li {
    width: 17.6%;
    margin: 0 1.18% 30px;
  }
  .megaMenu .textNav {
    display: table-cell;
    vertical-align: top;
    padding: 50px 0 50px 40px;
  }
  .megaMenu .textNav ul li {
    width: 30%;
    float: left;
    margin: 0 1.666665% 30px;
  }
  .megaMenu .textNav ul li a {
    display: block;
    padding-top: 20px;
    padding-bottom: 19px;
    padding-right: 30px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    border-bottom: 1px solid #d2d5d6;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .megaMenu .textNav ul li a:after {
    content: "";
    width: 7px;
    height: 11px;
    background: url(../img/icon_arrow_g.png) no-repeat left center;
    background-size: 7px;
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -5px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .megaMenu .textNav ul li a:hover {
    border-bottom: 1px solid #009a44;
  }
  .megaMenu .textNav ul li a:hover:after {
    right: 14px;
  }
  .megaMenu .textNav.col2 ul li {
    width: 47%;
    margin: 0 1.5% 30px;
  }
  .megaMenu .relationNav {
    width: 210px;
    display: table-cell;
    vertical-align: top;
    padding-top: 50px;
  }
  .megaMenu .relationNav dl {
    margin-left: 40px;
  }
  .megaMenu .relationNav dt {
    font-size: 1.6rem;
    line-height: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #01622f;
  }
  .megaMenu .relationNav dd ul li {
    margin-bottom: 30px;
  }
  .megaMenu .relationNav dd ul li a {
    display: inline-block;
    padding-left: 18px;
    font-size: 1.4rem;
    line-height: 1.2;
    background: url(../img/icon_arrow_g.png) no-repeat left center;
    background-size: 7px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .megaMenu .relationNav dd ul li a:hover {
    text-decoration: underline;
    background-position: 3px center;
  }
  .navCompany .megaMenu .imageNav ul {
    max-width: 810px;
  }
  .navAbout .megaMenu .imageNav {
    width: 15%;
  }
  .navRecruit .megaMenu .topLinkArea {
    background: #016e34 url(../img/bg_megamenu02.png) no-repeat right 40%;
    height: 210px;
  }
  .navRecruit .megaMenu .topLinkArea .topLink {
    top: 0;
  }
  .navInvestor .megaMenu .textNav ul li:nth-child(7) a {
    padding-top: 30px;
    padding-bottom: 28px;
  }
  .navInvestor .megaMenu .textNav ul li:nth-child(8) a {
    padding-top: 30px;
    padding-bottom: 28px;
  }
  .site-header.fixed .megaMenu {
    top: 50px;
  }
  .lv01 .acd.is-active + .megaMenu {
    display: block;
    -webkit-animation: fadein 0.2s linear 0s forwards;
            animation: fadein 0.2s linear 0s forwards;
  }
  /* -----------------------------------------------------------------------------

		  footer

	  ----------------------------------------------------------------------------- */
  .site-footer {
    position: relative;
  }
  .site-footer .footerTop {
    background: url(../img/bg_footer.jpg) no-repeat center top;
    background-size: cover;
    padding: 75px 80px;
  }
  .site-footer .footerTop .fixed-width {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1040px;
  }
  .site-footer .footerTop .logo {
    margin-bottom: 80px;
  }
  .site-footer .footerTop .logo img {
    width: 165px;
  }
  .site-footer .footerTop .logo span {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 600;
    padding: 0 0 10px 43px;
    display: inline-block;
  }
  .site-footer .footerTop .footerNav {
    position: relative;
  }
  .site-footer .footerTop .footerNav dl {
    float: left;
    margin-right: 43px;
  }
  .site-footer .footerTop .footerNav dl dt {
    margin-bottom: 20px;
  }
  .site-footer .footerTop .footerNav dl dt a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
  }
  .site-footer .footerTop .footerNav dl dt a:hover {
    text-decoration: underline;
  }
  .site-footer .footerTop .footerNav dl dd ul li {
    margin-bottom: 14px;
  }
  .site-footer .footerTop .footerNav dl dd ul li a {
    color: #878787;
    font-size: 1.4rem;
  }
  .site-footer .footerTop .footerNav dl dd ul li a:hover {
    text-decoration: underline;
  }
  .site-footer .footerTop .footerNav .footerNavSide {
    float: right;
    width: 240px;
  }
  .site-footer .footerTop .footerNav .footerNavSide .navSideTop {
    padding-bottom: 25px;
  }
  .site-footer .footerTop .footerNav .footerNavSide .navSideTop li {
    margin-bottom: 30px;
  }
  .site-footer .footerTop .footerNav .footerNavSide .navSideTop li a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .site-footer .footerTop .footerNav .footerNavSide .navSideTop li a:hover {
    text-decoration: underline;
  }
  .site-footer .footerTop .footerNav .footerNavSide .navSideBtm {
    border-top: 1px solid #424242;
  }
  .site-footer .footerTop .footerNav .footerNavSide .navSideBtm li {
    border-bottom: 1px solid #424242;
  }
  .site-footer .footerTop .footerNav .footerNavSide .navSideBtm li a {
    line-height: 70px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    padding-left: 32px;
  }
  .site-footer .footerTop .footerNav .footerNavSide .navSideBtm li a:hover {
    text-decoration: underline;
  }
  .site-footer .footerTop .footerNav .footerNavSide .navSideBtm li.pamphlet {
    background: url(../img/icon_pamphlet_w.png) no-repeat left center;
  }
  .site-footer .footerTop .footerNav .footerNavSide .navSideBtm li.contact {
    background: url(../img/icon_contact_w.png) no-repeat left center;
  }
  .site-footer .footerBtm {
    height: 50px;
    line-height: 50px;
  }
  .site-footer .footerBtm .fixed-width {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1040px;
  }
  .site-footer .footerBtm ul li {
    float: left;
    padding: 0 5px;
  }
  .site-footer .footerBtm ul li + li:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #9d9fa0;
    display: inline-block;
    position: relative;
    left: -5px;
    top: 1px;
  }
  .site-footer .footerBtm ul li a {
    font-size: 1.2rem;
  }
  .site-footer .footerBtm ul li a:hover {
    text-decoration: underline;
  }
  .site-footer .footerBtm .copyright {
    float: right;
    font-size: 1.2rem;
  }
  /* pagetop
	 * ---------------------------------------------*/
  .site-footer .pagetop {
    position: absolute;
    right: 10px;
    z-index: 400;
    margin-top: -80px;
  }
  .site-footer .pagetop a {
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .site-footer .pagetop a:hover {
    opacity: 0.7;
  }
  .site-footer .pagetop a img {
    width: 55px;
  }
  .site-footer .pagetop.fixed {
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
  /* -----------------------------------------------------------------------------

		  main

	  ----------------------------------------------------------------------------- */
  main {
    display: block;
  }
  #container {
    padding-top: 90px;
  }
  /* -----------------------------------------------------------------------------

		  parts

	  ----------------------------------------------------------------------------- */
  /* hover
	  ---------------------------------------------*/
  .hoverLine {
    position: relative;
    display: block;
  }
  .hoverLine:before, .hoverLine:after {
    content: "";
    width: 0px;
    height: 100%;
    display: block;
    background: #009a44;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .hoverLine:before {
    left: 0;
  }
  .hoverLine:after {
    right: 0;
  }
  .hoverLine span:before, .hoverLine span:after {
    content: "";
    width: 100%;
    height: 0px;
    display: block;
    background: #009a44;
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .hoverLine span:before {
    top: 0;
  }
  .hoverLine span:after {
    bottom: 0;
  }
  .hoverLine:hover:before, .hoverLine:hover:after {
    width: 4px;
    opacity: 1;
  }
  .hoverLine:hover span:before, .hoverLine:hover span:after {
    height: 4px;
    opacity: 1;
  }
}

/* -----------------------------------------------------------------------------

	画面幅　表示調整

----------------------------------------------------------------------------- */
@media print, screen and (max-width: 1680px) and (min-width: 1181px) {
  .megaMenu .imageNav ul li p br.tb {
    display: block;
  }
}

@media print, screen and (min-width: 1500px) {
  .megaMenu .topLinkArea {
    width: 33%;
  }
}

@media print, screen and (max-width: 1500px) {
  .site-header .logo {
    top: 25px;
  }
  .site-header .logo .corporate {
    width: 87px;
  }
  .site-header .logo .group {
    width: 115px;
    margin-left: 5px;
  }
  .site-header .logo .corporate_80th {
    width: 152px;
  }
  .site-header .logo .80th .group {
    width: 99px;
    margin-left: 10px;
  }
  .site-header .headerSearch .btnHeaderSearch {
    width: 70px;
  }
  .site-header .headerSearch .btnHeaderSearch span {
    font-size: 1.3rem;
  }
  .site-header .headerRight .navRight li {
    width: 80px;
  }
  .site-header .headerRight .navRight li span {
    font-size: 1rem;
  }
  .site-header .headerRight .language {
    width: 50px;
  }
  .site-header .headerRight .language a {
    font-size: 1.3rem;
  }
  #gnav {
    margin-right: 245px;
  }
  #gnav .80th {
    margin-right: 300px;
  }
  #gnav .lv01 > li {
    margin: 0 8px;
  }
  #gnav .lv01 > li > p a, #gnav .lv01 > li > p span {
    font-size: 1.4rem;
  }
  .megaMenu .topLinkArea {
    width: 28%;
  }
  .megaMenu .topLinkArea .topLink a b {
    font-size: 2.4rem;
  }
}

@media print, screen and (max-width: 1400px) and (min-width: 751px) {
  #container {
    overflow-x: hidden;
  }
  .site-footer .footerTop .footerNav dl {
    margin-right: 35px;
  }
}

@media print, screen and (min-width: 751px){
  .topics-img {
    display: flex;
    justify-content: space-between;
  }
  .topics-img>ul{
    width: 49%;
    margin-top: 20px;
    margin-right: 2%;
  }
  .topics-text {
    display: flex;
    justify-content: space-between;
  }
  .margin-pc-bottom-fifth {
      margin-bottom: 5%;
  }
}
/* -----------------------------------------------------------------------------

	animation

----------------------------------------------------------------------------- */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
