@charset "UTF-8";
@import url("global.css");
@keyframes blurFadeIn {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: scale(1.05); }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1); } }
.fade-blur-in {
  opacity: 0;
  filter: blur(10px);
  animation: blurFadeIn 1.2s ease forwards; }

.sec_intro {
  margin-bottom: 160px; }
  .sec_intro .img_area {
    position: relative;
    margin-bottom: 80px; }
    .sec_intro .img_area .img_main01 {
      width: 50%;
      margin: 0 auto;
      overflow: hidden; }
      .sec_intro .img_area .img_main01 img {
        animation-delay: 0s; }
    .sec_intro .img_area .img_main02 {
      width: 22%;
      position: absolute;
      left: 0;
      bottom: -80px;
      overflow: hidden; }
      .sec_intro .img_area .img_main02 img {
        animation-delay: 0.3s; }
    .sec_intro .img_area .img_main03 {
      width: 22%;
      position: absolute;
      right: 0;
      top: 180px;
      overflow: hidden; }
      .sec_intro .img_area .img_main03 img {
        animation-delay: 0.6s; }
    .sec_intro .img_area .img_main04 {
      width: 16%;
      position: absolute;
      right: 10vw;
      bottom: -150px;
      overflow: hidden; }
      .sec_intro .img_area .img_main04 img {
        animation-delay: 0.9s; }
  .sec_intro .text_area {
    text-align: center; }
    .sec_intro .text_area .inner {
      text-align: left;
      display: inline-block; }
  .sec_intro h2 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px; }
    .sec_intro h2 span {
      display: inline-block; }
      .sec_intro h2 span.en {
        padding-right: 70px;
        position: relative;
        font-size: 13px;
        font-family: "Jost", "Zen Kaku Gothic New", sans-serif; }
        .sec_intro h2 span.en::after {
          content: "";
          width: 50px;
          height: 1px;
          background: #E1E1E1;
          position: absolute;
          right: 10px;
          top: 50%; }
      .sec_intro h2 span.ja {
        font-size: 13px; }
  .sec_intro .catch {
    margin-bottom: 40px;
    font-size: clamp(22px, 4.2vw, 38px);
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .sec_intro p:not([class]) {
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    .sec_intro p:not([class]) + p:not([class]) {
      margin-top: 1em; }

.sec_strength {
  margin-bottom: 100px; }
  .sec_strength .title_strength {
    position: relative;
    margin-bottom: 180px;
    height: 450px; }
    .sec_strength .title_strength .img {
      height: 100%;
      overflow: hidden; }
      .sec_strength .title_strength .img figure {
        height: 100%; }
        .sec_strength .title_strength .img figure img {
          height: 120%; }
    .sec_strength .title_strength h3 {
      position: absolute;
      left: 50%;
      bottom: -100px;
      transform: translateX(-50%);
      width: 1200px;
      line-height: 1.45;
      font-size: clamp(24px, 4.6vw, 48px);
      font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .sec_strength .item {
    height: 450px;
    margin-bottom: 80px;
    position: relative; }
    .sec_strength .item:last-of-type {
      margin-bottom: 0; }
    .sec_strength .item .img_area {
      width: 55%;
      height: 100%;
      position: absolute;
      right: 50%;
      top: 0; }
    .sec_strength .item .text_area {
      width: calc(50% - 50px);
      height: 100%;
      padding-top: 30px;
      border-top: 1px solid #A2A2A2;
      margin-left: auto; }
      .sec_strength .item .text_area .item_title {
        margin-bottom: 35px;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .sec_strength .item .text_area .item_title .item_num {
          width: 70px;
          text-align: center; }
          .sec_strength .item .text_area .item_title .item_num span {
            display: block;
            line-height: 1.3;
            font-family: "Jost", "Zen Kaku Gothic New", sans-serif; }
          .sec_strength .item .text_area .item_title .item_num .en {
            font-size: 11px; }
          .sec_strength .item .text_area .item_title .item_num .num {
            font-size: 40px; }
        .sec_strength .item .text_area .item_title .title {
          flex: 1;
          padding-left: 20px;
          line-height: 1.2;
          font-size: clamp(16px, 2.3vw, 24px);
          font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      .sec_strength .item .text_area p:not([class]) + p:not([class]) {
        margin-top: 1em; }

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .sec_intro .img_area {
    position: relative;
    margin-bottom: 80px; }
    .sec_intro .img_area .img_main02 {
      bottom: -50px; }
    .sec_intro .img_area .img_main03 {
      top: 120px; }
    .sec_intro .img_area .img_main04 {
      bottom: -100px; }

  .sec_strength {
    margin-bottom: 100px; }
    .sec_strength .title_strength h3 {
      width: calc(100% - 10vw); }
    .sec_strength .item {
      height: 420px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .sec_intro {
    margin-bottom: 100px; }
    .sec_intro .img_area .img_main01 {
      width: 70%; }
    .sec_intro .img_area .img_main02 {
      width: 30%;
      left: 0; }
    .sec_intro .img_area .img_main03 {
      width: 26%;
      right: 0; }
    .sec_intro .img_area .img_main04 {
      width: 20%;
      bottom: -80px; }

  .sec_strength {
    margin-bottom: 80px; }
    .sec_strength .title_strength {
      margin-bottom: 130px;
      height: 300px; }
      .sec_strength .title_strength h3 {
        bottom: -75px; }
    .sec_strength .item {
      height: 450px;
      margin-bottom: 60px; }
      .sec_strength .item .img_area {
        width: 40%;
        right: auto;
        left: 0; }
      .sec_strength .item .text_area {
        width: calc(60% - 30px); }
        .sec_strength .item .text_area .item_title {
          margin-bottom: 25px; }
          .sec_strength .item .text_area .item_title .item_num {
            width: 60px; }
            .sec_strength .item .text_area .item_title .item_num .num {
              font-size: 36px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .sec_intro {
    margin-bottom: 70px; }
    .sec_intro .img_area .img_main02 {
      width: 26%;
      bottom: -40px; }
    .sec_intro .img_area .img_main03 {
      width: 22%;
      top: 70px; }
    .sec_intro .img_area .img_main04 {
      width: 18%;
      bottom: -60px; }
    .sec_intro h2 {
      margin-bottom: 15px; }
      .sec_intro h2 span.en {
        padding-right: 60px; }
        .sec_intro h2 span.en::after {
          width: 40px; }
    .sec_intro .catch {
      margin-bottom: 30px; }

  .sec_strength {
    margin-bottom: 60px; }
    .sec_strength .title_strength {
      margin-bottom: 80px;
      height: 180px; }
      .sec_strength .title_strength h3 {
        bottom: -50px; }
    .sec_strength .item {
      height: auto; }
      .sec_strength .item .img_area {
        width: 100%;
        height: 220px;
        position: relative;
        right: auto;
        top: auto; }
      .sec_strength .item .text_area {
        width: 100%;
        height: auto;
        padding-top: 20px;
        margin-bottom: 20px; }
        .sec_strength .item .text_area .item_title {
          margin-bottom: 20px; }
          .sec_strength .item .text_area .item_title .item_num {
            width: 50px; }
            .sec_strength .item .text_area .item_title .item_num .en {
              font-size: 10px; }
            .sec_strength .item .text_area .item_title .item_num .num {
              font-size: 30px; }
          .sec_strength .item .text_area .item_title .title {
            padding-left: 15px; } }
