@charset "utf-8";
/*
.any {
  @mixin objectfit;
}
@mixin objectfit; でcover:デフォルト
@mixin objectfit contain; でcontain等に上書き
object-fit-images用
*/

@media (min-width: 1201px),print {
  .copy-text {
    text-align: left;
  }
  .section-ttl {
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
  }

  .feature-policy .statement__item {
    position: relative;
    margin-top: 80px;
    padding: 76px 70px 70px;
    background-color: #f7f8fb;
    z-index: 0;
  }
  .feature-policy .statement__ttl {
    position: relative;
    z-index: 0;
  }
  .feature-policy .statement__ttl span {
    position: absolute;
    font-size: 9.375rem;
    color: #ebedf4;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    top: -70px;
  }
  .feature-policy .statement p {
    position: relative;
    text-align: center;
    line-height: 1.8;
    font-size: 1.1rem;
  }
  .feature-policy .statement p + p {
    margin-top: 2.2em;
  }
  .feature-policy .statement .margin_top_bg {
    margin-top: 3.5em;
  }
  .feature-policy .statement p.statement__copy {
    margin: 0 0 40px;
    color: #0a3291;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
  }         
  .sp_br {
    display: none;
  }   
}

@media (min-width: 768px) and (max-width: 1200px) {
  .copy-text {
    text-align: left;
  }
  .section-ttl {
    font-weight: 700;
    font-size: calc( var(--vw) * 1.875 );
    text-align: center;
  }

  .feature-policy .statement__item {
    position: relative;
    margin-top: calc( var(--vw) * 6.25 );
    padding: calc( var(--vw) * 5.9375 ) calc( var(--vw) * 5.46875 ) calc( var(--vw) * 5.46875 );
    background-color: #f7f8fb;
    z-index: 0;
  }
  .feature-policy .statement__ttl {
    position: relative;
    z-index: 0;
  }
  .feature-policy .statement__ttl span {
    position: absolute;
    font-size: calc( var(--vw) * 11.71875 );
    color: #ebedf4;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    top: calc( var(--vw) * -5.46875 );
  }
  .feature-policy .statement p {
    position: relative;
    text-align: center;
    line-height: 1.8;
    font-size: 0.9rem;
  }
  .feature-policy .statement p + p {
    margin-top: 2.2em;
  }
  .feature-policy .statement .margin_top_bg {
    margin-top: 3.5em;
  }
  .feature-policy .statement p.statement__copy {
    margin: 0 0 calc( var(--vw) * 1.5625 );
    color: #0a3291;
    font-weight: 700;
    font-size: calc( var(--vw) * 2.5 );
    text-align: center;
    line-height: 1.5;
  }
  .sp_br {
    display: none;
  }        
}
@media only screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
  .copy-text {
    text-align: left;
  }
  .section-ttl {
    font-weight: 700;
    font-size: 5.208333333333334vw;
    text-align: center;
  }

  .feature-policy .statement__item {
    position: relative;
    margin-top: 13.020833333333334vw;
    padding: 10.416666666666668vw 4vw 9.114583333333332vw;
    background-color: #f7f8fb;
    z-index: 0;
  }
  .feature-policy .statement__ttl {
    position: relative;
    z-index: 0;
  }
  .feature-policy .statement__ttl span {
    position: absolute;
    font-size: 18vw;
    color: #ebedf4;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    top: -8.072916666666668vw;
  }
  .feature-policy .statement p {
    position: relative;
    text-align: center;
    line-height: 1.8;
  }
  .feature-policy .statement p + p {
    margin-top: 2em;
  }
  .feature-policy .statement .margin_top_bg {
    margin-top: 3.5em;
  }
  .feature-policy .statement p.statement__copy {
    margin: 0 0 5.208333333333334vw;
    color: #0a3291;
    font-weight: 700;
    font-size: 5.46875vw;
    text-align: center;
    letter-spacing: 0.13020833333333331vw;           
  }
  .sp_br {
    display: block;
  }
}
