@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yantramanav&display=swap');
*{
    margin: 0;
    padding: 0;
}

#contact,#philosophy,#works,#about {
	display: none;
}

body{
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 2px;
  font-family: 'Noto Sans JP', sans-serif;
}

a:link {color: #000; text-decoration: none;}
a:visited {color: #000;}
a:hover {color: #000;}
a:active {color: #000;}


*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}

h1,h2,h3,h4,h5,h6{
font-family: 'Yantramanav', sans-serif;
letter-spacing: 4px;
}


/* Loading背景画面設定　*/
#loading {
    /*fixedで全面に固定*/
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 999;
      background:#eee;
      text-align:center;
      color:#fff;
  }
  
  /* Loading画像中央配置　*/
  #loading_logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
  
  /* Loading アイコンの大きさ設定　*/
  #loading_logo svg{
      width:300px;
  }
  
  /*=============== SVGアニメーション内の指定 =================*/
  

  /*アニメーション後に.doneというクラス名がで付与された時の指定*/
  #mask.done path{
        fill: #333;/*塗りの色*/
        fill-opacity: 1;/*透過1で見える状態*/
        stroke: none;/*線の色なし*/
      }

/***************************************************
 * Generated by SVG Artista on 12/27/2022, 10:39:03 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

 @-webkit-keyframes animate-svg-fill-1 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  @keyframes animate-svg-fill-1 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  .svg-elem-1 {
    -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s both;
            animation: animate-svg-fill-1 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s both;
  }
  
  @-webkit-keyframes animate-svg-fill-2 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  @keyframes animate-svg-fill-2 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  .svg-elem-2 {
    -webkit-animation: animate-svg-fill-2 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
            animation: animate-svg-fill-2 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  }
  
  @-webkit-keyframes animate-svg-fill-3 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  @keyframes animate-svg-fill-3 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  .svg-elem-3 {
    -webkit-animation: animate-svg-fill-3 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2000000000000002s both;
            animation: animate-svg-fill-3 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2000000000000002s both;
  }
  
  @-webkit-keyframes animate-svg-fill-4 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  @keyframes animate-svg-fill-4 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  .svg-elem-4 {
    -webkit-animation: animate-svg-fill-4 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4000000000000001s both;
            animation: animate-svg-fill-4 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4000000000000001s both;
  }
  
  @-webkit-keyframes animate-svg-fill-5 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  @keyframes animate-svg-fill-5 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  .svg-elem-5 {
    -webkit-animation: animate-svg-fill-5 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s both;
            animation: animate-svg-fill-5 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s both;
  }
  
  @-webkit-keyframes animate-svg-fill-6 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  @keyframes animate-svg-fill-6 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  .svg-elem-6 {
    -webkit-animation: animate-svg-fill-6 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s both;
            animation: animate-svg-fill-6 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s both;
  }
  
  @-webkit-keyframes animate-svg-fill-7 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  @keyframes animate-svg-fill-7 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  .svg-elem-7 {
    -webkit-animation: animate-svg-fill-7 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
            animation: animate-svg-fill-7 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
  }
  
  @-webkit-keyframes animate-svg-fill-8 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  @keyframes animate-svg-fill-8 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  .svg-elem-8 {
    -webkit-animation: animate-svg-fill-8 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s both;
            animation: animate-svg-fill-8 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s both;
  }
  
  @-webkit-keyframes animate-svg-fill-9 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  @keyframes animate-svg-fill-9 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  .svg-elem-9 {
    -webkit-animation: animate-svg-fill-9 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.4000000000000004s both;
            animation: animate-svg-fill-9 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.4000000000000004s both;
  }
  
  @-webkit-keyframes animate-svg-fill-10 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  @keyframes animate-svg-fill-10 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  .svg-elem-10 {
    -webkit-animation: animate-svg-fill-10 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.6s both;
            animation: animate-svg-fill-10 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.6s both;
  }
  
  @-webkit-keyframes animate-svg-fill-11 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  @keyframes animate-svg-fill-11 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  .svg-elem-11 {
    -webkit-animation: animate-svg-fill-11 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.8s both;
            animation: animate-svg-fill-11 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.8s both;
  }
  
  @-webkit-keyframes animate-svg-fill-12 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  @keyframes animate-svg-fill-12 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 24, 21);
    }
  }
  
  .svg-elem-12 {
    -webkit-animation: animate-svg-fill-12 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s both;
            animation: animate-svg-fill-12 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s both;
  }


.new{
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
    color: red;
    font-weight: bold;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


#iondex main {
    padding-left: 400px;
    padding-top: 100px;
    width: 100%;
  }

  main {
    padding-left: 400px;
    padding-top: 100px;
    width: 70%;
  }

#inner{
  max-width: 90%;
}
#mainvisual{
  background-image: url(../img/mainimage.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  height: 70vh;
}

main{
  margin-bottom: 100px;
}

main p{
  margin-bottom: 10px;
  line-height: 1.8;
  font-size: 12px;
}

main h2,main .dx h3,main .dx h4{
  font-weight: normal;
}


.dx h3 {
  margin-bottom: 0.2rem;
  padding: 1rem 1rem 1rem 0;
  background-color: white;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

.dx h3:before {
  content: '';
  border-left: 10px ridge #000;
  margin-right: 0.5rem;
}

.dx h4{
  font-size: 16px;
  font-weight: bold;
}

.sec_dx,.sec_zeb{
  margin-bottom: 80px;
}

.sec_dx img,.sec_zeb img{
  max-width: 450px;
}




.vision table{
  width: 85%;
  margin-bottom: 50px;
  border-collapse: collapse;
}

.vision table tr{
  margin-bottom: 20px;
}
.vision table th{
  background-color: #000;
  padding: 10px;
  font-size: 16px;
  color: #FFF;
  font-weight: normal;
  border: 1px solid #333;
}

.vision table td{
  width: 48%;
  padding: 15px;
  vertical-align: top;
  border: 1px solid #333;
}

.dxlist_ul{
  margin-bottom: 50px;
  padding: 0 20px 20px 0;
  font-size: 12px;
}

.dxlist_ol{
  margin-bottom: 50px;
  padding: 0 20px 20px 20px;
  font-size: 12px;
}

.dx_img1 img{
  max-width: 70%;
  margin-bottom: 40px;
}

.dx_img2 img{
  max-width: 70%;
  margin-bottom: 40px;
}



.dx ul{
  list-style-type: none;
}

.sdgs p{
  margin-bottom: 40px;
}

.sdgslist_ul{
  margin-bottom: 50px;
  padding: 0 20px 20px 20px;
  font-size: 12px;
}

.sdgslist_ul li{
  margin-bottom: 15px;
}

.sdgs_img1,.sdgs_img2,.sdgs_img3{
  margin-top: 20px;
}

.sdgs_img1 img{
  max-width: 80%;
  margin-bottom: 40px;
}

.sdgs_img2 img{
  max-width: 55%;
  margin-bottom: 40px;
}

.sdgs_img3{
  text-align: center;
}

.sdgs_img3 img{
  max-width: 70%;
  margin-bottom: 40px;
}

.sdgs_logo{
  max-width: 70%;
}

.sdgs_logo img{
  width: 100%;
}



.c_logo{
  margin-bottom: 30px;
}

.c_logo img{
  max-width: 440px;
}

.credit{
  text-align: right;
  margin-top: 30px;
  margin-bottom: 50px;
}

.concept{
  display: flex;
  justify-content: space-between;
}

.concept .c_img{
  width: 18%;
}

.concept .c_img img{
  width: 100%;
}

.concept .c_txt{
  width: 75%;
}

.concept .c_txt h3{
  margin-bottom: 30px;
  font-weight: normal;
}


.table_about{
  width: 100%;
  text-align: left;
  line-height: 1.8;
}

.table_about th,.table_about td{
  padding-bottom: 15px;
}

.table_about th{
  font-weight: normal;
  vertical-align: top;
  width: 15%;
}

.table_about td{
  width: 75%;
}

.table_works{
  width: 100%;
  text-align: left;
  line-height: 1.8;
  font-size: 12px;
  border-left: 1px solid #000;
  padding-left: 20px;
}

.table_works th,.table_works td{
  padding-bottom: 10px;
}

.table_works th{
  font-weight: normal;
  vertical-align: top;
  width: 20%;
}

.table_works td{
  width: 50%;
}

.zeb_box{
  margin-bottom: 40px;
}


.table_zeb{
  text-align: left;
  line-height: 1.8;
  font-size: 12px;
  padding-left: 20px;
  border-collapse: collapse;
}

.table_zeb th{
  text-align: center;
}

.table_zeb th,.table_zeb td{
  padding: 10px;
  border:1px solid #000
}

.count{
  text-align: center;
}


.column2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list_works{
  width: calc(96% / 2);
  margin: 2% 1%;
}

.list_works a{
  text-decoration: none;
}

.list_works h3 {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  margin-top: 10px;
}


.w_img img{
  width: 100%;
  height: auto;
}


.works div{
  margin: 50px 0;
}

.works div img{
  width: 100%;
  height: auto;
}

.works_info .column2 {
  justify-content: space-between;
}

.works_info .column2 div{
  width: 48%;
  margin-bottom: 30px;
}


.sec_challenge{
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}

.sec_challenge:last-child{
  margin-bottom: 100px;
  border-bottom: none;
}

.security{
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

.security img{
  max-width: 440px;
}

.security_list{
  margin-left: 20px;
}

.security_list li{
  margin-bottom: 20px;
}


  #global-head {
    position: fixed;
    color: #033560;
    width: 300px;
    text-align: center;
    padding-top: 20px;
    z-index: 100;
    margin-left: 20px;
  }
#brand-logo img{
  width: 100%;
}
  
  #sidebar {
    font-size: 15px;
    padding-top: 110px;
    width: 300px;
    height: 100vh;
    position: fixed;
    background: #fff;
    text-align: left;
    margin-left: 20px;
  }
footer{
  position: fixed;
  bottom: 20px;
  left: 0;
  margin-left: 20px;
  background: #FFF;
}

footer small {
  font-size: 10px;
}


  #global-nav ul {
    list-style: none;
    margin-left: 0;
    border-left: 1px solid #000;
    padding-left: 20px;
  }

    #global-nav ul li {
    padding: 7px 0;
    font-size: 12px;
  }
  #global-nav > ul > li {
    position: relative;
  }
  
  #global-nav a {
    /* color: #033560;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    -moz-transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear; */
  }
  /* #global-nav .sub-menu.is-active > a,
  #global-nav a:hover {
    color: #fff;
    background: #033560;
  } */
/*   
  #global-nav .sub-menu-nav a,
  #global-nav .sub-menu:hover .sub-menu-nav {
    width: 230px;
  }
   */
  /* sub-menu icon */
  #global-nav .sub-menu-head {
    position: relative;
  }
  #global-nav .sub-menu-head:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #033560;
    border-right: 1px solid #033560;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  
  /* nav-toggle */
  #nav-toggle {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    height: 32px;
  }
  #nav-toggle > div {
    position: relative;
    width: 32px;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #033560;
    position: absolute;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  
  
  #overlay {
    display: none;
    position: fixed;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }


  .btn_dl{
    background:url(../img/icon_download.png) , #000;
    background-repeat: no-repeat;
    background-position: right 10% center;
    background-size: 10px;
    color: #FFF !important;
    display:block;
    width: 85px;
    padding: 3px 3px 3px 10px;
    font-size: 10px;
  }
.btn_dl:visited{
  color: #FFF;
}
  



.btn_challenge li {
  list-style: none;
  margin-right: 20px;
}

.btn_challenge li a{
  background:url(../img/right_arrow.png) , #000;
  background-repeat: no-repeat;
  background-position: right 10% center;
  background-size: 14px;
  color: #FFF !important;
  display:block;
  width: 270px;
  padding: 10px 10px 10px 20px;
  font-size: 18px;
  margin-top: 30px;
}
.btn_challenge li a:visited{
color: #FFF;
}

.commingsoon{
  text-align: center;
  margin-top: 50px;
  font-size: 20px;

}


  @media screen and (max-width: 820px) {
    
    
    main {
      padding:20px;
      padding-top: 100px;
      width: 100%;
      box-sizing: border-box;
    }
    
    #inner {
      width: 100%;
      max-width: 100%;
      margin-bottom: 100px;
  }

  footer{
    position:inherit;
    margin-bottom: 20px;
    margin-left: 20px;
    background: #FFF;
  }
  
    #global-head {
      width: 100%;
      padding: 10px;
      background: rgba(255,255,255,.8);
      display: -webkit-flex;
      display: flex;
      margin-left: 10px;
    }

    #brand-logo img{
      width: 230px;
    }
  
    #sidebar {
      /*display: none;*/
      position: fixed;
      right: -100%;
      top: 0;
      height: 100%;
      width: 100%;
      color: #333;
      background: #fff;
      -webkit-transition: .35s ease-in-out;
      transition: .35s ease-in-out;
      padding-top: 60px;
    }

    /* サブメニューは開けない */
    #global-nav .sub-menu-head:after,
    #global-nav .sub-menu-nav {
      display: none;
    }
    #nav-toggle {
      display: block;
    }
  
    /* nav open */
    .open {
      overflow: hidden;
    }
    .open #overlay {
      display: block;
    }
    .open #sidebar  {
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0);
    }
  
    /* #nav-toggle close */
    .open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
  
    /* z-index */
    #overlay {
      z-index: 200;
    }
    #sidebar {
      z-index: 300;
    }
    #nav-toggle {
      z-index: 400;
    }
  
  


  #mainvisual {
    background-image: url(../img/mainimage.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 55vh;
    margin-top: 50px;
    margin-bottom: 30px;
}


.c_logo img{
  max-width: 80%;
}

.concept{
  display: flex;
  flex-wrap: wrap;
}

.concept .c_img{
  width: 100%;
  order: 1;
  text-align: center;
}

.concept .c_img img{
  width: 50%;
}


.concept .c_txt{
  width: 100%;
  order: 0;
  margin-bottom: 30px;
}


.list_works{
  width: 100%;
  margin: 1% 0;
}

.list_works a{
  text-decoration: none;
}

.list_works h3 {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  margin-top: 10px;
}



.w_img img{
  width: 100%;
  height: auto;
}



.works_info .column2 div{
  width: 100%;
  margin-bottom: 30px;
}


.security_list{
  padding: 20px;
  margin-left: 0;
}

.security img {
  max-width: 100%;
}



.btn_challenge li {
  list-style: none;
  margin-right: 20px;
  width: 100%;
}

.vision table{
  width: 100%;
  margin-bottom: 50px;
}


.dx_img1 img{
  max-width: 100%;
  margin-bottom: 40px;
}

.dx_img2 img{
  max-width: 100%;
  margin-bottom: 40px;
}



.sec_dx img,.sec_zeb img{
  max-width: 100%;
}




.table_works th{
  font-weight: normal;
  vertical-align: top;
  width: 100%;
  display: block;
}

.table_works td{
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.table_works tr:last-child td{
  width: 100%;
  display: block;
  margin-bottom: 0px;
}




.table_works{
  width: 90%;
  text-align: left;
  line-height: 1.8;
  font-size: 12px;
  border-left: 1px solid #000;
  padding-left: 20px;
}

.table_works th,.table_works td{
  padding-bottom: 10px;
}

.table_works th{
  font-weight: normal;
  vertical-align: top;
  width: 100%;
}

.table_works td{
  width: 100%;
}


.btn_challenge li a{
  background:url(../img/right_arrow.png) , #000;
  background-repeat: no-repeat;
  background-position: right 10% center;
  background-size: 14px;
  color: #FFF !important;
  display:block;
  width: 100%;
  padding: 10px 10px 10px 20px;
  font-size: 18px;
  margin-top: 30px;
}


.sdgs_img1 img{
  max-width: 100%;
  margin-bottom: 40px;
}

.sdgs_img2 img{
  max-width: 100%;
  margin-bottom: 40px;
}

.sdgs_img3{
  text-align: center;
}

.sdgs_img3 img{
  max-width: 100%;
  margin-bottom: 40px;
}


.sdgs_logo{
  width: 100%;
}

.sdgs_logo img{
  width: 100%;
}





    #global-nav ul li{
      font-size: 18px;
      margin-bottom: 20px;
    }

    #global-nav ul li a{
      display: block;
    }
  }