@charset "UTF-8";

html {
	scroll-behavior: smooth;
}

body {
	font-family: "LINE Seed JP", sans-serif;
	min-width: 1100px;
	margin: 0 auto;
}

input::placeholder,
textarea::placeholder  {
  color: rgba(255,255,255,0.3);
}

/* ローディング全体のコンテナ */
.opening-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* 中央のロゴ/テキスト */
.opening-content {
  position: relative;
  z-index: 10002;
  color: #fff;
  letter-spacing: 0.5em;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 背景パネル（上下分割） */
.opening-bg-top, .opening-bg-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000; /* ブランドカラーに合わせて */
  z-index: 10001;
  transition: transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
}

.opening-bg-top { top: 0; }
.opening-bg-bottom { bottom: 0; }

/* 実行時のアニメーション */
.is-active .opening-content {
  opacity: 1;
  transform: translateY(0);
}

.is-loaded .opening-content {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.is-loaded .opening-bg-top { transform: translateY(-100%); }
.is-loaded .opening-bg-bottom { transform: translateY(100%); }

/* 終了後に要素を完全に消す */
.is-hidden {
  display: none;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition-delay: 0.2s;
}

.reason_inner h2 span img {
    width: 70px;
    margin: 0 auto 10px;
}

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

.parallax-window {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.parallax-img {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  object-fit: cover;
  will-change: transform;
}

section.fv {
    height: 100vh;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.2);
}

header {
    position: absolute;
    width: 100%;
    padding: 30px 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px  3%;
  height: auto;
  background: #fff;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
  z-index: 99999;
  
  /* 初期状態：上に隠して透明にする */
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  pointer-events: none;
}

.sticky-header.is-show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.fv_inner h1 {
    margin-bottom: 40px;
    font-size: 5rem;
    letter-spacing: -2px;
    font-weight: 600;
    line-height: 7rem;
}

.fv_inner h1 span {
    display: block;
    font-size: 2.5rem;
    margin-bottom: 20px;
    letter-spacing: 0px;
    line-height: 3rem;
    font-weight: 200;
}

.fv_inner h2 {
    font-size: 1.8rem;
    line-height: 3.5rem;
    border-left: 1px solid;
    padding-left: 20px;
}

li.chip img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    width: 32px;
    margin-right: 4px;
}

li.case-tag img {
}

li.case-tag img {
    width: 26px;
    margin-right: 4px;
}

section.fv:after {
    content: "";
    display: block;
    height: 30vh;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    /* background: linear-gradient(0deg, rgba(0,60,140,0.55) 0%, rgba(0,60,140,0) 100%); */
}

ul.header_menu {
    display: flex;
    align-items: center;
}

ul.header_menu a {
    color: #fff;
    font-size: 1.5rem;
}

ul.header_menu li {
    margin: 0 20px;
}

.header_logo {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    width: max-content;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 8px 0;
}

.header_menu_wrapper {
    display: flex;
    align-items: center;
    backdrop-filter: blur(4px);
    padding: 10px 10px 10px 30px;
    border-radius: 100px;
    background: rgba(255,255,255,0.15);
    box-shadow: 0 7px 20px rgba(0,0,0,0.2);
}

ul.hero-chips {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

li.chip {
    padding: 8px 15px 8px 10px;
    border-radius: 5px;
    display: flex;
    margin: 0 8px 0 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.4) 100%);
    color: #fff;
    font-weight: 500;
    box-shadow: 0 7px 20px rgba(0,0,0,0.15);
    align-items: center;
}

.header_contact {
    background: #003b8b;
    padding: 14px 30px;
    border-radius: 100px;
    display: block;
    margin-left: 20px;
    color: #fff;
    font-weight: 600;
}

header#js-sticky-header .header_logo {
    color: #000;
    font-size: 1.5rem;
    padding: 5px 0;
}

header#js-sticky-header .header_menu li a {
    color: #000;
    font-size: 1.5rem;
}

header#js-sticky-header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

section.point {
    background: linear-gradient(0deg, rgba(0,60,140,0.55) 0%, rgba(0,60,140,0) 100%);
    color: #fff;
    padding: 200px 0;
    backdrop-filter: blur(15px);
}

.point_inner {
    max-width: 100%;
    margin: 0 auto;
}

.point h2 {
    font-size: 4rem;
    margin-bottom: 100px;
    text-align: center;
    font-weight: 600;
}

.fv_inner {
    width: 1100px;
    margin: 0 auto;
}

ul.point_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}

ul.point_list li {
    text-align: center;
    width: 32.5%;
    padding: 40px 0;
    margin: 0.5% 0;
    box-shadow: 0 7px 20px rgba(0,0,0,0.24);
    background: rgba(0,60,140,0.35);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
}

.point_cap {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    line-height: 3rem;
}

section.reason {background: #f5f5f5;padding: 200px 0;position: relative;z-index: 9999;box-shadow: 0 -120px 120px rgba(0,60,140,0.65);}

.reason_inner {
    border-radius: 100px;
}

.reason_inner h2 {
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    line-height: 5rem;
    margin-bottom: 40px;
}

p.reason_cap {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 100px;
}

ul.reason_list li {
}

ul.reason_list li {
    display: flex;
    height: 100vh;
    min-height: max-content;
}

.reason_box_cap h3 {
    font-size: 3.5rem;
    margin-bottom: 50px;
    display: block;
    font-weight: 600;
    width: 100%;
    line-height: 5rem;
}

.reason_box_cap h3 span {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #003b8b;
}

.reason_box_image {
    width: 50%;
    position: relative;
}

.reason_box_image:after {
    position: absolute;
    background: linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(245,245,245,0) 100%);
    content: "";
    display: block;
    width: 100%;
    height: 10vh;
    left: 0;
    bottom: 0;
}

.reason_box_image:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40vh;
    z-index: 9;
}

.reason_box_cap {
    width: 50%;
    display: flex;
    padding: 7%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

ul.reason_list li:nth-child(even) {
    flex-direction: row-reverse;
}

section.reason:before {
    content: "REASON";
    display: block;
    position: absolute;
    left: 0;
    top: -71px;
    font-size: 20rem;
    font-weight: 600;
    width: 100%;
    color: #fff;
    -webkit-text-stroke: 1px #003b8b;
    line-height: 134px;
    text-align: center;
}

.reason_box_cap h3 span:after {
    display: block;
    width: 60px;
    height: 1px;
    background: #003b8b;
    margin-top: 30px;
    content: "";
}

ul.reason_box_list li {
    height: inherit;
}

.reason_box_cap p {
    line-height: 3rem;
    font-size: 1.5rem;
    text-align: justify;
    padding: 0 5%;
    opacity: 0.75;
}

ul.reason_box_list {
    width: 90%;
    margin: 40px auto 0;
}

ul.reason_box_list li {
    display: block;
    width: 100%;
    padding: 10px 15px;
    background: #eee;
    margin: 15px 0 0;
    border-left: 2px solid rgba(255,255,255,0.2);
}

.reason_box_image img {
    height: 140%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

section#clients {
    padding: 100px 0 60px;
    background: #f9f9f9;
}

ul.clients-grid {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}

#clients p.section-label {
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
}

h2#clients-title {
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    margin-top: 20px;
}

p.clients-lead {
    text-align: center;
    margin: 50px 0;
    font-size: 1.6rem;
}

.logo-slider {
  overflow: hidden;
  width: 100%;
	mix-blend-mode: multiply;
}

.logo-track {
  display: flex;
  width: max-content; /* 中身のサイズに自動合わせ */
}

.logo-item {
  width: 180px; /* 任意の幅 */
  flex-shrink: 0;
  padding: 20px;
	mix-blend-mode: multiply;
}

.logo-item img {
  width: 100%;
  height: auto;
	mix-blend-mode: multiply;
}

section#flow {padding: 200px 0;background: rgba(0,60,140,0.75);color: #fff;}

#flow p.section-label {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

h2#flow-title {
    font-size: 4rem;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
}

ol.flow-steps {
    display: flex;
    justify-content: space-between;
    margin: 100px 0 0;
    padding: 0 2%;
    position: relative;
}

li.flow-step {
    background: #fff;
    padding: 4%;
    width: 24.5%;
    border-radius: 10px;
    color: #00122a;
    position: relative;
}

.step-circle {color: #fff;width: 100%;}

h3.step-label {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 20px 0;
    text-align: center;
}

p.step-desc {
    line-height: 2.5rem;
    font-size: 1.4rem;
    text-align: justify;
}

span.step-num {
    font-weight: 600;
    padding: 6px 16px;
    background: #003b8b;
    border-radius: 100px;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: max-content;
}

span.step-icon {
    width: 90px;
    display: block;
    margin: 0 auto 10px;
}

ol.flow-steps:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    background: #fff;
    top: 50%;
    left: 0;
}

section.brand {
    background: #f5f5f5;
    padding-bottom: 2%;
}

.brand_funda {
	background-image: url("../img/index/brand_funda.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
}

.brand_knuu {
	background-image: url("../img/index/brand_knuu.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.brand_box:before {
    width: 100%;
    height: 100%;
    background: rgba(0,60,140,0.75);
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
}

h3.brand_box_name span:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #fff;
    margin: 50px auto 0;
}

.brand_box_inner {
    position: relative;
}

.brand_inner {
    border-radius: 50px;
    width: 96%;
    margin: 0 auto;
    background: #003b8b;
    color: #fff;
}

.brand_box_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 1%;
}

.brand_box {
    border-radius: 40px;
    color: #fff;
    overflow: hidden;
    padding: 6%;
    width: 49.5%;
    height: 90vh;
    text-align: center;
    display: flex;
    position: relative;
    align-items: center;
}

h3.brand_box_name span {
    font-size: 2.5rem;
    font-weight: 600;
}

h3.brand_box_name {
    margin-bottom: 30px;
}

h3.brand_box_name img {
    width: 220px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.brand_box_inner p {
    font-size: 1.5rem;
    line-height: 2.7rem;
    text-align: justify!important;
    margin: 50px 0!important;
}

ul.brand-tags li {
    background: #fff;
    color: rgba(0,60,140,0.75);
    width: max-content;
    margin: 1%;
    padding: 7px 20px;
    font-weight: 600;
    border-radius: 100px;
}

ul.brand-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.brand_inner h2 {
    font-size: 4rem;
    text-align: center;
    font-weight: 600;
    padding: 100px 0 50px;
}

.brand_inner h2 span {
    display: block;
    font-size: 2rem;
    margin-bottom: 20px;
}

.brand_inner p {
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.5rem;
}

section.cases {
    background: #f5f5f5;
    padding: 200px 0 0;
}

.cases p.section-label {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

h2#cases-title {
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    margin: 20px 0 100px;
}

ul.cases-grid {
    display: flex;
    justify-content: space-between;
    padding: 0;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

li.case-card {
    padding: 5%;
}

p.case-letter {
    text-align: center;
    font-size: 1.5rem;
    background: #003b8b;
    padding: 5px 30px;
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
    width: max-content;
    margin: 0 auto 30px;
}

h3.case-title {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    line-height: 3.5rem;
    color: #003b8b;
}

p.case-desc {
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin: 30px 0;
    text-align: justify;
}

li.case-tag {
    display: flex;
    padding: 12px 0;
    text-align: center;
    margin: 10px 0;
    background: #eee;
    border: none!important;
    align-items: center;
    justify-content: center;
}

ul.cases-grid li:nth-child(2) {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

/* Filter Tabs */
    .items-tabs {
      display: flex;
      justify-content: center;
      gap: 6px;
      margin-bottom: 44px;
      flex-wrap: wrap;
    }

    .items-tab {
      padding: 14px 40px;
      font-size: 1.8rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      border: 1.5px solid #eee;
      border-radius: 100px;
      background: #fff;
      color: #aaa;
      cursor: pointer;
      transition:0.2s ease-in-out;
    }

    .items-tab.active,
    .items-tab:hover {
      background: #003b8b;
      color: #fff;
      border-radius: 100px;
    }

    .items-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      padding: 0 5%;
    }

    .item-card {
      overflow: hidden;
    }

    .item-thumb {
      width: 100%;
      border: 1px solid #eee;
      aspect-ratio: 1;
      display: flex;
      border-radius: 20px;
      justify-content: center;
      align-items: center;
      background: #fff;
      color: #ddd;
    }

    .item-body {padding: 18px;}

    .item-cat {
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .item-name {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .item-desc {
      font-size: 12px;
      color: #888;
      line-height: 1.7;
      font-weight: 500;
      text-align: justify;
    }

section#items {
    background: #f5f5f5;
    padding: 200px 0;
}

#items p.section-label {
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

h2#items-title {
    font-size: 4rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}

p.items-lead {
    text-align: center;
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 500;
    margin-bottom: 100px;
}

section#contact {
    padding: 0 0 200px;
    background: rgba(0,60,140,0.95);
    color: #fff;
}

#contact .container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    border-top: 1px solid rgba(255,255,255,0.2);
    justify-content: space-between;
    padding-top: 200px;
}

.contact-header {
    width: 26%;
}

#contact form {
    width: 72%;
    background: rgba(255,255,255,0.05);
    padding: 4%;
    backdrop-filter: blur(11px);
    border-radius: 20px;
}

h2#contact-title {
    font-size: 4rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 40px;
}

#contact p.section-label {
    font-size: 2rem;
    font-weight: 600;
}

p.contact-note {
    line-height: 3rem;
}

.form-group label {
    width: 35%;
    margin-bottom: 10px;
    display: flex;
    font-size: 1.6rem;
    font-weight: 600;
    align-items: center;
}

table.formTable td {
    width: 65%;
}

.form-group  input {
    padding: 15px;
    border-radius: 4px;
    border: none;
    font-size: 1.5rem;
    background: rgba(255,255,255,0.3);
    color: #fff;
}

.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form-group  textarea {
    background: rgba(255,255,255,0.3);
    padding: 15px;
    border-radius: 5px;
    font-size: 1.5rem;
    width: 60%;
    color: #fff;
    border: none;
    height: 140px;
}

.required {
    font-size: 1.1rem;
    background: #fff;
    color: #000;
    padding: 4px 6px;
    border-radius: 22px;
    margin-left: 5px;
}

.form-group select {
    padding: 15px;
    border-radius: 5px;
    background: rgba(255,255,255,0.3);
    width: 60%;
    border: none;
    color: #fff;
}

option {
    color: #000;
}

.btn-submit {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    margin: 20px auto 0;
    padding: 20px 100px;
    border-radius: 100px;
    margin-top: 20px;
    color: rgba(0,60,140,0.85);
}

/* ============================================================
   FAQ
============================================================ */

section.faq {
    background: #f9f9f9;
    padding: 200px 0;
}

.faq p.section-label {font-size: 2rem;font-weight: 600;}

h2#faq-title {
    margin-top: 20px;
    font-size: 4rem;
    font-weight: 600;
}

.faq-header {
  text-align: center;
  margin-bottom: 100px;
}

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

.faq-item {
  margin-bottom: 20px;
  border-radius: 10px;
  background: #fff;
}

.faq-item:first-child {
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: none;
  padding: 40px;
  border: none;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition:0.2s ease-in-out;
}

.faq-q:hover { 
	opacity: 0.5;
}

.faq-q-text {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 2rem;
}

.faq-q-label {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #003b8b;
  border-radius: 4px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
}

/* FAQアイコン（プラス/マイナス） */
.faq-icon {
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}

.faq-icon::before {
  width: 14px; height: 1.5px;
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  width: 1.5px; height: 14px;
  transform: translate(-50%, -50%);
}

.faq-item.open .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}

.faq-item.open .faq-a {
  max-height: 400px;
}

.faq-a-inner {
  padding: 0 5% 30px 5%;
  font-size: 1.5rem;
  line-height: 1.85;
}

.footer_inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

footer {
    background: #111;
    padding: 100px 0 150px;
    color: #fff;
}

h2#company-title {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 30px;
}

.company-table-area {
    display: flex;
    justify-content: space-between;
}

table.company-table {
    width: 48%;
}

section.company {
    width: 64%;
}

table.company-table td {
    color: #ccc;
    padding: 12px;
    border-bottom: 1px solid #333;
    line-height: 2.5rem;
    width: 80%;
    font-size: 1.3rem;
}

table.company-table th {
    padding: 12px 0;
    font-weight: 500;
    border-bottom: 1px solid #555;
    width: 20%;
    font-size: 1.3rem;
}

.company p.section-label {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.footer_logo {
    font-weight: 600;
    font-size: 2rem;
    margin: 40px 0;
}

small {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    color: #777;
}

ul.footer_menu li a {
    display: block;
    color: #fff;
    font-size: 1.3rem;
}

ul.footer_menu li {
    margin-bottom: 30px;
}

.footer_sub {
    width: 30%;
    border-left: 1px solid #333;
    padding-left: 6%;
}

/*thanksページ*/

section.thanks_area {
    height: auto;
    min-height: 700px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.75);
    color: #fff;
}

section.thanks_area h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    padding-top: 250px;
}

section.thanks_area p {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.8rem;
    line-height: 180%;
    margin: 50px 0;
}

a.btn-home {
    display: block;
    text-align: center;
    color: #fff;
    padding: 20px 80px;
    font-size: 1.8rem;
    border-radius: 100px;
    border: 1px solid;
    width: max-content;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
body {
    min-width: inherit;
}

.header_menu_wrapper {
    display: none;
}

.header_logo {
    font-size: 1.4rem;
}

header {
    padding: 25px 6% 0;
}

.fv_inner h1 {
    font-size: 2.4rem;
    line-height: 4rem;
    margin-bottom: 30px;
}

.fv_inner {
    width: 88%;
    margin: 0 auto;
}

.fv_inner h1 span {
    font-size: 1.5rem;
    line-height: 1rem;
}

.fv_inner h2 {
    font-size: 1.3rem;
    line-height: 2rem;
}

.fv_inner h2 br {
    display: none;
}

ul.hero-chips {
    display: grid;
    gap: 10px;
    margin-top: 30px;
}

li.chip {
    padding: 4px;
}

section.fv {
    height: 90vh;
}

.sticky-header {
    padding: 10px 6%;
}

ul.header_menu {
    display: none;
}

header#js-sticky-header .header_logo {
    font-size: 1.4rem;
    border: none;
}

section.point {
    padding: 50px 6% 80px;
}

.point h2 {
    font-size: 2.4rem;
    margin-bottom: 50px;
}

ul.point_list li {
    width: 100%;
    padding: 5%;
    text-align: center;
    position: relative;
}

.point_cap {
    font-size: 1.4rem;
    line-height: 2.5rem;
}

section.reason:before {
    font-size: 7rem;
    top: -65px;
}

section.reason {
    padding: 50px 6%;
}

.reason_inner h2 {
    font-size: 2.4rem;
    line-height: 3rem;
}

.reason_inner h2 span img {
    width: 50px;
}

p.reason_cap {
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: left;
    margin-bottom: 40px;
}

ul.reason_list li {
    display: block;
    height: auto;
}

.reason_box_image {
    height: 320px;
    width: 100%;
}

.reason_box_cap {
    width: 100%;
    padding: 0 0 50px;
}

.reason_box_cap h3 {
    font-size: 2.1rem;
    line-height: 3rem;
    margin-bottom: 30px;
    text-align: center;
}

.reason_box_cap p {
    padding: 0;
    font-size: 1.3rem;
    line-height: 2.4rem;
}

.reason_box_cap h3 span {
    font-size: 1.4rem;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.reason_box_cap h3 span:after {
    margin: 10px auto 0;
}

ul.reason_box_list {
    width: 100%;
    margin: 20px auto 0;
}

.brand_inner {
    border-radius: 30px;
}

.brand_inner h2 {
    font-size: 2.4rem;
    padding: 50px 0 30px;
}

.brand_inner h2 span {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.brand_inner p {
    padding: 0 6%;
    font-size: 1.3rem;
    line-height: 2.4rem;
    margin-bottom: 30px;
}

.brand_box_wrapper {
    display: grid;
    gap: 0.5%;
}

.brand_box {
    width: 100%;
    border-radius: 28px;
    height: auto;
    padding: 40px 6%;
}

h3.brand_box_name {
    margin-bottom: 10px;
}

h3.brand_box_name img {
    width: 40%;
    margin-bottom: 20px;
}

h3.brand_box_name span:after {
    margin: 20px auto 0;
}

.brand_box_inner p {
    margin: 30px 0 !important;
    padding: 0;
}

ul.brand-tags li {
    font-size: 1.2rem;
    margin: 0;
}

ul.brand-tags {
    gap: 10px;
    justify-content: center;
}

section.cases {
    padding: 50px 6% 0;
}

h2#cases-title {
    font-size: 2.4rem;
    margin: 20px 0 30px;
}

.cases p.section-label {
    font-size: 1.5rem;
}

ul.cases-grid {
    display: block;
}

h3.case-title {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 3rem;
}

p.case-letter {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

p.case-desc {
    font-size: 1.3rem;
    line-height: 2.4rem;
    margin: 20px 0;
}

ul.cases-grid li:nth-child(2) {
    border-right: none;
    border-left: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-top: 1px solid rgba(255,255,255,0.2);
}

section#items {
    padding: 50px 6%;
}

h2#items-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
}

p.items-lead {
    font-size: 1.4rem;
    margin-bottom: 30px;
    line-height: 2.4rem;
    text-align: left;
}

p.items-lead br {
    display: none;
}

#items p.section-label {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.items-tab {
    font-size: 1.4rem;
    padding: 10px 30px;
}

.items-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    gap: 10px;
}

.item-name {
    font-size: 1.5rem;
}

.item-cat {
    font-size: 0.8rem;
}

.item-body {
    padding: 15px 5%;
}

.item-desc {
    font-size: 1.1rem;
    line-height: 1.8rem;
}

.item-thumb {}

section#clients {
    padding: 50px 0;
}

h2#clients-title {
    font-size: 2.4rem;
    margin-top: 10px;
}

#clients p.section-label {
    font-size: 1.5rem;
}

p.clients-lead {
    padding: 0 5%;
    font-size: 1.3rem;
    line-height: 2.4rem;
    margin: 30px 0;
}

section#flow {
    padding: 50px 6%;
}

h2#flow-title {
    font-size: 2.4rem;
    line-height: margin-to;
}

#flow p.section-label {
    font-size: 1.5rem;
}

ol.flow-steps {
    margin: 30px 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

li.flow-step {
    width: 100%;
    padding: 6%;
}

span.step-icon {
    width: 70px;
    margin: 0 auto;
}

h3.step-label {
    font-size: 2rem;
    margin: 10px 0;
}

p.step-desc {
    font-size: 1.3rem;
    line-height: 2.4rem;
}

#contact .container {
    padding: 50px 6% 0;
    display: block;
}

.contact-header {
    width: 100%;
    text-align: center;
}

h2#contact-title {
    font-size: 2.4rem;
    margin-bottom: 20px;
    margin-top: 10px;
}

#contact p.section-label {
    font-size: 1.5rem;
}

p.contact-note {
    line-height: 2.4rem;
}

#contact form {
    width: 100%;
    margin: 30px 0;
    padding: 8%5%;
    border-radius: 10px;
}

table.formTable tr {
    display: block;
}

table.formTable th {
    width: 100%;
    font-size: 1.4rem;
}

table.formTable td {}

table.formTable td input {
    font-size: 1.4rem;
    padding: 14px;
    width: 100%;
}

table.formTable td select {
    font-size: 1.4rem;
}

input.submit_btn {
    font-size: 1.6rem;
    margin-top: 0;
}

section#contact {
    padding: 0 0 50px;
}

section.faq {
    padding: 50px 6%;
}

h2#faq-title {
    font-size: 2.4rem;
    margin-top: 10px;
}

.faq p.section-label {
    font-size: 1.5rem;
}

.faq-header {
    margin-bottom: 30px;
}

.faq-q {
    padding: 15px;
}

.faq-q-text {
    font-size: 1.4rem;
    gap: 10px;
    line-height: 2.2rem;
}

.faq-a-inner {
    font-size: 1.2rem;
    line-height: 2.1rem;
    padding: 0 6% 18px;
    text-align: justify;
}

.faq-q-label {
    width: 22px;
    height: 22px;
    font-size: 1.4rem;
}

table.formTable td textarea {
    font-size: 1.4rem;
    line-height: 2.4rem;
}

footer {
    padding: 50px 6%;
}

.footer_inner {
    display: block;
}

section.company {
    width: 100%;
}

.company-header {
    text-align: center;
}

table.company-table {
    width: 100%;
}

.company-table-area {
    display: block;
}

.footer_sub {
    width: 100%;
    border-left: 0;
    padding: 0;
    margin-top: 50px;
}

ul.footer_menu {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer_logo {
    text-align: center;
    margin: 30px auto;
}

small {
    text-align: center;
    padding-bottom: 100px;
}
	
/*thanksページ*/
section.thanks_area h2 {
    font-size: 2rem;
}

section.thanks_area p {
    font-size: 1.5rem;
}

a.btn-home {
    font-size: 1.5rem;
    padding: 14px 30px;
}

section.thanks_area {
    padding: 0 6%;
}
}