@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Cormorant", serif;
  letter-spacing: 0;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: box-shadow 0.3s;
}
a:hover {
  box-shadow: 3px 3px 6px rgba(22, 22, 22, 0.8);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.top-fv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.top-fv__inner {
  width: 100%;
  max-width: 1080px;
  padding: 0 15px;
  text-align: center;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .top-fv__inner {
    padding: 0 25px;
    text-align: left;
  }
}

.top-fv__title {
  color: #f9f2e5;
}

.top-fv__title--main {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2222222222;
}
@media screen and (min-width: 768px) {
  .top-fv__title--main {
    font-size: 54px;
    line-height: 1.2037037037;
    letter-spacing: 0.05em;
  }
}

.top-fv__title--sub {
  margin-top: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .top-fv__title--sub {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: 0.12em;
  }
}

.top-fv__slider,
.swiper-slide picture,
.swiper-slide img {
  height: inherit;
}

.top-fv__slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.swiper-slide picture,
.swiper-slide img {
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  opacity: 0;
}
@media screen and (min-width: 1250px) {
  .swiper-button-prev,
  .swiper-button-next {
    opacity: 1;
    width: 34px;
    height: 34px;
    background-color: rgba(249, 242, 229, 0.06);
  }
}

.swiper-button-prev {
  left: 70px;
}

.swiper-button-next {
  right: 70px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 10px;
}

.swiper-button-prev::after {
  background-image: url(../images/prev-arrow.svg);
}

.swiper-button-next::after {
  background-image: url(../images/next-arrow.svg);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fractionz {
  bottom: 40px;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
  background-color: #332f27;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 70px;
    height: 4px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #f9f2e5;
}

.top-about {
  padding: 52px 0 60px;
  background-color: #272625;
}
@media screen and (min-width: 768px) {
  .top-about {
    padding: 78px 0 80px;
  }
}

.top-about__content-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 52px;
}
@media screen and (min-width: 768px) {
  .top-about__content-wrap {
    margin-top: 78px;
  }
}

.top-about__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 517px;
}
@media screen and (min-width: 768px) {
  .top-about__content {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 0;
  }
}

.top-about__text-wrap {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .top-about__text-wrap {
    margin-top: 25px;
    margin-left: 43px;
  }
}

.top-about__text {
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.3em;
  color: #f9f2e5;
}
@media screen and (min-width: 768px) {
  .top-about__text {
    font-size: 22px;
    line-height: 1.75;
    letter-spacing: 0.42em;
  }
}

.top-about__text:not(:first-child) {
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .top-about__text:not(:first-child) {
    margin-right: 18px;
  }
}

.top-about__content img {
  display: inline-block;
  width: 69.5652173913%;
  min-width: 240px;
  max-width: 360px;
  aspect-ratio: 240/333;
}
@media screen and (min-width: 768px) {
  .top-about__content img {
    width: 100%;
    aspect-ratio: 360/500;
  }
}

.top-about__sub-content {
  margin-top: -80px;
  width: 100%;
  max-width: 305px;
}
@media screen and (min-width: 768px) {
  .top-about__sub-content {
    margin-top: -56px;
    max-width: 600px;
  }
}

.top-about__sub-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.05em;
  color: #f9f2e5;
}
@media screen and (min-width: 768px) {
  .top-about__sub-text {
    bottom: -68px;
    font-size: 16px;
    line-height: 2;
  }
}

.top-about__button-wrap {
  margin-top: 30px;
  margin-inline: auto;
  width: 173px;
}
@media screen and (min-width: 768px) {
  .top-about__button-wrap {
    margin-top: 40px;
    width: 204px;
  }
}

.top-about__button {
  width: 100%;
}

.top-service {
  width: 100%;
  padding: 60px 0;
  background-color: #222222;
}
@media screen and (min-width: 768px) {
  .top-service {
    padding: 80px 0;
  }
}

.top-service__tab {
  width: 100%;
}

.tab__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .tab__list {
    gap: 55px;
    margin-top: 48px;
  }
}

.tab__button {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  color: #f9f2e5;
  border-bottom: 1px solid #2c2c2c;
  padding-bottom: 4px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .tab__button {
    font-size: 16px;
    line-height: 1.4375;
    padding-bottom: 6px;
  }
}

.tab__button.is-active {
  border-bottom: 1px solid #707070;
}

.tab__contents {
  margin-top: 50px;
}

.tab__content {
  display: none;
  transition: 0.3s ease-in-out;
}

.tab__content.is-active {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  row-gap: 40px;
  column-gap: 20px;
  padding: 0 47.5px;
  animation: fade 1s;
}
@media screen and (min-width: 768px) {
  .tab__content.is-active {
    padding: 0 85px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.card {
  box-shadow: 3px 3px 4px rgba(29, 29, 29, 0.75);
}

.card__img {
  position: relative;
}

.card__img img {
  aspect-ratio: 25/28;
}
@media screen and (min-width: 768px) {
  .card__img img {
    aspect-ratio: 33/37;
  }
}

.card__tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 79px;
  padding: 6.5px;
  text-align: center;
  background-color: #332f27;
}

.card__tag-text {
  font-size: 14px;
  line-height: 1.2142857143;
  color: #f9f2e5;
}

.card__text-wrap {
  padding: 16px;
}

.card__title {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  color: #f9f2e5;
}
@media screen and (min-width: 768px) {
  .card__title {
    font-size: 16px;
    line-height: 1.4375;
  }
}

.card__text {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
  color: #f9f2e5;
}

.top-news {
  padding: 60px 0;
  background-color: #bcb5a8;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 80px 0;
  }
}

.top-news__title.title {
  color: #222222;
}

.top-news__title.title::before {
  background: url(../images/logo-brown.svg) no-repeat center/contain;
}

.top-news__list {
  width: 100%;
  padding: 0 30px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top-news__list {
    margin-top: 38px;
    padding: 0 85px;
    max-width: 1200px;
  }
}

.top-news-list__item {
  padding-bottom: 22px;
  border-bottom: 1px solid #a4a4a0;
}
@media screen and (min-width: 768px) {
  .top-news-list__item {
    padding-bottom: 26px;
  }
}

.top-news-list__item:not(:first-of-type) {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .top-news-list__item:not(:first-of-type) {
    margin-top: 28px;
  }
}

.top-news-list__link {
  position: relative;
  display: block;
  transition: transform 0.2s;
}
.top-news-list__link:hover {
  box-shadow: none;
  transform: scale(1.05);
}
@media screen and (min-width: 768px) {
  .top-news-list__link {
    display: flex;
    align-items: flex-start;
  }
}

.top-news-list__item-meta {
  display: flex;
  align-items: end;
}
@media screen and (min-width: 768px) {
  .top-news-list__item-meta {
    align-items: center;
  }
}

.top-news-list__item-date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.4615384615;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .top-news-list__item-date {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.top-news-list__item-category {
  margin-left: 30px;
  padding: 4.5px 20px;
  min-width: 80px;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.4;
  color: #fff;
  background-color: #332f27;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-news-list__item-category {
    padding: 6.5px 24px;
    min-width: 88px;
  }
}

.top-news-list__item-title {
  margin-top: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .top-news-list__item-title {
    font-size: 15px;
    line-height: 1.4666666667;
    margin-top: 0;
    margin-left: 30px;
  }
}

.top-contact {
  position: relative;
  padding: 58px 0 80px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-contact {
    padding: 0;
    background-color: #272625;
  }
}

@media screen and (min-width: 768px) {
  .top-contact__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .top-contact__content {
    padding: 80px 0 120px;
    width: 100%;
    max-width: 50%;
  }
}

.top-contact__text {
  margin-top: 53px;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #f9f2e5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-contact__text {
    font-size: 14px;
    margin-top: 64px;
    margin-right: 68px;
    letter-spacing: 0.14em;
  }
}

.top-contact__btn-wrap {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .top-contact__btn-wrap {
    margin-top: 20px;
    margin-right: 68px;
  }
}

.top-contact__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top-contact-img-sp.jpg) no-repeat center/cover;
  aspect-ratio: 375/312;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top-contact__img {
    position: static;
    margin: 0 calc(50% - 50vw);
    width: 46.5277777778%;
    height: 399px;
    max-width: 670px;
    background: url(../images/top-contact-img-pc.jpg) no-repeat center/cover;
    aspect-ratio: 670/399;
    z-index: 1;
  }
}

.about-fv {
  width: 100%;
  padding-top: 74px;
  aspect-ratio: 375/445;
  background: url(../images/about-fv-sp.jpg) no-repeat center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about-fv {
    padding-top: 96px;
    background: url(../images/about-fv-pc.jpg) no-repeat center/contain;
    aspect-ratio: 1440/543;
  }
}

.about-fv__title {
  font-weight: 500;
  font-size: 36px;
  color: #f9f2e5;
}
@media screen and (min-width: 768px) {
  .about-fv__title {
    font-size: 46px;
    letter-spacing: 0.05em;
  }
}

.about-message {
  padding: 60px 0;
  background-color: #272625;
}
@media screen and (min-width: 768px) {
  .about-message {
    padding: 80px 0;
  }
}

.about-message__heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0.05em;
  color: #f9f2e5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-message__heading {
    font-size: 24px;
    line-height: 1.6666666667;
  }
}

.about-message__text {
  margin-top: 20px;
  padding: 0 45px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
  color: #f9f2e5;
}
@media screen and (min-width: 768px) {
  .about-message__text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
}

.about-message__content-wrap {
  margin-top: 60px;
  margin-inline: auto;
  padding: 0 62px;
  width: 100%;
  max-width: 644px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .about-message__content-wrap {
    margin-top: 80px;
    padding: 0;
    flex-direction: row;
  }
}

.about-message__img img {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.26);
}
@media screen and (min-width: 768px) {
  .about-message__img img {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}

.about-message__sub-text-wrap {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .about-message__sub-text-wrap {
    margin-top: 86px;
    margin-left: 30px;
    max-width: 324px;
  }
}

.about-page__title {
  display: flex;
  align-items: center;
  font-size: 32px;
  line-height: 1.21875;
  letter-spacing: 0.04em;
  color: #f9f2e5;
}
@media screen and (min-width: 768px) {
  .about-page__title {
    font-size: 38px;
  }
}

.about-page__title::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(../images/logo.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .about-page__title::before {
    width: 23px;
    height: 23px;
  }
}

.about-message__sub-text {
  margin-top: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
  color: #f9f2e5;
}
@media screen and (min-width: 768px) {
  .about-message__sub-text {
    margin-top: 26px;
    line-height: 2;
  }
}

.about-message__name {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #f9f2e5;
}
@media screen and (min-width: 768px) {
  .about-message__name {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: right;
  }
}

.about-info {
  padding: 60px 0;
  background-color: #222222;
}
@media screen and (min-width: 768px) {
  .about-info {
    padding: 80px 0;
  }
}

.about-info__inner {
  max-width: 850px;
  padding: 0 15px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about-info__inner {
    padding: 0 25px;
  }
}

.about-info__list {
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
  padding: 0 45px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about-info__list {
    margin-top: 70px;
    padding: 0 33px;
  }
}

.about-info__item {
  padding-bottom: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #f9f2e5;
  border-bottom: 1px solid #99958f;
}
@media screen and (min-width: 768px) {
  .about-info__item {
    display: flex;
    padding-bottom: 13px;
  }
}

.about-info__item + .about-info__item {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .about-info__item + .about-info__item {
    margin-top: 16px;
  }
}

.about-info__term {
  max-width: 132px;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .about-info__term {
    line-height: 1.4;
  }
}

.about-info__description {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .about-info__description {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .about-info__description__text-wrap {
    display: flex;
  }
}

.about-info__description__text {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .about-info__description__text {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .about-info__description__text + .about-info__description__text {
    margin-left: 11px;
  }
}

.about-info__modal-open-button {
  margin-top: 7px;
  text-decoration-line: underline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #f9f2e5;
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .about-info__modal-open-button {
    margin-top: 16px;
  }
}

.about-info__modal-open-button::after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  padding: 3px 0;
  width: 10px;
  height: 14px;
  background: url(../images/Map-icon.svg) no-repeat center/contain;
}

.modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal.is-open {
  visibility: visible;
  opacity: 1;
}

.modal__body {
  position: relative;
  display: inline-block;
  width: 71.5%;
}
@media screen and (min-width: 1024px) {
  .modal__body {
    width: 32%;
  }
}

.modal__close-button {
  position: absolute;
  top: 19px;
  right: 14px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.modal__close-button-bar {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #222222;
}

.modal__close-button-bar:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
}

.modal__close-button-bar:nth-child(2) {
  transform: translateY(-50%) rotate(-45deg);
}

.modal__content {
  padding: 14px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .modal__content {
    padding: 24px;
  }
}

.modal__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .modal__title {
    font-size: 15px;
  }
}

.modal__content iframe {
  margin-top: 13px;
  width: 100%;
  height: 240px;
}
@media screen and (min-width: 768px) {
  .modal__content iframe {
    margin-top: 24px;
    height: 406px;
  }
}

.contact-fv {
  width: 100%;
  padding-top: 74px;
  aspect-ratio: 375/445;
  background: url(../images/contact-fv-sp.jpg) no-repeat center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contact-fv {
    padding-top: 96px;
    aspect-ratio: 1440/543;
    background: url(../images/contact-fv-pc.jpg) no-repeat center/contain;
  }
}

.contact-fv__title {
  font-weight: 500;
  font-size: 36px;
  color: #f9f2e5;
}
@media screen and (min-width: 768px) {
  .contact-fv__title {
    font-weight: 400;
    font-size: 46px;
    letter-spacing: 0.05em;
  }
}

.contact-form {
  padding: 60px 15px 0;
  background-color: #272625;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contact-form {
    padding: 80px 25px 0;
  }
}

.contact-form__attention-text {
  max-width: 460px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.05em;
  color: #f9f2e5;
}

.contact-form__inner {
  margin: 20px 0 22px;
  padding: 40px 15px;
  max-width: 530px;
  width: 100%;
  box-shadow: 3px 3px 6px rgba(29, 29, 29, 0.75);
}
@media screen and (min-width: 768px) {
  .contact-form__inner {
    margin: 20px 0 78px;
    padding: 60px 25px;
    max-width: 800px;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__form {
    margin-inline: auto;
    max-width: 498px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__form-wrap {
    display: flex;
  }
}

.contact-form__form-wrap + .contact-form__form-wrap {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contact-form__form-wrap + .contact-form__form-wrap {
    margin-top: 22px;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__form-wrap:nth-of-type(3) {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__form-wrap:nth-of-type(4) {
    margin-top: 29px;
  }
}

.contact-form__form-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #f9f2e5;
}
@media screen and (min-width: 768px) {
  .contact-form__form-label {
    margin-top: 14px;
  }
}

.contact-form__form-label span {
  margin-left: 1.5px;
  display: inline-block;
  color: #f93212;
}

.contact-form__form-input {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .contact-form__form-input {
    width: 360px;
    margin-top: 0;
    margin-left: auto;
  }
}

.contact-form__form-input input {
  padding: 9px 12px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: #bcb5a8;
}
@media screen and (min-width: 768px) {
  .contact-form__form-input input {
    padding: 10px 12px;
  }
}

.contact-form__form-input input:focus {
  outline: none;
}

.contact-form__form-input input::placeholder {
  color: #99958f;
}

.contact-form__form-radio {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contact-form__form-radio {
    margin-top: 18px;
    flex-direction: row;
  }
}

.contact-form__form-radio {
  margin-left: 12px;
}
@media screen and (min-width: 768px) {
  .contact-form__form-radio {
    margin-left: 20px;
  }
}

.contact-form__form-radio label:not(:first-of-type) {
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .contact-form__form-radio label:not(:first-of-type) {
    margin-top: 0;
    margin-left: 40px;
  }
}

.contact-form__form-radio input {
  display: none;
}

.contact-form__form-radio input + span {
  padding: 0 0 0 14px;
  position: relative;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #f9f2e5;
  cursor: pointer;
}

.contact-form__form-radio input + span::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 45%;
  left: 1px;
  transform: translateY(-50%);
  border: 1px solid #bcb5a8;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .contact-form__form-radio input + span::before {
    top: 48%;
  }
}

.contact-form__form-radio input + span::after {
  content: "";
  padding: 2px;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 45%;
  left: 3px;
  transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 50%;
  background: #bcb5a8;
  opacity: 0;
  transition: 0.3s;
}

.contact-form__form-radio input:checked + span::after {
  opacity: 1;
}

.contact__form-textarea {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .contact__form-textarea {
    margin-top: 0;
    margin-left: auto;
  }
}

.contact__form-textarea textarea {
  padding: 8px 12px;
  width: 100%;
  height: 171px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #99958f;
  border-radius: 0;
  appearance: none;
  background-color: #bcb5a8;
  background-image: none;
  resize: none;
}
@media screen and (min-width: 768px) {
  .contact__form-textarea textarea {
    width: 360px;
  }
}

.contact__form-textarea textarea:focus {
  box-shadow: none;
  outline: none;
}

.contact__form-textarea textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.contact__form-submit {
  margin-top: 13px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__form-submit {
    margin-top: 32px;
    margin-left: -37px;
  }
}

.contact__form-submit input {
  padding: 14px 70px;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #f9f2e5;
  border: 0.5px solid #f9f2e5;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .contact__form-submit input {
    padding: 16px 75px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .contact__form-submit input:hover {
    transition: box-shadow 0.3s;
  }
  .contact__form-submit input:hover:hover {
    box-shadow: 3px 3px 6px rgba(22, 22, 22, 0.8);
  }
}

.contact__form-submit input::-moz-focus-inner {
  padding: 0;
  border: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: transparent;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .header {
    height: 95px;
  }
}

.header.change-color {
  background-color: #222222;
  transition: background-color 0.3s;
}

.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  height: inherit;
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .header__inner {
    justify-content: space-between;
    padding: 0 20px;
  }
}

.header__logo {
  width: 140px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 171px;
  }
}

.header__logo-link:hover {
  box-shadow: none;
}

.header__logo-img {
  aspect-ratio: 132/22;
}
@media screen and (min-width: 768px) {
  .header__logo-img {
    aspect-ratio: 171/30;
  }
}

.header__nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: inherit;
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 36px;
  height: inherit;
  padding: 0 55px;
}

.header__nav-item {
  height: inherit;
}

.header__nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2222222222;
  color: #f9f2e5;
  transition: opacity 0.3s;
}
.header__nav-link:hover {
  box-shadow: none;
  opacity: 0.6;
}

.header__contact-btn.contact-button {
  padding: 12px 32px;
}

.hamburger {
  position: fixed;
  top: 30px;
  right: 15px;
  width: 25px;
  height: 16px;
  z-index: 9999;
  cursor: pointer;
}

.hamburger__bar {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  transition: top 0.3s, transform 0.3s, opacity 0.3s, background-color 0.3s;
  background-color: #f9f2e5;
}

.hamburger__bar:nth-child(1) {
  top: 0;
}

.hamburger__bar:nth-child(2) {
  top: 50%;
}

.hamburger__bar:nth-child(3) {
  top: 100%;
}

.hamburger.is-active .hamburger__bar:nth-child(1) {
  top: 50%;
  transform: rotate(-45deg);
}

.hamburger.is-active .hamburger__bar:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active .hamburger__bar:nth-child(3) {
  top: 50%;
  transform: rotate(45deg);
}

.drawer-menu {
  position: absolute;
  z-index: 5000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(34, 34, 34, 0.6);
}

.drawer-menu__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}

.drawer-menu__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.drawer-menu__item:not(:first-child) {
  margin-top: 50px;
}

.drawer-menu__item-wrap {
  display: flex;
  align-items: center;
}

.drawer-menu__item img {
  width: 14px;
  height: 14px;
}

.drawer-menu__link {
  display: inline;
  margin-left: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2222222222;
  color: #f9f2e5;
}

.footer {
  width: 100%;
  padding: 22px 15px;
  background-color: #222222;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 32px 25px;
  }
}

.footer__copy {
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
  color: #f9f2e5;
}

.inner {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 25px;
    max-width: 1250px;
  }
}

.title {
  display: flex;
  align-items: center;
  font-size: 32px;
  line-height: 1.21875;
  letter-spacing: 0.04em;
  color: #f9f2e5;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 38px;
  }
}

.title::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(../images/logo.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .title::before {
    width: 23px;
    height: 23px;
  }
}

.title::after {
  content: "";
  margin-top: 6px;
  margin-left: 16px;
  flex: 1;
  height: 1px;
  background-color: #99958f;
}
@media screen and (min-width: 768px) {
  .title::after {
    margin-left: 30px;
  }
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 197px;
  padding: 14px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2222222222;
  color: #f9f2e5;
  border: 1px solid #f9f2e5;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .button {
    width: 122px;
    padding: 12px;
    border-radius: 3px;
  }
}

.button--arrow {
  padding: 14px 40px;
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  text-align: center;
  color: #f9f2e5;
  border: 0.5px solid #f9f2e5;
  border-radius: 6px;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .button--arrow {
    padding: 16px 49px;
    font-size: 16px;
    line-height: 1.4375;
  }
}

.button--arrow::before {
  content: "";
  background-image: url(../images/button-arrow.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
}

@media screen and (min-width: 768px) {
  .md-show {
    display: none;
  }
}

.md-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .md-none {
    display: block;
  }
}

.md-none--flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .md-none--flex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .md-no-flex {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */