/* フォント変更 */

  .kasou_header_right p{
    font-family: 'Poppins', sans-serif;
  }
/* フォント変更終わり */
.entry-content .company_01 p.justify {
    line-height: 2.5;
    letter-spacing: 0.15em;
    margin-bottom: 45px;
}
.entry-content .company_01 figure {
    margin-bottom: 0 !important;
}
.bg_fff {
    background: #fff;
    border-radius: 30px;
    padding: 80px 100px;
}
.flex_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.flex_wrapper:not(:last-child) {
    margin-bottom: 35px;
}
.left_img {
    width: 95px;
}
.left_img img {
    width: 63px;
}
.right_text {
    width: calc(100% - 95px);
}
.right_text h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-top: -2px;
    color: #30414f;
}
.right_text p {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 14px;
    letter-spacing: 0.15em;
}
.ao {
    color: #0081e0;
}
table, tbody {
    margin: 0;
    border: none;
}
tr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
tr:not(:last-child) {
    border-bottom: 1px solid #eaeded;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
td:first-child {
    width: 150px;
}
td:last-child {
    width: calc(100% - 150px);
}
td {
    border: none;
    color: #445460;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.2;
    padding: 0 15px;
    letter-spacing: 0.15em !important;
}
span.space1 {
    width: 23px;
    display: inline-block;
}
span.space2 {
    display: inline-block;
    width: 97px;
}
a.scroll_img {
    position: absolute;
    width: 13.5px !important;
    left: 45px;
    margin-top: 100px !important;
    z-index: 1;
}
a.scroll_img:hover img {
    transform: none;
}
.company_01 {
    background-image: url(/wp-content/uploads/sites/879/2022/11/back1.png),url(/wp-content/uploads/sites/879/2022/11/back1.png);
    background-repeat: no-repeat,no-repeat;
    background-position: top 50px left 50%,bottom 50px left 8%;
    background-size: auto,auto;
}
img.back3 {
    position: absolute;
    width: auto !important;
    z-index: 1;
    right: 8%;
    margin-top: -75px !important;
}
.company_03 .uagb-columns__overlay {
    background-image: url(/wp-content/uploads/sites/879/2022/11/back2.png);
    background-repeat: no-repeat;
    background-position: bottom 13% left 8%;
    background-size: auto;
}
/* ダウンロードボタン */
.btn{
    text-align:center;
    margin-top:60px;
    }
    a.download_btn {
        display: inline-block;
        box-shadow: none;
        background-color: #0081e0;
        border: 1px solid #0081e0;
        border-radius: 50px;
        padding: 25px 70px;
        color: #fff;
        font-weight: 600;
        line-height: 1;
        font-size: 14px;
        letter-spacing: 0.2em;
        text-indent: 0.2em;
        position: relative;
        transition: all .3s;
    }
    a.download_btn:after {
        position: absolute;
        content: "\03e";
        width: 15px;
        height: 15px;
        font-size: 15px;
        top: 50%;
        right: 18px;
        transform: translateY(-50%);
    }
    a.download_btn:hover {
        text-decoration: none;
        background-color: #fff;
        transform: none;
        color: #0081e0;
    }
/* ダウンロードボタン終わり */
@media (max-width: 1660px){
  .company_01 {
      background-position: top 50px left 50%,bottom 50px left 2%;
  }
  img.back3 {
      right: 3%;
  }
  .company_03 .uagb-columns__overlay {
      background-position: bottom 13% left 2%;
  }
}
@media (max-width: 1460px){
  a.scroll_img {
      left: 35px;
  }
  .company_01 {
      background-position: top 50px left 51%,bottom 30px left 1%;
      background-size: 100px,100px;
  }
  img.back3 {
      width: 180px !important;
      right: 2%;
      margin-top: -65px !important;
  }
  .company_03 .uagb-columns__overlay {
      background-position: bottom 15% left 1%;
      background-size: 100px;
  }
}
@media (max-width: 1359px){
  a.scroll_img {
      display: none;
  }
}
@media (max-width: 767px){
  .company_01 {
      background-image: none;
  }
  img.back3 {
      display: none;
  }
  .company_03 .uagb-columns__overlay {
      background-image: none;
  }
  .company_01 img.none_pc {
      margin: 0 auto;
      margin-bottom: 15px;
  }
  .entry-content .company_01 p.justify {
      line-height: 2.2;
      letter-spacing: 0.1em;
      margin-bottom: 25px;
      font-size: 14px;
  }
  .entry-content .company_01 p.justify br {
      display: none;
  }
  .company_01 a.btn1 {
      margin: 0 auto;
      max-width: 250px;
      display: block;
  }
}
@media (max-width: 480px){
  .entry-content .company_01 p.justify {
      line-height: 2;
      font-weight: 500;
  }
  .bg_fff {
      background: #fff;
      border-radius: 20px;
      padding: 35px 20px 35px 20px;
  }
  .left_img {
      display: none;
  }
  .right_text {
      width: 100%;
  }
  .flex_wrapper:not(:last-child) {
      margin-bottom: 25px;
  }
  .right_text h3 {
      font-size: 15px;
      letter-spacing: 0.05em;
      margin-bottom: 8px;
      margin-top: 0;
      position: relative;
      padding-left: 45px;
  }
  .right_text h3 img.block_480 {
      width: 35px;
      position: absolute;
      top: 0;
      left: 0;
  }
  .right_text p {
      letter-spacing: 0.1em;
      font-weight: 500;
  }
  tr:not(:last-child) {
      margin-bottom: 13px;
      padding-bottom: 13px;
  }
  td {
      line-height: 2;
  }
  td:first-child, td:last-child {
      width: 100%;
      padding: 0;
  }
  td:last-child {
      text-align: left;
      font-weight: 500;
      line-height: 1.8;
      letter-spacing: 0.05em !important;
  }
  span.space1 {
      width: 20px;
  }
  span.space2 {
      width: 87px;
  }

/* ダウンロードボタン */
  .btn{
    margin-top:25px;
    }
    a.download_btn{
    width:90%;
    padding:20px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    font-size:13px;
    }
/* ダウンロードボタン */
}

@media (min-width: 429px){
    .block_428{
    display:none;
    }
    }
    @media (max-width: 428px){
        a.download_btn{
        line-height: 1.5;
        padding:15px 20px;
        }
        a.download_btn:after {
        height:20px;
        }
        }
@media (max-width: 413px){
  span.space1 {
      width: 0;
  }
  span.space2 {
      width: 0;
  }
}
@media (max-width: 390px){
    a.download_btn{
    width:100%;
    }
    }
@media (max-width: 374px){
  .right_text h3 {
      letter-spacing: 0;
      padding-left: 38px;
  }
  .right_text h3 img.block_480 {
      width: 30px;
      top: 2px;
  }
}
@media (max-width: 360px){
#main .entry-content .alignfull.p_120{
    padding-top: 50px;
    padding-bottom: 50px;
  }
#main .entry-content .alignfull.p_100{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
