@media screen and (max-width: 1249px) {
  .front-page .top-mv {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .front-page__info {
    padding: 151px 0 59px;
  }
}
.front-page__info-inner {
  display: flex;
  flex-direction: column;
  max-width: 1205px;
  width: 100%;
  padding-inline: 25px;
  margin-inline: auto;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .front-page__info-inner {
    row-gap: 151px;
  }
}
.front-page__key-wrapper {
  gap: 29px 45px;
}
@media screen and (max-width: 767px) {
  .front-page__key-wrapper {
    flex-direction: column-reverse;
    margin-top: 70px;
  }
}
@media screen and (min-width: 1230px) {
  .front-page__key-wrapper {
    align-items: center;
    column-gap: 80px;
  }
}
.front-page__key-title {
  color: #b1934f;
  font-size: 30px;
  font-weight: 300;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .front-page__key-title {
    border-bottom: solid 1px currentColor;
  }
}
.front-page__key-body {
  align-items: flex-start;
  row-gap: 24px;
  min-width: 20em;
}
@media screen and (min-width: 768px) {
  .front-page__key-body {
    row-gap: 32px;
  }
}
@media screen and (min-width: 1230px) {
  .front-page__key-body {
    padding-bottom: 40px;
  }
}
.front-page__key-text {
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .front-page__key-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1119px) {
  .front-page__key-text br {
    display: none;
  }
}
.front-page__key-image {
  width: 100%;
  aspect-ratio: 637/451;
}
@media screen and (min-width: 768px) {
  .front-page__key-image {
    max-width: 637px;
  }
}
.front-page__key-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-page__feature {
  background-color: #F7F3EC;
  padding: 40px 25px;
}
@media screen and (min-width: 768px) {
  .front-page__feature {
    padding: 50px 0 60px;
  }
}
.front-page__feature-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .front-page__feature-wrapper {
    flex-direction: row;
  }
}
.front-page__feature-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 22px;
}
@media screen and (min-width: 768px) {
  .front-page__feature-item {
    padding-inline: 30px;
    row-gap: 30px;
  }
}
@media screen and (min-width: 1230px) {
  .front-page__feature-item {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 767px) {
  .front-page__feature-item:first-child {
    padding-bottom: 30px;
    margin-bottom: 27px;
    border-bottom: solid 1px #dbceb8;
  }
}
@media screen and (min-width: 768px) {
  .front-page__feature-item:first-child {
    border-right: solid 1px #dbceb8;
  }
}
@media screen and (max-width: 767px) {
  .front-page__feature-item:first-child img {
    width: 82px;
  }
}
@media screen and (max-width: 767px) {
  .front-page__feature-item:nth-child(2) img {
    width: 74px;
  }
}
.front-page__feature-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .front-page__feature-image {
    height: 90px;
  }
}
.front-page__feature-title {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .front-page__feature-title {
    font-size: 22px;
  }
}
.front-page__feature-text {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}
.front-page__feature-text .only-pc {
  display: none;
}
@media screen and (min-width: 1035px) {
  .front-page__feature-text .only-pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .front-page__slider {
    margin: 151px 0;
  }
}
@media screen and (max-width: 767px) {
  .front-page__slider {
    margin: 33px 0;
  }
}
.front-page__about {
  max-width: 1150px;
  width: 100%;
  margin-inline: auto;
  background-color: #F7F3EC;
  padding: 22px;
}
@media screen and (min-width: 768px) {
  .front-page__about {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .front-page__about {
    padding: 32px;
    margin-top: 6px;
  }
}
@media screen and (min-width: 1230px) {
  .front-page__about {
    padding: 40px 22px;
  }
}
.front-page__about-wrapper {
  gap: 25px 5px;
  max-width: 937px;
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .front-page__about-wrapper {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .front-page__about-wrapper {
    justify-content: space-between;
    align-items: center;
  }
}
.front-page__about-lead {
  margin-top: 9px;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .front-page__about-lead {
    margin-top: 6px;
  }
}
.front-page__about-detail {
  background-color: #fff;
}
.front-page__about-body {
  row-gap: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .front-page__about-body {
    margin: 0 auto;
    row-gap: 22px;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .front-page__about-body {
    max-width: 467px;
  }
}
.front-page__about-image {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .front-page__about-image {
    max-width: 387px;
  }
}
.front-page__safety {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding-inline: 24px;
  max-width: 1120px;
  width: 100%;
  margin: 146px auto 0;
}
@media screen and (max-width: 767px) {
  .front-page__safety {
    margin: 33px auto 0;
    row-gap: 18px;
  }
}
.front-page__safety-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.front-page__safety-title {
  color: #b1934f;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.833;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .front-page__safety-title {
    font-size: 20px;
    line-height: 2;
  }
}
.front-page__safety-figure {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .front-page__safety-figure {
    max-width: 100%;
  }
}
.front-page__safety-image {
  width: 100%;
}
.front-page__safety-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 2.222;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .front-page__safety-text {
    font-size: 16px;
    line-height: 2.5;
  }
}
.front-page__safety-link {
  text-decoration: underline !important;
}
.front-page__safety-link:hover {
  text-decoration: none !important;
}
.front-page__links {
  display: flex;
  flex-direction: column;
  row-gap: 85px;
  padding-inline: 24px;
  max-width: 1120px;
  width: 100%;
  margin: 146px auto 59px;
}
@media screen and (max-width: 767px) {
  .front-page__links {
    row-gap: 21px;
    margin: 31px auto 66px;
  }
}
.front-page__link-unite {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .front-page__link-unite {
    row-gap: 18px;
  }
}
.front-page__link-unite--2col {
  display: flex;
  justify-content: space-between;
  width: 100%;
  column-gap: 35px;
}
@media screen and (max-width: 1099px) {
  .front-page__link-unite--2col {
    column-gap: 9px;
  }
}

.front-page__imageLink {
  display: flex;
  width: 100%;
  background-color: #F7F3EC;
}
.front-page__imageLink-figure {
  display: block;
  max-width: 528px;
  width: 100%;
  height: 147px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .front-page__imageLink-figure {
    max-width: 42%;
    height: 73px;
  }
}
.front-page__imageLink-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-page__imageLink-content {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 51px 70px;
  column-gap: 35px;
  max-width: 50%;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 1099px) {
  .front-page__imageLink-content {
    padding: 14px 25px;
    column-gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .front-page__imageLink-content {
    max-width: 58%;
    flex-shrink: 1;
  }
}
.front-page__imageLink-content::after {
  content: "";
  display: block;
  width: 13px;
  height: 23px;
  background-image: url("../../images/top/info/icon-top-imageLink-arrow-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .front-page__imageLink-content::after {
    width: 6px;
    height: 12px;
  }
}
.front-page__imageLink-text {
  display: block;
  font-size: 3.2rem;
  line-height: 1.406;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  transition: 0.3s color ease;
}
@media screen and (max-width: 1099px) {
  .front-page__imageLink-text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .front-page__imageLink-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1099px) {
  .front-page__imageLink--spCol {
    flex-direction: column;
  }
}
.front-page__imageLink--spCol .front-page__imageLink-figure {
  max-width: 249px;
  height: 123px;
}
@media screen and (max-width: 1099px) {
  .front-page__imageLink--spCol .front-page__imageLink-figure {
    max-width: 100%;
    height: 100%;
    aspect-ratio: 160/66;
  }
}
.front-page__imageLink--spCol .front-page__imageLink-text {
  font-size: 2.4rem;
  line-height: 1.875;
}
@media screen and (max-width: 1099px) {
  .front-page__imageLink--spCol .front-page__imageLink-text {
    font-size: 1.6rem;
    line-height: 2.083;
  }
}
.front-page__imageLink--spCol .front-page__imageLink-content {
  max-width: 271px;
  width: 100%;
  padding: 39px 31px;
  column-gap: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1099px) {
  .front-page__imageLink--spCol .front-page__imageLink-content {
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding: 6px;
    column-gap: 12px;
    flex-shrink: 1;
  }
}
.front-page__imageLink--spCol .front-page__imageLink-content::after {
  width: 11px;
  height: 19px;
}
.front-page__imageLink:hover .front-page__imageLink-text {
  color: #D3B778;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: inline;
  }
}

/*# sourceMappingURL=front-page.css.map */
