@charset "utf-8";



/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {

li.english{padding-top:8px; margin-left:20px;    white-space: nowrap;}
 li.english img{width:24px; height:auto; margin-right:5px;margin-bottom: 4px;}
 li.english a{color:#264b86; font-weight:bold;}
 li.english span{padding-top:3px;}
  /* Header */
  .gnav-list_item {
    background-color: inherit;
    display: flex;
    height: 100%;
    align-items: flex-end;
  }
  .gnav-list_link {
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
  }
  .gnav-list_item.is-show-child .gnav-list_link {
    position: relative;
    background-color: rgba(32, 75, 141, 0.95);
	color:#FFF;
  }


  
  /* header-identity */
  .header-identity {
    width: 356px;
  }
  .header-identity_link {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 30px;
    background: url(/jp/common/img/com_logo01.png) no-repeat 0 50%;
    white-space: nowrap;
    text-indent: 100%;
  }
  .search-area {
    display: none;
  }
  .search-area_inner {
    position: absolute;
    top: 80px;
    left: 0;
    padding: 25px 80px; 
    width: 100%;
    background-color: #444;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .search-form {
    flex-grow: 1;
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 10px 0 10px 50px;
  }
  .search-form::before {
    position: absolute;
    left: 11px;
    top: 10px;
    background: url(/jp/common/img/com_sprite01.png) no-repeat -80px -282px;
    display: inline-block;
    width: 26px;
    height: 26px;
    content: "";
    margin-right: 15px;
  }
  .search-form input {
    border: none;
    outline: none;
  }
  .search-form input[type="text"] {
    background-color: #444;
    color: #fff;
    height: 26px;
    padding: 0;
    margin-right: 20px;
    width: calc(100% - 60px);
  }
  .search-form input[type="submit"] {
    background: url(/jp/common/img/com_sprite01.png) no-repeat 0 -282px;
    width: 31px;
    height: 18px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }
	.search-form input:-ms-input-placeholder {
		color: #777;
	}
  .search-area .search-close {
    margin-left: 90px;
    width: 29px;
    height: 29px;
  }
  .search-area .search-close a {
    background: url(/jp/common/img/com_sprite01.png) no-repeat -40px -282px;
    display: block;
    width: 29px;
    height: 29px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  
  /* gnav */
  .gnav {
    -webkit-flex: 1;
    flex: 1;
	
  }
  .gnav-body {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .gnav-main {
    padding: 0 45px;
  }
  .gnav-list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height:48px;
  }
  .gnav-list_link {
    display: block;
    font-size:16px;
	font-weight:bold;
    text-decoration: none !important;
	white-space: nowrap;
  }
  .gnav-list_item.is-current .gnav-list_label,
  .gnav-list_link:hover .gnav-list_label {
    display: block;
    position: relative;
  }
  .gnav-list_item.is-current .gnav-list_label::before,
  .gnav-list_link .gnav-list_label::before {
    opacity: 0;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
  }
  .gnav-list_item.is-current .gnav-list_label::before,
  .gnav-list_link:hover .gnav-list_label::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FFF;
    opacity: 1;
  }
  
  /* gnav-sub */
  .gnav-sub-body {
    padding: 0 48px 0 0;
  }
  .gnav-sub-list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .gnav-sub-list_link {
    display: block;
    padding: 0 25px;
    font-size: 1.5rem;
    color: #333 !important;
    text-decoration: none !important;
  }
  .gnav-sub-list_item.is-current .gnav-sub-list_label,
  .gnav-sub-list_link:hover .gnav-sub-list_label {
    display: block;
    position: relative;
  }
  .gnav-sub-list_item.is-current .gnav-sub-list_label::before,
  .gnav-sub-list_link .gnav-sub-list_label::before {
    opacity: 0;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
  }
  .gnav-sub-list_item.is-current .gnav-sub-list_label::before,
  .gnav-sub-list_link:hover .gnav-sub-list_label::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #e50014;
    opacity: 1;
  }
  
  /* utility */
  .utility {
    margin-left: 30px;
  }
  .utility-body {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .utility-english_link {
    position: relative;
    display: block;
    padding-top: 24px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .utility-english_link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background: url(/jp/common/img/com_sprite01.png) no-repeat -40px -80px;
  }
  .utility-search {
    margin-left: 30px;
  }
  .utility-search_button {
    overflow: hidden;
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #aaa;
    white-space: nowrap;
    text-indent: 100%;
    cursor: pointer;
  }
  .utility-search_button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 16px;
    height: 17px;
    margin: -8px 0 0 -9px;
    background: url(/jp/common/img/com_sprite01.png) no-repeat 0 -80px;
  }
  .is-active .utility-search_button {
    border: 1px solid #e50014;
    background-color: #e50014;
  }
  .is-active .utility-search_button::before {
    background: url(/jp/common/img/com_sprite01.png) no-repeat -160px -282px;
  }
  
  /* sp-header-menu */
  .sp-header-menu {
    display: none;
  }
  
  /* ------------------------------------------------------
   * megadrop
  ------------------------------------------------------ */
.megadrop {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
}
.megadrop-block {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 30px 50px;
    background-color: rgba(32, 75, 141, 0.95);
  }
.megadrop-block_inner {
    width: 1200px;
    margin: 0 auto;
	display:-webkit-box;display:-ms-flexbox;display:flex;
	
  }
.megadrop-block_inner a{color:#FFF;}  
  
.megadrop-block_inner .title{ position: relative;
    display: inline-block;
    padding-left: 30px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff !important;margin-right:10px; white-space:nowrap; width:300px;}

.megadrop-block_inner .body{ width:900px; padding-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;}
.megadrop-block_inner .body ul{width:50%; display:block;}
.megadrop-block_inner .body ul li{ position: relative;
    display: block;
    padding-left: 30px;
    font-size: 0.88rem;
    font-weight: 500;
    color: #fff !important;
	white-space: nowrap;
	
	margin-bottom:5px;}

  
.megadrop-block_inner .body ul li a{display:block;}
  
.megadrop-block_inner .body ul.gazo{-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;display:-webkit-box;display:-ms-flexbox;display:flex; width:100%;}
.megadrop-block_inner .body ul.gazo li{width:24%; padding:0px;}
.megadrop-block_inner .body ul.gazo li:before{content:none;}
.megadrop-block_inner .body ul.gazo li img{width:100%; height:auto; }
.megadrop-block_inner .body ul.gazo li img:hover{transform: scale(1.1);	/*画像の拡大率*/
transition-duration: 0.3s;	/*変化に掛かる時間*/} 
  
.megadrop-block_inner .body ul li ul{ display:block;}
.megadrop-block_inner .body ul li ul li{ display:block; padding-left:15px; }
  
  
  
  
  
  
  
  
}


@media only screen and (max-width: 767px) {

.megadrop-block_inner .sp-flex{display:flex; display : -webkit-flex;    /* Safari etc. */flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.megadrop-block_inner .w48p{width:48%; margin-left:1%; margin-right:1%;}
	
  .megadrop-block_inner_body ul.gazo li img{width:100%; height:auto;}
  ul.gazo-100s li img {
    width: 100%;
  }

  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .is-menu-open,
  .is-sidebar-open {
    overflow: hidden;
  }
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-family: "Noto Sans CJK JP";
    z-index: 9999;
  }
  .is-menu-open .Header::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .HeaderBody {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 51px;
    padding: 0 15px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
  .header-identity_link,
  .gnav-list_link,
  .subnavi-list_link,
  .utility-english_link {
    color: #333 !important;
    text-decoration: none !important;
  }
  
  /* header-identity */
  .header-identity {
    -webkit-flex: 1;
    flex: 1;
    width: 234px;
  }
  .header-identity_link {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 20px;
    background: url(/jp/common/img/com_logo01_sp.png) no-repeat 0 0;
    background-size: 234px 20px;
    white-space: nowrap;
    text-indent: 100%;
  }
  .search-area {
    display: none;
    position: absolute;
    top: 51px;
    left: 0;
    width: 100%;
    background-color: #444;
  }
  .search-area_inner {
    padding: 5px 8px; 
  }
  .search-form {
    position: relative;
    padding: 10px 0 10px 50px;
  }
  .search-form input {
    border: none;
    outline: none;
  }
  .search-form input[type="text"] {
    background-color: #444;
    color: #fff;
    padding: 0 10px;
    width: 100%;
    border-radius: 0;
    border-left: 1px solid #fff;
    font-size: 1.6rem;
  }
  .search-form input[type="submit"] {
    position: absolute;
    left: 10px;
    top: 12px;
    background: url(/jp/common/img/com_sprite01.png) no-repeat -80px -282px;
    width: 26px;
    height: 26px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }
  .search-area .search-close {
    display: none;
  }
  
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  .gnav {
    overflow-y: scroll;
    display: block;
    position: fixed;
    top: 70px;
    left: 100%;
    width: 100%;
    max-height: calc(100vh - 51px);
    background-color: #fff;
    -webkit-transition: left .3s ease-out 0s;
    transition: left .3s ease-out 0s;
  }
  .is-menu-open .gnav {
    left: 0;
  }
  .gnav-list_item {
    border-bottom: 1px solid #ccc;
  }
  .gnav-list_link {
    position: relative;
    display: block;
    padding: 15px 20px 15px 35px;
    background-color: #444;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
  }
  .gnav-list_link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gnav-sub-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 15px;
  }
  .gnav-sub-list_item {
    width: calc((100% - 15px) / 2);
    margin-top: 15px;
    margin-left: 15px;
    text-align: center;
  }
  .gnav-sub-list_item:nth-child(-n+2){
    margin-top: 0;
  }
  .gnav-sub-list_item:nth-child(2n+1){
    margin-left: 0;
  }
  .gnav-sub-list_link {
    position: relative;
    display: block;
    padding: 12px 20px;
    border: 1px solid #ccc;
    color: #333 !important;
  }
  .gnav-sub-list_link[data-gnav-category="media"] {
    display: inline-block;
    border: none;
  }
  .gnav-sub-list_link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #e50014;
    border-right: 1px solid #e50014;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gnav-list_link.js-megadrop_trigger::before {
    top: 50%;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    background: url(/wp-content/uploads/common/plus-minus.png) no-repeat -8px -6px;
 border: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .gnav-list_link.js-megadrop_trigger.is-open::before {
    background-position: -16px -6px;
  }
  .gnav-sub-list_link[data-gnav-category="media"]::before {
    left: 0;
  }
  .gnav-sub-list_utility-english {
    position: relative;
  }
  .gnav-sub-list_utility-english::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    display: block;
    width: 1px;
    height: 36px;
    margin-top: -18px;
    background-color: #ddd;
  }
  .gnav-sub-list_utility-english .utility-english_link {
    position: relative;
    display: inline-block;
    padding-left: 30px;
  }
  .gnav-sub-list_utility-english .utility-english_link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 19px;
    margin-top: -10px;
    background: url(/jp/common/img/com_sprite01.png) no-repeat -20px -60px;
    background-size: 240px auto;
    border: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  /* utility */
  .utility-english {
    display: none;
  }
  .utility-search_button {
    position: relative;
    display: block;
    width: 42px;
    padding-top: 25px;
    font-weight: 500;
    font-size: 1rem;
    color: #555;
    line-height: 1;
    text-align: center;
  }
  .utility-search_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 18px;
    height: 20px;
    margin: 0 0 0 -9px;
    background: url(/jp/common/img/com_sprite01.png) no-repeat 0 -60px;
    background-size: 240px auto;
  }
  .utility-search_button.is-open::before {
    background-position: -100px -141px;
  }
  
  /* sp-header-menu */
  .sp-header-menu {
    width: 50px;
    margin-left: 0px;
    position: absolute;
	right: 70px;
  }
  .sp-header-menu_label {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 9px;
    color: #000;
    line-height: 1;
    text-align: center;
	  padding-left: 12px;
		white-space:nowrap;
		padding-top:29px;
		letter-spacing: -0.5px;
    top: 32px;
    left: 50px;
  }
  .sp-header-menu_label::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 50%;
    display: inline-block;
    width: 23px;
    height: 22px;
    margin: 0 0 0 -9px;
    background: url(/wp-content/uploads/common/open.png) no-repeat 0px 0px;
	background-size: 23px auto;

  }
  .sp-header-menu_label.is-open::before {
	    background: url(/wp-content/uploads/common/close.png) no-repeat 0px 0px;
		width: 23px;
    height: 22px;
	background-size: 23px auto;

  }
  .scroll .sp-header-menu_label{top:5px;}
  /* ------------------------------------------------------
   * megadrop
  ------------------------------------------------------ */
  .megadrop {
    display: none;
  }
  .megadrop-block {
    display: none;
  }
  .megadrop-block_title-v2 {
    padding: 8px 10px;
    background-color: #e4e4e4;
    font-weight: 500;
  }
  .megadrop-block_list.sp_order2 {
    -moz-order: 2;
    order: 2;
  }
  .megadrop-block_list.sp_order3 {
    -moz-order: 3;
    order: 3;
  }
  .megadrop-block_title_link,
  .megadrop-block_list_link {
    position: relative;
    display: block;
    padding: 12px 20px 12px 35px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ddd;
    color: #333 !important;
  }
  .megadrop-block_list_link.is-nest {
    margin-top: 0;
  }
  .megadrop-block_lead {
    border-top: 1px solid #ddd;
  }
  .megadrop-block_lead .megadrop-block_list_link {
    border-top: none;
  }
  .megadrop-block_list > ul > li > ul .is-nest {
    padding-left: 3.5em;
  }
  .megadrop-block_list > ul > li > ul .is-nest.megadrop-block_list_link::before {
    left: 30px;
  }
  [data-megadrop-category="business"] .megadrop-block_list > ul > li:first-child .megadrop-block_list_link {
    border-top: 1px solid #ddd;
  }
  [data-megadrop-category="esg-hsse"] .megadrop-block_title {
    border-bottom: 1px solid #ddd;
  }
  .megadrop-block_title_link::before,
  .megadrop-block_list_link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #e50014;
    border-right: 1px solid #e50014;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .megadrop-block_list.sp_order2 {
    margin-top: 0;
  }
  .megadrop-block_list_label {
    display: table-cell;
    width: 70%;
    height: 75px;
    padding: 10px 10px 10px 30px;
    border-right: 1px solid #ebebeb;
    vertical-align: middle;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }



  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .is-sidebar-open .sidebar {
    width: 100%;
  }
  .sidebar-trigger {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    margin-right: 0;
    margin-left: auto;
    z-index: 10;
  }
  .is-sidebar-open .sidebar-trigger {
    bottom: calc(70% - 15px) !important;
  }
  .is-open .sidebar-trigger_label::before {
    background-position: -220px -60px;
  }
  .is-sidebar-open .sidebar .sidebar-nav {
    overflow: scroll;
    top: 30%;
    height: 70%;
  }
  .sidebar-banner {
    display: none;
  }
  .nav_head > a {
    position: relative;
    display: block;
    padding: 15px 20px 15px 35px;
    background-color: #444;
    font-family: "Noto Sans CJK JP";
    font-weight: 500;
    font-size: 1.5rem;
    color: #fff !important;
  }
  .nav_head > a::before {
    content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 8px;
		height: 8px;
    margin-top: -4px;
		border-top: 1px solid #b7b7b7;
		border-right: 1px solid #b7b7b7;
		-webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
  }
  .nav_title {
    padding: 15px 10px 5px 15px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #e50014;
    line-height: 1.4;
  }
  .nav_category.stage1 > li > a {
    display: block;
    border-bottom: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
  }
  .nav_category.stage1 > li > a > span {
    position: relative;
    display: block;
    padding: 15px 10px 15px 35px;
  }
  .nav_category.stage1 > li > a > span::before {
    content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 8px;
		height: 8px;
    margin-top: -4px;
		border-top: 1px solid #e50014;
		border-right: 1px solid #e50014;
		-webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
  }
  .nav_category.stage1 > .is-current > a {
    background-color: #f4f4f4;
    font-weight: bold;
  }
  .nav_category.stage1 > .is-current > a > span::before {
    border-color: #999;
  }
  .nav_category.stage2 {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .nav_category.stage2 > li > a {
    display: block;
    padding-left: 30px;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
  }
  .nav_category.stage2 > li > a > span {
    position: relative;
    display: block;
    padding: 8px 10px 8px 20px;
  }
  .nav_category.stage2 > li > a > span::before {
    content: "";
		position: absolute;
		top: 12px;
		left: 0;
		width: 8px;
		height: 8px;
		border-top: 1px solid #e50014;
		border-right: 1px solid #e50014;
		-webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
  }
  .nav_category.stage2 > .is-current > a {
    background-color: #f4f4f4;
    font-weight: bold;
  }
  .nav_category.stage2 > .is-current > a > span::before {
    border-color: #999;
  }

  .nav_category.stage1 > li > a.a-blank > span::after,
  .nav_category.stage2 > li > a.a-blank > span::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background: url(/jp/common/img/com_sprite01.png) no-repeat -120px 0;
    background-size: 240px auto;
    vertical-align: middle;
  }
  
  
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}



@media screen and (min-width: 768px) and (max-width: 1160px){
#header .inner #logo {
    margin-left: 10px;
    width: 250px;
    float: left;
padding-top: 30px;    margin-right: 15px;
}
.gnav-list_link {
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
.gnav-main {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.megadrop-block_inner {
    max-width: 1160px;
}
.megadrop-block_inner_body ul.gazo li img {
    width: 100%;
    height: auto;
}
.megadrop-block_inner_body > * {
    margin-left: 10px;
}


.gnav-main {
    margin: 0 auto;}
}