  @charset "utf-8";

/* ======================================================
 * home.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* Header */
  .Header {
    width: 100%;
    font-family: "Noto Sans CJK JP";
    z-index: 9999;
    background-color: transparent;
  }
  .HeaderBody {
    background-color: transparent;
    border-bottom: none;
  }
  .header-identity_link,
  .gnav-list_link,
  .subnavi-list_link,
  .utility-english_link,
  .gnav-sub-list_link {
    color: #fff !important;
  }
  .header-identity_link {
    background: url(/jp/img/index_logo.png) no-repeat 0 50%;
  }
  .megadrop {
    border-top: none;
  }
  .gnav-list_item {
    background-color: inherit;
    display: flex;
    height: 100%;
    align-items: flex-end;
  }
  .gnav-list_link {
    padding: 10px 18px 26px;
    display: inline-block;
  }
  .gnav-list_item.is-show-child .gnav-list_link {
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
  }
  /* fixed */
  .Header.fixed {
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .Header.fixed {
    top: 0;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-out 0s;
    -moz-transition: background-color .2s ease-out 0s;
    -ms-transition: background-color .2s ease-out 0s;
    -o-transition: background-color .2s ease-out 0s;
    transition: background-color .2s ease-out 0s;
  }
  .Header.fixed .header-identity_link,
  .Header.fixed .gnav-list_link,
  .Header.fixed .subnavi-list_link,
  .Header.fixed .utility-english_link,
  .Header.fixed .gnav-sub-list_link {
    color: inherit !important;
  }
  .Header.fixed .is-show-child .gnav-list_link {
    color: #fff !important;
  }
  .Header.fixed .header-identity_link {
    background: url(/jp/common/img/com_logo01.png) no-repeat 0 50%;
  }
  .Main {
    padding-top: 0;
  }
  .container {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .main-visual {
    position: relative;
    z-index: -1;
  }
  
  .main-visual .main-visual_inner #top_mov {
    width: 100%;
    height: 42.3vw;
  }
  
  /* main-news-area */
  .main-news-area {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 62.5%;
    margin: 40px auto 30px;
  }
  .main-news {
    width: calc((100% - 37px)/2);
  }
  .main-news + .main-news {
    margin-left: 36px;
  }
  .main-news .news_heading {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .main-news .news_heading_title {
    font-size: 2.4rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP";
  }
  .main-news .news_heading .news_heading-link {
    margin-top: 0;
  }
  .main-news .news-layout {
    margin-top: 0;
  }
  .main-news .news-layout .news_article {
    border-top: none !important;
    border-bottom: 1px solid #ddd;
    font-weight: 300;
    font-family: "Noto Sans CJK JP";
    
  }
  .main-news .news-layout .news_article:last-of-type{
    border-bottom: none;
  }
  .main-news .news-layout .news_article > .block {
    min-height: 118px;
    padding: 20px 0 19px;
    color: #333;
  }  
  .main-news .news-layout .news_detail {
    display: block;
  }
  .main-news .news-layout .news_title {
    margin-top: 5px;
    margin-right: 0;
    color: #333;
  }
  .main-news .news-layout .news_title.new::after {
    content: "¡¾NEW¡¿";
    color: #ebcf10;
    font-weight: 300;
    font-family: "Noto Sans CJK JP";
  }
  .main-news .news-layout .news_property {
    margin-right: 0;
  }
  .main-news .news-layout .news_date {
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .main-news .news-layout .news_icon {
    min-width: 86px;
    margin-left: 28px;
    background-color: #e50014;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .main-news .news-layout .news_icon.type2 {
    background-color: #dfdfdf;
    color: #333;
  }
  .news-layout a .news_title {
    text-decoration: none;
  }
  
  /* home-reason */
  .home-reason {
    padding: 55px 0;
    margin: 0 auto;
    width: 1200px;
  }
  .home-reason .reason_column:first-child {
    width: calc(100% - 701px);
  }
  .home-reason .reason_column:last-child {
    width: 665px;
  }
  .home-reason .reason_title a {
    position: relative;
    padding-left: 28px;
    font-size: 3.4rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP";
    color: #d80013;
    text-decoration: none;
  }
  .home-reason .reason_title a:hover {
    opacity: 0.6;
  }
  .home-reason .reason_title a::before {
    position: absolute;
    top: .6em;
    left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 1px solid #d80013;
    border-right: 1px solid #d80013;
    content: "";
  }
  .home-reason .reason_text {
    margin-top: 20px;
    font-size: 1.7rem;
    font-weight: 300;
    font-family: "Noto Sans CJK JP";
  }
  
  /* home-project */
  .home-project-wrap {
    padding: 35px 0 74px;
    background: #f7f7f7;
  }
  
  .home-project-wrap .home-project_head {
    text-align: center;
  }
  
  .home-project-wrap .home-project_title {
    font-size: 3.4rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP";
  }
  
  /* home-project_card */
  .home-project_card {
    margin: 0 18px;
    height: 100%;
    border: 1px solid #dddddd;
  }
  
  .home-project_card .home-project_card_type {
    display: flex;
    width: 100%;
    background-color: #fff;
    height: 100%;
    flex-flow: column;
  }
  
  .home-project_card .home-project_card_type:hover {
    text-decoration: none;
    opacity: .8;
  }
  
  .home-project_card .home-project_card_body {
    border-top: 1px solid #e4e4e4;
    color: #333333;
    padding: 12px 17px 23px;
  }
  
  .home-project_card .home-project_card_body .home-project_card_title {
    position: relative;
    padding-left: 21px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 2.4rem;
    font-family: "Noto Sans CJK JP";
  }
  
  .home-project_card .home-project_card_body .home-project_card_title > .home-project_card_label::before {
    position: absolute;
    top: .6em;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 1px solid #e90f0f;
    border-right: 1px solid #e90f0f;
    content: "";
  }
  
  .home-project_card .home-project_card_body .home-project_card_title-lv2 {
    position: relative;
    padding-left: 21px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 2.4rem;
    font-family: "Noto Sans CJK JP";
  }
  
  .home-project_card .home-project_card_body .home-project_card_title-lv2::after {
    display: inline-block;
    margin: 12px 0 0 14px;
    width: 13px;
    height: 13px;
    background-position: 0 0;
    vertical-align: top;
    background: url(/jp/common/img/com_sprite01.png) no-repeat;
    content: "";
  }
  
  .home-project_card .home-project_card_body .home-project_card_title-lv2 > .home-project_card_label::before {
    position: absolute;
    top: .6em;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 1px solid #e90f0f;
    border-right: 1px solid #e90f0f;
    content: "";
  }
  
  .home-project_card .home-project_card_body .home-project_card_description {
    margin-top: .2em;
    line-height: 1.6;
    font-size: 1.9rem;
    font-family: "Noto Sans CJK JP";
  }
  
  .slick-track {
    display: flex;
  }
  .slick-slide {
    height: auto !important;
  }
  
  /* home-project-slider */
  .home-project-slider {
    margin-top: .6em;
  }
  
  .home-project-slider .slick-arrow,
  .home-project-slider .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
  }
  .home-project-slider .slick-arrow {
    z-index: 1;
    position: absolute;
    top: 8.9vw;
    margin-top: -15px;
    width: 45px;
    height: 44px;
    background: #e50014;
  }
  .home-project-slider .slick-arrow:hover {
    opacity: 0.6;
  }
  .home-project-slider .slick-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    opacity: 1;
  }
  .home-project-slider .slick-prev {
    left: 0;
  }
  .home-project-slider .slick-prev::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: -4px;
  }
  .home-project-slider .slick-next {
    right: 0;
  }
  .home-project-slider .slick-next::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -6px;
  }
  .home-project-slider .slick-dots {
    position: absolute;
    width: 100%;
  }
  .home-project-slider .slick-dots {
    padding-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .home-project-slider .slick-dots li {
    margin: 0 10px;
  }
  .home-project-slider .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #999;
  }
  .home-project-slider .slick-dots .slick-active button {
    background: #e50014;
  }
  
  /* home-company-links */
  .home-company-links {
    width: 100%;
    height: 450px;
    min-height: 450px;
    background: url(/jp/img/index_im02.jpg) no-repeat 50% 0;
    background-size: cover;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .home-company-links .company-links_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }
  .home-company-links .company-links_title {
    position: relative;
    margin-bottom: 33px;
  }
  .home-company-links .company-links_title::after {
    position: absolute;
    bottom: -13px;
    left: 43px;
    content: "";
    display: block;
    width: calc(100% - 60px);
    height: 2px;
    background-color: #e50014;
  }
  .home-company-links .company-links_title > a {
    position: relative;
    padding-left: 24px;
    font-size: 3.4rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP";
    color: #fff;
    text-decoration: none;
  }
  .home-company-links .company-links_title > a::before {
    position: absolute;
    top: .6em;
    left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 13px;
    height: 13px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
}
  .home-company-links .company-links_title > a:hover {
    opacity: 0.6;
  }
  .home-company-links .company-links_title-lv2 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "Noto Sans CJK JP";
  } 
  .home-company-links .link-list + .company-links_title-lv2 {
    margin-top: 45px;
  }
    .home-company-links .link-list {
    margin: 25px auto 0;
    width: 71.5%;
    display: -webkit-flex;
    display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
  }
  .home-company-links .link-list > li {
    position: relative;
		width: 25%;
    margin-top: 10px;
		padding-left: 34px;
    font-family: "Noto Sans CJK JP";
    font-size: 1.8rem;
  }
  .home-company-links .link-list > li::before {
    position: absolute;
    top: .8em;
    left: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  .home-company-links .link-list > li:nth-of-type(-n+4){
    margin-top: 0;
  }
  .home-company-links .link-list > li > a {
    color: #fff;
  }
  
  /* home-group */
  .home-group {
    font-family: "Noto Sans CJK JP";
    margin-top: 40px;
  }
  .home-group .group_heading {
    text-align: center;
  }
  .home-group .group_heading .heading_title {
    font-size: 1.77vw;
    font-weight: 500;
    font-family: "Noto Sans CJK JP";
  }
  .home-group .group-compo .column_item a.block {
    display: block;
  }
  .home-group .group-compo .column_item a.block:hover .col {
    opacity: 0.7;
  }
  .home-group .group-compo .compo-column-layout {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100vw;
    margin: 0 auto;
  }
  .home-group .group-compo .compo-column-layout > .column_item {
    position: relative;
    width: 50vw;
    min-height: 100%;
  }
  .home-group .group-compo .compo-column-layout > .column_item .col {
    position: absolute;
    top: 0;
    right: 0;
    width: 54%;
    height: 100%;
    padding: 3.13vw;
    background-color: rgba(20,50,81,0.85);
    color: #ffffff;
    -webkit-transition: background .2s ease-out 0s, color .2s ease-out 0s, border .2s ease-out 0s;
    transition: background .2s ease-out 0s, color .2s ease-out 0s, border .2s ease-out 0s;
  }
  .home-group .group-compo .compo-column-layout > .column_item .col .textArea .colTitle {
    font-size: 1.46vw;
    font-weight: bold;
  }
  .home-group .group-compo .compo-column-layout > .column_item .col .colDetail {
    margin-top: 1.2vw;
    font-size: 0.82vw;
  }
  .home-group .group-compo .compo-column-layout-v2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100vw;
    margin: 0 auto;
  }
  .home-group .group-compo .compo-column-layout-v2 > .column_item {
    position: relative;
    width: 33.33vw;
    min-height: 100%;
  }
  .home-group .group-compo .compo-column-layout-v2 >.column_item .col {
    position: absolute;
    top: 0;
    right: 0;
    width: 64%;
    height: 100%;
    padding: 3.13vw;
    background-color: rgba(0,0,0,0.6);
    color: #ffffff;
    -webkit-transition: background .2s ease-out 0s, color .2s ease-out 0s, border .2s ease-out 0s;
    transition: background .2s ease-out 0s, color .2s ease-out 0s, border .2s ease-out 0s;
  }
  .home-group .group-compo .compo-column-layout-v2 > .column_item .col .textArea .colTitle {
    font-size: 1.243vw;
    font-weight: bold;
  }
  .home-group .group-compo .compo-column-layout-v2 > .column_item .col .colDetail {
    margin-top: 1.2vw;
    font-size: 0.82vw;
  }
  
  
  /* home-business-links */
  .home-business-links {
    margin-top: 40px;
    width: 100%;
    height: 520px;
    min-height: 520px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    position: relative;
  }
  .home-business-links::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 55%;
    height: 100%;
    background: url(/jp/img/index_im08.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  .home-business-links .business-links_inner {
    padding: 2vw 4.1vw;
    display: flex;
    flex-flow: column;
    width: 45%;
    height: 520px;
    min-height: 520px;
    position: relative;
    justify-content: center;
  }
  .home-business-links .business-links_inner::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(/jp/img/index_im03.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  .home-business-links .business-links_title {
    position: relative;
    margin-bottom: 30px;
  }
  .home-business-links .business-links_title::after {
    position: absolute;
    bottom: -13px;
    left: 0;
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-color: #e50014;
  }
  .home-business-links .business-links_title > a {
    position: relative;
    padding-left: 24px;
    font-size: 3.4rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP";
    color: #fff;
    text-decoration: none;
  }
  .home-business-links .business-links_title > a:hover {
    opacity: 0.6;
  }
  .home-business-links .business-links_title > a::before {
    position: absolute;
    top: .6em;
    left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 13px;
    height: 13px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  .home-business-links .business-links_title + .business-links_title-lv2 {
    margin-top: 10px;
  }
  .home-business-links .business-links_title-lv2 {
    position: relative;
    margin-top: 15px;
  }
  .home-business-links .business-links_title-lv2 > a {
    color: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    font-family: "Noto Sans CJK JP";
  }
  .home-business-links .link-list + .link-list {
    margin-top: 20px;
  }
  .home-business-links .link-list > li {
    position: relative;
    float: left;
    padding-right: 15px;
    font-family: "Noto Sans CJK JP";
    font-size: 1.8rem;
  }
  .home-business-links .link-list > li::after {
    content: "£ü";
    color: #808080;
    margin-left: 20px;
  }
  .home-business-links .link-list > li.is-edge::after {
    content: "¡¡";
  }
  .home-business-links .link-list > li > a {
    color: #fff;
  }
  
  /* home-links */
  .home-links {
    padding: 80px;
  }
  .home-links > * {
    margin-top: 70px;
  }
  .home-links_inner .heading-lv2 {
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
  }
  .home-links_inner .heading-lv2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -40px;
    height: 40px;
    width: 100%;
    padding: 5px 25px 2px;
    box-sizing: border-box;
    box-shadow:0px 0 40px 20px rgba(0, 0, 0, 1);
  }
  .home-links_inner .heading-lv2 > a {
    display: block;
    background: url(/jp/img/index_im04.jpg) no-repeat 0 0;
    background-size: 100% auto;
    padding-bottom: 53.364%;
    width: 100%;
    position: relative;
  }
  .home-links_inner .heading-lv2 > a:hover {
    opacity: 0.6;
  }
  .home-links_inner .heading-lv2 > a > .links_title {
    position: absolute;
    bottom: 10px;
    left: 30px;
    padding-left: 24px;
    font-size: 2.8rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP";
    color: #fff;
    text-decoration: none;
    z-index: 10;
  }
  .home-links_inner .heading-lv2 > a > .links_title::before {
    position: absolute;
    top: .7em;
    left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  .home-links_inner .link-list {
    position: relative;
  }
  .home-links_inner .link-list::before {
    position: absolute;
    top: -20px;
    left: 0;
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-color: #e50014;
  }
  .home-links_inner .link-list > li {
    position: relative;
    float: left;
    margin-top: 10px;
    padding-right: 10px;
    font-family: "Noto Sans CJK JP";
    font-size: 1.6rem;
  }

  .home-links_inner .link-list > li::after {
    content: "£ü";
    color: #808080;
    margin-left: 10px;
  }
  .home-links_inner .link-list > li.is-edge::after {
    content: "¡¡";
  }
  .home-links_inner .link-list > li > a {
    color: #333;
  }
  .home-project-links .heading-lv2 > a {
    background: url(/jp/img/index_im04.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  .home-esg-hsse-links .heading-lv2 > a {
    background: url(/jp/img/index_im05.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  .home-ir-links .heading-lv2 > a {
    background: url(/jp/img/index_im06.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  .home-recruit-links .heading-lv2 > a {
    background: url(/jp/img/index_im07.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  .home_link-button{
    margin: 60px 60px 0;
  }
  .home_gp-w-100per{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 20px 180px ;
    border: 1px solid #dddddd;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
    text-decoration: none;
    font-size: 2.0rem;
  }
  .home_news_link > li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
.home_gp-w-100per:hover {
    text-decoration: none;
    background-color: #efefef
  }
  .home_news_link{
    color: #333;
    text-decoration: none;
  }
  .home_news_link::after{
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #e50014;
    border-right: 1px solid #e50014;
    content: "";
  }
  .home_news_link::before{
    position: absolute;
    top: 50%;
    left: 30px;
    width: 98px;
    height: 46px;
    line-height: 46px;
    margin-top: -23px;
    background: #e50014;
    text-align: center;
    content: "¤´×¢Òâ";
    color: #FFFFFF;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .link-list::after,
  .project_item::after {
    display: block;
    clear: both;
    content: "";
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1840px) {
  .home-project .project_info {
    top: 4vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1540px) {
.home-company-links .link-list {
    width: 85.5%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1240px) {
  .home-company-links .link-list {
    width: 95%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1180px) {
  .home-company-links .link-list + .company-links_title-lv2 {
    margin-top: 20px;
  }
  .home-company-links .link-list {
    width: 95%;
    margin-top: 15px;
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  
  .container {
    padding: 0;
  }
  .main-visual {
    position: relative;
  }
  .main-visual .main-visual_inner #top_mov {
    width: 100%;
    height: 42.6vw;
  }
  

  /* main-news-area */
  .main-news-area {
    margin-top: 10px;
  }
  .main-news {
    padding: 0 15px;
  }
  .main-news + .main-news {
    margin-top: 20px;
  }
  .main-news .news_heading .news_heading_title {
    position: relative;
    font-size: 2.1rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP";
    color: #333;
  }
  .main-news .news_heading .news_heading-link {
    margin-top: 0;
  }
  .main-news .news_heading {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .main-news .news-layout {
    margin-top: 5px;
  }
  .main-news .news-layout .news_article {
    font-weight: 300;
    font-family: "Noto Sans CJK JP";
  }
  .main-news .news-layout .news_article > .block {
    color: #333;
  }
  .main-news .news_article {
    border-top: none !important;
    border-bottom: 1px solid #ddd;
  }
  .main-news .news-layout .news_detail {
    display: block;
  }
  .main-news .news-layout .news_title {
    margin-top: 5px;
  }
  .main-news .news-layout .news_title.new::after {
    content: "¡¾NEW¡¿";
    color: #e50014;
    font-weight: 300;
    font-family: "Noto Sans CJK JP";
  }
  .main-news .news-layout .news_date {
    color: #e50014;
    font-weight: normal;
  }
  .main-news .news-layout .news_icon {
    min-width: 70px;
    background-color: #e50014;
    color: #fff;
    font-size: 1.0rem;
    font-weight: 700;
  }
  .main-news .news-layout .news_icon.type1,
  .main-news .news-layout .news_icon.type2,
  .main-news .news-layout .news_icon.type3,
  .main-news .news-layout .news_icon.type4 {
    background-color: #e50014;
  }
  .news-layout a .news_title {
    color: #333;
    text-decoration: none;
  }
  
  /* home-reason */
  .home-reason {
    padding: 15px 15px;
  }
  
  .home-reason .reason_column {
    margin-top: 1.5em;
  }
  .home-reason .reason_title {
    text-align: center;
  }
  .home-reason .reason_title a {
    position: relative;
    padding-left: 17px;
    font-size: 2.1rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP";
    color: #d80013;
    text-decoration: none;
  }
  .home-reason .reason_title a::before {
    position: absolute;
    top: .6em;
    left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #d80013;
    border-right: 1px solid #d80013;
    content: "";
  }
  .home-reason .reason_text {
    margin-top: 20px;
    font-size: 1.4rem;
    font-weight: 300;
    font-family: "Noto Sans CJK JP";
  }
  
  /* home-project */
  .home-project-wrap {
    margin-top: 2.4em;
    padding: 35px 0 54px;
    background: #f7f7f7;
  }
  
  .home-project-wrap .home-project_head {
    text-align: center;
  }
  
  .home-project-wrap .home-project_title {
    font-size: 2.1rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP";
  }
  
  /* home-project_card */
  .home-project_card {
    border: 1px solid #dddddd;
  }
  
  .home-project_card .home-project_card_type {
    display: flex;
    width: 100%;
    background-color: #fff;
    height: 100%;
    flex-flow: column;
  }
  
  .home-project_card .home-project_card_body {
    border-top: 1px solid #e4e4e4;
    color: #333333;
    padding: 12px 10px 41px;
  }
  
  .home-project_card .home-project_card_body .home-project_card_title {
    position: relative;
    padding-left: 17px;
    font-weight: bold;
    font-size: 1.8rem;
    font-family: "Noto Sans CJK JP";
  }
  
  .home-project_card .home-project_card_body .home-project_card_title > .home-project_card_label::before {
    position: absolute;
    top: .6em;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 1px solid #e90f0f;
    border-right: 1px solid #e90f0f;
    content: "";
  }
  
  .home-project_card .home-project_card_body .home-project_card_title-lv2 {
    position: relative;
    padding-left: 17px;
    font-weight: bold;
    font-size: 1.8rem;
    font-family: "Noto Sans CJK JP";
  }
  
  .home-project_card .home-project_card_body .home-project_card_title-lv2::after {
    display: inline-block;
    margin: 10px 0 0 10px;
    width: 12px;
    height: 12px;
    background-position: -120px 0;
    vertical-align: top;
    background: url(/jp/common/img/com_sprite01.png) no-repeat;
    background-size: 400px auto;
    content: "";
  }
  
  .home-project_card .home-project_card_body .home-project_card_title-lv2 > .home-project_card_label::before {
    position: absolute;
    top: .6em;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 1px solid #e90f0f;
    border-right: 1px solid #e90f0f;
    content: "";
  }
  
  .home-project_card .home-project_card_body .home-project_card_description {
    margin-left: 4px;
    margin-top: .2em;
    line-height: 1.6;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP";
  }
  
  .slick-track {
    display: flex;
  }
  .slick-slide {
    height: auto !important;
  }
  
  /* home-project-slider */
  .home-project-slider {
    margin-top: .6em;
  }
  
  .home-project-slider .slick-arrow,
  .home-project-slider .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    color: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
  }
  
  .home-project-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 41.5vw;
    width: 34px;
    height: 35px;
    margin-top: -16px;
    background-color: #e50014;
  }
  
  .home-project-slider .slick-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    opacity: 1;
  }
  
  .home-project-slider .slick-prev {
    left: 0;
  }
  
  .home-project-slider .slick-prev::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: -4px;
  }
  
  .home-project-slider .slick-next {
    right: 0;
  }
  
  .home-project-slider .slick-next::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -6px;
  }
  
  .home-project-slider .slick-dots {
    position: absolute;
    width: 100%;
  }
  
  .home-project-slider .slick-dots {
    padding-top: 14px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  
  .home-project-slider .slick-dots > li {
    margin: 0 10px;
  }
  .home-project-slider .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #999;
  }
  
  .home-project-slider .slick-dots .slick-active button {
    background: #e50014;
  }
  
  /* home-company-links */
  .home-company-links {
    padding: 22px 15px;
    width: 100%;
    background: url(/jp/img/index_im02_sp.jpg) no-repeat 50% 0;
    background-size: cover;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .home-company-links .company-links_inner {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .home-company-links .company-links_title {
    position: relative;
    margin-bottom: 20px;
  }
  .home-company-links .company-links_title::after {
    position: absolute;
    bottom: -13px;
    left: 26px;
    content: "";
    display: block;
    width: calc(100% - 35px);
    height: 2px;
    background-color: #e50014;
  }
  .home-company-links .company-links_title > a {
    position: relative;
    padding-left: 16px;
    font-size: 2.1rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP";
    color: #fff;
    text-decoration: none;
  }
  .home-company-links .company-links_title > a::before {
    position: absolute;
    top: .6em;
    left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  .home-company-links .company-links_title-lv2 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Noto Sans CJK JP";
  }
  .home-company-links .link-list + .company-links_title-lv2{
    margin-top: 12px;
  }
  .home-company-links .link-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .home-company-links .link-list > li {
    margin-top: 1em;
    position: relative;
    padding-left: 13px;
    font-family: "Noto Sans CJK JP";
    font-size: 1.4rem;
    width: calc((100% - 15px) / 2);
  }
  .home-company-links .link-list > li::before {
    position: absolute;
    top: .6em;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  .home-company-links .link-list > li > a {
    color: #fff;
  }
  /* home-group  */
  .home-group {
    font-family: "Noto Sans CJK JP";
    margin-top: 35px;
  }
  .home-group .group-compo {
    padding-bottom: 6%;
  }
  .home-group .group_heading {
    text-align: center;
    padding: 0 4% 2%;
  }
  .home-group .group_heading .heading_title {
    font-size: 2.1rem;
    font-weight: 500;
  }
  .home-group .group-compo .column_item a.block {
    display: block;
  }
  .home-group .group-compo .compo-column-layout {
    width: 100%;
    margin: 0 auto;
  }
  .home-group .group-compo .compo-column-layout > .column_item:first-child {
    margin-top: 0;
  }
  .home-group .group-compo .compo-column-layout > .column_item {
    margin-top: 8%
  }
  .home-group .group-compo .compo-column-layout > .column_item .col .textArea {
    padding: 3% 4% 0;
  }
  .home-group .group-compo .compo-column-layout > .column_item .col .textArea .colTitle {
    font-size: 18px;;
    font-weight: bold;
    color: #545454;
  }
  .home-group .group-compo .compo-column-layout > .column_item .col .colDetail {
    margin-top: 2%;
    color: #545454;
  }
  .home-group .group-compo .compo-column-layout > .column_item figure {
    margin-top: 4%;
    text-align: center;
  }
  .home-group .group-compo .compo-column-layout > .column_item:first-child figure {
    margin-top: 0;
  }
  .home-group .group-compo .compo-column-layout-v2 {
    width: 100%;
    margin: 0 auto;
  }
  .home-group .group-compo .compo-column-layout-v2 > .column_item {
    margin-top: 8%;
  }
  .home-group .group-compo .compo-column-layout-v2 > .column_item .col .textArea {
    padding: 3% 4% 0;
  }
  .home-group .group-compo .compo-column-layout-v2 > .column_item .col .textArea .colTitle {
    font-size: 18px;
    font-weight: bold;
    color: #545454;
  }
  .home-group .group-compo .compo-column-layout-v2 > .column_item .col .colDetail {
    margin-top: 2%;
    color: #545454;
  }
  .home-group .group-compo .column_item figure {
    text-align: center;
  }
  
  /* home-business-links */
  .home-business-links {
    position: relative;
    margin-top: 35px;
    padding: 30px 15px;
    padding-top: calc(50% + 30px);
    width: 100%;
    background: url(/jp/img/index_im03_sp.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  .home-business-links::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 50%;
    background: url(/jp/img/index_im08.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  .home-business-links .business-links_inner {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .home-business-links .business-links_title {
    position: relative;
    margin-bottom: 23px;
  }
  .home-business-links .business-links_title::after {
    position: absolute;
    bottom: -13px;
    left: 26px;
    content: "";
    display: block;
    width: calc(100% - 35px);
    height: 2px;
    background-color: #e50014;
  }
  .home-business-links .business-links_title > a {
    position: relative;
    padding-left: 16px;
    font-size: 2.1rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP";
    color: #fff;
    text-decoration: none;
  }
  .home-business-links .business-links_title > a::before {
    position: absolute;
    top: .6em;
    left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  .home-business-links .business-links_title + .business-links_title-lv2 {
    margin-top: 0;
  }
  .home-business-links .business-links_title-lv2 {
    width: 100%;
    margin-top: 30px;
    text-align: left;
  }
  .home-business-links .business-links_title-lv2 > a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Noto Sans CJK JP";
  }
  .home-business-links .link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .home-business-links .link-list + .link-list {
    margin-top: 33px;
  }
  .home-business-links .link-list > li {
    margin-top: 1.2em;
    position: relative;
    font-family: "Noto Sans CJK JP";
    font-size: 1.4rem;
    width: calc((100% - 15px) / 2);
  }
  .home-business-links .link-list > li > a {
    color: #fff;
  }
  
  /* home-links */
  .home-links {
  }
  .home-links > .home-links_inner {
    margin-top: 30px !important;
  }
  .home-links_inner .heading-lv2 {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
  }
  .home-links_inner .heading-lv2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -40px;
    height: 40px;
    width: 100%;
    padding: 5px 25px 2px;
    box-sizing: border-box;
    box-shadow:0px 0 40px 20px rgba(0, 0, 0, 1);
  }
  .home-links_inner .heading-lv2 > a {
    display: block;
    background: url(/jp/img/index_im04.jpg) no-repeat 0 0;
    background-size: 100% auto;
    padding-bottom: 53.364%;
    width: 100%;
    position: relative;
  }
  .home-links_inner .heading-lv2 > a > .links_title {
    position: absolute;
    bottom: 10px;
    left: 15px;
    padding-left: 15px;
    font-size: 2.1rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP";
    color: #fff;
    text-decoration: none;
    z-index: 10;
  }
  .home-links_inner .heading-lv2 > a > .links_title::before {
    position: absolute;
    top: .7em;
    left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  .home-links_inner .link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
    position: relative;
  }
  .home-links_inner .link-list::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-color: #e50014;
  }
  .home-links_inner .link-list > li {
    margin-top: 1.2em;
    position: relative;
    font-family: "Noto Sans CJK JP";
    font-size: 1.4rem;
    width: calc((100% - 15px) / 2);
  }
  .home-links_inner .link-list > li > a {
    color: #333;
  }
  .home-project-links .heading-lv2 > a {
    background: url(/jp/img/index_im04.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  .home-esg-hsse-links .heading-lv2 > a {
    background: url(/jp/img/index_im05.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  .home-ir-links .heading-lv2 > a {
    background: url(/jp/img/index_im06.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  .home-recruit-links .heading-lv2 > a {
    background: url(/jp/img/index_im07.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  .home_link-button{
    margin: 30px 15px 0;
    font-size: 1.3rem;
  }
  .home_gp-w-100per{
    -webkit-display:block;
    display:block;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-width: 61.11%;
    padding: 13px 40px 13px 13px;
    border: 1px solid #dddddd;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    font-size: 1.4rem;

  }
  .home_news_link{
    color: #333;
    text-decoration: none;
  }
  .home_news_link::after{
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #e50014;
    border-right: 1px solid #e50014;
    content: "";
  }
  .home_news_link::before{
    position: relative;
    top: 0;
    left: 0;
    width: 4em;
    padding: 4px 0;
    margin-top: 0;
    background: #e50014;
    text-align: center;
    content: "¤´×¢Òâ";
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
  }
  
}
/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1800px) {
  .HeaderBody {
    padding: 0 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1700px) {
  .gnav-main {
    padding: 0 0 0 40px;
  }
  .gnav-sub-list_link {
    padding: 0 15px;
  }
  .utility {
    margin-left: 20px;
  }
  .utility-search {
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .HeaderBody {
    padding: 0 30px;
  }
  .gnav-list_link {
    padding: 10px 10px 26px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1500px) {
  .gnav-list_link {
    font-size: 1.5rem;
  }
  .gnav-sub-list_link {
    font-size: 1.4rem;
  }
  .utility-english_link {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .gnav-main {
    padding: 0 0 0 18px;
  }
  .gnav-sub-list_link {
    padding: 0 8px;
  }
  .utility {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .header-identity {
    width: 200px;
  }
  .header-identity_link {
    background-size: contain;
  }
  .Header.fixed .header-identity_link {
    background-size: contain;
  }
  .gnav-list_link {
    padding: 8px 8px 26px;
  }
  .gnav-sub-list_link {
    padding: 0 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .HeaderBody {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .header-identity_link {
    height: 40px;
  }
  .gnav-body {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .gnav-main {
    padding: 0;
    margin-left: -8px;
  }
  .gnav-list {
    height: 40px;
    padding-bottom: 0;
  }
  .gnav-sub-list {
    height: 40px;
    padding-bottom: 10px;
  }
  .gnav-list_link {
    padding: 8px 8px 12px;
  }
  .gnav-list_item:first-child .gnav-list_link {
    padding-left: 8px;
  }
  .gnav-sub-list_link {
    padding-left: 30px;
  }
  .gnav-sub-list_link {
    padding-right: 0;
  }
  .gnav-list_item {
    margin-left: 29px;
  }
  .gnav-list_item:first-child {
    margin-left: 0;
  }
  .gnav-sub-list_item:first-child .gnav-sub-list_link {
    padding-left: 0;
  }
  .gnav-sub-list_item:last-child .gnav-sub-list_link {
    padding-right: 0;
  }
  .gnav-list_item.is-current .gnav-list_label::before,
  .gnav-list_link:hover .gnav-list_label::before {
    bottom: 0;
  }
  .utility {
    position: absolute;
    top: 8px;
    right: 30px;
  }
  .utility-english_link {
    padding: 0 0 0 24px;
  }
  .utility-english_link::before {
    top: 50%;
    left: 0;
    margin: -10px 0 0;
  }
  .utility-search_button {
    width: 26px;
    height: 26px;
  }
  .megadrop-block_list_label {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .gnav-list_item {
    margin-left: 0;
  }
  .gnav-list_link {
    font-size: 1.4rem;
  }
  .gnav-sub-list_link {
    padding-left: 10px;
    font-size: 1.3rem;
  }
}
/* ======================================================
 * Print
====================================================== */
