main {
    color: #434E48;
    line-height: 2.2;
}

#top {
    margin-top: 5vw;
}

#top h1{
    text-align: left;
    margin: 5vw;
}

.komon_visual {
    position: relative;
    display: flex;
}

.ttl_en {
    position: absolute;
    left: 12%;
    bottom: 5%;
    color: #434E48;
    font-size: 8rem;
    opacity: 0.6 !important;
}

.title::after {
    display: none;
}

.ttl_img img{
    width: 50vw;
    height: auto;
    object-fit: cover;
    vertical-align: bottom;
}

.komon_dsc {
    width: 40vw;
    margin: auto;
}

.komon_dsc p {
    font-size: 0.938vw;
}


h2 {
    text-align: center;
    font-size:1.458vw;
    font-weight: 100;
}

/* 顧問契約のメリット */
#merit {
    background-color: #144D53;
    color: #fff;
    padding: 10vw 0 5vw;
}

.merit_inner {
    width: 80vw;
    margin:10vw auto;
}

.merit_detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5vw;
}

.merit_detail img {
    width: 30vw;
    height: auto;
}

.merit_detail h3 {
    font-size:1.302vw;
    margin-bottom: 3vw;
    font-weight: 200;
}

.merit_detail p {
    width: 40vw;
}

/* ご契約特典 */
#merit_appeal {
    background-color: #FBFAF8;
    padding: 7vw 0;
}

.appeal_inner {
    width:60vw;
    margin: auto;
}

.appeal_inner h2 {
    font-weight: 700;
    margin-bottom: 3vw;
}

.point {
    margin: 3vw 0;
}

.appeal_inner h3 {
    font-size:1.042vw;
    position: relative;
}

.appeal_inner h3::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: -40px;
    display: block;
    color: #144D53;
}

/* 顧問料別業務内容（消費税別） */

#komon_price {
    background-color: #307672;
    color: #FBFAF8;
    padding: 7vw 0 15vw;
}

#komon_price h2 {
    margin-bottom: 5vw;
}

table {
    margin: auto;
}

td {
    text-align: center;
}

tr{
    line-height: 2.5;
    border-bottom: solid 1px #144D53;
    font-size:0.938vw;
}

th {
    font-size: 1.146vw;
    text-align: center;
    font-weight: 100;
    padding-left: 1vw;
}

th:first-child {
    border-bottom: solid 1px #FBFAF8;
}

td {
    padding-left: 1vw;
    width: 17vw;
    height: 100px;
    vertical-align: middle;
}

.ttl {
    text-align: left;
    border-bottom: solid 1px #FBFAF8;
    width: 20vw;
}

/* 問い合わせ */
#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;
    }
  }
  
  /* 問い合わせレスポンシブここまで */