@charset "UTF-8";
/* =========================
   CSS RESET
   ========================= */
/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
* {
  margin: 0;
  padding: 0;
}

/* HTML & body */
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  color: #000;
  background: #fff;
}

/* Media elements */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

p {
  overflow-wrap: break-word;
}

/* Lists */
ul,
ol {
  list-style: none;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
}

/* Forms */
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
}

/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Address hidden overflow issue on iOS */
body {
  -webkit-font-smoothing: antialiased;
}

/* Remove animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*-------------------------------------------
  color
-------------------------------------------*/
/*-------------------------------------------
  common
-------------------------------------------*/
@font-face {
  font-family: "NotoSerif JP";
  src: url("/asset/fonts/noto-serif-jp/NotoSerifJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSerif JP";
  src: url("../fonts/noto-serif-jp/NotoSerifJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Crimson Text";
  src: url("../fonts/crimson/CrimsonText-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 100%;
}

body {
  background-color: #ffffff;
  color: #333;
  font-family: "NotoSerif JP", serif;
  font-weight: 400;
}

html,
body {
  height: 100%;
  scroll-snap-type: y mandatory;
}

main {
  scroll-snap-type: none;
}

.b_container {
  scroll-snap-align: start;
  display: flex;
  justify-self: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .b_container {
    width: 100%;
  }
}
.b_wrapper {
  max-width: 900px;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 959px) {
  .b_wrapper {
    width: 100%;
    padding-inline: 3%;
  }
}

.l_section__contact {
  scroll-snap-align: start;
}

.l_low__main .l_section__contact {
  scroll-snap-align: none;
}

.l_footer {
  scroll-snap-align: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

p {
  line-height: 2;
  font-size: calc(16 / 16 * 1rem);
}

@media (max-width: 959px) {
  p {
    font-size: calc(14 / 16 * 1rem);
  }
}
@media screen and (max-width: 599px) {
  .sp-left {
    text-align: left !important;
  }
  .sp-center {
    text-align: center !important;
  }
}
.sp-br,
.pc-br {
  display: none;
}

@media (max-width: 959px) {
  .sp-br {
    display: inline;
  }
}
@media (min-width: 960px) {
  .pc-br {
    display: inline;
  }
}
.en {
  font-family: "Crimson Text", serif;
}

/* #Footer
  -------------------------------------------------------------------------- */
.l_footer {
  padding-top: calc(60 / 16 * 1rem);
  background-color: #4f4f4f;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

@media (min-width: 960px) {
  .l_footer__inner {
    max-width: calc(1024 / 16 * 1rem) !important;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 959px) {
  .l_footer__inner {
    padding: 7%;
  }
}
.l_footer p,
.l_footer ul li {
  font-size: calc(14 / 16 * 1rem);
  line-height: 1.8;
  margin-bottom: calc(8 / 16 * 1rem);
}

.l_footer__company {
  font-weight: bold;
}

.l_footer__company span {
  font-size: calc(21 / 16 * 1rem);
}

.l_footer__nav_title {
  font-weight: bold;
  font-size: calc(15 / 16 * 1rem);
}

.l_footer__nav-group ul li {
  position: relative;
  left: 1.5rem;
}

.l_footer__nav-group ul li::before {
  position: absolute;
  content: "-";
  left: -1rem;
}

.l_footer__small {
  font-size: calc(12 / 16 * 1rem);
  text-align: center;
  margin-top: calc(60 / 16 * 1rem);
  padding-bottom: calc(30 / 16 * 1rem);
  color: #ccc;
}

@media (max-width: 959px) {
  .l_footer__small {
    margin-top: calc(15 / 16 * 1rem);
    padding-bottom: calc(15 / 16 * 1rem);
  }
}
.l_footer_nav__waves {
  top: min(16.806vw, 242px);
}

.l_footer__waves {
  height: 100dvh;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.l_footer__waves__inner {
  left: -10%;
  position: relative;
  width: 120%;
}

.l_footer__waves svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  image-rendering: optimize-contrast;
  max-width: 100%;
  vertical-align: bottom;
}

.l_footer__waves svg path {
  stroke: hsla(0, 0%, 100%, 0.1);
}

/* #Header
  -------------------------------------------------------------------------- */
.l-header__logo {
  position: fixed;
  z-index: 999;
  left: 2.5rem;
  top: 2.5rem;
  width: 62px;
  aspect-ratio: 1/2;
}

@media (max-width: 959px) {
  .l-header__logo {
    width: 3rem;
    left: 1rem;
    top: 1rem;
  }
}
.l-header__nav {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 2.5rem;
}

.l-header__nav ul {
  display: grid;
  gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
}

.l-header__nav ul li {
  background: #fff;
  border: 1px solid #808080;
  padding: 0.5rem 1.875rem;
  border-radius: 1.875rem 0 0 1.875rem;
  text-align: center;
}

.l-header__nav ul li span {
  font-weight: bold;
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.l-header__nav ul li:hover {
  background: #000;
  border: 1px solid #000;
}

.l-header__nav ul li span:hover {
  color: #fff;
}

/* ==== ▼ sp-nav start ==== */
/* ハンバーガーボタン */
.hamburger {
  position: absolute;
  right: 16px;
  top: 20px;
  width: 40px;
  height: 30px;
  z-index: 1100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.hamburger__line {
  display: block;
  height: 3px;
  background: #333;
  transition: 0.3s ease;
}

.hamburger__line--top {
  width: 28px;
}

.hamburger__line--bottom {
  width: 18px;
}

/* 開いてる時のバツ変形 */
.hamburger.is-open .hamburger__line--top {
  transform: translateY(5px) rotate(45deg);
  width: 28px;
}

.hamburger.is-open .hamburger__line--bottom {
  transform: translateY(-5px) rotate(-45deg);
  width: 28px;
}

/* ドロワー本体 */
.l_header__sp_drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: 0.45s ease;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
}

/* 開いた状態 */
.l_header__sp_drawer.is-open {
  right: 0;
}

/* ドロワーナビ */
.l_header__sp_drawer__nav {
  width: 70%;
  max-width: 300px;
  background: transparent;
  padding: 60px 24px;
}

.l_header__sp_drawer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.l_header__sp_drawer__nav li + li {
  margin-top: 20px;
}

.l_header__sp_drawer__nav a {
  color: #333;
  font-size: 18px;
  text-decoration: none;
}

/* PC表示（960px以上） */
@media (min-width: 960px) {
  .hamburger,
  .l_header__sp_drawer {
    display: none;
  }
}
/* SP表示（959px以下） */
@media (max-width: 959px) {
  .l-header__nav {
    display: none;
  }
}
/* #Main
  -------------------------------------------------------------------------- */
/* ==== ▼ fv start ==== */
.l_main__fv_section {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
}

.l_main__fv_bg1 {
  position: absolute;
  width: 300px;
  left: 0;
  top: 0;
  background: #2a4363;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  z-index: 2;
  aspect-ratio: 300/825;
  height: 80%;
  border-radius: 0 0 0 40px;
}

.l_main__fv_bg2 {
  position: absolute;
  width: 300px;
  left: 0;
  top: 0;
  background: #f0f8fd;
  z-index: 1;
  aspect-ratio: 300/825;
  height: 100%;
}

.l_main__fv_bg3 {
  background: url(../image/pc_fv.jpg);
  background-size: cover;
  width: 90%;
  height: 100%;
  right: 0;
  position: absolute;
  z-index: 20;
  border-bottom-left-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l_main__fv_bg3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(18, 44, 81, 0.55) 0%, rgba(87, 134, 201, 0.15) 82.73%);
  border-bottom-left-radius: 80px;
  pointer-events: none;
}

.l_main__fv_text--vartical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #808080;
  font-size: calc(12 / 16 * 1rem);
  position: relative;
  top: 50%;
  left: 25%;
  letter-spacing: 0.75rem;
}

@media (max-width: 959px) {
  .l_main__fv_text--vartical {
    left: 7%;
  }
}
.l_main__fv_section_wrap {
  position: relative;
  z-index: 1;
}

.l_main__fv_section_wrap:before,
.l_main__fv_section_wrap:after {
  content: "";
  position: absolute;
}

.l_main__fv_section_wrap:before {
  border-radius: 18px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.4;
  z-index: 0;
}

.l_main__fv_section_wrap:after {
  overflow: hidden;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0.9;
  z-index: 1;
  border-radius: calc(16 / 16 * 1rem);
}

.l_main__fv_section_inner {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 1.5rem 1.5rem 1.5rem 2.25rem;
}

@media (max-width: 599px) {
  .l_main__fv_section_inner {
    padding: 1rem 1rem 1rem 1.5rem;
  }
}
.l_main__fv_section_title {
  font-size: clamp(1.75rem, 5vw, 3.75rem);
  margin-bottom: 2rem;
  white-space: nowrap;
}

.l_main__fv_section_text {
  font-size: clamp(0.8rem, 2vw, 1.125rem);
}

.l_main__fv_scroll_indicator {
  z-index: 30;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  background: linear-gradient(to bottom, #000, #808080);
  padding: 0.625rem 1.3rem 0 1.3rem;
  font-size: clamp(0.75rem, 1.5vw, 0.9rem);
  text-align: center;
  font-weight: bold;
}

.l_main__fv_scroll_indicator::after {
  content: "↓";
  font-size: calc(12 / 16 * 1rem);
  display: block;
  margin: 0 auto 0.625rem;
  line-height: 1;
}

/* ==== ▲ fv end ==== */
/* ==== ▼ common start ==== */
.l_main__sec_title {
  font-size: clamp(70 / 16 * 1rem, 5vw, 120 / 16 * 1rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(40 / 16 * 1rem);
  white-space: nowrap;
  color: rgba(42, 67, 99, 0.7);
}

.l_low__main section:not(.l_section__contact):not(.privacy-policy_section) {
  margin-bottom: calc(120 / 16 * 1rem);
}

.l_low__sec_title {
  font-size: calc(30 / 16 * 1rem);
  font-weight: bold;
  margin-bottom: calc(40 / 16 * 1rem);
  white-space: nowrap;
}

.l_low__wrap {
  display: flex;
  margin-top: calc(120 / 16 * 1rem);
}

@media (max-width: 1099px) {
  .l_low__wrap {
    margin-top: calc(0 / 16 * 1rem);
  }
}
.l_low__fv_inner {
  position: absolute;
  left: 7vw;
  top: 50%;
  transform: translateY(-50%);
}

.l_low__scroll {
  color: #fff;
  position: absolute;
  right: 3rem;
  bottom: 7rem;
  writing-mode: vertical-rl;
}

.l_low__scroll:after {
  content: "";
  font-size: calc(12 / 16 * 1rem);
  border-right: 1px solid #fff;
  width: calc(1 / 16 * 1rem);
  height: calc(90 / 16 * 1rem);
  position: absolute;
  bottom: -r(100);
  left: 40%;
  transform: translateX(-60%);
}

.l_low__fv_subTitle {
  font-size: clamp(40 / 16 * 1rem, 5vw, 80 / 16 * 1rem);
  font-weight: bold;
  margin-bottom: calc(25 / 16 * 1rem);
}

.l_low__fv_title {
  margin-bottom: calc(40 / 16 * 1rem);
  font-weight: bold;
  font-size: clamp(20 / 16 * 1rem, 2vw, 25 / 16 * 1rem);
}

.l_low__fv_subTitle,
.l_low__fv_title,
.l_low__fv_text {
  color: #f2f4f5;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.l_low__nav {
  width: 300px;
  flex-shrink: 0;
  margin-left: 5%;
  background-color: #f3f4f4;
  padding: 1.5rem 3rem;
  height: 100vh;
}

@media (min-width: 1100px) {
  .l_low__wrap {
    display: flex;
    align-items: flex-start;
  }
  .l_low__nav {
    position: sticky;
    top: 120px;
    height: calc(100vh - 120px);
    overflow-y: auto;
  }
}
.l_low__nav ul li {
  margin-bottom: calc(16 / 16 * 1rem);
}

@media (max-width: 1099px) {
  .l_low__wrap {
    display: block;
  }
  .l_low__nav {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 1rem 3%;
    background-color: #f3f4f4;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .l_low__nav ul {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l_low__nav ul li {
    margin-bottom: 0;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .l_low__content {
    margin-top: calc(40 / 16 * 1rem);
    padding-inline: 3%;
  }
}
.l_low__content {
  margin-top: calc(80 / 16 * 1rem);
  padding-inline: 3%;
}

.l_low__content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.l_low__content table tr {
  display: grid;
  grid-template-columns: 130px 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: start;
}

.l_low__content table th {
  font-weight: 700;
  white-space: nowrap;
  text-align: left;
}

.l_low__content table td {
  text-align: left;
}

.l_low__content table tr + tr {
  margin-top: 16px;
}

@media (max-width: 1440px) {
  .l_low__content table tr {
    grid-template-columns: minmax(110px, 130px) 1fr;
  }
}
@media (max-width: 768px) {
  .l_low__content table tr {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }
  .l_low__content table th {
    font-weight: 600;
  }
}
/* ==== ▲ common end ==== */
/* ==== ▼ mission start ==== */
.l_main__contents_inner {
  position: relative;
  z-index: 0;
}

.l_main__contents_inner::before,
.l_main__contents_inner::after {
  content: none;
}

.l_section__mission .l_main__contents_inner p,
.l_section__mission .l_main__contents_inner .c_button {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}

/* グラデーション文字（下） */
.l_section__mission .l_main__contents_inner::before {
  content: "OUR MISSION";
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: "Crimson Text", serif;
  transform: translate(-50%, -50%);
  font-size: clamp(70 / 16 * 1rem, 5vw, 120 / 16 * 1rem);
  font-weight: bold;
  white-space: nowrap;
  pointer-events: none;
  z-index: -1;
  color: rgba(42, 67, 99, 0.7);
  opacity: 0;
  transition: opacity 0.6s ease;
}

/* 単色文字（上） */
.l_section__mission .l_main__contents_inner::after {
  content: "OUR MISSION";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(70 / 16 * 1rem, 5vw, 120 / 16 * 1rem);
  font-weight: bold;
  white-space: nowrap;
  pointer-events: none;
  z-index: -1;
  color: #e5e9eb;
  opacity: 0;
  transition: opacity 3s ease;
  font-family: "Crimson Text", serif;
}

.l_section__mission .l_main__contents_inner.is-show::before {
  opacity: 1;
}

.l_section__mission .l_main__contents_inner.is-show::after {
  opacity: 1;
}

.l_section__mission .l_main__contents_inner.is-show p,
.l_section__mission .l_main__contents_inner.is-show .c_button {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 3.2s;
}

.l_section__mission {
  background-color: #f0f8fd;
  position: relative;
}

.l_section__mission::before {
  position: absolute;
  content: "";
  width: 30vw;
  aspect-ratio: 1.5/1;
  background: url(../image/sb_image01.png) no-repeat;
  background-size: contain;
  right: 7rem;
  bottom: 10rem;
  opacity: 1;
  transition: opacity 3s ease;
}

@media (max-width: 959px) {
  .l_section__mission::before {
    width: 50vw;
    right: 0rem;
    bottom: 8rem;
  }
}
.l_section__mission.is-show::before {
  opacity: 0.5;
}

.l_section__mission p {
  margin-bottom: 2.5rem;
}

/* ==== ▲ mission end ==== */
/* ==== ▼ business start ==== */
.l_main__sec_bg--light_blue {
  background-color: #f0f8fd;
}

.l_section__business {
  position: relative;
  background: url(../image/sec-bg1.jpg) no-repeat center/cover;
  border-radius: 80px 0 0 0;
  color: #fff;
  overflow: hidden;
}

.l_main__businessBg_brightness {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.l_main__contents_wrap {
  position: relative;
  z-index: 2;
}

.l_main__business_main_text {
  font-size: clamp(16 / 16 * 1rem, 4vw, 25 / 16 * 1rem);
  font-weight: bold;
  margin-bottom: calc(40 / 16 * 1rem);
}

.l_main__business_point {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(20 / 16 * 1rem);
}

.l_main__business_point li {
  font-weight: bold;
  margin-bottom: calc(20 / 16 * 1rem);
  font-size: clamp(1.25rem, 2vw, 2rem);
  filter: drop-shadow(0px 10px 24px rgba(42, 161, 182, 0.8)) drop-shadow(0px -2px 10px rgba(42, 67, 99, 0.7)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.7));
}

/* ==== ▲ business end ==== */
/* ==== ▼ works start ==== */
.l_main__sec_bg--blue {
  background-color: rgba(0, 0, 0, 0.9);
}

.l_section__works {
  background-color: #fcfcfa;
  border-radius: 80px 0 0 0;
}

.l_main__works_main_text {
  font-size: clamp(16 / 16 * 1rem, 4vw, 25 / 16 * 1rem);
  font-weight: bold;
  margin-bottom: calc(40 / 16 * 1rem);
}

.l_section__works {
  position: relative;
  overflow: hidden;
}

.l_main__section__works_bg {
  position: absolute;
  top: 0;
  left: 8%;
  width: 250px;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.l_main__section__works_bg-track {
  display: flex;
  flex-direction: column;
  gap: calc(24 / 16 * 1rem);
  will-change: transform;
}

.l_main__works-bg-item {
  width: 100%;
}

.l_main__works-bg-item img {
  width: 100%;
  height: auto;
  display: block;
}

.l_main__contents_wrap {
  position: relative;
  z-index: 1;
}

@media (max-width: 959px) {
  .l_main__section__works_bg {
    left: 0;
    width: 100%;
    height: auto;
    bottom: 3%;
    top: auto;
  }
  .l_main__section__works_bg-track {
    display: flex;
    flex-direction: row;
    gap: calc(16 / 16 * 1rem);
  }
  .l_main__works-bg-item {
    min-width: 150px;
  }
}
/* ==== ▲ works end ==== */
/* ==== ▼ contact start ==== */
.l_section__contact {
  padding-block: calc(120 / 16 * 1rem);
  background: url(../image/contact-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
}

.l_section__contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.l_section__contact .l_main__sec_title {
  color: #fff;
}

@media (min-width: 960px) {
  .l_section__contact .b_wrapper {
    max-width: calc(1024 / 16 * 1rem) !important;
    margin-inline: auto;
  }
  .l_section__contact .l_main__contents_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.l_main__contact_left h2,
.l_main__contact_left p {
  text-align: left;
}

.l_main__contact_number {
  font-size: calc(55 / 16 * 1rem);
  font-weight: bold;
}

@media (max-width: 599px) {
  .l_main__contact_number {
    font-size: calc(40 / 16 * 1rem);
  }
}
.l_main__contact_time {
  font-weight: bold;
}

/* ==== ▲ contact end ==== */
/* -------------------------------------------------------------------------- 
   #company-page
----------------------------------------------------------------------------- */
/* ==== ▼ company message start ==== */
.l_company__fv {
  background:url(/wp-content/uploads/2026/01/company-bg.jpg) no-repeat;
  height: calc(760 / 16 * 1rem);
	background-size:cover;
	background-position:center;
  position: relative;
}

.l_company__message_wrap {
  display: flex;
  justify-content: space-between;
  gap: calc(40 / 16 * 1rem);
  flex: 1;
  max-width: calc(920 / 16 * 1rem);
  align-items: center;
}

@media (max-width: 1099px) {
  .l_company__message_wrap {
    flex-direction: column;
    gap: calc(20 / 16 * 1rem);
  }
}
.l_company__message_wrap img {
  max-width: calc(440 / 16 * 1rem);
}

.l_company__message_inner p {
  margin-bottom: calc(40 / 16 * 1rem);
}

/* ==== ▼ company office start ==== */
.l_company__office-tabs {
  margin-top: calc(40 / 16 * 1rem);
}

.l_company__office-tabs__buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: calc(24 / 16 * 1rem);
}

.l_company__office-tabs__buttons .tab {
  padding: 0.6em 1.4em;
  border-radius: 999px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.l_company__office-tabs__buttons .tab.is-active {
  background: #000;
  color: #fff;
  border-color: #000;
}

.l_company__office-tabs__contents .tab-content {
  display: none;
}

.l_company__office-tabs__contents .tab-content.is-active {
  display: block;
}

/* -------------------------------------------------------------------------- 
   #contact-page
----------------------------------------------------------------------------- */
/* ==== ▼ contact 電話 start ==== */
.l_contact__fv {
	  background:url(/wp-content/uploads/2026/01/contact-bg.jpg) no-repeat;
  height: calc(760 / 16 * 1rem);
	background-size:cover;
	background-position:right center;
  position: relative;
}

/* #Side Button
  -------------------------------------------------------------------------- */
.l-side-button {
  border: solid 1px #333;
  position: fixed;
  right: -144px;
  bottom: 200px;
  transform: rotate(-90deg) translateY(60px);
  transition: 0.6s;
  z-index: 30;
}

.l-side-button a {
  width: 165px;
  font-size: 0.875rem;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 15px 0;
  transition: 0.3s;
}

.l-side-button a:last-of-type {
  border-left: solid 1px #333;
}

.l-side-button a:hover {
  background-color: #333;
  color: #ffffff;
}

/* #Button
  -------------------------------------------------------------------------- */
/* --- ホバーするとシャドウが付く ---*/
.c_button {
  margin-top: calc(40 / 16 * 1rem);
}

.c_button a {
  display: inline-block;
  padding: calc(10 / 16 * 1rem) calc(20 / 16 * 1rem);
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #000;
  background-color: #fff;
  position: relative;
  border: 1px solid #000;
  transition: color 0.5s ease;
  z-index: 0;
}

.c_button a:hover {
  color: #fff;
}

.c_button a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.c_button a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  z-index: -1;
}

/* #Modal
  -------------------------------------------------------------------------- */
#modal-area,
#modal-area1,
#modal-area2 {
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-200%);
  transition: 0.6s;
  text-align: center;
}

#modal-area.is-active,
#modal-area1.is-active,
#modal-area2.is-active {
  transform: translateY(0%);
}

.c-modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.c-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 50px 30px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-modal {
    width: 100%;
    height: 90%;
    overflow: scroll;
  }
}

.c-modal__item {
  margin: 40px auto;
  text-align: center;
}

.c-modal--close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
}

.c-modal--close:hover {
  background-color: #cccccc;
  border-radius: 50%;
}

/* #Title
  -------------------------------------------------------------------------- */
.c-site__title {
  font-size: 5rem;
  text-align: center;
  margin: 160px auto;
  font-weight: 300;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .c-site__title {
    font-size: 2.25rem;
  }
}

.c-sec__title {
  font-size: 3.75rem;
  border-bottom: 1px solid #cccccc;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 0.03em;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .c-sec__title {
    font-size: 4rem;
    font-weight: 500;
    margin: 100px auto;
  }
}

.c-third__title {
  letter-spacing: 1rem;
  font-size: 1rem;
  margin-bottom: 45px;
}

/* #Grid
  -------------------------------------------------------------------------- */
.c-grid__item {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-row-gap: 20px;
}

.c-grid__skill-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  justify-self: center;
}

.c-grid__portfolio-item,
.c-grid__about-item {
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-gap: 30px;
}

@media screen and (max-width: 767px) {
  .c-grid__item,
  .c-grid__skill-item,
  .c-grid__portfolio-item,
  .c-grid__about-item {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
  Animation Utility（完成版）
========================================================================== */
:root {
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --fade-distance: 24px;
  --fade-duration: 2s;
}

/* ------------------------------------------
  base（必須）
------------------------------------------ */
.is-fade-base {
  opacity: 0;
  transition: opacity var(--fade-duration) var(--ease-out), transform var(--fade-duration) var(--ease-out);
  will-change: opacity, transform;
}
.is-fade-base.is-show {
  opacity: 1;
  transform: translate(0);
}

/* ------------------------------------------
  direction（移動方向だけ）
------------------------------------------ */
.is-fade-up {
  transform: translateY(var(--fade-distance));
}

.is-fade-down {
  transform: translateY(calc(var(--fade-distance) * -1));
}

.is-fade-left {
  transform: translateX(var(--fade-distance));
}

.is-fade-right {
  transform: translateX(calc(var(--fade-distance) * -1));
}

/* ------------------------------------------
  delay（時間差）
------------------------------------------ */
.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

.delay-6 {
  transition-delay: 0.6s;
}

.delay-7 {
  transition-delay: 0.7s;
}

.delay-8 {
  transition-delay: 0.8s;
}

.delay-9 {
  transition-delay: 0.9s;
}

.delay-10 {
  transition-delay: 1s;
}

.delay-11 {
  transition-delay: 1.1s;
}

.delay-12 {
  transition-delay: 1.2s;
}

.delay-13 {
  transition-delay: 1.3s;
}

.delay-14 {
  transition-delay: 1.4s;
}

.delay-15 {
  transition-delay: 1.5s;
}

.delay-16 {
  transition-delay: 1.6s;
}

.delay-17 {
  transition-delay: 1.7s;
}

.delay-18 {
  transition-delay: 1.8s;
}

.delay-19 {
  transition-delay: 1.9s;
}

.delay-20 {
  transition-delay: 2s;
}

/* #Contact
  -------------------------------------------------------------------------- */
.l_low__question_inner {
	margin-top:40px;
	background-color:#eee;
	border-radius:40px;
	padding:2rem;
	text-align:center;
}
label {
  font-weight: 700;
}
.wpcf7 input.wpcf7-form-control:not([type="radio"]):not([type="checkbox"]) {
  width: 100%;
  background-color: #fff;
  border-radius: calc(5 / 16 * 1rem);
  border: 1px solid #c3dcff !important;
  padding: 0.5% 1%;
  height: calc(60 / 16 * 1rem);
}

.wpcf7 textarea.wpcf7-form-control {
  width: 100%;
  background-color: #fff;
  border-radius: calc(5 / 16 * 1rem);
  border: 1px solid #c3dcff;
  padding: 0.5% 1%;
  height: calc(192 / 16 * 1rem);
}

.form__title {
  font-weight: 700;
  margin-bottom: calc(5 / 16 * 1rem);
}

.wpcf7-list-item {
  display: block;
  margin-bottom: 0.5rem;
}

.form__radio input[type="radio"] {
  margin: 0;
}

.form__privacy__label a {
  border-bottom: 1px solid #000;
}

.wpcf7-form-control-wrap {
  display: block;
}



/* #Privacy-policy
  -------------------------------------------------------------------------- */

.privacy-policy_section {
	background-color:#eee;
	width:100%;
	padding-block:80px;
}

.privacy-policy_section_inner {
	max-width:1100px;
	background-color:#fff;
	border-radius:80px;
	box-shadow:1px 1px 5px #000;
	margin-inline:auto;
	padding:min(4rem, 6vw) min(2rem, 4vw);
	
}

@media (max-width: 959px) {
.privacy-policy_section_inner {
		margin-inline:2vw;
	}
}

.privacy-policy_section ol {
  list-style: decimal;
  padding-left: 1.6em;
  margin: 1em 0;
}

.privacy-policy_section li {
  list-style: decimal;
  list-style-position: outside;
  line-height: 1.8;
  margin-bottom: 0.75em;
}

	

/* #Hamburger
  -------------------------------------------------------------------------- */
.p-hamburger {
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 25px;
  z-index: 70;
}
@media screen and (max-width: 767px) {
  .p-hamburger {
    top: 15px;
  }
}

.p-hamburger span {
  width: 30px;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 6px;
  transition: 0.5s ease-in-out;
}

.p-hamburger span:nth-child(1) {
  top: 11px;
}
@media screen and (max-width: 767px) {
  .p-hamburger span:nth-child(1) {
    top: 6px;
  }
}

.p-hamburger span:nth-child(2) {
  top: 21px;
}
@media screen and (max-width: 767px) {
  .p-hamburger span:nth-child(2) {
    top: 16px;
  }
}

.p-hamburger span:nth-child(3) {
  top: 31px;
}
@media screen and (max-width: 767px) {
  .p-hamburger span:nth-child(3) {
    top: 26px;
  }
}

.p-hamburger.is-active span:nth-child(1) {
  top: 21px;
  left: 6px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-hamburger.is-active span:nth-child(1) {
    top: 16px;
  }
}

.p-hamburger.is-active span:nth-child(2),
.p-hamburger.is-active span:nth-child(3) {
  top: 21px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-hamburger.is-active span:nth-child(2),
  .p-hamburger.is-active span:nth-child(3) {
    top: 16px;
  }
}

/* #Logo
  -------------------------------------------------------------------------- */
.p-logo {
  line-height: 1px;
  position: fixed;
  top: 15px;
  left: 30px;
  z-index: 80;
  width: 110px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-logo {
    width: 90px;
  }
}

.p-logo a {
  display: block;
}

/* #Navigation
  -------------------------------------------------------------------------- */
.p-nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  transform: translateY(-100%);
  transition: 0.6s;
  z-index: 30;
}

.p-nav ul {
  width: 100%;
  background-color: #5cb9c5;
  padding: 80px 0 30px 0;
}

.p-nav ul li {
  padding: 10px 0;
}

.p-nav ul li a {
  display: block;
}

.p-nav.is-active {
  transform: translateY(0%);
}

/* #Hero
  -------------------------------------------------------------------------- */
.p-hero {
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}

.p-hero__inner01,
.p-hero__inner02,
.p-hero__inner03 {
  width: 33.3333333333%;
  flex-shrink: 0;
  height: 100vh;
  text-align: center;
}

.p-hero__inner01,
.p-hero__inner03 {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-hero__inner01,
  .p-hero__inner03 {
    display: none;
  }
}

.p-hero__inner02 {
  background-color: #5cb9c5;
  color: #ffffff;
}

.p-hero__item01,
.p-hero__item02,
.p-hero__item03 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 100vh;
}

@media screen and (max-width: 767px) {
  .p-hero__item02 {
    font-size: 60px;
  }
}

/* #Card
  -------------------------------------------------------------------------- */
/* セロテープ風 */
.p-card__tape {
  margin: 2em auto;
  background-color: #5cb9c5;
  padding: 2.5em 2em 2em;
  position: relative;
}

.p-card__tape .p-card__title {
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 2px dotted rgba(0, 0, 0, 0.1);
  border-right: 2px dotted rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transform: rotate(-2deg);
  font-size: 1em;
  color: #333;
  padding: 10px 20px;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: 20px;
}

.c-blue {
  background-color: #5cb9c5;
}

.c-red {
  background-color: rgb(241, 117, 117);
}

.u-text--left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .u-text--left {
    margin-left: 10px;
  }
}