/* ============================================
   JCI 東海地区協議会 - Main Stylesheet
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Montserrat:wght@400;600;700;800;900&family=Caveat:wght@700&display=swap');

/* ================================================
HERO SLIDER
================================================ */
   .hero {
    position: relative;
    width: 100%;
    height: 60vh;
    /* min-height: 600px; */
    overflow: hidden;
    /* background: #fff; */
    /* padding-top: 70px; */
  }
  .top_image{
    width: 88%;
  }
  .pan{
    display: flex;
    align-items: center;
    margin: 30px 0 100px 70px;
    margin-top: 30px;
  }
  .pan img:hover{
    filter: brightness(0) saturate(100%) invert(32%) sepia(94%) saturate(877%) hue-rotate(172deg) brightness(98%) contrast(97%);
  }
  .top_container{
    margin: 0;
  }
  .section-header_1{
    text-align: center;
    margin-bottom: 130px;
    padding-top: 30px;
    font-size: 188px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .section-header_1::after{
    /* content: ""; */
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
  }

/* ============================================
  Tax accountant fee
  ============================================ */

.fee{
  color: rgba(9, 124, 194, 0.11);
  font-size: 121px;
}
.fee::after{
  content: "料金体系";
  font-size: 34px;
  bottom: 40px;
  color: rgba(9, 124, 194, 1);
}
.wrapper{
  background-color: #fff;
  border-radius: 25px;
  padding: 30px;
  width: 80%;
  margin: 0 auto;
}
.outer{
  margin: 10px;
}
.fee_title{
  border-bottom: 1px solid #1E8ACE;
  font-size: 26px;
  color: #097CC2;
  line-height: 4rem;
}
.inner{
  width: 80%;
  margin: 50px auto;
}
.inner_detail{
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
  margin-bottom: 10px;
}
.inner_item{
  color: #097CC2;
  font-size: 26px;
  background-color: rgba(199, 199, 199, .17);
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_item_small{
  font-size: 15px;
}
.inner_price{
  color: #656565;
  font-size: 36px;
  background-color: rgba(199, 199, 199, .17);
  display: flex;
  align-items: center;
  justify-content: center;
}
.price_small{
  font-size: 23px;
}
.yen{
  font-size: 16px;
}
.month{
  font-size: 26px;
}
.free_consultation{
  text-align: center;
}
.free_consultation .text{
  color: #097CC2;
  font-size: 26px;
}
.free_consultation_btn a{
  background-color: #097CC2;
  color: #fff;
  font-size: 22px;
  display: inline-flex;
  justify-content: space-around;
  padding: 20px;
  border-radius: 25px;
  margin: 30px;
}
.free_consultation_btn img{
  width: 15%;
}
.free_consultation a:hover{
  outline: 2px solid #097CC2;
  color: #097CC2;
  background-color: #fff;
}
.free_consultation a:hover img{
  filter: brightness(0) saturate(100%) invert(34%) sepia(86%) saturate(917%) hue-rotate(170deg) brightness(96%) contrast(97%);
}




/* ============================================
   Responsive
   ============================================ */
   @media (max-width: 1024px) {


  }
  @media (max-width: 768px) {
    .top_image {
      margin: 0 auto;
      width: 95%;
    }
    .top_container {
      padding: 0;
  }
    .hero {
      padding: 10px 0;
       height: 30vh;
    }
    .hero-slider{
      width: auto;
    }
    .section-header_1{
      font-size: 100px;
      margin-bottom: 100px;
    }

  .fee_aria .section-header_1 {
    font-size:40px;
    line-height: 2.5rem;
}
.section-header_1::after{
  top: 130px;
}
.fee::after{
  font-size: 25px;
  top: 50px;
}
.wrapper{
  width: 100%;
  padding: 10px;
  margin-bottom: 50px;
}
.inner {
  width: 100%;
  margin: 20px auto;
}
.fee_title {
  font-size: 20px;
}
.inner_item {
  font-size: 13px;
}
.inner_price {
  font-size: 15px;
}
.month {
  font-size: 15px;
}
.yen {
  font-size: 14px;
  display: contents;
  vertical-align: middle;
}
.fee_aria{
  padding: 0 20px;
}
.free_consultation .text {
  font-size: 20px;
  margin-bottom: 30px;
}
.free_consultation_btn a {
  margin: 10px 0;
}
.inner_item_small {
  font-size: 13px;
}
}