@charset "UTF-8";
body{
    overflow-x: hidden;
}

header{
  height: 60px;
}
header#clear #logo,
header #logo{
	width:60%;
}


header .pc_no{
	display:block;
}

.nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: calc(100vh - 60px);
    padding-top: 60px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: fixed;
    right: 0;
    top: 0;
    width: 60px; /* クリックしやすい幅 */
    height: 60px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
    background: #fff;
  }
  .header.bg_w hamburger{
    box-shadow: 0 10px 40px rgba(69,87,109,0.15);
  }
  header.bg_w .hamburger{
    box-shadow: none;
  }
  .nav-open .hamburger{
    border-left: 1px solid #d1deed;
  }
  .hamburger::after{
      position: absolute;
      content: "MENU";
      color: #212121;
      font-weight: bold;
    font-size: 0.7em;
      left: 50%;
      bottom: 10%;
      transform: translateX(-50%);
      transition: all .5s;
  }
  .hamburger_border {
    position: absolute;
    left: 25%;
    width: 50%;
    height: 2px;
    background-color: #1258ad;
    transition: all .5s;
  }
  .hamburger_border_top {
    top: 30%;
  }
  .hamburger_border_center {
    top: 43%;
    transition: all .3s;
  }
  .hamburger_border_bottom {
    top: auto;
    bottom: 40%;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #212121;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger::after{
      content: "CLOSE";
      transition: all .5s;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 40%;
    transition: all .5s;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 100%;
    opacity: 0;
    transition: all .3s;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 40%;
    transition: all .5s;
  }



  header nav{
	background: none;
    }
  #gl_nv{
    flex-direction: column;
    justify-content: flex-start;
    height: calc(100vh - 60px);
  }
  #gl_nv li{
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  #gl_nv a{
    color: #212121 !important;
	  padding:20px 0;
  }
  #gl_nv a:hover{
    transform:translateY(0)
  }
    header#clear #gl_nv a{
      color: #212121 !important;
  }
  header#clear #gl_nv li.li_contact a,
  #gl_nv li.li_contact a{
    color: #fff !important;
  }
  #gl_nv li:first-child{
    border-top: 1px solid #e0e0e0;
    border-left:none
  }
  #gl_nv li:last-child{
    margin-top: auto;
    border-bottom: none;
    padding-top: 20px;
    font-weight: bold;
  }
  #gl_nv li.icon-logo-mark::before{
    margin-right: 10px;
    font-size: 24px;
  }
  #gl_nv li:last-child a{
    margin-top: 20px;
    color: #1258ad;
    background: #e8eff9;
    font-size: 110%;
  }
  #gl_nv li:last-child a span{
    display: inline-block;
    vertical-align: middle;
    background: #1258ad;
    color: #fff;
    font-size: 0.7em;
    padding: 1px 10px;
    margin-right: 10px;
  }

  header #link_sns{
    width: 30px;
    position: absolute;
    top: 15px;
    right: 80px;
    border-bottom: none;
  }

  #page_navi.fixed ul,
  #page_navi.none ul{
    animation:0;
    position: static;
    opacity: 1;
  }

  #concept ul.fl_box > li{
    font-size: 100%;
  }

  #strength .intro::after{
    width: 250px;
    height: 250px;

    left: auto;
    right: -100px;
    top: 0;
}

.box_strength #strength_01 .fl_box{
  flex-wrap: wrap;
}
.box_strength #strength_01 dl{
  width: 49%;
  margin-bottom: 30px;
}

  .box_strength.fl_box .ta_center.f_min br{
    display: none;
  }
  .box_strength.fl_box .ta_center.f_min{
    text-align: left;
  }

  #sdgs dl.action dd{
    flex-direction: row;
    justify-content: center;
  }
  #sdgs dl.action div{
    width: 33%;
    padding: 0 15px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
  #sdgs dl.action div:not(:first-of-type){
    margin-top: 0px;
  }
  #sdgs dl.action figure{
    margin: 0 auto 10px auto;
  }
  #sdgs dl.action p{
    width: 100%;
    font-size: 90%;
  }


  #concept.business dd br{
    display: none;
  }

  #box_business .img_box > section > h2 .f_min{
    font-size: 1.4em;
  }
  #box_business .img_box > figure figcaption{
    font-size: 80%;
  }
  #box_business .parts  .fl_box div{
    width: 25%;
    margin: 0 2px 5px 2px;
  }
  #box_business .parts  .fl_box div img{
    max-height: 68px;
  }


  #outline td .fl_box span{
    padding-right: 0;
    display: block;
  }

/*-----------------------------------------------
__Common
-----------------------------------------------*/
.grid{
  transform: translateX(-50%);
}
.grid div {
	width: 25%;
}
.grid div:nth-of-type(n+4){
  display: none;
}


a.tel{
	pointer-events:all;
}