@charset "UTF-8";
/* CSS Document */

.slide.slide6 {
  position: relative;
}
.psaword_wapper {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .section_slider .psaword_wapper {
    width: 80%;
    margin: auto;
    position: relative;
  }
}
.psaword_wapper img {
  width: 600px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .psaword_wapper img {
  width: 85%;
  margin-bottom: 10px;
}
}
.psaword_wapper a {
  display: block;
  font-size: 16px;
  padding: 10px;
  width: 500px;
  border: 1px solid #000;
  position: relative;
  display: inline-block;
  color: #000;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #000 0%, #000 50%, #fff 50%, #fff 100%);
  -webkit-transition: color ease 0.4s, background-position ease 0.4s;
  -o-transition: color ease 0.4s, background-position ease 0.4s;
  transition: color ease 0.4s, background-position ease 0.4s;
  color: #000;
  text-decoration: none;
	border: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .psaword_wapper a {
    width: auto;
    font-size: 11px;
  }
}
.psaword_wapper a:hover {
  background-position: 0 0;
  color: #fff;
  -webkit-transition: color ease 0.4s, background-position ease 0.4s;
  -o-transition: color ease 0.4s, background-position ease 0.4s;
  transition: color ease 0.4s, background-position ease 0.4s;
}
.psaword_wapper a span {
  display: inline-block;
    position: relative;
    padding-right: 20px;
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .psaword_wapper a span {
    font-size: 11px;
  }
}
.psaword_wapper a span:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    top: 50%;
    right: 0;
    width: 5px;
    height: 10px;
    margin-top: -4px;
    background-image: url(../img/parts/icon_arrow_black.png);
}
.psaword_wapper a:hover span:after {
  background-image: url(../img/parts/icon_arrow_white.png);
}








  
  
  
  