/* Hero Section */
.section01 {
    position: relative;
    height: calc(100vh - 100px);
    margin-top: 100px;
    overflow: hidden;
}

.hero-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 86vh;
    background: rgba(11, 54, 196, 0.2);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero-bg video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-catch {
  position: absolute;
  bottom: -100px;
  left: 129px;
  width: 800px;
  height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-vector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(87, 239, 173, 0.2);
    filter: blur(134px);
    z-index: -1;
}

.hero-title-en {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;
    font-size: 66.88px;
    line-height: 1.291;
    letter-spacing: -1.5%;
    color: #FFF;
    margin-bottom: 20px;
    text-shadow: 1px 1px 17px #64d0a3;
}

.hero-title-ja {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
    font-size: 41.87px;
    line-height: 2.062;
    letter-spacing: -2.5%;
    color: #FFF;
    text-shadow: 1px 1px 17px #64d0a3;
}

.scroll-anime {
    position: absolute;
    right: 100px;
    bottom: 0;
    width: 37px;
    height: 111px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.scroll-bar {
    width: 7px;
    height: 111px;
    background: linear-gradient(0deg, #0088FF 0%, #2449A4 100%);
    border-radius: 50px;
}

.scroll-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 10%;
    color: #2449A4;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

/* Section 02 */
.section02 {
    position: relative;
    height: auto;
    background-image: url('../images/background02.svg');
    background-size: cover;
    justify-content: center;
    overflow: hidden;
}

.innerwrap {
    width: 100%;
    margin: 20px auto;
    max-width: 1440px;
}

.sec02-catch {
}

.section02-title-en {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;
    font-size: 66.88px;
    line-height: 1.291;
    letter-spacing: -1.5%;
    color: #2449A4;
    margin-bottom: 20px;
    backdrop-filter: blur(3.49px);
}

.section02-title-ja {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
    font-size: 41.87px;
    line-height: 2.062;
    letter-spacing: -2.5%;
    color: #2449A4;
}

.wave-animation-unit {
  display: flex;
  gap: 38px;
  z-index: 1;
  width: 130%;
  padding: 100px 0 60px;
  margin-left: -74px;
}

.wave {
    width: 300px;
    height: 360px;
    border-radius: 70px;
    background-size: cover;
    background-position: center;
    animation: waveFloat 6s ease-in-out infinite;
}

.wave-1 {
    background-image: url('../images/wave-1.png');
    animation-delay: 0s;
}

.wave-2 {
    background-image: url('../images/wave-2-40e76c.png');
    animation-delay: 1.2s;
}

.wave-3 {
    background-image: url('../images/wave-3.png');
    animation-delay: 2.4s;
}

.wave-4 {
    background-image: url('../images/wave-4.png');
    animation-delay: 3.6s;
}

.wave-5 {
    background-image: url('../images/wave-5.png');
    animation-delay: 4.8s;
}

.wave-6 {
    background-image: url('../images/wave-1.png');
    animation-delay: 6.0s;
}

@keyframes waveFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.sec02-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  align-items: center;
}

.sec02-tripleimg {
    text-align: center;
    padding-bottom: 30px;
}

.sec02-grid img {
    width: 80%;
}

.section2-abst {
  z-index: 1;
  text-align: left;
  max-width: 784px;
  float: right;
}

.section2-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 31px;
    line-height: 1.559;
    letter-spacing: -1.5%;
    color: #363940;
    margin-bottom: 20px;
    backdrop-filter: blur(4px);
}

.section2-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.818;
    letter-spacing: -1.5%;
    color: #000000;
    margin-bottom: 40px;
}

/* Section 03 - Reasons */
.section03 {
  position: relative;
  background-size: contain;
  background-image: url(../images/background03.svg);
  padding: 100px 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position-y: center;
}

.sectionttl-h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}

.sectionttl-ja {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: -1.5%;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    padding-left: 34px;
}

.sectionttl-en {
    font-family: 'Karla', sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 1.601;
    color: #03006A;
    margin-bottom: 20px;
}

.secttl_accent::before {
    content: " ";
    width: 27px;
    height: 4px;
    background: #0088FF;
    border-radius: 60px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    left: 0;
    top:calc(50% - 2px);
}

.reason-group {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1440px;
    margin: 0 auto 100px;
}

.reason-card {
    background: #FFFFFF;
    border-radius: 40px;
    padding: 40px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.reason-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}

.reason-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 187px;
    overflow: hidden;
    border-radius: 40px 40px 0 0;
}

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

.reason-card .reason-image img {
  transform: scale(1);
  transition: transform 0.3s ease;
}

.reason-card:hover .reason-image img {
  transform: scale(1.1);
}

.reason-number {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 0.708;
    letter-spacing: -1.5%;
    color: #2449A4;
    margin: 200px 0 20px;
}

.reason-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.917;
    letter-spacing: -1.5%;
    color: #000000;
    margin-bottom: 20px;
}

.reason-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 2;
    letter-spacing: -1.5%;
    color: #000000;
}

.obtained-license {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 50px;
}

.obtained-license2 {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 80px;
}

.license-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -1.5%;
    color: #2449A4;
    position: relative;
}

.license-title::before {
    content: "";
    width: 40%;
    position: absolute;
    top:50%;
    left: 0;
    height: 2px;
    background-color: #2449A4;
    border-radius: 2px;
}

.license-title::after {
    content: "";
    width: 40%;
    position: absolute;
    top:50%;
    right: 0;
    height: 2px;
    background-color: #2449A4;
    border-radius: 2px;
}

.license-title2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -1.5%;
    color: #2449A4;
    position: relative;
}

.license-title2::before {
    content: "";
    width: 30%;
    position: absolute;
    top:50%;
    left: 0;
    height: 2px;
    background-color: #2449A4;
    border-radius: 2px;
}

.license-title2::after {
    content: "";
    width: 30%;
    position: absolute;
    top:50%;
    right: 0;
    height: 2px;
    background-color: #2449A4;
    border-radius: 2px;
}

.license-group {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 auto 50px;
    padding: 0 125px;
}

.license-item {
    background: #F0F6FF;
    border-radius: 8px;
    padding: 40px 26px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.license-icon {
    font-size: 24px;
    color: #000000;
}

.license-content {
    flex: 1;
}

.license-name {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: -1.5%;
    color: #000000;
    margin-bottom: 10px;
}

.license-detail {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 2;
    letter-spacing: -1.5%;
    color: #000000;
}

.detail-btn {
    position: relative;
    z-index: 1;
    background: #2449A4;
    color: #FFFFFF;
    border: none;
    border-radius: 100px;
    padding: 26px 39px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.5%;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.detail-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(36, 73, 164, 0.3);
}

/* philosophy cards grid */
.philosophy-cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:24px;
  margin-bottom:80px;
}
.philosophy-card{
  position:relative;
  height:451px;
  border-radius: 30px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  transition:transform .3s ease, box-shadow .3s ease;
}
.philosophy-card:hover{ transform:translateY(-5px); box-shadow:0 10px 30px rgba(0,0,0,0.15); }

.card-background{ position:absolute; inset:0; z-index:1; }
.card-background img{ width:100%; height:100%; object-fit:cover; display:block; transform: scale(1);transition: transform 0.3s ease;}
.philosophy-card:hover .card-background img {
  transform: scale(1.1);
}
.card-background::after{
  content:'';
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.3);
  z-index:2;
}
.card-content{ position:relative; z-index:3; padding:60px 40px; text-align:center; color:#fff; }
.card-title{
  font-family:var(--base-font-serif);
  font-weight:800;
  font-size:clamp(20px,3vw,28px);
  margin-bottom:20px;
}
.card-text{ font-family:var(--base-font-sans); font-size:15px; line-height:2; }

/* Engines Section */
.corporate-engines {
    padding: 120px 0;
    background: white;
}

.section-title {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.75;
    color: #2449A4;
    text-align: center;
    margin-bottom: 60px;
}

.corporate-engines-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.corporate-engine-card {
    border: 1px solid #2449A4;
    border-radius: 50px;
    padding: 40px;
    background: #FBFBFB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.engine-01 {
    border-color: #2449A4;
}

.engine-02 {
    border-color: #1D9E62;
}

.corporate-engine-card.engine-01 .corporate-engine-badge {
    background: white;
    color: #000;
}

.corporate-engine-card.engine-02 .corporate-engine-badge {
    background: white;
    color: #000;
}

.engine-head {
  margin: -40px -40px 30px;
  background-image: url(https://wrt.solutions/sol2025/wp-content/uploads/2025/11/engine01.jpg);
  text-align: center;
  padding: 30px 40px;
  color: #fff;
}

.engine-head.eh02 {
  background-image: url(https://wrt.solutions/sol2025/wp-content/uploads/2025/11/engine02.jpg);
}

.corporate-engine-badge {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.corporate-engine-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.97;
    text-align: center;
    margin-bottom: 15px;
}

.corporate-engine-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 20px;
}

.corporate-engine-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.81;
    letter-spacing: -1.5%;
    margin-bottom: 30px;
}

.corporate-engine-stats {
    background: rgba(217, 217, 217, 0.3);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.stblock {
    display: flex;
    justify-content: space-between;
}

.stat-label {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.stat-row {
    display: flex;
    gap: 60px;
    margin-bottom: 0;
    justify-content: center;
}

.stat-item {
    text-align: center;
}

.stat-value {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 1.75;
    color: #2449A4;
}

.stat-value.green {
    color: #1D9E62;
}

.stat-desc {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 3.94;
}

.stat-live {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #00BE65;
}

.corporate-engine-features {
    margin-top: 20px;
}

.features-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 3.15;
    margin-bottom: 10px;
}

.features-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.features-list li {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 2;
    padding-left: 20px;
    position: relative;
}

.features-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #2449A4;
}

.features-list.green li::before {
    color: #1D9E62;
}

.features-list.white li::before {
    display: none;
}

.features-value {
    background: #2449A4;
    border-radius: 20px;
    padding: 20px;
    color: white;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.features-value.green-bg {
    background: #1D9E62;
}

.features-value .features-title {
    color: white;
}

.features-value .features-list li {
    color: white;
}

/* Section 04 - Case Study */
.section04 {
    position: relative;
    height: auto;
    background-image: url(../images/background04.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0;
    overflow: hidden;
}

.section04-title {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 100px;
}

.section04-title-ja {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1.5%;
    color: #000000;
    margin-bottom: 20px;
}

.section04-title-en {
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    font-size: 60px;
    line-height: 1.601;
    color: #03006A;
    margin-bottom: 20px;
}

.case-study-cards {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1420px;
    margin: 0 auto 50px;
}

.case-study-card {
    background: #FFFFFF;
    border-radius: 29px;
    overflow: hidden;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.case-study-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}

.case-study-image {
    width: 255px;
    height: 256px;
    float: left;
    margin-right: 20px;
}

.case-study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-study-content {
    padding: 26px;
    overflow: hidden;
}

.case-study-badge {
    background: #F5F5F5;
    border-radius: 8px;
    padding: 8px 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.042;
    letter-spacing: -1.5%;
    color: #0088FF;
    display: inline-block;
    margin-bottom: 10px;
}

.case-study-metric {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.389;
    letter-spacing: -1.5%;
    color: #000000;
    margin-bottom: 20px;
}

.case-study-company {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: -1.5%;
    color: #000000;
    margin-bottom: 20px;
}

.case-study-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.688;
    letter-spacing: -1.5%;
    color: #000000;
}

.case-study-btn {
    position: relative;
    z-index: 1;
    background: #2449A4;
    color: #FFFFFF;
    border: none;
    border-radius: 100px;
    padding: 26px 39px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.5%;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.case-study-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(36, 73, 164, 0.3);
}

/* Section 05 - Business Partners */
.section05 {
    padding: 30px 0;
    background: #FFFFFF;
}

.flex_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
}

.flex_block .sectionttl-h2 {
  margin-bottom: 0px;
}

.section05-title {
    text-align: center;
    margin-bottom: 100px;
}

.section05-title-ja {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1.5%;
    color: #000000;
    margin-bottom: 20px;
}

.section05-title-en {
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    font-size: 60px;
    line-height: 1.601;
    color: #03006A;
    margin-bottom: 20px;
}

/* 無限ループアニメーション用のキーフレーム */
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.partner-logos {
    overflow: hidden;
    margin-bottom: 50px;
}

.partner-logos__wrap {
    display: flex;
    overflow: hidden;
}

.partner-logos__list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
    align-items: center;
}

.partner-logos__list--left {
    animation: infinity-scroll-left 40s infinite linear;
}

.partner-logos__item {
    width: 229px;
    height: 229px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.partner-logos__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ホバー時の一時停止機能 */
.partner-logos:hover .partner-logos__list--left {
    animation-play-state: paused;
}

.partner-btn {
  background: #2449A4;
  color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 100px;
  padding: 26px 39px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.5%;
  cursor: pointer;
  transition: all 0.3s ease;
  height: fit-content;
}

.partner-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(36, 73, 164, 0.3);
}

/* Section 06 - Media/Column */
.section06 {
    position: relative;
    height: auto;
    background-image: url(../images/background06.svg);
    background-size: cover;
    padding: 200px 0;
    overflow: hidden;
}

.section06-title {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 50px;
}

.section06-title-ja {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1.5%;
    color: #000000;
    margin-bottom: 20px;
}

.section06-title-en {
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    font-size: 60px;
    line-height: 1.601;
    color: #2449A4;
    margin-bottom: 20px;
}

.category-list {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 11px;
    justify-content: center;
    margin-bottom: 0px;
}

.category-item {
    background: #1d1b77;
    border-radius: 59px;
    padding: 11px 46px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 13.89px;
    line-height: 1.2;
    letter-spacing: -1.5%;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-item.active {
    background: #0088FF;
}

.category-item:hover {
    transform: translateY(-2px);
}

.category-item a {
    color: #fff;
    text-decoration: none;
}

.category-dot {
    width: 11px;
    height: 11px;
    background: #FFFFFF;
    border-radius: 50%;
}

.card-list {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 50px;
  width: 100%;
  max-width: 1440px;
}

.media-card {
    width: 460px;
    background: #FFFFFF;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.media-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}

.media-card-image {
    width: 100%;
    height: 223px;
    overflow: hidden;
}

.media-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-card-category {
    background: #0088FF;
    border-radius: 48px;
    padding: 8px 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -1.5%;
    color: #FFFFFF;
    display: inline-block;
    margin: 20px 0 0 38px;
}

.media-card-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: -1.5%;
    color: #000000;
    margin: 20px 38px;
}

.media-card-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: -1.5%;
    color: #000000;
    margin: 0 38px 20px;
}

.media-card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 38px 20px;
}

.media-card-date {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: -1.5%;
    color: #000000;
}

.media-card-time {
    font-size: 16px;
    color: #000000;
}

.media-btn {
    position: relative;
    z-index: 1;
    background: #2449A4;
    color: #FFFFFF;
    border: none;
    border-radius: 100px;
    padding: 26px 39px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.5%;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.media-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(36, 73, 164, 0.3);
}

/* Section News */
.section-news {
  padding: 84px 0;
}

.news-container {
  margin: 0 auto;
  padding: 60px 100px;
  background-color: #384967;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}

.linkunit-btn.newslink {
    background: #FFF;
  color: #242424;
}

.news-header {
width: 250px;
}

.news-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-title-ja {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1.5%;
    color: #FFFFFF;
}

.news-title-en {
    font-family: 'Karla', sans-serif;
    font-weight: 800;
    font-size: 60px;
    line-height: 1.169;
    color: #FFFFFF;
}

.news-btn {
    background: #D9D9D9;
    color: #000000;
    border: none;
    border-radius: 100px;
    padding: 26px 39px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.5%;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.news-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(217, 217, 217, 0.3);
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: calc(100% - 270px);
}

.news-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.news-date {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.611;
    color: #FFFFFF;
    min-width: 90px;
}

.news-title-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.706;
    color: #FFFFFF;
    flex: 1;
}

.news-badge {
    background: #221E4A;
    border-radius: 69px;
    padding: 8px 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.611;
    color: #CDCDCD;
    display: flex;
    align-items: center;
    gap: 8px;
}

.news-badge::before {
  content: "　";
  font-size: 10px;
}

@media (max-width: 1200px) {
    .reason-group {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .case-study-cards {
        grid-template-columns: 1fr;
    }
    
    .card-list {
        flex-direction: column;
        align-items: center;
        gap:20px;
    }
    
    .media-card {
        width: 100%;
        max-width: 460px;
    }
  .category-list {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
.category-item {
  gap: 10px;
  width: calc(100%/2 - 10px);
}
}
@media (max-width: 1000px) {
.philosophy-cards {
  grid-template-columns: repeat(1, 1fr);
}
}

@media (max-width: 768px) {
.navi {
  height: 80px;
}

.card-text {
  text-align: left;
}
.section01 {
  height: 500px;
  margin-top: 80px;
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 440px;
  border-radius: 0;
  overflow: initial;
}
  .main-catch {
    top: -120px;
    left: 15px;
    width: 100%;
    height: auto;
  }

.herocatch_sp {
  position: relative;
  width: 100%;
  height: 200px;
}

  .hero-title-ja {
    font-size: 36px;
    width: 100%;
    text-align: center;
    color: #4961ab;
  }

  .hero-title-en {
    font-size: 36px;
    width: 100%;
    text-align: center;
    color: #3d65d9;
  }

.scroll-anime {
  position: absolute;
  right: 20px;
}
.scroll-text {
    font-size: 15px;
}

.sec02-catch {
    display: none;
}
  .innerwrap {
    padding: 15px;
  }

.section2-subtitle {
    font-size: 21px;
}
.section2-description {
  font-size: 15px;
}

.wave-animation-unit {
  gap: 20px;
  margin-left: -13%;
}
.wave-4, .wave-5, .wave-6 {
    display: none;
}

.section03,.section04,.section06 {
   padding: 50px 0;
}
.sectionttl-h2 {
  margin-bottom: 50px;
}
.secttl_accent::before {
    display: none;
}
.sectionttl-ja {
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 5px;
  padding-left: 0;
  text-align: center;
}
.sectionttl-en {
  font-size: 34px;
  margin-bottom: 20px;
  text-align: center;
}

.reason-card {
  border-radius: 10px;
    padding: 30px 0px;
}
.reason-image {
  height: 140px;
  border-radius: 10px 10px 0 0;
}
.reason-number {
  font-size: 24px;
  margin: 140px 0 12px;
}
.reason-title {
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: center;
}
.reason-description {
    display: none;
}
.reason-group {
    margin-bottom: 70px;
}
.license-title, .license-title2 {
  font-size: 22px;
}
.license-title::before, .license-title::after {
    width: 25%;
}
  .license-title2::before, .license-title2::after {
    width: 10vw;
  }
.license-group {
  gap: 6px;
  margin-bottom: 25px;
  padding: 0;
}
  .license-item {
    padding: 10px 20px;
    display: block;
    text-align: center;
  }
.license-name {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.5em;
}
.license-detail {
  font-size: 15px;
}

.corporate-engine-title {
  font-size: 22px;
  line-height: 1.6em;
}
.corporate-engine-subtitle {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.engine-head {
  padding: 30px 40px 10px;
}

.stblock {
  display: block;
  text-align: center;
}
.stat-label {
  font-size: 20px;
  margin-bottom: 5px;
}

.stat-row {
  display: block;
}

.stat-desc {
    line-height: initial;
    margin-bottom: 10px;
}

.corporate-engine-card {
  border-radius: 20px;
  padding: 40px 20px 0px;
}

.case-study-cards {
  gap: 20px;
  margin: 0 auto 50px;
}
.case-study-card {
  border-radius: 10px;
}
.case-study-image {
  width: 120px;
  height: 160px;
  margin-right: 10px;
}
.case-study-content {
  padding: 16px;
}
.case-study-company {
  font-size: 18px;
  margin-bottom: 10px;
}
.case-study-description {
  font-size: 14px;
}

.flex_block {
  display: block;
  margin-bottom: 20px;
}
.media-card {
  height: auto;
  border-radius: 10px;
  padding-bottom: 5px;
}
.media-card-category {
  padding: 8px 20px;
  font-size: 14px;
  margin: 15px 0 0 15px;
}
.media-card-image {
  height: 150px;
}
.media-card-title {
  font-size: 18px;
  margin: 10px 20px;
}
.media-card-description {
    display: none;
}
.media-card-meta {
  margin: 0 22px 20px;
}
.media-card-date {
    font-size: 14px;
}
.media-card-time {
  font-size: 14px;
}
.news-container {
  padding: 30px 10px;
  display: block;
}

.news-header {
  width: 100%;
}
.news-list {
  width: 100%;
}
.news-item {
  display: block;
}
.news-date {
  font-size: 14px;
}
.news-title-text {
    font-size: 15px;
    margin: 5px 0;
}
.news-badge {
    display: none;
}
.linkunit-btn.newslink {
    margin-top: 30px;
}

.news-title-ja {
  font-size: 15px;
  text-align: center;
}

.news-title-en {
  font-size: 34px;
  text-align: center;
}

.corporate-engines {
  padding: 0px 0;
}
.philosophy-card {
  height: 350px;
}
.section-title {
font-size: 26px;
    margin-bottom: 30px;
}
.wave {
  height: 250px;
}
.sec02-grid {
  grid-template-columns: 1fr;
}
}

/* Responsive */
@media (max-width: 1024px) {
    .corporate-hero-title {
        font-size: 48px;
    }
    
    .corporate-hero-subtitle {
        font-size: 24px;
    }
    
    .corporate-issues-grid {
        grid-template-columns: 1fr;
    }
    
    .corporate-engines-grid {
        grid-template-columns: 1fr;
    }
    
    .corporate-philosophy-grid {
        grid-template-columns: 1fr;
    }
}



