main {
    background-color: #144d53;
    line-height: 2.2;
    color: #FBFAF8;
    padding-top: 15vw;
}

#top {
  padding:0 0 5vw;
}

.top_inner {
  background-image: url(../img/corporate_legal_affairs.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.top_inner h1 {
  color: #FBFAF8;
}

.top_inner p {
  font-size: 0.938vw;
  color: #FBFAF8;
  margin-top: 3vw;
}



.title::after {
  display: none;
}

/* #practice */
#practice {
  width: 100vw;
  background-color: #FBFAF8;
  padding: 7vw 0;
  color: #434E48;
}

.practice_content {
  width: 80vw;
  margin:5vw auto;
}

.practice_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.practice_inner img {
  width: 30vw;
}

.practice_txt{
  width: 40vw;
}

.practice_txt h3 {
  font-size:1.458vw;
  margin-bottom: 3vw;
}

/* 料金形態 */
#price {
  width: fit-content;
  margin: auto;
  padding: 7vw 0 10vw;
}

#price h2 {
  font-size:2vw;
  text-align: center;
  margin-bottom: 5vw;
}

#price h3 {
  font-size:1.458vw;
  letter-spacing: 0.2rem;
}

#price span {
  font-size:1.8vw;
}

#price p {
  margin-bottom: 10vw;
}

#price .more_btn {
  background-image: linear-gradient(to right, #FBFAF8 0%, #FBFAF8 50%, #333 50%, #333 100%);
  transition: color 0.4s, background-position 0.4s;
}

#price .more_btn:hover {
  color: #333;
}

/* 問い合わせ */
#contact {
    display: flex;
    position: relative;
    width: 100vw;
    height: 85vh;
    background: linear-gradient(
          90deg,
          #307672 0%,
          #307672 0%,
          #307672 30%,
          #144d53 20%
        );
  }
  
  #contact a{
    color: #434E48;
    width: 25vw;
    line-height: 6.0;
    text-align: center;
    align-items: center;
    background:linear-gradient(
          to right,
          #584F45,
          #584F45 50%,
          transparent 50%,
          transparent) 100% 0 / 200% 100%;
    transition:background-position 0.3s;
    position: absolute;
    top: 30%;
    right: 10%;
    z-index: 3;
    background-color: #FBFAF8;
  }
  
  #contact a:hover {
    color: #fff;
    background-position:0 0;
  }
  
  #contact p {
    color: #434E48;
    position: absolute;
    bottom: -10%;
    right: 0;
    font-size: 16rem;
    opacity: 0.6;
  }
  
  .contact_image {
    position: absolute;
    top: -10%;
  }
  
  .contact_image img{
    width: 55%;
  }
  
  .yajirushi {
    display: block;
    width: fit-content;
    margin: 40px auto;
    text-align: center;
  }
  
  .Arrow-Bottom {
    position: relative;
    border-bottom: solid 4px #144d53;
    border-right: solid 4px #144d53;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    margin: 20px;
  }
  
  .Arrow-Bottom::after {
    content: '';
    position: absolute;
    top: 35%;
    left: 35%;
    right: 0;
    margin: 0 auto;
    border-bottom: solid 4px #144d53;
    border-right: solid 4px #144d53;
    width: 50px;
    height: 50px;
  }
  /* 問い合わせここまで */
  
  /* 問い合わせレスポンシブ */
  @media screen and (max-width: 1300px){
    #contact {
      display: flex;
      position: relative;
      width: 100vw;
      height: 55vh;
      background: linear-gradient(
            90deg,
            #307672 0%,
            #307672 0%,
            #307672 30%,
            #144d53 20%
          );
    }
    
    #contact a{
      color: #434E48;
      width: 25vw;
      line-height: 6.0;
      text-align: center;
      align-items: center;
      background:linear-gradient(
            to right,
            #584F45,
            #584F45 50%,
            transparent 50%,
            transparent) 100% 0 / 200% 100%;
      transition:background-position 0.3s;
      position: absolute;
      top: 30%;
      right: 10%;
      z-index: 3;
      background-color: #FBFAF8;
    }
    
    #contact a:hover {
      color: #fff;
      background-position:0 0;
    }
    
    #contact p {
      color: #434E48;
      position: absolute;
      bottom: -10%;
      right: 0;
      font-size: 11rem;
      opacity: 0.6;
    }
    
    .contact_image {
      position: absolute;
      top: -10%;
    }
    
    .contact_image img{
      width: 55%;
    }
  }
  
  @media screen and (max-width: 1024px){
    #contact {
      display: flex;
      position: relative;
      width: 100vw;
      height: 45vh;
      background: linear-gradient(
            90deg,
            #307672 0%,
            #307672 0%,
            #307672 30%,
            #144d53 20%
          );
    }
    
    #contact a{
      color: #434E48;
      width: 25vw;
      line-height: 4.0;
      text-align: center;
      align-items: center;
      background:linear-gradient(
            to right,
            #584F45,
            #584F45 50%,
            transparent 50%,
            transparent) 100% 0 / 200% 100%;
      transition:background-position 0.3s;
      position: absolute;
      top: 30%;
      right: 10%;
      z-index: 3;
      background-color: #FBFAF8;
    }
    
    #contact a:hover {
      color: #fff;
      background-position:0 0;
    }
    
    #contact p {
      color: #434E48;
      position: absolute;
      bottom: -10%;
      right: 0;
      font-size: 8rem;
      opacity: 0.6;
    }
    
    .contact_image {
      position: absolute;
      top: -10%;
    }
    
    .contact_image img{
      width: 55%;
    }
  }
  
  @media screen and (max-width: 768px){
    #contact {
      display: flex;
      position: relative;
      width: 100vw;
      height: 35vh;
      background: linear-gradient(
            90deg,
            #307672 0%,
            #307672 0%,
            #307672 30%,
            #144d53 20%
          );
    }
    
    #contact a{
      color: #434E48;
      width: 25vw;
      font-size: 1rem;
      line-height: 4.0;
      text-align: center;
      align-items: center;
      background:linear-gradient(
            to right,
            #584F45,
            #584F45 50%,
            transparent 50%,
            transparent) 100% 0 / 200% 100%;
      transition:background-position 0.3s;
      position: absolute;
      top: 30%;
      right: 10%;
      z-index: 3;
      background-color: #FBFAF8;
    }
    
    #contact a:hover {
      color: #fff;
      background-position:0 0;
    }
    
    #contact p {
      color: #434E48;
      position: absolute;
      bottom: -10%;
      right: 0;
      font-size: 6rem;
      opacity: 0.6;
    }
    
    .contact_image {
      position: absolute;
      top: -10%;
    }
    
    .contact_image img{
      width: 55%;
    }
  }
  
  @media screen and (max-width: 530px) {
    #contact {
      display: flex;
      position: relative;
      width: 100vw;
      height: 55vh;
      background: #144d53;
      margin-top: 10%;
    }
    
    #contact a{
      color: #434E48;
      width: 80vw;
      font-size: 0.8rem;
      line-height: 5.0;
      text-align: center;
      align-items: center;
      background:linear-gradient(
            to right,
            #584F45,
            #584F45 50%,
            transparent 50%,
            transparent) 100% 0 / 200% 100%;
      transition:background-position 0.3s;
      position: absolute;
      top: 60%;
  
      z-index: 3;
      background-color: #FBFAF8;
    }
    
    #contact a:hover {
      color: #fff;
      background-position:0 0;
    }
    
    #contact p {
      color: #434E48;
      position: absolute;
      top: 30%;
      right: 0;
      font-size: 3.5rem;
      opacity: 0.6;
    }
    
    .contact_image {
      position: absolute;
      top: -10%;
    }
    
    .contact_image img{
      width: 100%;
    }
    
    .yajirushi {
      display: block;
      width: fit-content;
      margin: 40px auto;
      text-align: center;
    }
    
    .Arrow-Bottom {
      position: relative;
      border-bottom: solid 4px #144d53;
      border-right: solid 4px #144d53;
      width: 5vw;
      height: 5vw;
      transform: rotate(45deg);
      margin: 20px;
    }
    
    .Arrow-Bottom::after {
      content: '';
      position: absolute;
      top: 35%;
      left: 35%;
      right: 0;
      margin: 0 auto;
      border-bottom: solid 4px #144d53;
      border-right: solid 4px #144d53;
      width: 5vw;
      height: 5vw;
    }
  }
  
  /* 問い合わせレスポンシブここまで */