@charset "utf-8";
.section_vchain_head {
  padding-top: 50px;
}

.section_vchain_head .ttl {
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.8; /* 39 / 30 */
  margin-bottom: 5rem;
  text-align: center;
  font-weight: normal;
}

.section_vchain_head .msg {
  font-size: 1.8rem;
  line-height: 2.17; /* 39 / 18 */
  text-align: center;
  margin-bottom: 4rem;
}

.section_vchain_head .figure {
  max-width: 85.2rem;
  margin: 0 auto 8rem;
}

.section_vchain_detail {
  padding-bottom: 8rem;
  border-bottom: 1px solid #e0cb9a;
}


@media screen and (max-width: 1024px) {
  .section_vchain_head .ttl {
    font-size: 4.5vw;
  }
   .section_vchain_detail .catch{
    text-align: left;
   }
}

.section_service{
  padding-top: 5rem;
}

.section_service .ttl {
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 2.43;
  text-align: center;
  margin-bottom: 20px;
  color: #3e3727;
}

.section_service .service_list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
}

.section_service a.service_card{
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 20px;
  margin-bottom: 80px;
}

.section_service a.service_card .img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_service a.service_card .txt{
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 50px;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
}

.section_service .service_card strong{
  display: block;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 2.61; /* 73 / 28 */
  margin-bottom: 0rem;
}

.section_service .service_card span{
  display: block;
  font-size: 2rem;
  line-height: 1.5;
}

.section_service .service_card::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .section_service .service_list{
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 50px;
  }
  .section_service a.service_card {
    padding-top: 0px;
    margin-bottom: 0;
  }

  .section_service a.service_card .txt {
    padding-left: 5vw;
  }

  .section_service .service_card strong {
    font-size: clamp(2.4rem,5vw,4rem);
  }

  .section_service .service_card span {
    font-size: clamp(1.8rem,4vw,3rem);
  }
}

.support_section{
  background: #fff;
  padding: 60px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.support-head{
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-family: var(--subfont);
  color: #00812C;
  font-size: 4rem;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}

.support-head span{
  font-size: 2rem;
  margin-right: 4px;
}

.support-head::before{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 8px;
  background-color: #00812C;
  left: 0;
}

.support-ttl{
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.support-ttl span{
  font-size: 2rem;
}

.support-lead{
  margin-bottom: 40px;
}

.support-block{
  display: flex;
  gap: 60px;
}

.support-block .block1,.support-block .block2{
  width: calc((100% - 60px)/2);
}

.support-block h3,.support-block2 h3{
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  padding-top: 20px;
  font-size: 2.6rem;
  font-weight: 400;
}

.support-block h3::before,.support-block2 h3::before{
  content: '';
  position: absolute;
  top: 0;
  display: inline-block;
  width: 100px;
  height: 4px;
  left: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00812C;
}


.block-txt{
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .support-block{
    display: block;
  }
  .support-block .block1,.support-block .block2{
  width: 100%;
  margin-bottom: 60px;
}
}
