@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 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;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* font family
====================================== */
/* colors 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
body {
  font-size: 0.8125rem;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  color: #2b3338;
  box-sizing: border-box;
  line-height: 180%;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  position: relative;
  z-index: auto;
  background-color: #f0f0f2;
}
@media screen and (min-width: 835px) {
  body {
    font-size: 0.875rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

a {
  display: block;
  color: #2b3338;
  text-decoration: none;
  transition: opacity 0.6s ease;
}

li {
  list-style: none;
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1400px) {
  .wrapper {
    padding: 0;
  }
}

.sec-bottom {
  margin-bottom: 100px;
}
@media screen and (min-width: 835px) {
  .sec-bottom {
    margin-bottom: 180px;
  }
}

iframe {
  display: block;
  width: 100%;
  border: none;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f7f7f7;
}

@media screen and (min-width: 835px) {
  .sp {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 835px) {
  .l-header {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.4s ease;
  }
  .l-header.is-hide {
    transform: translateY(-100%);
  }
}
.l-header .header {
  display: grid;
  align-items: center;
  height: 100px;
}
.l-header .header__body {
  display: flex;
  justify-content: space-between;
}
.l-header .header__logo {
  position: relative;
  z-index: 100000;
}
@media screen and (max-width: 834px) {
  .l-header .header__nav {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 10;
  }
}
@media screen and (min-width: 835px) {
  .l-header .header__nav {
    display: block;
  }
}
.l-header .header__nav nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .l-header .header__nav nav {
    padding: 100px 30px 40px;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
}
@media screen and (min-width: 835px) {
  .l-header .header__nav nav {
    flex-direction: row;
    align-items: center;
  }
}
.l-header .header__nav nav .menu-link {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .l-header .header__nav nav .menu-link {
    flex-direction: row;
    gap: 0;
  }
}
@media screen and (min-width: 835px) {
  .l-header .header__nav nav .menu-link li a:hover .link-txt__top {
    transform: translateY(-100%);
  }
  .l-header .header__nav nav .menu-link li a:hover .link-txt__bottom {
    transform: translate(-50%, -100%);
  }
}
@media screen and (max-width: 834px) {
  .l-header .header__nav nav .contact-btn {
    width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .l-header .header__nav nav .contact-btn a {
    background: #2b3338;
    color: #fff;
    padding: 4px 10px;
    border-radius: 40px;
  }
}
.l-header .header__nav nav .sns-block {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
}
.l-header .header__nav nav .sns-block .sns-link {
  border: #868686 1px solid;
  border-radius: 50%;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .l-header .header__nav nav .sns-block {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .l-header .header__nav nav .link-txt {
    display: flex;
    justify-content: space-between;
  }
  .l-header .header__nav nav .link-txt__top {
    font-size: 20px;
  }
}
.l-header .header__nav nav .link-txt .has-icon {
  position: relative;
}
.l-header .header__nav nav .link-txt .has-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-external.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 835px) {
  .l-header .header__nav nav .link-txt {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    padding: 0 20px;
  }
  .l-header .header__nav nav .link-txt span {
    display: block;
    transition: transform 0.4s ease;
  }
  .l-header .header__nav nav .link-txt__top {
    transform: translateY(0);
  }
  .l-header .header__nav nav .link-txt__bottom {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
  }
}
.l-header .header__sp {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  .l-header .header__sp {
    display: none;
  }
}
.l-header .header__sp__contact a {
  background: #2b3338;
  color: #fff;
  padding: 4px 10px;
  border-radius: 40px;
}
.l-header .header__sp__toggle {
  position: relative;
  z-index: 100000;
}
.l-header .header__sp__toggle .hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.l-header .header__sp__toggle .hamburger_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 24px;
}
.l-header .header__sp__toggle .hamburger_container span {
  display: block;
  width: 100%;
  height: 1px;
  background: #2b3338;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 834px) {
  .l-header .header__nav.is-open {
    pointer-events: auto;
  }
  .l-header .header__nav.is-open nav {
    opacity: 1;
    transition-delay: 0.3s;
  }
  .l-header .header__nav.is-closing nav {
    opacity: 0;
    transition-delay: 0s;
  }
}
.l-header .header__sp__toggle.is-open .hamburger_container span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.l-header .header__sp__toggle.is-open .hamburger_container span:nth-child(2) {
  opacity: 0;
}
.l-header .header__sp__toggle.is-open .hamburger_container span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.drawer_bg {
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, #faebd7 0%, #d8bfa8 100%);
  z-index: 1;
  transform: translateY(100%);
  pointer-events: none;
}
@media screen and (min-width: 835px) {
  .drawer_bg {
    display: none;
  }
}
.drawer_bg.is-open {
  animation: slideIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  pointer-events: auto;
}
.drawer_bg.is-closing {
  animation: slideOut 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes slideIn {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.mv img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.mv h2 {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.5;
}

.l-footer {
  position: relative;
  padding: 0px 0 40px;
  background: linear-gradient(180deg, #b89b87 0%, #624646 100%);
}
.l-footer .page-top {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 1;
}
.l-footer .footer-container__sns {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 60px;
}
.l-footer .footer-container__sns .sns-link {
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer .footer-container__head {
  text-align: center;
}
.l-footer .footer-container__head .footer-logo {
  font-weight: 800;
}
.l-footer .footer-container__head p {
  font-size: 10px;
}

body.home .s-news {
  padding: 40px 0;
}
body.home .s-news .news-container {
  display: grid;
  align-items: center;
  line-height: 1.4;
}
@media screen and (min-width: 835px) {
  body.home .s-news .news-container {
    grid-template-columns: 100px 1fr;
  }
}
body.home .s-news .news-container__head {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 430px) {
  body.home .s-news .news-container__head {
    margin-bottom: 20px;
  }
}
body.home .s-news .news-container__body {
  display: flex;
  gap: 32px;
}
body.home .s-news .news-container__body .day {
  color: #624646;
  font-weight: 600;
}
body.home .s-about {
  margin-top: 100px;
  margin-bottom: 180px;
}
@media screen and (min-width: 835px) {
  body.home .s-about {
    margin-top: 300px;
  }
}
@media screen and (min-width: 835px) {
  body.home .s-about .about-container {
    display: flex;
    justify-content: space-between;
    gap: 80px;
  }
}
body.home .s-about .about-container__text {
  flex: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  body.home .s-about .about-container__text {
    margin-top: 100px;
  }
}
body.home .s-about .about-container__text .sec-ttl {
  margin-bottom: clamp(48px, 26px + 5vw, 100px);
}
body.home .s-about .about-container__text .text-wrap p {
  line-height: 2;
}
body.home .s-about .about-container__text .text-wrap p:first-child {
  margin-bottom: 40px;
}
body.home .s-about .about-container__img {
  width: 100%;
  max-width: 488px;
}
@media screen and (min-width: 835px) {
  body.home .s-about .about-container__img {
    margin-top: -200px;
  }
}
body.home .s-about .about-container__img .img {
  position: relative;
  aspect-ratio: 488/673;
  overflow: hidden;
}
body.home .s-about .about-container__img .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fadeImage 15s infinite ease-in-out;
}
body.home .s-about .about-container__img .img img:nth-child(1) {
  animation-delay: 0s;
}
body.home .s-about .about-container__img .img img:nth-child(2) {
  animation-delay: 5s;
}
body.home .s-about .about-container__img .img img:nth-child(3) {
  animation-delay: 10s;
}
@keyframes fadeImage {
  0% {
    opacity: 0;
    transform: scale(1.03);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  33% {
    opacity: 1;
    transform: scale(1);
  }
  43% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 0;
    transform: scale(0.98);
  }
}
body.home .s-profile {
  margin-bottom: 200px;
}
@media screen and (min-width: 835px) {
  body.home .s-profile .profile-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
  }
}
body.home .s-profile .profile-container__img {
  width: 100%;
  max-width: 210px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 835px) {
  body.home .s-profile .profile-container__img {
    max-width: 285px;
    margin: 0;
  }
}
body.home .s-profile .profile-container__img .img {
  aspect-ratio: 285/414;
}
body.home .s-profile .profile-container__text {
  margin: 40px 20px;
}
body.home .s-profile .profile-container__text .name {
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  body.home .s-profile .profile-container__text .name {
    text-align: left;
  }
}
body.home .s-profile .profile-container__text .name span {
  display: inline-block;
  margin-left: 20px;
  font-size: 13px;
}
body.home .s-profile .profile-container__text .text {
  line-height: 1.95;
  margin: 20px 0;
}
@media screen and (min-width: 835px) {
  body.home .s-profile .profile-container__text .text {
    margin: 20px 0 40px;
  }
}
body.home .s-profile .profile-container__text .profile-list .profile-item {
  margin-bottom: 24px;
}
@media screen and (min-width: 835px) {
  body.home .s-profile .profile-container__text .profile-list .profile-item {
    display: flex;
    gap: 20px;
  }
}
body.home .s-profile .profile-container__text .profile-list dt {
  font-weight: 600;
  margin-bottom: 8px;
  min-width: 200px;
  color: #624646;
}
body.home .s-profile .profile-container__text .profile-list dd {
  flex: 1;
  margin: 0;
  line-height: 1.8;
}
body.home .s-gallery {
  position: relative;
  margin-bottom: 200px;
}
body.home .s-gallery::before {
  content: "gallery";
  position: absolute;
  top: -76px;
  left: 20px;
  z-index: 1;
  font-size: 80px;
  letter-spacing: -0.04em;
  color: #d4d4d4;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  body.home .s-gallery::before {
    top: -120px;
    left: 60px;
    font-size: 194px;
  }
}
body.home .s-gallery .gallery-container__slide {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
body.home .s-gallery .gallery-container__slide .img-container {
  display: flex;
  gap: 30px;
  width: max-content;
  position: relative;
  z-index: 2;
}
body.home .s-gallery .gallery-container__slide .img-container .img-block {
  padding: 40px;
  background: rgba(252, 247, 244, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
body.home .s-gallery .gallery-container__slide .img-container .img-block .img {
  flex-shrink: 0;
  width: 180px;
  aspect-ratio: 310/450;
}
@media screen and (min-width: 835px) {
  body.home .s-gallery .gallery-container__slide .img-container .img-block .img {
    width: 310px;
  }
}
body.home .s-gallery .gallery-container__slide .img-container .img-block .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.home .s-gallery .gallery-container__sns {
  display: flex;
  gap: 60px;
  align-items: center;
  padding: 0 5%;
}
@media screen and (max-width: 430px) {
  body.home .s-gallery .gallery-container__sns {
    justify-content: space-between;
  }
}
body.home .s-gallery .gallery-container__sns .sns-block {
  display: flex;
  gap: 38px;
}
body.home .s-works {
  margin-bottom: 200px;
}
body.home .s-works .works-container__head {
  margin-bottom: 32px;
}
body.home .s-works .works-container__head p {
  margin-top: 32px;
  line-height: 1.95;
}
@media screen and (min-width: 835px) {
  body.home .s-works .works-container__head p {
    text-align: right;
  }
}
body.home .s-works .works-container__items ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (min-width: 835px) {
  body.home .s-works .works-container__items ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
  }
}
body.home .s-works .works-container__items ul li {
  pointer-events: painted;
}
body.home .s-works .works-container__items ul li .img {
  position: relative;
  aspect-ratio: 269/320;
  overflow: hidden;
  cursor: pointer;
}
body.home .s-works .works-container__items ul li .img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
}
body.home .s-works .works-container__items ul li .img::after {
  content: "Preview";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
  pointer-events: none;
}
body.home .s-works .works-container__items ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
body.home .s-works .works-container__items ul li .img:hover img {
  transform: scale(1.05);
}
body.home .s-works .works-container__items ul li .img:hover::before, body.home .s-works .works-container__items ul li .img:hover::after {
  opacity: 1;
}
body.home .s-works .works-container__items ul li p {
  margin-top: 12px;
  font-size: 12px;
}
@media screen and (min-width: 835px) {
  body.home .s-works .works-container__items ul li p {
    font-size: 14px;
  }
}
body.home .s-contact {
  margin-bottom: 200px;
}
body.home .s-contact .sec-ttl {
  text-align: center;
  margin-bottom: 32px;
}

body.single .s-single .inner {
  max-width: 744px;
  margin: 32px auto 98px;
  padding: 10px;
}
body.single .s-single .inner .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 8px 0 24px;
}
body.single .s-single .inner .title-sub {
  font-weight: 700;
  margin-bottom: 24px;
}
body.single .s-single .inner .img {
  max-width: 744px;
}
body.single .s-single .inner .content-body {
  margin-top: 32px;
}
body.single .s-single .inner .content-body p {
  line-height: 1.8;
  margin-bottom: 24px;
}
body.single .s-single .inner .content-body p:last-child {
  margin-bottom: 48px;
}
body.single .s-single .inner .cards time {
  font-size: 14px;
}
body.single .s-single .inner .cards .title {
  font-size: 16px;
}
body.single .s-single .single-nav {
  margin-bottom: 40px;
}
body.single .s-single .single-nav .nav-links {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 16px;
  border-radius: 5px;
}
body.single .s-single .single-nav .nav-links a {
  padding: 0 16px;
  position: relative;
}
body.single .s-single .single-nav .nav-links .prev-link a::before,
body.single .s-single .single-nav .nav-links .next-link a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
body.single .s-single .single-nav .nav-links .prev-link a::before {
  content: "<";
  left: 0;
}
body.single .s-single .single-nav .nav-links .next-link a::after {
  content: ">";
  right: 0;
}

body.page-thanks .thanks-wrap {
  text-align: center;
  padding: 160px 0 0;
}
body.page-thanks .thanks-wrap h2 {
  position: relative;
  font-size: 28px;
  font-weight: 900;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.4;
}
body.page-thanks .thanks-wrap h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  margin: 20px auto 0;
}
body.page-thanks .thanks-wrap p {
  font-size: 14px;
  line-height: 1.9;
  font-weight: 600;
  margin-bottom: 45px;
}
body.page-thanks .thanks-wrap .btn-thx {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 55px;
  background: #333;
  color: #fff;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  body.page-thanks .thanks-wrap {
    padding: 200px 0;
  }
  body.page-thanks .thanks-wrap h2 {
    font-size: 42px;
    margin-bottom: 40px;
  }
  body.page-thanks .thanks-wrap h2::after {
    width: 70px;
    height: 5px;
  }
  body.page-thanks .thanks-wrap p {
    font-size: 16px;
    margin-bottom: 60px;
  }
  body.page-thanks .thanks-wrap .btn-thx {
    width: 260px;
    height: 65px;
    font-size: 16px;
  }
}
body.page-thanks .thanks-wrap .thx-nav {
  position: relative;
  display: inline-flex;
}
@media screen and (min-width: 835px) {
  body.page-thanks .thanks-wrap .thx-nav {
    overflow: hidden;
    height: 1.2em;
  }
}
body.page-thanks .thanks-wrap .thx-nav .thx {
  transition: transform 0.4s ease;
}
body.page-thanks .thanks-wrap .thx-nav__top {
  display: block;
  transform: translateY(0);
}
body.page-thanks .thanks-wrap .thx-nav__bottom {
  display: none;
}
@media screen and (min-width: 835px) {
  body.page-thanks .thanks-wrap .thx-nav__bottom {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(0);
  }
}
body.page-thanks .thanks-wrap a:hover .thx-nav__top {
  transform: translateY(-100%);
}
body.page-thanks .thanks-wrap a:hover .thx-nav__bottom {
  transform: translateY(-100%);
}

.sec-ttl {
  font-weight: 600;
}
.sec-ttl span {
  display: block;
}
.sec-ttl .ttl {
  font-size: clamp(68px, 5vw, 90px);
  letter-spacing: -0.02em;
  line-height: 1;
}
.sec-ttl .ttl-sub {
  font-size: 13px;
  color: #624646;
  letter-spacing: 0.1em;
  padding-left: 10px;
  font-weight: 300;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal.is-open .modal__content {
  transform: scale(1);
}
.modal .modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
}
.modal .modal__content {
  position: relative;
  z-index: 2;
  max-width: min(90vw, 700px);
  max-height: 90vh;
  transform: scale(0.9);
  transition: 0.4s;
}
.modal .modal__content img {
  display: block;
  width: 328px;
  max-height: 90vh;
  object-fit: contain;
}

.modal__close {
  position: absolute;
  top: -45px;
  right: 0;
  border: none;
  background: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

.contact-body {
  max-width: 800px;
  margin: 0 auto;
  padding: 24px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
@media screen and (min-width: 835px) {
  .contact-body {
    padding: 60px;
  }
}
.contact-body .contact-form .form-item {
  margin-bottom: 28px;
}
@media screen and (min-width: 835px) {
  .contact-body .contact-form .form-item {
    margin-bottom: 35px;
  }
}
.contact-body .contact-form .form-item label {
  display: block;
  font-weight: 700;
  margin-bottom: 25px;
}
.contact-body .contact-form .form-item .required {
  background: #57280d;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  margin-left: 6px;
}
.contact-body .contact-form .form-item input[type=text],
.contact-body .contact-form .form-item input[type=email],
.contact-body .contact-form .form-item textarea {
  width: 100%;
  background: #eee;
  border: 0;
  border-radius: 5px;
  padding: 15px;
  font-size: 14px;
}
.contact-body .contact-form .form-item textarea {
  height: 150px;
}
.contact-body .contact-form .form-item .check-list .wpcf7-list-item {
  margin: 0 12px 8px 0;
}
.contact-body .contact-form .form-item .check-list label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}
@media screen and (min-width: 835px) {
  .contact-body .contact-form .form-item .check-list label {
    font-size: 14px;
  }
}
.contact-body .contact-form .form-item .check-list input {
  appearance: none;
  width: 12px;
  height: 12px;
  background: #eee;
  border-radius: 2px;
  margin: 0;
}
.contact-body .contact-form .form-item .check-list input:checked {
  background: #333;
}
.contact-body .contact-form .privacy {
  margin-top: 40px;
  font-size: 12px;
  font-weight: 600;
}
.contact-body .contact-form .privacy label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.contact-body .contact-form .privacy input {
  appearance: none;
  width: 14px;
  height: 14px;
  background: #eee;
  border-radius: 2px;
  margin: 0;
  cursor: pointer;
}
.contact-body .contact-form .privacy input:checked {
  background: #624646;
}
.contact-body .contact-form .privacy .wpcf7-list-item-label {
  display: flex;
}
.contact-body .contact-form .privacy .wpcf7-list-item-label a {
  color: #624646;
  text-decoration: underline;
}
.contact-body .contact-form .confirm-text {
  text-align: center;
  font-size: 11px;
  margin: 30px 0 15px;
}
.contact-body .contact-form .submit {
  text-align: center;
}
.contact-body .contact-form .submit input {
  width: 210px;
  background: #624646;
  color: #fff;
  border: 0;
  border-radius: 50px;
  padding: 14px;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  box-shadow: 3px 4px 0 #cacaca;
}

.wpcf7-response-output {
  display: none;
}

.pagination {
  margin: 60px 0;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  display: block;
  margin: 0 10px;
  padding: 10px 8px;
  text-decoration: none;
  color: #3a3a3a;
  transition: all 0.3s ease;
  border: 1px solid #000;
}
.pagination .page-numbers:hover {
  background-color: #3a3a3a;
  color: #fff;
  border-color: #3a3a3a;
}
.pagination .page-numbers.current {
  pointer-events: none;
  background-color: #3a3a3a;
  color: #fff;
}
.pagination .page-numbers.dots {
  pointer-events: none;
  border: none;
  color: #999;
  background: transparent;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border: none;
}

.wp-content-body {
  max-width: 1000px;
  margin: 80px auto 0;
}
.wp-content-body h2 {
  margin: 60px 0 30px;
}
.wp-content-body h1 {
  margin-top: 80px;
  font-size: clamp(25px, 2vw, 34px);
}
.wp-content-body p {
  line-height: 1.8;
  margin-bottom: 24px;
}
.wp-content-body p:last-child {
  margin-bottom: 48px;
}
.wp-content-body ul {
  list-style: disc;
  padding-left: 20px;
}
.wp-content-body ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.wp-content-body .wp-block-column .wp-block-heading {
  font-size: clamp(25px, 2vw, 34px);
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
  margin: 80px 0 20px;
}
.wp-content-body .wp-block-column p {
  font-size: 14px;
}
.wp-content-body .wp-block-column p a {
  text-decoration: underline;
}
.wp-content-body .wp-block-column .wp-block-image {
  aspect-ratio: 3/2;
}
.wp-content-body .wp-block-column .wp-block-image img {
  width: 100%;
  height: 100%;
}

.bread-block {
  padding-top: 100px;
  padding-bottom: 60px;
}
.bread-block .blead-list {
  display: flex;
  font-size: 12px;
  font-weight: 900;
}
.bread-block .blead-list .blead-top {
  color: #5b5b5b;
}
.bread-block .blead-list li {
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}
.bread-block .blead-list li::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 0.5px;
  background: #5b5b5b;
}
.bread-block .blead-list li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.bread-block .blead-list li:last-child::after {
  content: none;
}

.s-contact__01 {
  color: #000;
  font-size: clamp(14px, 2vw, 16px);
  max-width: 1200px;
  text-align: left;
  line-height: 1.6;
}
.s-contact__01 .sec-ttl {
  font-weight: 700;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.s-contact__01 .sec-ttl h2 {
  font-size: clamp(30px, 5vw, 48px);
}
.s-contact__01 .sec-ttl h2 span {
  font-size: clamp(12px, 2vw, 16px);
  display: block;
  margin-top: 8px;
}
.s-contact__01 .sec-ttl p {
  color: #747474;
  font-size: clamp(12px, 2vw, 16px);
  margin-top: 5px;
}
.s-contact__01 .content-ttl {
  padding: 80px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 80px;
}
.s-contact__01 .content-ttl:first-of-type {
  padding-top: 0;
}
.s-contact__01 .content-ttl:last-of-type {
  margin-bottom: 0;
}
.s-contact__01 .content-form,
.s-contact__01 .content-policy {
  margin-bottom: 80px;
}
.s-contact__01 .content-form:last-of-type,
.s-contact__01 .content-policy:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form .form-container {
    padding-bottom: 45px;
    display: flex;
  }
}
.s-contact__01 .container-form form table {
  width: 100%;
  border-collapse: collapse;
}
.s-contact__01 .container-form form table th,
.s-contact__01 .container-form form table td {
  display: block;
  width: 100%;
}
.s-contact__01 .container-form form table td {
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form table td {
    padding: 0 0 65px;
    width: calc(100% - 290px);
  }
}
.s-contact__01 .container-form form table .form-ttl {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form table .form-ttl {
    vertical-align: top;
    width: 290px;
  }
}
.s-contact__01 .container-form form table .form-ttl span {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 8px;
  border-radius: 2px;
  margin-right: 20px;
}
@media screen and (min-width: 431px) {
  .s-contact__01 .container-form form table .form-ttl span {
    padding: 6px;
    margin-right: 10px;
    font-size: 10px;
  }
}
.s-contact__01 .container-form form table .form-ttl span.required {
  color: #a6a6a6;
}
.s-contact__01 .container-form form table .form-ttl span:not(.required) {
  background: #525252;
}
.s-contact__01 .container-form form .select-container {
  position: relative;
}
.s-contact__01 .container-form form .select-container::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid rgba(79, 70, 70, 0.8);
  pointer-events: none;
}
.s-contact__01 .container-form form input[type=text],
.s-contact__01 .container-form form input[type=email],
.s-contact__01 .container-form form textarea,
.s-contact__01 .container-form form select {
  padding: 18px 20px;
  background: #e8eaec;
  border-radius: 2px;
  width: 100%;
  margin-top: -13px;
}
.s-contact__01 .container-form form input::placeholder,
.s-contact__01 .container-form form textarea::placeholder,
.s-contact__01 .container-form form option {
  color: #21121e;
  font-size: clamp(14px, 2vw, 16px);
}
.s-contact__01 .container-form form input[type=submit] {
  width: 50%;
  font-size: clamp(14px, 2vw, 16px);
  text-align: center;
  background: #d9d9d9;
  border: 1px solid #00114d;
  padding: 10px 0;
  margin-top: 10px;
  max-width: 400px;
  display: block;
}
.s-contact__01 .content-policy .list {
  margin-bottom: 40px;
}
.s-contact__01 .content-policy .list .ttl {
  margin-bottom: 20px;
}

.thank-you {
  text-align: center;
  line-height: 1.6;
  margin: 60px 0;
}/*# sourceMappingURL=style.css.map */