
/* ==========================================
   共有パーツ改修
   ========================================== */


/*フォント*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
body,
.gothic,
.sh01 span,

.sh01,
.sh03,
.sh2,
.min,
.recruit_overview #sub_title h1.sh2,
.gnav_list div li a ,
#gnav li ul li a, #gnav2 li ul li a,
.product_hero .product_title .copy ,
.service_link h3 span,
#sub_title h1 span, #sub_title p span,
#news_page .wrap .box.column_page .article_common_style h4 {
  font-family: "Noto Sans JP","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana,'Noto Sans JP', sans-serif;
}
.top_page .sh01,

.sh2 span,
.gnav_list li div span,
#other_page .wrap .box .main_copy,
#other_page .wrap .box h3,
#other_page .wrap .box h4,
#innovatelealeang #page_main p,
#sub_title h1, #sub_title p,
.jost{
    font-family: "Jost", sans-serif;
    font-weight: 500;
  }

*{
  box-sizing: border-box;
}
.sh2 span{
  /* text-transform: uppercase; */
  /* text-transform: none; */
  text-transform: lowercase;
}
.sh2 span::first-letter {
  text-transform: uppercase;
}
.sh2 span.text_none{
  text-transform:none;
}
.sh04{
  font-weight: 700;
}
/*余白*/

/* ==========================================
   margin-bottomバリエーション
   ========================================== */
.mb_10  { margin-bottom: 10px !important; }
.mb_20  { margin-bottom: 20px !important; }
.mb_30  { margin-bottom: 30px !important; }
.mb_40  { margin-bottom: 40px !important; }
.mb_50  { margin-bottom: 50px !important; }
.mb_60  { margin-bottom: 60px !important; }
.mb_70  { margin-bottom: 70px !important; }
.mb_80  { margin-bottom: 80px !important; }
.mb_90  { margin-bottom: 90px !important; }
.mb_100 { margin-bottom: 100px !important; }
.mb_110 { margin-bottom: 110px !important; }
.mb_120 { margin-bottom: 120px !important; }


/*リンク色：青*/
.link_b{
  color : #0000EE;
  text-decoration: underline;
}


  /*　ボタン　*/
  .btn {
    text-align: center;
    display: block;
  }
  .btn a {
    display: inline-block;
    color: #707070;
    border: #002E52 solid 2px;
    min-width: 290px;
    line-height: 50px;
    font-size: 14px;
    position: relative;
    background: white;
    border-radius: 30px;
  }
  .btn a i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
  }
  .btn a:hover {
    background: #002E52;
    color: white;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3;
  }

/*レスポンシブ切り替え*/
@media (min-width: 768px) {
  .pc_only{
    display: block;
  }
  .sp_only{
    display: none!important;
  }
}
@media (max-width: 767px) {
  .pc_only{
    display: none!important;
  }
  .sp_only{
    display: block!important;
  }
}
span.post.post-page.current-item span {
  display: none;
}

/* ==========================================
   Hero Section (グレー背景エリア)
   ========================================== */
   .mv_hero-section {
    background: url('/wp-content/themes/designare_new-child/img/top/mv_image2.jpg') no-repeat right bottom;
    background-size: 100%;
    padding: 160px 0 120px;
    height: calc(100vh - 70px);
    min-height: 400px;
    display: flex;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    /* aspect-ratio: 2732 / 1506; */
    height: 100vh;


  }

  /* 2732:1506 比率 (16:9.5ぐらい) ヒーローセクション比率対応 */
  /* @media (min-width: 1200px) {
    .mv_hero-section {
      aspect-ratio: 2732 / 1506;
      height: auto;
      min-height: unset;
      max-height: 100vh;
      padding: 0;
    }
  } */


  .mv_hero-section .wrap{
    position: absolute;
    bottom: 100px;
    text-align: left;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv_hero-title {
    font-size: clamp(2rem, 4vw, 3.5rem); /* レスポンシブフォントサイズ */
    font-weight: 700;
    color: #0f3256;
    line-height: 1.3;
    margin-bottom: 30px;
    letter-spacing: 0.03eM;
    text-shadow: 3px 3px 0px rgba(2, 40, 83, 0.16);
  }
  
  .mv_hero-lead {
    font-size: clamp(0.9rem, 1.2vw, 1.1rem);
    font-weight: 500;
    color: #0f3256;
    line-height: 1.8;
  }
  
  @media (max-width: 768px) {
    .mv_hero-section {
      background: url('/wp-content/themes/designare_new-child/img/top/mv_image_sp.jpg') no-repeat right top;
      background-size: cover;
      padding: 80px 0 0;
      min-height: 665px;
    }
    .mv_hero-lead br {
      display: none; /* スマホ時は状況に応じて自然に改行 */
    }
  }
  /* ==========================================
     ヘッダーナビ
     ========================================== */
     @media screen and (min-width: 768px) {
      #gnav, #gnav2{
        background: transparent;
        filter: drop-shadow(0px 1px 10px rgba(0, 0, 0, 0.16));
        backdrop-filter: blur(4px);
        --webkit-backdrop-filter: blur(4px);
        background-color: rgba(255, 255, 255, 0.8);
        border: 0;
      }
      #gnav ul.right, #gnav2 ul.right{
        background: transparent;
    }
  }

  @media screen and (min-width: 768px) {
    .gnav_list{
      display: flex;
      gap: 20px;
      justify-content: flex-end;
    }
    #gnav ul.right, #gnav2 ul.right{
      width: auto;
      padding-right: 20px;
    }
    #gnav li, #gnav2 li{
      margin: 0;
    }

    .gnav_list div li a:before {
      display: none!important;
    }
    .gnav_list li div{
      background: transparent!important;
      border: 0;
      box-sizing: border-box;
    }
    .gnav_list li nav{
      background: white;
      width: 1166px;
      max-width: 100%;
      padding: 30px 30px 30px 12%;
      box-sizing: border-box;
      position: relative;
      margin: 0 auto;
      box-sizing: border-box;
      border-radius: 8px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
    }


    .gnav_list li div span{
      position: relative;

      width: auto;
      left: 0%;
      transform: translatey(0) translatex(0);
    }
    .gnav_list li div ul{
      padding-left: 0;
      /* width: 700px; */
    }
    .gnav_list li nav .switch{
      width: 300px;
    }



    .gnav_list li nav ul{
      /* display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: stretch;
      align-items: stretch;
      -webkit-align-content: stretch;
      align-content: stretch;
      gap: 10px 3.33% ; */
      display: grid;
      grid-template-columns: repeat(2, 1fr); /* 強制的に2等分（2カラム） */
      gap: 10px 33px; /* アイテム間の余白（必要に応じて） */
      list-style: none;
      padding: 0;
    }


    .gnav_list li nav ul li{
      /* width: 300px;
      max-width: calc(25vw - 14px); */
      width: 100%;
    }
    .gnav_list li nav ul li a{
      font-size: 16px;
      line-height: 24px;
      text-align: left;
      color: #2e3a42;
      padding: 11px 50px 18px 10px;
      position: relative;
      width: 100%;
    }
    .gnav_list li nav ul li:after{
      content: "";
      width: 100%;
      height:1px;
      background:#6c7a84;
      display: block;
      bottom: 0;
      left: 0;
    }
    .gnav_list li nav ul li {
      position: relative;
    }
    .gnav_list li nav ul li:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #6c7a84;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: background 0.3s;
      pointer-events: none;
    }
    .gnav_list li nav ul li:hover:after {
      height: 2px;
      background: linear-gradient(to right, #008bc5 0%, #b9c4cb 49.75%, #f2f6f8 100%);
    }

    .gnav_list li nav ul li a i{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 10px;
    }
    .gnav_list li nav .switch a::after{
      display: none;
    }
    .gnav_list li nav .switch a{
      font-size: 28px;
      text-align: left;
      color: #00429c;

    }
    #gnav .gnav_list li div ul li, 
    #gnav2 .gnav_list li div ul li{

	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
    }

    #gnav li.active p:after, 
    #gnav2 li.active p:after{
      height: 4px;
      box-sizing: border-box;
     }
  }


  #gnav li ul li a, #gnav2 li ul li a{
    text-transform: none;
  }

  
  @media (max-width: 940px) {
    .gnav_list li nav ul{

      grid-template-columns: repeat(1, 1fr); /* 強制的に2等分（2カラム） */

    }
    .gnav_list li nav ul li br.pc_only{
      display: none;
    }
    /* .gnav_list li nav {
      gap: 50px;
    } */
  }


  @media screen and (max-width: 767px) {
    #gnav nav, 
    #gnav2 nav {
      position: relative;
      padding-bottom: 0;
      top: auto;
      height: auto;

    }
    #gnav li.pull div span, 
    #gnav2 li.pull div span{

      margin-bottom: -74px;
      top: 0;
      position: relative;
      margin-bottom: 0;
    }
    #gnav li.pull.active div span, 
    #gnav2 li.pull.active div span {
      display: none;
    } 
    .gnav_list.check{
      bottom: 0;
      height: calc(100vh - 60px);
      top: 60px;
    }
    #gnav h1, #gnav2 h1, #gnav span.left, #gnav2 span.left{
      text-align: left;
    }

   .gnav_list li.active a:after{
    height: 2px;
    box-sizing: border-box;
   }

   
  }


/* ==========================================
   SPハンバーガーメニュー
   ========================================== */
  
   @media screen and (max-width: 767px) {

   #gnav, #gnav2{
    background-color: rgba(255, 255, 255, .8);
    backdrop-filter: blur(4px);
    }
    #gnav.open,
    #gnav2.open{
      background: #f2f6f8; 
    }
    #gnav ul, #gnav2 ul{

      background: none;
      backdrop-filter: blur(0);
    }

    #gnav h1, #gnav2 h1, 
    #gnav span.left, 
    #gnav2 span.left {

      position: absolute;
      left: 10px;
      transform: translateX(0%);
    }

    #gnav nav, #gnav2 nav{
      background: transparent;
    }
    #gnav .menu, #gnav2 .menu {
      position: absolute;
      left: auto;
      right: 20px;
    }
    #gnav .menu span, #gnav2 .menu span{
      background-color: #002E52;
    }

    #gnav ul, #gnav2 ul {
      padding: 20px;
      box-sizing: border-box;
      background: #f2f6f8; 
    }
    #gnav ul li ul, #gnav2 ul li ul{
      padding: 0;
    }
    #gnav li ul li a, #gnav2 li ul li a{
      background :transparent;
      padding: 10px 36px 10px 20px;
      border: 0;
      position: relative;
      text-transform: none;
    }
    #gnav li ul li a:before, #gnav2 li ul li a:before{
      content: "";
      width: 4px ;
      height: 1px;
      display: block;
      background-color: #2E3A42;
      margin-right: 10px;
      position: absolute;
      left: 10px;
      top: calc(10px + 0.7em);
      
    }

    #gnav li ul li a i, #gnav2 li ul li a i{
      /* color: #333;
      right: 13px; */
      display: none;
    }
    #gnav li, #gnav2 li{
      text-align: left;
      /* padding-left: 10px; */
      /* text-indent: 10px; */
    }
    #gnav li.pc_only,
    #gnav2 li.pc_only{
      display: none;
    }
    #gnav li a, #gnav2 li a, 
    #gnav li p, #gnav2 li p{
    text-transform: uppercase;
    }
    #gnav li.pull:after, 
    #gnav2 li.pull:after {
      content: "\2b"; /* 細いプラスのアイコン (Unicodeの細いプラス) */
      font-family: inherit;
      font-weight: normal;
      font-size: 36px;
   
    }

    #gnav li.pull.active:after, 
    #gnav2 li.pull.active:after {
      content: "\2212"; /* Unicode minus sign (細いマイナス) */
      font-family: inherit;
      font-size: 36px;
      font-weight: 500;
 
     }


     .sp_no_link{
     pointer-events: none;
     cursor: default;
     color: inherit;
     text-decoration: none;
      border: 0;
      padding-bottom: 0!important;
     }
   }


#hm_contact_banner{
 padding-top: 40px;
  border: 0;

}
   .contact-card {
    background: white;
    padding: 20px!important;
    position: relative;
    border-bottom: 0!important;
    border-radius: 8px;
  }
  
  .contact-card:hover {
    opacity: 0.8;
  }
  
  .contact-card__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  
  .contact-card__label {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #003882;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
  
  .contact-card__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #003882;
    letter-spacing: 0.01em;
    line-height: 1.2;
    margin-top: 2px;
  }
  
  .contact-card__description {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin-top: 8px;
  }
  
  .contact-card__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #1a4fa0;
    border-radius: 50%;
    margin-left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  
  .contact-card__arrow::before {
    font-family: "Font Awesome 5 Free";
    content: "\f054"; /* Unicode for fa-chevron-right */
    font-weight: 900;
    display: block;
    color: #fff;
    font-size: 22px;
    width: 13px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin: 0 auto;
  }
  .contact-card__arrow-icon {
    width: 20px;
    height: 20px;
  }

/*広告バナー*/
#primal_banner, #primal_banner_top{
  top: 80px;
}


/* ==========================================
   フッター調整
   ========================================== */

  #footer{
    padding-bottom: 30px;
    height: auto;
  }

  #footer .wrap{

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
  gap: 30px;
  }

  #footer .wrap .access_data{
    width: 300px;
  }

  #footer .wrap .link_data{
    width: calc(100% - 300px);

  }

  @media screen and (max-width: 767px) {
    #footer .wrap .access_data{
      width: 100%;
    }
    #footer .wrap .access_data br.pc{
      display: none;
    }
    #footer .wrap .link_data{
      display: none;
    }

  }
#footer .wrap .link_data nav{

	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}

  #footer .block{
    min-width: 18%;
  }
  @media screen and (max-width: 1024px) {

    #footer .block{
      min-width: 36%;
    }
  }

  /* ==========================================
     About Section (ネイビー背景エリア)
     ========================================== */
  .about-section {
    background: url('/wp-content/themes/designare_new-child/img/top/about_us_image2.jpg') no-repeat right top;
    /* background-size: cover; */
   
    background-size: 100% auto;
    color: #ffffff;
    text-align: center;
    padding: 100px 0 120px;
  }
  
  /* 共通ヘッダー（ABOUT US） */
  .section-header {
    margin-bottom: 60px;
  }
  
.about-section .sh01{
    color: white;
}
  
  /* キャッチコピー */
  .about-catch {
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: 0.02em;
  }
  
  /* 説明文 */
  .about-description {
    font-size: clamp(0.85rem, 1.1vw, 1rem);
    font-weight: 400;
    line-height: 1.8;
    opacity: 0.9;
    margin-bottom: 50px;
  }
  
  
  @media (max-width: 768px) {
    .about-section {
      background: url('/wp-content/themes/designare_new-child/img/top/about_us_image_sp.jpg') no-repeat right top #076fa1;
      background-size: 100%;
    }
    .about-section {
      padding: 60px 0 80px;
    }
    .section-header {
      margin-bottom: 40px;
    }
    .about-catch {
      margin-bottom: 25px;
    }
    .about-description {
      margin-bottom: 40px;
      text-align: left; /* スマホで見やすいように左寄せにする場合はここを有効に */
    }
  }


/* ==========================================
   サービス
   ========================================== */

   .hero-bg.service{
    background: none;
   }
   .service_contents.service_top{
    padding: 80px 0 0 ;
   }
   
   .service_banner{
    border-radius: 8px;
    width: 100%;
   }
   .service_banner a{

      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: stretch;
      align-items: stretch;
   }

   .service_banner .more {
    color: #4D66C2;
  }
 

   @media screen and (min-width: 768px) {

   .page_service .hero-img img{
      max-width: 741px !important;
     }


    .service_contents .text {
      margin-bottom: 30px;
    }
    .service_banner .illust{
      width: 427px;
      max-width: 40%;
    }
    .service_banner .text{
      max-width: none;
      width: 60%;
    }
   
    #service2 .flex .service_item {
      width: 370px;
      max-width: 32%;
    }
    #service2 .flex .service_item p{
      margin-bottom: 0;
      text-align: left;
    }
    #service2 .flex .service_item .image{
      aspect-ratio: 290 / 190;
      width: 100%;
    }
     #service2 .flex .service_item .sh03{
      min-width: 7em;
      padding-bottom: 3px;
    }
  }
  #service2 .flex .service_item{
    padding: 0;

  }
  #service2 .flex .service_item a{
    display: block;
    height: 100%;
    padding: 29px 30px 50px;
    box-sizing: border-box;
  }

  @media screen and (max-width: 767px) {
    .service_banner a{
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;

    }
    #service2 .flex .service_item p {
      margin-bottom: 0px;
      text-align: left;
    }
    #service2 .flex .service_item .sh03{
      min-width: 8em;
      padding-bottom: 3px;
    }
  }




/* ==========================================
   チャレンジ
   ========================================== */


   #challenge {
    padding: 70px 0;
    background: #F2F6F8;
  }
  #challenge.bg_none{
    background: transparent;
    padding-bottom: 0;
  }
  #challenge.white{
    background: white;
  }
  #challenge .sh01 {
    margin-bottom: 20px;
    line-height: 1;
  }
  #challenge .copy {
    font-size: 52px;
    line-height: 1.5;
    color: #092846;
    margin-bottom: 30px;
  }
  #challenge .text {
    margin-bottom: 70px;
  }
  #challenge .challenge_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    margin-bottom: 60px;
  }
  #challenge .challenge_list .challenge_item {
    width: 360px;
    max-width: 31%;
    margin-right: 3.5%;
  }
  #challenge .challenge_list .challenge_item:nth-of-type(3n) {
    margin-right: 0;
  }


  
  #challenge .challenge_list .challenge_item .image {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    aspect-ratio: 18 / 10;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  }
  #challenge .challenge_list .challenge_item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    transition: 0.3s;
    object-fit: cover;
  }
  #challenge .challenge_list .challenge_item .image:hover img {
    transform: scale(1.1) translateY(-45%) translateX(-45%);
    /*画像の拡大率*/
  }
  #challenge .challenge_list .challenge_item span {
    display: block;
  }

  #challenge .challenge_list .challenge_item:nth-of-type(3n){
    margin-right: auto;
  }
  #challenge .btn {
    margin-bottom: 50px;
  }
  #work .challenge_list .clear{
    width: 100%;
  }
  /* @media screen and (min-width: 768px) {
  #work .data{
    width: 100%!important;
  }
} */

  @media (max-width: 768px) {

    #challenge {
      padding: 30px 0;
      background: white;
    }
    #challenge .sh01 {
      margin-bottom: 20px;
      line-height: 1;
    }
    #challenge .copy {
      font-size: 28px;
      line-height: 1.5;
      color: #092846;
      margin-bottom: 20px;
    }
    #challenge .text {
      margin-bottom: 30px;
    }
    #challenge .challenge_list {
      display: block;
    }
    #challenge .challenge_list .challenge_item {
      width: 80%;
      margin: 0 auto 10px;
      max-width: none;
    }
    #challenge .challenge_list .challenge_item .image {
      margin-bottom: 10px;
    }
    #challenge .challenge_list .challenge_item .image img {
      border-radius: 4px;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    }
    #challenge .challenge_list .challenge_item span {
      display: block;
    }

  }
  /*チャレンジ一覧ページ調整*/
  #work .challenge_list .clear{

    gap: 40px 0;
  }


  @media screen and (min-width: 768px) {
    #news_page.challenge_page .wrap .box {
      border: 0;
    }
  }
  #news_page.challenge_page .wrap.flex .category_link{
    min-width: 200px;
  }

  #news_page.challenge_page .wrap .aioseo-toc-header{
  background: #f0f0f0;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 16px;

}
#news_page.challenge_page .wrap h2{

font-weight: normal;
font-size: 20px!important;
line-height: 30px;
font-weight: 700;
text-align: left;
color: #537bb0;
border: 0!important;
margin-bottom: 5px!important;
}

#news_page.challenge_page .wrap .box.column_page strong{
 color: #000;
}

@media screen and (min-width: 768px) {
#news_page.challenge_page .wrap.flex .column_page+.category_link h2.other{
  background: white!important;
  font-size : 16px!important;
  border: 1px solid #707070!important;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000;
}
#news_page.challenge_page .wrap.flex .column_page+.category_link h2.other span{
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;

}
#news_page.challenge_page .wrap.flex .column_page+.category_link h2.other:after {
  display: none;
}

#news_page.challenge_page .wrap.flex .column_page+.category_link h2.tag_title{

  border-bottom: 1px solid #0073aa!important;
  border-right: 1px solid #0073aa!important;
}

}

@media (max-width: 767px) {

  #news_page.challenge_page .wrap.flex .column_page+.category_link h2.tag_title{

    border-bottom: 1px solid #0073aa!important;
    border-right: 1px solid #0073aa!important;
  }

  #news_page.challenge_page .wrap.flex .column_page+.category_link h2.other{
    background: white!important;
    font-size : 16px!important;
    border: 1px solid #707070!important;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000;
  }
  #news_page.challenge_page .wrap.flex .column_page+.category_link h2.other span{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  
  }
  #news_page.challenge_page .wrap.flex .column_page+.category_link h2.other:after {
    display: none;
  }
  
}




/* ==========================================
   その他カード/ボタンの調整
   ========================================== */


@media screen and (max-width: 767px) {
  #update .news_data .image {

    border-radius: 4px;
    width: 80%;
    margin: 0 auto 10px;
  }
  .btn a i{

    margin-top:0;
  }
}



/* ==========================================
   下部お問い合わせ CTAエリア
   ========================================== */

.wrap.bottom_cta{
  padding-bottom: 85px;
  padding-top: 60px;
}

.cta-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background-color: #f0f2f5;
  border-radius: 12px;
  transition: opacity 0.2s ease;
  padding: 58px 7.2% 55px 7.2%;
  box-sizing: border-box;

}

.cta-card.contact_card{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
  margin-bottom: 17px;
}




.cta-card:hover {
  opacity: 0.85;
}

.cta-card__inner {
  display: flex;
  align-items: center;
  gap: 48px;
  width: 100%;
  position: relative;
  box-sizing: border-box;

}

.cta-card__text-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 200px;
}

.cta-card__label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.cta-card__heading {
  font-weight: 700;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.cta-card__heading--contact {
  color: #1a3f7a;
}

.cta-card__heading--recruit {
  color: #1558a8;
}

.cta-card__description {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
  flex: 1;
  text-align: left;
}

.cta-card__arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  position: absolute;
  right : 0;
  top: 50%;
  transform: translateY(-50%);
}

.cta-card__arrow--contact {
  background-color: #1a3f7a;
}

.cta-card__arrow--recruit {
  background-color: #2ea8d5;
}

.cta-card__arrow svg {
  width: 54px;
  height: 56px;
  display: block;
  margin-left: 3px;
}

@media (max-width: 768px) {
  .cta-card {
    margin: 16px 0;
    border-radius: 10px;
    padding: 0;
  }

  .cta-card__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* padding: 32px 24px 28px; */
    gap: 16px;
    padding: 20px;
  }

  .cta-card__text-block {
    align-items: center;
    min-width: unset;
    gap: 2px;
  }

  .cta-card__label {
    font-size: 12px;
  }

  .cta-card__heading {
    font-size: 40px;
  }

  .cta-card__description {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .cta-card__arrow {
    width: 30px;
    height: 30px;
    margin-left: 0;
    right : 20px;
  }

  .cta-card__arrow svg {
    width: 20px;
    height: 20px;
  }
  .cta-card.contact_card{
    padding: 0;
  }
}



/* ==========================================
   サービス下層ページ
   ========================================== */


 @media screen and (min-width: 768px) {
  .service_contents_left, .service_contents_right {
      position: relative;
      width: 1100px;
      margin: 0 auto;
      max-width: 100%;
  }
  .hero-img img {
      max-width: 595px;
      object-fit: contain;
  }
  .hero .inner_wrap{

    max-height: 400px;
  }
}



/* ==========================================
   採用＿求人情報
   ========================================== */

.sub_container #other_page.recruit_overview{
  padding-top: 30px;
}
#interview_link .news_data .image{
  /* 画像のアスペクト比を360:200（=1.8:1）に固定 */
  aspect-ratio: 1.8/1;
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #interview_link .wrap{
    -webkit-flex-wrap: nowrap;
	  flex-wrap: nowrap;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 40px;
   }
   #interview_link .news_data {
    width: 360px;
    max-width: 31%;
   }
   #interview_link .news_data .image{
    border-radius: 8px;
   }
   .job_data{
     display: block;
   }
   #interview_link{
     margin-bottom: 0;     
   }

  }

  @media screen and (max-width: 767px) {
    #interview_link{
      margin-bottom: 0;     
    }
  }




/* ==========================================
   会社概要
   ========================================== */


   @media screen and (min-width: 768px) {
    .flex2{
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      gap : 30px;
    }
    .flex2 .order_02{
      -webkit-order: 2;
      order:2;
    }
    .flex2 .order_01{
      -webkit-order: 1;
      order:1;
    }
   }
   @media screen and (max-width: 767px) {
    .building_photo{
      width: 100%;
    }
   }


   .business_division_item{
      border-radius: 8px;
      background: #fff;
      border: 4px solid #cde1fa;
      margin-bottom: 20px;
      display: flex;
      gap:30px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      padding: 30px 20px;
   }

   @media screen and (max-width: 767px) {
    
   .business_division_item{
    -webkit-flex-direction: column;
    flex-direction: column;
 }
} 


   .business_division_item img{
    max-width:100%;
    width: 254px;
   }
   @media screen and (max-width: 767px) {
    .business_division_item img{
      width: 100%;
    }

   }
   .business_division_item .Summary{
    text-align: left;
    margin-bottom: 0;
   }
   

   #other_page .wrap .box .company_contents .sh03::before,
   #other_page .wrap .box .company_contents .sh03::after{
    display: none;
   }
  #other_page .wrap .box .company_contents .sh03:after  {
    position: absolute;
    content: " ";
    display: block!important;
    border-bottom: solid 3px #5472cd;
    bottom: -3px;
    width: 30%;
    top: auto;
    left: 0;
    background: none;
  }
  #other_page .wrap .box .company_contents .sh03 i{
    font-size: 60px;
    margin-bottom: 8px;
    display: block!important;
    text-align: center;
    color: #5472cd;
    margin-top: -30px;
  } 
  





/* ==========================================
   その他CSS調整
   ========================================== */

  #news_category .tab ul{

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    gap: 10px;
  }
  #news_category .tab li{
    margin: 0;
  }

  #other_page .wrap .box .text dd ul li{
    list-style-type:circle;
  }
  #other_page .wrap .box .text p.align_r{
    text-align: right!important;
  }
  @media screen and (max-width: 767px) {
    .recruit_banner{
      margin-top: 40px;
    }

    .product_hero .product_copy p{
      padding-left: 0!important;
      display: block;
    }

    #other_page .wrap .box .text dd{
      text-align: left;
    }


}

.card{
  border:0;
}
.member_contents .member_box .personal_card_back .img_box {
  width: 298px;
  
}

/* ==========================================
   リクルートページ
   ========================================== */

#recruit_mv{
  position: relative;
  margin-bottom: 50px;
}
#recruit_mv .sh01{
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

#recruit_mv .copy{
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  font-weight: 400;
  font-size: min(48px, 4.5vw);
  line-height: 1.4;
  text-align: left;
  color: #0f1a21;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  width: 1100px;
  max-width: calc(100% - 40px);
}

#recruit_mv .copy span{
  color: #0049BE;
}


@media (max-width: 768px) {
  #recruit_mv{
    background: #E0E7EF;
    padding-top: 200px;
  }
  #recruit_mv .sh01{
    top: 100px;
  }
  #recruit_mv .copy{
    text-align: center;
    top:180px;
    transform: translateX(-50%) translateY(0);
  }
}






   .recruit_about_us_heading {
    text-align: center;
    margin-bottom: 24px;
  }
  
  .recruit_about_us_title {
    font-size: 22px;
    font-weight: 700;
    color: #0049BE;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
  }
  
  .recruit_about_us_label {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0.08em;
  /* text-transform: uppercase; */
  /* text-transform: lowercase;   */
  text-transform: none;
}
/* .recruit_about_us_label::first-letter {
  text-transform: uppercase;
} */
  .recruit_about_us_label.text_none{
    text-transform: none;
  }
  .recruit_about_us_body {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
  }
  .recruit_about_us_body strong {
    background: linear-gradient(transparent 60%, #F5E642 60%);
    font-weight: 700;
  }
  .recruit_about_us_body p{

    font-size: 16px;
    line-height: 30px;
  }

   @media screen and (min-width: 768px) {

   .recruit_about_us .wrap{
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding: 20px;
   }


   .recruit_about_us .philosophy,
   .recruit_about_us .work,
   .recruit_about_us .value {
    position: relative;
    width: 1047px;
    max-width: 100%;
    margin: 0 auto;
    
   }
   .philosophy__inner,
   .value__inner {
     padding-left: 50%;
   }
   
   .work__inner{
    padding-right: 50%;
   }

  .recruit_about_us_img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
   
  .recruit_about_us_img img{
    max-width: calc(50vw - 40px);
  }
   .philosophy__image,
   .value__image {
     left: 0;
   }
   .work__image {
    right: 0;
   }
   
   .recruit_about_us_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 300px;
     max-width: 100%;
     text-align: left;
     -webkit-flex-direction: column;
     flex-direction: column;
     -webkit-justify-content: center;
     justify-content: center;
   }
   
  }
/*sp*/

   @media (max-width: 768px) {
   
    .recruit_about_us .wrap{
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      gap: 50px;
      padding: 20px;
     }
     
     .recruit_about_us_content{
      gap: 20px;
      -webkit-justify-content: center;
      justify-content: center;
     }
     .recruit_about_us_body{
      text-align: left;
     }
     .recruit_about_us_img img{
      max-width: 60%;
    }

   }
   






/* ==========================================
   リクルートページ - ワークスタイル
   ========================================== */


.workstyle{
    background:#F2F6F8;
    padding:80px 20px 100px;
}

.workstyle__inner{
    max-width:1100px;
    margin:0 auto;
}


.workstyle__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    margin-bottom:40px;
}

.workstyle-card{
    background:#fff;
    border-radius:8px;
    padding:28px 20px;
    text-align:center;
}

.workstyle-card--wide{
    grid-column:span 2;
}

.card-title{
    font-size:18px;
    font-weight:700;
    padding-bottom:15px;
    margin-bottom:25px;
    border-bottom:1px solid #dfe6eb;
}

.card-icon{
    width:110px;
    display:block;
    margin:0 auto;
}
.card_image{
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center; /* 横方向中央揃えを追加 */
}

.card-value{
    color:#0094dd;
    font-weight:700;
}

.card-value span{
    font-size:52px;
    line-height:1;
}

.card-value small{
    font-size:24px;
    color: #0F1A21;
}

.job-chart{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}
.job-chart_wrap{

  position: relative;
}
@media screen and (min-width: 768px) {


  .workstyle-card{
    min-width: 33%;
  }
.job-chart__center{
    width:301px;
    position: absolute;
    top: 27px;
    left: 44%;
    transform: translateX(-50%);
}
.job-chart__left,
.job-chart__right{
    max-width:35%;
}
}

.job-chart__left .job-item strong,
.job-chart__right .job-item strong{
    font-size: 44px;      
}
.job-chart__left .job-item strong small,
.job-chart__right .job-item strong small{
    font-size: 24px;    
    color: #0F1A21;  
}

.job-item{
    text-align:left;
    margin-bottom:25px;
    font-size:18px;
}

.job-item strong{
    display:block;
    color:#0094dd;
    font-size:56px;
    line-height:1;
    margin-top:8px;
}

.job-item strong small{
    font-size:28px;
}

.job-dot{
    display:inline-block;
    width:12px;
    height:12px;
    background:#5bb6dc;
    margin-right:8px;
}

.holiday{
    display:flex;
    justify-content:center;
    gap:5%;
}

.holiday-item img{
    width:90px;
    margin:10px auto;
    display:block;
}

.holiday-item p{
    font-size:16px;
    margin-bottom:10px;
}

.holiday-value{
    color:#0094dd;
}

.holiday-value span{
    font-size:48px;
    font-weight:700;
}

.holiday-value small{
    font-size:24px;
}

@media screen and (max-width: 1024px) {
  .holiday,
  .card-value{
    zoom: 0.8;
  }
}


.system-box{
    background:#fff;
    border-radius:8px;
    padding:60px 70px;
}

.system-box h2{
    text-align:center;
    font-size:22px;
    font-weight:700;
    margin-bottom:50px;
}

.system-section{
    margin-bottom:50px;
}

.system-section:last-child{
    margin-bottom:0;
}

.system-section h3{
    font-size:18px;
    font-weight:700;
    margin-bottom:20px;
}

.system-section p{
    font-size:16px;
    line-height:2;
    color:#333;
}

.book-box{
    margin-top:25px;
    background:#F5F8FA;
    border-radius:8px;
    padding:25px 30px;
}

.book-box p{
    font-weight:700;
    margin-bottom:15px;
}

.book-box ul{
    padding-left:20px;
}

.book-box li{
    margin-bottom:8px;
    line-height:1.8;
    position: relative;
}
.book-box li::before{
  content: "・";
}

/* ==========================
SP
========================== */

@media screen and (max-width:767px){

    .workstyle{
        padding:60px 15px 80px;
    }

    .workstyle__grid{
        grid-template-columns:1fr;
        gap:15px;
    }

    .workstyle-card--wide{
        grid-column:auto;
    }

    .card-title{
        font-size:18px;
    }

    .card-icon{
        width:100px;
    }

    .card-value span{
        font-size:56px;
    }

    .job-chart{
        flex-direction:column;
    }

    .job-chart__center{
        order:-1;
    }

    .job-chart__center img{
        width:180px;
        margin: 0 auto;
    }

    .job-chart__left,
    .job-chart__right{
        width:100%;
        
    }
    .job-item{
        margin-bottom:20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
    }

    .job-item strong{
        font-size:40px;
        display: inline;
    }

    .holiday{
        gap:15px;
    }

    .holiday-item img{
        width:70px;
    }

    .holiday-value span{
        font-size:38px;
    }

    .system-box{
        padding:30px 20px;
    }

    .system-box h2{
        font-size:24px;
        margin-bottom:35px;
    }

    .system-section h3{
        font-size:22px;
    }

    .system-section p{
        font-size:14px;
        line-height:1.9;
    }

    .book-box{
        padding:20px;
    }
}

.job_openings{
  background:#F2F6F8;
  padding:100px 20px;
}


.job_openings_title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:80px;

  margin-bottom:50px;

  color:#006CB7;
  font-size:48px;
  font-weight:700;
}

.job_openings_title_line{
  width:60px;
  height:3px;
  background:#006CB7;
}

.job_openings_lead{
  text-align:center;
  font-size:18px;
  line-height:1.5;
  color:#333;

  margin-bottom:60px;
}

.job_openings_list{
  display:flex;
  flex-direction:column;
  gap:32px;
}

.job_openings_card{
  display:grid;
  grid-template-columns:43% 1fr 0;

  min-height:250px;

  background:#fff;
  border-radius:8px;
  overflow:hidden;

  box-shadow:0 2px 8px rgba(0,0,0,.08);

  color:#333;
  text-decoration:none;

  transition:.3s;
}

.job_openings_card:hover{
  transform:translateY(-3px);
}

.job_openings_card_image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.job_openings_card_content{
  padding:50px 166px 40px 36px;
  text-align: left;
  position: relative;
}

.job_openings_card_title{
  font-size:28px;
  font-weight:700;
  margin-bottom:24px;
}

.job_openings_card_line{
  width:100%;
  max-width:430px;
  height:4px;

  margin-bottom:24px;

  background:
  linear-gradient(
      to right,
      #5c6ed5 0%,
      #5c6ed5 24%,
      #cddcf6 24%,
      #cddcf6 100%
  );
}

.job_openings_card_text{
  font-size:18px;
  line-height:2;
}

.job_openings_card_arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  position: absolute;
  right: 24px ;
  top: 50%;
  transform: translateY(-50%);
}

.job_openings_card_arrow span{
  position:relative;

  width:58px;
  height:58px;

  border:1px solid #003a63;
  border-radius:50%;
}

.job_openings_card_arrow span::before{
  content:"";

  position:absolute;
  top:50%;
  left:50%;

  width:12px;
  height:12px;

  border-top:4px solid #003a63;
  border-right:4px solid #003a63;

  transform:
      translate(-60%,-50%)
      rotate(45deg);
}

@media screen and (max-width:1024px){
  .job_openings_card_content{
    padding:30px 100px 20px 30px;
  }
}
@media screen and (max-width:767px){

  .job_openings{
      padding:70px 15px;
  }

  .job_openings_title{
      gap:20px;
      font-size:32px;
      margin-bottom:30px;
  }

  .job_openings_title_line{
      width:40px;
  }

  .job_openings_lead{
      font-size:15px;
      line-height:1.8;
      margin-bottom:40px;
  }

  .job_openings_card{
      grid-template-columns:1fr;
      min-height:auto;
  }

  .job_openings_card_image{
      aspect-ratio:16 / 9;
  }

  .job_openings_card_content{
      padding:24px 70px 20px 20px;

      position: relative;
  }

  .job_openings_card_title{
      font-size:24px;
      margin-bottom:16px;
  }

  .job_openings_card_text{
      font-size:15px;
      line-height:1.8;
  }

  .job_openings_card_arrow{
      padding:0 0 24px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
  }

  .job_openings_card_arrow span{
      width:30px;
      height:30px;
  }
  .job_openings_card_arrow span::before{
    width: 10px;
    height: 10px;
  }
}



/* ==========================
インタビューカード
========================== */

#interview_link.layout4{
  background: white;
  padding: 70px 0 80px;
}

#interview_link.layout4 .news_data .image{
  /* 画像のアスペクト比を360:200（=1.8:1）に固定 */
  aspect-ratio: 1.8/1;
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #interview_link.layout4 .wrap{
    -webkit-flex-wrap: nowrap;
	  flex-wrap: nowrap;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 40px;


    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
   }
   #interview_link.layout4 .news_data {
    width: 508px;
    max-width: 45%;
   }
   #interview_link.layout4 .news_data .image{
    border-radius: 8px;
    height: 200px;
   }
   .job_data{
     display: block;
   }
   #interview_link.layout4{
     margin-bottom: 0;     
   }

  }

  @media screen and (max-width: 767px) {
    #interview_link{
      margin-bottom: 0;     
    }
  }



/* ==========================
求める人物像
========================== */


@media screen and (min-width: 768px) {
  .ideal_candate{
    padding: 0 0 80px;
  }
  .point_line{
    background: transparent;
    border: 4px solid #f2f6f8;
    border-radius: 8px;
    padding : 50px 0 40px;

  }
  .recomend_list {
      margin: 0 auto;
      width: auto;
      min-width: none;
  }
  .recomend_list ul{
    display: inline-block;
  }
  .recomend_list li{
    position: relative;
    padding-left: 30px;
    line-height: 1.4;
  }
  .recomend_list li:before{
    position: absolute;
    left: 0;
  }
}
















/* ═══════════════════════════════════════
  ABOUT　US
════════════════════════════════════════ */
.aboutus_contents *{
  box-sizing: border-box;
}

.aboutus_contents{
  padding: 80px 0;
}
.aboutus_contents.color2{
  background-color: #F4F5FA;
}


.aboutus_contents .copy{

font-size: 36px;
line-height: 1.5;
text-align: center;
color: #3c3c3c;
margin-bottom: 40px;
}


/* ─── HERO ─── */
.ai_stress_hero {
  width: 100%;
  padding: 48px 20px 0;
}

.ai_stress_hero__inner {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ai_stress_hero__image {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

.ai_stress_hero__arrow {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}

/* ─── PROCESS ─── */
.ai_stress_process {
  width: 100%;
  padding: 30px 20px 20px;
}

.process__inner {
  max-width: 980px;
  margin: 0 auto;
}

.process__title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #1A1A2E;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.process__subtitle {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #1A1A2E;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

/* ─── GRID ─── */
.process__grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background-color: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #D8E0EC;
  overflow: hidden;
  margin-bottom: 20px;
}

/* ─── CARD ─── */
.process__card {
  flex: 1 1 0;
  padding: 28px 20px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 0;
}

/* ─── CARD HEADER (SP only row layout container) ─── */
.process__card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* ─── STEP BADGE ─── */
.process__step {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  align-self: flex-start;
}

.process__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #2B9FC0;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
  line-height: 1;
}

.process__step-label {
  font-size: 18px;
  font-weight: 700;
  color: #1A1A2E;
  letter-spacing: 0.02em;
}

/* ─── ICON ─── */
.process__icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
  overflow: hidden;
}

.process__icon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ─── CARD TITLE ─── */
.process__card-title {
  font-size: 14px;
  font-weight: 700;
  color: #1A1A2E;
  margin-bottom: 12px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

/* ─── CARD TEXT ─── */
.process__card-text {
  font-size: 12px;
  font-weight: 400;
  color: #3D3D4E;
  line-height: 1.8;
  letter-spacing: 0.01em;
  text-align: center;
}

/* ─── DIVIDER ARROW ─── */
.process__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 12px;
  background: url('/wp-content/themes/designare_new-child/img/aboutus/flow_line_pc.svg') no-repeat center center;
  background-size: contain;
  
  background-size: 100%;
  position: relative;
  overflow: visible;
}

.process__divider svg {
  position: absolute;
  z-index: 2;
}

/* ─── FOOTER TEXT ─── */
.process__footer-text {
  font-size: 13px;
  font-weight: 400;
  color: #555566;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.01em;
}

.process__footer-br {
  display: inline;
}

/* ═══════════════════════════════════════
   SP — max-width: 768px
════════════════════════════════════════ */
@media (max-width: 768px) {

  .aboutus_contents .wrap{
    max-width: calc(100% - 32px);

  }

  .ai_stress_hero {
    padding: 32px 16px 0;
  }

  .ai_stress_hero__inner {
    max-width: 100%;
  }

  .ai_stress_process {
    padding: 36px 16px 20px;
  }

  .process__title {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .process__subtitle {
    font-size: 13px;
    margin-bottom: 28px;
  }

  /* Stack cards vertically */
  .process__grid {
    flex-direction: column;
    border-radius: 0;
    border: none;
    /* background-color: transparent; */
    gap: 0;
    margin-bottom: 28px;
    overflow: visible;
    padding: 0;
  }

  /* each card row */
  .process__card {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 16px 20px 24px;
    /* border-bottom: 1px solid #D8E0EC; */
    background-color: transparent;
  }

  .process__card:last-child {
    border-bottom: 1px solid #D8E0EC;
  }

  /* Card header: step badge + icon side by side */
  .process__card-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
  }

  .process__step {
    margin-bottom: 0;
    align-self: auto;
  }

  .process__step-label {
    font-size: 20px;
  }

  /* Show SP icon, hide PC icon */
  .process__icon-wrap {
    width: 56px;
    height: 56px;
    margin-bottom: 0;
  }
  .process__divider {
    /* display: none; */
  
    background: url('/wp-content/themes/designare_new-child/img/aboutus/flow_line_sp.svg') no-repeat center center;
    background-size: cover;
    height: 10px;
    width: 100%;
    display: block;
  
  }

  .process__card-title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .process__card-text {
    font-size: 13px;
    text-align: left;
    line-height: 1.8;
    color: #3D3D4E;
  }

  .process__footer-text {
    font-size: 12px;
    line-height: 1.9;
    color: #555566;
  }

  .process__footer-br {
    display: none;
  }
}