@charset "utf-8";
/* CSS Document */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
a {
  color: initial;
  text-decoration: none;
  cursor: pointer;
}
li {
  list-style: none;
}
html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}
.lScrollBar {
  position: absolute;
  bottom: 0;
  display: none;
  left: 20%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10
}
.lScrollBar__scrollText {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .05em;
  color: #fff;
  margin-bottom: 1.2rem
}
.lScrollBar__scrollLine {
  position: relative;
  width: 2px;
  height: 6rem;
  overflow: hidden;
  margin: 0 auto
}
.lScrollBar__scrollLine::before, .lScrollBar__scrollLine::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%
}
.lScrollBar__scrollLine::after {
  background-color: #fff;
  -webkit-animation: scrollLine 3s ease-in-out infinite normal;
  animation: scrollLine 3s ease-in-out infinite normal
}
.lScrollBar--about {
  top: 0;
  bottom: auto;
  height: 100vh;
  max-height: calc(74.7vw - 9.3vw);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  mix-blend-mode: difference
}
.lScrollBar--recruit {
  left: 3rem;
  bottom: -2.8vw;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}
.lScrollBar--recruit .lScrollBar__scrollText {
  color: #000
}
.lScrollBar--recruit .lScrollBar__scrollLine {
  width: 3px
}
.lScrollBar--recruit .lScrollBar__scrollLine::after {
  width: 3px;
  background-color: #000
}
@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  15% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
  }
  30% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
}
@keyframes scrollLine {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  15% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
  }
  30% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
}
@media screen and (min-width: 768px) {
  .lScrollBar {
    display: block
  }
  .lScrollBar--about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.features {
  background-color: #f3f3f2;
  padding: 5.7rem 0 6.7rem;
}

.features__single {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 1rem;
}

.features__image {
  width: 100%;
  max-width: 500px; /* PCでは最大500pxまで */
  height: auto;
  aspect-ratio: 3 / 4.3;
  margin: 15px auto;
  pointer-events: none;
  user-select: none;
  background-image: url("../img/fangda/fangda.jpg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}


.features__caption {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  color: #444;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .features {
    padding: 3rem 0 7rem;
  }

  .features__image {
    width: 100%;
  }

  .features__caption {
    font-size: 1.5rem;
  }
}




.deal {
  background-color: #fff;
  padding: 15px;
}

.deal__section {
  margin-bottom: 3rem;
}

.deal__headline {
  font-family:  "Shippori Mincho", serif;
  font-size: 2.2rem;
  letter-spacing: .05em;
  border-bottom: 2px solid rgba(0,0,0,.1);
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}

.deal__list {
  padding-left: 0;
  list-style: none;
}

.deal__item {
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  padding: 1.5rem 0;
  font-size: 1.5rem;
  letter-spacing: .05em;
}

.deal__item:last-child {
  border-bottom: none;
}

.deal__item .subtext {
  font-size: 1.4rem;
  margin-top: 0.5rem;
  display: block;
}

@media screen and (min-width: 768px) {
  .deal {
    padding: 8rem 60px 12rem;
  }

  .deal__headline {
    font-size: 3rem;
    max-width: 700px;
    margin: 0 auto 3rem;
  }

  .deal__section {
    max-width: 700px;
    margin: 0 auto 5rem;
  }

  .deal__item {
    font-size: 1.8rem;
    padding: 2rem 0;
  }

  .deal__item .subtext {
    font-size: 1.8rem;
  }
}


.map-container {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.map-container iframe {
  width: 100%;
  border: 0;
}



.pConsulting {
  margin-top: 6rem;
  padding: 6rem 30px;
  background-color: #1e537b;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* 背景にうっすら画像を重ねる */
.pConsulting::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/main/img04.jpg"); /* ←背景画像のパスをここに */
  background-size: cover;
  background-position: center;
  opacity: 0.08; /* ← 薄さを調整（0.05〜0.15が自然） */
  z-index: 0;
}

/* 内部コンテンツは前面に表示 */
.pConsulting > * {
  position: relative;
  z-index: 1;
}

.pConsulting__title {
  font-family:  "Shippori Mincho", serif;
  font-size: 2.8rem;
  letter-spacing: .05em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 4.4rem;
  color: #fff;
}

.pConsulting__items {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.pConsulting__item {
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.pConsulting__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pConsulting__caption {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #fff;
}

.pConsulting__img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); /* 画像にシャドウで引き締め */
}

/* PC（768px以上）のスタイル */
@media screen and (min-width: 768px) {
  .pConsulting {
    padding: 8rem 60px;
  }

  .pConsulting__title {
    font-size: 4.2rem;
    margin-bottom: 5rem;
  }

  .pConsulting__items {
    flex-direction: row;
    justify-content: space-between;
  }

  .pConsulting__item {
    width: 30%;
  }

  .pConsulting__caption {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}


/* PCでは非表示、スマホのみ表示 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
