/*-------------------
keyframe
-------------------*/
@keyframes moveLeft {
  0% {
        background-position: 0% 0%;
    }
  50% {
        background-position: 100% 50%;
    }
  100% {
        background-position: 0% 0%;
    }
}
/*-------------------
reset
-------------------*/
.article-header {
  display: none;
}
.sidebar {
  display: none;
}
/*--------------------------------
breadcrumb
--------------------------------*/
.breadcrumb {
  display: none;
}
/*--------------------------------
remove list margin
--------------------------------*/
.article ul, .article ul li, .article ol li {
  margin: 0;
}
/*--------------------------------
reset line-height
--------------------------------*/
.entry-content p {
  line-height: 1.15;
}
/*--------------------------------
header
--------------------------------*/
.header_custom{
  height: 100vh;
  width: 100vw;
  background-color: ghostwhite;
  position: relative;
  margin-bottom: 0px;
}
.header_custom .image{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100vh;
  width: 100vw;
  z-index: 0;
  animation: slide 14s infinite;
}
.header_custom .image .li-wrapper{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(-90deg,rgba(11, 60, 93, 0.7),rgba(50, 140, 193, 0.7));
}
.header_custom .image{
  background-image: url(https://wandk-law.com/wp-content/uploads/2021/07/penfanAPP91909_TP_V.jpg);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 120% 120%;
  animation-name: moveLeft;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
}
.header_custom .header-message{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  z-index: 2;
  width: 80vw;
}
.header_custom .header-message p{
  font-size: 2.3rem;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
  margin-bottom: 0px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 2px 1px 30px rgba(0, 0, 0, 0.8);
}
.header_custom .header-message p:nth-of-type(2){
  font-size: 1.5rem;
  margin-top: 30px;
  text-align: center;
}
/*-------------------------------
contents
------------------------------^*/
.contents{
  min-height: 100vh;
  margin-bottom: 0px;
}
/*-------------------------------
appeal
------------------------------^*/
.appeal{
  min-height: 60vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: rgba(135, 206, 250, .1);
}
.appeal_wrapper{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.appeal .appeal_wrapper .about_urfeet{
  min-height: 400px;
  width: 60%;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.appeal .appeal_wrapper a.about_urfeet:hover,
.appeal .appeal_wrapper .customer a.natural_persons:hover,
.appeal .appeal_wrapper .customer a.corporation:hover{
  opacity: 1;
}
.appeal .appeal_wrapper .about_urfeet .image{
  position: absolute;
  background-image: url(https://wandk-law.com/wp-content/uploads/2021/07/hands-using-computer-in-office.jpg);
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .5s;
}
.appeal .appeal_wrapper .about_urfeet:hover .image{
  transform: scale(1.2);
}
.appeal .appeal_wrapper .about_urfeet::after{
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position:absolute;
}
.appeal .appeal_wrapper .about_urfeet p{
  font-size: 1.4rem;
  color: white;
  text-shadow: 2px 1px 20px rgba(0, 0, 0, 1);
  /* font-weight: bold; */
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  z-index: 99;
  transition: all .5s;
}
.appeal .appeal_wrapper .about_urfeet p span{
  font-size: 2rem;
}
.appeal .appeal_wrapper .about_urfeet p span.viewmore,
.appeal .appeal_wrapper .customer .natural_persons p span.viewmore,
.appeal .appeal_wrapper .customer .corporation p span.viewmore{
  display: block;
  margin-top: 20px;
  font-size: .8rem;
  text-align: center;
  border: solid 1px white;
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: normal;
  position: relative;
  overflow: hidden;
}
.appeal .appeal_wrapper .about_urfeet p span.viewmore-in,
.appeal .appeal_wrapper .customer .natural_persons p span.viewmore-in,
.appeal .appeal_wrapper .customer .corporation p span.viewmore-in{
  font-size: inherit;
  position: relative;
  z-index: 12;
  transition: all .3s;
}
.appeal .appeal_wrapper .about_urfeet:hover p span.viewmore-in,
.appeal .appeal_wrapper .customer .natural_persons:hover p span.viewmore-in,
.appeal .appeal_wrapper .customer .corporation:hover p span.viewmore-in{
  color: black;
}
.appeal .appeal_wrapper .about_urfeet p span.viewmore::before,
.appeal .appeal_wrapper .customer .natural_persons p span.viewmore::before,
.appeal .appeal_wrapper .customer .corporation p span.viewmore::before{
  content: "";
  background-color: white;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: translate(-100%,0);
  position: absolute;
  transition: all .3s;
}
.appeal .appeal_wrapper .about_urfeet:hover p span.viewmore::before,
.appeal .appeal_wrapper .customer .natural_persons:hover p span.viewmore::before,
.appeal .appeal_wrapper .customer .corporation:hover p span.viewmore::before{
  transform: translate(0,0);
}
.appeal .appeal_wrapper .about_urfeet:hover{
  cursor: pointer;
}
.appeal .appeal_wrapper .customer{
  width: 40%;
  margin-left: 10px;
}
.appeal .appeal_wrapper .customer .natural_persons,
.appeal .appeal_wrapper .customer .corporation{
  display: block;
  min-height: 195px;
  position: relative;
  overflow: hidden;
}
.appeal .appeal_wrapper .customer .corporation{
  margin-top: 10px;
}
.appeal .appeal_wrapper .customer .natural_persons .image,
.appeal .appeal_wrapper .customer .corporation .image{
  position: absolute;
  background-image: url(https://wandk-law.com/wp-content/uploads/2021/07/4672616_m.jpg);
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .5s;
}
.appeal .appeal_wrapper .customer .natural_persons .image{
  background-image: url(https://wandk-law.com/wp-content/uploads/2021/07/4580092_s.jpg);
}
.appeal .appeal_wrapper .customer .natural_persons:hover,
.appeal .appeal_wrapper .customer .corporation:hover{
  cursor: pointer;
}
.appeal .appeal_wrapper .customer .natural_persons:hover .image,
.appeal .appeal_wrapper .customer .corporation:hover .image{
  transform: scale(1.2);
}
.appeal .appeal_wrapper .customer .natural_persons::after,
.appeal .appeal_wrapper .customer .corporation::after{
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position:absolute;
}
.appeal .appeal_wrapper .customer .natural_persons p,
.appeal .appeal_wrapper .customer .corporation p{
  font-size: 1.5rem;
  color: white;
  text-shadow: 2px 1px 20px rgba(0, 0, 0, 1);
  /* text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25); */
  /* font-weight: bold; */
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
  /* font-style:oblique; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  z-index: 99;
}
/*----------------------------------
service
----------------------------------*/
.service .service_title{
  text-align: center;
  font-size: 1.5rem;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
}
.service .service_content{
  display: flex;
  justify-content: center;
}
.service .service_content .service_card{
  width: 400px;
  min-height: 500px;
  /* border: solid 1px var(--main-color); */
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.25);
  margin: 1rem;
}
.service .service_content .service_card .number{
  height: 80px;
  width: 80px;
  color: white;
  font-size: 2rem;
  padding: .1rem;
  background: linear-gradient(135deg,var(--main-color) 50%,white 50%);
}
.service .service_content .service_card .card_title{
  text-align: center;
  font-size: 2rem;
}


/*----------------------------------
news
----------------------------------*/
.news{
  min-height: 60vh;
  /* padding-top: 50px; */
  padding-bottom: 50px;
  /* background-color: rgba(135, 206, 250, .1); */
  background-image: url(../images/white-waves/white-waves.png);
}
.news .news-title{
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
  text-align: left;
  color: white;
  display: block;
  padding: 20px;
  padding-left: 10%;
  background-color: var(--main-color);
  position: relative;
}
.news .news-title p{
  margin-bottom: 0px;
}
.news-title::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  left: 50%;
  border-style: solid;
  border-color: var(--main-color) transparent transparent transparent;
  border-width: 20px 30px 0 30px;
  z-index: 1;
  transform: translate3d(-50%,0,0);
}
.news .news-content{
  width: 70%;
  margin: 0 auto;
  margin-top: 80px;
  font-size: 1rem;
}
.news .news-content .item{
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}
.news .news-content .item a{
/*   color: var(--sub-color); */
/* 	text-decoration: underline; */
}
.news .news-content .item p{
  margin-bottom: 0px;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
}
.news .news-content .item .item-date{
  width: 20%;
}
.news .news-content .item .item-title{
  width: 80%;
}
.news .news-button{
  margin-top: 60px;
  text-align: center;
}
.news .news-button p{
  display: inline-block;
  background-color: var(--third-color);
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  /* border-radius: 10px; */
  color: white;
  border: solid 2px var(--third-color);
  transition: all .5s;
}
.news .news-button p:hover{
  opacity: 0.8;
}
/*-------------------------------
access
------------------------------^*/
.access{
  min-height: 25vh;
  padding-top: 50px;
  background: linear-gradient(90deg,var(--main-color),var(--forth-color));
  color: white;
}
.access_wrapper{
  width: 80%;
  margin: 0 auto;
  display: flex;
}
.access_wrapper .access-title{
  width: 50%;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
}

.access .access-content{
  width: 50%;
}
.access .access-content p{
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
}
.access .map{
  height: 300px;
  width: 100%;
  margin-top: 50px;
}
/*-----------------------------
contact
-----------------------------*/
.contact{
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--sub-color);
}
.contact .contact-title{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.contact .contact-content{
  width: 70%;
  margin: 0 auto;
  margin-top: 60px;
}
.contact .contact-content p{
  margin-bottom: 20px;
}
.contact .contact-content .form {
  margin-top: 60px;
}
/*-----------------------------
-----------------------------
-----------------------------
レスポンシブ対応
-----------------------------
-----------------------------
-----------------------------*/
@media screen and (max-width:1000px) {
  .news .news-content{
    width: 90%;
  }
}
@media screen and (max-width:420px) {
  .header_custom{
    height: 100vh;
  }
  .header_custom .image{
    animation-name: moveLeft;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 1;
  }
  .header_custom .header-message{
    top: 40%;
  }
  .header_custom .header-message p{
    font-size: 1.5rem;
    text-align: left;
  }
  .header_custom .header-message p:nth-of-type(2){
    font-size: 1rem;
    text-align: left;
    margin-top: 10px;
  }
  .appeal_wrapper{
    flex-direction: column;
    width: 90%;
  }
  .appeal .appeal_wrapper .about_urfeet{
    width: 100%;
    margin: 0 auto;
    min-height: 200px;
    margin-bottom: 10px;
  }
  .appeal .appeal_wrapper .about_urfeet p{
    font-size: 1.2rem;
  }
  .appeal .appeal_wrapper .about_urfeet p span{
    font-size: 1.7rem;
  }
  .appeal .appeal_wrapper .customer{
    width: 100%;
    margin: 0 auto;
  }
  .news .news-content .item{
    flex-direction: column;
  }
  .news .news-content .item .item-date{
    width: 100%;
    /* margin-bottom: 5px; */
  }
  .news .news-content .item .item-date p{
    margin-bottom: 8px;
  }
  .news .news-content .item .item-title{
    width: 100%;
  }
  .access_wrapper{
    flex-direction: column;
  }
  .access_wrapper .access-content{
    width: 100%;
    font-size: .8rem;
  }
}

/**/
