@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  scroll-padding-top: clamp(100px, 7.6023391813vw, 130px);
}

.pc-none {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: clamp(100px, 7.6023391813vw, 130px);
}
#header .header__logo {
  width: clamp(128px, 10vw, 171px);
  aspect-ratio: 171/188;
  position: absolute;
  top: 0;
  left: 0;
}
#header .header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}
#header .header__right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 1.25em;
  font-size: clamp(1.2rem, 0.9356725146vw, 1.6rem);
  padding-right: 5em;
}
#header .header__other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 1.25em;
       column-gap: 1.25em;
}
#header .header__btn {
  width: 21.875em;
  min-width: 265px;
  height: 3.4375em;
  min-height: 42px;
  font-size: 1em;
  color: var(--color-main);
}
#header .header__btn > span {
  font-size: calc(1em + 1px);
}
#header .header__btn::after {
  display: none;
}
#header .header__tel {
  row-gap: 0.375em;
  align-items: flex-end;
}
#header .header__tel .com-tel__num {
  font-size: 1.75em;
  -moz-column-gap: 0.3214286em;
       column-gap: 0.3214286em;
}
#header .header__tel .com-tel__num::before {
  width: calc(1em + 2px);
}
#header .header__tel .com-replace {
  font-size: 0.75em;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 6rem;
}
#footer .footer__inner {
  width: 1080px;
  row-gap: 3rem;
}
#footer .footer__logo {
  width: 10.5rem;
}
#footer .footer__logo img {
  width: 100%;
  aspect-ratio: 105/116;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__add {
  font-size: 1.3rem;
}
#footer .footer__ig {
  width: 3.9rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  padding-top: 3rem;
  font-size: 1.3rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: var(--letter-spacing-base);
}
.footer-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 58rem;
  gap: 2.1rem 1em;
  margin-inline: auto;
}
.footer-nav__item {
  line-height: 2;
  margin-block: calc((1em - 1lh) / 2);
}

/*コピーライト
-----------------------------*/
.copy {
  padding-block: 2.05rem;
}
.copy p {
  font-size: 1.3rem;
  line-height: 2;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: clamp(70px, 5.2vw, 78px);
  box-shadow: 0 0 0 0.3rem var(--color-main) inset;
  bottom: 1.5rem;
  right: 1.5rem;
}
#pagetop img {
  width: 47.436%;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  align-items: flex-end;
  height: clamp(645px, 50.2083333333vw, 964px);
  padding-block: clamp(35px, 2.6041666667vw, 50px);
}
.visual__catch--main {
  width: calc(100% - clamp(68px, 5.2083333333vw, 100px));
}
.visual__catch--main .ja img {
  height: clamp(144px, 11.25vw, 216px);
}
.visual__catch--main .en img {
  height: clamp(278px, 21.6666666667vw, 416px);
}
.visual #slideshow {
  height: 89.212%;
}
.visual #slideshow li {
  border-radius: clamp(15px, 1.0416666667vw, 20px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(310px, 23.9583333333vw, 460px);
}
.visual__sub::before {
  width: 39.4792%;
  max-width: 758px;
  top: calc(100% - clamp(180px, 14.0625vw, 270px));
  right: max(50% - 54rem, 25%);
}
.visual__sub::after {
  width: 47.0834%;
  min-width: calc(50% - 56px);
}
.visual__catch--sub {
  width: 75%;
  max-width: 108rem;
  font-size: clamp(3.8rem, 2.9166666667vw, 5.6rem);
}
.visual__catch--sub > span {
  padding: clamp(15px, 1.0416666667vw, 20px) clamp(20px, 1.5625vw, 30px);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: max(1.3rem, 1em - 1px);
  font-family: var(--font-family-text);
  font-weight: var(--font-weight-bold);
  color: var(--color-main);
  letter-spacing: 0;
  line-height: 2;
  margin-block: calc((1em - 1lh) / 2);
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
.gnav__link {
  display: block;
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.gnav__link:hover {
  color: var(--color-text);
}
.gnav__link.current {
  box-shadow: 0 -1px 0 0 var(--color-main) inset;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-top: 2rem;
}
.breadcrumb__list {
  width: 1080px;
}
.breadcrumb__item::after {
  margin-inline: 1em;
}
.breadcrumb + .section {
  padding-top: 11.5rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 10rem;
}
.section--bg {
  padding-bottom: 16rem;
}
.section--bg::before {
  width: calc(50% - 17rem);
  height: 50%;
  max-height: 38rem;
}
.section--bg::after {
  height: 6rem;
}
.section--deco::before {
  width: calc(50% - 11rem);
  height: 60%;
  max-height: 46rem;
}

.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
/*ボタン
-----------------------------*/
/*テーブル
-----------------------------*/
.com-table {
  font-size: 1.8rem;
  line-height: 1.72223;
  margin-block: -1.5rem;
}
.com-table table {
  border-collapse: separate;
  border-spacing: 0 1.5rem;
}
.com-table tr th {
  text-align: center;
  vertical-align: middle;
  padding: 1.2rem 2rem;
}
.com-table tr td {
  vertical-align: middle;
  padding: 1.2rem 2rem;
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.com-text .mb {
  margin-bottom: calc(1.5em - 0.05rem);
}

/*お知らせ
-----------------------------*/
.com-post__item--image .com-post__link {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.com-post__item--image .com-post__image {
  width: 20rem;
}
.com-post__item--image .com-post__image img {
  border-radius: 1.2rem;
}
.com-post__item--image .com-post__inner {
  row-gap: 2rem;
}
.com-post__item--image .com-post__heading {
  font-size: 2.2rem;
}
.com-post__link {
  font-size: 1.5rem;
  line-height: 1.6;
  row-gap: 1rem;
}
.com-post__tag {
  font-size: var(--font-size-xs);
  line-height: 1.66667;
  padding-inline: 1rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  margin-bottom: 6rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
.com-title03--center {
  padding: 1.9rem 2rem;
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding: 7rem 0 8.5rem;
}
.com-contact__title {
  margin-bottom: 3.2rem;
}
.com-contact__title .en {
  font-size: 16.7rem;
  margin-block: -2.05rem;
}
.com-contact__title .ja {
  font-size: 5.1rem;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
  bottom: 2.5rem;
}
.com-contact__text {
  font-size: 2rem;
  line-height: 2;
}
.com-contact__text .mb {
  margin-bottom: 1.5em;
}
.com-contact__tel {
  margin-top: 4.8rem;
}
.com-contact__tel .com-tel__num {
  font-size: 4.2rem;
}
.com-contact__tel .com-tel__num > span {
  margin-block: -0.5rem;
}

/*ページ内リンク
-----------------------------*/
.com-links {
  padding-block: 7rem;
}
.com-links__items {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}
.com-links__items:has(.com-links__item:nth-of-type(4)) {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.com-links__item {
  width: 100%;
  height: 6.5rem;
}

/*===============================================
  トップページ
===============================================*/
/*希少なホルモンと自慢の技術で、
「おいしさ」を届ける食肉卸。
-----------------------------*/
.top-about {
  padding: 4.4rem 0 12.6rem !important;
}
.top-about__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 677px;
  min-height: clamp(500px, 35.2604166667vw, 677px);
  padding-left: calc(54rem - clamp(40px, 3.125vw, 60px));
  padding-bottom: clamp(35px, 2.6041666667vw, 50px);
}
.top-about__title {
  margin-right: -1px;
  margin-bottom: 6rem;
}
.top-about__title img {
  width: clamp(531px, 41.4482758621vw, 601px);
}
.top-about__text {
  font-size: clamp(1.8rem, 1.3793103448vw, 2rem);
  line-height: 2;
}
.top-about__text .mb {
  margin-bottom: 1.5em;
}
.top-about__image {
  width: calc(50vw - clamp(68px, 5.625vw, 108px));
  max-width: 852px;
  min-width: 532px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(50% + clamp(68px, 5.625vw, 108px));
}
.top-about__image img {
  width: 100%;
  aspect-ratio: 852/677;
  -o-object-fit: contain;
     object-fit: contain;
}

/*取扱商品
-----------------------------*/
.top-pick {
  padding-block: 8rem;
}
.top-pick::before {
  width: calc(50% - 11rem);
  height: 60%;
  max-height: 46rem;
}
.top-pick__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.top-pick__btn {
  width: 32rem;
  margin-top: 2.8rem;
}
.top-pick__list,
.top-pick .com-empty {
  width: 80rem;
  margin-left: auto;
  margin-top: -5.6rem;
}
.top-pick__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.top-pick__item {
  padding: 1rem;
  border-radius: 1.2rem;
}
.top-pick__image {
  margin-bottom: 1rem;
}
.top-pick__image img {
  aspect-ratio: 1.2777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-pick__image img {
  border-radius: 1.2rem;
}
.top-pick__heading {
  font-size: var(--font-size-base);
}
.top-pick .com-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30rem;
  background: var(--color-bg);
  box-shadow: 0 0 0 3px var(--color-main) inset;
}

/*おいしいホルモンを届けるためのこだわり
-----------------------------*/
.top-feature {
  padding-bottom: 14rem;
}
.top-feature::after {
  height: 6rem;
}
.top-feature__animation {
  margin-bottom: 6.5rem;
}
.top-feature__title {
  padding-left: clamp(6px, 0.46875vw, 9px);
  margin-bottom: 7rem;
}
.top-feature__list {
  width: calc(100% - clamp(64px, 5vw, 96px));
  max-width: 173rem;
}
.top-feature__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  margin-bottom: 5rem;
}
.top-feature__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.top-feature__image {
  width: calc(50% - 10.5rem);
  height: 48rem;
}
.top-feature__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.top-feature__inner {
  display: grid;
  grid-template-columns: 17rem 1fr;
  align-items: flex-start;
  row-gap: 5rem;
  min-width: 52rem;
}
.top-feature__inner::before {
  font-size: 13.8rem;
  margin-block: -1.5rem;
  margin-left: -0.025em;
}
.top-feature__heading {
  align-self: center;
}
.top-feature__body, .top-feature__btn {
  grid-column: span 2;
}
.top-feature__btn {
  width: 36rem;
}

/*安全への取り組み
-----------------------------*/
.top-safety {
  padding: 8rem 0 4rem;
}
.top-safety::before {
  width: calc(100% - 6rem);
  max-width: 128rem;
  height: calc(100% - 12rem);
  border-radius: 2rem;
  bottom: 4rem;
}
.top-safety__box {
  padding: 6rem 0 10rem;
}
.top-safety__title {
  row-gap: 3rem;
  margin-bottom: -4rem;
}
.top-safety__title .en {
  font-size: 14.5rem;
  margin-block: -1.75rem;
}
.top-safety__title .ja {
  font-size: 5.7rem;
}
.top-safety__inner {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5rem;
  border-radius: 2rem;
  margin-left: auto;
}
.top-safety__text {
  font-weight: var(--font-weight-bold);
}
.top-safety__btn {
  width: 46rem;
  margin-top: 4.6rem;
}

/*会社概要
-----------------------------*/
.top-company::after {
  width: 31.771%;
  min-width: calc(50% - 35rem);
  height: 65%;
  max-height: 388px;
  border-top-right-radius: 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.top-company__title {
  row-gap: 3rem;
  margin-bottom: 4rem;
}
.top-company__title .en {
  font-size: 11.7rem;
  margin-block: -1.4rem;
}
.top-company__title .en::before, .top-company__title .en::after {
  width: 192rem;
  margin-block: -1.4rem;
}
.top-company__title .en::before {
  top: -4.1rem;
}
.top-company__title .en::after {
  bottom: -4.1rem;
}
.top-company__title .ja {
  font-size: 5.2rem;
}
.top-company__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
}
.top-company__btn {
  width: 52rem;
  height: 8rem;
}
.top-company__btn::after {
  width: 2.8em;
  right: 2rem;
}
.top-company__btn > span {
  font-size: 1.2em;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding-top: 8rem;
  padding-bottom: clamp(645px, 50.2604166667vw, 965px);
}
.top-news::after {
  width: 102.084%;
  max-width: 1960px;
  aspect-ratio: 1960/1361;
  background: url(../img/index/img_news-pc.png) no-repeat center bottom/contain;
}
.top-news__box {
  display: grid;
  grid-template: auto 1fr/1fr 708px;
  align-items: flex-start;
  row-gap: 4rem;
  min-height: clamp(360px, 28vw, 420px);
}
.top-news__title {
  align-items: flex-start;
  text-align: left;
  row-gap: 3rem;
  margin-right: -2rem;
  margin-bottom: 0;
}
.top-news__title .en {
  font-size: 14.5rem;
  margin-block: -1.75rem;
  margin-inline: -0.05em;
  white-space: nowrap;
  pointer-events: none;
}
.top-news__title .ja {
  font-size: 6.5rem;
}
.top-news__list,
.top-news .com-empty {
  grid-row: span 2;
}
.top-news .com-btn {
  width: 32rem;
}
.top-news .com-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 31rem;
  box-shadow: var(--box-shadow);
  border-radius: 2rem;
}

/*===============================================
  取扱商品
===============================================*/
/*取扱商品一覧
-----------------------------*/
.products-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
}
.products-list__item {
  row-gap: 2rem;
}
.products-list__image img {
  aspect-ratio: 1.064516129;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-list__image img {
  border-radius: 1.2rem;
}
.products-list__name {
  font-size: 1.5rem;
  line-height: 1.46667;
}
.products-list__name .label {
  width: 6rem;
}
.products-list__name .title {
  padding-inline: 0.6rem;
}
.products-list__price {
  font-size: 2.6rem;
  line-height: 1.5;
  padding-bottom: 1rem;
}

/*===============================================
  こだわり
===============================================*/
.quality .section:not(.com-contact) .com-title01 {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.quality .section:not(.com-contact) .com-title01 > span {
  align-self: flex-end;
}
.quality .section:not(.com-contact) .com-title01::before {
  width: 20rem;
  font-size: 14.1rem;
  margin-block: -1.7rem;
}

/*鮮度へのこだわり
-----------------------------*/
.quality-freshness__inner {
  min-height: 46rem;
  padding-left: 55rem;
  position: relative;
}
.quality-freshness__image {
  width: calc(50vw - 5rem);
  min-width: 55rem;
  max-width: 69rem;
  height: 46rem;
  position: absolute;
  top: 0;
  right: calc(50% + 3rem);
}
.quality-freshness__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.quality-freshness__heading {
  margin-bottom: 3rem;
}
.quality-freshness__heading > span {
  line-height: 3;
  margin-block: -0.8rem;
}
.quality-freshness__heading > span .mark {
  padding: 1.4rem 2rem;
}
.quality-freshness__box {
  padding-top: 6rem;
}
.quality-freshness__label {
  margin-bottom: 3.6rem;
}
.quality-freshness__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.quality-freshness__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  padding: 3rem;
  background: var(--color-main);
  box-shadow: 0 0 0 1px var(--color-white);
  border-radius: 4px;
}
.quality-freshness__item > * {
  width: 100%;
}
.quality-freshness__caption {
  font-size: 2.6rem;
}
.quality-freshness__list {
  padding-bottom: 1rem;
}
.quality-freshness__list li {
  height: 5.5rem;
  margin-bottom: 5.7rem;
}
.quality-freshness__list li::after {
  width: 6.5rem;
  aspect-ratio: 65/27;
  top: calc(100% + 1.5rem);
}
.quality-freshness__list li.pick {
  font-size: 2.9rem;
}
.quality-freshness__value {
  font-size: 2.4rem;
  line-height: 2.04167;
  margin-top: auto;
  padding: 1.9rem 2rem;
}

/*加工技術へのこだわり
-----------------------------*/
.quality-processing__inner {
  min-height: 46rem;
  padding-left: 55rem;
  position: relative;
}
.quality-processing__image {
  width: calc(50vw - 5rem);
  min-width: 55rem;
  max-width: 69rem;
  height: 46rem;
  position: absolute;
  top: 0;
  right: calc(50% + 3rem);
}
.quality-processing__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.quality-processing__heading {
  margin-bottom: 3rem;
}
.quality-processing__heading > span {
  line-height: 3;
  margin-block: -0.8rem;
}
.quality-processing__heading > span .mark {
  padding: 1.4rem 2rem;
}
.quality-processing__box {
  padding-top: 6rem;
}
.quality-processing__label {
  margin-bottom: 2.4rem;
}
.quality-processing__item {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  line-height: 1.76471;
  margin-bottom: 1.5rem;
}

/*仕入れルートへのこだわり
-----------------------------*/
.quality-route__inner {
  min-height: 46rem;
  padding-left: 55rem;
  position: relative;
}
.quality-route__image {
  width: calc(50vw - 5rem);
  min-width: 55rem;
  max-width: 69rem;
  height: 46rem;
  position: absolute;
  top: 0;
  right: calc(50% + 3rem);
}
.quality-route__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.quality-route__heading {
  margin-bottom: 3rem;
}
.quality-route__heading > span {
  line-height: 3;
  margin-block: -0.8rem;
}
.quality-route__heading > span .mark {
  padding: 1.4rem 2rem;
}
.quality-route__box {
  padding-top: 6rem;
}
.quality-route__label {
  margin-bottom: 3.5rem;
}
.quality-route__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.quality-route__item {
  height: 6.5rem;
  font-size: 2.3rem;
  line-height: 1;
}
.quality-route__item:last-of-type:nth-of-type(2n + 1) {
  grid-column: span 2;
}

/*===============================================
  安全への取り組み
===============================================*/
/*ホルモンを専門に取り扱うからこそ、
徹底した殺菌を。
-----------------------------*/
.safety-about__inner {
  min-height: 52rem;
  padding-left: 55rem;
  position: relative;
  z-index: 0;
}
.safety-about__image {
  width: calc(50vw - 10rem);
  max-width: 60rem;
  min-width: 50rem;
  height: 52rem;
  position: absolute;
  top: 0;
  right: calc(50% + 4rem);
}
.safety-about__image img {
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
}
.safety-about__box {
  min-height: 76rem;
  padding-top: 6rem;
  padding-right: 55rem;
  position: relative;
}
.safety-about__heading {
  align-items: flex-start;
  margin-bottom: 3rem;
}
.safety-about__list dt {
  font-size: 2.2rem;
  padding-left: 2rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
.safety-about__list dd p {
  display: inline;
}
.safety-about__thumbs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: calc(50vw - 8rem);
  max-width: 688px;
  min-width: 52rem;
  height: 75.4rem;
  position: absolute;
  top: 5px;
  left: calc(50% + 5rem);
}
.safety-about__thumb--lt {
  width: 73.838%;
  height: 43.4rem;
}
.safety-about__thumb--rb {
  width: 58.14%;
  height: 29rem;
  margin-left: auto;
}
.safety-about__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.2rem;
}

/*===============================================
  新規取引をお考えの飲食店様へ
===============================================*/
/*Ringsの強み
-----------------------------*/
.guide-advantage__item {
  min-height: 32rem;
  margin-bottom: 4.6rem;
  position: relative;
  z-index: 0;
}
.guide-advantage__item:nth-of-type(2n + 1) {
  padding-left: 44rem;
}
.guide-advantage__item:nth-of-type(2n + 1) .guide-advantage__image {
  right: calc(50% + 14rem);
}
.guide-advantage__item:nth-of-type(2n) {
  padding-right: 44rem;
}
.guide-advantage__item:nth-of-type(2n) .guide-advantage__image {
  left: calc(50% + 14rem);
}
.guide-advantage__heading {
  margin-bottom: 3rem;
}
.guide-advantage__image {
  width: calc(50vw - 16rem);
  max-width: 58rem;
  min-width: 42rem;
  height: 32rem;
  position: absolute;
  top: 0;
}
.guide-advantage__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.2rem;
}

/*お取引開始までの流れ
-----------------------------*/
.guide-flow__item {
  padding: 6rem 4rem 4rem;
  margin-bottom: 7rem;
}
.guide-flow__item::before {
  width: 21.8rem;
  height: 100%;
  background-size: 35.4rem !important;
  background-position: left center !important;
}
.guide-flow__item::after {
  width: 5.5rem;
  aspect-ratio: 55/40;
  top: calc(100% + 1.5rem);
}
.guide-flow__num {
  width: calc(100vw - 2rem);
  max-width: 128rem;
  min-width: 118rem;
  font-size: 6.2rem;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  margin-top: -1.3rem;
  position: absolute;
  top: -3.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.guide-flow__num::after {
  font-size: 9.4rem;
}
.guide-flow__heading {
  margin-bottom: 3rem;
}

/*よくある質問
-----------------------------*/
.guide-faq__item {
  padding: 4rem 4rem 5rem;
  margin-bottom: 4rem;
}
.guide-faq__heading {
  font-size: 2.6rem;
  margin-bottom: 4rem;
}
.guide-faq__heading > span {
  line-height: 2;
}
.guide-faq__heading::before {
  width: 6rem;
  font-size: 5rem;
  padding-bottom: 0.2rem;
  margin-top: -0.7rem;
}
.guide-faq__body::before {
  width: 6rem;
  font-size: 5rem;
  margin-block: -0.6rem;
}

/*===============================================
  会社概要
===============================================*/
/*企業理念
-----------------------------*/
.company-policy::before {
  bottom: min(37.3rem, 40%);
}
.company-policy__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 74rem;
  min-height: 9.6rem;
  font-size: 2.8rem;
  line-height: 1.5;
  padding: 2.4rem 2rem;
  margin-bottom: 5rem;
}
.company-policy__item:nth-of-type(2n) {
  margin-left: auto;
}
.company-policy__item::before {
  font-size: 7.8rem;
  margin: -1rem -0.05em;
  top: -3.6rem;
  left: 2.2rem;
}
.company-policy__images {
  width: 100%;
  height: calc(100% - 6rem);
  position: absolute !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3 !important;
  pointer-events: none;
}
.company-policy__image {
  position: absolute;
}
.company-policy__image--rt {
  width: 34.375%;
  min-width: calc(50% - 30rem);
  height: 50%;
  max-height: 45rem;
  top: 0;
  right: 0;
}
.company-policy__image--rt img {
  -o-object-position: center top;
     object-position: center top;
}
.company-policy__image--lb {
  width: 37.5%;
  min-width: calc(50% - 24rem);
  height: 60%;
  max-height: 55rem;
  bottom: 0;
  left: 0;
}
.company-policy__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*代表挨拶
-----------------------------*/
.company-greeting__text .mb {
  margin-bottom: 1lh;
}
.company-greeting__name {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-size: 2.6rem;
  padding-top: 4rem;
}
.company-greeting__name .min {
  font-size: 2rem;
  line-height: 1;
  margin-right: 0.25em;
}

/*直営店紹介
-----------------------------*/
.company-operated__box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3rem;
  min-height: 37rem;
  padding-left: 44rem;
  margin-bottom: 5rem;
  position: relative;
  z-index: 0;
}
.company-operated__image {
  width: calc(50vw - 16rem);
  max-width: 58rem;
  min-width: 44rem;
  height: 37rem;
  position: absolute;
  top: 0;
  right: calc(50% + 14rem);
}
.company-operated__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.2rem;
}
.company-operated__heading {
  align-items: flex-start;
  text-align: left;
  width: 100%;
}
.company-operated__btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 36rem;
  padding-inline: 3rem;
}

/*会社情報
-----------------------------*/
.company-info__table td .com-replace {
  font-size: 1.7rem;
}
.company-info__map {
  height: 48rem;
  margin-top: 5rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail__box {
  padding: 5rem 4rem;
  border-radius: 2rem;
}
.news-detail__date {
  font-size: 1.5rem;
  line-height: 1.33334;
  margin-block: 0;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table tr th {
  width: 36rem;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2.33334;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: 0.7rem;
}
.contact-form__table tr td {
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 2.33334;
}
.contact-form__table tr td select,
.contact-form__table tr td textarea,
.contact-form__table tr td input[type=tel],
.contact-form__table tr td input[type=num],
.contact-form__table tr td input[type=text],
.contact-form__table tr td input[type=email],
.contact-form__table tr td input[type=url] {
  line-height: 1.33334;
}
.contact-form .contact-submits-wrap > * {
  margin: 2rem 1.5rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  text-align: center;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__heading {
  margin-bottom: 3rem;
}
.privacy-policy__body {
  padding-left: 2rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template: repeat(5, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 2rem 8rem;
}
.sitemap-list__link {
  font-size: var(--font-size-btn);
  line-height: 1.5;
  padding: 1.5rem 2rem;
}

/*===============================================
  404エラー
===============================================*/