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

body {
  font-family: "Noto Sans JP", sans-serif;
}

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

*,
*::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;
}

.mv {
  height: 100vh;
}

.mv__img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: top;
}

.model {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .model {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

.title-wrap {
  text-align: center;
}

.item-wrap {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .item-wrap {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}

.item-body {
  display: flex;
}
@media screen and (max-width: 768px) {
  .item-body {
    display: block;
  }
}

.item-body:nth-child(2) {
  flex-direction: row-reverse;
}

.item-img-body {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .item-img-body {
    width: 100%;
  }
}

.item-text-body {
  font-size: 0.875rem;
  line-height: 2;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6.25rem;
}
@media screen and (max-width: 768px) {
  .item-text-body {
    width: 100%;
    padding: 1.875rem 1.875rem 3.75rem 1.875rem;
  }
}

.item-title {
  font-size: 1.5rem;
  font-weight: 400;
}

.item-text {
  margin-top: 1.875rem;
}

.item-btn-wrap {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .item-btn-wrap {
    margin-top: 1.875rem;
  }
}

.item-btn {
  font-size: 1.125rem;
  background-color: #AD9870;
  padding: 0.3125rem 2.5rem;
  border-radius: 50px;
  color: #000;
  display: inline-block;
  width: 100%;
}

.item-btn:hover {
  color: #000 !important;
}

.switch_image {
  position: relative;
}

.switch_image img {
  transition: opacity 0.5s;
}

.switch_image:hover img:first-of-type {
  opacity: 0;
}

.switch_image img:last-of-type {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.switch_image:hover img:last-of-type {
  opacity: 1;
}

.inner {
  max-width: 74.375rem;
  margin-inline: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.title {
  font-size: 2rem;
  font-weight: 500;
  max-width: 56.25rem;
  margin-inline: auto;
}

.sub-title {
  font-size: 0.875rem;
  margin-top: 1.25rem;
  max-width: 56.25rem;
  margin-inline: auto;
}

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

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

.swiper-container {
  margin-top: 9.375rem;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper-container {
    margin-top: 4.6875rem;
    overflow: hidden;
  }
}

.swiper-wrapper {
  display: flex;
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    gap: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .swiper-slide:not(:last-child) {
    padding-right: 0rem;
  }
}

.swiper-img {
  width: 100%;
  height: 50vw;
  max-height: 37.5rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .swiper-img {
    height: 100%;
    max-height: none;
  }
}

/*# sourceMappingURL=style.css.map */