/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.dnd-section>.row-fluid {
    margin: 0 auto;
    max-width: 100% !important;
}

html {
  scroll-padding-top: 80px; // ヘッダーの高さ分設定
}

.header{display:none;}
.footer{display:none;}
    .container { width: 90%; max-width: 1200px; margin: 0 auto; }

    /* Header */
    .site-header {
      background-color: #ffffff;
      border-bottom: 1px solid #eaeaea;
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 1000;
    }
    .site-header .header-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 0;
    }
    .logo img { height: 40px; }

    /* Desktop Nav */
    .site-nav {
      display: flex;
      gap: 2rem;
    }
    .site-nav a {
      text-decoration: none;
      color: #333333;
      font-weight: 500;
      transition: color 0.2s;
    }
    .site-nav a:hover { color: #FF6600; }

    /* Contact Button */
    .btn-contact--desktop {
      display: inline-block;
      padding: 0.5rem 1rem;
      background-color: #0A1F44;
      color: #ffffff;
      border-radius: 4px;
      text-decoration: none;
      font-weight: 600;
    }
    .btn-contact--desktop:hover {
      display: inline-block;
      padding: 0.5rem 1rem;
      background-color: #ffffff;
      color: #0A1F44;
      border-radius: 4px;
      border: 3px solid #0A1F44;;
      text-decoration: none;
      font-weight: 600;
    }
    .btn-contact--mobile {
      display: none;
      width: 100%;
      text-align: center;
      margin-top: 1rem;
      padding: 0.75rem 0;
      background-color: #0A1F44;
      color: #ffffff;
      text-decoration: none;
      font-weight: 600;
      border-radius: 4px;
    }

    /* Hamburger Toggle */
    .menu-toggle {
      display: none;
      flex-direction: column;
      justify-content: space-between;
      width: 24px;
      height: 18px;
      cursor: pointer;
    }
    .menu-toggle span {
      display: block;
      height: 2px;
      background-color: #333;
      border-radius: 1px;
    }

    /* Mobile Menu */
    .mobile-nav {
      display: none;
      position: absolute;
      top: 100%; left: 0; right: 0;
      background-color: #ffffff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .mobile-nav ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      padding: 1.5rem;
    }
    .mobile-nav a { font-size: 1rem; }

    /* Footer */
    .site-footer {
      background-color: #0A1F44;
      color: #ffffff;
      padding: 3rem 0 1.5rem;
    }
    .site-footer .footer-nav ul {
      list-style: none;
      display: flex; justify-content: center;
      gap: 1.5rem; flex-wrap: wrap;
    }
    .site-footer .footer-nav a {
      color: #ffffff; text-decoration: none; font-weight: 500;
    }
    .site-footer .footer-nav a:hover { text-decoration: underline; }
    .site-footer .footer-info { text-align: center; margin-top: 1.5rem; font-size: 0.875rem; line-height: 1.4; }

    /* Responsive */
    @media (max-width: 768px) {
      .site-header .header-inner { padding: 0.75rem 0; }
      .site-nav, .btn-contact--desktop { display: none; }
      .menu-toggle { display: flex; }
      .mobile-nav { display: none; }
      .mobile-nav.active { display: block; }
      .btn-contact--mobile { display: block; }
    }
.dnd-section .dnd-column {
    padding: 0;
}

 body {
      margin: 0;
      font-family: 'm-plus-2p', sans-serif;
      line-height: 1.6;
      color: #4f4f50;
    }
    .hero {
      background: #fff8f3;
      text-align: center;
      padding: 40px 20px;
    }
p{font-family: m-plus-2p,}
h3{color:#333;
    font-family: 'sofia-pro', sans-serif;
    letter-spacing: 0px;}

hr {
    border: none;
    border-bottom: 1px solid #999;
    width: 100%;
    margin: -10px 0pc 20px 0;
}

    .logo {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
    }
  .hero {
    position: relative;
    padding: 80px 0 0px;
    overflow: hidden;
    background: #fff;
  }
  .hero-inner {
    position: relative;
    z-index: 1;
  }
  .hero-heading-group {
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 150px;
}
  .gradient-script {
      font-size: 150px;
    background: linear-gradient(90deg, #f7941d, #f04d6f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    background-size: 0% 100%;
    background-repeat: no-repeat;
    animation: revealText 2.5s ease forwards;
    margin-bottom: 0px;
    font-family: absolute-beauty, sans-serif;
    font-style: normal;
    font-weight: 700;
    transform: rotate(-14deg);
    margin-left: 0px;

  }
  .hero-sub {
font-size: 50px;
    color: #333;
    margin: -45px 0px 0px 60px;
    text-align: left;
        font-weight: 100;
  }
  .hero-text {
font-size: 16px;
    color: #555;
    margin: 30px 0px 0px 61px;
    font-weight: 700;
  }
  .hero-images-wrapper {
    background: #fff7d5;
    padding: 30px 0;
  }
  .hero-images {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .hero-images img {
    width: 100%;
    max-width: calc(20% - 8px);
    object-fit: cover;
    border-radius: 4px;
    margin: -100px 0px 50px 0px;
  }
  .scroll-indicator {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
  }
  .scroll-line {
    width: 1px;
    height: 75px;
    background: #fff;
    margin: 4px auto 0;
    animation: scrollAnim 1.2s infinite;
  }
  @keyframes scrollAnim {
    0% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(6px); opacity: 0; }
  }
  @keyframes revealText {
    0% {
      background-size: 0% 100%;
    }
    100% {
      background-size: 100% 100%;
    }
  }
  @media (max-width: 768px) {
    .gradient-script {
      font-size: 36px;
    }
    .hero-sub {
      font-size: 24px;
    }
    .hero-images {
      flex-wrap: wrap;
      gap: 8px;
    }
    .hero-images img {
      max-width: calc(50% - 6px);
    }
  }
.contact-floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.contact-box {
  display: flex;
  align-items: flex-end;
  background-color: #000e78;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  max-width: 300px;
}
contact-illust {
    margin: 0 0 -40px 20px;
}

.contact-content {
  margin-right: 10px;
}

.contact-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
}

.contact-illust img {
  width: 60px;
  height: auto;
}
    h2 {
font-size: 60px;
    margin-bottom: 10px;
    color: #4f4f50;
    text-align: center;
    font-family: "sofia-pro", sans-serif;
    font-weight: 700;
    }
.h2under{font-size:20px;
text-align:center;
    font-weight: 400;
  margin: 20px 0px 40px 0px;}
      
   .flow-chart {
     background: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;}

.info{background: no-repeat url("https://22565638.fs1.hubspotusercontent-na1.net/hubfs/22565638/IC_Solution_July_2023/Images/sec2infoback.png");
    padding: 40px;
  margin-top: 100px;
display:flex;}
  
.infoleft{margin:0 50px 0 0;}
 
    .example .examples,
    .cases .case-list,
    .feature-detail .details {
      background: #f4f4f4;
      padding: 20px;
      border-radius: 10px;
      margin-top: 20px;
      text-align: center;
    }
    .points {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      margin-top: 20px;
    }
    .point {
      background: #fff2e0;
      padding: 15px;
      margin: 10px;
      border-radius: 10px;
      flex: 1 1 30%;
      text-align: center;
      font-weight: bold;
    }

   .point::before {
  content: "♥";
}
    .case-list {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .case {
      display: flex;
      gap: 20px;
      align-items: center;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }
.feature-row {
    max-width: 1200px;
}
    .case img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 10px;
    }
    .case-text {
      flex: 1;
    }
    .cta-area {
      background: #002060;
      color: white;
      text-align: center;
      padding: 40px 20px;
    }
    .cta-area .cta-button {
      margin-top: 20px;
      background: #ff914d;
      color: #000;
    }
.support{display:flex;
      justify-content: space-around;
      flex-wrap: wrap;
      margin-top: 30px;
    padding: 0px 20px;
}
.supportsample{    width: 150px;
    height: 150px;
    background: #022b95;
    border-radius: 30px;
    margin: 3px;
    position: relative;
    color: #fff;}
.supportsampletext{position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    font-size: 20px;
  font-weight: 500;}

  .cases {
    padding: 60px 0;
    background-color: #fafafa;
  }
  .cases-intro {
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
    color: #666;
  }
  .case-box {
    display: flex;
    align-items: flex-start;
    background: #f6f6f6;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 16px 16px 90px 16px;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
    max-width:1200px;
      margin:0 auto;
    border:1px solid #000;
    margin-bottom: 40px;
  }
  .case-image img {
    width: 350px;
    height: auto;
    border-radius: 8px;
  }
  .case-text {
    margin-left: 20px;
    flex: 1;
  }
  .case-label {
    font-size: 14px;
    color: #999;
    display: block;
    margin-bottom: 8px;
  }
  .case-text h3 {
    font-size: 30px;
    margin-bottom: 10px;
        font-weight: 700;
  }
  .case-text p {
    font-size: 20px;
    line-height: 1.6;
    color: #444;
  }
  .feature-detail {
    background: #f0f0f0;
    padding: 40px 0;
  }
.example-contents {
    text-align: center;
    margin: 50px 0px;
    background: #f4f4f4;
    padding: 40px 0px 40px 0px;
    border-radius: 35px;
    margin-top: 20px;
    text-align: center;
    /* max-width: 750px; */
    margin: 0 auto;
    margin-bottom: 10px;
}
  .feature-sub {
    text-align: center;
    font-size: 14px;
    color: #555;
    margin-bottom: 40px;
  }
  .feature-row {
    display: flex;
    flex-direction: column;
    gap: 30px
          max-width: 1200px;
    margin: 0 auto;
  }
  .feature-line {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    min-height: 100px;
      justify-content: center;
  align-items: center;
  }
  .feature-title {
    min-width: 150px;
    font-size: 30px;
    font-weight: 700;
    color: #444;
    flex-shrink: 0;
  }
  .feature-divider {
    flex-grow: 1;
    border-bottom: 1px solid #999;
    margin-top: 10px;
  }
  .feature-desc {
    max-width: 700px;
    font-size: 20px;
    color: #333;
    line-height: 1.8;
    margin: 10px;
  }
 .cta-box {
    background-color: #000e78;
    padding: 60px 20px;
  }
  .cta-inner-row {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
  }
  .cta-illustration img {
    width: 120px;
    height: auto;
  }
  .cta-content {
    flex: 1;
    min-width: 250px;
  }
  .cta-message {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
        margin-left: -190px;
  }
  .cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 220px;
  }
  .cta-button {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    width: 100%;
  }
  .cta-request {
    background: linear-gradient(to right, #1b2f74, #4a7abf);
  }
  .cta-inquiry {
    background: linear-gradient(to right, #f66, #f90);
  }
  .cta-button img {
    width: 28px;
    height: 28px;
  }
  @media (max-width: 768px) {
    .cta-inner-row {
      flex-direction: column;
      text-align: center;
      align-items: center;
    }
    .cta-buttons {
      align-items: center;
    }
  }
    @media (max-width: 600px) {
      .points {
        flex-direction: column;
      }
      .hero-images {
        flex-direction: row;
        gap: 5px;
      }
      .case {
        flex-direction: column;
        text-align: center;
      }
          .cta-container {
      flex-direction: column;
      align-items: flex-start;
    }
    .cta-buttons {
      width: 100%;
    }
    }

section.assignment {
    max-width: 1200px;
    margin: 0 auto;
        padding:40px 0 0 0;
}

.feature {max-width: 1200px;
    margin: 0 auto;
      padding:40px 0 0 0;
}
.example {max-width: 1200px;
    margin: 0 auto;
      padding:40px 0 0 0;
}
.cases {background: #fdfdfd;
    margin: 0 auto;
}

.feat {
    text-align: right;
    margin: -100px 0 0px 60px;
}

 .feature-points {
    padding: 30px;
  }
  .points-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
  }
  .point-box {
flex: 1;
    min-width: 280px;
    text-align: left;
    position: relative;
    padding-left: 50px;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .with-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom left, transparent 30%, #333 30%, #333 70%, transparent 70%);
    transform: skewX(-15deg);
  }
  .point-title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'sofia-pro', sans-serif;
  }
  .point-text {
    font-size: 20px;
    line-height: 1.8;
    color: #444;
  }
  @media (max-width: 768px) {
    .example-contents {
    text-align: center;
    margin: 50px 0px;
    background: #f4f4f4;
    padding: 40px 10px;
    border-radius: 35px;
    margin-top: 20px;
    text-align: center;
    /* max-width: 750px; */
    margin: 0 auto;
    margin-bottom: 10px;
}
    .tile {
    display: flex;
    max-height: 100px;
}
    .sp-none{display:none;}
    .tile-text {
    width: 100%;
    padding: 10px;
    font-size: 20px;
    color: #333;
}
    .points-inner {
      flex-direction: column;
      gap: 40px;
              justify-content: center;
        justify-items: center;
    }
    section.assignment {
    max-width: 1200px;
    margin: 0 auto;
        padding:40px 20px;
}
    .supportsample {
    width: 125px;
    height: 125px;
    background: #022b95;
    border-radius: 30px;
    margin: 3px;
    position: relative;
    color: #fff;
}
    .point-text {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}
    .supportsampletext {font-size:16px; }   
.example {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}
    .point-box {
    flex: 1;
    min-width: 280px;
    text-align: left;
    position: relative;
    padding-left: 0px;
    margin: 0 auto;
    margin-bottom: 0px;
}
     .feature-points {
    padding: 20px;
  }
  }

  .feature-tiles {
    background: #fff7c9;
    padding: 30px 0px 60px 0;
  }
  .tiles-inner {
    display: grid;
    /* gap: 40px; */
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
    margin: 0 auto;
    max-width: 1200px;
  }
  .tile {
    display: flex;
    background: #f9f9f9;
    border-radius: 4px;
    overflow: hidden;
    margin: 0px 10px 10px 0px;
  }
  .tile-img {
    width: 45%;
    background: #dba96a;
  }
  .tile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .tile-text {
    width: 100%;
    padding: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
  }
  .tile-text strong {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
  }
  @media (max-width: 768px) {
    .tiles-inner {
      grid-template-columns: 1fr;
    }
      .tile-text {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
  }

    .feature-line {display:block;    margin-bottom: 30px;}
    .cases {
    background: #fdfdfd;
    margin: 0px 20px;
    }
    .case-box {
    display: flex;
    align-items: flex-start;
    background: #f6f6f6;
    margin-bottom: 40px;
    padding: 20px;
      border-radius: 16px;}
    .cta-message {
      margin-left: 0px;}
    .cta-inner-row {
      padding: 10px;}
    .case-text {
    margin-left: 0px;
    }}
.diagonal-bg {
    height: 120px;
    background: #fffef7;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    margin-top: -1px;
  }
.diagonal-bg2{
    height: 120px;
    background: #fefde7;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    margin-top: -1px;
  }
.diagonal-bg3{
    height: 120px;
    background: #fdfdfd;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    margin-top: -1px;
  }
.proposal-section {
  padding: 60px 20px;
  background: #fff;
}

.proposal-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.proposal-left {
  position: relative;
  width: 50%;
  min-width: 280px;
}

        .yellow-box {
        background: #fff;
        width: 100%;
            aspect-ratio: 16 / 9;}


.character-img {
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 120px;
}

.proposal-right {
  flex: 1;
  min-width: 280px;
  margin:auto;}

.proposal-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  color: #444;
  text-align: left;
}

.proposal-text {
  margin-top: 20px;
  font-size: 20px;
  color: #555;
  line-height: 1.7;
}

@media (max-width: 768px) {

  .character-img {
    position: static;
    width: 100px;
    margin-top: -40px;
  }
  .proposal-left {
  position: relative;
  width: 100%;
}
  .character-img {
    display: none;
}
}

.diagonal-bg4{
    height: 200px;
    background: #f0f0f0;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    margin-top: -1px;
  }
.br-sp {
    display: none;
}


@media (max-width: 768px) {
    .gradient-script {
        font-size: 80px;
    }
.gradient-script {
    background: linear-gradient(90deg, #f7941d, #f04d6f);
    -webkit-background-clip: text;
    font-size: 80px;
    -webkit-text-fill-color: transparent;
    animation: revealText 2.5s ease forwards;
    background-repeat: no-repeat;
    background-size: 0 100%;
    display: inline-block;
    font-family: absolute-beauty, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 5px;
    transform: rotate(-14deg);
}
.hero-sub {
         font-size: 38px;
        color: #333;
        margin: -49px 2px 10px 10px;
        text-align: left;
        margin-left: 50px;
}
.hero-text {
    font-size: 16px;
    color: #555;
        margin-left: 15px;
}
P{text-align:left ! important;}
.h2under {
    font-size: 20px;
    text-align: center !important;
    margin-bottom: 30px;
}
.assignment .flow-chart, .example .examples, .cases .case-list, .feature-detail .details {
    background: unset;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
}
.info {
    background: no-repeat url(https://22565638.fs1.hubspotusercontent-na1.net/hubfs/22565638/IC_Solution_July_2023/Images/sec2infoback.png);
    padding: 30px;
    margin-top: 100px;
    display: flex;
    flex-direction: row-reverse;
    background-position:bottom;
}
.case-box {flex-direction: column;}
.diagonal-bg {
  height: 100px;}
.diagonal-bg2 {
  height: 100px;}
.diagonal-bg3 {
  height: 100px;}
.diagonal-bg4 {
  height: 100px;}
.info {flex-direction: column-reverse;
}
  .spnone{display:none;}
  body{
  background-color:transparent;}
  section{padding:0px 10px;}
      .br-sp {
        display: block;
    }
  .feat {
    /* text-align: right; */
    margin: -100px 0 0px 0px;
}
  .with-line::before{display:none;}