.body.home article{
    margin-bottom: 0px;
}
.home body{
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', sans-serif;
}
.home .article-header.entry-header.front_page .image{
/*     background-image: url(https://wandk-law.com/wp-content/uploads/2021/07/penfanAPP91909_TP_V.jpg); */
    background-image: url(https://omiyadori-law.com/wp-content/uploads/2025/01/コンベンションセンター-scaled.jpg);
    background-size: cover;
    /* background-position: top; */
    background-position: center;
    position: relative;
    /* height: 100vh; */
    height: 60vh;
    margin-top: 0px;
}
.home .article-header.entry-header.front_page .image::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(-90deg, rgb(0 152 255 / 70%), rgb(0 46 147 / 97%));
}
.home .article-header.entry-header.front_page .header-text{
    position: absolute;
    /* top: 50%; */
    top: 30%;
    left: 20%;
    z-index: 2;
    color: white;
    font-size: 2rem;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', sans-serif;
    text-shadow: rgba(0, 0, 0, 0.8) 2px 1px 30px;
    transform: translateY(-50%);
}
.home .article-header.entry-header.front_page h1.entry-title{
    font-size: 2.5rem;
}
.home .entry-content{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
}
.home .content{
    margin-top: 0px;
}
.home .content-in.wrap{
    width: 100%;
}
.home .content .main{
    padding: 0px;
}
.home .content .appeal{
    padding-bottom: 10px;
}
.home .content .appeal-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 10%;
    padding-right: 10%;
}
.home .content .appeal-wrapper .customer{
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-left: 10px;
}
.home .content .appeal-wrapper a{
    display: block;
    color: inherit;
    text-decoration: none;
    background-color: gray;
    overflow: hidden;
    min-height: 195px;
    width: 100%;
}
.home .content .appeal-wrapper a.about-office{
    position: relative;
    height: auto;
    width: 60%;
}
.home .content .appeal-wrapper a.about-office:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.home .content .appeal-wrapper a.about-office .about-office-text-area{
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', sans-serif;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: white;
}
.home .content .appeal-wrapper a.about-office .about-office-text-area p{
    font-size: 2rem;
    margin-bottom: 0px;
    text-shadow: rgba(0, 0, 0, 0.8) 2px 1px 30px;
}
.home .content .appeal-wrapper a.about-office .about-office-text-area p:nth-child(2){
    font-size: 1.4rem;
}
.home .content .appeal-wrapper a.about-office .about-office-text-area p:last-child{
    font-size: 1rem;
    padding: 5px;
    padding-left: 50px;
    padding-right: 50px;
    display: inline-block;
    border: 1px solid white;
    transition: .3s;
}
.home .content .appeal-wrapper a.about-office:hover .about-office-text-area p:last-child{
    background-color: white;
    color: black;
}

.home .content .appeal-wrapper a.natural-person,
.home .content .appeal-wrapper a.corporation{
    position: relative;
    height: auto;
    width: 100%;
}
.home .content .appeal-wrapper a.natural-person:after,
.home .content .appeal-wrapper a.corporation:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.home .content .appeal-wrapper a.natural-person .natural-person-text-area,
.home .content .appeal-wrapper a.corporation .corporation-text-area{
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', sans-serif;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: white;
}
.home .content .appeal-wrapper a.natural-person .natural-person-text-area p,
.home .content .appeal-wrapper a.corporation .corporation-text-area p{
    font-size: 2rem;
    margin-bottom: 0px;
    text-shadow: rgba(0, 0, 0, 0.8) 2px 1px 30px;
}
.home .content .appeal-wrapper a.natural-person .natural-person-text-area p:last-child,
.home .content .appeal-wrapper a.corporation .corporation-text-area p:last-child{
    font-size: 1rem;
    padding: 5px;
    padding-left: 50px;
    padding-right: 50px;
    display: inline-block;
    border: 1px solid white;
    transition: all .3s;
}
.home .content .appeal-wrapper a.natural-person:hover .natural-person-text-area p:last-child,
.home .content .appeal-wrapper a.corporation:hover .corporation-text-area p:last-child{
    background-color: white;
    color: black;
}

.home .content .appeal-wrapper a.corporation{
    margin-top: 10px;
}
.home .content .appeal-wrapper a .image{
    width: 100%;
    height: 100%;
    background-image: url(../../../../wp-content/uploads/2024/12/nara-image.jpg);
    background-size: cover;
    transition: all .3s;
}
.home .content .appeal-wrapper a:hover .image{
    transform: scale(1.2);
}
.home .content .appeal-wrapper a.natural-person .image{
    background-image: url(https://wandk-law.com/wp-content/uploads/2021/07/4580092_s.jpg);
}
.home .content .appeal-wrapper a.corporation .image{
    background-image: url(../../../../wp-content/uploads/2024/12/conference-room.jpg);
}
.home .content .news h2{
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', sans-serif;
    background-color: var(--main-color);
    border: none;
    color: white;
}
.home .content .news{
    background-image: url(../images/white-waves/white-waves.png);
    margin-bottom: 0px;
}
.home .content .news .news-content{
    padding: 20px 10%;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', sans-serif;
}
.home .content .news .news-content table tr td{
    border: none;
}
.home .content .news .news-content table tr td:nth-of-type(2n+1){
    width: 10em;
}
.home .content .news .news-content table tr:nth-of-type(2n+1){
    background-color: rgba(0, 0, 0, 0);
}
.home .content .news .news-content table tr td a{
    color: inherit;
}
.home .content .news .news-content .btn-area{
    text-align: center;
}
.home .content .news .news-content .btn-area a{
    text-decoration: none;
    background-color: var(--sub-yellow-color);
    padding: 10px 20px;
    color: white;
    display: inline-block;
}

.home .content .access h2{
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', sans-serif;
    background-color: var(--main-color);
    border: none;
    color: white;
    margin-bottom: 0px;
}
.home .content .access-content{
    background-color: var(--main-color);
    padding: 20px 10%;
}
.home .content .access p{
    color: white;
    font-size: .9rem;
    margin-bottom: 0px;
}
.home .content .access{
    margin-bottom: 0px;
}



.home .footer{
    margin-top: 0px;
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
    /*必要ならばここにコードを書く*/
  }
  
  /*834px以下*/
  @media screen and (max-width: 834px){
    /*必要ならばここにコードを書く*/
  }
  
  /*480px以下*/
  @media screen and (max-width: 480px){
    .home .article-header.entry-header.front_page .image{
        height: 60vh;
    }
    .home .article-header.entry-header.front_page .header-text{
        top: 40%;
        left: 0%;     
    }
    .home .article-header.entry-header.front_page h1.entry-title{
        font-size: 1.5rem;
    }
    .home .article-header.entry-header.front_page .header-text .copy{
        font-size: 1.2rem;
        padding: 0.6em 0.8em;
    }
    .home .content .appeal-wrapper {
        flex-direction: column;
    }
    .home .content .appeal-wrapper a.about-office {
        width: 100%;
        margin-bottom: 10px;
    }
    .home .content .appeal-wrapper a.about-office .about-office-text-area p{
        font-size: 1.5rem;
    }
    .home .content .appeal-wrapper a.natural-person .natural-person-text-area p,
    .home .content .appeal-wrapper a.corporation .corporation-text-area p{
        font-size: 1.5rem;
    }
    .home .content .appeal-wrapper a.about-office .about-office-text-area p:nth-child(2){
        font-size: 1.2rem;
    }
    .home .content .appeal-wrapper .customer {
        width: 100%;
        margin-left: 0px;
    }
    .home .content .appeal-wrapper a .image {
        min-height: 195px;
    }
    .home .content .news .news-content{
        padding: 20px 5%;
    }
    .home .content .news .news-content table tr td{
        display: block;
    }
    .home .content .news .news-content table tr td:nth-of-type(2n+1){
        padding-bottom: 0;
    }
    .home .content .news .news-content table tr td:nth-of-type(2n){
        padding-top: 0;
        padding-bottom: 10px;
    }
  }
  