@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden;
}
body {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #212121;
  background-color: #006AB8;
  perspective: 4px;
  overflow-x: hidden;
  overflow-y: scroll;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
  color: #212121;
}
ul {
  list-style:none;
}

/*リセットここまで*/

.header {
  position: fixed;
  width: 100%;
  height: 100px;
  background-color: transparent;
  z-index: 3;
  /*border-bottom: 3px solid;*/
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.header ul {
  margin: 0 50px 0 0;
  list-style-type: none;
  padding: 0;
  float: right;
  border: 0px solid black;
}
.header ul li {
  display: table-cell;
}
.header ul .display-none-mobile {
  display: table-cell;
}
.header ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 35px 15px;
  color: #fff;
  border-top: 5px solid transparent;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-transition: padding 0.4s linear 0s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.header ul li a:hover {
  border-top: 5px solid #005FAF;
  color: #005FAF;
  background-color: #fff;
}
@keyframes subshow{
  from{opacity: 0;}
  to{opacity: 1;}
}
@keyframes subshowover{
  from{opacity: 1;}
  to{opacity: 1;}
}
.sub ul li ul{
  display: none;
  white-space: nowrap;
  margin-inline-end:0px;
  -webkit-transition: padding 0.4s linear 0s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  animation: subshowover 0.3s linear 0s;
  height: 60px;
}

.sub ul li ul li{
  float: right;
  margin:0 0 0 auto;
  line-height:40px;
}

.sub ul li ul li a{
  height: 60px;
  padding: 4px 15.5px 4px 15.1px;
  vertical-align: middle;
  width: auto;
  text-align: center;
  display:  inline-block;
  font-size: 1.3rem;
}
.sub ul li:hover ul{
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  background: #005FAF;
  animation: subshow 0.3s linear 0s;
}




.toggle-btn {
  display: none;
  position: absolute;
  top: 0px;
  left: auto;
  right: 30px;
  font-size: 2.5rem;
  cursor: pointer;
  color: white;
  font-weight: bold;
  z-index: 100;
}
.header-scroll {
  height: 70px;
  animation: top-in-basic 1 0.4s 0s;
}
.header-scroll ul li a {
  padding: 35px 15px;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.header-scroll ul li a:hover {
  border-top: 5px solid #005FAF;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.header-scroll .logo-container {
  animation: left-in-basic 1 0.8s 0s;
}

.headertitle h1{
  display:inline-block;
  position: absolute;
  top: 25%;
  padding-left: 50px;
  font-size: 2rem;
}
.headertitle a{
  color: #fff;
}

@keyframes flip {
  0% {transform: rotateY(-45deg);}
  100%{transform: rotateY(0deg);}
}
@keyframes fade {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes top-in-basic {
  0%{transform: translateY(-2000px)}
  100%{transform: translateY(0px)}
}
@keyframes left-in-basic {
  0%{transform: translateX(-2000px)}
  100%{transform: translateX(0px)}
}

footer {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  background-color: #005FAF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer p {
  text-align: center;
  margin: 0;
  color: white;
  margin: 10px 0px;
  font-size: 1rem;
}
.foot2 {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: white;
  z-index: 15;
  /*border-bottom: 3px solid;*/
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.foot2 ul {
  margin: 0 50px 0 0;
  list-style-type: none;
  padding: 0;
  float: right;
  border: 0px solid black;
}
.foot2 ul li {
  display: table-cell;
}
.foot2 ul li a {
  text-decoration: none;
  padding: 0 15px;
  color: #666;
  border-bottom: 5px solid transparent;
  -webkit-transition: padding 0.4s linear 0s;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.foot2 ul li a:hover {
  border-top: 5px solid #005FAF;
  background-color: #B1C8DC;
}

.display-none-mobile {
  display: table;
  z-index: 22;
}
.display-none-pc{
  display: none;
}

.display-block {
  display: table;
}

.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  transform-style: preserve-3d;
  transform: translateZ(-4px) scale(1.6);
}
.hero_2 {
  min-height: 50vh;
  top: 90px;
  transform: translateZ(0px) scale(1);
}
.hero::before {
  content:"";
  position: absolute;
  top: 0;
  left: -6px;
  right: 0;
  bottom: 0;
  display: block;
  background: url("../img/hero3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateZ(-4px) scale(2);
  -webkit-transform: translateZ(-4px) scale(2);
}

.hero_eco::before {
  background: url("../img/1990068_m.jpg");
  background-size: cover;
}
.hero_zero::before {
  background: url("../img/shop.jpg");
  background-size: cover;
}
.hero_dousan::before {
  background: url("../img/kokunai.jpg");
  background-size: cover;
}
.hero_dousan2::before {
  background: url("../img/kaigai.jpg");
  background-size: cover;
}
.hero_marr::before {
  background: url("../img/marr.jpg");
  background-size: cover;
}
.hero_to::before {
  background: url("../img/tool.png");
  background-position: center center;
  background-size: cover;
}
.hero_ca::before {
  background: url("../img/cas.png");
  background-position: center center;
  background-size: cover;
}

.hero_dora::before {
  background: url("../img/bgsp.jpg");
  background-position: top right;
  background-size: cover;
}
.hero_trunk::before {
  background: url("../img/trunk.jpg");
  background-position: top right;
  background-size: cover;
}

.hero_co::before {
  background: url("../img/co.jpg");
  background-position: center center;
  background-size: cover;
}
.hero_co_group::before {
  background: url("../img/co_group.jpg");
  background-position: center center;
  background-size: cover;
}
.hero_co_hist::before {
  background: url("../img/co_hist.jpg");
  background-position: center center;
  background-size: cover;
}
.hero_co_r::before {
  background: url("../img/co_r.jpg");
  background-position: bottom center;
  background-size: cover;
}
.hero_co_a::before {
  background: url("../img/co_a.jpg");
  background-position: bottom center;
  background-size: cover;
}
.hero_prib::before {
  background: url("../img/prib.jpg");
  background-position: center center;
  background-size: cover;
}
.hero_prib_deal::before {
  background: url("../img/prib_deal.jpg");
  background-position: center center;
  background-size: cover;
}

.hero_rec::before {
  background: url("../img/rec.jpg");
  background-position: center center;
  background-size: cover;
}
.hero_contact::before {
  background: url("../img/contact.jpg");
  background-position: top;
  background-size: cover;
}

.hero_hist::before {
  background: url("../img/hist.jpg");
  background-position: top center;
  background-size: cover;
}




.hero div {
  position: absolute;
  z-index: 1;
  top: 50%;
  padding: 0 30px;
  transform: translateZ(-2px) scale(1.5);
  -webkit-transform: translateZ(-2px) scale(1.5);
}
.hero h1 {
  font-size: 5rem;
  color: #fff;
  margin-bottom: -1rem;
}

.hero_2 div {
  top: 30%;
}

.hero h2 {
  font-size: 1.5rem;
  color: #fff;
}
.hero_2 h2 {
  font-size: 3rem;
  color: #fff;
}

section {
  width: 100%;
  background: white;
  position: relative;
  z-index: 2;
}
.container {
  margin: auto;
  max-width: 1200px;
  padding: 80px 40px;
  overflow:hidden;
}

.container p {
  padding-top: 30px;
  line-height: 1.8;
}
.container h3 {
  text-align: center;
  padding: 10px 0;
}
.etc{
  text-align: center;
  width: 200px;
  margin: 0 10px 0 auto;
  padding: 10px;
}
.etc a:hover{
  box-sizing: border-box;
  color: #333333;
  display: table;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
  background: #B1C8DC;
}

.newslist01 {
  background-color: #FFFFFF;
  border-top:1px solid #999999;
  border-left:1px solid #999999;
  border-right:1px solid #999999;
  width: 100%;
}
.newslist01 li {
  border-bottom:1px solid #999999;
  font-size: 14px;
}
.newslist01 li a {
  box-sizing: border-box;
  color: #333333;
  display: table;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
}
.newslist01 li a:hover {
  background: #B1C8DC;
  text-decoration: none;
}
.newslist01 li time {
  border-right:1px solid #999999;
  display: table-cell;
  padding: 16px;
  text-align:center;
  vertical-align: middle;
  width:14%;
}
.newslist01 li .cat {
  border-right:1px solid #999999;
  display: table-cell;
  padding: 16px;
  text-align:center;
  vertical-align: middle;
  width:18%;
}
.newslist01 li .ttl {
  display: table-cell;
  padding: 16px;
  vertical-align: middle;
}

time{
  font-weight: bold;
}
.newslist02 {
  background-color: #FFFFFF;
  border-top:1px solid #999999;
  border-left:1px solid #999999;
  border-right:1px solid #999999;
  width: 100%;
}
.newslist02 li {
  border-bottom:1px solid #999999;
  font-size: 14px;
  box-sizing: border-box;
  color: #333333;
  display: table;
  width: 100%;
}
.newslist02 li a {
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  font-weight: bold;
}
.newslist02 li a:hover {
  background: #B1C8DC;
}
.newslist02 li .midasi {
  border-right:1px solid #999999;
  display: table-cell;
  padding: 16px;
  text-align:center;
  vertical-align: middle;
  width:18%;
}
.newslist02 li .ttl {
  display: table-cell;
  padding: 16px;
  vertical-align: middle;
}

.newslist03 {
  background-color: #FFFFFF;
  border-top:1px solid #999999;
  border-left:1px solid #999999;
  border-right:1px solid #999999;
  width: 100%;
  padding: 0 20px;
}
.newslist03 li {
  border-bottom:1px ;
  border-style: none none dashed;
  border-color: #999;
  font-size: 14px;
  box-sizing: border-box;
  color: #333333;
  display: table;
  width: 100%;
}
.newslist03 li .time {
  display: table-cell;
  padding: 16px;
  text-align:center;
  vertical-align: middle;
  width:14%;
}
.newslist03 li .ttl {
  display: table-cell;
  padding: 16px;
  vertical-align: middle;
}

.hey{
  color: red;
  font-size: 0.8rem;
}
.rio{
  background-image: url("../img/rio.png");
  background-position:right bottom;
}
.rio2{
  background-image: url("../img/hist.png");
  background-attachment: fixed;
  background-color: #006AB8;
}
.eco2{
  background-image: url("../img/DL00017.jpg");
  background-position:right bottom;
  background-size:cover;
}
.container11{
  max-width: 1100px;
  margin: 0px auto;
  display:relative;
  padding: 50px 50px;
  background-color: white;
}

.mainword{
  font-size: 1.5rem;
  font-weight: bold;
  padding: 30px 15%;
  color: #fff;
  background-color: #006AB8;
}
.fadeInUp{
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}


.pad{
  padding-top: 150px;
}
.minipad{
  padding-top: 20px;
}
.rtxt{
  text-align: right;
  padding: 10px;
}
.ctxt{
  text-align: center;
}
.picr{
  margin-right: 10px;
  margin-left: auto;
  float: right;
}
.piccen{
  margin: 0 auto;
}
.fadein-bottom{
 opacity: 0;
 animation-name: fadein-bottom;
 animation-duration: 1.5s;
 animation-timing-function: ease-out;
 animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
 0% {
  opacity: 0;
  transform: translateY(20px);
}
100% {
  opacity: 1;
  transform: translateY(0);
}

}
.display-block {display: table;}
.short { display: inline-block; }

.oshi{
  color: white;
  margin-bottom: 20px;
}
@keyframes flip {
  0% {transform: rotateY(-45deg);}
  100%{transform: rotateY(0deg);}
}
@keyframes fade {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes top-in-basic {
  0%{transform: translateY(-2000px)}
  100%{transform: translateY(0px)}
}
@keyframes left-in-basic {
  0%{transform: translateX(-2000px)}
  100%{transform: translateX(0px)}
}

input[type="text"] {
  width: 100%;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
}
textarea{
  width: 100%;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
}
input[type="text"]:focus {
  border-color: #004391;
  box-shadow: 0 0 8px 0 #004391;
}
textarea:focus {
  border-color: #004391;
  box-shadow: 0 0 8px 0 #004391;
}

input[type="submit"] {
    background: #006AB8;
    border: none;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 20px;
    margin: 0 5px;
    appearance: none;
    -webkit-appearance: none;
}

input[type="reset"] {
    background: #aaa;
    border: none;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 20px;
    margin: 0 5px;
    appearance: none;
    -webkit-appearance: none;
}
.inputWithIcon input[type="text"] {
  padding-left: 40px;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon i {
  position: absolute;
  left: 0;
  top: 8px;
  padding: 9px 8px;
  color: #aaa;
  transition: 0.3s;
}

.inputWithIcon input[type="text"]:focus + i {
  color: dodgerBlue;
}

.inputWithIcon.inputIconBg i {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}

.inputWithIcon.inputIconBg input[type="text"]:focus + i {
  color: #fff;
  background-color: dodgerBlue;
}
.use_icon {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-area{
  text-align: right;
}
/*
#eco #me_eco a{background-color: #00008B;}
#eco li #me_tool a{background-color: initial;}
#eco li #me_ca a{background-color: initial;}
#eco li #me_marriage a{background-color: initial;}
#eco li #me_fhudousan a{background-color: initial;}
#eco li #me_hudousan a{background-color: initial;}
#eco li #me_zero a{background-color: initial;}

#hist #me_hist a{background-color: #00008B;}
#comp #me_comp a{background-color: #00008B;}
#comp li #me_a a{background-color: initial;}
#comp li #me_r a{background-color: initial;}
#comp li #me_cohist a{background-color: initial;}
#comp li #me_group a{background-color: initial;}
#comp li #me_group a:hover {
      background-color: #CDDC39;
      color: #fff;
    }

#prib #me_prib a{background-color: #00008B;}
#prib li #me_deal a{background-color: initial;}

#rec #me_rec a{background-color: #00008B;}
#contact #me_otoi a{background-color: #00008B;}


#co_group ul li a{background-color: red;}
#co_group {background-color: red;}
*/
#subhead {
  position: absolute;
  height: 60px;
  top: 103px;
  z-index: 1;
  background: #005FAF;
}
#subhead ul{
  margin: 0 auto;
  display: table;
}
#subhead ul li{
 display: table-cell;
  margin: 0 0 0 auto;
}
#subhead ul li a {
 height: 60px;
  padding: 10px 15px;
  margin: 0 0 0 auto;
}

/*.co_ca .sub ul li ul {display: block;}*/
/*spここから！！！！！！！！！！！！！！！！！！！！！！！！*/


@media only screen and (max-width: 1310px){
#subhead ul li a {
  font-size: 1rem;
  padding: 10px 5px;
}
.sub ul li ul li a {
  font-size: 1rem;
  padding: 0px 5px 5px;
}
.headertitle a {display: none;}
}





@media only screen and (max-width: 991px){
  body{
    font-size: 16px;
  }
  .headertitle a {display: inline;}
  .rio{background-size: contain;}
  .rio2{background-size: contain;}
  .hero{
    height: 80vh;
    top: 8vw;
  }
  .hero h1 {
    font-size: 10vw;
    max-width: 100%;
    margin-bottom: 1rem;
    text-align: center;
  }
  .hero h2 {
    max-width: 100%;
    text-align: center;
    font-size: 1.2rem;
  }
  .hero::before {
    background: url("../img/hero2.jpg");
    background-size: contain;
    transform: translateZ(-4px) scale(2.5) translateY(-50px);
    -webkit-transform: translateZ(-4px) scale(2.5) translateY(-50px);
    background-position: bottom center;
  }
  .hero div{
    top:190px;
    padding: 0;
    transform: translateZ(-0px) scale(1);
    z-index: 1;
    transform:translate3d(0,0,0);
  }
  .toggle-btn {
    display: block;
    overflow:hidden;
    font-size: 2.5rem;
    font-weight: bold;
  }
  .header {
    top: 0;
    position: absolute;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
  }
  .header .logo-container {
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 22;
    background-color: #005FAF;
    height: 15vw;
  }
  .header-scroll .logo-container {
    animation: none;
  }
  .header ul {
    float: none;
    margin: 0;
    height: auto;
    z-index: 16;
    width: 100%;
    background-color: white;
  }
  .header ul li {
    height: auto;
    display: block;
    margin: 0;
    border-top: 1px solid #bcbfd1;
    text-align: center;
    -webkit-transition: padding 0.2s ease 0s;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
  }
  .header ul li a {
    width: 100%;
    margin: 0;
    font-size: 1rem;
    color: #666;
    padding: 20px 0 20px 0;
    border-top: 0px;
    border-bottom: 5px solid transparent;
    transition: all  0s linear;
  }

  .header ul div{
    width: 100%;
    text-align: center;
    border-top: 1px solid #bcbfd1;
    margin: 0;
    color: #666;
    font-weight: bold;
    padding: 20px 0 20px 0;
  }
  .sub ul li ul li {
    width: 100%;
  }
  .sub ul li ul li a {
    border-right: 0px;
  }
  .header ul .display-block {
    display: block;
  }
  .display-none-mobile {
    display: none;
  }
  .header ul .display-none-mobile {
    display: none;
  }
  .display-none-pc{
    display: table;
  }
  footer p {font-size: 0.8rem;}
  .foot2{z-index: 2;}
.foot2 ul {
  margin: auto;
  width: 100%;
  display: table;
}
.foot2 ul li{
  display: table-cell;
}
  .foot2 ul li a{
    font-size: 0.7rem;
    font-weight: normal;
    text-align: center;
  width: auto;
  padding: 0 3px;
    white-space: nowrap;
  }
  .headertitle h1{
    font-size: 1.2rem;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 8vw;
    padding-left: 0;
    width: auto;
    text-align: center;
    vertical-align: top;
    margin: 5 auto 0 auto;
  }
  .headertitle h1 img{
    max-height: 14vw;
  }

  .dropdownlink li{
    font-weight: bold;
    width: 100%;
    margin: 0;
    padding: 20px 0 20px 0;
  }
  .submenuItems {
    display: none;
    background: #C8E6C9;
    li {
      border-bottom: 1px solid #B6B6B6;
    }
  }

  .submenuItems a {
    display: block;
    color: #727272;
    padding: 12px 12px 12px 45px;
    transition: all 0.4s ease-out;
    &:hover {
      background-color: #CDDC39;
      color: #fff;
    }
  }
  .header ul ul.submenuItems li {
    background-color: #dfe7f5;
  }
  .etc{
    text-align: right;
    width: 200px;
    padding: 10px;
  }
  p .etc a{
    pointer-events: auto;
  }
  .newslist01 {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
  }
  .newslist01 li time {
    border-right: 0px;
    display: table-cell;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 25%;
  }
  .newslist01 li .ttl {
    padding: 5px;
  }
  .container h3 {
    text-align: left;
    padding: 10px 0;
  }
  .container {
    margin: auto;
    max-width: 1000px;
    padding: 10px 5px;
  }
  .mainword {
    font-size: 1.2rem;
    padding: 30px 10px;
  }
  .container11 {
    max-width: 95%;
    padding: 20px;
    line-height: 2rem;
  }

  .hero_eco::before {
    background: url("../img/1990068_m.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero_dora::before {
    background: url("../img/bgsp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero_trunk::before {
    background: url("../img/trunk.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero_zero::before {
    background: url("../img/shop2.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero_dousan::before {
    background: url("../img/kokunai.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero_dousan2::before {
    background: url("../img/kaigai.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero_marr::before {
    background: url("../img/marr.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero_to::before {
    background: url("../img/tool2.png");
    background-position: top center;
    background-size: 80% auto;
    width: 120%;
  }
  .hero_ca::before {
    background: url("../img/cas2.png");
    background-position: top center;
    background-size: 80% auto;
    width: 120%;
  }

  img{
    max-width: 100%;
  }
  .header ul li a:hover {
    border-top: 0px;
    background-color: #B1C8DC;
    border-bottom: 5px solid #005FAF;
  }
  .sub ul li ul{
    animation: none;
  }
  .newslist02 li .midasi {
    padding: 5px;
    width: 25%;
    font-size: 0.8rem;
    border-right: 0px;
  }
  .fadein-bottom h1{
    padding-left: 20px;
  }
  .newslist03 li .time {
    padding: 5px;
    width:20%;
  }
  .newslist03 {
    padding: 5px;
  }
  .hero #atom h1{
    font-size: 2rem;
  }
.oshi{
  color: black;
  margin-top: 22px;
  margin-left: 10px;
}
.hero_2 {
  max-height: 30vw;
}
.hero_2 div{
  top:120px;
}
#eco #me_eco a{background-color: initial;}
#hist #me_hist a{background-color: initial;}
#comp #me_comp a{background-color: initial;}
#prib #me_prib a{background-color: initial;}
#rec #me_rec a{background-color: initial;}
#me_ a{background-color: initial;}
#contact #me_otoi a{background-color: initial;}

#subhead {display: none;}



.hero_co::before {
  background: url("../img/co.jpg");
  background-position: center center;
  background-size: cover;
}
.hero_co_group::before {
  background: url("../img/co_group.jpg");
  background-position: center center;
  background-size: cover;
}
.hero_co_hist::before {
  background: url("../img/co_hist.jpg");
  background-position: center center;
  background-size: cover;
}
.hero_co_r::before {
  background: url("../img/co_r2.jpg");
  background-position: bottom center;
  background-size: cover;
}
.hero_co_a::before {
  background: url("../img/co_a.jpg");
  background-position: bottom center;
  background-size: cover;
}
.hero_prib::before {
  background: url("../img/prib.jpg");
  background-position: center center;
  background-size: cover;
}
.hero_prib_deal::before {
  background: url("../img/prib_deal.jpg");
  background-position: center center;
  background-size: cover;
}
.hero_rec::before {
  background: url("../img/rec.jpg");
  background-position: center center;
  background-size: cover;
}
.hero_contact::before {
  background: url("../img/contact.jpg");
  background-position: top right;
  background-size: cover;
}
.hero_dora::before {
  background: url("../img/bgsp.jpg");
  background-position: top right;
  background-size: cover;
}
.hero_trunk::before {
  background: url("../img/trunk.jpg");
  background-position: top right;
  background-size: cover;
}
.hero_hist::before {
  background: url("../img/hist.jpg");
  background-position: top center;
  background-size: cover;
}




}

