@charset "UTF-8";
/* CSS Document */
.header {
  margin: 0 auto;
  background-color: #f2d6cb;
  position: relative;
  padding-bottom: 120px;
}
.header_inner {
  position: absolute;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.wave1 img {
  width: 100%;
}
.sns ul:before {
  content: '';
  margin-top: 100px;
  width: 3px;
  height: 110px;
  background-color: #818181;
  position: absolute;
  bottom: 110%;
  left: 11px;
}
.sns ul {
  position: absolute;
  top: 33%;
  margin: 10px 30px 50px;
  z-index: 3;
}
.sns ul li {
  width: 25px;
}
.ecsite_link {
    margin-right: 30px;
    position: fixed;
  right: 0;
  bottom: 0;
  z-index: 6;
}
.top h1 {
  font-size: 80px;
    display: flex;
  font-family: 'Times New Roman';
  margin-top: 40px;
}
.top h1 span {
    color: #e5005a;
}
.top p {
  text-align: left;
  margin-top: 70px;
}
.pad img {
    display: block;
    right: 0;
  bottom: -2%;
    position: absolute;
  /*filter: invert(50%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%);*/
  opacity: 0.1;
  width: 550px;
}
@media screen and (min-width:1024px) and (max-width: 1166px) {
  .top {
    margin-left: 50px;
  }
}
@media screen and (min-width: 481px) and (max-width:768px) {
  .top {
    margin: 0 30px;
  }
}
@media only screen and (max-width:480px) {
.wave1 img {
    height: 31vh;
  }
.header_logo {
    width: 40%;
  }
  .header_menu {
    display: none;
  }
  .header{
    background-position: top;
    padding-bottom: 50px;
  }
  .header_logo {
    width: 45%;
  }
  .sns ul {
    display: none;
  }
  .top h1{
    font-size: 3rem;
    margin-top: 25px;
  }
  .top p {
    margin-top: 40px;
  }
  .ecsite_link {
    margin-right: 7px;
  }
}
.logo_size {
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 20px 0;
}
.title_disc {
  color: #888;
}
.item-corporate .w-dyn-item .uk-scrollspy-inview {
  max-width: 396px;
}
.item-corporate-list {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
}
.item-corporate-list .item-corporate {
  position: relative;
  width: 346px;
}
.item-corporate {
    height: auto;
    padding: 70px 0;
    -webkit-box-align: center;
    align-items: center;
}
.jsShow {
    -webkit-animation: jsUpShow 0.7s;
    animation: jsUpShow 0.7s;
}
@keyframes jsUpShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    visibility: hidden;
  }
  60% {
    opacity: 0.8;
}
  100% {
    opacity: 1;
    /* -webkit-transform: translateY(0); */
    transform: translateY(0);
    visibility: visible;
}
}
@media screen and (min-width:1024px) and (max-width: 1166px) {
  .item-corporate-list {
    justify-content: center;
  }
  .item-corporate-list .item-corporate  {
    width: 280px;
    padding: 50px;
  }
}
@media screen and (min-width: 481px) and (max-width:768px) {
  .item-corporate-list {
    justify-content: center;
  }
}
@media only screen and (max-width:768px) {
  .item-corporate-list img {
    width: 70px;
  }
  .item-corporate-list .item-corporate {
    width: 50%;
    }
  .item-corporate {
    padding: 25px 0;
  }
  .title {
    margin: 18px 0 8px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .title_disc {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .logo_size {
    height: 85px;
  }
}