*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
html {
  scroll-padding-top: 30px;  
}
:root{
	--title-color:#D9000C;
	--under-color:#D9000C;
	--hr-color:#FFB03E;
	--backgr-cta:#EAF6FD;
	--backgr-body:#F2F6FD;
	--infor-color:#EBF4FA;
	--infor-border:#aecafc;
	--flow-border:#0542ad;
	--backgr-QA:#F7F7F7;
	--backgr-ft:#F1F3F6;
	--day-color:#184D9C;
	--menu-color:#0542ad;
	--suji-color:#0542ad;
	--kaisha-color:#1b488f;
	--all-color-title:#2B7DFF;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb:active{
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #1b488f;
}
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	width: 100%;
}

#wrapper {
	width: 100%;
	overflow: hidden;
}
body {
	color: #2E4657!important;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.1;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif!important;
	overflow: hidden;
	overflow-y: scroll;
}
#body.hide-scroll{
/*	position: fixed;*/
	width: 100%;
	overflow: hidden;
}
ul{
	padding: 0;
}
li{
	list-style: none;
}

a{
    color: #222222;
	text-decoration: none;
}
h1{
	margin: 0;
}
.wrap-over{
overflow: hidden;
}
.info_sec a:hover{
    opacity: 0.8;
}
/************************************* Breadcrumbs *****************************************/

.wrap-page-all{
    margin: 15rem 0 0;
    position: relative;
	padding-left: 3rem;

}
.breadcrumbs {
    padding: .25rem .13rem;
    position: relative;
    z-index: 10;
}

.all_under_pagetitle{
	padding-top: 7rem;
}
.title-small-page {
    color: var(--all-color-title);
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
}
.title-all-page {
    font-size: 6rem;
    font-weight: 500;
	margin-bottom: 3rem;
}
.p-breadcrumb__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-o-text-overflow: ellipsis;
   text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
}
.p-breadcrumb__item {
    display: inline-block;
    font-size: 1.6rem;
}
.p-breadcrumb {
    position: relative;
    z-index: 2;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #222;
    font-size: 1rem;
}
.p-breadcrumb__group li:first-child .p-breadcrumb__link {
    color: #e21b23;
    background: url(../image/img/icon-home.png) no-repeat 0 50%;
    background-size: 14px;
    position: relative;
    display: inline-block;
}
.p-breadcrumb__link:hover::after {
    background-position: 0 100%;
    background-size: 100% 1px;
}
.p-breadcrumb__link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e02930), to(#e02930));
    background-image: -o-linear-gradient(#e02930, #e02930);
    background-image: linear-gradient(#e02930, #e02930);
    background-position: 100% 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-breadcrumb__item {
    display: inline-block;
}
.p-breadcrumb__item+.p-breadcrumb__item::before {
    content: '/';
    margin: 0 7px;
    color: #0a69ff;
}
.p-breadcrumb__item+.p-breadcrumb__item::before {
    margin: 0 10px;
}
.p-breadcrumb__group li:first-child .p-breadcrumb__link {
    color: #e21b23;
    background: url("../img/icon-home.png") no-repeat 0 50%;
    background-size: 16px;
    padding: 0 0 0 20px;
    position: relative;
    display: inline-block;
    -webkit-filter: brightness(0.2);
            filter: brightness(0.2);
}


/*************************************End Breadcrumbs *****************************************/



/******************************** Header **************************************/
#sidebar .nav_list li .fuji-dx::after{
	display: none;
}
.logo img {
    max-width: 42px;
    margin-right: 1rem;
}
.logo-fix{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.logo-fix p{
	font-size: 2rem;
}
#header {
    background: transparent;
    padding: 2rem;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    transition: -webkit-transform 0.7s ease-in-out;
    -o-transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    border-bottom: 1px solid #fff;
    height: 9.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#header.header-bg{
	background: #fff;
}
#header.up {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
}
#header.down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
}
#header.bg {
    background: #fff;
    border-bottom: 1px solid #c5c5c5;
}
#header.bg .nav-list-header li a{
	color: #222222;
}
#header .wrap {
    height: 100%;
}
#header.upfix{
	    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
}
#header .container-fluid{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
nav .nav_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 500;
/*	pointer-events: none;*/
}

#nav li a.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #1b488f;
}
#sidebar ul.nav_list{
	padding-top: 6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#sidebar ul.nav_list li {
    width: 54rem;
    margin: 0 4rem 0rem 0;
}
#sidebar ul.nav_list li:nth-child(even){
	margin-right: 0!important;
}
nav .nav_list li {
    margin-right: 4rem;
}
nav .nav_list li:last-child{
	margin-right: 0;
}
#header .sdg-header .sdgs-logo {
    max-width: 100px;
    text-align: center;
    display: block;
}
ul.side_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 2rem;
}
 ul.side_column li{
	width: 50%!important;
}
ul.side_column li a img, .dx-link {
    max-width: 16px;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
}
.hamburger {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: fixed;
    right: 40px;
	z-index: 9999;
	border: none;
	outline: none;
}
.hamburger-init {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  outline: none;
border: none;
}
#sidebar .nav_list li a{
    padding: 1.8rem 0;
    display: block;
    border-bottom: 1px solid rgba(146, 146, 146, 0.2);
    color: #fff;
    opacity: 1;
    font-size: 1.6rem;
    letter-spacing: -.04em;
    position: relative;
}
#sidebar .nav_list li a::after{
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    z-index: 10;
    top: calc(50% - .6rem);
    right: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("../img/nav_arrow.svg");
}


.menu {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu .bar1,
.menu .bar2,
.menu .bar3 {
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.menu .bar1.act {
  -webkit-transform: translateY(14px) rotate(45deg);
      -ms-transform: translateY(14px) rotate(45deg);
          transform: translateY(14px) rotate(45deg);
 background: #fff;
-webkit-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.menu .bar2.act {
  opacity: 0;
}

.menu .bar3.act {
  -webkit-transform: translateY(-20px) rotate(-45deg);
      -ms-transform: translateY(-20px) rotate(-45deg);
          transform: translateY(-20px) rotate(-45deg);
background: #fff;
-webkit-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;

}

.global-open {
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
 visibility: hidden;
}

.global-open.active {
	  opacity: 1;
  position: static;
	overflow: hidden;
}
.global-open.active .nav_list{
	pointer-events: all;
}
#sidebar.active {
    padding: 1rem 1rem 3.2rem 1.65rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(34, 34, 34, 0.95);
    height: 100vh;
    width: 100%;
    visibility: visible;
}
.dropdown-group {
    background-color: var(--kaisha-color);
    width: 260px;
    position: absolute;
    top: 0;
    right: 14rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#sidebar .nav_list li a {
    color: #fff;
    border-bottom: 1px solid rgba(146, 146, 146, 0.2);
    padding: 3.6rem 0;
}
#sidebar .nav_list li a:hover{
	    background: #d1d1d11c;
}
.sdg-box:hover{
	background: transparent!important;
}
.dropdown-group .recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.5rem;
    width: 100%;
    margin-bottom: 0;
	text-align: center;
	position: relative;
}
.dropdown-group .recruit li a {
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.group-recruit{
	width: 50%;
}
.dropdown-group .dropdown-page{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.dropdown-list .dropdown__lists, .dropdown-list2 .dropdown__lists {
    padding: 2rem 1.8rem 2rem;
    border-radius: .5rem;
    background-color: #fff;
    width: 22.7rem;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 5.5rem;
    left: 50%;
    pointer-events: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    z-index: 99;
}
.dropdown__lists .txt_pc img {
    -webkit-filter: brightness(0.2);
    filter: brightness(0.2);
    max-width: 17px;
    margin-left: 0.5rem;
}
.dropdown-group .dropdown-list:hover .dropdown__lists{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
	
}
.dropdown-group .dropdown-list::before {
    content: "";
    width: 100%;
    height: 7.5rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

.dropdown-group .dropdown-list:hover::before{
	    pointer-events: auto;

}
.dropdown-group .dropdown-list2:hover .dropdown__lists{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
	
}
.dropdown-group .dropdown-list2::before {
    content: "";
    width: 100%;
    height: 7.5rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

.dropdown-group .dropdown-list2:hover::before{
	    pointer-events: auto;

}
.group-saiyo .recruit::before {
    content: "";
    width: 100%;
    height: 7.5rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
}

 .dropdown__lists .dropdown__list:not(:last-of-type) {
    border-bottom: 1px solid #CDD6DD;
}
.dropdown__list:hover{
    background: #f1f1f1!important;
}
 .dropdown__lists .dropdown__list {
    padding: 1.5rem 0;
    position: relative;
    color: #222222;
    font-weight: 700;
    background-color: #fff;
	width: 100%!important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.dropdown__lists .dropdown__list a{
    color: #222222!important;
}
.group-arrow{
    color: #fff;
    font-weight: 500;
}
.dropdown-group .recruit li .group-arrow::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 0.7rem 0.5rem 0 0.5rem;
    border-color: #fff transparent transparent transparent;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    top: calc(50% - 0.5rem);
    right: -16px;
}
#header .menu-list {
    position: absolute;
    bottom: 0;
    right: 14rem;
}
.nav-list-header li a{
	font-size: 16px;
	color: #000;
	font-size: 600;
	position: relative;
}
.nav-list-header li a:hover::after {
    background-position: 0 100%;
    background-size: 100% 2px;
}
.nav-list-header li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b488f), to(#1b488f));
    background-image: -o-linear-gradient(#1b488f, #1b488f);
    background-image: linear-gradient(#1b488f, #1b488f);
    background-position: 100% 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sdg-box{
	border-bottom: none!important;
	padding-bottom: 0!important;
	position: static!important;
    max-width: 100px;
    text-align: left;
    display: block;
}
.sdg-box::after{
	display: none!important;
}
.nav_list ul._child li{
	margin: 0!important;
}
#sidebar .nav_list ul._child li a::after{
  position: static!important;
}
#sidebar .nav_list ul._child li a {
    padding: 1rem 0 1rem 0!important;
    border-bottom: 0!important;
    font-size: 1.4rem;
    font-weight: 400;
    height: 40px;
}
ul._child .child_maku{
	padding-right: 1rem;
}
.group-company{
    margin-bottom: 0;
    padding: 3.6rem 0;
    color: #fff;
}
.group-box{
	display: none;
}
/******************************** Main **************************************/


main{
	background: center/cover no-repeat url("../img/home-top-img.svg");
	width: 100%;
	height: 600px;
	position: relative;
}

/*****************************About*******************************/

#about .container-fluid{
	padding: 0;
}
.top-about{
	margin-top: 8rem;
}
.title-all-color{
	color: var(--all-color-title);
	font-size: 50px;
}
.text-content p{
	line-height: 2;
}
.top_about_wrap .top_head{
	margin-bottom: 3rem;
}

.top-index-box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.top-content p{
    line-height: 1.6;
    font-size: 3.2rem;
    font-weight: 700;
}
.top_about_wrap .text-content{
    margin: 3rem 0;
}
.top_about_wrap {
    padding: 0 2rem;
}
.top-index-box img{
    max-width: 250px;
}



/*****************************Feature*******************************/

.all_num {
    counter-reset: number 0;
}
.top_page .top_feature_lists .li-box {
    width: calc(100% / 3);
    overflow: hidden;
}
.top_page .top_feature_lists .li-box .top_btn {
    padding: 17rem 0;
    color: #fff;
    position: relative;
}
.top_page .top_btn {
    display: block;
    position: relative;
    z-index: 5;
}
.top_page .top_feature_lists .li-box .top_btn::before {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}
.top_page .top_feature_lists .li-box .top_btn::before, .top_page .top_feature_lists .li-box .top_btn::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.top_page .top_feature_lists .li-box ._inner {
    position: relative;
    z-index: 5;
	text-align: center;
}
.top_page .top_feature_lists .li-box .all_catch {
    margin: 0 0 .05rem;
}
.all_num ._num {
    position: relative;
}
.top_page .top_feature_lists .li-box .all_catch._num::before {
    top: -9.2rem;
    font-size: 5rem;
    letter-spacing: .04em;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.all_num ._num::before {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero) "";
    position: absolute;
}
.top_page .top_feature_lists .li-box .all_text {
    margin: 0 0 .7rem;
}
.all_text p {
    letter-spacing: 0;
    line-height: 2.5;
    font-weight: 500;
}
.top_page .top_feature_lists .li-box .top_btn_text.arrow::before {
    top: calc(50% - 2.47rem);
    right: -84px;
}
.top_page .top_btn .arrow::before {
    content: "";
    background: center/2rem auto no-repeat transparent url("../img/btn_arrow02.svg");
    width: 5rem;
    height: 5rem;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: background-color .7s, -webkit-transform .7s;
    transition: background-color .7s, -webkit-transform .7s;
    -o-transition: background-color .7s, transform .7s;
    transition: background-color .7s, transform .7s;
    transition: background-color .7s, transform .7s, -webkit-transform .7s;
}
.top_page .top_feature_lists .li-box .top_btn::after {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.top_page .top_btn:hover .arrow::before {
    background-color: var(--kaisha-color);
    border-color: var(--kaisha-color);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
}
.all_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top_head{
	margin-bottom: 8rem;
}
.top_page .top_btn .arrow {
    position: relative;
}
.top_page .top_feature_lists .li-box .top_btn_text {
    display: inline-block;
    padding-right: 1.05rem;
    color: #fff;
    margin-top: 2rem;
}
.top_page .top_feature_lists .li-box.li01 .top_btn::before {
    background-image: url("../img/26682672_s.jpg");
 -webkit-transition: all 0.7s;
 -o-transition: all 0.7s;
 transition: all 0.7s;

}
.top_page .top_feature_lists .li-box.li01:hover .top_btn::before {
			-webkit-transform: scale(1.1);
			    -ms-transform: scale(1.1);
			        transform: scale(1.1);
	-webkit-transition:-webkit-transform 0.7s ease;
	transition:-webkit-transform 0.7s ease;
	-o-transition:transform 0.7s ease;
	transition:transform 0.7s ease;
	transition:transform 0.7s ease, -webkit-transform 0.7s ease;
}
.top_page .top_feature_lists .li-box.li02 .top_btn::before {
    background-image: url("../img/26362660_m.jpg");
 -webkit-transition: all 0.7s;
 -o-transition: all 0.7s;
 transition: all 0.7s;

}
.top_page .top_feature_lists .li-box.li02:hover .top_btn::before{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transition:-webkit-transform 0.7s ease;
	transition:-webkit-transform 0.7s ease;
	-o-transition:transform 0.7s ease;
	transition:transform 0.7s ease;
	transition:transform 0.7s ease, -webkit-transform 0.7s ease;
}

.top_page .top_feature_lists .li-box.li03 .top_btn::before {
    background-image: url("../img/26354832_s.jpg");
 -webkit-transition: all 0.7s;
 -o-transition: all 0.7s;
 transition: all 0.7s;
}
.top_page .top_feature_lists .li-box.li03:hover .top_btn::before{
		-webkit-transform: scale(1.1);
		    -ms-transform: scale(1.1);
		        transform: scale(1.1);
	-webkit-transition:-webkit-transform 0.7s ease;
	transition:-webkit-transform 0.7s ease;
	-o-transition:transform 0.7s ease;
	transition:transform 0.7s ease;
	transition:transform 0.7s ease, -webkit-transform 0.7s ease;
}


/*****************************End Feature*******************************/



/*****************************Materials*******************************/
.mater-product {
    margin: 8rem 0;
    padding: 9rem 0rem 9rem 1rem;
}
 .mater-product{
	position: relative;
}

.mater-product::before {
    content: "";
    width: 82.125%;
    height: 100%;
/*    background: center/cover no-repeat url("../img/materials_bg@2x.jpg");*/
    position: absolute;
    top: 0;
    left: 0;
	background: #d3d7dd38;
}

.top_materials_lists .li-box {
    width: calc(100% / 2);
    overflow: hidden;
} 
.top_materials_lists .li-box .top_btn {
    height: 16.6vw;
    position: relative;
} 
.top_btn {
    display: block;
    position: relative;
    z-index: 5;
}

.top_page .top_materials_lists .li-box .top_btn::before {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    -o-transition: transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s;
}
.top_materials_lists .li-box .top_btn_text {
    z-index: 5;
    color: white;
    line-height: 2;
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 1rem;
}
.top_btn_text ._suben{
	font-size: 1.6rem;
}
.top_btn_text ._subtit{
	font-size: 3rem;
}
.top_btn_text ._subtit img {
    max-width: 22px;
    margin-left: 0.7rem;
}
.top_btn ._arrow {
    position: relative;
}
.top_materials_lists .li-box .top_btn::after {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.top_materials_lists .li-box:hover .top_btn::after {
    background-color: rgb(58 110 193 / 70%);
    -webkit-transition: background-color .7s;
    -o-transition: background-color .7s;
    transition: background-color .7s;
}
.top_materials_lists .li-box .top_btn {
    height: 20.6vw;
    position: relative;
}
.top_btn {
    display: block;
    position: relative;
    z-index: 5;
}
.top_materials_lists .li-box .top_btn::before, .top_materials_lists .li-box .top_btn::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.top_materials_lists .li-box.li01 .top_btn::before {
    background-image: url("../img/our-bussness01.jpg");
}
.top_materials_lists .li-box.li02 .top_btn::before {
    background: url("../img/ai-kensa.jpg") center;
    background-size: 540px 359px;
    background-position: -3px 100%;
    background-repeat: no-repeat;
	
}
.top_materials_lists .li-box.li03 .top_btn::before {
    background-image: url("../img/our-bussness03.jpg");
}
.top_materials_lists .li-box.li04 .top_btn::before {
    background-image: url("../img/our-bussness04.jpg");
}
.top_materials_lists .li-box.li05 .top_btn::before {
    background-image: url("../img/our-bussness05.jpg");
}
.top_materials_lists .li-box.li06 .top_btn::before {
    background-image: url("../img/our-bussness06.jpg");
}
.top_materials_lists .li-box.li07 .top_btn::before {
    background-image: url("../img/our-bussness07.png");
}
.top_materials_lists .li-box.li08 .top_btn::before {
    background-image: url("../img/our-bussness08.png");
}

.top_materials_lists .li-box .top_btn_text::before {
    right: 1vw;
    bottom: 0;
}
.top_materials_lists .li-box:hover .top_btn::before
{
			-webkit-transform: scale(1.1);
			    -ms-transform: scale(1.1);
			        transform: scale(1.1);
	-webkit-transition:-webkit-transform 0.7s ease;
	transition:-webkit-transform 0.7s ease;
	-o-transition:transform 0.7s ease;
	transition:transform 0.7s ease;
	transition:transform 0.7s ease, -webkit-transform 0.7s ease;
}

._mater-box{
	padding-right: 0;
}
/*****************************End Materials*******************************/



/***************************** News *******************************/
#myModal{
	    z-index: 9999;
}
span.event-show{
	font-weight: 500;
	display: block;
}
.news_all_lists li:first-child .news_all_btn {
    border-top: 1px solid #E1E1E1;
}
.news_all_lists .news_all_btn {
    display: block;
    padding: 1rem 3rem;
    position: relative;
    z-index: 5;
    border-bottom: 1px solid #E1E1E1;
}
.news_all_lists .news_all_btn ._arrow {
    padding: 2rem 3rem 2rem 0;
    position: relative;
    letter-spacing: .04em;
    font-weight: 700;
}
.news_all_lists .news_all_btn ._arrow::before {
    content: "";
    background: center/2rem auto no-repeat transparent url("../img/Layer 2.png");
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: calc(50% - 2.17rem);
    right: 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: background-color .7s, background-image .7s, -webkit-transform .7s;
    transition: background-color .7s, -webkit-transform .7s;
    -o-transition: background-color .7s, transform .7s, background-image .7s;
    transition: background-color .7s, transform .7s;
}
.news_all_detail {
    margin: 0 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news_all_lists .news_all_title {
    line-height: 2;
    letter-spacing: -.02em;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
/*    -webkit-line-clamp: 1;*/
}

.news_all_lists .news_all_btn::after {
    content: "";
    width: 0;
    height: 1px;
    background: var(--kaisha-color);
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: width .7s;
    -o-transition: width .7s;
    transition: width .7s;
}
.news_all_detail ._date {
    margin-right: 1.5rem;
    font-size: 16px;
}
.news_all_detail ._cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2rem;
    padding: 1.3rem;
    font-size: 15px;
    color: #D9000C;
    border: 1px solid rgba(217, 0, 12, 0.5);
    border-radius: 2rem;
    font-weight: 400;
}
.news_all_side .active{
	color: var(--title-color);
	font-weight: 600;
}
.top_news .all_btn01 {
    margin: 0.8rem 3rem 0 0;
    text-align: left;
}
.top_news ._text{
	    padding-left: 1rem;
}
.top_news, .news_all_lists{
	margin-bottom: 8rem;
}
.news-title-wrap{
}
.btn-most {
    border: none;
    padding: 0.3rem 1rem;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.3rem;
    background-color: #eaeaea;
    margin-top: 1rem;
	color: #000000;
}
.btn-most img {
    max-width: 16px;
    filter: invert(1);
    margin-left: 0.5rem;
}

.news_all_lists .news_all_btn:hover::after {
    width: 100%;
}
.news_all_lists .news_all_btn:hover ._arrow::before {
    background-image: url("../img/btn_arrow02.svg");
    background-color: var(--kaisha-color);
    border-color: var(--kaisha-color);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
}
.all_btn01 a {
    background: #F6F6F4;
    width: 28.5rem;
    line-height: 7rem;
    display: inline-block;
    text-align: center;
    color: #002C45;
    letter-spacing: .04em;
    font-weight: 700;
    position: relative;
    border-left: 0.5rem solid var(--kaisha-color);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.all_btn01 a svg {
    position: absolute;
    right: 3.5rem;
    stroke: var(--kaisha-color);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.all_btn01 a:hover {
    color: #fff;
}
.all_btn01 a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: var(--kaisha-color);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.all_btn01 a:hover::before {
    width: 100%;
}
.all_btn01 a:hover svg {
    stroke: #fff;
    right: 2.05rem;
}	
.all_btn01 span{
	position: relative;
	z-index: 1;
}



/*****************************End News*******************************/


/*****************************Contact*******************************/
.all_contact {
    position: relative;
    z-index: 99;
	height: 500px;
	overflow: hidden;
	margin-top: 8rem;
	padding: 0;
}
.all_contact .wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    height: 500px;
}
.all_contact .wrap {
    padding-top: 1.6rem;
    position: relative;
    z-index: 10;
	color: #fff;
}
.all_contact a::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/contact_bg.jpg");
    -webkit-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4);
}
.all_contact a:hover .btn .arrow{
	stroke :var(--kaisha-color);
}
.all_contact .btn {
    right: .5rem;
}

.all_contact .btn .btn_wrap {
    position: relative;
    width: 16rem;
    height: 16rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition:transform .6s;
    -o-transition:transform .6s;
    transition:transform .6s;
    position: relative;
    border-radius: 100%;
    border: 1px solid #fff;
	z-index: 1;
}
.all_contact .btn .btn_wrap::before {
    content: "";
    width: 10rem;
    height: 10rem;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-color: #fff;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    transform: translate(-50%, -50%) scale(1.1);
}
.all_contact a:hover .btn_wrap::before {
    width: 12rem;
    height: 12rem;
    top: 50%;
    left: 50%;
    opacity: 1;
}
.all_contact .btn .border {
    width: 16rem;
    height: 16rem;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
}
.all_contact a:hover .btn_wrap {
    border: none;
}
.all_contact a{
  -webkit-transition:  .4s ease;
  -o-transition:  .4s ease;
  transition:  .4s ease;
}
.all_contact .btn .arrow {
    -webkit-transition:transform .4s;
    -o-transition:transform .4s;
    transition:transform .4s;
    stroke: #fff;
    position: absolute;
    z-index: 2;
}
.all_contact a:hover .border {
    stroke: var(--kaisha-color);
    stroke-dasharray: 1000px;
    -webkit-animation: line_move 1s;
    animation: line_move 1s;
}
.all_contact a:hover::after{
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
	transition: transform .5s ease, -webkit-transform .5s ease;
}
.all_contact .contact-en {
    font-size: 5rem;
    margin: 1.5rem 0 3rem 0;
    letter-spacing: 2px;
    font-weight: 500;
}
.all_contact .all_box{
	position: relative;
}
.all_contact .all_arrow{
	position: absolute;
	right: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 9;
}

@-webkit-keyframes line_move{
	0% {
    stroke-dashoffset: 1000px;
}
	100% {
    stroke-dashoffset: 0px;
}
}

@keyframes line_move{
	0% {
    stroke-dashoffset: 1000px;
}
	100% {
    stroke-dashoffset: 0px;
}
}
.faded {
    -webkit-animation-name: fade;
            animation-name: fade;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/***************************** Contact *******************************/


/***************************** Footer *******************************/

#footer {
    background: center/cover no-repeat #202020 url("../img/f_bg01.png");
    position: relative;
    z-index: 99;
    padding: 7rem 2rem 3rem 2rem;
}
#footer .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}
.all_flex_between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#footer .info_sec {
    width: 73rem;
    padding: .8rem 0 0;
}
#footer .info_sec .lists {
    padding: 0rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#footer .info_sec .lists .item:not(:last-of-type) {
    margin-right: 1rem;
}
#footer .info_sec .lists .item {
    color: #929292;
    font-size: 16px;
    font-weight: 500;
    width: 16rem;
    margin: 0;
    padding: 1rem;
}
#footer .info_sec .lists .item a {
    font-size: 1.6rem;
    letter-spacing: 0;
    color: #fff;
}
#footer .info_sec .lists {
    padding: .4rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#footer .info_sec .lists ul li {
	color: #fff;
}
#footer .info_sec .lists .item:not(:last-of-type) {
	margin: 0 2rem 2rem 0;
}
#footer .info_sec ._column.lists .item:not(:last-of-type) {
    margin-right: 0;
}
#footer .info_sec ._column ._item1 {
    width: 490px!important;
}
#footer .info_sec ._column ._item2 {
    width: 332px!important;
}
#footer .footer_add_group {
    padding-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px rgba(255, 255, 255, 0.2) solid;
    color: #929292;
}
#footer .info_sec .lists .item .child_lists li a {
    font-size: 1.4rem;
    font-weight: 400;
    display: flex;
    align-items: center;
}
#footer .info_sec .lists .item .child_lists li .child_maku{
	padding-right: 1rem;
}

#footer .footer_add_group ._add {
    width: 455px;
}
#footer .f_group {
    width: 240px;
    padding: 10px 0 0;
}
#footer .info_sec .lists .child_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: .2rem;
}
#footer .info_sec ._column ._item1 li {
    width: 220px;
    margin-bottom: 1.5rem;
    height: 27px;
}
#footer .info_sec ._column ._item2 li:nth-child(2n-1) {
    width: 165px;
}
#footer .info_sec ._column a .link-icon {
    max-width: 16px;
    margin-left: 0.5rem;
    margin-bottom: 0.2rem;
}
.mark-box > a{
	display: table;
}
.logo-copy{
color: #929292;
    margin: 2rem 0;
    display: block;
}
.logo-fix .kaishamei{
	font-size: 2rem;
    color: #fff;
}
.img-sp, .sp-br, .logo-fix-sp, .footer-add{
	display: none;
}
	.dx-li{
		margin-top: -3rem!important;
	}
.dx-li a{
	padding-left: 2rem;
}
.kurumin-img{
	max-width: 100px;
	display: block;
}
.sbt-img {
    max-width: 160px;
    display: block;
    margin-top: 3rem;
    background: #ffffff;
    padding: 1rem;
}
.logo_sec .sdgs-logo{
    max-width: 100px;
    text-align: center;
    display: block;
    margin-top: 2rem;
}
#footer .info_sec ._column ._item1 li:nth-child(2n-1) {
    width: 250px;
}
#footer .info_sec ._column {
    width: 650px;
}
#footer .info_sec ._column ._item1 {
    width: 380px;
}
#footer .info_sec .item .sdgs-logo {
    max-width: 100px;
    text-align: center;
    display: block;
}
.dx-img{
    max-width: 110px;
    margin: 3rem 0;
}
.dx-ip{
	display: none;
}
/***************************** End Footer *******************************/

/**************************************************Responsive********************************************************/





@media screen and (min-width: 1800px){

.top_materials_lists .li-box .top_btn {
    position: relative;
    max-height: 290px;
}
	
	
}

@media screen and (min-width: 1400px){
	
.top-index-box img {
    max-width: 100%!important;
}	
#feature, #news{
   max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.5rem;
	margin-top: 10rem;
}
	#news{
   max-width: 1320px;
    margin: 0 auto;
	}
	.top_news ._text {
     padding-left: 0; 
}
	#about{
		padding: 0;
   max-width: 1320px;
		margin: 0 auto;
		margin-top: 10rem;
	}
	#transportation{
		margin-top: 10rem;
	}
	#materials{
   max-width: 1320px;
	margin: 0 auto;	
	margin-top: 10rem;

	}


	#footer .container-fluid{
   max-width: 1320px;
	}
	
	#sidebar ul.nav_list li {
    width: 57rem;
    margin: 0 4rem 2rem 0;
}
main {
    background: center/cover no-repeat url("../img/Group 70.svg");
    width: 100%;
    height: 38vw;
    position: relative;
}		
#sidebar.active {
    max-width: 176rem;

}	

}

@media screen and (max-width: 1200px){
	.sbt-img{
		margin-top: 0;
		max-width: 100px;
	}	
span.event-show{
	display: block;
}
}


@media screen and (max-width: 992px){
	#header .menu-list {
    display: none;
}
	#sidebar.active{
		overflow-y: scroll;
		
	}		
ul.side_column li a img, .dx-link {
    margin-bottom: 0.5rem;
}	

	
}

@media all and (min-width:768px) and (max-width:1200px) and (orientation: portrait) {
	
#header .menu-list{
		display: none;
	}	
.dropdown-group {
    right: 14.5rem;
}	
	#footer .info_sec{
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}	
	#footer .wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}	
.all_contact, .all_contact .wrap {
    height: 300px;
}	

.all_contact .btn .btn_wrap, .all_contact .btn .border {
    width: 12rem;
    height: 12rem;

}	

nav .nav_list {
    padding-top: 5rem;
}	
nav .nav_list li {
    margin: 4rem 0;
}	
.top_materials_scroll {
    width: 100%;
    position: inherit;
     -webkit-transform: translate(0, 0%); 
     -ms-transform: translate(0, 0%); 
         transform: translate(0, 0%); 
    z-index: 2;
    width: 100%;
}
.mater-product {
    margin: 8rem 0;
    padding: 8rem 2rem 10rem 2rem;
}	
.top_materials_lists .li-box .top_btn {
    position: relative;
    height: 235px;
}	
.top_materials_container{
	margin-top: 5rem;
}	
.top_materials_lists .li-box .top_btn_text {
    padding: 0 0.7rem;
}
.top_btn_text ._subtit {
    font-size: 2.5rem;
}
.title-all-page {
    font-size: 5rem;
}	
.mater-product::before {
    width: 100%;
}			
.top_about_wrap {
    padding: 0;
}	
	.logo_sec{
		    text-align: center;
    margin: 0 auto;
    margin-bottom: 5rem;
	}
.top-index-box img {
    max-width: 100%;
}
.logo-fix-sp {
    display: block;
    text-align: center;
    color: #929292;
    padding-top: 3rem;
}	
	.logo-copy{
		display: none!important;
	}	
	#footer{
		padding-bottom: 2rem;
	}	
.top_head {
    margin-bottom: 0rem;
}	
.top-content p {
    font-size: 3rem;

}	
main h2 {
    bottom: 20px;
    left: 20px;
}	

.logo img {
    max-width: 45px;
}	
#sidebar.active {
     max-width: 100%; 

}

	#footer .info_sec .lists{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
#footer .info_sec ._column {
    width: 620px;
    -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
            justify-content: start!important;
}
	#footer .info_sec .lists .item{
		width: 20%;
	}
	.list-menu-com{
		width: 90%!important;
	}
#footer .info_sec ._column ._item1 li:nth-child(2n-1) {
    width: 200px;
}
.logo_sec .logo-fix img {
    max-width: 55px;
}
main {
    height: 390px;
}		
#sidebar ul.nav_list li {
    width: 58rem;
    margin: 0 0rem 2rem 0;
}
	#sidebar.active{
		overflow-y: scroll;
	}	
.top_materials_lists .li-box .top_btn_text::before {
    right: 1vw;
    bottom: -10px;
}	
.dx-ip {
    display: block;
    margin-left: 2rem;
}
#footer .footer_add_group ._add {
    width: 555px;
}	
#footer .footer_add_group ._add ._item{
		display: flex;
		align-items: center;
	}	
	.dx-li{
		    text-align: left!important;
		margin-top: -3rem;
	}	
	ul li.new-top{
	padding-top: 0rem;
}
	.mark-box{
	display: flex;
	align-items: center;
	gap: 0 40px;
	width: 100%;
		margin-top: 3rem;
	}		
	.logo_sec .sdgs-logo{
		margin-top: 0;
		max-width: 80px;
	}	
.kurumin-img {
    max-width: 70px;
    display: block;
    text-align: center;
}	
.dx-img {
     margin: 0; 
}
	.logo-fix{
justify-content: center;
}	
.dx-li a {
    padding-left: 0!important;
}	
	
}

@media all and (min-width:768px) and (max-width:1200px) and (orientation: landscape) {
	
.all_contact, .all_contact .wrap {
    height: 400px;
	padding: 0;
}		
#footer .info_sec {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5rem;
}	
#footer .wrap{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}		

nav #sidebar .nav_list li {
    margin: 0;
    width: 78rem;

}
	#sidebar.active{
		overflow-y: scroll;
	}
.mater-product::before {
    width: 100%;
}		
.top_materials_lists .li-box .top_btn {
    height: 29.6vw;
    position: relative;
}	
.top_btn_text ._subtit {
    font-size: 2.6rem;
}
.top_materials_lists .li-box .top_btn_text {
    line-height: 1.3;
}		
.top-index-box img {
    max-width: 100%;
}	
.top_head {
    margin-bottom: 4rem;
}
.mater-product {
    padding: 9rem 5rem 9rem 5rem;
}	
	.top_news{
		padding: 0 5rem;
	}	
.logo-fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}	
	.logo-copy{
		display: none!important;
	}	
.logo-fix-sp {
    display: block;
    text-align: center;
    color: #929292;
    padding-top: 3rem;
}
.logo_sec .logo-fix img {
    max-width: 55px;
}
main {
    height: 510px;
}	
	#sidebar ul.nav_list{
		padding-bottom: 2rem;
	}	
.dx-ip {
    display: block;
    margin-left: 2rem;
}
#footer .footer_add_group ._add {
    width: 555px;
}	
#footer .footer_add_group ._add ._item{
		display: flex;
		align-items: center;
	}		
	.business-br{
		display: none;
	}	
ul li.new-top{
	padding-top: 0rem;
}	
	.mark-box{
	display: flex;
	align-items: center;
	gap: 0 40px;
	width: 100%;
		margin-top: 3rem;
	}		
	.logo_sec .sdgs-logo{
		margin-top: 0;
		max-width: 80px;
	}	
.kurumin-img {
    max-width: 70px;
    display: block;
    text-align: center;
}	
.dx-img {
     margin: 0; 
}	
	
	
	
}

@media screen and (max-width: 767.98px){
.top_materials_lists .li-box.li02 .top_btn::before {
    background: url("../img/ai-kensa.jpg") center;
    background-position: -3px 100%;
    background-repeat: no-repeat;
    background-size: cover;
}	
.dropdown-group, #header .menu-list, .hide-box-img {
    display: none;
}	
.img-sp {
    display: block;
    position: relative;
    margin-top: 14rem;
}	
	
.slide-sp {
    display: block;
    margin-top: 6rem;
}	
#footer .info_sec .lists{
		display: none;
	}		
	#footer .wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}	

	#footer .info_sec{
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}	
#header {
    padding: 2rem;
}	
.top_materials_lists .li-box {
    overflow: hidden;
}	
.top_materials_lists .li-box .top_btn {
    height: 30.6vw;
}	
.top_head {
    margin-bottom: 0rem;
}	
.mater-product {
    margin: 5rem 0;
    padding: 5rem 0rem 9rem 2rem;
}	
.all_contact, .all_contact .wrap {
    height: 350px;
}	
.all_contact .btn .btn_wrap {
    width: 10rem;
    height: 10rem;

}	
.all_contact a:hover .btn_wrap::before {
    width: 10rem;
    height: 10rem;
    top: 50%;
    left: 50%;
    opacity: 1;
}	
.all_contact .all_arrow {
    right: 30px;
}	
.flex-sp-control {
    width: 50%;
    z-index: 2;
    position: absolute;
    right: 0;
    top: -50px;
}	
.flex-sp-img img:nth-child(1) {
    width: 30%;
    margin-top: 14rem;
}	
main {
    background: center/cover no-repeat url("../img/top-sp-img.svg");
    height: 500px;
}
	
.top_materials_lists .li-box .top_btn_text {
    bottom: 15px;
	padding:  0 0.5rem;
}
ul.side_column li {
    width: 100%!important;
}
	.top_btn_text ._subtit {
    font-size: 2.2rem;
}
	.order-sp-01{
		order: 1;
	}
	.order-sp-02{
		order: 2;
	}
	.order-sp-04{
		order: 5;
	}
	.order-sp-05{
		order: 5;
	}
	.order-sp-06{
		order: 6;
	}
	#sidebar ul.nav_list{
		padding-bottom: 4rem;
	}	
	
nav .nav_list li {
    margin: 0 0 0 0!important;
}	
.top_page .top_btn .arrow::before {
    width: 4rem;
    height: 4rem;
}	
.dx-img {
    max-width: 110px;
}	
	.dx-ip{
		display: none;
	}	
	.logo-copy{
		margin-bottom: 2rem;
	}
ul li.new-top{
	padding-top: 0rem;
}	
.mark-box {
    display: flex;
    align-items: center;
    gap: 15px 30px;
    flex-wrap: wrap;
    width: 100%;
}	
	
	.logo_sec .sdgs-logo{
		margin-top: 0;
		max-width: 80px;
	}	
.kurumin-img {
    max-width: 70px;
    display: block;
    text-align: center;
}	
.dx-img {
     margin: 0; 
}			
.group-box{
	display: block;
}
#body.hide-scroll{
	position: relative;
	width: 100%;
	overflow: hidden;
}	
}

@media screen and (max-width: 576px){
	li.new-top{
		width: 100%!important;
	}
	#header {
    padding: 1rem;
}	
	.logo img{
		max-width: 40px;
	}	
.hamburger {
    width: 40px;
    height: 40px;
    right: 20px;
}	
.menu .bar1.act {
    -webkit-transform: translateY(13px) rotate(45deg);
        -ms-transform: translateY(13px) rotate(45deg);
            transform: translateY(13px) rotate(45deg);
    background: #fff;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}	
.menu .bar3.act {
    -webkit-transform: translateY(-14px) rotate(-45deg);
        -ms-transform: translateY(-14px) rotate(-45deg);
            transform: translateY(-14px) rotate(-45deg);
    background: #fff;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

	
.flex-sp-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
}

.mater-product {
    margin: 8rem 0;
    padding: 8rem 0rem 8rem 0rem;
}
.news_all_lists .news_all_btn {
padding: 1rem;
}	
	.sp-br{
		display: block;
	}	
	.contact-text{
		line-height: 2;
		text-align: center;
	}	
.all_contact .all_arrow {
    position: absolute;
    bottom: 0;
    right: auto;
    -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
            transform: translateY(30%);
    top: 80%;
}
.all_contact .btn .btn_wrap {
    width: 9rem;
    height: 9rem;
 
}
.all_contact a:hover .btn_wrap::before {
    width: 6rem;
    height: 6rem;
    top: 50%;
    left: 50%;
}
.all_contact a:hover .btn .arrow {
    stroke: var(--kaisha-color);
    max-width: 20px;
}	
.all_contact a .btn .arrow {
    max-width: 20px;
}		
	.news_all_side{
		line-height: 1.3;
	}
	#footer .footer_add_group{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    margin-top: 25px;
    padding-top: 25px;
	}	
#footer {
    background: center/cover no-repeat #000 url("../img/f_bg01.png");
	padding-bottom: 0;
}	
	.logo_sec small{
		display: block;
		margin: 2rem 0;
	}	

.top_materials_lists .li-box {
    width: 100%;
}	
.top_materials_lists .li-box .top_btn {
    height: 163px;
}
.top_head {
    margin-bottom: 6rem;
}	
.all_contact a::after {
    height: 100%;
}	
.all_contact .wrap {
    height: 380px;
}	
.mater-product::before {
    width: 100%;

}	
main h2 {
    position: absolute;
    bottom: 10px;
    left: 0px;
}
.title-all-color {
    font-size: 45px;
}	
nav .nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5rem;
	-webkit-box-align: center!important;
	    -ms-flex-align: center!important;
	        align-items: center!important;
}	

.top_about_wrap {
    padding: 0;
}	
.top_btn_text ._subtit {
    font-size: 2.5rem;
}
	._sidebar, .about-br{
    display: none;
	}
.wrap-page-all {
    padding-left: 0;
    margin: 11rem 0 0;
}
.top_news .all_btn01 {
    text-align: center;
	margin-right: 0;
}	
	.all_btn01{
		text-align: center;
	}	
.top-content p {
    font-size: 2.4rem;
}	
.footer-add{
	display: block;
}	
#footer .footer_add_group ._add {
    padding-bottom: 3rem;
}	
	.footer-box	{
		line-height: 1.5;
	}
#sidebar ul.nav_list li {
    width: 90%;
}	
#about .container-fluid {
    padding: 1rem;
}	
.all_contact{
    height: 500px;
}	
.flex-sp-img img:nth-child(1) {
    width: 40%;
    margin-top: 14rem;
}
	.flex-sp-control{
	  width: 70%;
    z-index: 2;
    position: absolute;
    right: 0;
    top: -50px;
	}	
main {
    background: center/cover no-repeat url("../img/top-sp-img.svg");
    height: 310px;
}		
.news_all_lists .news_all_btn ._arrow {
    padding: 2rem 5rem 2rem 0;
}	
.top_materials_lists .li-box .top_btn_text::before {
    right: 1vw;
    bottom: -4px;
}	
.top_btn_text ._subtit img {
    margin-bottom: 0.6rem;
}	

}

@media screen and (max-width: 320px){
	main {
    background: center/cover no-repeat url("../img/top-sp-img.svg");
    height: 250px;
}
.top-about {
    margin-top: 5rem;
}
	.top-content p {
    font-size: 2rem;
}
}



