@charset "UTF-8";
/* destyle.css*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
html {
  line-height: 1.15; /* Correct the line height */
  -webkit-text-size-adjust: 100%; /* Prevent font size adjustment */
  -webkit-tap-highlight-color: transparent; /* Remove gray overlay on links */
}

/* Sections */
body {
  background: #fff;
  margin: 0; /* Remove margin */
}

main {
  display: block; /* Render `main` consistently */
}

/* Vertical rhythm */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

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;
}

/* Replaced content */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  appearance: none;
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

/* Interactive */
details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/********** base **********/
body {
  font-family: "noto sans jp", "serif";
  color: #151515;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 15px;
}

/********** variable **********/
/********** mixin **********/
/********** module **********/
.footer__container {
  width: 90vw;
  margin: 0 auto;
}

.footer__inner {
  padding-top: 120px;
  padding-bottom: 30px;
}
@media (max-width: 600px) {
  .footer__inner {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

.footer__logo {
  width: clamp(120px, 12vw, 200px);
  margin-bottom: 45px;
}
@media (max-width: 600px) {
  .footer__logo {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .footer__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
}

@media (max-width: 600px) {
  .footer__address {
    text-align: center;
    margin: 0 auto;
  }
}

.footer__address-txt {
  line-height: 1.75;
}
@media (max-width: 600px) {
  .footer__address-txt {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .footer__nav {
    width: fit-content;
    margin: 0 auto;
  }
}

.footer__nav-list {
  display: flex;
  gap: 30px;
  font-family: "outfit", "serif";
  align-items: center;
}
@media (max-width: 600px) {
  .footer__nav-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
  }
}

.footer__copyright {
  text-align: right;
  margin-top: 70px;
}
@media (max-width: 600px) {
  .footer__copyright {
    margin-top: 60px;
    text-align: center;
  }
}

.footer__copyright-txt {
  font-size: 12px;
  font-family: "outfit", "serif";
}

.header {
  mix-blend-mode: difference;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 250;
}

.header__logo {
  width: clamp(100px, 6vw, 200px);
  position: relative;
  z-index: 260;
}
.header__logo img {
  filter: brightness(0) invert(1);
  mix-blend-mode: normal;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 30px 60px;
}
@media (max-width: 600px) {
  .header__inner {
    padding: 20px 20px;
  }
}

@media (max-width: 600px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: flex;
  gap: 40px;
  align-items: center;
  font-family: "outfit", "serif";
}

.header__nav-item {
  color: #fff;
}

.header__nav-btn {
  display: none;
  position: relative;
  z-index: 260;
}
@media (max-width: 600px) {
  .header__nav-btn {
    display: block;
  }
}

.header__nav-btn-icon {
  width: 40px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.header__nav-btn-icon-line {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
  display: block;
  position: absolute;
  left: 0;
}
.header__nav-btn-icon-line:nth-child(1) {
  top: 0;
  right: 0;
}
.header__nav-btn-icon-line:nth-child(2) {
  width: 80%;
  top: 50%;
  right: 0;
  margin: 0 0 0 auto;
  transform: translateY(-50%);
}
.header__nav-btn-icon-line:nth-child(3) {
  width: 60%;
  top: 100%;
  right: 0;
  margin: 0 0 0 auto;
  transform: translateY(-100%);
}

.header__nav-btn-icon.is-active .header__nav-btn-icon-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
}
.header__nav-btn-icon.is-active .header__nav-btn-icon-line:nth-child(2) {
  opacity: 0;
  transform: translateY(-50%) scaleX(0);
}
.header__nav-btn-icon.is-active .header__nav-btn-icon-line:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotate(-25deg);
}

.mainV {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.mainV__inner {
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  padding: 60px;
  gap: 80px;
}
@media (max-width: 600px) {
  .mainV__inner {
    flex-direction: column-reverse;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    padding: 0 20px;
  }
}

.mainV__head {
  width: fit-content;
  flex-shrink: 0;
}

.mainV__ttl {
  font-size: clamp(24px, 3.4vw, 48px);
  font-weight: 300;
}
@media (max-width: 600px) {
  .mainV__ttl {
    font-weight: 400;
  }
}

.mainV__sub-ttl {
  font-family: "outfit", "serif";
  font-size: clamp(14px, 1.6vw, 22px);
  font-weight: 200;
}

.mainV__img-container {
  width: 40%;
}
@media (max-width: 600px) {
  .mainV__img-container {
    width: 100%;
    margin-top: 100px;
  }
}

.mainV__img-01 {
  width: 20vw;
  max-width: 280px;
  margin: 0 0 0 auto;
  transform: translateX(-25%);
  min-width: 120px;
}

.mainV__img-02 {
  width: 16vw;
  max-width: 230px;
  min-width: 120px;
}

.mainV__img-03 {
  width: 13vw;
  max-width: 185px;
  margin: 0 0 0 auto;
  min-width: 120px;
}

.mainV__shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 600px) {
  .mainV__shapes {
    top: 40%;
  }
}

.mainV__shape {
  position: absolute;
  width: clamp(275px, 45vw, 625px);
  height: auto;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  transition: transform 0.1s ease-out;
}

.mainV__shape-01 {
  top: -10%;
  left: 50%;
  animation-name: float-01;
  animation-delay: 0s;
}

.mainV__shape-02 {
  top: -5%;
  left: 50%;
  animation-name: float-02;
  animation-delay: 0s;
}

.mainV__shape-03 {
  top: -8%;
  left: 50%;
  animation-name: float-03;
  animation-delay: 0s;
}

.mainV__shape-04 {
  top: -3%;
  left: 50%;
  animation-name: float-04;
  animation-delay: 0s;
}

@keyframes float-01 {
  0% {
    transform: translate(-45%, 0%) translateY(0px) translateX(0px) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(-45%, 0%) translateY(-30px) translateX(15px) rotate(3deg) scale(1.05);
  }
  50% {
    transform: translate(-45%, 0%) translateY(-20px) translateX(-10px) rotate(-2deg) scale(0.95);
  }
  75% {
    transform: translate(-45%, 0%) translateY(-25px) translateX(12px) rotate(2deg) scale(1.02);
  }
  100% {
    transform: translate(-45%, 0%) translateY(-10px) translateX(-5px) rotate(-1deg) scale(0.98);
  }
}
@keyframes float-02 {
  0% {
    transform: translate(25%, 20%) translateY(0px) translateX(0px) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(25%, 20%) translateY(-25px) translateX(-12px) rotate(-2deg) scale(1.03);
  }
  50% {
    transform: translate(25%, 20%) translateY(-35px) translateX(8px) rotate(3deg) scale(0.97);
  }
  75% {
    transform: translate(25%, 20%) translateY(-15px) translateX(-5px) rotate(-1deg) scale(1.01);
  }
  100% {
    transform: translate(25%, 20%) translateY(-28px) translateX(10px) rotate(2deg) scale(0.99);
  }
}
@keyframes float-03 {
  0% {
    transform: translate(-75%, 50%) translateY(0px) translateX(0px) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(-75%, 50%) translateY(-40px) translateX(18px) rotate(2deg) scale(1.04);
  }
  50% {
    transform: translate(-75%, 50%) translateY(-25px) translateX(-12px) rotate(-2deg) scale(0.96);
  }
  75% {
    transform: translate(-75%, 50%) translateY(-35px) translateX(8px) rotate(1deg) scale(1.02);
  }
  100% {
    transform: translate(-75%, 50%) translateY(-15px) translateX(-6px) rotate(-1deg) scale(0.98);
  }
}
@keyframes float-04 {
  0% {
    transform: translate(15%, 80%) translateY(0px) translateX(0px) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(15%, 80%) translateY(-28px) translateX(-15px) rotate(-2deg) scale(1.03);
  }
  50% {
    transform: translate(15%, 80%) translateY(-18px) translateX(12px) rotate(2deg) scale(0.97);
  }
  75% {
    transform: translate(15%, 80%) translateY(-32px) translateX(-8px) rotate(-1deg) scale(1.01);
  }
  100% {
    transform: translate(15%, 80%) translateY(-12px) translateX(9px) rotate(1deg) scale(0.99);
  }
}
@media (max-width: 768px) {
  .mainV__shape {
    width: clamp(225px, 37.5vw, 450px);
  }
  .mainV__shape-01 {
    top: -8%;
    left: 50%;
  }
  .mainV__shape-02 {
    top: -4%;
    left: 50%;
  }
  .mainV__shape-03 {
    top: -6%;
    left: 50%;
  }
  .mainV__shape-04 {
    top: -2%;
    left: 50%;
  }
}
.m-pageV {
  padding-top: 160px;
}
@media (max-width: 600px) {
  .m-pageV {
    padding-top: 140px;
  }
}

.m-section-ttl {
  font-size: clamp(28px, 5.2vw, 72px);
  font-weight: 200;
  font-family: "outfit", "serif";
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .m-section-ttl {
    font-weight: 400;
  }
}

.m-section-txt {
  font-size: 14px;
  line-height: 1.7;
}

.m-more-btn {
  width: fit-content;
}

.m-more-btn a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.m-more-btn-img {
  width: 50px;
}

.m-grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 600px) {
  .m-grid-2col {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.m-post-thumb img {
  border-radius: 10px;
}

.m-post-date {
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.m-post-ttl {
  margin-top: 8px;
}

.m-contact {
  position: relative;
  width: 100%;
  height: 45vh;
  background: url(../img/common/contact-bg.png) bottom center/cover no-repeat;
  overflow: hidden;
}
.m-contact:hover .m-contact__overlay {
  opacity: 0;
}
.m-contact .m-contact__link {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .m-contact .m-contact__link {
    display: none;
  }
}
@media (max-width: 600px) {
  .m-contact:hover .m-contact__overlay {
    opacity: 0;
  }
}

.m-contact__container {
  position: relative;
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  z-index: 2;
}

.m-contact__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(51, 51, 51);
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.5s ease;
}
@media (max-width: 600px) {
  .m-contact__overlay {
    opacity: 0.2;
  }
}

@media (max-width: 600px) {
  .m-more-btn.m-contact__btn.u-sp-only {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
    margin-top: 40px;
    color: #fff;
    font-weight: 500;
    z-index: 2;
    position: relative;
  }
}

.m-contact__head {
  padding-top: 48px;
}

.m-posts-page {
  padding-top: 80px;
  position: relative;
  padding-bottom: 280px;
}
@media (max-width: 600px) {
  .m-posts-page {
    padding-top: 20px;
    padding-bottom: 180px;
  }
}

.m-posts-page__inner {
  display: flex;
  gap: 40px;
  min-height: 100vh;
}
@media (max-width: 600px) {
  .m-posts-page__inner {
    flex-direction: column;
    gap: 20px;
    min-height: auto;
  }
}

.m-posts-page__inner-left {
  min-width: 190px;
  flex-shrink: 0;
  position: sticky;
  top: 180px;
  left: 0;
  align-self: flex-start;
  height: fit-content;
}
@media (max-width: 600px) {
  .m-posts-page__inner-left {
    position: relative;
    top: 0;
    left: 0;
  }
}

@media (max-width: 600px) {
  .m-posts-category__list {
    display: flex;
    gap: 13px;
  }
}

.m-posts-category__item {
  font-size: 15px;
  margin-top: 10px;
  font-family: "outfit", "serif";
}
@media (max-width: 600px) {
  .m-posts-category__item {
    margin-top: 0px;
    font-size: 14px;
  }
}

.m-posts-page__article-list {
  gap: 60px 30px;
}

.more-load {
  display: flex;
  gap: 10px;
  margin-top: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.more-load span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
}

/* spナビをデフォルトで非表示 */
.sp-nav {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  .sp-nav {
    display: block;
  }
}
.sp-nav__sns-container {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}
.sp-nav__sns-icon {
  width: 40px;
  height: 40px;
}
.sp-nav__sns-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ナビボタンを押すとspナビを表示 */
.sp-nav.active {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}

/* spナビリストを上下中央寄せ */
.sp-nav__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

/* ナビのリンク */
.sp-nav__item a {
  color: #333; /*リンクの文字色*/
  width: 100%;
  display: block;
  text-align: center;
  font-size: 15px;
  margin-bottom: 23px;
  padding: 10px 22px;
}

.sp-nav__item--border a {
  margin-bottom: 0;
  border-radius: 50px;
  border: 1px solid #333;
}

.contents {
  padding: 80px 0 0 0;
}
@media (max-width: 600px) {
  .contents {
    padding: 120px 0 0 0;
  }
}

.container-sm {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(800px + 32px);
}

.container-md {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(940px + 32px);
}

.container {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(1100px + 32px);
}

.container-lg {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(1200px + 32px);
}

.container-85 {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container-85 {
    width: 100%;
    padding: 0 20px;
  }
}

/* ハンバーガーメニューのボタン位置 */
.hamburger-menu {
  width: 32px; /*ハンバーガーメニューの線の幅*/
  height: 24px;
  position: fixed;
  top: 24px; /*(ヘッダーの高さ)ー(メニューボタンの高さ)/2*/
  right: 20px;
  background: transparent;
  z-index: 999;
}
@media (max-width: 600px) {
  .hamburger-menu {
    display: none;
  }
}
.hamburger-menu__icon {
  position: relative;
  width: 100%;
  height: 100%;
}
.hamburger-menu__icon span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #000; /*メニューバーの色*/
  transition: ease 0.4s;
}

.hamburger-menu span:nth-child(1) {
  top: 0;
}
.hamburger-menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger-menu span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
.hamburger-menu.active span:nth-child(1) {
  top: 50%;
  transform: translateY(50%);
  transform: rotate(45deg);
}
.hamburger-menu.active span:nth-child(1) {
  opacity: 0;
}
.hamburger-menu.active span:nth-child(1) {
  top: 50%;
  transform: translateY(50%);
  transform: rotate(-45deg);
}

.opening {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #151515;
  z-index: 999;
}

.opening__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

/********** utils **********/
.u-mt5 {
  margin-top: 5px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb64 {
  margin-bottom: 64px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt16 {
  padding-top: 16px;
}

.u-pt24 {
  padding-top: 24px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt64 {
  padding-top: 64px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb16 {
  padding-bottom: 16px;
}

.u-pb24 {
  padding-bottom: 24px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb64 {
  padding-bottom: 64px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-center {
  text-align: center;
}

.u-mc {
  margin: 0 auto;
}

.u-mr {
  margin: 0 0 0 auto;
}

.u-en {
  font-family: "outfit", "serif";
}

.u-ja {
  font-family: "noto sans jp", "serif";
}

.u-sp-only {
  display: none;
}
@media (max-width: 600px) {
  .u-sp-only {
    display: block;
  }
}

.u-pc-only {
  display: block;
}
@media (max-width: 600px) {
  .u-pc-only {
    display: none;
  }
}

/********** pages **********/
/* top-page*/
.top-concept {
  padding-top: 80px;
}

.top-concept__inner {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .top-concept__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .top-concept__content {
    padding: 0 20px;
    margin-top: 40px;
  }
}

.top-concept__img--01 {
  width: clamp(200px, 27vw, 400px);
}

.top-concept__img--02 {
  width: clamp(200px, 30vw, 400px);
  transform: translateY(50%);
}
@media (max-width: 600px) {
  .top-concept__img--02 {
    transform: translateY(0%);
    margin: 0 0 0 auto;
  }
}

.top-concept__ttl {
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 300;
}
@media (max-width: 600px) {
  .top-concept__ttl {
    font-weight: 400;
  }
}

.top-concept__txt {
  line-height: 2;
  font-size: 15px;
  margin-top: 32px;
}

.top-concept__slide-text {
  position: relative;
  z-index: -1;
  transform: translateY(-50%);
  overflow: hidden;
  margin-top: 80px;
  white-space: nowrap;
  font-size: clamp(72px, 13vw, 170px);
  font-weight: 200;
  font-family: "outfit", "serif";
  color: #333;
}
@media (max-width: 600px) {
  .top-concept__slide-text {
    margin-top: 0px;
  }
}
.top-concept__slide-text::before {
  content: "Catch the intent, Go beyond. Catch the intent, Go beyond. Catch the intent, Go beyond. ";
  display: inline-block;
  color: #dddddd;
  animation: slideText 80s linear infinite;
}
@media (max-width: 600px) {
  .top-concept__slide-text::before {
    animation: slideText 50s linear infinite;
  }
}

@keyframes slideText {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.top-works {
  padding: 100px 0;
  height: 100vh;
  margin-top: 96px;
  border-radius: 40px 40px 0 0;
  background: rgba(196, 214, 229, 0.3);
}
@media (max-width: 600px) {
  .top-works {
    height: auto;
    margin-top: 0px;
    padding: 60px 0;
    border-radius: 0px;
  }
}

.top-works__btn {
  margin-top: 56px;
}

.top-works__posts-list {
  overflow-y: auto;
  max-height: 80vh;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 600px) {
  .top-works__posts-list {
    max-height: inherit;
    gap: 40px;
    padding-right: 0px;
  }
}
.top-works__posts-list::-webkit-scrollbar {
  width: 6px;
}
.top-works__posts-list::-webkit-scrollbar-track {
  background: rgba(196, 214, 229, 0.2);
  border-radius: 3px;
}
.top-works__posts-list::-webkit-scrollbar-thumb {
  background: rgba(196, 214, 229, 0.6);
  border-radius: 3px;
}
.top-works__posts-list::-webkit-scrollbar-thumb:hover {
  background: rgba(196, 214, 229, 0.8);
}

.top-works__posts-list .m-post-item {
  cursor: none;
  position: relative;
}
@media (max-width: 600px) {
  .top-works__posts-list .m-post-item {
    cursor: pointer;
  }
}

.m-post-item__cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: #151515;
  font-family: "outfit", "serif";
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  will-change: transform;
}
@media (max-width: 600px) {
  .m-post-item__cursor {
    display: none !important;
  }
}

.top-service {
  width: 100%;
  min-height: 80vh;
  padding: 120px 0;
  background: #e8e4b7;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .top-service {
    min-height: auto;
    padding: 60px 0;
  }
}
.top-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: scale(var(--bg-scale, 0.95));
  z-index: 1;
}
.top-service::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.top-service .container-lg {
  position: relative;
  z-index: 3;
}
@media (max-width: 600px) {
  .top-service::before {
    background-image: url("../img/top/top-service03.png");
    opacity: 1;
    transform: scale(1);
  }
  .top-service::after {
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .top-service .top-service__right {
    margin-top: 30px;
  }
}
.top-service--bg-01::before {
  background-image: url("../img/top/top-service01.png");
  opacity: 1;
  transform: scale(var(--bg-scale, 1));
}
.top-service--bg-01::after {
  opacity: 1;
}
.top-service--bg-02::before {
  background-image: url("../img/top/top-service02.png");
  opacity: 1;
  transform: scale(var(--bg-scale, 1));
}
.top-service--bg-02::after {
  opacity: 1;
}
.top-service--bg-03::before {
  background-image: url("../img/top/top-service03.png");
  opacity: 1;
  transform: scale(var(--bg-scale, 1));
}
.top-service--bg-03::after {
  opacity: 1;
}
.top-service--bg-04::before {
  background-image: url("../img/top/top-service04.png");
  opacity: 1;
  transform: scale(var(--bg-scale, 1));
}
.top-service--bg-04::after {
  opacity: 1;
}

.top-service__btn {
  margin-top: 55px;
}

.top-service__ttl-item {
  width: fit-content;
  margin: 0 0 0 auto;
  transition: all 0.5s ease;
}
@media (max-width: 600px) {
  .top-service__ttl-item {
    margin: 0;
  }
}

.top-service__ttl-item h3 {
  font-size: clamp(18px, 3.2vw, 46px);
  font-weight: 200;
  font-family: "outfit", "serif";
  padding-bottom: 20px;
  transition: all 0.5s ease;
}

@media (max-width: 600px) {
  .top-service .top-service__ttl-item h3 {
    color: #fff;
    opacity: 1;
  }
  .top-service .top-service__ttl-item h3 a {
    color: #fff;
  }
  .top-service .m-section-ttl {
    color: #fff;
  }
  .top-service .m-section-txt {
    color: #fff;
  }
  .top-service .m-more-btn-txt {
    color: #fff;
  }
}

.top-service--bg-01 .top-service__ttl-item:not(:hover) h3, .top-service--bg-02 .top-service__ttl-item:not(:hover) h3, .top-service--bg-03 .top-service__ttl-item:not(:hover) h3, .top-service--bg-04 .top-service__ttl-item:not(:hover) h3 {
  color: #ccc;
  opacity: 0.9;
}
.top-service--bg-01 .top-service__ttl-item:hover h3, .top-service--bg-02 .top-service__ttl-item:hover h3, .top-service--bg-03 .top-service__ttl-item:hover h3, .top-service--bg-04 .top-service__ttl-item:hover h3 {
  opacity: 1;
}
.top-service--bg-01 .top-service__ttl-item:hover h3 a, .top-service--bg-02 .top-service__ttl-item:hover h3 a, .top-service--bg-03 .top-service__ttl-item:hover h3 a, .top-service--bg-04 .top-service__ttl-item:hover h3 a {
  color: #fff;
}
.top-service--bg-01 .m-section-ttl, .top-service--bg-02 .m-section-ttl, .top-service--bg-03 .m-section-ttl, .top-service--bg-04 .m-section-ttl {
  color: #fff;
}
.top-service--bg-01 .m-section-txt, .top-service--bg-02 .m-section-txt, .top-service--bg-03 .m-section-txt, .top-service--bg-04 .m-section-txt {
  color: #fff;
}
.top-service--bg-01 .m-more-btn-txt, .top-service--bg-02 .m-more-btn-txt, .top-service--bg-03 .m-more-btn-txt, .top-service--bg-04 .m-more-btn-txt {
  color: #fff;
}
.top-service--bg-01 .top-service__ttl-item--01:not(:hover) h3 {
  color: #fff;
  opacity: 1;
}
.top-service--bg-01 .top-service__ttl-item--01:not(:hover) h3 a {
  color: #fff;
}

.top-likes-slide {
  padding-top: 100px;
}
@media (max-width: 600px) {
  .top-likes-slide {
    padding-top: 60px;
  }
}

.top-about {
  padding-top: 80px;
  position: relative;
  overflow-y: hidden;
  overflow-x: visible;
}

.top-about__bg-shape {
  position: absolute;
  top: 50%;
  left: 0vw;
  width: 50vw;
  height: 100%;
  transform: translateY(-50%);
  z-index: -1;
}
.top-about__bg-shape path {
  animation: floatShape 15s ease-in-out infinite;
}

@keyframes floatShape {
  0%, 100% {
    d: path("M48.6,-74.7C62.6,-66.6,73.3,-52.5,81.1,-36.7C88.9,-20.9,93.8,-3.3,88.9,10.9C83.9,25.2,69.2,36.2,55.8,44.1C42.4,52,30.2,56.7,16.8,63.3C3.5,69.9,-11,78.5,-21.9,75.1C-32.8,71.7,-40.1,56.4,-51.2,44.1C-62.3,31.8,-77.1,22.5,-84.3,8.8C-91.5,-5,-91.1,-23.2,-84.4,-38.8C-77.7,-54.5,-64.8,-67.6,-49.7,-75.1C-34.6,-82.7,-17.3,-84.7,0,-84.7C17.3,-84.8,34.6,-82.8,48.6,-74.7Z");
  }
  25% {
    d: path("M45.2,-72.1C59.8,-64.3,70.8,-50.1,78.9,-34.2C87,-18.3,92.2,-0.5,87.4,13.8C82.6,28.1,68.3,39.5,54.6,47.8C40.9,56.1,28.4,61.2,14.8,68.1C1.2,75,-13.8,84.2,-24.9,80.5C-36,76.8,-43.6,61.2,-55.1,48.6C-66.6,36,-81.8,26.2,-89.3,12.1C-96.8,-2,-96.4,-20.8,-89.8,-36.1C-83.2,-51.4,-70.6,-64.2,-55.8,-72.4C-41,-80.6,-20.5,-82.8,-2.8,-82.8C14.9,-82.9,29.8,-81.2,45.2,-72.1Z");
  }
  50% {
    d: path("M52.1,-77.3C66.4,-68.9,77.2,-54.9,83.3,-39.2C89.4,-23.5,95.3,-6.1,90.4,8.0C85.5,22.1,70.1,33.9,57.0,40.4C43.9,46.9,32.0,52.2,18.8,58.5C5.6,64.8,-8.2,72.8,-19.0,69.7C-29.8,66.6,-36.7,51.6,-47.3,39.6C-57.9,27.6,-72.4,18.8,-79.3,5.5C-86.2,-7.8,-85.8,-25.6,-79.0,-41.5C-72.2,-57.4,-59.0,-71.0,-43.6,-78.8C-28.2,-86.6,-14.1,-86.6,2.8,-86.6C19.7,-86.7,39.4,-84.4,52.1,-77.3Z");
  }
  75% {
    d: path("M46.8,-71.5C61.0,-63.4,71.5,-49.7,79.2,-33.9C86.9,-18.1,91.8,-0.3,86.9,13.9C82.0,28.1,67.4,38.9,53.8,46.7C40.2,54.5,27.8,59.6,14.2,66.4C0.6,73.2,-14.4,82.6,-25.5,78.9C-36.6,75.2,-44.3,59.8,-55.6,47.3C-66.9,34.8,-82.3,24.8,-89.8,10.5C-97.3,-3.8,-96.9,-22.4,-90.2,-37.8C-83.5,-53.2,-70.4,-66.4,-55.1,-74.9C-39.8,-83.4,-19.9,-85.6,-1.4,-85.6C17.1,-85.7,34.2,-83.4,46.8,-71.5Z");
  }
}
.top-about__inner {
  text-align: center;
  position: relative;
  z-index: 1;
}

.top-about__txt {
  line-height: 4;
}
@media (max-width: 600px) {
  .top-about__txt {
    line-height: 3;
    font-size: 13px;
  }
}

.top-about__btn {
  margin: 0 auto;
  margin-top: 60px;
}

.top-news {
  padding-top: 200px;
  margin-bottom: 180px;
}
@media (max-width: 600px) {
  .top-news {
    padding-top: 120px;
    margin-bottom: 120px;
  }
}

.top-news__btn {
  margin: 0 auto;
  margin-top: 80px;
}

.m-contact {
  cursor: none;
  position: relative;
}
@media (max-width: 600px) {
  .m-contact {
    cursor: pointer;
  }
}

.m-contact__cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: #151515;
  font-family: "outfit", "serif";
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  will-change: transform;
}
@media (max-width: 600px) {
  .m-contact__cursor {
    display: none !important;
  }
}

.policy {
  padding-top: 100px;
  padding-bottom: 100px;
}

.policy__title {
  font-size: 24px;
  margin-bottom: 40px;
}

.policy__content {
  line-height: 1.75;
}
.policy__content .wp-block-heading {
  font-size: 20px;
  margin-top: 30px;
}
.policy__content .wp-block-spacer {
  height: 40px !important;
}
.policy__content .wp-block-list {
  padding: 20px 0;
  list-style: disc;
  margin-left: 1em;
}
.policy__content p,
.policy__content a,
.policy__content li {
  margin-top: 1em;
}

.contact {
  padding: 120px 0;
}
@media (max-width: 600px) {
  .contact {
    padding: 80px 0;
  }
}

.contact__info {
  font-size: 14px;
  text-align: center;
  line-height: 2;
}
@media (max-width: 600px) {
  .contact__info {
    font-size: 13px;
  }
}

.contact__form {
  margin-top: 64px;
  width: 100%;
}

.form-unit {
  width: 100%;
  margin-bottom: 2em;
}

.form-unit__head {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}

.m-required::after {
  content: "必須";
  color: red;
  font-size: 10px;
  margin-left: 2px;
  border-radius: 4px;
  padding: 0 5px;
}

.form-unit__input,
.form-unit__input-wrap {
  width: 100%;
  height: auto;
  padding: 8px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 16px;
}

.form-unit__textarea,
.form-unit__textarea-wrap {
  width: 100%;
  padding: 8px;
  height: 210px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 16px;
}

.form-unit__radio {
  margin-top: 20px;
}

.form-unit__date {
  width: 40%;
  height: 70px;
  padding: 8px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .form-unit__date {
    width: 50%;
    height: 54px;
  }
}
.wpcf7-list-item {
  display: block;
}

.wpcf7-submit {
  text-align: center;
  display: block;
  width: 100%;
  margin: 40px auto 0;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #ccc;
  transition: 0.3s;
}

.wpcf7-radio {
  -webkit-appearance: button !important;
  appearance: button !important;
  display: flex;
}

.wpcf7-radio input:hover,
.wpcf7-radio label:hover {
  cursor: pointer;
}

.wpcf7-response-output {
  border-color: transparent !important;
  text-align: center !important;
}

input[type=radio] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #555;
  position: relative;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(-2px);
}

input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #555;
  transform: translate(-50%, -50%);
}

.form-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #555;
  position: relative;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(-2px);
}

.form-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  width: 5px;
  height: 10px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  transform: rotate(45deg) translate(-50%, -50%);
}

.form-unit__policy-link {
  border-bottom: 1px solid #555;
}

@media screen and (max-width: 768px) {
  .form-unit__policy-link {
    font-size: 15px;
  }
}
.form-consent {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}/*# sourceMappingURL=main.css.map */