  @charset "utf-8";

/* ======================================================
 * layout_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Other
 * - Clearfix
 * Media Queries
====================================================== */

@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * 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: 51px;
    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: 1.5rem;
    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(/jp/common/img/com_sprite01.png) no-repeat 0 -80px;
    background-size: 240px auto;
    border: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .gnav-list_link.js-megadrop_trigger.is-open::before {
    background-position: -20px -80px;
  }
  .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: 42px;
    margin-left: 10px;
  }
  .sp-header-menu_label {
    position: relative;
    display: block;
    padding-top: 25px;
    font-weight: 500;
    font-size: 1rem;
    color: #e50014;
    line-height: 1;
    text-align: center;
  }
  .sp-header-menu_label::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 50%;
    display: inline-block;
    width: 19px;
    height: 17px;
    margin: 0 0 0 -9px;
    background: url(/jp/common/img/com_sprite01.png) no-repeat -40px -60px;
    background-size: 240px auto;
  }
  .sp-header-menu_label.is-open::before {
    background-position: -60px -60px;
  }

  /* ------------------------------------------------------
   * 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-top: 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:first-child .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_link-v2 {
    position: relative;
    display: table;
    width: calc(100% - 30px);
    margin: 10px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333 !important;
  }
  .megadrop-block_list.sp_order2 .megadrop-block_list_link-v2 {
    margin-top: 0;
  }
  .megadrop-block_list_link-v2::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_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;
  }
  .megadrop-block_list_link-v2::after {
    content: "";
    overflow: hidden;
    position: relative;
    display: table-cell;
    width: 30%;
    height: 75px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .megadrop-block_list_link-v2.a-blank::after {
    content: "";
    overflow: hidden;
    position: relative;
    display: table-cell;
    width: 30%;
    height: 75px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .megadrop-block_list_link-v2.a-blank span::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 8px;
    background: url(/jp/common/img/com_sprite01.png) no-repeat 0 0;
    vertical-align: baseline;
  }
  .megadrop-block_list_link-v2[data-box-background="glance"]::after {
    background-image: url(/jp/common/img/gnav_im01.jpg);
  }
  .megadrop-block_list_link-v2[data-box-background="scene"]::after {
    background-image: url(/jp/common/img/gnav_im02.png);
  }
  .megadrop-block_list_link-v2[data-box-background="strength"]::after {
    background-image: url(/jp/common/img/gnav_im03.jpg);
  }
  .megadrop-block_list_link-v2[data-box-background="hsse"]::after {
    background-image: url(/jp/common/img/gnav_im04.jpg);
  }
  .megadrop-block_list_link-v2[data-box-background="initiative"]::after {
    background-image: url(/jp/common/img/gnav_im08.jpg);
  }
  .megadrop-block_list_link-v2[data-box-background="plan"]::after {
    background-image: url(/jp/common/img/gnav_im05.png);
  }
  .megadrop-block_list_link-v2[data-box-background="summary"]::after {
    background-image: url(/jp/common/img/gnav_im06.png);
  }
  .megadrop-block_list_link-v2[data-box-background="reports"]::after {
    background-image: url(/jp/common/img/gnav_im09.png);
  }
  .megadrop-block_list_link-v2[data-box-background="media"]::after {
    background-image: url(/jp/common/img/gnav_im07.jpg);
  }
  .megadrop-block_list_link-v2[data-box-background="hydrogen"]::after {
    background-image: url(/jp/common/img/gnav_im10.jpg);
  }
  .megadrop-block_list_link-v2[data-box-background="plasticrecycle"]::after {
    background-image: url(/jp/common/img/gnav_im11.jpg);
  }
  .megadrop-block_list_link-v2[data-box-background="CCS"]::after {
    background-image: url(/jp/common/img/gnav_im12.jpg);
  }
  .megadrop-block_list_link-v2[data-box-background="semiconductor-special"]::after {
    background-image: url(/jp/common/img/gnav_im13.jpg);
  }
  .megadrop-block_list_link-v2[data-box-background="hub"]::after {
    background-image: url(/jp/common/img/gnav_im14.png);
  }
  .megadrop-block_list_link-v2[data-box-background="modular-construction-methods"]::after {
    background-image: url(/jp/common/img/gnav_im15.jpg);
  }
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
    padding-top: 51px;
  }
  /* ----- pageGuide ----- */
  .pageGuide {
    display: none;
  }
  .pageGuide > *:first-child {
    margin-top: 0 !important;
  }

  /* ----- pageHead ----- */
  .pageHead {
    display: none;
  }
  .pageHead > *:first-child {
    margin-top: 0 !important;
  }

  /* ----- container ----- */
  .container {
    position: relative;
    overflow: hidden;
    padding: 20px 15px;
  }
  .container[data-sidebar="true"] {
    padding-bottom: 80px;
  }

  /* contents */
  .contents > *:first-child {
    margin-top: 0 !important;
  }

  /* sidebar */
  .sidebar {
    z-index: 999;
  }
  .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;
  }
  .sidebar-trigger_label {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    padding: 30px 0 15px;
    background-color: #dc0418;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  }
  .sidebar-trigger_label::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    display: inline-block;
    width: 20px;
    height: 15px;
    margin: 0 0 0 -10px;
    background: url(/jp/common/img/com_sprite01.png) no-repeat -200px -60px;
    background-size: 240px auto;
  }
  .is-open .sidebar-trigger_label::before {
    background-position: -220px -60px;
  }
  .sidebar-nav {
    position: fixed;
    top: 110%;
    right: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: top .3s ease-out 0s;
    transition: top .3s ease-out 0s;
    z-index: 5;
  }
  .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.stage3 {
    margin-top: 7px;
  }
  .nav_category.stage3 > li > a {
    display: block;
    padding-left: 28px;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
  }
  .nav_category.stage3 > li > a > span {
    position: relative;
    display: block;
    padding: 8px 10px 6px 20px;
  }
  .nav_category.stage3 > li > a > span::before {
    position: absolute;
    top: 14px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e50014;
    content: "";
  }
  .nav_category.stage3 > .is-current > a {
    font-weight: bold;
  }
  .nav_category.stage1 > li > a.a-blank > span::after,
  .nav_category.stage2 > li > a.a-blank > span::after,
  .nav_category.stage3 > 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;
  }

  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */
  .assist-sitemap {
    display: none;
  }

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .footer-utility-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap:  wrap;
    flex-wrap:  wrap;
  }
  .footer-utility-list_item {
    width: 50%;
    border-bottom: 1px solid #ddd;
  }
  .footer-utility-list_item:nth-child(2n+1) {
    border-right: 1px solid #ddd;
  }
  .footer-utility-list_link {
    position: relative;
    display: block;
    padding: 12px 10px 12px 30px;
    font-weight: 500;
    font-size: 1.2rem;
    color: #333 !important;
  }
  .footer-utility-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);
  }

  .FooterBody {
    background-color: #e50014;
  }

  /* footer-sns-list */
  .footer-sns-list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px 15px 0 15px;
  }
  .footer-sns-list_item {
    width: 40px;
    height: auto;
  }
  .footer-sns-list_item + .footer-sns-list_item {
    margin-left: 20px;
  }

  /* footer-copyright */
  .footer-copyright {
    background-color: #e50014;
    text-align: center;
  }
  .footer-copyright_label {
    display: block;
    padding: 15px;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1.5;
  }

  /* Pagetop */
  .pagetop_link {
    position: relative;
    display: block;
    height: 40px;
    background-color: #333;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .pagetop_link::after {
    content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 12px;
		height: 12px;
    margin: -3px 0 0 -6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
  }


  /* ------------------------------------------------------
   * Other
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
  .megadrop-block_list_label {
    width: 82%;
  }
  .megadrop-block_list_link-v2::after {
    width: 18%;
  }
}