@charset "utf-8";
/*=============================================================
 header
=============================================================*/
#header {
  width: 210px;
  height: 100%;
  box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  background-color: #fff;
  line-height: 1.45;
}
.header_logo {
  margin-top: 24px;
  text-align: center;
  padding: 10px 15px 0;
  box-sizing: border-box;
}
.header_logo .logo {
  width: 100%;
  margin-top: 16px
}
@media screen and (max-width:1024px) {
  .header_logo {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 16px;
	text-align: left;
  }
  .header_logo p {

	display: inline;
  }
  .header_logo img {
    height: 25px;
    width: auto;
  }
  .header_logo .mark {
    padding-right: 10px;
  }
  .header_logo .logo {
  width: auto;
}
}
/* globalNavSet
-------------------------------------------------------------*/
#globalNavSet > dt {
  display: none;
}
#globalNav {
  display: block;
  position: relative;
  z-index: 100;
  background-color: #fff;
}
#globalNav li {
  display: block;
  position: relative;
  background-color: #fff;
  z-index: 100;
}
#globalNav li a {
  text-decoration: none;
}
#globalNav > li > a {
  display: table;
  width: 100%;
  height: 50px;
  position: relative;
  color: #001a43;
  font-weight: 700;
  background-color: #fff;
}
#globalNav > li > a:hover {
  color: #001a43;
  background-color: #e5f1f9;
}
#globalNav > li > a > span {
  display: table-cell;
  vertical-align: middle;
  height: 55px;
  padding: 10px 20px;
  box-sizing: border-box;
}
@media screen and (max-width:1024px) {
  #globalNav > li > a:hover {
    color: #fff;
  }
}
@media screen and (min-width:1024px) {
  #globalNav li#gb-business .btnClose,
  #globalNav li#gb-sustainability .btnClose,
  #globalNav li#gb-recruit .btnClose,
  #globalNav li#gb-company .btnClose {
    display: block;
    height: 50px;
    position: absolute;
    top: -11px;
    right: -11px;
    width: 100%;
    height: 100%;
    z-index: -100;
    opacity: 0;
    cursor: pointer;
  }
  .m2ndBusiness #globalNav li#gb-business .btnClose,
  .m2ndSustainability #globalNav li#gb-sustainability .btnClose,
  .m2ndRecruit #globalNav li#gb-recruit .btnClose,
  .m2ndCompany #globalNav li#gb-company .btnClose {
    z-index: 10;
    opacity: 1;
  }
  #globalNav li#gb-business .btnClose::before,
  #globalNav li#gb-sustainability .btnClose::before,
  #globalNav li#gb-recruit .btnClose::before,
  #globalNav li#gb-company .btnClose::before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #001a43;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
  }
  #globalNav li#gb-business .btnClose span::before,
  #globalNav li#gb-business .btnClose span::after,
  #globalNav li#gb-sustainability .btnClose span::before,
  #globalNav li#gb-sustainability .btnClose span::after,
  #globalNav li#gb-recruit .btnClose span::before,
  #globalNav li#gb-recruit .btnClose span::after,
  #globalNav li#gb-company .btnClose span::before,
  #globalNav li#gb-company .btnClose span::after{
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #7f8ca1;
    position: absolute;
    top: 50%;
    right: 18px;
  }
  #globalNav li#gb-business .btnClose span::before,
  #globalNav li#gb-sustainability .btnClose span::before,
  #globalNav li#gb-recruit .btnClose span::before,
  #globalNav li#gb-company .btnClose span::before{
    transform: translateY(-50%) rotate(-45deg);
  }
  #globalNav li#gb-business .btnClose span::after,
  #globalNav li#gb-sustainability .btnClose span::after,
  #globalNav li#gb-recruit .btnClose span::after,
  #globalNav li#gb-company .btnClose span::after{
    transform: translateY(-50%) rotate(45deg);
  }
}
#globalNav li ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.7s ease;
}
/*#globalNav li ul .m3ndRealEstate,
#globalNav li ul .m3ndEnvironment,
#globalNav li ul .m3ndNewBusiness,
#globalNav li ul .m3ndCircularEconomy{
	width:0px;
	position:absolute;
	top:0;
	left:220px;
	z-index:-1;
	opacity:0;
	transition:all 0.7s ease;
	overflow:hidden;
}
 #globalNav li ul .subBoxInner{
	width:100%;
	position:relative;
	text-align:right;
}*/
#globalNav li ul ul {
  width: 280px;
  display: inline-block;
  position: static;
  opacity: 1;
  text-align: left;
}
#globalNav > li > .megadown > ul > li > a {
  display: table;
  width: 220px;
  height: 50px;
  position: relative;
  color: #fff;
  background-color: #001a43;
  font-size: 0.9em;
  font-weight: lighter;
}
#globalNav > li > .megadown > ul > li > a:hover {
  background-color: #4c5e7b;
}
#globalNav > li > .megadown > ul > li > a > span {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px;
  box-sizing: border-box;
}
#globalNav > li > .megadown > ul > li ul > li > a {
  display: table;
  width: 280px;
  height: 50px;
  position: relative;
  color: #fff;
  font-weight: 700;
  background-color: #222233;
}
#globalNav > li > .megadown > ul > li ul > li > a:hover {
  background-color: #4e4e5c;
}
#globalNav > li > .megadown > ul > li ul > li > a > span {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
}
#globalNav > li .indent {
  text-indent: 1em;
}
/* gbOPEN
-------------------------------------------------------------*/
@media screen and (min-width:1024px) {
  #globalNav {
    padding-top: 32px;
  }
  .m2ndBusiness #globalNav > li > a#m2ndBusiness, .m2ndSustainability #globalNav > li > a#m2ndSustainability, .m2ndRecruit #globalNav > li > a#m2ndRecruit, .m2ndCompany #globalNav > li > a#m2ndCompany {
    color: #0c419a;
    background-color: #e5f1f9;
  }
  .m2ndBusiness #globalNav li .m2ndBusiness > ul, .m2ndSustainability #globalNav li .m2ndSustainability > ul, .m2ndRecruit #globalNav li .m2ndRecruit > ul, .m2ndCompany #globalNav li .m2ndCompany > ul {
    left: 210px;
    opacity: 1;
  }
  #globalNav > li > .megadown {
    display: block !important;
  }
}
/* gbNews
-------------------------------------------------------------*/
#gbBottom {
  padding: 60px 10px 100%;
  display: block;
  position: relative;
  z-index: 100;
  background-color: #fff;
}
/* gbEn
-------------------------------------------------------------*/
#gbEn {
  display: block;
  padding: 30px 0 30px;
  font-size: 13px;
}
#gbEn a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease 0.1s;
  font-weight: 700;
}
#gbEn a span {
  display: inline-block;
  position: relative;
}
#gbEn a span::after {
  content: "";
  display: block;
  width: calc(100%);
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: scaleX(0);
  transform-origin: left bottom;
  transition: all 0.3s ease 0.1s;
}
#gbEn a:hover span::after {
  transform: scaleX(1);
}
/* gbContact
-------------------------------------------------------------*/
/* gbContact
-------------------------------------------------------------*/
#contact .m-button-type2 {
  font-size: 1rem;
  font-weight: 700;
  padding: .8625em 15px .9625em;
  display: block;
}
@media only screen and (max-width:1024px) {
  #contact {
    text-align: center;
  }
  #contact .m-button-type2 {
    background-color: #001a43;
    border: none;
    color: #fff;
    padding: 20px 34px 20px 0px;
    display: inline-block;
    min-width: auto;
  }
  #contact .m-button-type2::before {
    display: inline-block;
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAcCAYAAAAeC42RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAgVJREFUeNrsl00oBGEYx2fGd1xIbGIplBQpF6GWnKQ97N3BwYFycXB0cXBwcHGgFAeJUg7aUjjYSClyJLG15OTjgANaXv+Hd+ppbMyMGTNb/vWrnZ155v317szz7qsKIRSkCiyCgOLvPINBEFOlOCUIoqDBp9I3IAJ26UBjJy5AG1j3ofQJaNGldfEKMApU8ADCYMZH0hugFZzLY5r1UgWPSlB8ZgHk0KMjGQZJ4W2mQSZzGgGv5MzFKTFQxC4Mg0cPhJNy4nSPbDDPzn8Rp5yCWlbUDK7+UPpBTpg+Pk3ktuGalOKUWxBixeXg6A+kE6CRjVsrJ1KYFac8gV52kwIQdVF6HwTYeJ1yAoVVccobGAOqvFkGmHJBegXkMel+8PLN9T+K61kydJwhBzvOOJsYDUyYqDEtTtkBxUy+R75IdmN8FPPBqslaS+KUM1DHBmsClzakr0G74eU/tFBvWZxyBzrYoGXgwEL9Maj+Zbu1JU55Bn2Gn3nNRN0WKGR1EZsLnG3xVC8WdZxJG8u38EKcsgxymdCAoeOkWr7nfjmmI+KUPVDC5LrBvcnl21NxShzUM8kG2XV+Wr49F9c7TheT1Ql9s3zbEtcc/tNfKHdQ/ew7+rwJipwcKNOFHUsWmAU1coc14sa2SP14XhQloaRXKjUlTfMv/i9uoaskQTzNvJPvAgwA+tH9d7oodkUAAAAASUVORK5CYII=);
    vertical-align: -6px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    top: 25px;
    animation: none;
    transition: unset;
    right: 6px;
    width: 24px;
  }
  #contact .m-button-type2:hover::before {
    transition: unset;
    right: 6px;
    width: 24px;
  }
  .m-button-type2:after {
    display: none;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1024px) {
  /*=============================================================
 Common Layout
=============================================================*/
  /* container
-------------------------------------------------------------*/
  #container {
    min-width: 320px;
  }
  /* contents
-------------------------------------------------------------*/
  #contents {
    margin: 60px 0 0 0;
  }
  /* boxContents */
  .boxContents {
    width: 89%;
  }
  /*=============================================================
 header
=============================================================*/
  #header {
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    bottom: auto;
  }
  /* globalNavSet
-------------------------------------------------------------*/
  #globalNavSet > dt {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -5px;
    right: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #251e1c;
  }
  #globalNavSet > dt::before, #globalNavSet > dt::after {
    content: "";
    background-color: #333333;
    display: block;
    width: 30px;
    height: 3px;
    margin-left: -15px;
    position: absolute;
    top: 28px;
    left: 50%;
    z-index: 1;
  }
  #globalNavSet > dt > span::before {
    content: "";
    width: 30px;
    height: 13px;
    margin-left: -15px;
    border-top: 3px solid #333333;
    border-bottom: 3px solid #333333;
    position: absolute;
    top: 20px;
    left: 50%;
    box-sizing: content-box;
  }
  #globalNavSet > dt::before, #globalNavSet > dt::after, #globalNavSet > dt > span {
    transition: all 0.3s ease;
  }
  #globalNavSet.open > dt > span::before {
    border-color: rgba(255, 255, 255, 0);
  }
  #globalNavSet.open > dt::before {
    transform: rotate(45deg);
  }
  #globalNavSet.open > dt::after {
    transform: rotate(-45deg);
  }
  #globalNavSet > dt > span > span { /*display:none;*/
  }
  #globalNavSet > dt > span .open, #globalNavSet > dt > span .close {
    /*display:none;*/
  }
  #globalNavSet > dt > span .open, #globalNavSet > dt > span .close {
    position: absolute;
    bottom: 5px;
    text-align: center;
    font-size: 0.6em;
    right: 0;
    left: 0;
    margin: auto;
  }
  #globalNavSet > dt > span .close {}
  #globalNavSet.open > dt > span .open, #globalNavSet > dt > span .close {
    visibility: visible;
  }
  #globalNavSet.open > dt > span .close, #globalNavSet > dt > span .open {
    visibility: hidden;
  }
  #globalNavSet > dt > span.op-cl_text::before {
    display: none;
  }
  #globalNavSet > dd {
    color: #fff;
    background-color: #001a43;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    top: 60px;
    bottom: 100%;
    left: 0;
    z-index: 71;
    opacity: 0;
    transition: all 0.7s ease;
  }
  #globalNavSet.open > dd {
    visibility: visible;
    bottom: 0;
    opacity: 1;
  }
  #globalNavSet > dd > * {
    visibility: hidden;
  }
  #globalNavSet > dd > div::after {
    content: "";
    display: block;
    height: 30px;
  }
  #globalNavSet.open > dd > * {
    visibility: inherit;
  }
  html.gNavOpen, html.gNavOpen body {
    height: 100%;
    overflow: hidden;
  }
  html.gNavOpen #globalNavSet > dd > div {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
  }
  /* #globalNav sp
-------------------------------------------------------------*/
  #globalNav {
    background: none;
    /*margin:40px 20px 0;
	border-top:1px solid #a2a2a2;*/
  }
  #globalNav li {
    background: none;
    border-bottom: 1px solid #a2a2a2;
  }
  #globalNav li li {
    border-bottom: none;
  }
  #globalNav li .btnClose {
    display: none;
  }
  #globalNav li a {
    text-decoration: none;
    /*color:#000;*/
  }
  /*#globalNav li a:hover{
	color:#fff;
}*/
  #globalNav li span::before {
    content: "";
    display: block;
    width: 19px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    margin: -7px 0 0;
    background: no-repeat center center;
    background-size: 19px 15px;
  }
  #globalNav li .btnCat span::before {
    display: none;
  }
  #globalNav li a.btnCat::before {
    content: "";
    background-color: #cccccc;
    display: block;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 1;
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform-origin: center center 0;
    -moz-transform-origin: center center 0;
    -ms-transform-origin: center center 0;
    -o-transform-origin: center center 0;
    transform-origin: center center 0;
    transition: all 0.3s;
  }
  #globalNav li a.btnCat::after {
    content: "";
    background-color: #cccccc;
    display: block;
    width: 1px;
    height: 15px;
    position: absolute;
    top: 50%;
    /*right:7px;*/
    z-index: 1;
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform-origin: center center 0;
    -moz-transform-origin: center center 0;
    -ms-transform-origin: center center 0;
    -o-transform-origin: center center 0;
    transform-origin: center center 0;
    transition: all 0.3s;
  }
  #globalNav li.open a.btnCat::before {
    transform: translateY(-50%) rotate(180deg);
  }
  #globalNav li.open a.btnCat::after {
    transform: translateY(-50%) rotate(90deg);
  }
  #globalNav > li > a {
    width: 100%;
    color: #fff;
    font-weight: 700;
    background: none;
    padding: 0 20px;
  }
  #globalNav > li > a:hover {
    background: none;
  }
  #globalNav > li > a > span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  #globalNav .megadown {
    display: none;
  }
  #globalNav li ul {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    transition: all 0.3s ease 0.1s;
  }
  #globalNav li ul ul {
    left: 0;
    z-index: 1;
    opacity: 1;
    transition: all 0.3s ease 0.1s;
  }
  #globalNav li ul ul li:first-child {
    display: none;
  }
  #globalNav > li > .megadown > ul > li {
    border-bottom: none;
  }
  #globalNav > li > .megadown > ul > li > a {
    width: 100%;
    position: relative;
    color: #fff;
    font-weight: 400;
    background: none;
    height: auto;
    padding: 10px 24px;
  }
  #globalNav > li > .megadown > ul > li:last-child > a {
    padding-bottom: 20px;
  }
  #globalNav > li > .megadown > ul > li > a:hover {
    background: none;
  }
  #globalNav > li > .megadown > ul > li > a > span {
    padding: 0;
    position: relative;
  }
  #globalNav > li > .megadown > ul > li ul {
    width: auto;
    display: block;
    margin: 0 0 0 24px;
  }
  #globalNav > li > .megadown > ul > li ul > li {
    border-bottom: none;
    border-top: 1px dotted #a2a2a2;
  }
  #globalNav > li > .megadown > ul > li ul > li > a {
    width: 100%;
    position: relative;
    color: #fff;
    font-weight: 400;
    background: none;
  }
  #globalNav > li > .megadown > ul > li ul > li > a:hover {
    background: none;
  }
  #globalNav > li > .megadown > ul > li ul > li > a > span {
    padding: 0;
  }
  /* gbNews
-------------------------------------------------------------*/
  #gbBottom {
    padding: 0;
    background: none;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:440px) {
  #subBtn li a {
    font-size: 10px;
  }
  /* block Layout
-------------------------------------------------------------*/
  .spP-dsp-none {
    display: none !important;
  }
  .spP-dsp-block {
    display: block;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones small (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:374px) {
  /* block Layout
-------------------------------------------------------------*/
  .spS-dsp-none {
    display: none !important;
  }
  .spS-dsp-block {
    display: block;
  }
}
#l_footer {
  margin: 0;
}
@media print, screen and (min-width: 1024px) {
  #l_footer {
    margin: 0 0 0 210px;
  }
}
#l_footer a {
  text-decoration: none
}
#l_footer a:focus, #l_footer a:hover {
  text-decoration: underline
}
#l_footer .pad {
  max-width: 1280px;
  margin: auto;
  padding: 0 20px;
}
.footer_area1 {
  padding: 32px 0 52px 0;
  background-image: linear-gradient(147deg, #0075c2, #0068b7 47%, #001a43);
}
.footer_area1 a {
  color: #fff;
}
@media screen and (max-width:47.5em) {
  .footer_area1 {
    display: none
  }
}
/* */
.footer_nav .column {
  display: inline-block;
  margin-right: 2%;
  width: 23%;
  vertical-align: top;
}
@media screen and (max-width:900px) {
  .footer_nav .column {
    width: 48%;
  }
}
.footer_nav_category {
  margin-top: 2em;
  font-size: 1.1rem;
  font-weight: 700;
}
.footer_nav_link > li {
  line-height: 1.5;
  font-size: .8rem;
}
.footer_nav_link > li a {
  margin-top: 1em;
  display: inline-block
}
.footer_area2 {
  padding-bottom: 32px;
}
.footer_area2 .pad {
  display: grid;
  align-items: flex-end;
}
/**/
.footer_utility {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.footer_logo {
  grid-column: 3 / 3;
  grid-row: 1 / 3;
  text-align: right;
}
.footer_copyright {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
@media screen and (max-width:1024px) {
  .footer_utility {
    grid-column: 1 / 3;
  }
  .footer_logo {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    text-align: left;
    margin-top: 50px;
  }
  .footer_copyright {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }
}
.footer_utility {
  font-size: 0;
  margin-top: 32px;
  display: block;
}
.footer_utility > li {
  margin: .3125em 0;
  border-left: 1px solid #e0e0e0;
  display: inline-block;
  vertical-align: top;
  font-size: .8rem;
  line-height: 1.2
}
.footer_utility a {
  padding: 0 .5em;
  color: #251e1c;
  text-decoration: none
}
.footer_utility a:focus, .footer_utility a:hover {
  text-decoration: underline
}
.footer_logo .logo {
  width: 350px;
}
.footer_copyright {
  font-size: .75rem;
  margin-top: 32px;
}
@media screen and (max-width:30em) {
  .footer_logo .logo {
    width: 300px;
  }
}
.footer_copyright .company_name {
  text-transform: uppercase
}
/* ftr-pagetop
-------------------------------------------------------------*/
.footer_area1 {
  position: relative;
}
@media screen and (max-width: 47.5em) {
  .footer_area1 {
    position: static;
    width: 100%;
  }
}
#ftr-pagetop {
  margin-right: -688px;
  visibility: hidden;
  position: fixed;
  right: 50%;
  bottom: 120px;
  z-index: 999;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
html:not(.ie8) #ftr-pagetop {
  opacity: 0;
}
#ftr-pagetop.show {
  visibility: visible;
}
html:not(.ie8) #ftr-pagetop.show {
  opacity: 1;
}
#ftr-pagetop.bottom {
  /*  position: absolute;*/
  bottom: 270px;
}
@media screen and (max-width:1528px) {
  #ftr-pagetop {
    margin-right: 55px;
    right: 15px;
  }
}
@media screen and (max-width:767px) {
  #ftr-pagetop.bottom {
    bottom: 50px;
  }
}
@media print {
  #ftr-pagetop {
    display: none !important;
  }
}
/*icon*/
#ftr-pagetop span {
  display: none;
}
#ftr-pagetop a::before, #ftr-pagetop a::after {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#ftr-pagetop a::before { /*丸円*/
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0075c2;
  border: solid 1px #fff;
}
#ftr-pagetop a::after { /*矢印*/
  top: 9px;
  left: 19px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}