@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1064px) {
  html {
    font-size: 1.5037593985vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "source-han-serif-japanese", serif;
  color: #3B342A;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

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

a {
  text-decoration: none;
  color: inherit;
}

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1064px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.common-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.3125rem;
  position: relative;
  max-width: 29.6875rem;
}
@media screen and (max-width: 768px) {
  .common-button {
    width: clamp(19.375rem, 80%, 29.6875rem);
    margin-top: -0.9375rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.common-button__link {
  width: 100%;
  padding: 1.0625rem 1.5rem 1.0625rem 2.5rem;
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  background-color: #2D4970;
  color: #FFFFFF;
  -webkit-box-shadow: 5px 8px 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 5px 8px 10px 0 rgba(0, 0, 0, .25);
  background-color: #2d4970;
  border-radius: 2.5625rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.5s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.5s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .common-button__link {
    padding: 0.8125rem 1.25rem 0.8125rem 1.875rem;
    font-size: clamp(0.975rem, 0.474rem + 2.137vw, 1.5rem);
    border-radius: 1.6875rem;
    -webkit-box-shadow: 3.3px 5.2px 6.5px 0 rgba(0, 0, 0, .25);
            box-shadow: 3.3px 5.2px 6.5px 0 rgba(0, 0, 0, .25);
  }
}

@media screen and (max-width: 768px) {
  .common-button__link.common-button__link--wide {
    min-width: 21.875rem;
  }
}

.common-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #FFFFFF;
  border-right: 0.125rem solid #FFFFFF;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .common-button__link::after {
    width: 0.4375rem;
    height: 0.4375rem;
    right: 1.6875rem;
  }
}

.common-button__link:hover {
  opacity: 0.7;
}

.common-button img {
  position: absolute;
  left: 12%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 2.25rem;
  height: 2.25rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .common-button img {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.footer {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #4C5365;
  padding: 1.4375rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0.75rem;
  }
}

.footer__copyright {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 0.5rem;
  }
}

.mv {
  position: relative;
  min-height: 37.5rem;
}
@media screen and (max-width: 768px) {
  .mv {
    min-height: 59.5rem;
  }
}
@media screen and (max-width: 650px) {
  .mv {
    min-height: 50.5rem;
  }
}
@media screen and (max-width: 580px) {
  .mv {
    min-height: 45.5rem;
  }
}
@media screen and (max-width: 520px) {
  .mv {
    min-height: 40.5rem;
  }
}
@media screen and (max-width: 445px) {
  .mv {
    min-height: 35.5rem;
  }
}
@media screen and (max-width: 375px) {
  .mv {
    min-height: 30rem;
  }
}

.mv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv__img,
.mv__img img {
  height: inherit;
  min-height: inherit;
  width: 100%;
}

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

.mv__content {
  position: absolute;
  left: 55%;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFFFFF;
  z-index: 2;
  width: 29.6875rem;
}
@media screen and (max-width: 768px) {
  .mv__content {
    left: 43%;
    top: 58%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50%;
    min-width: 13rem;
  }
}

.mv__content-top {
  font-size: 1.5rem;
  color: #3B342A;
  font-weight: 300;
  font-family: "source-han-serif-japanese", serif;
  line-height: 1;
  margin-left: 1.125rem;
}
@media screen and (max-width: 768px) {
  .mv__content-top {
    font-size: clamp(0.75rem, 0.034rem + 3.053vw, 1.5rem);
    margin-left: 0.625rem;
  }
}

.mv__heading {
  margin-top: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .mv__heading {
    margin-top: 0.625rem;
  }
}

.mv__heading-text {
  display: inline-block;
  font-size: clamp(1.125rem, 0.051rem + 2.235vw, 2.063rem);
  font-weight: 300;
  font-family: "source-han-serif-japanese", serif;
  line-height: 1;
  color: #FFFFFF;
  padding: 0.4375rem 0.875rem;
  background-color: #9A8C6D;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mv__heading-text {
    padding: 0.3125rem 0.375rem;
    font-size: clamp(1.113rem, 0.206rem + 3.868vw, 2.063rem);
  }
}

.mv__heading-text:not(:first-child) {
  margin-top: 0.4375rem;
}

@media screen and (max-width: 768px) {
  .mv__logo {
    margin-top: 0.9375rem;
  }
}

.mv__logo img {
  width: 24.375rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
     padding: 20px;
}
@media screen and (max-width: 768px) {
  .mv__logo img {
    width: 10rem;
    width: clamp(10rem, 77%, 24.375rem);
    padding: 0 0 10px 10px;
  }
}

.mv__logo-text {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "source-han-serif-japanese", serif;
  line-height: 1;
  color: #000000;
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .mv__logo-text {
    font-size: clamp(0.75rem, 0.631rem + 0.509vw, 0.875rem);
    margin-left: 0.5rem;
  }
}

.mv__dot-text {
  position: relative;
}

.mv__dot-text::before {
  position: absolute;
  top: -0.125rem;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 0.3125rem;
  background: radial-gradient(circle 0.3125rem, #4C5365 50%, transparent 50%);
  background: -moz-radial-gradient(circle 0.3125rem, #4C5365 50%, transparent 50%);
}
@media screen and (max-width: 768px) {
  .mv__dot-text::before {
    top: 0rem;
    padding-top: 0.1875rem;
    background: radial-gradient(circle 0.1875rem, #4C5365 50%, transparent 50%);
    background: -moz-radial-gradient(circle 0.1875rem, #4C5365 50%, transparent 50%);
  }
}

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

.section-title__main {
  font-size: 1.875rem;
  font-weight: 500;
  color: #3B342A;
  font-family: "source-han-serif-japanese", serif;
}
@media screen and (max-width: 768px) {
  .section-title__main {
    font-size: 1.375rem;
  }
}

.section-title__main--white {
  color: #FFFFFF;
}

.issues {
  background-color: #FFFFFF;
  padding-top: 6.125rem;
  padding-bottom: 3.9375rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .issues {
    padding-top: 4.0625rem;
    padding-bottom: 2.375rem;
  }
}

.issues__inner {
  width: 100%;
  text-align: center;
  max-width: 75rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .issues__inner {
    max-width: 34.375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.issues__title-heading {
  font-size: 1.5rem;
  font-weight: 400;
  color: #9A8C6D;
  font-family: "source-han-serif-japanese", serif;
}
@media screen and (max-width: 768px) {
  .issues__title-heading {
    font-size: clamp(0.875rem, 0.279rem + 2.545vw, 1.5rem);
  }
}

.issues__title-wrap .issues__title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 500;
  margin-top: 2rem;
  color: #3B342A;
}
@media screen and (max-width: 768px) {
  .issues__title-wrap .issues__title {
    margin-top: 2.3125rem;
    font-size: clamp(1.375rem, 0.54rem + 3.562vw, 2.25rem);
  }
}

.issues__img-wrap {
  position: relative;
  margin-top: 3.875rem;
}
@media screen and (max-width: 768px) {
  .issues__img-wrap {
    margin-top: 2rem;
  }
}

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

.issues__img-text {
  font-size: 1rem;
  font-size: clamp(0.688rem, 0.329rem + 0.745vw, 1rem);
  font-weight: 400;
  font-family: "source-han-serif-japanese", serif;
  line-height: 2.125;
  color: #3B342A;
}
@media screen and (max-width: 768px) {
  .issues__img-text {
    text-align: left;
    font-size: clamp(0.875rem, 0.398rem + 2.036vw, 1.375rem);
    line-height: 1.5714285714;
  }
}

@media screen and (max-width: 768px) {
  .issues__img-text1::before,
  .issues__img-text2::before,
  .issues__img-text3::before {
    border-bottom: 2px solid #3B342A;
    border-left: 2px solid #3B342A;
    content: "";
    display: inline-block;
    height: 0.4375rem;
    left: -0.4375rem;
    position: absolute;
    top: 0.375rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 0.75rem;
    z-index: 1;
  }
}

.issues__img-text.md-none .issues__img-text1,
.issues__img-text.md-none .issues__img-text2,
.issues__img-text.md-none .issues__img-text3 {
  position: absolute;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.issues__img-text.md-none .issues__img-text1 {
  left: 12%;
  top: 42%;
}

.issues__img-text.md-none .issues__img-text2 {
  left: 49%;
  top: 16%;
}

.issues__img-text.md-none .issues__img-text3 {
  right: -5.5%;
  top: 42%;
}

.issues__img-text.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .issues__img-text.md-show {
    display: block;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .issues__img-text.md-show .issues__img-text2,
  .issues__img-text.md-show .issues__img-text3 {
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .issues__img-text.md-show .issues__img-text1,
  .issues__img-text.md-show .issues__img-text2,
  .issues__img-text.md-show .issues__img-text3 {
    position: relative;
    padding-left: 0.8125rem;
  }
}

.issues__text-top {
  font-size: 1.25rem;
  font-weight: 400;
  color: #3B342A;
  font-family: "source-han-serif-japanese", serif;
  letter-spacing: 0.1em;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .issues__text-top {
    font-size: clamp(0.875rem, 0.517rem + 1.527vw, 1.25rem);
    margin-top: 2.625rem;
    letter-spacing: 0;
  }
}

.issues__text-wrap {
  margin-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .issues__text-wrap {
    margin-top: 0.5625rem;
  }
}

.issues__text-wrap img {
  max-width: 15.625rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .issues__text-wrap img {
    max-width: 9.9375rem;
  }
}

.issues__text {
  font-size: 1.625rem;
  font-weight: 700;
  color: #3B342A;
  font-family: "source-han-serif-japanese", serif;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .issues__text {
    font-size: clamp(1.375rem, 1.136rem + 1.018vw, 1.625rem);
    letter-spacing: 0;
  }
}

.about {
  position: relative;
  padding-top: 10.6875rem;
  padding-bottom: 11.375rem;
  background-image: linear-gradient(240deg, #c9b380 0%, #d2c9a0 50%, #a98c4a 100%);
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 4.625rem;
    padding-bottom: 3.625rem;
    background-image: linear-gradient(240deg, #c9b380 0%, #d2c9a0 50%, #a98c4a 100%);
  }
}

.about__img {
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 23.75rem;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .about__img {
    width: 9.375rem;
  }
}

.about__img img, .about__img source {
  display: block;
  width: 100%;
  height: auto;
}

.about__inner {
  width: 100%;
  text-align: center;
  max-width: 76.375rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .about__inner {
    max-width: 33.75rem;
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.about__title {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 500;
  color: #3B342A;
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 1.375rem;
  }
}

.about__text {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #3B342A;
  line-height: 2.125;
  letter-spacing: 0;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .about__text {
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}

.about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 4.125rem;
  gap: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .about__items {
    gap: 1.75rem;
    max-width: 31.25rem;
    margin-top: 1.9375rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(33.333% - 0.875rem);
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 3.125rem;
  -webkit-box-shadow: 0 0.3125rem 1.875rem 0 rgba(0, 0, 0, .14);
          box-shadow: 0 0.3125rem 1.875rem 0 rgba(0, 0, 0, .14);
}
@media screen and (max-width: 768px) {
  .about__item {
    max-width: 25rem;
    width: 98%;
  }
}

.about__content {
  padding-top: 4.375rem;
  padding-bottom: 3.4375rem;
  padding-left: 1.8125rem;
  padding-right: 1.8125rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .about__content {
    padding-top: 1.875rem;
    padding-bottom: 2.0625rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.about__content img {
  max-width: 8.25rem;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .about__content img {
    max-width: 6.625rem;
  }
}

.about__content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3B342A;
  margin-top: 2.625rem;
}
@media screen and (max-width: 768px) {
  .about__content h3 {
    font-size: 1.375rem;
    margin-top: 1.375rem;
  }
}

.about__content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #3B342A;
  margin-top: 1.5625rem;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .about__content p {
    line-height: 2.29;
    font-size: 0.875rem;
    margin-top: 0.525rem;
  }
}

.reasons {
  width: 100%;
  background-image: url("../images/reasons-bg-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.reasons__dot-text {
  position: relative;
}

.reasons__dot-text::before {
  position: absolute;
  top: -0.1875rem;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 0.3125rem;
  background: radial-gradient(circle 0.3125rem, #4C5365 50%, transparent 50%);
  background: -moz-radial-gradient(circle 0.3125rem, #4C5365 50%, transparent 50%);
}
@media screen and (max-width: 768px) {
  .reasons__dot-text::before {
    top: -0.125rem;
    padding-top: 0.25rem;
    background: radial-gradient(circle 0.25rem, #4C5365 50%, transparent 50%);
    background: -moz-radial-gradient(circle 0.25rem, #4C5365 50%, transparent 50%);
  }
}

.reasons__inner {
  padding-top: 10.0625rem;
  padding-bottom: 8.875rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  max-width: 66.25rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reasons__inner {
    padding-top: 4.5625rem;
    padding-bottom: 5.3125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    max-width: 37.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.reasons-list {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .reasons-list {
    margin-top: 4.375rem;
  }
}

.reasons-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .reasons-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

.reasons-list__item + .reasons-list__item {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .reasons-list__item + .reasons-list__item {
    margin-top: 4.375rem;
  }
}

.reasons-list__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .reasons-list__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .reasons-list__item-img {
    margin-top: 1.6875rem;
  }
}

.reasons-list__item:nth-of-type(even) .reasons-list__item-img {
  margin-left: 11.2871%;
}
@media screen and (max-width: 768px) {
  .reasons-list__item:nth-of-type(even) .reasons-list__item-img {
    margin-left: 0;
  }
}

.reasons-list__item-img img {
  width: 100%;
  max-width: 30.3125rem;
  aspect-ratio: 485/336;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .reasons-list__item-img img {
    aspect-ratio: 267/185;
  }
}

.reasons-list__item-text-wrap {
  margin-left: 11.2871%;
  max-width: 24.4375rem;
}
@media screen and (max-width: 768px) {
  .reasons-list__item-text-wrap {
    max-width: 30.3125rem;
    margin-left: 0;
    width: 100%;
  }
}

.reasons-list__item:nth-of-type(even) .reasons-list__item-text-wrap {
  margin-left: 0;
}

.reasons-list__item-title {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .reasons-list__item-title {
    font-size: 1.125rem;
    line-height: 1.833333;
  }
}

.reasons-list__item-text {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.0625;
}
@media screen and (max-width: 768px) {
  .reasons-list__item-text {
    margin-top: 1.4375rem;
    font-size: 0.875rem;
    line-height: 1.928571;
  }
}


.goods {
  width: 100%;
}
.goods__title p {
    font-size: 30px;
    font-weight: 500;
    color: #3B342A;
    font-family: "source-han-serif-japanese", serif;
    text-align: center;
    margin-top: 8rem;
}
.goods__title {
  position: relative;
  margin: auto;
  width:100%;
}
.goods__title::after {
  content: "";
    position: absolute;
    left: 36%;
    top: 3.4rem;
    width: 28%;
    height: 0.15rem;
    background-color: #9A8C6D;
}
.goods__items {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  gap: 1.3125rem;
  padding: 4rem 0 7rem 0;
  margin: auto;
}
.goods__item {
  width: 49%;
  background-image: linear-gradient(240deg, #c9b380 0%, #d2c9a0 50%, #a98c4a 100%);
  padding: 1.5rem;
  border-radius: 1.5vw;
  -webkit-border-radius: 1.5vw;
  -moz-border-radius: 1.5vw;
  -ms-border-radius: 1.5vw;
  -o-border-radius: 1.5vw;
}
.goods__content {
  display: flex;
}
.goods__img {
  width: 50%;
  margin-left: 7px;
}
.goods__text {
  margin-left: 30px;
  width: 75%;
}
.goods__text .text1 {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  color: #3b342a;
  margin-top: 10px;
}
.goods__text .text2 {
  text-align: left;
  font-size: 1.1rem;
  font-weight: 700;
  color: #3b342a;
  margin-top: 30px;
}
.goods__pc {
  display: block;
}
@media screen and (max-width: 1315px) {
  .goods__items {
    width: 85%;
  }
  .goods__item {
    width: 48%;
  }
}
@media screen and (max-width: 1000px) {
  .goods__title::after {
    left: 26%;
    top: 4rem;
    width: 49%;
}
}
@media screen and (max-width: 768px) {
  .goods__items {
    width: 85%;
  }
  .goods__item {
    width: 100%;
  }
  .goods__title::after {
      left: 23%;
      top: 3rem;
      width: 55%;
  }
  
}
@media screen and (max-width: 670px) {
  .goods__title::after {
    left: 18%;
    top: 3.4rem;
    width: 64%;
  }
  .goods__text .text2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 515px) {
  .goods__title::after {
    left: 18%;
    top: 2.8rem;
    width: 65%;
  }
  .goods__title p {
    font-size: 25px;
  }

  .goods__content {
    display: block;
  }
  .goods__img {
    margin: auto;
  }
  .goods__text {
    margin: auto;
    width: 95%;
  }
  .goods__text .text1 {
    margin-top: 5px;
    font-size: 5.5vw
  }
  .goods__text .text2 {
    margin-top: 10px;
  }
  .goods__item {
    padding: 1.3rem 1em;
  }
  .goods__pc {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .goods__title p {
    font-size: 23px;
  }
  .goods__title::after {
    left: 10%;
    top: 2.8rem;
    width: 81%;
  }
}



.contact {
  position: relative;
  width: 100%;
  background-image: url("../images/contact-bg-img_pc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1300px) {
  .contact {
    background-position: left;
  }
}
@media screen and (max-width: 1024px) {
  .contact {
    background-image: url("../images/contact-bg-img_pc1.jpg");
    background-position: left center;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    background-image: url("../images/contact-bg-img_sp1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 31.25rem;
  }
}
@media screen and (max-width: 500px) {
  .contact {
    background-image: url("../images/contact-bg-img_sp.jpg");
    height: calc(3.42857px + 90.28571vw);
  }
}

.contact__inner {
  padding-top: 5.25rem;
  padding-bottom: 5.625rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  max-width: 68.75rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    padding-top: 4.4375rem;
    padding-bottom: 10.5625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    max-width: 37.5rem;
  }
}

.contact__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.contact__info {
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .contact__info {
    width: 100%;
    margin-left: 0;
  }
}

.contact__title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "source-han-serif-japanese", serif;
  position: relative;
}

.contact__title::before,
.contact__title::after {
  width: 0.125rem;
  height: 2.5rem;
  background-color: #FFFFFF;
  content: "";
}
@media screen and (max-width: 768px) {
  .contact__title::before,
  .contact__title::after {
    width: 0.09375rem;
    height: 1.875rem;
  }
}

.contact__title::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  margin-right: 1.25rem;
}

.contact__title::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  margin-left: 1.25rem;
}

.contact__button {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.375rem;
}

.contact__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-background img {
  display: block;
}

.flow {
  padding-top: 6.5rem;
  padding-bottom: 7.375rem;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-top: 4.375rem;
    padding-bottom: 2.5rem;
  }
}

.flow__inner {
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flow__inner {
    padding-left: 1.875rem;
    padding-right: 1.3125rem;
    max-width: 33.75rem;
  }
}

.flow-list {
  margin-top: 5.3125rem;
}
@media screen and (max-width: 768px) {
  .flow-list {
    margin-top: 2.3125rem;
  }
}

.flow-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #D2C9A0;
  position: relative;
  padding-top: 2.3125rem;
  padding-bottom: 2.3125rem;
  padding-left: 10%;
  padding-right: 6%;
}
@media screen and (max-width: 768px) {
  .flow-list__item {
    padding-top: 2.875rem;
    padding-bottom: 2.5rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.flow-list__item + .flow-list__item {
  margin-top: 4.3125rem;
}
@media screen and (max-width: 768px) {
  .flow-list__item + .flow-list__item {
    margin-top: 2.5rem;
  }
}

.flow-list__item-number {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #4C5365;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .flow-list__item-number {
    top: 60px;
    margin-left: 3.4375rem;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 0.6875rem;
    padding-top: 0.625rem;
  }
}
@media screen and (max-width: 425px) {
  .flow-list__item-number {
    top: 60px;
    margin-left: 3.125rem;
  }
}

.flow-list__item-number span {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .flow-list__item-number span {
    font-size: 1.375rem;
  }
}

.flow-list__item-number::before {
  padding-top: 4.375rem;
  display: block;
  font-size: 1.75rem;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow-list__item-number::before {
    padding-top: 1.5625rem;
    font-size: 1.5rem;
  }
}

.flow-list__item-title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .flow-list__item-title {
    margin-left: 4.375rem;
  }
}
@media screen and (max-width: 425px) {
  .flow-list__item-title {
    margin-left: 4.0625rem;
  }
}

.flow-list__item-text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .flow-list__item-text {
    margin-top: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.571428;
  }
}

.flow-list__down-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #4C5365;
  line-height: 1;
  width: 0.625rem;
  height: 0.625rem;
  border: 2px solid #4C5365;
  border-left: none;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .flow-list__down-arrow {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.faq {
  padding-top: 6.0625rem;
  padding-bottom: 11.5rem;
  background-color: #4C5365;
}
.faq-last {
  padding-top: 6.0625rem;
  padding-bottom: 6.0625rem;
  background-color: #4C5365;
}
@media screen and (max-width: 768px) {
  .faq {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  .faq-last {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}

.faq__inner {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  max-width: 66.25rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .faq__inner {
    padding-left: 1.1875rem;
    padding-right: 0.6875rem;
    max-width: 37.5rem;
  }
}

.faq-list {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .faq-list {
    margin-top: 2.5rem;
  }
}

.faq-list__item {
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  padding-top: 1.625rem;
  padding-bottom: 1.875rem;
  padding-left: 3.75rem;
  padding-right: 5.25rem;
}
@media screen and (max-width: 768px) {
  .faq-list__item {
    padding-top: 1.1875rem;
    padding-bottom: 1.4375rem;
    padding-left: 1.3125rem;
    padding-right: 1.5rem;
  }
}

.faq-list__item + .faq-list__item {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .faq-list__item + .faq-list__item {
    margin-top: 1.875rem;
  }
}

.faq-list__item-question,
.faq-list__item-answer {
  text-indent: -2.8125rem;
  padding-left: 3.125rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .faq-list__item-question,
  .faq-list__item-answer {
    text-indent: -1.5625rem;
    padding-left: 1.6875rem;
  }
}

.faq-list__item-question-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq-list__item-question {
  font-size: 1rem;
  font-weight: 700;
  color: #4C5365;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .faq-list__item-question {
    font-size: 0.875rem;
    max-width: 90%;
  }
}

.faq-list__item-answer {
  display: none;
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .faq-list__item-answer {
    margin-top: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.571428;
  }
}
@media screen and (max-width: 500px) {
  .faq-list__item-answer {
    margin-top: 0.625rem;
  }
}

.faq-list__item-question .faq-q,
.faq-list__item-answer .faq-a {
  font-size: 1.5rem;
  margin-right: 1.8125rem;
}
@media screen and (max-width: 768px) {
  .faq-list__item-question .faq-q,
  .faq-list__item-answer .faq-a {
    font-size: 1.125rem;
    margin-right: 0.625rem;
  }
}
@media screen and (max-width: 500px) {
  .faq-list__item-question .faq-q,
  .faq-list__item-answer .faq-a {
    line-height: 1;
    vertical-align: middle;
  }
}

@media screen and (max-width: 500px) {
  .faq-list__item:first-child .faq-q {
    vertical-align: top;
  }
}

.faq-list__item-answer .faq-a {
  vertical-align: top;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .faq-list__item-answer .faq-a {
    line-height: 1.2;
  }
}

.faq-list__item p.faq-list__item-answer {
  position: relative;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .faq-list__item p.faq-list__item-answer {
    padding-top: 0.875rem;
  }
}

.faq-list__item p.faq-list__item-answer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-top: 2px solid #D9D9D9;
}

.up-arrow, .down-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #4C5365;
  line-height: 1;
  width: 0.625rem;
  height: 0.625rem;
  border: 1.5px solid #4C5365;
  border-left: none;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .up-arrow, .down-arrow {
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.9375rem;
    padding-left: 0.375rem;
  }
}

.up-arrow {
  margin-top: 1.5625rem;
  margin-left: 1.25rem;
  -webkit-transform: translateY(-25%) rotate(-45deg);
          transform: translateY(-25%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .up-arrow {
    margin-top: 0.75rem;
  }
}

.down-arrow {
  margin-top: 0.9375rem;
  margin-left: auto;
  margin-right: 0;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
}
@media screen and (max-width: 768px) {
  .down-arrow {
    margin-top: 0.5rem;
  }
}

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

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

.heading {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
}

.heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.8125rem;
  width: 16.3125rem;
  height: 0.1875rem;
  background-color: #9A8C6D;
}
@media screen and (max-width: 768px) {
  .heading::after {
    bottom: -0.5rem;
    width: 6.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.heading.heading--center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .heading.heading--center::after {
    width: 8.25rem;
    height: 0.125rem;
    bottom: -0.375rem;
  }
}

@media screen and (max-width: 768px) {
  .heading.heading--center.heading--short::after {
    bottom: -0.875rem;
    width: 5rem;
  }
}

.gaiyou {
  text-align: center;
  padding: 100px 30px 0px 30px;
}
.gaiyou-list {
  text-align: left;
  display: inline-block;
}
.gaiyou1::after {
  content: "";
    position: absolute;
    left: 0rem;
    top: 1.8rem;
    width: 100%;
    height: 0.1rem;
    background-color: #9A8C6D;
}
.gaiyou p {
  color: #FFFFFF;
  line-height: 25px;
}
.gaiyou1 {
  margin-bottom: 10px;
  position: relative;
}
.gaiyou1 p {
  color: #FFFFFF;
  font-size: 22px;
}
/*# sourceMappingURL=styles.css.map */
