@charset "UTF-8";
:root {
  --swl-font_family: "Noto Sans JP", sans-serif;
  --swl-font_weight: 400;
  --color_main: #754a1c;
  --color_header_bg: #cc7d29;
  --color_header_text: #fff;
  --color_footer_bg: #cc7d29;
  --color_footer_text: #fff;
  --color_text: #413636;
  --logo_size_sp: 50px;
  --logo_size_pc: 48px;
  --accent_orange_color: #f39801;
  --accent_pink: #f494bd;
  --accent_blue: #4bb4d2;
}

body {
  font-feature-settings: "palt";
  line-height: 1.75;
}

.hrk_page-container .hrk_page-section em {
  font-style: normal;
  font-weight: bolder;
}

/* [吹き出し] */
.c-balloon__icon {
  width: 80px;
}
@media all and (min-width: 960px) {
  .c-balloon__icon {
    width: 120px;
  }
}

.c-balloon .c-balloon__iconImg {
  width: revert;
  height: revert;
}

.c-balloon__iconName {
  opacity: revert;
  color: #89837d;
  font-size: 14px;
}

@media (min-width: 600px) {
  .c-balloon__body {
    padding-inline: 28px;
  }
}
@media not all and (min-width: 960px) {
  .-bln-left .c-balloon__body {
    padding-right: revert;
  }

  .-bln-right .c-balloon__body {
    padding-left: revert;
  }
}
.c-balloon__text {
  padding: 1lh;
  color: revert;
  font-size: 14px;
  line-height: 1.5;
}
@media all and (min-width: 960px) {
  .c-balloon__text {
    font-size: 16px;
  }
}

.c-balloon__shapes {
  top: calc(50% - 8px);
}

/* [パンくず] トップ階層の家アイコン */
.p-breadcrumb__text .__home:before {
  display: none;
  content: "";
}

.p-breadcrumb__text {
  white-space: revert;
}

/* [パンくず] 文字サイズ, 文字色 */
.p-breadcrumb__list {
  flex-wrap: wrap;
  color: #000;
  font-size: 12px;
}
@media all and (min-width: 960px) {
  .p-breadcrumb__list {
    font-size: 14px;
  }
}

/* [パンくず] 現在のページ */
.p-breadcrumb__item:last-child span {
  opacity: revert;
}

/* [パンくず] 投稿ページ内のパンくずで現在ページのタイトル（投稿のタイトル）が消えてしまう */
.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: revert;
}

/* [パンくず] 固定ページに設置されていれば絶対配置 */
.p-breadcrumb:has(.is-page) {
  position: relative;
  padding-block: 0;
}

.p-breadcrumb__list.is-page {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  padding-block: 8px;
}

/* [目次] reset */
.p-toc.-simple .p-toc__ttl {
  margin-bottom: revert;
  padding: revert;
  border-bottom: revert;
}

.p-toc__ttl:before {
  display: none;
  content: "";
}

@media (min-width: 960px) {
  #main_content .p-toc {
    width: 100%;
  }
}
.p-toc__list li {
  margin: revert;
  line-height: revert;
}

ol.is-style-index ol > li:before, ol.is-style-index > li:before {
  all: revert;
}

ol.is-style-index ol > li, ol.is-style-index > li {
  margin-left: revert;
}

/* [目次] 独自スタイル */
#main_content .p-toc {
  --accent_color: #cc7d29;
  border-radius: 8px;
  border-color: var(--accent_color);
}

.p-toc__ttl {
  margin-block: calc((1em - 1lh) / 2);
  color: var(--accent_color);
  line-height: revert;
  font-weight: bold;
}
@media all and (min-width: 960px) {
  .p-toc__ttl {
    font-size: 24px;
  }
}

.p-toc__list li {
  display: grid;
  grid-template-columns: auto auto 1fr;
  font-size: 14px;
}
.p-toc__list li:before {
  order: 1;
}
.p-toc__list li:after {
  order: 2;
}
.p-toc__list li > * {
  order: 3;
}
@media all and (min-width: 960px) {
  .p-toc__list li {
    font-size: 20px;
  }
}

ol.is-style-index ol > li:before, ol.is-style-index > li:before {
  display: block;
  content: counters(toc, "-");
  counter-increment: toc;
  font-size: inherit;
  font-weight: bold;
}

ol.is-style-index ol > li:after, ol.is-style-index > li:after {
  display: block;
  width: 1px;
  height: 10px;
  margin-top: calc((1lh - 8px) / 2);
  margin-right: 10px;
  margin-left: 6px;
  content: "";
  background-color: var(--accent_color);
}
@media all and (min-width: 960px) {
  ol.is-style-index ol > li:after, ol.is-style-index > li:after {
    height: 15px;
    margin-top: calc((1lh - 15px) / 2);
    margin-right: 15px;
    margin-left: 10px;
  }
}

.p-toc__link {
  font-size: inherit;
}

.l-1200-container {
  position: relative;
  width: calc(100% - 30px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 960px) {
  .l-1200-container {
    width: calc(100% - 80px);
  }
}
.hrk_l-page-header {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: clamp(140px, 50.256px + 23.932vw, 280px);
  background-image: url("..//images/common/page-header-sp.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media all and (min-width: 960px) {
  .hrk_l-page-header {
    background-image: url("..//images/common/page-header.jpg");
    background-size: auto 100%;
  }
}
@media all and (min-width: 1366px) {
  .hrk_l-page-header {
    background-size: 100%;
  }
}
@media all and (min-width: 1536px) {
  .hrk_l-page-header {
    background-image: url("..//images/common/page-header-fhd.jpg");
  }
}
.hrk_l-page-header__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  padding-top: 16px;
  padding-inline: 16px;
  padding-bottom: 18px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media all and (min-width: 640px) and (max-width: 959px) {
  .hrk_l-page-header__box {
    padding-inline: 40px;
  }
}
@media all and (min-width: 960px) {
  .hrk_l-page-header__box {
    min-width: 400px;
    padding-top: 38px;
    padding-inline: 48px;
    padding-bottom: 42px;
  }
}

.hrk_l-page-header__ttl {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-block: calc((1em - 1lh) / 2);
}
@media all and (min-width: 960px) {
  .hrk_l-page-header__ttl {
    font-size: 46px;
  }
}
.hrk_l-page-header__ttl .__strength-small {
  display: block;
  font-size: 0.6956521739em;
}
.hrk_l-page-header__ttl:has(.__strength-small) {
  line-height: 1.2;
}
.hrk_l-page-header__ttl:has(.--lh-small) {
  line-height: 1.2;
}

.hrk_l-page-header__slug {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-block: calc((1em - 1lh) / 2);
  padding-inline: 0.875em;
  background-color: var(--accent_orange_color);
  border-radius: 9999px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
@media all and (min-width: 960px) {
  .hrk_l-page-header__slug {
    font-size: 16px;
  }
}

.l-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hrk_page-container {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media all and (min-width: 960px) {
  .hrk_page-container {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}

.hrk_page-section {
  padding-bottom: 45px;
}
.hrk_page-section + .hrk_page-section {
  padding-top: 50px;
}
@media all and (min-width: 960px) {
  .hrk_page-section {
    padding-bottom: 90px;
  }
  .hrk_page-section + .hrk_page-section {
    padding-top: 100px;
  }
}
.hrk_page-section .o-hariki-heading {
  margin-bottom: 28px;
}
@media all and (min-width: 960px) {
  .hrk_page-section .o-hariki-heading {
    margin-bottom: 60px;
  }
}

.hrk_page-section.--has-wave {
  position: relative;
  padding-bottom: 100px;
}
@media all and (min-width: 960px) {
  .hrk_page-section.--has-wave {
    padding-bottom: 200px;
  }
}
.hrk_page-section.--has-wave:before {
  z-index: 1;
  position: absolute;
  inset: 0;
  translate: 0px 1px;
  content: "";
  background-image: url("../images/pages/page-wave.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}
.hrk_page-section.--has-wave + .hrk_page-section {
  padding-top: 50px;
}

.hrk_page-section.--bg-texture {
  background-image: url("../images/pages/page-texture.jpg");
  background-position: center;
  background-repeat: repeat;
  background-size: 100% auto;
}

.hrk_page-section:first-child.--bg-texture {
  padding-top: 70px;
  margin-top: -70px;
}
@media all and (min-width: 960px) {
  .hrk_page-section:first-child.--bg-texture {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.hrk_page-section:last-child.--bg-texture {
  padding-bottom: 80px;
  margin-bottom: -80px;
}
@media all and (min-width: 960px) {
  .hrk_page-section:last-child.--bg-texture {
    padding-bottom: 140px;
    margin-bottom: -140px;
  }
}

.hrk_page-section {
  --divider-height: 35px;
}
.hrk_page-section.--has-divider {
  position: relative;
  margin-bottom: var(--divider-height);
}
.hrk_page-section.--has-divider + .hrk_page-section {
  margin-top: calc(-1 * var(--divider-height));
  padding-top: calc(100px + var(--divider-height));
}
.hrk_page-section.--has-divider:before {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-1 * var(--divider-height));
  height: var(--divider-height);
  content: "";
  background-color: #fff;
  pointer-events: none;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

@media all and (min-width: 960px) {
  .hrk_page-section {
    --divider-height: 90px;
  }
}
.l-820-container {
  position: relative;
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 960px) {
  .l-820-container {
    width: calc(100% - 30px);
  }
}
@media all and (min-width: 960px) {
  .l-820-container {
    width: calc(100% - 80px);
  }
}
.column-sidebar-card {
  display: grid;
  grid-template-columns: 100px 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  width: 100%;
  margin-top: 12px;
}
@media all and (min-width: 960px) {
  .column-sidebar-card {
    margin-top: 24px;
  }
}

.column-sidebar-card:first-child {
  margin-top: 0;
}

.column-sidebar-card__image {
  grid-row: 1/2;
  grid-column: 1/2;
}
.column-sidebar-card__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 343/244;
  -o-object-fit: cover;
     object-fit: cover;
}

.column-sidebar-card__metas {
  grid-row: 1/2;
  grid-column: 2/3;
}

.column-sidebar-card__metas-ttl {
  color: var(--color_text);
  font-size: 12px;
  font-weight: bold;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.25s ease;
}
.column-sidebar-card__metas-ttl:hover {
  color: revert;
}

.column-sidebar-card__metas-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
  color: #b2a99e;
  font-size: 10px;
  line-height: 1;
}

.column-sidebar-card__date {
  grid-row: 2/3;
  grid-column: -1/1;
  text-align: right;
  color: #b2a99e;
  font-size: 10px;
  line-height: 1;
}

.column-single-prevnext {
  margin: 2em 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media not all and (min-width: 960px) {
  .column-single-prevnext {
    gap: 6.6666666667vw;
  }
}

.column-single-prevnext__item {
  display: grid;
  width: 100%;
  border: 1px solid #dbdbdb;
  color: var(--color_text);
  transition: color 0.25s ease;
}
.column-single-prevnext__item:hover {
  color: var(--color_link);
}
@media all and (min-width: 960px) {
  .column-single-prevnext__item {
    width: 305px;
  }
}

.column-single-prevnext__item.-prev {
  grid-template-columns: 40px 1fr;
  justify-self: start;
}
@media all and (min-width: 960px) {
  .column-single-prevnext__item.-prev {
    grid-template-columns: 52px 1fr;
  }
}

.column-single-prevnext__item.-next {
  grid-template-columns: 1fr 40px;
  justify-self: end;
}
.column-single-prevnext__item.-next .column-single-prevnext__item-label {
  order: 2;
}
@media all and (min-width: 960px) {
  .column-single-prevnext__item.-next {
    grid-template-columns: 1fr 52px;
  }
}

.column-single-prevnext__item-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #a4a09b;
  text-align: center;
  color: #fff;
  font-size: 11px;
}
@media all and (min-width: 960px) {
  .column-single-prevnext__item-label {
    font-size: 12px;
  }
}

.column-single-prevnext__item-inner {
  align-self: center;
  padding-block: 8px;
  padding-inline: 12px;
  font-size: 11px;
  font-weight: bold;
}
@media all and (min-width: 960px) {
  .column-single-prevnext__item-inner {
    padding-block: 16px;
    padding-inline: 24px;
    font-size: 14px;
  }
}
.column-single-prevnext__item-inner > p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hrk_link-button {
  --icon_width: 20px;
  --padding-y: 14px;
  display: grid;
  grid-template-columns: var(--icon_width) auto var(--icon_width);
  -moz-column-gap: 14px;
       column-gap: 14px;
  padding-block: var(--padding-y);
  padding-inline: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid currentColor;
  text-align: center;
  line-height: 1.1;
  color: inherit;
}
.hrk_link-button:before, .hrk_link-button:after {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.hrk_link-button:after {
  background-image: url("../images/common/icon-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5px;
  transition: transform 0.3s ease;
}
@media not all and (min-width: 960px) {
  .hrk_link-button {
    font-size: 14px;
  }
}

.hrk_link-button:hover:after {
  transform: translateX(2px);
}

.hrk_link-button.--filled {
  background-color: #cc7d29;
  border-color: #cc7d29;
  color: #fff;
}
.hrk_link-button.--filled:after {
  background-image: url("../images/common/icon-arrow-filled.png");
  background-size: cover;
}

.hrk_link-button.--size-lg {
  --padding-y: 24px;
  font-size: 18px;
}

.hrk_link-button.--padding-sm {
  --padding-y: 24px;
}

.o-check-list {
  list-style: none;
}
.o-check-list li {
  --font-size: 16px;
  display: grid;
  grid-template-columns: var(--font-size) 1fr;
  gap: 8px;
  font-size: var(--font-size);
}
@media all and (min-width: 960px) {
  .o-check-list li {
    --font-size: 20px;
  }
}
.o-check-list li img {
  padding-top: calc((1lh - var(--font-size)) / 2);
}

.o-hariki-button {
  position: relative;
  min-width: 19em;
  min-height: 3.9em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #cc7d29;
  color: #fff;
  font-size: min(3.7333333333vw, 18px);
  letter-spacing: 0.02em;
  padding: 1em;
  border-radius: 99px;
  box-shadow: 0px 1px 10px 0px rgba(24, 24, 24, 0.16);
  transition: box-shadow 0.3s;
  white-space: nowrap;
}
.o-hariki-button::after {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.9em;
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../images/icon_arrow_orange.png");
  background-size: 0.3em 0.6em;
  background-position: 52% 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 1px;
}
.o-hariki-button:hover {
  box-shadow: 0px 10px 20px 0px rgba(24, 24, 24, 0.16);
}

.o-hariki-button--white {
  color: #4d4032;
  background: #fff;
  border: 1px solid currentColor;
  transition: 0.3s;
}
.o-hariki-button--white::after {
  width: 0.3em;
  height: 0.6em;
  background-color: transparent;
  background-image: url("../images/icon_arrow_brown.png");
  margin-bottom: 1px;
}
.o-hariki-button--white:hover {
  color: #fff;
  background: #4d4032;
}
.o-hariki-button--white:hover::after {
  filter: brightness(0) invert(1);
}

.o-hariki-gnavItem {
  color: #fff;
  font-size: min(1.4vw, 20px);
  letter-spacing: 0.02em;
  margin-inline: 1.5em;
}

.o-hariki-headerBarLink {
  display: block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.o-hariki-headerBarLink::before {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../images/header_bar_arrow.png");
  background-size: 3px 6px;
  background-position: 52% 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 1px;
}

.o-hariki-heading {
  text-align: center;
  line-height: 1.3;
}
.o-hariki-heading .__en {
  color: #dc8427;
  font-size: 16px;
  font-weight: bold;
}
.o-hariki-heading .__ja {
  color: #4d4032;
  font-size: min(8.5333333333vw, 46px);
  font-weight: bold;
  letter-spacing: 0.02em;
}

.o-hariki-heading--sub .__en {
  letter-spacing: 0.02em;
  font-size: min(2.1333333333vw, 16px);
}
.o-hariki-heading--sub .__ja {
  font-size: min(6.4vw, 36px);
  letter-spacing: 0.02em;
}
.o-hariki-heading--sub .__small {
  font-size: min(5.3333333333vw, 26px);
}

.o-hariki-heading--white {
  color: #fff;
}

.o-hariki-heading span {
  display: inline-block;
}

.o-hariki-sellTel {
  width: 13.2em;
  height: 4.86em;
  background: #fff;
  border: 1px solid currentColor;
  text-align: center;
  color: #413636;
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0;
  line-height: 1;
  font-size: min(1vw, 14px);
}
.o-hariki-sellTel .__text {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.o-hariki-sellTel .__tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-hariki-sellTel .__icon {
  color: #d5b96b;
}
.o-hariki-sellTel .__num {
  font-size: 1.43em;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-left: 0.25em;
  margin-bottom: 0.1em;
}

.hrk_o-rounded-tag {
  display: grid;
  place-items: center;
  padding-block: 5px;
  padding-inline: 12px;
  border-radius: 9999px;
  background-color: #fff;
  color: inherit;
  line-height: 1;
}
@media not all and (min-width: 960px) {
  .hrk_o-rounded-tag {
    font-size: 14px;
  }
}
@media all and (min-width: 960px) {
  .hrk_o-rounded-tag {
    padding-block: 12px;
    padding-inline: 24px;
  }
}

.hrk_o-rounded-tag.--filled-orange {
  background-color: #cc7d29;
  color: #fff;
}

.hrk_o-rounded-tag.--filled-light-brown {
  background-color: #bca461;
  color: #fff;
}

.hrk_o-rounded-tag:not([class*="--filled"]) {
  transition: background-color 0.3s ease, color 0.3s ease, font-weight 0.3s ease;
}
.hrk_o-rounded-tag:not([class*="--filled"]):hover, .hrk_o-rounded-tag:not([class*="--filled"]).is-active {
  background-color: #cc7d29;
  color: #fff;
  font-weight: bold;
}

.hrk_o-rounded-tag.--size_sm {
  padding-block: 4px;
  padding-inline: 12px;
  font-size: 14px;
}

.c-accordion {
  --opener_size: 24px;
}
@media all and (min-width: 960px) {
  .c-accordion {
    --opener_size: 50px;
  }
}

.c-accordion__summary {
  cursor: pointer;
  list-style: none;
}

.c-accordion__summary::-webkit-details-marker {
  display: none;
}

.c-accordion__body {
  display: grid;
  gap: 8px;
  padding-block: 14px;
  padding-inline: 20px;
}
.c-accordion__body:before {
  display: grid;
  place-items: center;
  width: var(--opener_size);
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  color: var(--accent_orange_color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
@media all and (min-width: 960px) {
  .c-accordion__body:before {
    font-size: 20px;
  }
}
@media not all and (min-width: 960px) {
  .c-accordion__body:before {
    grid-column: -1/1;
    grid-row: 1/2;
    justify-self: center;
  }
}
@media all and (min-width: 960px) {
  .c-accordion__body {
    padding: 10px;
    gap: 20px;
  }
}
@media not all and (min-width: 960px) {
  .c-accordion__body {
    grid-template-rows: auto auto;
  }
}

:where(.c-accordion__summary) .c-accordion__body {
  grid-template-columns: 1fr var(--opener_size);
  background-color: var(--accent_orange_color);
  border-radius: 8px;
}
@media all and (min-width: 960px) {
  :where(.c-accordion__summary) .c-accordion__body {
    grid-template-columns: var(--opener_size) 1fr var(--opener_size);
    align-items: center;
    border-radius: 9999px;
  }
}
:where(.c-accordion__summary) .c-accordion__body:before {
  content: "Q";
}

:where(.c-accordion__content) .c-accordion__body {
  grid-template-columns: 1fr;
  padding-block: 18px;
  border-bottom: 2px dotted #d1c8bd;
}
@media all and (min-width: 960px) {
  :where(.c-accordion__content) .c-accordion__body {
    grid-template-columns: var(--opener_size) 1fr;
    padding: 24px;
    padding-bottom: 32px;
  }
}
:where(.c-accordion__content) .c-accordion__body:before {
  content: "A";
  background-color: #74c5dc;
  color: #fff;
}

.c-accordion__title {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
@media all and (min-width: 960px) {
  .c-accordion__title {
    font-size: 24px;
  }
}

.c-accordion__icon {
  display: grid;
  grid-template: "icon";
  place-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
@media not all and (min-width: 960px) {
  .c-accordion__icon {
    margin-top: 2px;
  }
}
.c-accordion__icon:before, .c-accordion__icon:after {
  grid-area: icon;
  width: 14px;
  height: 2px;
  content: "";
  background-color: #fff;
  transform-origin: center;
}
.c-accordion__icon:before {
  rotate: -90deg;
  transform: scale(1);
  transition: var(--arz_transition_duration) var(--arz_transition_easing);
}

.is-opened .c-accordion__icon:before {
  transform: scale(0);
}

.c-accordion__content {
  overflow: hidden;
}

.c-accordion--pink .c-accordion__body:before {
  color: #f494bd;
}
.c-accordion--pink :where(.c-accordion__summary) .c-accordion__body {
  background-color: #f494bd;
}
.c-accordion--pink :where(.c-accordion__content) .c-accordion__body:before {
  background-color: #f494bd;
  color: #fff;
}

.c-accordion--blue .c-accordion__body:before {
  color: #74c5dc;
}
.c-accordion--blue :where(.c-accordion__summary) .c-accordion__body {
  background-color: #74c5dc;
}
.c-accordion--blue :where(.c-accordion__content) .c-accordion__body:before {
  background-color: #74c5dc;
  color: #fff;
}

.hrk_c-category-box {
  width: 100%;
  padding-top: 12px;
  padding-inline: 14px;
  padding-bottom: 24px;
  background-color: #fbf7eb;
}
@media all and (min-width: 960px) {
  .hrk_c-category-box {
    padding-top: 30px;
    padding-inline: 40px;
    padding-bottom: 40px;
  }
}

.hrk_c-category-box__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
@media all and (min-width: 960px) {
  .hrk_c-category-box__inner {
    grid-template-columns: auto 1fr;
    gap: 24px;
  }
}

.hrk_c-category-box__title {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #4d4032;
}
.hrk_c-category-box__title:after {
  content: "：";
}
@media not all and (min-width: 960px) {
  .hrk_c-category-box__title {
    font-size: 14px;
  }
}
@media all and (min-width: 960px) {
  .hrk_c-category-box__title {
    height: 40px;
  }
}

.hrk_c-category-box__body {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 10px;
}
@media all and (min-width: 960px) {
  .hrk_c-category-box__body {
    gap: 10px;
  }
}

.c-caution-block-wrapper > * + * {
  margin-top: min(6.6666666667vw, 50px);
}

.c-caution-block {
  --text-width: min(calc(100% * 666 / 980), 666px);
  --caution-color: #f39801;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  gap: min(5.3333333333vw, 40px);
  border-width: min(0.6666666667vw, 5px);
  border-style: solid;
  border-radius: min(2.4vw, 18px);
  background: #fff;
  padding: 8.7% 5.8%;
  border-color: var(--caution-color);
}

.c-caution-block--pink {
  --caution-color: #f494bd;
}
.c-caution-block--pink .c-caution-block__content .__title::before {
  background-image: url("../images/pages/icon_caution_pink.png");
}

.c-caution-block--blue {
  --caution-color: #5fb7d0;
}
.c-caution-block--blue .c-caution-block__content .__title::before {
  background-image: url("../images/pages/icon_caution_blue.png");
}

.c-caution-block__image {
  width: 68.5245901639%;
  margin-inline: auto;
}
.c-caution-block__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-inline: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.c-caution-block__content {
  letter-spacing: 0.02em;
}
.c-caution-block__content .hrk_o-rounded-tag {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: var(--caution-color);
  font-size: min(4.2666666667vw, 18px);
  margin-inline: auto;
}
.c-caution-block__content .__title {
  text-align: center;
  font-size: min(4.8vw, 24px);
  font-weight: bold;
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  position: relative;
}
.c-caution-block__content .__title::before {
  content: "";
  display: block;
  background-image: url("../images/pages/icon_caution_orange.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.25em;
  height: 1.25em;
  margin-inline: auto;
}
.c-caution-block__content .__desc {
  font-size: min(4.2666666667vw, 18px);
}

@media all and (min-width: 960px) {
  .c-caution-block {
    grid-template-columns: 1fr var(--text-width);
    padding: 5.4545454545% 3.6363636364%;
  }

  .c-caution-block:nth-child(even) {
    grid-template-columns: var(--text-width) 1fr;
  }

  .c-caution-block:nth-child(even) .c-caution-block__image {
    order: 2;
  }

  .c-caution-block__image {
    width: 100%;
  }

  .c-caution-block__content .hrk_o-rounded-tag {
    margin-left: 0;
  }
  .c-caution-block__content .__title {
    text-align: left;
    padding-left: 1.625em;
    position: relative;
  }
  .c-caution-block__content .__title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25em;
    height: 1.25em;
    margin-left: 0;
  }
  .c-caution-block__content .__desc {
    font-size: min(4.2666666667vw, 18px);
  }
}
.c-fixBtn {
  background: #4d4032;
  border: none;
  box-shadow: none;
  color: #fff;
  width: 60px;
  height: 60px;
  opacity: 1;
  line-height: 1;
}
.c-fixBtn .__icon {
  width: 27.5%;
  max-width: 25px;
}

#pagetop .c-fixBtn__label {
  margin-top: 6px;
  font-size: inherit;
  letter-spacing: 0.02em;
  font-size: 10px;
}

@media all and (min-width: 960px) {
  .c-fixBtn {
    width: 84px;
    height: 84px;
  }

  #pagetop .c-fixBtn__label {
    margin-top: 7px;
    font-size: 14px;
  }
}
.c-hariki-gnav {
  display: grid;
  grid-auto-flow: column;
}
.c-hariki-gnav > * + * {
  border-left: 1px solid #fff;
}

.c-hariki-headerBarLinkList {
  display: grid;
  grid-auto-flow: column;
  gap: 26px;
  line-height: 1;
  padding-bottom: 1px;
}

.c-sell-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: min(4vw, 15px);
  box-shadow: 0 0 15px rgba(221, 212, 168, 0.3);
  height: 100%;
  color: inherit;
  padding: 7% 9% 9%;
}
.c-sell-service .hrk_o-rounded-tag {
  background-color: #f39801;
  font-size: min(3.7333333333vw, 16px);
  width: -moz-fit-content;
  width: fit-content;
}

@media all and (min-width: 960px) {
  .c-sell-service {
    flex-direction: row;
    align-items: center;
    padding: 7% 7% 7% 2%;
    min-height: 300px;
  }
}
.c-sell-service__image {
  width: 89%;
}
.c-sell-service__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media all and (min-width: 960px) {
  .c-sell-service__image {
    width: 30%;
    flex-shrink: 0;
  }
  .c-sell-service__image img {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }
}
.c-sell-service__text .__title {
  text-align: center;
  font-size: min(6.4vw, 32px);
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.4;
}
.c-sell-service__text .__title::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(-45deg) translateY(-50%);
  vertical-align: middle;
  margin-left: 0.5em;
}
.c-sell-service__text .__desc {
  font-size: min(3.7333333333vw, 18px);
  letter-spacing: 0.02em;
  margin-top: 0.5em;
}
.c-sell-service__text .__tags {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media all and (min-width: 960px) {
  .c-sell-service__text .__title {
    text-align: left;
    line-height: 1.5;
    margin-top: 0;
  }
  .c-sell-service__text .__desc {
    line-height: 1.57;
    margin-top: 1em;
  }
  .c-sell-service__text .__tags {
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.c-sidebar-block {
  --gatter-x: 10px;
}
@media all and (min-width: 960px) {
  .c-sidebar-block {
    --gatter-x: 20px;
  }
}

.c-sidebar-block__ttl {
  width: 100%;
  padding-inline: var(--gatter-x);
  padding-block: 8px;
  background-color: #a4a09b;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media all and (min-width: 960px) {
  .c-sidebar-block__ttl {
    padding-block: 15px;
    font-size: 20px;
  }
}

.c-sidebar-block__body {
  padding: var(--gatter-x);
}

.c-sidebar-catlist > * + * {
  margin-top: 1em;
}

.c-sidebar-catlist__item {
  line-height: 1;
}
@media not all and (min-width: 960px) {
  .c-sidebar-catlist__item {
    font-size: 14px;
  }
}
.c-sidebar-catlist__item a {
  color: var(--color_text);
  transition: color 0.25s ease;
}
.c-sidebar-catlist__item a:hover {
  color: var(--color_link);
}

.c-top-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: min(4vw, 15px);
  box-shadow: 0 0 15px rgba(221, 212, 168, 0.3);
  height: 100%;
  color: inherit;
  padding: 7% 9% 9%;
}

@media all and (min-width: 960px) {
  .c-top-service {
    align-items: stretch;
    padding: 2% 7% 7%;
    min-height: 300px;
  }
}
.c-top-service__image {
  border-bottom: 1px solid #ebe6d7;
  width: 89%;
}
.c-top-service__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media all and (min-width: 960px) {
  .c-top-service__image {
    width: 100%;
  }
  .c-top-service__image img {
    max-width: 180px;
    margin-inline: auto;
  }
}
.c-top-service__text .__title {
  text-align: center;
  font-size: min(3.7333333333vw, 20px);
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-top: 1em;
  line-height: 1.4;
}
.c-top-service__text .__title.--tall {
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-top-service__text .__desc {
  font-size: min(3.2vw, 14px);
  letter-spacing: 0.04em;
  margin-top: 0.5em;
  line-height: 1.75;
}

@media all and (min-width: 960px) {
  .c-top-service__text .__title {
    line-height: 1.5;
  }
  .c-top-service__text .__desc {
    line-height: 1.57;
    margin-top: 1em;
  }
}
@media not all and (min-width: 960px) {
  .c-top-service__text .__title.--tall-pc {
    height: auto;
  }
}
.c-top-strength {
  margin-top: 1em;
}
.c-top-strength .__title {
  color: #f39801;
  font-weight: bold;
  font-size: min(4.2666666667vw, 24px);
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 1.375em;
}
.c-top-strength .__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  height: 1px;
  width: 0.875em;
  background-color: #f7d191;
}
.c-top-strength .__desc {
  font-size: min(3.7333333333vw, 20px);
  letter-spacing: 0.02em;
}

.hrk_colnmn-card {
  border: 1px solid #e4ddc8;
  color: inherit;
}

.hrk_colnmn-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 343/244;
  overflow: hidden;
}
.hrk_colnmn-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  will-change: transform;
  transition: transform 0.25s ease;
}

.hrk_colnmn-card:hover .hrk_colnmn-card__image img {
  transform: scale(1.06);
}

.hrk_colnmn-card__metas {
  padding-top: 10px;
  padding-inline: 14px;
}

.hrk_colnmn-card__metas-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}

.hrk_colnmn-card__metas-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hrk_colnmn-card__footing {
  padding-inline: 14px;
  padding-bottom: 24px;
}

.hrk_colnmn-card__footing-date {
  margin-bottom: 4px;
  text-align: right;
  color: #b2a99e;
}

.hrk_column-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(343px, 100%), 1fr));
  grid-template-rows: repeat(3, auto);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 40px;
}

.hrk_column-list-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 10px;
}

/**
 * フッター手前のCTAバナー
 * ページごとによって背景画像が違う
 */
.hrk_cta-banner {
  width: 100%;
  height: auto;
  min-height: 290px;
  background-image: var(--bgimage);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 56px;
  padding-inline: 32px;
  padding-bottom: 64px;
}

.hrk_cta-banner__text {
  text-align: center;
  color: var(--color_text);
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}

.hrk_cta-banner__button {
  width: 100%;
  max-width: 278px;
}

/* ページごとの背景設定 */
.hrk_cta-banner--column {
  --bgimage: url("..//images/common/article-cta.png");
}

.c-merit-block-wrapper > * + * {
  margin-top: 50px;
}
@media all and (min-width: 960px) {
  .c-merit-block-wrapper > * + * {
    margin-top: 100px;
  }
}

.c-merit-block {
  --image-width: min(calc(100% * 490 / 1366), 490px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media all and (min-width: 960px) {
  .c-merit-block {
    grid-template-columns: var(--image-width) 1fr;
    gap: 40px;
  }
}

@media not all and (min-width: 960px) {
  .c-merit-block:nth-child(odd) .c-merit-block__image {
    margin-left: calc(50% - 50vw);
  }

  .c-merit-block:nth-child(even) .c-merit-block__image {
    margin-right: calc(50% - 50vw);
  }
  .c-merit-block:nth-child(even) .c-merit-block__image img {
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
}
@media all and (min-width: 960px) {
  .c-merit-block:nth-child(odd) {
    margin-left: calc(50% - 50vw);
  }

  .c-merit-block:nth-child(even) {
    margin-right: calc(50% - 50vw);
    grid-template-columns: 1fr var(--image-width);
  }
}
.c-merit-block__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 490/360;
}
@media not all and (min-width: 960px) {
  .c-merit-block__image img {
    max-width: 680px;
  }
}

@media all and (min-width: 960px) {
  .c-merit-block:nth-child(even) .c-merit-block__image {
    order: 2;
  }
}
.c-merit-block__content {
  align-self: center;
}
.c-merit-block__content .hrk_o-rounded-tag {
  width: -moz-fit-content;
  width: fit-content;
}
.c-merit-block__content h3 {
  margin-bottom: 0.5em;
}
.c-merit-block__content a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media not all and (min-width: 960px) {
  .c-merit-block__content h3 {
    font-size: 24px;
  }
}

.hrk_page-faq-wrapper {
  padding-block: 20px;
  padding-inline: clamp(20px, 2.8985507246%, 40px);
  background-color: #fff;
  border-radius: 8px;
}
@media all and (min-width: 960px) {
  .hrk_page-faq-wrapper {
    padding-block: 56px;
    padding-inline: 6.5454545455%;
    border-radius: 30px;
  }
}
.hrk_page-faq-wrapper .c-accordion + .c-accordion {
  margin-top: 20px;
}
@media all and (min-width: 960px) {
  .hrk_page-faq-wrapper .c-accordion + .c-accordion {
    margin-top: 40px;
  }
}
.hrk_page-faq-wrapper + .hrk_page-faq-wrapper {
  margin-top: 64px;
}
.hrk_page-faq-wrapper .c-accordion__content .c-accordion__body a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hrk_pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 3em 0;
}
.hrk_pagination [class*=page-numbers] {
  box-shadow: revert;
  line-height: revert;
  display: grid;
  place-items: center;
  min-width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid var(--color_main);
  color: var(--color_text);
}
@media not all and (min-width: 960px) {
  .hrk_pagination [class*=page-numbers] {
    margin: 4px;
  }
}
@media all and (min-width: 960px) {
  .hrk_pagination [class*=page-numbers] {
    min-width: 42px;
    height: 42px;
    font-size: 18px;
  }
}
.hrk_pagination [class*=page-numbers].current, .hrk_pagination [class*=page-numbers]:not(.prev, .next):hover {
  background-color: var(--color_main);
  color: #fff;
}
.hrk_pagination [class*=page-numbers].prev, .hrk_pagination [class*=page-numbers].next {
  padding-inline: 8px;
  border-color: #a4a09b;
  background-color: #a4a09b;
  color: #fff;
}
@media all and (min-width: 960px) {
  .hrk_pagination [class*=page-numbers].prev, .hrk_pagination [class*=page-numbers].next {
    padding-inline: 14px;
  }
}

.hrk_post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.hrk_post-title {
  margin-bottom: 20px;
}

.hrk_post-title__date {
  color: #b2a99e;
  font-size: 12px;
}
@media all and (min-width: 960px) {
  .hrk_post-title__date {
    font-size: 14px;
  }
}

.hrk_post-title__title {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}

.hrk_related-list-ttl {
  margin-bottom: revert;
  border-left: revert;
  padding: revert;
  width: 100%;
  padding-block: 0.5em;
  padding-inline: 1em;
  background-color: #f8f4ee;
  line-height: 1.4;
  font-weight: bold;
}
@media all and (min-width: 960px) {
  .hrk_related-list-ttl {
    font-size: 20px;
  }
}

.hrk_related-list {
  display: revert;
  flex-wrap: revert;
  justify-content: revert;
}

.hrk_related-list-item {
  margin-top: 14px;
}
@media all and (min-width: 960px) {
  .hrk_related-list-item {
    margin-top: 20px;
  }
}

.hrk_related-list-item__inner {
  display: grid;
  grid-template-columns: 26.0869565217% 1fr;
  align-items: center;
  -moz-column-gap: 4.6376811594%;
       column-gap: 4.6376811594%;
  border: 1px solid #e4ddc8;
}
@media all and (min-width: 960px) {
  .hrk_related-list-item__inner {
    grid-template-columns: 168px 1fr;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}

.hrk_related-list-item .c-postThumb__figure {
  height: 100%;
}
.hrk_related-list-item .c-postThumb__figure:before {
  height: 100%;
  padding-top: revert;
}

.hrk_related-list-item__image {
  height: 100%;
}
.hrk_related-list-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hrk_related-list-item .p-postList__body {
  padding-block: min(32px, 4.2666666667vw);
}
@media all and (min-width: 960px) {
  .hrk_related-list-item .p-postList__body {
    padding-block: 20px;
  }
}

.hrk_related-list-item .p-postList__title {
  color: var(--color_text);
  font-weight: bold;
  transition: color 0.25s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hrk_related-list-item a:hover .p-postList__title {
  color: var(--color_link);
}

.hrk_related-list-item .o-hariki-button {
  min-width: revert;
  min-height: revert;
  font-size: revert;
  margin-top: 10px;
  padding-block: 10px;
  font-size: 12px;
  min-width: 140px;
  min-height: 28px;
  line-height: 1;
}
@media all and (min-width: 960px) {
  .hrk_related-list-item .o-hariki-button {
    font-size: 14px;
    min-width: 150px;
    min-height: 32px;
  }
}

/* column記事で使用する監修者情報 */
.hrk_single-author.wp-block-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 20px;
  background-color: #f8f4ee;
  border-radius: 8px;
}

@media not all and (min-width: 960px) {
  .hrk_single-author.wp-block-group {
    grid-row: 120px 1fr;
  }
}
@media all and (min-width: 960px) {
  .hrk_single-author.wp-block-group {
    grid-template-columns: 120px 1fr;
    gap: 40px;
    padding-block: 36px;
    padding-inline: 28px;
    border-radius: 8px;
  }
}
.hrk_single-author__image {
  align-self: center;
}

.hrk_single-author__ttl {
  line-height: 1.4;
}
.hrk_single-author__ttl > span {
  display: inline-block;
}

/* column記事で使用する汎用テーブル */
.hrk_single-base-table th {
  --swl-cell1-width: 267px;
  background-color: #f8f4ee;
}

/* column記事で使用する見出し */
/* 見出し2のデザイン[装飾無し]の場合のみ */
.post_content h2[class^=wp-block-heading] {
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  font-size: 18px;
  line-height: 1.5;
  /* 装飾の横線 */
}
.post_content h2[class^=wp-block-heading]:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: currentColor;
}

@media (min-width: 600px) {
  .post_content h2[class^=wp-block-heading] {
    font-size: 32px;
  }
}
/* 見出し3のデザイン[装飾無し]の場合のみ */
.post_content h3[class^=wp-block-heading] {
  width: 100%;
  padding-block: 0.5em;
  padding-inline: 1em;
  background-color: #f8f4ee;
  font-size: 16px;
}

@media (min-width: 600px) {
  .post_content h3[class^=wp-block-heading] {
    font-size: 20px;
  }
}
/* column記事で使用する記事まとめリスト */
.hrk_single-matome__ttl {
  position: relative;
  display: grid;
  place-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: -0.5em;
  margin-left: 0.5em;
  padding-block: 0.25em;
  padding-inline: 1.25em;
  border-radius: 9999px;
  background-color: var(--accent_orange_color);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media all and (min-width: 960px) {
  .hrk_single-matome__ttl {
    font-size: 16px;
  }
}
.hrk_single-matome__ttl:before {
  position: absolute;
  top: 100%;
  left: 40%;
  display: block;
  content: "";
  border-right: 10px solid transparent;
  border-top: 14px solid var(--accent_orange_color);
  border-left: 10px solid transparent;
}
@media not all and (min-width: 960px) {
  .hrk_single-matome__ttl:before {
    zoom: 0.8;
  }
}

.hrk_single-matome__list {
  list-style: none;
  padding-block: 1.5em;
  padding-inline: 1.25em;
  border-radius: 8px;
  background-color: #f8f4ee;
}
@media all and (min-width: 960px) {
  .hrk_single-matome__list {
    padding: 40px;
  }
}
.hrk_single-matome__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: 14px;
  font-weight: bold;
}
@media all and (min-width: 960px) {
  .hrk_single-matome__list li {
    -moz-column-gap: 12px;
         column-gap: 12px;
    font-size: 16px;
  }
}
.hrk_single-matome__list li:before {
  display: block;
  width: 16px;
  height: auto;
  aspect-ratio: 1;
  content: "";
  background-image: url("..//images/article/matome-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 960px) {
  .hrk_single-matome__list li:before {
    width: 24px;
  }
}
.hrk_single-matome__list li + li {
  margin-top: 0.5em;
}

/* column記事で使用する中丸リスト */
.hrk_nakamaru-list {
  list-style: none;
  padding: 1.25em;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
}
@media all and (min-width: 960px) {
  .hrk_nakamaru-list {
    padding: 32px;
  }
}

.hrk_nakamaru-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.hrk_nakamaru-list li:before {
  display: block;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  margin-top: calc((1lh - 12px) / 2);
  content: "";
  border-radius: 50%;
  border: 1px solid;
}

.hrk_nakamaru-list li + li {
  margin-top: 0.5em;
}

.c-step-list {
  list-style: none;
  width: 100%;
  counter-reset: step 0;
}

.c-step-list__item {
  counter-increment: step;
  margin-top: 20px;
}
@media all and (min-width: 960px) {
  .c-step-list__item {
    margin-top: 40px;
  }
}

.c-step-list__inner {
  display: grid;
  grid-template-columns: 21.1111111111% 1fr;
  align-items: center;
  gap: 40px;
  min-height: 50px;
}
@media all and (min-width: 960px) {
  .c-step-list__inner {
    grid-template-columns: 21.1111111111% 1fr;
    gap: 40px;
    min-height: 100px;
  }
}

.c-step-list.--contents-bg-filled .c-step-list__inner {
  gap: 0;
}

.c-step-list__label {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--accent_orange_color);
}
.c-step-list__label.--filled-blue {
  background-color: #74c5dc;
}
.c-step-list__label:before {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: inherit;
}
@media all and (min-width: 960px) {
  .c-step-list__label:before {
    height: 20px;
  }
}
.c-step-list__label span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.c-step-list__label span:before {
  content: "STEP";
  font-size: 10px;
}
@media all and (min-width: 960px) {
  .c-step-list__label span:before {
    font-size: 16px;
  }
}
.c-step-list__label span:after {
  content: counter(step, decimal-leading-zero);
  font-size: 18px;
}
@media all and (min-width: 960px) {
  .c-step-list__label span:after {
    font-size: 36px;
  }
}

.c-step-list__contents {
  width: 100%;
  height: 100%;
}

.c-step-list.--contents-bg-filled .c-step-list__contents {
  padding-inline: 16px;
  background-color: #fff;
}
@media all and (min-width: 960px) {
  .c-step-list.--contents-bg-filled .c-step-list__contents {
    padding-inline: 40px;
  }
}

.t-hariki-menuHead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #cc7d29;
  margin-bottom: 25px;
}

.t-hariki-menuHead a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 90px;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
}

.t-hariki-menuHead a img {
  display: block;
  margin-inline: auto;
  margin-bottom: 8px;
}

.t-hariki-menuHead a.__tell {
  background: #fbf7ea;
  color: #cc7d29;
}

.t-hariki-menuHead a.__form {
  background: #cc7d29;
  color: #fff;
}

.t-page-otherFaq {
  position: relative;
  min-height: min(66.6666666667vw, 500px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.t-page-otherFaq__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.t-page-otherFaq__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 70%;
     object-position: 70%;
}

.t-page-otherFaq__content {
  text-align: center;
}
.t-page-otherFaq__content .__text {
  font-weight: bold;
  line-height: 1.52;
  font-size: min(6.1333333333vw, 46px);
  margin-bottom: 0.87em;
}
.t-page-otherFaq__content .__text span {
  display: inline-block;
}

.t-sell-service__list {
  display: grid;
  gap: min(10.6666666667vw, 40px);
}

@media all and (min-width: 960px) {
  .t-sell-service__list > *:nth-child(even) .c-sell-service {
    flex-direction: row-reverse;
    padding: 7% 2% 7% 7%;
  }
}
.t-sell-service__section {
  margin-top: min(10.6666666667vw, 80px);
}

.t-top-column {
  padding-top: min(6.6666666667%, 50px);
}
.t-top-column .o-hariki-heading {
  text-align: center;
  margin-bottom: min(5.3333333333%, 40px);
}
.t-top-column .swiper-button-next, .t-top-column .swiper-button-prev {
  background: #cc7d29;
  height: 30px;
  width: 30px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
}
.t-top-column .swiper-button-next:after, .t-top-column .swiper-button-prev:after {
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
}
.t-top-column .swiper-button-prev {
  left: 11vw;
}
.t-top-column .swiper-button-prev:after {
  left: 2px;
}
.t-top-column .swiper-button-next {
  right: 11vw;
}
.t-top-column .swiper-button-next:after {
  right: 2px;
}
.t-top-column .swiper-button-disabled {
  display: none;
}

.t-top-column__button {
  text-align: center;
  margin-top: min(8%, 40px);
}

.t-top-column__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
}

@media all and (min-width: 640px) {
  .t-top-column .swiper-button-prev {
    left: 26.5vw;
  }
  .t-top-column .swiper-button-next {
    right: 26.5vw;
  }
}
@media all and (min-width: 960px) {
  .t-top-column .swiper-button-prev, .t-top-column .swiper-button-next {
    display: none;
  }

  .t-top-column__list {
    width: calc(100% - 80px);
    gap: 35px;
  }
}
.t-top-company {
  position: relative;
  padding-top: 12%;
  padding-bottom: 26.6666666667%;
  text-align: center;
  z-index: 1;
  color: #fff;
  letter-spacing: 0.02em;
}
.t-top-company::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -13.3333333333vw;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/top-company_bg_sp.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}

.t-top-company__title {
  font-size: min(6.4vw, 46px);
  font-weight: bold;
  letter-spacing: 0.02em;
}

.t-top-company__desc {
  font-size: min(4.2666666667vw, 20px);
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: left;
}

@media all and (min-width: 960px) {
  .t-top-company {
    padding-top: 6.588579795%;
    padding-bottom: 18.3016105417%;
  }
  .t-top-company::before {
    top: -16vw;
    background-image: url("../images/top-company_bg.png");
    background-size: cover;
  }

  .t-top-company__desc {
    text-align: center;
  }
}
.t-top-fv {
  position: relative;
  z-index: 2;
  height: 95.7333333333vw;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 50% 100%, 0% 94%);
}

.t-top-fv__bg {
  position: absolute;
  width: 100%;
  top: -2vw;
  bottom: -9vw;
  z-index: -1;
}
.t-top-fv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 77%;
     object-position: 77%;
}

@media all and (min-width: 960px) {
  .t-top-fv {
    height: 55.3440702782vw;
    max-height: 800px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 91.5%, 50% 100%, 0% 91.5%);
  }

  .t-top-fv__bg {
    top: -4.39238653vw;
    bottom: 0;
  }
}
.t-top-fv__content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.t-top-fv__content img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1366px;
  -o-object-fit: contain;
     object-fit: contain;
}

.t-top-letter {
  position: relative;
  padding-top: 9.3333333333%;
}
.t-top-letter::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4.6666666667vw;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/top-letter_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.t-top-letter__image {
  position: relative;
  width: 100%;
  max-width: 882px;
  margin-inline: auto;
}
.t-top-letter__image img {
  display: block;
}

.t-top-letter__button {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 75%;
}

@media all and (min-width: 640px) {
  .t-top-letter {
    padding-top: 0;
  }
  .t-top-letter::before {
    top: -7.3206442167vw;
  }

  .t-top-letter__button {
    top: 63%;
  }
}
.t-top-service {
  position: relative;
  padding-bottom: 24%;
}
.t-top-service::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(-4em - 6vw);
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/top-service_bg_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media all and (min-width: 960px) {
  .t-top-service {
    padding-top: 1.4641288433%;
    padding-bottom: 11.7130307467%;
  }
  .t-top-service::before {
    background-image: url("../images/top-service_bg.jpg");
    top: calc(-4em - 4vw);
  }
}
.t-top-service__lead {
  font-size: min(4.2666666667vw, 20px);
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-top: 1em;
  margin-bottom: 2em;
}

@media all and (min-width: 960px) {
  .t-top-service__lead {
    line-height: 1.9;
    text-align: center;
    max-width: 1100px;
    margin-inline: auto;
  }
}
.t-top-service__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 10px;
  justify-content: center;
  margin-top: min(5.3333333333vw, 40px);
}

@media all and (min-width: 960px) {
  .t-top-service__list {
    grid-template-columns: repeat(auto-fit, 23.3125%);
    gap: 2.25%;
  }
}
.t-top-service__section {
  margin-top: min(10.6666666667vw, 80px);
}

.t-top-strengths {
  position: relative;
  padding-bottom: 13.3333333333%;
  z-index: 2;
}
.t-top-strengths::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 14.9333333333vw;
  bottom: 100%;
  left: 0;
  right: 0;
  background-image: url("../images/top-strengths_bg_top_sp.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}
.t-top-strengths::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 13.3333333333vw;
  background-image: url("../images/top-strengths_bg_bottom_sp.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}

@media all and (min-width: 960px) {
  .t-top-strengths {
    padding-top: 2.196193265%;
    padding-bottom: 11.7130307467%;
  }
  .t-top-strengths::before {
    height: 7.3206442167vw;
    background-image: url("../images/top-strengths_bg_top.png");
  }
  .t-top-strengths::after {
    height: 11.7130307467vw;
    background-image: url("../images/top-strengths_bg_bottom.png");
  }
}
.t-top-strengths__inner {
  background-color: #fff;
}

.t-top-strengths__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media all and (min-width: 960px) {
  .t-top-strengths__layout {
    flex-direction: row;
    justify-content: space-between;
  }
}
.t-top-strengths__image {
  width: 76.8115942029%;
  margin-bottom: 1em;
}
.t-top-strengths__image img {
  display: block;
}

.t-top-strengths__text {
  display: contents;
}
.t-top-strengths__text .o-hariki-heading {
  order: -1;
  margin-bottom: 20px;
}
.t-top-strengths__text .o-hariki-button {
  margin-top: min(9.3333333333vw, 70px);
}

@media all and (min-width: 960px) {
  .t-top-strengths__image {
    width: 44.1666666667%;
  }

  .t-top-strengths__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50.8333333333%;
  }
  .t-top-strengths__text .o-hariki-heading {
    order: initial;
  }
}
.t-top-voice {
  padding-top: min(13.3333333333%, 100px);
  padding-bottom: min(6.6666666667%, 50px);
}
.t-top-voice .o-hariki-heading {
  text-align: center;
}

.t-top-voice__box {
  background-color: #fbf9f4;
  border-radius: min(4vw, 30px);
  margin-top: min(5.3333333333vw, 40px);
  padding: min(5.3333333333vw, 40px);
}

@media all and (min-width: 960px) {
  .l-footer .copyright {
    font-size: 14px;
  }
}
.l-footer__foot {
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}

@media all and (min-width: 960px) {
  .l-footer__foot {
    padding-bottom: 0.625em;
    padding-top: 0.625em;
  }
}
.l-hariki-headerNews {
  overflow: hidden;
  background: #fff;
  text-align: center;
  line-height: 22px;
  padding: 0.7em;
  position: relative;
}
.l-hariki-headerNews .__link:hover .__title {
  color: #cc7d29;
}
.l-hariki-headerNews .__link::after {
  content: "";
  display: inline-block;
  margin-left: 0.9em;
  width: 1.375em;
  height: 1.375em;
  border-radius: 50%;
  background-color: #cc7d29;
  background-image: url("../images/icon_arrow_white.png");
  background-size: 0.3125em 0.5625em;
  background-position: 52% 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.l-hariki-headerNews .__time {
  display: inline-block;
  color: #413636;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
.l-hariki-headerNews .__title {
  color: #4d4032;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-left: 2.75em;
  transition: color 0.3s;
  display: inline-block;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

@media not all and (min-width: 640px) {
  .l-hariki-headerNews .__title {
    margin-left: 1em;
    max-width: 62%;
  }
}
.l-hariki-floatedBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: min(24.5333333333vw, 184px);
  background: #4d4032;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-hariki-floatedBanner a {
  display: block;
  height: 78.3783783784%;
}
.l-hariki-floatedBanner a img {
  height: 100%;
  width: auto;
}

.l-hariki-floatedBanner-spacer {
  height: min(24.5333333333vw, 184px);
}

@media all and (min-width: 960px) {
  .l-hariki-floatedBanner, .l-hariki-floatedBanner-spacer {
    display: none;
  }
}
.l-hariki-footerContact {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fbf7ea;
  padding-top: 60px;
  padding-bottom: 40px;
}

.l-hariki-fotoerContact__inner {
  width: calc(100% - 35px);
  margin-left: auto;
  margin-right: auto;
}

.l-hariki-footerContact__tel {
  margin-top: min(4vw, 50px);
  text-align: center;
  line-height: 1;
}
.l-hariki-footerContact__tel .__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.l-hariki-footerContact__tel .__icon {
  color: #cc7d29;
  width: min(8.5333333333vw, 64px);
}
.l-hariki-footerContact__tel .__icon svg {
  width: 100%;
  height: auto;
}
.l-hariki-footerContact__tel .__num {
  color: #cc7d29;
  font-size: min(9.0666666667vw, 68px);
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-left: 0.25em;
  margin-bottom: 0.1em;
}

.l-hariki-footerContact__time {
  font-size: min(3.2vw, 18px);
  text-align: center;
  letter-spacing: 0.02em;
  padding: 0.6em 0;
}
.l-hariki-footerContact__time .__title {
  display: inline-block;
  position: relative;
}
.l-hariki-footerContact__time .__title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 0.9em;
  background: #bab08e;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.1em;
}

.l-hariki-footerContact__box {
  background: #fff;
  color: #807264;
  font-size: min(3.2vw, 14px);
  border-radius: 999px;
  padding: 1.5em;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.02em;
  border-radius: 0.8em;
  line-height: 1.75;
}

@media all and (min-width: 960px) {
  .l-hariki-footerContact__box {
    border-radius: 999px;
    padding: 0.8em 3em;
  }
}
.l-hariki-footerForm {
  position: relative;
  min-height: min(80vw, 460px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-hariki-footerForm__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.l-hariki-footerForm__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-hariki-footerForm__content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: grid;
  gap: min(2.6666666667vw, 20px);
  align-items: center;
  justify-content: center;
}
.l-hariki-footerForm__content .__icon {
  width: min(9.3333333333vw, 50px);
}
.l-hariki-footerForm__content .__small {
  font-size: min(3.7333333333vw, 20px);
  letter-spacing: 0.02em;
}
.l-hariki-footerForm__content .__small::before, .l-hariki-footerForm__content .__small::after {
  display: inline-block;
  vertical-align: middle;
  width: 0.9em;
  height: 1px;
  content: "";
  background: #fff;
  margin: 0 0.5em;
}
.l-hariki-footerForm__content .__small::before {
  transform: rotate(60deg);
}
.l-hariki-footerForm__content .__small::after {
  transform: rotate(120deg);
}
.l-hariki-footerForm__content .__large {
  font-size: min(5.6vw, 34px);
  font-weight: bold;
  letter-spacing: 0.02em;
}

@media not all and (min-width: 960px) {
  .l-hariki-footerForm .o-hariki-button {
    margin-top: 10px;
  }
}
.l-hariki-footerMap {
  position: relative;
}
.l-hariki-footerMap iframe {
  display: block;
  width: 100%;
  height: min(80vw, 525px);
}
.l-hariki-footerMap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dbc8a8;
  mix-blend-mode: hue;
  pointer-events: none;
  opacity: 0.8;
}

.l-hariki-footerNav {
  background: #fbf7ea;
  color: #4d4032;
  padding-top: 6px;
  padding-bottom: 31px;
}
.l-hariki-footerNav a {
  color: inherit;
  transition: color 0.3s;
}
.l-hariki-footerNav a:hover {
  color: #cc7d29;
}

.l-hariki-footerNav__inner {
  position: relative;
  width: calc(100% - 70px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.l-hariki-footerNav__list a {
  display: inline-block;
  padding: 0.2em 0;
}
.l-hariki-footerNav__list .__child {
  padding-left: 20px;
  position: relative;
}
.l-hariki-footerNav__list .__child::before {
  position: absolute;
  content: "";
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 7px;
  background: #bab08e;
}
.l-hariki-footerNav__list .__large {
  font-size: min(4.2666666667vw, 18px);
  font-weight: bold;
  letter-spacing: 0.02em;
  display: block;
  margin-top: 2em;
  margin-bottom: 0.4em;
}
.l-hariki-footerNav__list .__large span {
  display: inline-block;
}
.l-hariki-footerNav__list .__small {
  font-size: 14px;
  letter-spacing: 0.02em;
  display: inline-block;
  margin: 0.2em 0;
}

.l-hariki-footerNav__info {
  margin-top: 50px;
  font-size: min(3.2vw, 14px);
  letter-spacing: 0.02em;
  line-height: 1.75;
  display: grid;
  gap: 20px;
}
.l-hariki-footerNav__info .__logo {
  font-size: min(3.7333333333vw, 16px);
  letter-spacing: 0.02em;
}
.l-hariki-footerNav__info .__note {
  color: #807264;
}
.l-hariki-footerNav__info .__sns {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: max-content;
  gap: 10px;
}

@media all and (min-width: 640px) and (max-width: 959px) {
  .l-hariki-footerNav__inner {
    display: flex;
    flex-wrap: wrap;
  }

  .l-hariki-footerNav__list:not(.--sub) {
    display: contents;
  }

  .l-hariki-footerNav__list:not(.--sub) > li {
    flex: 0 0 50%;
  }

  .l-hariki-footerNav__info {
    flex: 0 0 100%;
  }
}
@media all and (min-width: 960px) {
  .l-hariki-footerNav {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .l-hariki-footerNav__inner {
    display: grid;
    grid-template-columns: 1fr 61.2%;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 30px;
    align-items: flex-start;
  }

  .l-hariki-footerNav__info {
    margin-top: 0;
    order: -1;
  }
  .l-hariki-footerNav__info .__note {
    color: #807264;
    font-size: 86%;
  }

  .l-hariki-footerNav__list {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    gap: 10px;
  }
  .l-hariki-footerNav__list .__large {
    margin-top: 0;
  }

  .l-hariki-footerNav__list.--sub {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 43px;
    grid-column: span 2;
    justify-self: end;
    padding-right: 55px;
  }
  .l-hariki-footerNav__list.--sub .__large {
    margin-bottom: 0;
  }
}
.l-hariki-mainContent {
  width: 100%;
}

.l-hariki-mainContent--full {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}

.l-header {
  position: sticky;
  top: 0;
}

.l-header__bar .c-catchphrase {
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 0.4em 0;
  width: 100%;
  white-space: normal;
}

@media (min-width: 960px) {
  .l-header__bar .c-catchphrase {
    font-size: 14px;
    padding: 0.54em 0;
    width: 50%;
    white-space: nowrap;
  }
}
.l-header__barInner {
  max-width: 1366px;
  padding-left: 4.6666666667%;
  padding-right: 4.6666666667%;
}

@media (min-width: 960px) {
  .l-header__barInner {
    max-width: 1366px;
    padding-left: 1.6837481698%;
    padding-right: 2.7086383602%;
  }
}
.l-header__inner {
  height: 69px;
  padding-left: 4.2666666667%;
  padding-right: 4.2666666667%;
}

@media (min-width: 960px) {
  .-series .l-header__inner {
    height: 100px;
    align-items: center;
    max-width: 1366px;
    padding-left: 2.4158125915%;
    padding-right: 2.7086383602%;
  }
}
@media not all and (min-width: 960px) {
  .-img .c-headLogo__link {
    padding: 8px 0;
  }
}
@media not all and (min-width: 960px) {
  .l-header__logo {
    padding: 0;
  }
}
.l-header__menuBtn {
  margin-left: 8px;
}

.c-iconBtn {
  background: #fff;
  border-radius: 3px;
  color: #754a1c;
}

.c-iconBtn__label {
  transform: scale(0.8);
}

.icon-menu-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.icon-menu-thin:before {
  font-size: 30px;
}

.akiya-intro {
  width: 96.3768115942%;
  margin-right: -3%;
  margin-left: auto;
  margin-bottom: -100px;
}

@media all and (min-width: 960px) {
  .akiya-intro {
    width: 100%;
    max-width: 1131px;
    margin-bottom: -170px;
    margin-left: auto;
    margin-right: auto;
  }
}
.akiya-houchi {
  transition: 0.3s;
  color: #fff;
  background-color: #343537;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.akiya-houchi .o-hariki-heading .__ja {
  color: inherit;
  letter-spacing: 0.02em;
  font-size: min(6.1333333333vw, 46px);
}
.akiya-houchi .o-hariki-heading .__large {
  font-size: min(9.6vw, 72px);
}
.akiya-houchi::before {
  content: "";
  position: absolute;
  top: -9.3333333333vw;
  bottom: -12vw;
  left: 0;
  right: 0;
  background-image: url("../images/pages/akiya-bg_sp.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.akiya-houchi img {
  width: 88.4057971014%;
  max-width: 610px;
  display: block;
  margin-inline: auto;
  margin-block: 20px;
}

@media not all and (min-width: 640px) {
  .akiya-houchi:not(.is-hidden)::before {
    background-image: linear-gradient(to bottom, transparent 0, transparent 100vw, #343537 110vw, #343537 100%), url("../images/pages/akiya-bg_sp.png");
  }
  .akiya-houchi.is-hidden {
    background-color: transparent;
    position: relative;
  }
  .akiya-houchi.is-hidden .akiya-houchi__content {
    height: 101.7333333333vw;
    overflow: hidden;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  }
  .akiya-houchi.is-hidden .__readmore {
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    z-index: 1;
  }
}
.akiya-houchi-before {
  padding-bottom: 18.6666666667vw;
}

.akiya-houchi-after {
  padding-top: 26.6666666667vw;
}

.akiya-houchi__content {
  transition: 0.3s;
  position: relative;
  z-index: 1;
  color: #fff;
  min-height: 101.7333333333vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-block: 9.3333333333%;
}

@media all and (min-width: 960px) {
  .akiya-houchi::before {
    top: -8.78477306vw;
    bottom: -6.588579795vw;
    background-image: url("../images/pages/akiya-bg.png");
  }
  .akiya-houchi img {
    width: 100%;
    max-width: 1031px;
    margin-block: 40px;
  }

  .akiya-houchi__content {
    min-height: 73.6456808199vw;
    padding-block: 0;
    justify-content: center;
  }

  .akiya-houchi-before {
    padding-bottom: 14.6412884334vw;
  }

  .akiya-houchi-after {
    padding-top: 13.17715959vw;
  }
}
.shakuchi-table.--adjust {
  --cell-height: 120px;
}
.shakuchi-table.--adjust .shakuchi-table__heading {
  line-height: 1.3;
  text-align: center;
  height: 3.5em;
}
.shakuchi-table.--adjust .shakuchi-table__heading small {
  font-size: 75%;
}
.shakuchi-table.--adjust .shakuchi-table__td {
  text-align: left;
}

@media all and (min-width: 960px) {
  .shakuchi-table.--adjust {
    --cell-height: 140px;
  }
}
.chintai-intro {
  width: 98.6956521739%;
  max-width: 681px;
  margin-right: -4%;
  margin-left: auto;
  margin-bottom: -100px;
}

@media all and (min-width: 960px) {
  .chintai-intro {
    width: 100%;
    max-width: 1086px;
    margin-bottom: -170px;
    margin-left: auto;
    margin-right: auto;
  }
}
.shakuchi-table.--chintai {
  --cell-height: 120px;
}
.shakuchi-table.--chintai .shakuchi-table__heading.--empty {
  border: none;
}
.shakuchi-table.--chintai .shakuchi-table__body .shakuchi-table__td {
  background-color: #fff !important;
}

.shakuchi-pattern-hosoku.--chintai .shakuchi-pattern-hosoku__head {
  background: linear-gradient(to bottom, transparent 50%, white 50%);
}

@media all and (min-width: 960px) {
  .shakuchi-table.--chintai {
    --cell-height: 140px;
  }
}
.chintai-section {
  padding: 0 !important;
  margin: 0 !important;
}
.chintai-section img {
  display: block;
}

.company-intro__ttl {
  padding-top: 32px;
  padding-bottom: 16px;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}
@media all and (min-width: 960px) {
  .company-intro__ttl {
    padding-top: 48px;
    padding-bottom: 28px;
    font-size: 32px;
  }
}
.company-intro__ttl span {
  display: inline-block;
}

.company-appeal-before {
  padding-bottom: calc(45px + 10.6666666667vw);
}
@media all and (min-width: 960px) {
  .company-appeal-before {
    padding-bottom: calc(90px + 6.588579795vw);
  }
}

.company-appeal {
  margin-top: -10.6666666667vw;
  background-color: transparent;
  background-image: url("../images/pages/company-appeal-sp.png");
  background-image: url("../images/pages/company-appeal-sp-hastext.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 187.7333333333vw;
}
@media all and (min-width: 960px) {
  .company-appeal {
    margin-top: -6.588579795vw;
    background-image: url("../images/pages/company-appeal.png");
    background-image: url("../images/pages/company-appeal-hastext.png");
    height: 82.9428989751vw;
  }
}

.company-history {
  --gatter-y: 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 18px;
       column-gap: 18px;
  width: 100%;
}
@media all and (min-width: 960px) {
  .company-history {
    --gatter-y: 40px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}

.company-history__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  grid-template-rows: 1fr;
}

.company-history__head {
  display: grid;
  grid-template-columns: 1fr 12px;
  gap: 10px;
  align-items: center;
}
@media all and (min-width: 960px) {
  .company-history__head {
    grid-template-columns: 1fr 26px;
    gap: 28px;
  }
}
.company-history__head:before {
  position: relative;
  grid-row: -1/1;
  grid-column: 2/3;
  justify-self: center;
  width: 19.2307692308%;
  height: 100%;
  content: "";
  background-color: #e4dcd4;
}
.company-history__head:after {
  align-self: start;
  margin-top: 6.25px;
  z-index: 1;
  position: relative;
  grid-row: -1/1;
  grid-column: 2/3;
  justify-self: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background-color: #cc7d29;
}
@media all and (min-width: 960px) {
  .company-history__head:after {
    margin-top: 27.25px;
  }
}

.company-history__head-year {
  align-self: start;
  font-size: 14px;
  font-weight: bold;
}
@media all and (min-width: 960px) {
  .company-history__head-year {
    font-size: 46px;
  }
}
.company-history__head-year:has(.__current) {
  position: relative;
}
.company-history__head-year .__current {
  position: absolute;
  top: calc(100% - 0.4em);
  right: 0;
  font-size: 10px;
}
@media all and (min-width: 960px) {
  .company-history__head-year .__current {
    font-size: 24px;
  }
}

.company-history__body {
  position: relative;
}
.company-history__body:before {
  position: absolute;
  top: 0;
  right: 100%;
  content: "";
  border-top: 8px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 8px solid transparent;
  margin-top: 4.25px;
}
@media all and (min-width: 960px) {
  .company-history__body:before {
    margin-top: 25.25px;
    border-width: 15px 30px 15px 0;
  }
}

.company-history__item:not(:last-child) .company-history__body {
  padding-bottom: 32px;
}
@media all and (min-width: 960px) {
  .company-history__item:not(:last-child) .company-history__body {
    padding-bottom: 60px;
  }
}

.company-history__body-inner {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -11px;
  padding: var(--gatter-y);
  padding-right: calc(1.2 * var(--gatter-y));
  background-color: #fff;
  border-radius: 9px;
}
@media all and (min-width: 960px) {
  .company-history__body-inner {
    margin-top: -20px;
    border-radius: 18px;
  }
}

.company-history__body-text {
  font-size: 12px;
}
@media all and (min-width: 960px) {
  .company-history__body-text {
    font-size: 20px;
  }
}

.company-history__body-img {
  display: inline-block;
  margin-top: 10px;
}
@media all and (min-width: 960px) {
  .company-history__body-img {
    margin-top: 16px;
  }
}

.company-award-before {
  padding-bottom: calc(45px + 10.6666666667vw);
}
@media all and (min-width: 960px) {
  .company-award-before {
    padding-bottom: calc(90px + 6.588579795vw);
  }
}

.company-award {
  margin-top: -10.6666666667vw;
  padding-bottom: 20vw;
  background-color: transparent;
  background-image: url("../images/pages/company-award-sp.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 202.1333333333vw;
  overflow: hidden;
}
@media all and (min-width: 960px) {
  .company-award {
    margin-top: -6.588579795vw;
    padding-bottom: 16.4670658683vw;
    background-image: url("../images/pages/company-award.png");
    height: 117.9355783309vw;
  }
}
.company-award > *, .company-award .company-award__inner {
  height: 100%;
}

.company-award__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  padding-top: 10.6666666667vw;
}
@media all and (min-width: 960px) {
  .company-award__inner {
    width: min(710px, 53.1437125749vw);
    margin-right: 0;
    margin-left: auto;
    padding-top: 9.880239521vw;
  }
}

.company-award__intro {
  color: #fff;
}

.company-award__intro-ttl {
  margin-bottom: 14px;
}
@media all and (min-width: 960px) {
  .company-award__intro-ttl {
    margin-bottom: 40px;
  }
}
.company-award__intro-ttl img {
  width: 100%;
  max-width: 685px;
}

.company-award__intro-copy {
  margin-bottom: 0.5em;
  font-size: 20px;
  font-weight: bold;
}
@media all and (min-width: 960px) {
  .company-award__intro-copy {
    margin-bottom: 1em;
    font-size: 32px;
  }
  .company-award__intro-copy:before {
    content: "―";
    font-size: 24px;
    vertical-align: middle;
    padding-right: 0.5em;
  }
  .company-award__intro-copy br {
    display: none;
  }
}

.company-award__intro-text {
  margin-bottom: 1.5em;
  font-size: 14px;
}
@media all and (min-width: 960px) {
  .company-award__intro-text {
    font-size: 20px;
    margin-bottom: 2.4em;
  }
}

.company-award__intro-awardttl {
  width: min(250px, 33.3333333333vw);
  margin-inline: auto;
  margin-bottom: 8px;
}
@media all and (min-width: 960px) {
  .company-award__intro-awardttl {
    margin-bottom: 16px;
  }
}
.company-award__intro-awardttl img {
  width: 100%;
}

.company-award__list {
  min-height: 0;
  overflow-y: auto;
  color: #fff;
}
.company-award__list table {
  width: 100%;
}

.company-award__list table th, .company-award__list table td {
  border: solid #555555;
  border-width: 1px 0 1px 0;
  padding-block: 10px;
}
@media all and (min-width: 960px) {
  .company-award__list table th, .company-award__list table td {
    padding-block: 20px;
  }
}
.company-award__list table th {
  padding-right: 8px;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
@media all and (min-width: 960px) {
  .company-award__list table th {
    padding-right: 1em;
    font-size: 24px;
  }
}

.company-award__list-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
}
@media all and (min-width: 960px) {
  .company-award__list-inner {
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 16px;
  }
}

.company-award__list-item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  grid-template-rows: 1fr;
}

.company-award__list-item-tag {
  align-self: start;
  padding-inline: 8px;
  border-radius: 9999px;
  background-color: #b59e58;
  font-size: 10px;
  line-height: 1.5;
}
@media all and (min-width: 960px) {
  .company-award__list-item-tag {
    padding-inline: 16px;
    font-size: 18px;
    line-height: 1.6666;
  }
}
.company-award__list-item-tag.--outlined {
  border: 1px solid #b59e58;
  background-color: transparent;
  color: #b59e58;
}
@media all and (min-width: 960px) {
  .company-award__list-item-tag.--outlined {
    border-width: 2px;
  }
}

.company-award__list-item-detail {
  padding-top: 2px;
  font-size: 12px;
  font-weight: bold;
  margin-block: calc((1em - 1lh) / 2);
}
@media all and (min-width: 960px) {
  .company-award__list-item-detail {
    padding-top: 4px;
    font-size: 20px;
  }
}

.company-table {
  width: 100%;
}
.company-table th, .company-table td {
  padding-block: 8px;
  border: solid #e4ded7;
  border-width: 1px 0 0 0;
}
@media all and (min-width: 960px) {
  .company-table th, .company-table td {
    padding-block: 16px;
  }
}
.company-table tr:last-child() th, .company-table tr:last-child() td {
  border-width: 1px 0 1px 0;
}
.company-table th {
  background-color: #fbf7ea;
  white-space: nowrap;
  padding-inline: 16px;
  text-align: left;
  letter-spacing: 0.08em;
}
@media all and (min-width: 960px) {
  .company-table th {
    width: 245px;
    padding-inline: 24px;
  }
}
.company-table td {
  padding-inline: 20px;
}
@media all and (min-width: 960px) {
  .company-table td {
    padding-inline: 40px;
  }
}

.difference-intro {
  margin-bottom: 40px;
}

@media not all and (min-width: 960px) {
  .difference-intro__image .__pc {
    display: none;
  }
}
@media all and (min-width: 960px) {
  .difference-intro__image .__sp {
    display: none;
  }
}
.difference-intro__image .__sp picture {
  display: block;
}
.difference-intro__image .__sp > * + * {
  margin-top: 10px;
}
.difference-intro__image .__sp :nth-child(1) {
  width: 100%;
}
.difference-intro__image .__sp :nth-child(2) {
  width: 66.0416666667%;
  margin-inline: auto;
}
.difference-intro__image p {
  margin-top: 0.5em;
}

.difference-intro__block {
  margin-top: 24px;
}

.difference-intro__heading {
  font-weight: bold;
  color: var(--accent_pink);
}
.difference-intro__heading.--blue {
  color: var(--accent_blue);
}

.difference-table {
  margin-top: 56px;
}
.difference-table.--width-small {
  max-width: 900px;
  margin-inline: auto;
}

.difference-choice {
  margin-top: 12px;
  padding-block: 14px;
  padding-inline: 20px;
  border: 4px solid var(--color);
  border-radius: 11px;
  background-color: #fff;
}
@media all and (min-width: 960px) {
  .difference-choice {
    margin-top: 24px;
    padding-block: 28px;
    padding-inline: 40px;
  }
}
@media all and (min-width: 960px) {
  .difference-choice {
    border-width: 8px;
    border-radius: 22px;
  }
}
.difference-choice.--color-pink {
  --color: var(--accent_pink);
}
.difference-choice.--color-blue {
  --color: var(--accent_blue);
}
.difference-choice.--color-orange {
  --color: var(--accent_orange_color);
}

.difference-choice__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: dotted 3px var(--color);
}
@media all and (min-width: 960px) {
  .difference-choice__ttl {
    border-bottom-width: 4px;
  }
}
.difference-choice__ttl em {
  color: var(--color);
}

.difference-choice__list {
  margin-top: 24px;
  list-style: none;
}
@media all and (min-width: 960px) {
  .difference-choice__list {
    margin-top: 32px;
  }
}
.difference-choice__list li {
  --font-size: 14px;
  display: grid;
  grid-template-columns: var(--font-size) 1fr;
  gap: 8px;
}
@media all and (min-width: 960px) {
  .difference-choice__list li {
    --font-size: 18px;
  }
}
.difference-choice__list li img {
  padding-top: calc((1lh - var(--font-size)) / 2);
}
.difference-choice__list li + li {
  margin-top: 0.5555555556em;
}

.difference-outro {
  padding-bottom: 80px;
  margin-bottom: -80px;
  -webkit-mask-image: linear-gradient(to top, black 70%, transparent 100%);
          mask-image: linear-gradient(to top, black 70%, transparent 100%);
  background-image: url("../images/pages/difference-outro.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: auto 100%;
}
@media all and (min-width: 960px) {
  .difference-outro {
    margin-block: -140px;
    padding-block: 140px;
    -webkit-mask-image: linear-gradient(to top, black calc(100% - 140px), transparent 100%);
            mask-image: linear-gradient(to top, black calc(100% - 140px), transparent 100%);
  }
}
@media all and (min-width: 1366px) {
  .difference-outro {
    background-size: 100%;
  }
}

.difference-outro__contents {
  padding-top: 72px;
}

.difference-outro__ttl {
  text-align: center;
  font-size: 26px;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
  paint-order: stroke;
}
@media all and (min-width: 960px) {
  .difference-outro__ttl {
    font-size: 46px;
  }
}

.difference-outro__list {
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  margin-inline: auto;
}
@media all and (min-width: 960px) {
  .difference-outro__list {
    margin-top: 32px;
  }
}
.difference-outro__list li {
  --font-size: 18px;
  display: grid;
  grid-template-columns: var(--font-size) 1fr;
  gap: 0.4285714286em;
  font-size: var(--font-size);
  font-weight: bold;
}
@media all and (min-width: 960px) {
  .difference-outro__list li {
    --font-size: 28px;
  }
}
.difference-outro__list li img {
  padding-top: calc((1lh - var(--font-size)) / 2);
}
.difference-outro__list li p {
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
  paint-order: stroke;
}
.difference-outro__list li em {
  color: var(--accent_orange_color);
}
.difference-outro__list li + li {
  margin-top: 0.5714285714em;
}

.flow-item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 14px;
  padding-block: 16px;
}
@media all and (min-width: 960px) {
  .flow-item {
    grid-template-columns: clamp(80px, 12.7245508982vw, 170px) 1fr;
    gap: 32px;
    padding-block: 32px;
  }
}
@media not all and (min-width: 960px) {
  .flow-item picture {
    justify-self: center;
    width: clamp(80px, 21.3333333333vw, 140px);
  }
}
@media not all and (min-width: 960px) {
  .flow-item picture.--sp-zoom {
    zoom: 1.2;
  }
}
.flow-item a {
  text-decoration: underline;
}

.flow-caution__inner-ttl {
  margin-bottom: 0.75em;
  text-align: center;
  font-weight: bold;
}
.flow-caution__inner-ttl span {
  display: inline-block;
}
.flow-caution__inner-ttl em {
  color: var(--accent_orange_color);
}

.flow-caution__inner-txt {
  margin-top: 1.5em;
}

@media all and (min-width: 960px) {
  .form-intro__sp {
    display: none;
    visibility: hidden;
    pointer-events: none;
  }
}

@media not all and (min-width: 960px) {
  .form-intro__pc {
    display: none;
    visibility: hidden;
    pointer-events: none;
  }
}

.form-intro__pc {
  max-width: 740px;
  margin-inline: auto;
}

.form-intro__sp > * + * {
  margin-top: 10px;
}

.form-intro__sp-ttl img {
  display: block;
  width: 100%;
  max-width: 431.25px;
  padding-inline: 10px;
  margin-inline: auto;
}
.form-intro__sp-ttl h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  -webkit-text-decoration: underline #ffe56b 0.375em;
          text-decoration: underline #ffe56b 0.375em;
  text-underline-offset: -0.125em;
}
.form-intro__sp-ttl h2 em {
  color: var(--accent_orange_color);
}
.form-intro__sp-ttl h2 span {
  display: inline-block;
}
.form-intro__sp-ttl small {
  display: inline-block;
  margin-top: 1em;
  font-size: 10px;
}
.form-intro__sp-ttl .__caution {
  text-align: right;
}

.form-intro__sp-detail {
  display: block;
  width: 100%;
  max-width: 431.25px;
  padding-inline: 10px;
  margin-inline: auto;
}

.form-intro__sp-outro {
  display: block;
  margin-top: -16px;
}

.form-container__intro {
  padding-bottom: 2.4em;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
}
@media all and (min-width: 960px) {
  .form-container__intro {
    font-size: 20px;
  }
}
.form-container__intro em {
  color: var(--accent_orange_color);
}
.form-container__intro span {
  display: inline-block;
}

.form-container__thanks {
  padding-bottom: 2.4em;
  font-size: 14px;
}
@media all and (min-width: 960px) {
  .form-container__thanks {
    font-size: 20px;
  }
}

.form-container__thanksbutton {
  text-align: center;
}

@media all and (min-width: 960px) {
  .form-container__body {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-columns: 320px 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

.form-container__tr {
  padding-block: 20px;
}
@media all and (min-width: 960px) {
  .form-container__tr {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
    grid-template-rows: 1fr;
    align-items: center;
    padding-block: 40px;
  }
}
.form-container__tr + .form-container__tr {
  border-top: 1px solid #e0e0e0;
}

.form-container__tr.--items-top {
  align-items: normal;
}

.form-container__heading {
  display: grid;
  grid-column: -1/1;
  width: 100%;
  padding-block: 0.75em;
  padding-inline: 1em;
  background-color: #f9f4ee;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
@media all and (min-width: 960px) {
  .form-container__heading {
    font-size: 24px;
  }
}

@media not all and (min-width: 960px) {
  .form-container__th {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 960px) {
  .form-container__th {
    padding-right: min(72px, 5.3892215569vw);
  }
}
.form-container__th > * {
  display: inline-block;
}

.form-container__tag {
  margin-right: 1.25em;
  padding-block: 0.375em;
  padding-inline: 0.5em;
  border-radius: 6px;
  background-color: #145ba4;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
@media all and (min-width: 960px) {
  .form-container__tag {
    font-size: 16px;
  }
}

.form-container__tag.--require {
  background-color: #cc2a2a;
}

.form-container__label {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
@media not all and (min-width: 960px) {
  .form-container__label {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 960px) {
  .form-container__label {
    vertical-align: text-top;
    font-size: 24px;
  }
}

.form-container__td.num-flex > * {
  display: flex;
  align-items: flex-end;
}
.form-container__td.num-flex small {
  font-size: 10px;
}
@media all and (min-width: 960px) {
  .form-container__td.num-flex small {
    font-size: 12px;
  }
}
.form-container__td.num-flex input[type=number] {
  max-width: 140px;
}

.form-container__flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1em;
  -moz-column-gap: 2em;
       column-gap: 2em;
  font-size: 14px;
}
.form-container__flex .wpcf7-list-item {
  margin-left: 0;
}
.form-container__flex label input {
  margin-left: 10px;
}
@media all and (min-width: 960px) {
  .form-container__flex {
    font-size: 20px;
  }
}

.form-container__privacy {
  display: grid;
  grid-column: -1/1;
  width: 100%;
  margin-top: 10px;
}
@media all and (min-width: 960px) {
  .form-container__privacy {
    margin-top: 20px;
  }
}

.form-container__privacy-text {
  margin-bottom: 0.75em;
  font-size: 14px;
  font-weight: bold;
}
@media all and (min-width: 960px) {
  .form-container__privacy-text {
    font-size: 20px;
  }
}

.form-container__privacy-input {
  font-size: 14px;
}
.form-container__privacy-input .wpcf7-list-item {
  margin-left: 0;
}
@media all and (min-width: 960px) {
  .form-container__privacy-input {
    font-size: 20px;
  }
}
.form-container__privacy-input a {
  color: var(--accent_orange_color);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-container__privacy-input input[type=checkbox] {
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  margin-right: 15px;
  vertical-align: middle;
}

.form-container__button {
  display: grid;
  grid-column: -1/1;
  width: 100%;
  justify-self: center;
  margin-top: 32px;
  text-align: center;
}
@media all and (min-width: 960px) {
  .form-container__button {
    margin-top: 60px;
  }
}
.form-container__button input[type=submit], .form-container__button input[type=button] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: unset;
  border: 0;
}
.form-container__button button {
  margin-top: 10px;
}
@media all and (min-width: 960px) {
  .form-container__button button {
    margin-top: 20px;
  }
}
.form-container__button .wpcf7-spinner {
  display: none;
}

.form-container__group {
  grid-column: -1/1;
  width: 100%;
}

@media all and (min-width: 960px) {
  .form-container__group-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-columns: 320px 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

/* form要素 */
input, select, textarea {
  color: currentColor;
}

.form-container__td input[type=radio] {
  width: 22px;
  height: auto;
  aspect-ratio: 1;
  vertical-align: sub;
}
.form-container__td input[type=text], .form-container__td input[type=email], .form-container__td input[type=tel] {
  width: 100%;
  min-height: 32px;
  font-size: 16px !important;
}
@media all and (min-width: 960px) {
  .form-container__td input[type=text], .form-container__td input[type=email], .form-container__td input[type=tel] {
    min-height: 56px;
  }
}
.form-container__td select, .form-container__td input[type=number] {
  min-height: 32px;
  font-size: 16px !important;
}
@media all and (min-width: 960px) {
  .form-container__td select, .form-container__td input[type=number] {
    min-height: 56px;
  }
}
.form-container__td textarea {
  width: 100%;
  font-size: 16px !important;
}

@media all and (min-width: 960px) {
  .shakuchi-table.--tall {
    --cell-height: 120px;
  }
}
.letter-intro-container {
  container-type: inline-size;
  width: 100%;
}

.letter-intro {
  --right-gatter: calc(100cqi * 86 / 690);
  --left-gatter: calc(100cqi * 17 / 690);
  width: calc(var(--right-gatter) + 100cqi + var(--left-gatter));
  margin-right: calc(-1 * var(--right-gatter));
  margin-left: calc(-1 * var(--left-gatter));
}
@media all and (min-width: 960px) {
  .letter-intro {
    --right-gatter: calc(100cqi * 87 / 1100);
    --left-gatter: calc(100cqi * 26 / 1100);
    max-width: 1235px;
  }
}
.letter-intro picture {
  display: block;
  width: 100%;
}
.letter-intro img {
  width: 100%;
}

@media not all and (min-width: 960px) {
  .letter-intro-2 {
    padding-inline: var(--swl-pad_container);
  }
}
.letter-intro-2 > * + * {
  margin-top: 28px;
}
@media all and (min-width: 960px) {
  .letter-intro-2 > * + * {
    margin-top: 40px;
  }
}

.letter-intro-2__block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding-block: 32px;
  padding-inline: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 3px #dbdbdb80;
}
@media all and (min-width: 960px) {
  .letter-intro-2__block {
    gap: 56px;
    padding-block: 50px;
    padding-inline: 56px;
    border-radius: 18px;
  }
  .letter-intro-2__block:nth-child(1) {
    grid-template-columns: 170px 1fr;
  }
  .letter-intro-2__block:nth-child(2) {
    grid-template-columns: 1fr 170px;
  }
  .letter-intro-2__block:nth-child(2) .letter-intro-2__visual {
    order: 2;
  }
}

.letter-intro-2__visual {
  width: 100%;
}
@media not all and (min-width: 960px) {
  .letter-intro-2__visual img {
    display: block;
    margin-inline: auto;
    max-width: 140px;
  }
}
@media all and (min-width: 960px) {
  .letter-intro-2__visual img {
    width: 100%;
  }
}

.letter-intro-2__contents-ttl {
  margin-bottom: 0.75em;
  font-weight: bold;
  font-size: 20px;
}
@media all and (min-width: 960px) {
  .letter-intro-2__contents-ttl {
    font-size: 24px;
  }
}

.letter-intro-3 {
  margin-top: 64px;
  margin-bottom: -100px;
}
@media not all and (min-width: 960px) {
  .letter-intro-3 {
    padding-inline: var(--swl-pad_container);
  }
}
@media all and (min-width: 960px) {
  .letter-intro-3 {
    margin-top: 90px;
    margin-bottom: -180px;
  }
}
@media all and (min-width: 1536px) {
  .letter-intro-3 {
    margin-bottom: -21.9512195122%;
  }
}

.letter-merit-outro {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(156px, 100%), 1fr));
  gap: 40px;
  margin-top: 64px;
}
@media not all and (min-width: 960px) {
  .letter-merit-outro {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media all and (min-width: 960px) {
  .letter-merit-outro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px min(70px, 5.2395209581vw);
    margin-top: 120px;
  }
}

.letter-merit-outro__heading {
  grid-column: span 2;
  width: 100%;
  font-size: min(6.1333333333vw, 46px);
  text-align: center;
  font-weight: bold;
}

@media all and (min-width: 960px) {
  .letter-merit-outro__item {
    flex-basis: 260px;
  }
}
.letter-merit-outro__item img {
  width: 100%;
  padding-inline: 6px;
}
@media not all and (min-width: 960px) {
  .letter-merit-outro__item img {
    max-width: 135px;
    margin-inline: auto;
    display: block;
  }
}
@media all and (min-width: 960px) {
  .letter-merit-outro__item img {
    padding-inline: 10px;
  }
}
.letter-merit-outro__item p {
  margin-top: 0.5em;
}
@media not all and (min-width: 960px) {
  .letter-merit-outro__item p {
    font-size: 14px;
  }
}

.letter-searching__ttl {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 26px;
}
@media all and (min-width: 960px) {
  .letter-searching__ttl {
    font-size: 46px;
  }
}
.letter-searching__ttl span {
  display: inline-block;
}
.letter-searching__ttl em {
  color: var(--accent_orange_color);
}

.letter-searching__text {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 0.5em;
  font-size: 18px;
}
@media all and (min-width: 960px) {
  .letter-searching__text {
    font-size: 28px;
  }
}
.letter-searching__text small {
  font-size: 0.7142857143em;
  font-weight: bold;
}

.letter-searching__table.--sp {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(320px, 1fr), 1fr));
  gap: 10px;
}
@media all and (min-width: 640px) {
  .letter-searching__table.--sp {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media not all and (min-width: 960px) {
  .letter-searching__table.--pc {
    display: none;
  }
}
@media all and (min-width: 960px) {
  .letter-searching__table.--sp {
    display: none;
  }
}
.letter-outro {
  position: relative;
  background-image: url("../images/pages/letter-outro-bg-sp.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  /* スマホ版では縦積みレイアウト */
}
@media all and (min-width: 960px) {
  .letter-outro {
    background-image: url("../images/pages/letter-outro-bg.jpg");
  }
}
.letter-outro:before {
  /* カメラの人 */
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: clamp(195px, 52.1333333333vw, 390px);
  height: auto;
  aspect-ratio: 470/538;
  content: "";
  background-image: url("../images/pages/letter-outro-person.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (min-width: 960px) {
  .letter-outro:before {
    width: min(470px, 35.1796407186vw);
    aspect-ratio: 470/538;
  }
}
@media not all and (min-width: 960px) {
  .letter-outro {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .letter-outro:before {
    position: relative;
    grid-row: 2/3;
  }
  .letter-outro > div {
    grid-row: 1/2;
    width: 100%;
  }
}

.letter-outro__container {
  container-type: inline-size;
  width: 100%;
}

.letter-outro__inner {
  position: relative;
  padding-top: 120px;
  padding-bottom: 24px;
  padding-inline: var(--swl-pad_container);
}
@media all and (min-width: 960px) {
  .letter-outro__inner {
    padding-inline: 32px;
    padding-block: 152px;
  }
}
.letter-outro__inner img {
  margin-inline: auto;
}
.letter-outro__inner img:nth-child(2) {
  width: 93.1818181818%;
}

.letter-outro__ttl {
  --fz: 46;
  --lg-fz: 64;
  --container-size: 690;
  --calc-font-size: calc(100cqi * var(--fz) / var(--container-size));
  --lg-calc-font-size: calc(var(--calc-font-size) * var(--lg-fz) / var(--fz));
  display: inline;
  text-align: center;
}
@media all and (min-width: 960px) {
  .letter-outro__ttl {
    --container-size: 1100;
  }
}
.letter-outro__ttl img {
  width: 96.3636363636%;
}

.letter-outro__ttl-inner {
  --shadow-color: #42a5db;
  --shadow-blur: 10px;
  margin-bottom: 56px;
  vertical-align: middle;
  color: #fff;
  font-size: var(--calc-font-size);
  font-weight: bold;
  text-shadow: 1px 1px var(--shadow-blur) var(--shadow-color), -1px 1px var(--shadow-blur) var(--shadow-color), 1px -1px var(--shadow-blur) var(--shadow-color), -1px -1px var(--shadow-blur) var(--shadow-color);
}
@media all and (min-width: 960px) {
  .letter-outro__ttl-inner {
    --shadow-blur: 20px;
  }
}
.letter-outro__ttl-inner span {
  display: inline-block;
}
.letter-outro__ttl-inner em {
  font-size: var(--lg-calc-font-size);
  font-style: normal;
}

.letter-outro__text {
  --shadow-color: #42a5db;
  --shadow-blur: 10px;
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px var(--shadow-blur) var(--shadow-color), -1px 1px var(--shadow-blur) var(--shadow-color), 1px -1px var(--shadow-blur) var(--shadow-color), -1px -1px var(--shadow-blur) var(--shadow-color);
}
@media all and (min-width: 960px) {
  .letter-outro__text {
    --shadow-blur: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 2.4;
  }
}

.hrk_page-container.--letter {
  padding-bottom: 0;
}

.mochibun-intro {
  width: 96.0869565217%;
  margin-right: -3%;
  margin-left: auto;
  margin-bottom: -100px;
}

@media all and (min-width: 960px) {
  .mochibun-intro {
    width: 100%;
    max-width: 1076px;
    margin-bottom: -170px;
    margin-left: auto;
    margin-right: auto;
  }
}
.mochibun-trouble {
  position: relative;
  background-color: #343537;
  transition: 0.3s;
}
.mochibun-trouble::before {
  content: "";
  position: absolute;
  top: -12vw;
  bottom: -12vw;
  left: 0;
  right: 0;
  background-image: url("../images/pages/mochibun-bg_sp.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media not all and (min-width: 640px) {
  .mochibun-trouble:not(.is-hidden)::before {
    background-image: linear-gradient(to bottom, transparent 0, transparent 110vw, #343537 120vw, #343537 100%), url("../images/pages/mochibun-bg_sp.png");
  }
  .mochibun-trouble.is-hidden {
    background-color: transparent;
    position: relative;
  }
  .mochibun-trouble.is-hidden .mochibun-trouble__content {
    height: 101.3333333333vw;
    overflow: hidden;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  }
  .mochibun-trouble.is-hidden .__readmore {
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    z-index: 1;
  }
}
.mochibun-trouble-before {
  padding-bottom: 33.3333333333vw;
}

.mochibun-trouble-after {
  padding-top: 26.6666666667vw;
}

.mochibun-trouble__content {
  position: relative;
  z-index: 1;
  color: #fff;
  min-height: 101.3333333333vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-block: 9.3333333333%;
  transition: 0.3s;
}
.mochibun-trouble__content .__heading {
  margin-bottom: 20px;
  width: 88.6956521739%;
  max-width: 612px;
  display: block;
  margin-inline: auto;
}

@media all and (min-width: 640px) {
  .mochibun-trouble__content {
    justify-content: center;
  }
}
@media all and (min-width: 960px) {
  .mochibun-trouble::before {
    top: -5.8565153734vw;
    bottom: -6.588579795vw;
    background-image: url("../images/pages/mochibun-bg.png");
  }

  .mochibun-trouble__content {
    min-height: 49.4875549048vw;
    padding-block: 0;
  }
  .mochibun-trouble__content .__heading {
    width: 778.1818181818%;
    max-width: 856px;
    margin-bottom: 75px;
  }

  .mochibun-trouble-before {
    padding-bottom: 12.4450951684vw;
  }

  .mochibun-trouble-after {
    padding-top: 13.17715959vw;
  }
}
@media all and (min-width: 960px) {
  .hrk_news-list {
    display: grid;
    grid-template-columns: max-content auto 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .hrk_news-list .hrk_news-list__item {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 3;
    grid-template-rows: 1fr;
    align-items: center;
    padding-block: 32px;
    padding-inline: 24px;
    border-bottom: 1px solid #e8e8e8;
  }
}

@media not all and (min-width: 960px) {
  .hrk_news-list__item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    row-gap: 10px;
    -moz-column-gap: 12px;
         column-gap: 12px;
    padding-block: 16px;
    padding-inline: 10px;
    border-bottom: 1px solid #e8e8e8;
  }
  .hrk_news-list__item .hrk_news-list__date {
    grid-row: 1/2;
    grid-column: 1/2;
    width: -moz-fit-content;
    width: fit-content;
  }
  .hrk_news-list__item .hrk_news-list__cat {
    grid-row: 1/2;
    grid-column: 2/3;
    width: -moz-fit-content;
    width: fit-content;
  }
  .hrk_news-list__item .hrk_news-list__ttl {
    grid-row: 2/3;
    grid-column: -1/1;
    width: 100%;
  }
}

.hrk_news-list__item:first-child {
  padding-top: 0;
}

.hrk_news-list__date {
  color: #b2a99e;
  font-size: 12px;
}
@media all and (min-width: 960px) {
  .hrk_news-list__date {
    font-size: 20px;
  }
}

.hrk_news-list__ttl {
  font-size: 16px;
}
@media all and (min-width: 960px) {
  .hrk_news-list__ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
  }
}
.hrk_news-list__ttl a {
  color: currentColor;
  transition: color 0.25s ease;
}
.hrk_news-list__ttl a:hover {
  color: var(--accent_orange_color);
}

.news-single-prevnext {
  margin: 2em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 33.6vw;
       column-gap: 33.6vw;
}
@media all and (min-width: 960px) {
  .news-single-prevnext {
    -moz-column-gap: min(164px, 12.2754491018vw);
         column-gap: min(164px, 12.2754491018vw);
  }
}

.news-single-prevnext__item {
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 0.5em;
  padding-inline: 0.75em;
  background-color: #a4a09b;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.news-single-prevnext__item.is-disable {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
@media all and (min-width: 960px) {
  .news-single-prevnext__item {
    font-size: 18px;
  }
}
.news-single-prevnext__item .p-pnLinks__link {
  all: revert;
  color: currentColor;
  text-decoration: none;
}

.nini-intro {
  width: 98.6956521739%;
  max-width: 681px;
  margin-left: auto;
  margin-right: -4%;
  margin-bottom: -100px;
}

@media all and (min-width: 960px) {
  .nini-intro {
    width: 100%;
    max-width: 1122px;
    margin-bottom: -170px;
    margin-left: auto;
    margin-right: auto;
  }
}
.nini-difference {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}
.nini-difference img {
  display: block;
  margin-block: 20px;
}

@media all and (min-width: 960px) {
  .nini-difference {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
.performance-list {
  --border-color: #e8e8e8;
  --header-bg-color: #f8f4ee;
  width: 100%;
}
@media all and (min-width: 960px) {
  .performance-list {
    position: relative;
    display: grid;
    grid-template-columns: 24.9090909091% 17.6363636364% 57.4545454545%;
  }
}

@media not all and (min-width: 960px) {
  .performance-list__header {
    display: none;
  }
}
@media all and (min-width: 960px) {
  .performance-list__header {
    width: 100%;
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 3;
    grid-template-rows: 1fr;
  }
}

.performance-list__header-cell {
  padding: 10px;
  background-color: var(--header-bg-color);
  text-align: center;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.performance-list__header-cell:nth-child(2) {
  border: solid var(--border-color);
  border-width: 0px 1px 0px 1px;
}

.performance-list__body {
  /* HTML構造を見やすくするelementのため */
  display: contents;
}

@media not all and (min-width: 960px) {
  .performance-list__item {
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: 10px;
    -moz-column-gap: 12px;
         column-gap: 12px;
    padding-block: 16px;
    padding-inline: 8px;
    border-top: 1px solid var(--border-color);
    font-size: 14px;
  }
  .performance-list__item:last-child {
    border-bottom: 1px solid var(--border-color);
  }
  .performance-list__item .performance-list__item-cell {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
    grid-template-rows: 1fr;
  }
  .performance-list__item .performance-list__item-cell:before {
    min-width: 62px;
    height: -moz-min-content;
    height: min-content;
    padding-block: 5px;
    padding-inline: 10px;
    content: "";
    border-radius: 9999px;
    background-color: var(--header-bg-color);
    text-align: center;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
  }
  .performance-list__item .performance-list__item-cell.--ttl:before {
    content: "所在地";
  }
  .performance-list__item .performance-list__item-cell.--cat:before {
    content: "種別";
  }
  .performance-list__item .performance-list__item-cell.--detail:before {
    content: "詳細";
  }
}
@media all and (min-width: 960px) {
  .performance-list__item {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 3;
    grid-template-rows: minmax(100px, 1fr);
    border-bottom: 1px solid var(--border-color);
    font-size: 20px;
  }
}

.performance-list__item-cell {
  font-weight: normal;
}
@media all and (min-width: 960px) {
  .performance-list__item-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 24px;
    padding-inline: 28px;
  }
  .performance-list__item-cell:nth-child(2) {
    border: solid var(--border-color);
    border-width: 0px 1px 0px 1px;
  }
  .performance-list__item-cell:nth-child(3) {
    padding-inline: 48px;
    align-items: revert;
  }
}
@media not all and (min-width: 960px) {
  .performance-list__item-cell br {
    display: none;
  }
}

.privacy-container {
  font-size: 14px;
}
.privacy-container > :first-child {
  margin-top: 0 !important;
}
.privacy-container > :last-child {
  margin-bottom: 0 !important;
}
@media all and (min-width: 960px) {
  .privacy-container {
    font-size: 20px;
  }
}
.privacy-container h2 {
  margin-top: 2.4em;
  font-size: 1.6em;
  font-weight: bold;
}
.privacy-container h3 {
  margin-top: 2.4em;
  font-size: 1.2em;
  font-weight: bold;
}
.privacy-container p {
  margin-block: 1.25em;
}
.privacy-container a {
  text-decoration: underline;
}

.sell-zukai {
  max-width: 644px;
  margin-inline: auto;
}

.sell-section {
  padding: 0 !important;
  margin-top: -20vw;
  background-color: #fbf7ea;
}
.sell-section img {
  display: block;
}

@media all and (min-width: 960px) {
  .sell-section {
    margin-top: -5.1244509517vw;
  }
}
.sell-section-before {
  padding-bottom: 37.3333333333vw;
}

@media all and (min-width: 960px) {
  .sell-section-before {
    padding-bottom: 9.5168374817vw;
  }
}
.hrk_page-container.--sell {
  padding-bottom: 0 !important;
}

.shakuchi-illust {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.shakuchi-illust img {
  width: 100%;
}

@media not all and (min-width: 960px) {
  .shakuchi-illust + p {
    margin-inline: 15px;
    font-size: 14px;
  }
}
.shakuchi-table-overflow {
  width: 100%;
  overflow-y: visible;
  overflow-x: scroll;
  margin-bottom: 24px;
}
@media all and (min-width: 960px) {
  .shakuchi-table-overflow {
    margin-bottom: 56px;
  }
}

.shakuchi-table-wrapper {
  container-type: inline-size;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
}

table.shakuchi-table, table.shakuchi-table* {
  all: revert;
}

.shakuchi-table {
  --border-radius: 10px;
  --cell-height: 80px;
  --border-width: 4px;
  width: -moz-max-content;
  width: max-content;
  max-width: 1100px;
  min-width: 100%;
  display: grid;
  grid-template-columns: 218px auto auto;
  grid-template-columns: 130px minmax(160px, 1fr) minmax(150px, 1fr);
}
@media all and (min-width: 960px) {
  .shakuchi-table {
    --border-radius: 20px;
    --border-width: 8px;
  }
}
@media all and (min-width: 960px) {
  .shakuchi-table {
    grid-template-columns: 218px minmax(300px, 1fr) minmax(280px, 1fr);
  }
}
.shakuchi-table.--color-table_type1 {
  --color-1: var(--accent_orange_color);
  --color-2: #bca461;
}
.shakuchi-table.--color-table_type2 {
  --color-1: var(--accent_pink);
  --color-2: var(--accent_blue);
}
.shakuchi-table.--color-table_type3 {
  --color-1: var(--accent_orange_color);
  --color-2: var(--accent_blue);
}

.shakuchi-table__body.--col2 {
  margin-left: 6px;
}
@media all and (min-width: 960px) {
  .shakuchi-table__body.--col2 {
    margin-left: 10px;
  }
}

.shakuchi-table__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 2.8333333333em;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  border: var(--border-width) solid;
  border-bottom: 0;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
@media all and (min-width: 960px) {
  .shakuchi-table__heading {
    font-size: 24px;
  }
}

.shakuchi-table__body.--col1 .shakuchi-table__heading {
  background-color: var(--color-1);
  border-color: var(--color-1);
}

.shakuchi-table__body.--col2 .shakuchi-table__heading {
  background-color: var(--color-2);
  border-color: var(--color-2);
}

.shakuchi-table__td {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: var(--cell-height);
  text-align: center;
}

.shakuchi-table__head .shakuchi-table__td {
  font-size: 14px;
  font-weight: bold;
}
@media all and (min-width: 960px) {
  .shakuchi-table__head .shakuchi-table__td {
    font-size: 24px;
  }
}

.shakuchi-table__body .shakuchi-table__td {
  font-size: 12px;
}
@media all and (min-width: 960px) {
  .shakuchi-table__body .shakuchi-table__td {
    font-size: 20px;
  }
}

.shakuchi-table__body .shakuchi-table__td {
  border: var(--border-width) solid;
}

.shakuchi-table__body .shakuchi-table__td:not(:last-child) {
  border-top: 0;
  border-bottom: 0;
}

.shakuchi-table__body .shakuchi-table__td:last-child {
  border-top: 0;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.shakuchi-table__body.--col1 .shakuchi-table__td {
  border-color: var(--color-1);
}

.shakuchi-table__body.--col2 .shakuchi-table__td {
  border-color: var(--color-2);
}

.shakuchi-table__body .shakuchi-table__td:last-child {
  height: calc(var(--cell-height) + var(--border-width));
  padding-bottom: var(--border-width);
}

.shakuchi-table__head .shakuchi-table__td:not(:last-child) {
  position: relative;
}
.shakuchi-table__head .shakuchi-table__td:not(:last-child)::before {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: calc(var(--table-width, 100cqi) - var(--border-width));
  height: 1px;
  content: "";
  border-top: 1px dotted currentColor;
}

.shakuchi-table.--cell_filled .shakuchi-table__head .shakuchi-table__td {
  background-color: #fdfaf6;
}

.shakuchi-table.--cell_filled .shakuchi-table__body .shakuchi-table__td {
  background-color: #fbf7ea;
}

.shakuchi-table__body .shakuchi-table__td.--has-maru-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Ccircle cx='32' cy='32' r='27' fill='none' stroke='%23f5ebcb' stroke-width='10'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 64px;
}

.shakuchi-table.--difference-table {
  grid-template-columns: 218px 1fr;
  grid-template-rows: min(2.8333333333em, 100%) auto auto;
  grid-template-rows: auto auto auto;
}
.shakuchi-table.--difference-table .shakuchi-table__head, .shakuchi-table.--difference-table .shakuchi-table__body {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.shakuchi-table.--difference-table .shakuchi-table__td {
  height: auto;
  padding-block: 40px;
}
.shakuchi-table.--difference-table .shakuchi-table__body .shakuchi-table__td {
  display: block;
  padding-inline: 40px;
  text-align: revert;
}
.shakuchi-table.--difference-table .shakuchi-table__body.--col2 {
  margin-left: 0;
}

.shakuchi-pattern {
  margin-top: 32px;
}
.shakuchi-pattern + .shakuchi-pattern {
  margin-top: 40px;
}
@media all and (min-width: 960px) {
  .shakuchi-pattern {
    margin-top: 64px;
  }
  .shakuchi-pattern + .shakuchi-pattern {
    margin-top: 80px;
  }
}
.shakuchi-pattern .hrk_o-rounded-tag {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.shakuchi-pattern__heading {
  margin-bottom: 1em;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media all and (min-width: 960px) {
  .shakuchi-pattern__heading {
    font-size: 32px;
  }
}

.shakuchi-pattern__body {
  max-width: 980px;
  margin-top: 20px;
  margin-inline: auto;
}
@media all and (min-width: 960px) {
  .shakuchi-pattern__body {
    margin-top: 32px;
    padding-inline: 40px;
  }
}

.shakuchi-pattern-item {
  display: grid;
  grid-template-columns: 1fr 45px;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding-block: 14px;
}
@media all and (min-width: 960px) {
  .shakuchi-pattern-item {
    grid-template-columns: 1fr 90px;
    -moz-column-gap: 32px;
         column-gap: 32px;
    padding-block: 20px;
  }
}
@media not all and (min-width: 960px) {
  .shakuchi-pattern-item p {
    font-size: 14px;
  }
}

.shakuchi-pattern-hosoku {
  --spacing-x: 16px;
  position: relative;
  margin-top: 107px;
  background-color: #fff;
  border: 2px solid var(--accent_orange_color);
  border-radius: 9px;
}
@media all and (min-width: 960px) {
  .shakuchi-pattern-hosoku {
    --spacing-x: 40px;
  }
}
@media all and (min-width: 960px) {
  .shakuchi-pattern-hosoku {
    margin-top: 114px;
    border-width: 5px;
    border-radius: 18px;
  }
}

.shakuchi-pattern-hosoku__head {
  z-index: 1;
  position: absolute;
  bottom: calc(100% - 12px);
  left: var(--spacing-x);
  width: 102px;
  height: auto;
  aspect-ratio: 204/67;
}
@media all and (min-width: 960px) {
  .shakuchi-pattern-hosoku__head {
    bottom: calc(100% - 20px);
    width: 204px;
  }
}

.shakuchi-pattern-hosoku__inner {
  padding-top: 16px;
  padding-inline: var(--spacing-x);
  padding-bottom: 24px;
}
@media all and (min-width: 960px) {
  .shakuchi-pattern-hosoku__inner {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
.shakuchi-pattern-hosoku__inner li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 18px;
  font-weight: bold;
}
@media all and (min-width: 960px) {
  .shakuchi-pattern-hosoku__inner li {
    margin-left: 16px;
  }
}
.shakuchi-pattern-hosoku__inner li p {
  font-weight: normal;
}
.shakuchi-pattern-hosoku__inner li + li {
  margin-top: 8px;
}
@media all and (min-width: 960px) {
  .shakuchi-pattern-hosoku__inner li + li {
    margin-top: 16px;
  }
}

@media not all and (min-width: 640px) {
  .--merit .shakuchi-table.--difference-table {
    grid-template-columns: 18.2608695652% 1fr;
  }
  .--merit .shakuchi-table {
    width: 100%;
    max-width: 100%;
  }
  .--merit .shakuchi-table__heading {
    font-size: 16px;
  }
  .--merit .hrk_u-text-20 {
    font-size: 12px;
  }
  .--merit .hrk_u-text-16 {
    font-size: 12px;
  }
  .--merit .shakuchi-table.--difference-table .shakuchi-table__body .shakuchi-table__td {
    padding: 20px;
  }
  .--merit .shakuchi-table .shakuchi-table__head .shakuchi-table__td {
    font-size: 10px;
  }
  .--merit .shakuchi-table .shakuchi-table__head .shakuchi-table__td img {
    width: 26px;
    height: auto;
    display: block;
    margin-bottom: 4px;
  }
  .--merit .shakuchi-table .shakuchi-table__head .shakuchi-table__td br {
    display: none;
  }
}
.l-mainContent__inner > .post_content {
  --swl-pad_post_content: 0;
  margin-block: 2em;
}

.post_content {
  line-height: revert;
}

.post_content > * {
  --swl-block-margin: 1lh;
}

.post_content > h2 {
  --swl-h2-margin--x: 0;
}

.post_content > a, .post_content > p > a {
  text-decoration: underline;
}

.sokochi-intro {
  width: 88.4057971014%;
  max-width: 610px;
  margin-inline: auto;
  margin-bottom: -100px;
}

@media all and (min-width: 960px) {
  .sokochi-intro {
    width: 100%;
    max-width: 980px;
    margin-bottom: -170px;
  }
}
.sokochi-flow {
  margin-bottom: 60px;
}

.sokochi-flow-item {
  padding-top: 32px;
  padding-bottom: 40px;
}
.sokochi-flow-item a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--accent_orange_color);
}

.souzoku-intro {
  width: 92%;
  max-width: 636px;
  margin-inline: auto;
  margin-bottom: -100px;
}

@media all and (min-width: 960px) {
  .souzoku-intro {
    width: 100%;
    max-width: 1467px;
    margin-bottom: -170px;
  }
}
.souzoku-merit {
  max-width: 540px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.souzoku-merit img {
  display: block;
}

.strength-intro picture {
  display: block;
  width: 100%;
  margin-bottom: 56px;
}

.strength-intro__ttl {
  margin-bottom: 24px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.strength-intro__ttl em {
  -webkit-text-decoration: underline var(--accent_orange_color) 0.375em;
          text-decoration: underline var(--accent_orange_color) 0.375em;
  text-underline-offset: -0.125em;
}
@media not all and (min-width: 960px) {
  .strength-intro__ttl span {
    display: inline-block;
  }
}
@media all and (min-width: 960px) {
  .strength-intro__ttl {
    font-size: 32px;
  }
}

.hrk_page-section.--syueki-intro {
  padding-bottom: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 9.3333333333vw), 50% 100%, 0% calc(100% - 9.3333333333vw));
}
.hrk_page-section.--syueki-intro img {
  display: block;
  width: 100%;
}
.hrk_page-section.--syueki-intro + .hrk_page-section {
  margin-top: -9.3333333333vw;
  padding-top: calc(9.3333333333vw + 70px);
}

@media all and (min-width: 960px) {
  .hrk_page-section.--syueki-intro {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 6.588579795vw), 50% 100%, 0% calc(100% - 6.588579795vw));
  }
  .hrk_page-section.--syueki-intro + .hrk_page-section {
    margin-top: -6.588579795vw;
    padding-top: calc(6.588579795vw + 100px);
  }
}
.syueki-soudan {
  color: #fff;
  text-align: center;
  background-image: url("../images/pages/syueki-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: min(80vw, 600px);
}
.syueki-soudan .__heading {
  margin-bottom: 20px;
}
.syueki-soudan .__heading span {
  display: inline-block;
}
.syueki-soudan .__button {
  margin-top: 40px;
}

@media not all and (min-width: 960px) {
  .syueki-soudan .__desc {
    text-align: left;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.svgload {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  top: 0;
  padding: 0;
  margin: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
}

.hrk_u-text-14 {
  font-size: 12px;
}
@media all and (min-width: 960px) {
  .hrk_u-text-14 {
    font-size: 14px;
  }
}

.hrk_u-text-16 {
  font-size: 14px;
}
@media all and (min-width: 960px) {
  .hrk_u-text-16 {
    font-size: 16px;
  }
}

.hrk_u-text-18 {
  font-size: 14px;
}
@media all and (min-width: 960px) {
  .hrk_u-text-18 {
    font-size: 18px;
  }
}

.hrk_u-text-20 {
  font-size: 16px;
}
@media all and (min-width: 960px) {
  .hrk_u-text-20 {
    font-size: 20px;
  }
}

.hrk_u-heading-32 {
  font-size: 18px;
}
@media all and (min-width: 960px) {
  .hrk_u-heading-32 {
    font-size: 32px;
  }
}

.hrk_u-heading-46 {
  font-size: 32px;
}
@media all and (min-width: 960px) {
  .hrk_u-heading-46 {
    font-size: 46px;
  }
}

.hrk_u-mt-100 {
  margin-top: 50px;
}
@media all and (min-width: 960px) {
  .hrk_u-mt-100 {
    margin-top: 100px;
  }
}

.hrk_u-mt-20 {
  margin-top: 20px;
}

.hrk_u-text-pink {
  color: var(--accent_pink);
}

.hrk_u-text-blue {
  color: var(--accent_blue);
}

.hrk_u-text-center {
  text-align: center;
}

@media all and (min-width: 960px) {
  .text-center-pcOnly {
    text-align: center;
  }
}
