@charset "UTF-8";
/* Scss Document */
main {
  overflow-x: hidden; }

.page_header {
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
  padding: 140px 0 0 0; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .page_header {
    padding: 50px 0 0 0;
    margin: 0 auto 50px; } }
/*max-width:1024px*/
/******************************************************/
.strength_mv {
  height: 830px;
  position: relative;
  margin: 0 auto 100px;
  max-width: 1980px;
  width: 100%; 
}
.strength_mv .pic {
  position: absolute;
  width: calc(100% - 300px);
  max-width: 1280px;
  height: calc(100% - 30px);
  top: 30px;
  right: 0;
  overflow: hidden; 
}
.strength_mv .pic2025 {
  position: absolute;
  width: calc(100% - 300px);
  max-width: 1220px;
  height: calc(100% - 30px);
  top: 30px;
  right: 0;
  overflow: hidden; 
}
.strength_mv .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%; 
}

@media (max-width: 1024px) {
  .strength_mv {
    height: auto;
    position: relative;
    margin: 0 auto 40px;
    max-width: 1980px;
    width: 100%; }
    .strength_mv .pic {
      position: relative;
      width: 100%;
      max-width: 1280px;
      height: auto;
      top: 0;
      right: 0;
      overflow: hidden;
      margin: 0 auto 100px; }
      .strength_mv .pic img {
        aspect-ratio: 128/80;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0%, 0%);
        /* Safari用 */
        transform: translate(0%, 0%);
        object-fit: cover;
        width: 100%;
        height: auto; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .strength_mv {
    margin: 0 auto 20px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .strength_mv {
    margin: 0 auto 10px; } }
/*max-width:480px*/
/******************************************************/
.strength {
  max-width: 1280px;
  width: calc(100% - 200px);
  margin: 0 auto 280px;
  counter-reset: strength; }
  .strength h3 {
    font: 4.2rem/1.5em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    position: relative;
    color: #113479;
    margin: 0 0 30px; }

@media (max-width: 1280px) {
  .strength {
    max-width: 1280px;
    width: calc(100% - 120px);
    margin: 0 20px 280px 100px;
    counter-reset: strength; }
    .strength h3 {
      font: 4.2rem/1.5em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      position: relative;
      color: #113479;
      margin: 0 0 30px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .strength {
    max-width: 768px;
    width: calc(100% - 40px);
    margin: 0 auto 200px;
    counter-reset: strength; }
    .strength h3 {
      font: 3.8rem/1.5em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      position: relative;
      color: #113479;
      margin: 0 0 30px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .strength {
    max-width: 768px;
    width: calc(100% - 40px);
    margin: 0 auto 200px;
    counter-reset: strength; }
    .strength h3 {
      font: 3.5rem/1.5em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      position: relative;
      color: #113479;
      margin: 0 0 30px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .strength h3 {
    font: 3.0rem/1.5em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 20px; } }
/*max-width:480px*/
/******************************************************/
.strength_flex {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 140px; }
  .strength_flex:nth-of-type(even) {
    margin: 0 0 140px auto; }
    .strength_flex:nth-of-type(even) .txt {
      order: 1; }
    .strength_flex:nth-of-type(even) img {
      order: 2; }
  .strength_flex:last-of-type {
    margin-bottom: 0 !important; }
  .strength_flex .txt {
    width: 462px;
    position: relative; }
    .strength_flex .txt:before {
      counter-increment: strength;
      content: "0" counter(strength);
      position: absolute;
      font: 18rem/1.0em 'Oswald', sans-serif;
      font-weight: 400;
      color: #a2daf7;
      right: 0;
      top: -60px; }
  .strength_flex p {
    position: relative;
    font: 1.6rem/2.0em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: justify;
    text-justify: inter-ideograph; }
  .strength_flex img {
    width: calc(100% - 500px);
    max-width: 480px; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .strength_flex {
    max-width: 1090px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 140px; }
    .strength_flex:nth-of-type(even) {
      margin: 0 0 140px auto; }
      .strength_flex:nth-of-type(even) .txt {
        order: 1; }
      .strength_flex:nth-of-type(even) img {
        order: 2; }
    .strength_flex .txt {
      width: 400px;
      position: relative; }
      .strength_flex .txt:before {
        counter-increment: strength;
        content: "0" counter(strength);
        position: absolute;
        font: 17rem/1.0em 'Oswald', sans-serif;
        font-weight: 400;
        color: #a2daf7;
        right: 0;
        top: -60px; }
    .strength_flex p {
      position: relative;
      font: 1.6rem/2.0em 'Noto Sans JP', sans-serif;
      font-weight: 400;
      text-align: justify;
      text-justify: inter-ideograph; }
    .strength_flex img {
      width: calc(100% - 440px);
      max-width: 480px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .strength_flex {
    max-width: 480px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 140px; }
    .strength_flex:nth-of-type(even) {
      margin: 0 auto 140px auto; }
      .strength_flex:nth-of-type(even) .txt {
        order: 1; }
      .strength_flex:nth-of-type(even) img {
        order: 2; }
    .strength_flex .txt {
      width: 100%;
      position: relative;
      margin: 0 auto 40px; }
      .strength_flex .txt:before {
        font: 16rem/1.0em 'Oswald', sans-serif;
        font-weight: 400;
        top: -60px; }
    .strength_flex p {
      order: 1; }
    .strength_flex img {
      display: block;
      margin: 0 auto;
      width: 100%;
      max-width: 480px;
      order: 2; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .strength_flex {
    max-width: 480px;
    margin: 0 auto 100px !important; }
    .strength_flex:last-of-type {
      margin: 0 auto !important; }
    .strength_flex .txt {
      width: 100%;
      position: relative;
      margin: 0 auto 20px; }
      .strength_flex .txt:before {
        font: 13rem/1.0em 'Oswald', sans-serif;
        font-weight: 400;
        top: -4rem; } }
/*max-width:480px*/
