@charset "UTF-8";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #ffffff;
    color: #333333;
    letter-spacing: 0.08em;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}


/* --- Typography & Layout --- */

.container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 30px;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: #333333;
    margin: 25px auto 0;
    transition: width 0.6s ease;
}

.section-subtitle {
    text-align: center;
    font-size: 0.8rem;
    color: #666666;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    display: block;
}

.text2 {
    font-size: 0.95rem;
    line-height: 2.1;
    color: #666666;
    text-align: justify;
}

.head-text {
    font-size: 1.4rem;
}


/* --- Hero Section --- */

.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
    min-height: 700px;
    text-align: center;
    position: relative;
    background-color: #111;
    background-image: url(../images/service/hero_bg.png);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 900px;
}

.hero .section-subtitle {
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 30px;
    letter-spacing: 0.3em;
}

.hero-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 60px;
    letter-spacing: 0.1em;
    line-height: 1.1;
}

.hero-lead {
    text-align-last: left;
    font-size: 1rem;
}


/* --- Technology / Split Section --- */

.technology-section {
    background-color: #f4f5f7;
}

.split-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 140px;
}

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

.split-image {
    width: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.text-mr {
    margin-right: 20px;
}

.text-ml {
    margin-left: 20px;
}

.split-image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.split-image:hover img {
    transform: scale(1.06);
}

.split-content {
    width: 65%;
}

.split-content .section-subtitle {
    text-align: left;
    margin-bottom: 20px;
    color: #b91c1c;
}

.split-content h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.4;
}


/* Zig-Zag Layout */

.split-section:nth-child(even) {
    flex-direction: row-reverse;
}

@media (min-width: 900px) {
    .img-r {
        margin-right: calc((50vw - 50%) * -1);
    }
    .img-l {
        margin-left: calc((50vw - 50%) * -1);
    }
}

@media (max-width: 900px) {
    .split-section,
    .split-section:nth-child(even) {
        flex-direction: column;
        margin-bottom: 80px;
    }
    .split-image,
    .split-content {
        width: 100%;
    }
    .split-image {
        margin-bottom: 40px;
    }
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-lead {
        font-size: 0.85rem;
    }
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* --- Every Style Section --- */

.every-style {
    --parallax-bg-image: url(../images/service/img03.jpg);
    background-color: #ffffff;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: var(--parallax-bg-image);
    height: 65vh;
    min-height: 600px;
}

.every-style .bg {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 65vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.every-style .section-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 30px;
    letter-spacing: 0.3em;
}

.every-style .head-text {
    color: #fff;
}

.every-style .text2 {
    color: #fff;
}

.every-style .container {
    position: relative;
    z-index: 1;
}

.every-style .split-content {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.every-style .section-subtitle,
.every-style h3 {
    text-align: center;
}

.every-style .split-image {
    margin: 50px auto 0;
    width: 80%;
    box-shadow: none;
}

.every-style .split-image img {
    border-radius: 8px;
}


/* film */


/* .film .text {
    width: 85%;
}

.fenix-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.film img {
    width: 80%;
    margin-top: 30px;
    text-align: center;
}

.flim-type-box1 {
    padding: 40px;
    background-color: #f8f8f8;
}

.split-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
} */


/* film-type */

.film-type {
    background-color: #fff;
    margin-top: 20px;
}

.flim-type-box1 {
    padding: 40px;
    background-color: #f8f8f8;
}

.flim-type-box2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 40px;
    background-color: #f8f8f8;
}

.film-type .split-image2 {
    width: 48%;
}

.film-type .split-content {
    width: 48%;
}

@media (max-width: 900px) {
    .flim-type-box1 {
        padding: 17px;
    }
    .flim-type-box2 {
        padding: 17px;
    }
}

@media (max-width: 900px) {
    .split-section2 {
        flex-direction: column-reverse;
    }
    .film-type .split-image2 {
        margin-top: 20px;
        width: 85%;
    }
    .film-type .split-content {
        width: 85%;
    }
    .text2 {
        font-size: 0.85rem;
    }
}

.split-image2 {
    width: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.split-image2 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.split-image2:hover img {
    transform: scale(1.06);
}

.section-padding2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.split-section2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}


/* --- Guard Image Area --- */

.guard-img-text {
    background-color: #333333;
    color: #fff;
}

.guard-img-text .section-title {
    opacity: 1;
}

.guard-img-text .section-title,
.guard-img-text .section-subtitle,
.guard-img-text .text2 {
    color: #fff;
}

.guard-img-text .section-title::after {
    background-color: #fff;
}

@media (max-width: 768px) {
    .guard-img {
        grid-template-columns: 1fr;
    }
}

.guard-img-text ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
}

.guard-img-text li {
    background-color: #ffffff;
    width: 10%;
    border: 1px solid #000;
    padding: 4px;
}

@media (max-width: 700px) {
    .guard-img-text li {
        width: 20%;
    }
}

@media (max-width: 500px) {
    .guard-img-text ul {
        margin-top: 20px;
        padding: 0;
    }
    .guard-img-text li {
        width: 25%;
    }
}

.guard-img-text li:hover {
    transition: .5s;
    background-color: rgb(202, 202, 202);
}

.guard-img-text li img {
    width: 100%;
    height: auto;
}

.guard-img-text li p {
    text-align: center;
    color: #000;
}


/* --- Animation Classes --- */

.fade-up-trigger {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.fade-up-trigger.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.about-cta-wrap {
  display: flex;
  justify-content: center;
  margin: 80px 0 20px;
}
.about-cta-wrap .btn {
  min-width: 280px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #333;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
}
.brands-lead {
  text-align: center !important;
  margin: 0 auto 36px;
  max-width: 560px;
  line-height: 1.9;
}
.brands-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.brands-tags li {
  padding: 12px 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
}
.brands-groups {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 920px;
  margin: 0 auto;
}
.brands-group__label {
  margin: 0 0 16px;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}
.brands-group + .brands-group {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* 求人 */
.recruit-section {
  padding: 90px 0;
  background: #f3f1ec;
  color: #333;
  text-align: center;
}
.recruit-eyebrow {
  margin: 0 0 12px;
  font-size: 0.75rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #888;
}
.recruit-title {
  margin: 0 0 20px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #333;
}
.recruit-status {
  display: inline-block;
  margin: 0 0 22px;
  padding: 8px 22px;
  border: 1px solid #333;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  color: #333;
}
.recruit-lead {
  margin: 0 auto 36px;
  max-width: 560px;
  font-size: 0.95rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #555;
}
.recruit-section .btn_list {
  justify-content: center;
}
.recruit-section .btn {
  background: #333;
  border-color: #333;
  color: #fff;
}
.recruit-section .btn:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}
@media (max-width: 768px) {
  .recruit-section {
    padding: 60px 0;
  }
}

