.kasou_header {
    position: relative;
    overflow: hidden;
}
.kasou_header>img {
    position: relative;
    left: 100px;
    width: 100%;
}
.kasou_header_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    text-align: center;
}
.kasou_header_left img {
    width: auto;
    height: 100%;
}
.kasou_header_right {
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    /* padding: 0 20px; */
}
.kasou_header_right * {
    color: #fff !important;
}
.kasou_header_right h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-bottom: 5px;
    font-family: 'Noto Sans JP', sans-serif;
}
.kasou_header_right p {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif;
}
.entry-content h2::after {
    content: none;
}
.title1 img {
    width: 74px;
}
.title_wrapper span {
    color: #e5e523;
    display: block;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.title_wrapper h2 {
    text-align: justify;
    line-height: 1.8;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #0081e0;
    font-family: 'Noto Sans JP', sans-serif;
}
.title2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.title2>div {
    margin: 0 35px;
}
.title_wrapper.title2 h2 {
    margin-bottom: 0;
}
.title_wrapper h2.kuro,
.kuro {
    color: #30414f;
}
.title_wrapper.title2 span {
    margin: 0;
    display: block;
    text-align: center;
}
.justify {
    text-align: justify;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
}
.entry-content p {
    color: #445460;
    font-weight: 600;
    line-height: 2;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
}
a.btn1 {
    background-color: #2196f3;
    border: 1px solid #2196f3;
    border-radius: 50px;
    padding: 15px 30px;
    min-width: 250px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    font-size: 15px;
    letter-spacing: 0.1em;
    position: relative;
    text-decoration: none;
    transition: all .3s;
    font-family: 'Noto Sans JP', sans-serif;
}
a.btn1:after {
    content: "\03e";
    width: 15px;
    height: 25px;
    position: absolute;
    right: 18px;
    top: calc(50% - 14px);
    font-size: 15px;
}
a.btn1:hover {
    background-color: #fff;
    color: #2196f3;
}
.none_pc {
    display: none;
}
.none_sp {
    display: block;
}
.block_480 {
    display: none;
}


@media (min-width: 481px){
    #main .entry-content .alignfull, #wpbody .entry-content .alignfull {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        max-width: none;
    }
    }
    
    @media (min-width: 481px) and (max-width: 544px){
    #main .entry-content .alignfull, #wpbody .entry-content .alignfull {
        margin-left: -0.54em;
        margin-right: -0.54em;
        width: calc(100% + 1.08em);
    }
    }
    
    @media (min-width: 769px){
    .site-content>.es-container {
        max-width: 100%;
    }
    .footer_contact .es-container, footer .footer05 .es-container {
      max-width: 1180px;
    }
    }

@media (max-width: 1400px){
  .kasou_header_right {
      padding: 0 20px;
  }
}
@media (max-width: 1350px){
  .kasou_header_left {
      width: 80px;
  }
  .kasou_header>img {
      left: 80px;
      width: 100%;
      min-height: 280px;
      object-fit: cover;
      object-position: left;
  }
  .kasou_header_right {
      padding-left: 100px;
  }
  .kasou_header_right h1 {
      font-size: 38px;
      letter-spacing: 0.15em;
  }
}

@media (max-width: 767px){
  .none_pc {
      display: block;
  }
  .none_sp {
      display: none;
  }
  .title_wrapper.title1 {
      text-align: center;
  }
  .title_wrapper.title1 span {
      margin-top: 10px;
      margin-bottom: 10px;
  }
  .title_wrapper span {
      font-size: 15px;
  }
  .title_wrapper h2 {
      font-size: 22px;
  }
  .title_wrapper.title1 h2 {
      text-align: center;
      margin-bottom: 25px;
  }
  .title2 {
      margin-bottom: 25px;
  }
  a.btn1:after {
      top: calc(50% - 11px);
  }
}

@media (max-width: 480px){
  .kasou_header {
      padding: 0;
  }
  .kasou_header>img {
      left: 0;
      min-height: 230px;
      object-position: center;
  }
  .kasou_header_left {
      display: none;
  }
  .kasou_header_right {
      width: 100%;
      padding: 0 20px;
  }
  .kasou_header_right h1 {
      font-size: 28px;
      margin-bottom: 0;
  }
  .kasou_header_right p {
      font-size: 14px !important;
  }
  .title2 img {
      display: none;
  }
  .title2>div {
      margin: 0;
  }
  .title1 img {
      width: 54px;
  }
  .block_480 {
      display: block;
  }
  a.btn1 {
      padding: 12px 15px;
      min-width: 220px;
      font-weight: 500;
      font-size: 14px;
  }
  a.btn1:after {
      right: 12px;
      font-size: 14px;
  }
}
