@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
h1 {
  color: #859A93;
}
h2 {
  color: #3D403D;
}
h3 {
  color: #3D403D;
  font-family: Noto Serif JP;
  font-size: 1rem;
  font-weight: normal;
}
@media (min-width: 960px) {
  h3 {
    font-size: 1.25rem;
    letter-spacing: 1.2px;
  }
}

h4 {
  color: #3D403D;
  font-family: Noto Serif JP;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 1.2px;
}
@media (min-width: 960px) {
  h4 {
    font-size: 1.125rem;
  }
}

p,
dt,
dd {
  color: #3D403D;
  font-family: Noto Serif JP;
  font-size: 0.75rem;
}
@media (min-width: 960px) {
  p,
  dt,
  dd {
    font-size: 1rem;
  }
}

a {
  color: #3D403D;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.heading {
  position: relative;
}
.heading h3 {
  color: #B8C3BC;
  font-family: Great Vibes;
  text-align: center;
  font-size: 1.75rem;
  letter-spacing: 0.375rem;
  overflow-wrap: break-word;
}
@media (min-width: 960px) {
  .heading h3 {
    font-size: 3rem;
    letter-spacing: 12.5%;
  }
}
.heading p {
  font-family: Cormorant Garamond;
  letter-spacing: 25%;
  text-align: center;
  font-size: 0.875rem;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 960px) {
  .heading p {
    font-size: 1rem;
  }
}

.vertical-line {
  margin-inline: auto;
  width: 1px;
  height: 80px;
  background: linear-gradient(to bottom, rgba(122, 138, 158, 0) 0%, #7a8a9e 50%, rgba(122, 138, 158, 0) 100%);
  background-size: 100% 200%;
  animation: flowLine 4s linear infinite;
}
@media (min-width: 600px) {
  .vertical-line {
    margin: 20px auto;
    height: 120px;
  }
}
@keyframes flowLine {
  0% {
    background-position: 0% 0%;
    /* 開始位置 */
  }
  100% {
    background-position: 0% 200%;
    /* 下へまるごと移動させる */
  }
}
.work-btn-wrap {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 960px) {
  .work-btn-wrap {
    margin-top: 50px;
  }
}
.work-btn-wrap .btn-fog-reveal {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  /* ボタン自体の変化も1秒かけて滑らかに */
  transition: background-color 1s ease, border-radius 1s ease;
}
.work-btn-wrap .btn-fog-reveal .btn-text {
  font-family: "Noto Serif JP";
  color: #3D403D;
  font-size: 0.55rem;
  letter-spacing: 0.15em;
}
@media (min-width: 960px) {
  .work-btn-wrap .btn-fog-reveal .btn-text {
    font-size: 0.675rem;
  }
}
.work-btn-wrap .btn-fog-reveal .btn-arrow {
  font-family: "Noto Serif JP";
  color: #3D403D;
  font-size: 0.75rem;
  opacity: 0;
}
@media (min-width: 960px) {
  .work-btn-wrap .btn-fog-reveal .btn-arrow {
    font-size: 0.875rem;
  }
}
.work-btn-wrap .btn-fog-reveal:hover .btn-arrow {
  opacity: 1;
}

.fv-contact {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 600px) {
  .fv-contact {
    margin-top: clamp(40px, 8vh, 120px);
    margin: 0;
  }
}
.fv-contact a {
  display: inline-block;
  border: 1px solid #C4CBC1;
  border-radius: 8px;
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
  font-family: Noto Serif JP;
  padding: 12px 40px;
}
@media (min-width: 600px) {
  .fv-contact a {
    font-size: 0.875rem;
    padding: 15px 40px;
  }
}
.fv-contact a:hover {
  border: none;
  border-radius: 8px;
  background: #859A93;
  color: #EBEBE5;
}
.wrapper {
  position: relative;
  overflow: hidden;
  max-width: 700px;
  padding: 20px;
  margin-inline: auto;
}
@media (min-width: 960px) {
  .wrapper {
    max-width: 1200px;
    padding: 0 50px;
  }
}

.swiper-slide-list {
  flex-shrink: 0;
  border: 1.5px solid #C4CBC1;
  border-radius: 30px 0 30px 0;
  padding: 20px 20px 10px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
@media (min-width: 960px) {
  .swiper-slide-list {
    padding: 20px 30px;
  }
}

@keyframes revealText {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
@keyframes fadeOutText {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
body {
  margin: 0;
  padding: 0;
}
body .loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #3D403D;
  color: #EBEBE5;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(0);
}
body .loading-overlay .typing-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
body .loading-overlay .typing-container .typing-text {
  text-align: center;
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.3em;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  margin: 0;
  opacity: 0;
}
body .loading-overlay .typing-container .name-line {
  font-size: 1.2rem;
  animation: revealText 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards, fadeOutText 0.6s ease 3.2s forwards;
}
@media (min-width: 960px) {
  body .loading-overlay .typing-container .name-line {
    font-size: 1.5rem;
  }
}
body .loading-overlay .typing-container .sub-line {
  font-size: 0.9rem;
  animation: revealText 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards, fadeOutText 0.6s ease 3.2s forwards;
}
@media (min-width: 960px) {
  body .loading-overlay .typing-container .sub-line {
    font-size: 1.1rem;
  }
}
body.is-loading {
  height: 100vh;
  overflow: hidden;
}
body.is-loaded {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
}
body.is-loaded .loading-overlay {
  transform: translateY(100%);
  pointer-events: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
@media (min-width: 600px) {
  header {
    height: 70px;
  }
}
header h1 {
  font-size: 1rem;
}
@media (min-width: 600px) {
  header h1 {
    font-size: 1.25rem;
  }
}
header h1 a {
  font-family: Cormorant Garamond;
  color: #859A93;
  letter-spacing: 10%;
}
header #menu-trigger {
  display: none;
}
header .hamburger-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 24px;
  height: 18px;
  cursor: pointer;
  z-index: 110;
}
@media (min-width: 600px) {
  header .hamburger-btn {
    width: 32px;
    height: 24px;
  }
}
header .hamburger-btn span {
  display: block;
  height: 1px;
  background-color: #3D403D;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
header .hamburger-btn span:nth-child(1) {
  width: 100%;
}
header .hamburger-btn span:nth-child(2) {
  width: 60%;
}
header .hamburger-btn span:nth-child(3) {
  width: 80%;
}
header .hamburger-btn.is-active span {
  background-color: #EBEBE5;
}
header .hamburger-btn.is-active span:nth-child(1) {
  transform: translateY(11.5px) rotate(45deg);
  width: 100%;
}
header .hamburger-btn.is-active span:nth-child(2) {
  opacity: 0;
  width: 0;
}
header .hamburger-btn.is-active span:nth-child(3) {
  transform: translateY(-11.5px) rotate(-45deg);
  width: 100%;
}
header nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 95;
  display: flex;
  align-items: center;
  padding-left: 12%;
  display: none;
}
header nav ul {
  display: flex;
  flex-direction: column;
}
header nav ul li {
  overflow: hidden;
  margin-bottom: 2rem;
}
header nav ul li a {
  display: inline-block;
  font-family: Cormorant Garamond;
  font-size: 1.25rem;
  letter-spacing: 0.25em;
  color: #EBEBE5;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s ease;
}
header nav.is-active ul {
  margin-top: 50px;
}
header nav.is-active ul li a {
  transform: translateY(0);
  opacity: 1;
}
header nav.is-active ul li:nth-child(1) a {
  transition-delay: 0.4s;
}
header nav.is-active ul li:nth-child(2) a {
  transition-delay: 0.5s;
}
header nav.is-active ul li:nth-child(3) a {
  transition-delay: 0.6s;
}
header nav.is-active ul li:nth-child(4) a {
  transition-delay: 0.7s;
}
header nav.is-active ul li:nth-child(5) a {
  transition-delay: 0.8s;
}
header .layer-bg,
header .layer-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
}
header .layer-bg {
  background-color: rgba(220, 222, 217, 0.6);
  z-index: 90;
}
header .layer-panel {
  background-color: #3D403D;
  z-index: 91;
  transform: translateY(100%);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
header .layer-panel.is-active {
  transform: translateY(0);
}
@media (min-width: 960px) {
  header {
    padding: 0 60px;
  }
  header .hamburger-btn,
  header .layer-bg,
  header .layer-panel {
    display: none !important;
  }
  header nav {
    display: flex !important;
    position: static;
    width: auto;
    height: auto;
    padding-left: 0;
    z-index: auto;
  }
  header nav ul {
    flex-direction: row;
    gap: 30px;
  }
  header nav ul li {
    overflow: visible;
    margin-bottom: 0;
  }
  header nav ul li a {
    display: inline;
    font-size: 1rem;
    letter-spacing: 0.15em;
    color: #2c3531;
    transform: none !important;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  header nav ul li a:hover {
    opacity: 0.5;
  }
}

.fv {
  overflow: hidden;
  max-width: 100%;
  min-height: 480px;
  padding-top: 50px;
}
@media (min-width: 600px) {
  .fv {
    height: 1000px;
    display: flex;
    justify-content: center;
    padding-top: 70px;
  }
}
@media (min-width: 960px) {
  .fv {
    height: 900px;
  }
}
.fv .fv-copy {
  font-family: Cormorant Garamond;
  font-style: italic;
  text-align: center;
}
@media (min-width: 600px) {
  .fv .fv-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    position: relative;
  }
}
@media (min-width: 960px) {
  .fv .fv-container {
    max-width: 1000px;
  }
}
@media (min-width: 600px) {
  .fv .fv-container .fv-inner {
    min-width: 250px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
}
@media (min-width: 960px) {
  .fv .fv-container .fv-inner {
    flex:1;
    display:flex;
    justify-content:center;
  }
}
@media (min-width: 600px) {
  .fv .fv-container .fv-inner .fv-inner-wrap {
    position: absolute;
    top: 20%;
    right: 30%;
    transform: translateX(50%);
    z-index: 50;
  }
}
@media (min-width: 960px) {
  .fv .fv-container .fv-inner .fv-inner-wrap {
    width: 600px;
    position: absolute;
    top: 15%;
    transform: translateX(47%);
  }
}
.fv .fv-container .fv-inner .fv-inner-wrap .main-copy {
  color: #859A93;
  padding-top: 20px;
  font-size: 0.75rem;
  letter-spacing: 0.2rem;
}
@media (min-width: 600px) {
  .fv .fv-container .fv-inner .fv-inner-wrap .main-copy {
    padding: 40px 0;
    font-size: 0.85rem;
    letter-spacing: 0.3rem;
  }
}
.fv .fv-container .fv-inner .fv-inner-wrap .sub-copy-pc {
  display: none;
}
@media (min-width: 600px) {
  .fv .fv-container .fv-inner .fv-inner-wrap .sub-copy-pc {
    display: block;
    font-size: clamp(2rem, 6vw, 3rem);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.03em;
  }
}
.fv .fv-container .fv-inner .fv-inner-wrap .sub-message-pc {
  display: none;
}
@media (min-width: 600px) {
  .fv .fv-container .fv-inner .fv-inner-wrap .sub-message-pc {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: .65rem;
    letter-spacing: .08em;
    line-height: 2.2;
  }
}
.fv .fv-container .fv-inner .fv-inner-wrap .fv-mobile-wrap {
  max-width: 400px;
  display: flex;
  justify-content: center;
}
@media (min-width: 600px) {
  .fv .fv-container .fv-inner .fv-inner-wrap .fv-mobile-wrap {
    display: none;
  }
}
.fv .fv-container .fv-inner .fv-inner-wrap .fv-mobile-wrap .fv-img-wrap {
  width: 200px;
  margin: 150px 7vw 0 7vh;
  position: relative;
  transform: translateX(-20px);
}
.fv .fv-container .fv-inner .fv-inner-wrap .fv-mobile-wrap .fv-img-wrap img {
  aspect-ratio: 1/1;
  display: flex;
  position: relative;
  z-index: 5;
}
.fv .fv-container .fv-inner .fv-inner-wrap .fv-mobile-wrap .fv-img-wrap .image-bg {
  width: 100%;
  aspect-ratio: 1/1;
  background: #a3aba1;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.fv .fv-container .fv-inner .fv-inner-wrap .fv-mobile-wrap .sub-copy-mobile-container {
  display: grid;
  position: absolute;
  right: 30px;
  translate: translateX(50%);
  margin-top: 30px;
}
.fv .fv-container .fv-inner .fv-inner-wrap .fv-mobile-wrap .sub-copy-mobile-container .sub-copy-mobile {
  font-size: clamp(1.8rem, 6vw, 2.5rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.fv .fv-container .fv-inner .fv-inner-wrap .fv-mobile-wrap .sub-copy-mobile-container .sub-message-mobile {
  margin-top: 10px;
  text-align: center;
  font-size: .625rem;
  line-height: 1.8;
  letter-spacing: .08em;
}
.fv .fv-container .fv-inner .fv-inner-wrap .sub-title {
  margin: 20px 5vw;
}
@media (min-width: 350px) {
  .fv .fv-container .fv-inner .fv-inner-wrap .sub-title {
    margin: 20px 10vw;
  }
}
@media (min-width: 600px) {
  .fv .fv-container .fv-inner .fv-inner-wrap .sub-title {
    margin: 80px 10px 40px 100px;
    white-space: nowrap;
    text-align: center;
  }
}
@media (min-width: 960px) {
  .fv .fv-container .fv-inner .fv-inner-wrap .sub-title {
    position: absolute;
    top: 340px;
    right: 20px;

    margin: 0;
    box-sizing: border-box;
    /* margin: 100px 20px 0 0;
    position: absolute;
    right: clamp(-100px, 1150px - 125vw, -50px); */
  }
}
.fv .fv-container .fv-inner .fv-inner-wrap .sub-title p {
  margin-left: 5vw;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.05rem;
}
@media (min-width: 600px) {
  .fv .fv-container .fv-inner .fv-inner-wrap .sub-title p {
    margin-left: 0;
  }
}
@media (min-width: 960px) {
  .fv .fv-container .fv-inner .fv-inner-wrap .sub-title p {
    line-height:2;
    white-space:normal;
  }
}
@media (min-width: 960px) {
  .fv .fv-container .fv-inner .fv-inner-wrap .vertical-line {
    margin: 50px auto;
  }
}
.fv .fv-container .fv-pc-wrap {
  display: none;
}
@media (min-width: 600px) {
  .fv .fv-container .fv-pc-wrap {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .fv .fv-container .fv-pc-wrap .fv-img-wrap {
    width: clamp(230px, 35vw, 350px);
    position: relative;
  }
  .fv .fv-container .fv-pc-wrap .fv-img-wrap img {
    position: relative;
    z-index: 5;
    aspect-ratio: 1/1;
    -o-object-position: center 40%;
       object-position: center 40%;
  }
  .fv .fv-container .fv-pc-wrap .fv-img-wrap .image-bg {
    width: clamp(230px, 35vw, 350px);
    aspect-ratio: 1/1;
    border: 1px solid #a3aba1;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
  }
}
@media (min-width: 960px) {
  .fv .fv-container .fv-pc-wrap {
    margin-top: 70px;
  }
}
.fv .fv-pc-bg {
  display: none;
}
@media (min-width: 600px) {
  .fv .fv-pc-bg {
    display: block;
    margin: 0;
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 0;
    width: 30vw;
    min-height: 410px;
    background: #71736F;
  }
}
@media (min-width: 600px) {
  .fv .fv-pc-bg {
    height: 930px;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 960px) {
  .fv .fv-pc-bg {
    width: calc((100vw - 1000px) / 2 + 300px);
    height: 820px;
  }
}

#works {
  margin-top: 60px;
  padding: 120px 0;
}
@media (min-width: 960px) {
  #works {
    padding: 200px 0;
  }
}
#works .works-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 70px;
  padding-top: 50px;
}
@media (min-width: 960px) {
  #works .works-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
#works .works-wrapper article p {
  padding: 10px 0;
  color: #859A93;
  font-family: Cormorant Garamond;
  font-style: italic;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
}
#works .works-wrapper article h4 {
  padding-left: 10px;
}
@media (min-width: 960px) {
  #works .works-wrapper .works-left {
    margin-bottom: 100px;
  }
}
@media (min-width: 960px) {
  #works .works-wrapper .works-right {
    margin-top: 100px;
  }
}
.works-img-box img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.works-img-box img:hover {
  transform: translate(-8px, -8px) scale(1.03);
  box-shadow: 8px 8px 20px rgba(0,0,0,.15);
}
#services {
  padding: 120px 0;
  background-color: #859A93;
}
@media (min-width: 960px) {
  #services {
    padding: 200px 0;
  }
}
#services .services-items {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #EBEBE5;
  padding: 40px 0;
}
@media (min-width: 960px) {
  #services .services-items {
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
    margin-top: 100px;
  }
}
#services .fade-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: all .8s ease;
}
#services .fade-left.show {
  opacity: 1;
  transform: translateX(0);
}
#services .fade-right {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateX(60px);
  transition: all .8s ease;
}
#services .fade-right.show {
  opacity: 1;
  transform: translateX(0);
}
#services .services-items .services-img-box {
  max-width: 100%;
}
@media (min-width: 960px) {
  #services .services-items .services-img-box {
    max-width: 40%;
  }
}
#services .services-items .services-img-box img {
  height: auto;
}
#services .services-items .services-text {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  #services .services-items .services-text {
    max-width: 55%;
    padding: 0;
  }
}
#services .services-items .services-text h3,
#services .services-items .services-text p {
  color: #EBEBE5;
}
#services .services-items .services-text p {
  margin-top: 30px;
  letter-spacing: 1.5;
  line-height: 1.8;
}
#services .services-items-reverse {
  flex-direction: row-reverse;
}

#flow {
  height: 600vh;
  position: relative;
}
#flow .flow-sticky-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 60px 0;
}
#flow .flow-sticky-wrapper .flow-scroll-container {
  margin-top: 50px;
  width: 100%;
  padding-left: 10%;
}
@media (min-width: 960px) {
  #flow .flow-sticky-wrapper .flow-scroll-container {
    margin-top: 100px;
  }
}
#flow .flow-sticky-wrapper .flow-scroll-container .flow-lists {
  display: flex;
  gap: 24px;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  transition: transform 0.1s linear;
  gap: 40px;
}
@media (min-width: 960px) {
  #flow .flow-sticky-wrapper .flow-scroll-container .flow-lists {
    gap: 60px;
  }
}
#flow .flow-sticky-wrapper .flow-scroll-container .flow-lists .flow-list {
  width: 230px !important;
  height: 240px;
}
@media (min-width: 960px) {
  #flow .flow-sticky-wrapper .flow-scroll-container .flow-lists .flow-list {
    width: 300px !important;
    height: 300px;
  }
}
#flow .flow-sticky-wrapper .flow-scroll-container .flow-lists .flow-list h2 {
  color: #B8C3BC;
  font-family: Great Vibes;
  font-size: 3.75rem;
  line-height: .75;
  font-weight: normal;
}
@media (min-width: 960px) {
  #flow .flow-sticky-wrapper .flow-scroll-container .flow-lists .flow-list h2 {
    font-size: 4.75rem;
  }
}
#flow .flow-sticky-wrapper .flow-scroll-container .flow-lists .flow-list .flow-list-outer {
  height: 60%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}
#flow .flow-sticky-wrapper .flow-scroll-container .flow-lists .flow-list .flow-list-outer .flor-list-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#flow .flow-sticky-wrapper .flow-scroll-container .flow-lists .flow-list .flow-list-outer .flor-list-inner h3 {
  font-size: 0.875rem;
  writing-mode: vertical-rl;
}
@media (min-width: 960px) {
  #flow .flow-sticky-wrapper .flow-scroll-container .flow-lists .flow-list .flow-list-outer .flor-list-inner h3 {
    font-size: 1rem;
  }
}
#flow .flow-sticky-wrapper .flow-scroll-container .flow-lists .flow-list .flow-list-outer .flow-img-box {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  align-self: flex-end;
  padding-right: 20px;
}
@media (min-width: 960px) {
  #flow .flow-sticky-wrapper .flow-scroll-container .flow-lists .flow-list .flow-list-outer .flow-img-box {
    width: 110px;
    height: 110px;
  }
}
#flow .flow-sticky-wrapper .flow-scroll-container .flow-lists .flow-list .flow-list-text {
  height: 40%;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
#flow .flow-sticky-wrapper .flow-scroll-container .flow-lists .flow-list .flow-list-text p {
  font-size: .75rem;
}
@media (min-width: 960px) {
  #flow .flow-sticky-wrapper .flow-scroll-container .flow-lists .flow-list .flow-list-text p {
    font-size: .875rem;
  }
}

#contact {
  background-color: #787977;
  padding: 80px 20px 0;
}
@media (min-width: 960px) {
  #contact {
    padding: 100px 20px 0;
  }
}
#contact .contact-wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding: 60px 0 40px;
}
@media (min-width: 960px) {
  #contact .contact-wrapper {
    max-width: 750px;
    padding: 60px 18px 40px;
  }
}
#contact .contact-wrapper h3,
#contact .contact-wrapper p {
  color: #EBEBE5;
  text-align: center;
}
#contact .contact-wrapper .contact-title {
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  #contact .contact-wrapper .contact-title {
    font-size: 1.5em;
  }
}
#contact .contact-wrapper .contact-text {
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  line-height: 2;
  margin-bottom: 80px;
}
@media (min-width: 960px) {
  #contact .contact-wrapper .contact-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media (min-width: 960px) {
  #contact .contact-wrapper .contact-text .text-mobile-br {
    display: contents;
  }
}
#contact .contact-wrapper .contact-form {
  background: #EBEBE5;
  padding: 60px 15px 30px;
  border-radius: 10px;
}
@media (min-width: 600px) {
  #contact .contact-wrapper .contact-form {
    padding: 60px 30px 30px;
}
}
@media (min-width: 960px) {
  #contact .contact-wrapper .contact-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 80px 40px 40px;
  }
}
#contact .contact-wrapper .contact-form .form-group {
  margin-bottom: 24px;
}
#contact .contact-wrapper .contact-form .form-group label {
  display: block;
  font-size: 0.625rem;
  text-align: start;
  letter-spacing: 0.15em;
  font-family: Cormorant Garamond;
  color: #3D403D;
  margin-bottom: 10px;
}
#contact .contact-wrapper .contact-form .form-group input[type=text],
#contact .contact-wrapper .contact-form .form-group input[type=email],
#contact .contact-wrapper .contact-form .form-group textarea {
  width: 100%;
  border: none;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  font-size: 0.75rem;
  color: #3D403D;
  font-family: Noto Serif JP;
}
@media (min-width: 600px) {
  #contact .contact-wrapper .contact-form .form-group input[type=text],
  #contact .contact-wrapper .contact-form .form-group input[type=email],
  #contact .contact-wrapper .contact-form .form-group textarea {
    padding: 14px;
    font-size: 0.875rem;
}
}
#contact .contact-wrapper .contact-form .form-group textarea {
  min-height: 140px;
  resize: vertical;
}
#contact .contact-wrapper .contact-form .form-group .form-select {
  width: 100%;
  height: 48px;
  padding: 0 12px;

  border: 1px solid #ddd;
  border-radius: 8px;

  background: #fff;

  font-size: 0.75rem;
  color: #3D403D;
  font-family: Noto Serif JP;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  cursor: pointer;
}
@media (min-width: 600px) {
  #contact .contact-wrapper .contact-form .form-group .form-select {
    height: 56px;
    padding: 0 48px 0 16px;
    font-size: 0.875rem;
  }
}
#contact .contact-wrapper .contact-form .form-group .form-select::after {
  content: "";
  position: absolute;

  top: 60%;
  right: 18px;

  width: 10px;
  height: 10px;

  border-right: 2px solid #333;
  border-bottom: 2px solid #333;

  transform: translateY(-50%) rotate(45deg);

  pointer-events: none;
}
#contact .contact-wrapper .contact-form .btn {
  width: 100%;
  height: 52px;
  border: 1px solid #C4CBC1;
  border-radius: 8px;
  color: #3D403D;
  font-family: Cormorant Garamond;
  letter-spacing: 0.15em;
  font-size: 0.875rem;
  cursor: pointer;
  transition: 0.3s;
}
#contact .contact-wrapper .contact-form .btn:hover {
  border: none;
  border-radius: 8px;
  background: #859A93;
  color: #EBEBE5;
}

/* ---------------------------
    about
---------------------------*/
.about {
  padding-top: 80px;
}
@media (min-width: 960px) {
  .about {
    padding: 160px 0 0;
  }
}
.about .about-wrapper .portfolio-container {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 960px) {
  .about .about-wrapper .portfolio-container {
    max-width: 1000px;
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
  }
}
@media (min-width: 960px) {
 .about .about-wrapper .portfolio-container .portfolio-left {
  width: 40%;
 }
}
.about .about-wrapper .portfolio-container .portfolio-left .name {
  margin: 30px 0;
  font-size: 1.2rem;
  font-family: Cormorant Garamond;
  font-style: italic;
}
@media (min-width: 960px) {
  .about .about-wrapper .portfolio-container .portfolio-left .name {
    /* font-size: 1.5rem; */
    padding-left: 60px;
  }
}
.about .about-wrapper .portfolio-container .portfolio-left .portfolio-img-box {
  width: clamp(150px, 35vw, 300px);
  height: clamp(200px, 45.5vw, 400px);
  position: relative;
}
@media (min-width: 960px) {
  .about .about-wrapper .portfolio-container .portfolio-left .portfolio-img-box {
    margin-left: 15%;
  }
}
.about .about-wrapper .portfolio-container .portfolio-left .portfolio-img-box .image-bg {
  width: 100%;
  height: 100%;

  border: 1px solid #a3aba1;
  border-radius:8px;

  position: absolute;
  top: 30px;
  right: -30px;

  z-index: 1;

  transform: rotate(-2deg);

  /* 回転の基準点 */
  transform-origin: center center;
}
.about .about-wrapper .portfolio-container .portfolio-left .portfolio-img-box .card-stack {
  position:relative;

  width:100%;
  height:100%;

  z-index:2;
}
.about .about-wrapper .portfolio-container .portfolio-left .portfolio-img-box .card-stack img {
  position:absolute;
  inset:0;

  width:100%;
  height:100%;

  object-fit:cover;
  border-radius:8px;

  will-change:transform, filter;
}
.about .about-wrapper .portfolio-container .portfolio-right {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .about .about-wrapper .portfolio-container .portfolio-right {
    margin-top: 0;
  }
}
.about .about-wrapper .portfolio-container .portfolio-right p {
  font-size: 0.75rem;
  line-height: 1.8;
}
@media (min-width: 600px) {
  .about .about-wrapper .portfolio-container .portfolio-right p {
    font-size: 0.875rem;
  }
}
.about .about-wrapper .portfolio-container .portfolio-right .about-message {
  max-width: 500px;
  margin-top: 80px;
  padding: 0 15px;
}
.about .about-wrapper .hobby-container {
  margin: 100px auto 80px auto;
  max-width: 450px;
  border-radius: 30px 0;
  background-color: #71736F;
  padding: 45px 20px;
}
@media (min-width: 600px) {
  .about .about-wrapper .hobby-container {
    max-width: 550px;
    padding: 45px 40px;
  }
}
@media (min-width: 960px) {
  .about .about-wrapper .hobby-container {
    margin: 180px auto 150px auto;
    max-width: 750px;
    padding: 70px 40px;
  }
}
.about .about-wrapper .hobby-container dl {
  margin: 15px auto 0 auto;
  max-width: 350px;
}
@media (min-width: 600px) {
  .about .about-wrapper .hobby-container dl {
    max-width: 450px;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 16px 24px;
  }
}
@media (min-width: 960px) {
  .about .about-wrapper .hobby-container dl {
   max-width: 550px;
   grid-template-columns: 140px 1fr;
  }
}
.about .about-wrapper .hobby-container dl dt,
.about .about-wrapper .hobby-container dl dd {
  color: #EBEBE5;
  letter-spacing: 1.6;
  line-height: 1.8;
}
@media (min-width: 600px) {
  .about .about-wrapper .hobby-container dl dt,
  .about .about-wrapper .hobby-container dl dd {
    font-size: 0.875rem;
  }
}
.about .about-wrapper .hobby-container dl dt {
  margin-bottom: 5px;
  font-size: 0.75rem;
  font-family: Cormorant Garamond;
  font-style: italic;
}
@media (min-width: 600px) {
  .about .about-wrapper .hobby-container dl dt {
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 0.875rem;
  }
}
.about .about-wrapper .hobby-container dl dd {
  font-size: 0.75rem;
  font-family: Noto Serif JP;
}
@media (min-width: 600px) {
  .about .about-wrapper .hobby-container dl dd {
    font-size: 0.875rem;
  }
}
.about .about-wrapper .hobby-container dl dd .hobby-pc {
  display: none;
}
@media (min-width: 600px) {
  .about .about-wrapper .hobby-container dl dd .hobby-pc {
    display: inline-block;
  }
}
@media (min-width: 600px) {
  .about .about-wrapper .hobby-container dl dd .hobby-mobile {
    display: none;
  }
}

.career .career-wrapper {
  max-width: 700px;
  padding: 50px;
}
@media (min-width: 960px) {
  .career .career-wrapper {
    max-width: 900px;
  }
}
.career .career-wrapper .career-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media (min-width: 600px) {
  .career .career-wrapper .career-list {
    gap: 48px;
  }
}
.career .career-wrapper .career-list::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 60px;
  width: 1px;
  height: calc(100% + 8px);
  background: #c8c8c8;
}
@media (min-width: 600px) {
  .career .career-wrapper .career-list::after {
    left: 90px;
  }
}
.career .career-wrapper .career-list .career-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
}
@media (min-width: 600px) {
  .career .career-wrapper .career-list .career-item {
    grid-template-columns: 70px 1fr;
  }
}
.career .career-wrapper .career-list .career-item dt {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-size: 1rem;
}
.career .career-wrapper .career-list .career-item dd {
  font-family: Noto Serif JP;
}
.career .career-wrapper .career-list .career-item dd h3,
.career .career-wrapper .career-list .career-item dd p {
  font-size: 0.75rem;
  line-height: 1.8;
  color: #3D403D;
}
@media (min-width: 600px) {
  .career .career-wrapper .career-list .career-item dd h3,
  .career .career-wrapper .career-list .career-item dd p {
    font-size: 0.875rem;
}
}
.career .career-wrapper .career-list .career-item .career-content {
  margin: 0;
  padding-left: 24px;
  position: relative;
}
@media (min-width: 960px) {
  .career .career-wrapper .career-list .career-item .career-content {
    padding-left: 42px;
  }
}
.career .career-wrapper .career-list .career-item .career-content::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c8c8c8;
}

.skill {
  padding: 120px 0;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .skill {
    max-width: 1000px;
    padding: 200px 0;
  }
}
.skill .skill-slider {
  width: 100%;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
.skill .skill-slider::before,
.skill .skill-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.skill .skill-slider::before {
  left: 0;
  background: linear-gradient(to right, #EBEBE5, transparent);
}
.skill .skill-slider::after {
  right: 0;
  background: linear-gradient(to left, #EBEBE5, transparent);
}
.skill .skill-slider .skill-track {
  width: max-content;
  display: flex;
  gap: 60px;
  will-change: transform;
  transform: translate3d(0,0,0);
}
.skill .skill-slider .skill-track .skill-list {
  width: 180px;
  height:180px;
  flex-shrink: 0;

  border:1.5px solid #C4CBC1;
  border-radius:30px 0;
  box-shadow:0 4px 20px rgba(0,0,0,.03);

  display:flex;
  justify-content:center;
  align-items:center;
}
@media (min-width: 600px) {
  .skill .skill-slider .skill-track .skill-list {
    width:200px !important;
    height: 200px;
  }
}
.skill .skill-slider .skill-track  .skill-list .skill-list-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
}

.skill .skill-slider .skill-track  .skill-list .skill-list-inner h3 {
  margin-top: 10px;
  font-family: Cormorant Garamond;
  font-style: italic;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 1.5px;
}
.skill .skill-slider .skill-track  .skill-list .skill-list-inner .skill-img-box {
  margin: 10px auto 0;
  width: 60px;
  height: 60px;
}
.skill .skill-slider .skill-track  .skill-list .skill-list-inner .skill-img-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ---------------------------
    works
---------------------------*/
.works-tag-wrapper .works-tag-filter-area {
  display: flex;
  justify-content: right;
  gap: 20px;
}
.works-tag-wrapper .works-tag-filter-area .filter-tag-item {
  color: #3D403D;
  font-family: Noto Serif JP;
  font-size: 0.55rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
@media (min-width: 600px) {
  .works-tag-wrapper .works-tag-filter-area .filter-tag-item {
    font-size: 0.75rem;
  }
}
.works-tag-wrapper .works-tag-filter-area .filter-tag-item :hover {
  border-color: #859A93;
}
.works-pagination ul.page-numbers {
  display: inline-flex;
  list-style: none;
  gap: 15px;
}
.works-pagination ul.page-numbers li span.current {
  color: #859A93;
  font-weight: bold;
}
.works-pagination ul.page-numbers li a.page-numbers {
  font-family: Noto Serif JP;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  color: #3D403D;
  text-decoration: none;
}
@media (min-width: 960px) {
  .works-pagination ul.page-numbers li a.page-numbers  {
    font-size: 1rem;
  }
}
/* ---------------------------
    work
---------------------------*/
.fv-work {
  min-height: calc(100svh - 50px);
  margin-top: 50px;
}
@media (min-width: 600px) {
  .fv-work {
    min-height: calc(100svh - 70px);
    margin-top: 70px;
  }
}
.fv-work .fv-work-img-wrap {
  max-width: 100%;
  height: 250px;
  position: relative;
}
@media (min-width: 600px) {
  .fv-work .fv-work-img-wrap {
    height: 40vh;
  }
}
.fv-work .fv-work-img-wrap img {
  height: 100%;
  -o-object-position: left;
     object-position: left;
}
.fv-work .fv-work-img-wrap .fv-work-text {
  position: absolute;
  left: 30px;
  bottom: 20px;
}
@media (min-width: 600px) {
  .fv-work .fv-work-img-wrap .fv-work-text {
    left: 8vw;
    bottom: 50px;
  }
}
@media (min-width: 800px) {
  .fv-work .fv-work-img-wrap .fv-work-text {
    left: 80px;
    bottom: 50px;
  }
}
@media (min-width: 960px) {
  .fv-work .fv-work-img-wrap .fv-work-text {
    left: 25%;
    transform: translateX(-50%);
  }
}
.fv-work .fv-work-img-wrap .fv-work-text .fv-copy {
  font-family: Cormorant Garamond;
  font-style: italic;
  text-align: center;
  letter-spacing: .1rem;
  margin-bottom: 20px;
}
.fv-work .fv-work-img-wrap .fv-work-text .main-copy {
  color: #859A93;
  font-size: 0.75rem;
  letter-spacing: 0.2rem;
}
@media (min-width: 600px) {
  .fv-work .fv-work-img-wrap .fv-work-text .main-copy {
    font-size: 0.85rem;
    letter-spacing: 0.3rem;
  }
}
@media (min-width: 600px) {
  .fv-work .fv-work-img-wrap .fv-work-text .sub-copy-pc {
    font-size: 1.5rem;
  }
}
@media (min-width: 800px) {
  .fv-work .fv-work-img-wrap .fv-work-text .sub-copy-pc {
    font-size: clamp(2rem, 3vw, 4rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.03em;
  }
}
@media (min-width: 960px) {
  .fv-work .work-sub-pc-container {
    position: relative;
  }
}
.fv-work .fv-work-img-wrap .fv-work-text .sub-message-pc {
    text-align: center;
    font-size: .625rem;
    line-height: 1.8;
    letter-spacing: .08em;
}
@media (min-width: 600px) {
  .fv-work .fv-work-img-wrap .fv-work-text .sub-message-pc {
    font-size: .65rem;
    letter-spacing: .08em;
    line-height: 2.2;
  }
}
.fv-work .work-sub-pc-container .work-sub-title {
  margin-top: 20px;
  margin-left: 5%;
  letter-spacing: 2px;
  line-height: 2.5;
}
@media (min-width: 600px) {
  .fv-work .work-sub-pc-container .work-sub-title {
    margin-left: 10%;
  }
}
@media (min-width: 960px) {
  .fv-work .work-sub-pc-container .work-sub-title {
    width: 380px;
    margin: 0;
    position: absolute;
    left: 25%;
    transform: translateX(-50%);
  }
}
.fv-work .work-sub-pc-container .work-sub-title p {
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.05rem;
}
@media (min-width: 960px) {
  .fv-work .work-sub-pc-container .work-sub-title p {
    text-align: center;
  }
}
.fv-work .work-sub-pc-container .vertical-line {
  margin: 40px auto;
}
@media (min-width: 600px) {
  .fv-work .work-sub-pc-container .vertical-line {
    margin: 60px auto;
  }
}

.work {
  padding: 80px 0;
}
.work .work-wrapper {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 960px) {
  .work .work-wrapper {
    max-width: 1400px;
    margin-top: 150px;
    flex-direction: row;
  }
}
.work .work-wrapper .work-text-container {
  margin-top: 80px;
}
@media (min-width: 960px) {
  .work .work-wrapper .work-text-container {
    width: 40%;
    margin-top: 0;
  }
}
.work .work-wrapper .work-text-container p {
  color: #859A93;
  font-family: Cormorant Garamond;
  font-style: italic;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
}
.work .work-wrapper .work-text-container h4 {
  color: #3D403D;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
}
.work .work-wrapper .work-text-container .work-link-button-area {
  margin-top: 30px;
}
.work .work-wrapper .work-text-container .work-link-button-area a {
  font-family:  Noto Serif JP;
  font-size: 0.55rem;
}
@media (min-width: 960px) {
  .work .work-wrapper .work-text-container .work-link-button-area a {
  font-size: 0.675rem;
  }
}
.work .work-wrapper .work-text-container .work-text {
  margin-top: 30px;
  background-color: #859A93;
  border-radius: 20px;
  padding: 5px 30px 50px 30px;
}
.work .work-wrapper .work-text-container .work-text dt,
.work .work-wrapper .work-text-container .work-text dd {
  color: #EBEBE5;
}
.work .work-wrapper .work-text-container .work-text .work-inner {
  max-width: 500px;
  margin-inline: auto;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.work .work-wrapper .work-text-container .work-text .work-inner .work-item dt {
  font-size: 1rem;
}
.work .work-wrapper .work-text-container .work-text .work-inner .work-item dd {
  margin-top: 10px;
  letter-spacing: 0.05rem;
  line-height: 2;
}
.work .work-wrapper .work-img-container {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 960px) {
  .work .work-wrapper .work-img-container {
    padding: 0;
    width: 60%;
    display: block;
    position: relative;
  }
}
@media (min-width: 960px) {
  .work .work-wrapper .work-img-container .work-img-box {
    max-width: 350px;
  }
}
@media (min-width: 960px) {
  .work .work-wrapper .work-img-container .work-img-box img {
    display: block;
  }
}
@media (min-width: 960px) {
  .work .work-wrapper .work-img-container .work-img-no2 {
    position: absolute;
    top: 200px;
    right: 50px;
  }
}

.home footer {
  background-color: #787977;
}
footer .copyright {
  padding: 20px 0;
  text-align: center;
  color: #EBEBE5;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
}
.subpage {
  background-color: #EBEBE5;
}
.home .subpage .copyright {
  color: #EBEBE5;
}
.subpage .copyright {
  color: #3D403D;
}

body {
  background-color: #EBEBE5;
}/*# sourceMappingURL=style.css.map */