@charset "UTF-8";
/** 色 **/
:root {
  /** 色:ブルーグレー **/
  --bluegray-06: #404144;
  --bluegray-05: #5d5e62;
  --bluegray-04: #acaeb8;
  --bluegray-03: #c9ccd5;
  --bluegray-02: #e2e4e9;
  --bluegray-01: #f6f7f8;
  --bluegray-00: #fff;
  /** 色:ブルー **/
  --gas_blue-06: #265c99;
  --gas_blue-05---bland: #2f6db6;
  --gas_blue-04: #5391d9;
  --gas_blue-03: #b0d0f3;
  --gas_blue-02: #d6e9fd;
  --gas_blue-01: #edf5fe;
  /** 色:スカイブルー **/
  --skyblue-06: #0083b4;
  --skyblue-05: #02a7dd;
  --skyblue-04: #3ac8f6;
  --skyblue-03: #7cd8f9;
  --skyblue-02: #bbeafc;
  --skyblue-01: #eaf8ff;
  /** 色:グリーン **/
  --green-06: #1c6d46;
  --green-05: #0d9357;
  --green-04: #20aa6c;
  --green-03: #7fe0a5;
  --green-02: #cbf2da;
  --green-01: #e5fbed;
  /** 色:ライトグリーン **/
  --lightgreen-06: #52842c;
  --lightgreen-05: #6faf33;
  --lightgreen-04: #89c259;
  --lightgreen-03: #bce695;
  --lightgreen-02: #def2c8;
  --lightgreen-01: #ecf9db;
  /** 色:オレンジ **/
  --orange-06: #d05a0b;
  --orange-05: #ec711d;
  --orange-04: #f09557;
  --orange-03: #f7b385;
  --orange-02: #ffd8bc;
  --orange-01: #fff3ea;
  /** 色:イエロー **/
  --yellow-06: #e4bb00;
  --yellow-05: #ffd43a;
  --yellow-04: #fd6;
  --yellow-03: #ffe899;
  --yellow-02: #fff3bf;
  --yellow-01: #fffae5;
  /** 色:レッド **/
  --red-06: #a7071c;
  --red-05: #c1303a;
  --red-04: #e06365;
  --red-03: #f2a2a2;
  --red-02: #fbd7d7;
  --red-01: #faeff1;
  /** 色:ピンク **/
  --pink-06: #a30057;
  --pink-05: #d82682;
  --pink-04: #f87cb1;
  --pink-03: #fabad2;
  --pink-02: #ffe0ef;
  --pink-01: #ffeff6;
  /** 色:ツートンカラー **/
  --duo-tone-blue-orange: linear-gradient(270deg, #f78131 50%, #2f6db6 50%);
  --duo-tone-white-orange: linear-gradient(90deg, #fff 50%, #f78131 50%);
  /** 色:テキスト **/
  --Text-text_primary: var(--bluegray-06);
  --Text-text_secondary: var(--bluegray-05);
  --Text-text_light: var(--bluegray-03);
  --Text-text_white: var(--bluegray-00);
  --Text-text_blue: var(--gas_blue-05---bland);
  --Text-text_skyblue: var(--skyblue-05);
  --Text-text_orange: var(--orange-05);
  --Text-text_yellow: var(--yellow-05);
  --Text-text_red: var(--red-05);
  --Text-text_green: var(--green-05);
  /** 背景色 ブルーグレー **/
  --Fill-Bluegray-bluegray_06: var(--bluegray-06);
  --Fill-Bluegray-bluegray_05: var(--bluegray-05);
  --Fill-Bluegray-bluegray_04: var(--bluegray-04);
  --Fill-Bluegray-bluegray_03: var(--bluegray-03);
  --Fill-Bluegray-bluegray_02: var(--bluegray-02);
  --Fill-Bluegray-bluegray_01: var(--bluegray-01);
  --Fill-Bluegray-bluegray_00: var(--bluegray-00);
  /** 背景色 ブルー **/
  --Fill-Blue-blue_06: var(--gas_blue-06);
  --Fill-Blue-blue_05---bland: var(--gas_blue-05---bland);
  --Fill-Blue-blue_04---bland: var(--gas_blue-04);
  --Fill-Blue-blue_04---hover: var(--gas_blue-04);
  --Fill-Blue-blue_03: var(--gas_blue-03);
  --Fill-Blue-blue_02: var(--gas_blue-02);
  --Fill-Blue-blue_01: var(--gas_blue-01);
  /** 背景色 スカイブルー **/
  --Fill-skyblue-skyblue_05: var(--skyblue-05);
  --Fill-skyblue-skyblue_04: var(--skyblue-04);
  --Fill-skyblue-skyblue_01: var(--skyblue-01);
  /** 背景色 レッド **/
  --Fill-Red-red_05: var(--red-05);
  --Fill-Red-red_04: var(--red-04);
  --Fill-Red-red_02: var(--red-02);
  --Fill-Red-red_01: var(--red-01);
  /** 背景色 オレンジ **/
  --Fill-Orange-orange_05: var(--orange-05);
  --Fill-Orange-orange_04---hover: var(--orange-04);
  --Fill-Orange-orange_02: var(--orange-02);
  --Fill-Orange-orange_01: var(--orange-01);
  /** 背景色 イエロー **/
  --Fill-Yellow-yellow_05: var(--yellow-05);
  --Fill-Yellow-yellow_01: var(--yellow-01);
  /** 背景色 ピンク **/
  --Fill-pink-pink_05: var(--pink-05);
  --Fill-pink-pink_01: var(--pink-01);
  /** 背景色 グリーン **/
  --Fill-Green-green_05: var(--green-05);
  --Fill-Green-green_04: var(--green-04);
  --Fill-Green-green_01: var(--green-01);
  /** ボーダーカラー **/
  --Border-border_lightgray: var(--bluegray-02);
  --Border-border_gray: var(--bluegray-03);
  --Border-border_white: var(--bluegray-00);
  --Border-border_blue: var(--gas_blue-05---bland);
  --Border-border_skyblue: var(--skyblue-05);
  --Border-border_red: var(--red-05);
  --Border-border_yellow: var(--yellow-05);
}

/** 影 **/
:root {
  --theme-shadow-dark: 4px 4px 14px 0px rgb(17 48 86 / 25%);
  --theme-shadow-gray: 4px 4px 14px 0px rgb(17 48 86 / 12%);
}

/** グラデーション **/
:root {
  --Gradient-white: 255, 255, 255;
}

/** ボタンホバー **/
:root {
  --Button-hover-white: rgb(255 255 255 / 10%);
}

/** 余白 **/
:root {
  --Spacing-Size-none: 0;
  --Spacing-Size-xxxxs: 4px;
  --Spacing-Size-xxxs: 4px;
  --Spacing-Size-xxs: 8px;
  --Spacing-Size-xs: 12px;
  --Spacing-Size-sm: 16px;
  --Spacing-Size-md: 24px;
  --Spacing-Size-lg: 32px;
  --Spacing-Size-xl: 40px;
  --Spacing-Size-xxl: 48px;
  --Spacing-Size-xxxl: 56px;
}

/** ライブラリ：swipeer **/
:root {
  --Swiper-navigation-border: #006fbc;
  --Filter-dropShadow: drop-shadow(4px 4px 14px rgb(17 48 86 / 12%));
}

/** 2カラム用カード：余白 **/
:root {
  --Spacing-2col_in-card-md: 24px;
}

/** セクション間余白 **/
:root {
  --Spacing-Section-section_none: 0;
  --Spacing-Section-section_sm: 32px;
  --Spacing-Section-section_md: 56px;
  --Spacing-Section-section_lg: 64px;
}

/** 左右余白 **/
:root {
  --Spacing-Side-side: 20px;
}

/** カードpadding：XXS **/
:root {
  --Padding-Card-XXS-side_xs: 20px;
  --Padding-Card-XXS-top-bottom_xs: 16px;
}

/** カードpadding：XS **/
:root {
  --Padding-Card-XS-side_sm: 20px;
  --Padding-Card-XS-top-bottom_sm: 16px;
}

/** カードpadding：S **/
:root {
  --Padding-Card-S-side_md: 20px;
  --Padding-Card-S-side_sm: 20px;
  --Padding-Card-S-top-bottom_sm: 24px;
}

/** カードpadding：M **/
:root {
  --Padding-Card-M-side_md: 20px;
  --Padding-Card-M-top-bottom_md: 24px;
}

/** カードpadding：L **/
:root {
  --Padding-Card-L-side_lg: 20px;
  --Padding-Card-L-top-bottom_lg: 24px;
}

/** テーブルセル余白 **/
:root {
  --Padding-Table-call_side: 20px;
  --Padding-Table-cell_top-bottom: 12px;
}

/** ボーダー：角丸 **/
:root {
  --Radius-radius_sm: 4px;
  --Radius-radius_md: 6px;
  --Radius-radius_lg: 14px;
  --Radius-radius_full: 999px;
}

/** ページ全体のフォント設定 **/
:root {
  --Font-family-Noto-Sans-JP: "Noto Sans JP", sans-serif;
  --Font-family-Jost: "Jost", sans-serif;
}

/** z-index **/
:root {
  --z-index-header: 9100;
  --z-index-modal: 9999;
}

/** ヘッダーメニュー **/
:root {
  --header-upper-list-height: auto;
  --header-inner-height: 90px;
  --header-height: auto;
  --hikkoshi-header-height: 63px;
}

@media (min-width: 1025px) {
  :root {
    --Spacing-Size-none: 0;
    --Spacing-Size-xxxxs: 4px;
    --Spacing-Size-xxxs: 8px;
    --Spacing-Size-xxs: 12px;
    --Spacing-Size-xs: 16px;
    --Spacing-Size-sm: 24px;
    --Spacing-Size-md: 32px;
    --Spacing-Size-lg: 40px;
    --Spacing-Size-xl: 48px;
    --Spacing-Size-xxl: 56px;
    --Spacing-Size-xxxl: 64px;
  }
  :root {
    --Spacing-2col_in-card-md: 56px;
  }
  :root {
    --Spacing-Section-section_sm: 64px;
    --Spacing-Section-section_md: 96px;
    --Spacing-Section-section_lg: 120px;
  }
  :root {
    --Spacing-Side-side: 48px;
  }
  :root {
    --Padding-Card-XXS-side_xs: 24px;
    --Padding-Card-XXS-top-bottom_xs: 20px;
  }
  :root {
    --Padding-Card-XS-side_sm: 40px;
    --Padding-Card-XS-top-bottom_sm: 32px;
  }
  :root {
    --Padding-Card-S-side_sm: 64px;
    --Padding-Card-S-top-bottom_sm: 48px;
  }
  :root {
    --Padding-Card-M-side_md: 80px;
    --Padding-Card-M-top-bottom_md: 64px;
  }
  :root {
    --Padding-Card-L-side_lg: 96px;
    --Padding-Card-L-top-bottom_lg: 80px;
  }
  :root {
    --Padding-Table-call_side: 24px;
    --Padding-Table-cell_top-bottom: 16px;
  }
  :root {
    --Radius-radius_sm: 4px;
    --Radius-radius_md: 6px;
    --Radius-radius_lg: 14px;
    --Radius-radius_full: 999px;
  }
}
.l-hikkoshi-kv {
  width: 100%;
  aspect-ratio: 125/56;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-kv {
    aspect-ratio: 48/11;
  }
}
.l-hikkoshi-kv img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-hikkoshi-kv.--low {
  aspect-ratio: 15/8;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-kv.--low {
    aspect-ratio: 36/5;
  }
}
.l-hikkoshi-kv.--b {
  aspect-ratio: 375/206;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-kv.--b {
    aspect-ratio: 432/115;
  }
}
.l-hikkoshi-content {
  position: relative;
}
.l-hikkoshi-content .heading-type3 .heading-thumb-title {
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  display: block;
}
.l-hikkoshi-content .heading-type3 .heading-thumb-title > span {
  width: fit-content;
  background-color: var(--Fill-Blue-blue_01);
  display: block;
  color: var(--Text-text_blue);
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.25em 1em;
  margin-inline: auto;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-content .heading-type3 .heading-thumb-title > span {
    font-size: 2rem;
  }
}
.l-hikkoshi-content .heading-type3 .heading-thumb-title > span::before {
  content: "";
  width: 14px;
  height: 6px;
  background-color: var(--Fill-Blue-blue_01);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  position: absolute;
  bottom: -6px;
  left: 50%;
  translate: -50% 0;
}
.l-hikkoshi-section-bg-skyblue {
  background-color: #cae4ff;
  padding-block: var(--Spacing-Section-section_md);
}
.l-hikkoshi-section-bg-lightblue {
  background-color: var(--Fill-Blue-blue_01);
  padding-block: var(--Spacing-Section-section_md);
}
.l-hikkoshi-section-bg-blue {
  background-color: var(--gas_blue-05---bland);
  padding-block: var(--Spacing-Section-section_md);
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-section-lead {
    padding-block: 56px;
  }
}
.l-hikkoshi-heading {
  color: var(--Text-text_primary);
  font-size: 1.6rem;
  font-weight: 700;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 12px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-heading {
    font-size: 1.8rem;
  }
}
.l-hikkoshi-heading::before, .l-hikkoshi-heading::after {
  content: "";
  width: 2px;
  height: 2em;
  background-color: var(--gas_blue-05---bland);
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-heading::before, .l-hikkoshi-heading::after {
    height: 1.25em;
  }
}
.l-hikkoshi-heading::before {
  rotate: -30deg;
  margin-right: 0.75em;
}
.l-hikkoshi-heading::after {
  rotate: 30deg;
  margin-left: 0.75em;
}
.l-hikkoshi-heading-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--bluegray-05);
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-heading-desc {
    font-size: 1.6rem;
  }
}
.is-open .l-hikkoshi-heading-desc {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.l-hikkoshi-article div > * + * {
  margin-top: 16px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-article div > * + * {
    margin-top: 24px;
  }
}
.l-hikkoshi-article .l-hikkoshi-image {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.l-hikkoshi-article .l-hikkoshi-image img {
  width: 100%;
}
.l-hikkoshi-article.terms div > * + * {
  margin-top: 24px;
}
.l-hikkoshi-box {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-box {
    gap: 24px;
  }
}
.l-hikkoshi-box + .l-hikkoshi-box {
  margin-top: 16px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-box + .l-hikkoshi-box {
    margin-top: 40px;
  }
}
.l-hikkoshi-box-block {
  position: relative;
  padding: 40px 20px 20px;
  border-radius: 10px;
  box-shadow: var(--theme-shadow-gray);
  background: var(--Fill-Bluegray-bluegray_00);
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-box-block {
    padding: 64px 108px;
    border-radius: 14px;
  }
}
.l-hikkoshi-box-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-box-title {
    font-size: 3.2rem;
  }
}
.l-hikkoshi-box-text {
  margin-top: 24px;
  color: var(--bluegray-05);
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-box-text {
    margin-top: 32px;
  }
}
.l-hikkoshi-box-come {
  position: relative;
  display: block;
  width: fit-content;
  margin: 24px auto 40px;
  padding: 0.65em 1.5em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  border-radius: 999px;
  background-color: var(--gas_blue-05---bland);
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-box-come {
    font-size: 2rem;
    margin: 24px auto 50px;
  }
}
.l-hikkoshi-box-come::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 14px;
  height: 6px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  translate: -50% 0;
  background-color: var(--gas_blue-05---bland);
}

.is-pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .is-pc {
    display: block !important;
  }
}

.is-sp {
  display: block;
}
@media screen and (min-width: 1025px) {
  .is-sp {
    display: none !important;
  }
}

.l-hikkoshi-link-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-link-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-hikkoshi-link-list-wrap {
  background-color: var(--Fill-Bluegray-bluegray_00);
  position: relative;
  padding-block: var(--Spacing-Section-section_md);
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-link-list-wrap {
    padding-block: var(--Spacing-Section-section_sm);
  }
}
.l-hikkoshi-link-list-item > a {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: var(--Border-border_lightgray) solid 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  transition: color 300ms ease;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-link-list-item > a {
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  .l-hikkoshi-link-list-item > a:hover {
    color: var(--Text-text_blue);
  }
}
.l-hikkoshi-link-list-item > a > i {
  width: 16px;
  min-width: 16px;
}
/* .l-hikkoshi-link-list-item:last-child > a {
  border-bottom: none;
} */
/* @media screen and (min-width: 1025px) {
  .l-hikkoshi-link-list-item:nth-last-child(-n+2) > a {
    border-bottom: none;
  }
} */
@media screen and (min-width: 1025px) {
  .l-hikkoshi-accordion .l-hikkoshi-link-list-item.border a {
    border-bottom: var(--Border-border_lightgray) solid 1px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-accordion .l-hikkoshi-link-list-item.no-border a {
    border: none;
  }
}
.l-hikkoshi-link-card {
  width: 100%;
  background-color: var(--Fill-Bluegray-bluegray_00);
  border-radius: 10px;
  box-shadow: var(--theme-shadow-gray);
  margin-top: 0 !important;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-link-card {
    border-radius: 14px;
  }
}
.l-hikkoshi-link-card-wrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 8px;
}
.l-hikkoshi-link-card-title {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 52px 16px 20px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-link-card-title {
    font-size: 2.4rem;
    padding: 24px 64px 24px 48px;
  }
}
.l-hikkoshi-link-card-title.--md {
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-link-card-title.--md {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-link-card-title.small {
    font-size: 2rem;
  }
}
.l-hikkoshi-link-card-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: rotate(45deg) translate(0, -50%);
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-link-card-icon {
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--Border-border_blue);
    border-right: 2px solid var(--Border-border_blue);
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-link-card-icon {
    width: 10px;
    height: 10px;
    border-top: 3px solid var(--Border-border_blue);
    border-right: 3px solid var(--Border-border_blue);
  }
}
.l-hikkoshi-link-card-inner {
  display: none;
  padding: 0 20px 16px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-link-card-inner {
    padding: 0 48px 24px;
  }
}
.l-hikkoshi-link-card.disabled {
  background-color: #eaeaea;
  pointer-events: none;
}
.l-hikkoshi-link-card.disabled .l-hikkoshi-link-card-title {
  color: #9ca3ab;
}
.l-hikkoshi-link-card.disabled .l-hikkoshi-link-card-icon {
  border-color: var(--Border-border_gray);
}
.l-hikkoshi-textlink-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.l-hikkoshi-textlink-list-item:not(:last-child) {
  padding-right: 12px;
  border-right: var(--Border-border_white) solid 1px;
}
.l-hikkoshi-textlink-list-item > a {
  font-size: 1.4rem;
  color: var(--Text-text_blue);
}
@media (any-hover: hover) {
  .l-hikkoshi-textlink-list-item > a:hover {
    text-decoration: underline;
  }
}
.l-hikkoshi-number-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 4px;
}
.l-hikkoshi-number-list > li {
  counter-increment: list-number-counter;
  color: var(--Text-text_secondary);
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
}
.l-hikkoshi-number-list > li::before {
  min-width: 1lh;
  flex-shrink: 0;
  content: counter(list-number-counter) ".";
}
.l-hikkoshi-number-list > li > span {
  flex: 1;
}
.l-hikkoshi-number-sub-list {
  width: 100%;
  padding-left: 1lh;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 4px;
}
.l-hikkoshi-number-sub-list > li {
  counter-increment: list-sub-number-counter;
  color: var(--Text-text_secondary);
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
}
.l-hikkoshi-number-sub-list > li::before {
  min-width: 1lh;
  flex-shrink: 0;
  content: "(" counter(list-sub-number-counter) ")";
}
.l-hikkoshi-number-sub-list > li > span {
  flex: 1;
}

.l-hikkoshi-button {
  max-width: 100%;
  display: inline-block;
  color: var(--Border-border_blue);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Border-border_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
  position: relative;
}
.l-hikkoshi-button > i {
  width: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  aspect-ratio: auto;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-button > i {
    width: 16px;
    right: 14px;
  }
}
@media (any-hover: hover) {
  .l-hikkoshi-button:hover {
    background: var(--Fill-Blue-blue_02);
  }
}
.l-hikkoshi-button.large, .l-hikkoshi-button.wide {
  font-size: 1.6rem;
  padding: 10px 22px;
  padding-right: 30px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-button.large, .l-hikkoshi-button.wide {
    padding: 14px 30px;
    padding-right: 38px;
    font-size: 1.8rem;
  }
}
.l-hikkoshi-button.large {
  width: 520px;
}
.l-hikkoshi-button.small {
  width: 200px;
  font-size: 1.4rem;
  padding: 8px 18px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-button.small {
    max-width: 320px;
    padding: 14px 30px;
    font-size: 1.8rem;
  }
}
.l-hikkoshi-button.wide {
  width: 100%;
}
.l-hikkoshi-button.fill {
  background: var(--Text-text_blue);
  color: var(--Text-text_white);
}
@media (any-hover: hover) {
  .l-hikkoshi-button.fill:hover {
    background: var(--Fill-Blue-blue_04---hover);
    border-color: var(--Fill-Blue-blue_04---hover);
  }
}
.l-hikkoshi-button.orange {
  background-color: var(--Fill-Orange-orange_05);
  color: var(--Text-text_white);
  padding: 12px 24px;
  border: none;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-button.orange {
    padding: 16px 32px;
  }
}
@media (any-hover: hover) {
  .l-hikkoshi-button.orange:hover {
    background: var(--Fill-Orange-orange_04---hover);
  }
}
.l-hikkoshi-button.icon > i, .l-hikkoshi-button.back > i {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1/1;
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
}
.l-hikkoshi-button.icon {
  width: auto;
}
.l-hikkoshi-button.icon > i {
  margin-right: 6px;
}
.l-hikkoshi-button.back > i {
  transform: scaleX(-1) translateY(2px);
  margin-left: 8px;
}
.l-hikkoshi-button.down > i {
  transform: rotate(90deg);
}
.l-hikkoshi-button .plus,
.l-hikkoshi-button .minus {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.l-hikkoshi-button.is-open .plus {
  display: none;
}
.l-hikkoshi-text-link {
  color: var(--Text-text_blue);
  font-size: 1.2rem;
  transition: color 300ms;
}
.l-hikkoshi-text-link-wrap {
  text-align: center;
  margin-top: 8px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-text-link {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .l-hikkoshi-text-link:hover {
    color: var(--gas_blue-04);
  }
}

.l-hikkoshi-input-section {
  padding-block: var(--Spacing-Section-section_sm);
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-section {
    padding-block: var(--Spacing-Section-section_md);
  }
}
.l-hikkoshi-input-step-section {
  padding: 32px 0 60px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-step-section {
    padding-block: 64px;
  }
}
.l-hikkoshi-input-step-num {
  width: 68px;
  height: 28px;
  background-color: var(--Fill-Blue-blue_05---bland);
  color: var(--Text-text_white);
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: var(--Radius-radius_full);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: -12px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-step-num {
    width: 102px;
    height: 44px;
    font-size: 2rem;
    top: -22px;
  }
}
.l-hikkoshi-input-block-line {
  padding-bottom: 32px;
  border-bottom: var(--Border-border_white) dotted 3px;
  position: relative;
}
.l-hikkoshi-input-wrap {
  margin-block: 12px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-wrap {
    margin-block: 20px;
  }
}
.l-hikkoshi-input-wrap.m-0 {
  margin: 0;
}
.l-hikkoshi-input-wrap:last-child {
  margin-bottom: 0;
}
.l-hikkoshi-input-wrap.input-2, .l-hikkoshi-input-wrap.input-2-pc, .l-hikkoshi-input-wrap.input-2-1, .l-hikkoshi-input-wrap.input-3, .l-hikkoshi-input-wrap.input-4 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
.l-hikkoshi-input-wrap.input-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-wrap.input-2-pc {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-input-wrap.input-2-1 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
  }
  .l-hikkoshi-input-wrap.input-2-1 > *:nth-child(1), .l-hikkoshi-input-wrap.input-2-1 > *:nth-child(2) {
    flex: 1 1 calc(50% - 8px);
  }
  .l-hikkoshi-input-wrap.input-2-1 > *:nth-child(3) {
    flex: 1 1 100%;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-wrap.input-3, .l-hikkoshi-input-wrap.input-3-pc {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-hikkoshi-input-wrap.floors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-wrap.floors {
    gap: 0 12px;
  }
}
.l-hikkoshi-input-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--Spacing-Size-lg);
  margin-bottom: var(--Spacing-Size-sm);
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-title {
    margin-top: var(--Spacing-Size-xxxl);
  }
}
.l-hikkoshi-input-title > span:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-title > span:nth-of-type(1) {
    font-size: 2.4rem;
  }
}
.l-hikkoshi-input-title > span:nth-of-type(1) > span {
  height: 20px;
  color: #9ca3ab;
  font-size: 1rem;
  font-weight: 700;
  border: #9ca3ab solid 1px;
  border-radius: var(--Radius-radius_full);
  display: inline-flex;
  align-items: center;
  padding: 0 0.75em;
  margin-left: 8px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-title > span:nth-of-type(1) > span {
    height: 26px;
    font-size: 1.6rem;
  }
}
.l-hikkoshi-input-title > span:nth-of-type(1) > span.required {
  color: var(--orange-05);
  border-color: var(--orange-05);
}
.l-hikkoshi-input-title > span:nth-of-type(2) {
  font-size: 1rem;
  color: var(--Text-text_primary);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-title > span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
.l-hikkoshi-input-title > span:nth-of-type(2) > i {
  width: 14px;
  line-height: 1;
  margin-right: 2px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-title > span:nth-of-type(2) > i {
    width: 20px;
    margin-right: 5px;
  }
}
.l-hikkoshi-input-title > span:nth-of-type(2) > i img {
  width: 100%;
}
.l-hikkoshi-input-title > span:nth-of-type(2).is-none {
  display: none;
}
.l-hikkoshi-input-title > span:nth-of-type(2).is-success {
  display: inline-flex;
}
.l-hikkoshi-input-title > a,
.l-hikkoshi-input-title > button {
  color: var(--Text-text_blue);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-title > a,
  .l-hikkoshi-input-title > button {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .l-hikkoshi-input-title > a:hover,
  .l-hikkoshi-input-title > button:hover {
    text-decoration: none;
  }
}
.l-hikkoshi-input, .l-hikkoshi-select {
  background-color: var(--bluegray-00);
}
.l-hikkoshi-input.small, .l-hikkoshi-select.small {
  width: 115px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input.small, .l-hikkoshi-select.small {
    width: 196px;
  }
}
.l-hikkoshi-input.middle, .l-hikkoshi-select.middle {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input.middle, .l-hikkoshi-select.middle {
    width: 392px;
  }
}
.l-hikkoshi-input.xsmall, .l-hikkoshi-select.xsmall {
  width: 80px;
}
.l-hikkoshi-input + .l-hikkoshi-input-wrap, .l-hikkoshi-select + .l-hikkoshi-input-wrap {
  margin-top: 12px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input + .l-hikkoshi-input-wrap, .l-hikkoshi-select + .l-hikkoshi-input-wrap {
    margin-top: 20px;
  }
}
.l-hikkoshi-input, .l-hikkoshi-select select {
  width: 100%;
  color: var(--bluegray-06);
  font-size: 1.4rem;
  border: 1px solid var(--bluegray-03);
  border-radius: var(--Radius-radius_sm);
  padding: 0.5em 1em;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input, .l-hikkoshi-select select {
    font-size: 1.6rem;
  }
}
.l-hikkoshi-input:read-only {
  background-color: #eaeaea;
  pointer-events: none;
}
.l-hikkoshi-input.is-alert {
  color: var(--orange-04);
  outline: 3px solid var(--orange-04);
  outline-offset: -3px;
}
.l-hikkoshi-input-floors-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-floors-item {
    width: auto;
    gap: 0 12px;
  }
}
.l-hikkoshi-select {
  position: relative;
}
.l-hikkoshi-select-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-select-wrap {
    gap: 12px;
    justify-content: flex-start;
  }
}
.l-hikkoshi-select-wrap > span {
  font-size: 1.6rem;
  white-space: nowrap;
}
.l-hikkoshi-select-wrap.center {
  align-items: center;
}
.l-hikkoshi-select-wrap.center > span {
  white-space: normal;
}
.l-hikkoshi-select-wrap:has(.xsmall) > span {
  flex: 1;
  white-space: normal;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-select-wrap:has(.xsmall) > span {
    flex: none;
  }
}
.l-hikkoshi-select select {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.l-hikkoshi-select select:focus-visible {
  outline: 3px solid var(--orange-04);
  outline-offset: -3px;
}
.l-hikkoshi-select::before {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url("/hikkoshi/assets/img/icon/icon_arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 0 -50%;
  z-index: 0;
}
.l-hikkoshi-select.is-alert select {
  color: var(--orange-06);
  outline: 3px solid var(--orange-05);
  outline-offset: -3px;
}
.l-hikkoshi-select.is-alert::before {
  background-image: url("/hikkoshi/assets/img/icon/icon_arrow-down-orange.svg");
}
.l-hikkoshi-radio, .l-hikkoshi-check {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.l-hikkoshi-radio-wrap, .l-hikkoshi-check-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 20px;
  margin-top: 12px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-radio-wrap, .l-hikkoshi-check-wrap {
    margin-top: 20px;
    gap: 20px 24px;
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-radio-wide, .l-hikkoshi-check-wide {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-hikkoshi-radio-col-pc, .l-hikkoshi-check-col-pc {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-radio-col-pc, .l-hikkoshi-check-col-pc {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-hikkoshi-radio-icon, .l-hikkoshi-check-icon {
  width: 20px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  outline: none;
  appearance: none;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
}
.l-hikkoshi-radio-input, .l-hikkoshi-check-input {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.l-hikkoshi-radio > span:last-child, .l-hikkoshi-check > span:last-child {
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-radio > span:last-child.small, .l-hikkoshi-check > span:last-child.small {
    font-size: 1.4rem;
  }
}
.l-hikkoshi-radio-text, .l-hikkoshi-check-text {
  font-size: 1.1rem;
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-radio-text, .l-hikkoshi-check-text {
    font-size: 1.4rem;
  }
}
.l-hikkoshi-radio-text a, .l-hikkoshi-check-text a {
  color: var(--Text-text_blue);
  text-decoration: underline;
}
.l-hikkoshi-radio-text a > i, .l-hikkoshi-check-text a > i {
  vertical-align: sub;
  margin-left: 5px;
}
@media (any-hover: hover) {
  .l-hikkoshi-radio-text a:hover, .l-hikkoshi-check-text a:hover {
    text-decoration: none;
  }
}
.l-hikkoshi-radio-icon {
  background-image: url("/hikkoshi/assets/img/icon/icon_off_circle.svg");
}
.l-hikkoshi-radio-input:checked + .l-hikkoshi-radio-icon {
  background-image: url("/hikkoshi/assets/img/icon/icon_check_on_circle.svg");
}
.l-hikkoshi-check-icon {
  background-image: url("/hikkoshi/assets/img/icon/icon_off_square.svg");
}
.l-hikkoshi-check-input:checked + .l-hikkoshi-check-icon {
  background-image: url("/hikkoshi/assets/img/icon/icon_check_on_square.svg");
}
.l-hikkoshi-radio-list, .l-hikkoshi-check-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
.l-hikkoshi-radio-list-wrap, .l-hikkoshi-check-list-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 12px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-radio-list-wrap, .l-hikkoshi-check-list-wrap {
    margin-top: 20px;
    gap: 8px 24px;
  }
}
.l-hikkoshi-radio-list-icon, .l-hikkoshi-check-list-icon {
  width: 20px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  outline: none;
  appearance: none;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}
.l-hikkoshi-radio-list-input, .l-hikkoshi-check-list-input {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-radio-list, .l-hikkoshi-check-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.l-hikkoshi-radio-list-label, .l-hikkoshi-check-list-label {
  background-color: var(--Fill-Bluegray-bluegray_00);
  border: var(--Border-border_gray) solid 1px;
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-radio-list-label, .l-hikkoshi-check-list-label {
    padding: 16px;
  }
}
.l-hikkoshi-radio-list-thumb, .l-hikkoshi-check-list-thumb {
  width: 64px;
  margin-right: 12px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-radio-list-thumb, .l-hikkoshi-check-list-thumb {
    width: 72px;
  }
}
.l-hikkoshi-radio-list-detail, .l-hikkoshi-check-list-detail {
  flex: 1;
}
.l-hikkoshi-radio-list-description, .l-hikkoshi-check-list-description {
  font-size: 1.4rem;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-radio-list-description, .l-hikkoshi-check-list-description {
    font-size: 1.6rem;
  }
}
.l-hikkoshi-radio-list-information, .l-hikkoshi-check-list-information {
  color: #9ca3ab;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 6px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-radio-list-information, .l-hikkoshi-check-list-information {
    font-size: 1.4rem;
  }
}
.l-hikkoshi-radio-list-icon {
  background-image: url("/hikkoshi/assets/img/icon/icon_off_circle.svg");
}
.l-hikkoshi-radio-list-input:checked + .l-hikkoshi-radio-list-icon {
  background-image: url("/hikkoshi/assets/img/icon/icon_check_on_circle.svg");
}
.l-hikkoshi-check-list-icon {
  background-image: url("/hikkoshi/assets/img/icon/icon_off_square.svg");
}
.l-hikkoshi-check-list-input:checked + .l-hikkoshi-check-list-icon {
  background-image: url("/hikkoshi/assets/img/icon/icon_check_on_square.svg");
}
.l-hikkoshi-input-error {
  color: #ee3b0e;
  margin-top: 12px;
  display: block;
}
.l-hikkoshi-input-result {
  color: var(--Text-text_blue);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.l-hikkoshi-input-result-wrap {
  background-color: var(--Fill-Bluegray-bluegray_00);
  border-radius: 4px;
  padding: 20px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-result-wrap {
    padding: 24px;
  }
}
.l-hikkoshi-input-result-wrap.simulation {
  border-radius: 14px;
  box-shadow: var(--theme-shadow-gray);
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-result-wrap.simulation {
    padding: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-result {
    font-size: 1.6rem;
  }
}
.l-hikkoshi-input-result-simulation {
  width: 100%;
  max-width: 840px;
  padding-inline: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-result-simulation {
    max-width: 896px;
    padding-inline: 48px;
  }
}
.l-hikkoshi-input-result-price {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-result-price {
    font-size: 3.2rem;
  }
}
.l-hikkoshi-input-result-price > span {
  font-size: 3.2rem;
  color: var(--Text-text_orange);
  display: inline-block;
  margin: 0 6px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-input-result-price > span {
    font-size: 4.8rem;
  }
}
.l-hikkoshi-complete-number {
  background-color: var(--Fill-Bluegray-bluegray_00);
  border-radius: 4px;
  padding: 20px;
  margin-block: 24px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-complete-number {
    max-width: 800px;
    margin-top: 48px;
    margin-inline: auto;
  }
}
.l-hikkoshi-complete-number p {
  color: var(--Text-text_blue);
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-complete-number p {
    font-size: 1.6rem;
  }
}
.l-hikkoshi-complete-market_price {
  border-radius: 10px;
  background-color: var(--Fill-Bluegray-bluegray_00);
  border: #cae4ff solid 2px;
  margin-top: 32px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-complete-market_price {
    max-width: 800px;
    margin-top: 48px;
    margin-inline: auto;
  }
}
.l-hikkoshi-complete-market_price-heading {
  background-color: #cae4ff;
  color: var(--Text-text_blue);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 8px 0;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-complete-market_price-heading {
    font-size: 1.8rem;
    padding: 16px 0;
  }
}
.l-hikkoshi-complete-market_price-inner {
  text-align: center;
  padding: 16px 20px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-complete-market_price-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 32px 48px;
  }
}
.l-hikkoshi-complete-market_price-box {
  background-color: var(--Fill-Bluegray-bluegray_01);
  border-radius: 4px;
  text-align: center;
  padding: 8px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-complete-market_price-box {
    padding: 12px 16px;
    margin-right: 24px;
  }
}
.l-hikkoshi-complete-market_price-box > span {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-complete-market_price-box > span {
    font-size: 1.4rem;
  }
}
.l-hikkoshi-complete-market_price-price {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-complete-market_price-price {
    font-size: 2.4rem;
    margin-top: 0;
  }
}
.l-hikkoshi-complete-market_price-price > span {
  margin: 0 0.25em;
}
.l-hikkoshi-complete-market_price-price > span > strong {
  font-size: 2.8rem;
  color: var(--Text-text_orange);
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-complete-market_price-price > span > strong {
    font-size: 3.6rem;
  }
}
.l-hikkoshi-complete-market_price-note {
  width: 100%;
  font-size: 1.1rem;
  color: var(--Text-text_secondary);
  margin-top: 8px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-complete-market_price-note {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}

.l-hikkoshi-tab {
  position: relative;
  z-index: 1;
}
.l-hikkoshi-tab-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.l-hikkoshi-tab-wrap::-webkit-scrollbar {
  display: none;
}
.l-hikkoshi-tab-list, .l-hikkoshi-tab-radio-list {
  width: 100%;
  display: flex;
  column-gap: 4px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-tab-list, .l-hikkoshi-tab-radio-list {
    column-gap: 8px;
  }
}
.l-hikkoshi-tab-list::before, .l-hikkoshi-tab-radio-list::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: var(--Fill-Blue-blue_01);
  border-top: var(--Border-border_gray) solid 1px;
  border-left: var(--Border-border_gray) solid 1px;
  border-right: var(--Border-border_gray) solid 1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.l-hikkoshi-tab-radio-list > input {
  display: none;
}
.l-hikkoshi-tab-item, .l-hikkoshi-tab-radio-item {
  flex: 1;
  min-height: 40px;
  background-color: var(--Fill-Blue-blue_01);
  font-size: 1.4rem;
  border-radius: 4px 4px 0 0;
  border-top: var(--Border-border_gray) solid 1px;
  border-right: var(--Border-border_gray) solid 1px;
  border-left: var(--Border-border_gray) solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  padding-top: 6px;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-tab-item, .l-hikkoshi-tab-radio-item {
    min-height: 50px;
    font-size: 1.6rem;
  }
}
.l-hikkoshi-tab-item span, .l-hikkoshi-tab-radio-item span {
  color: #9ca3ab;
  transition: color 300ms ease-out;
}
.l-hikkoshi-tab-item::before, .l-hikkoshi-tab-item::after, .l-hikkoshi-tab-radio-item::before, .l-hikkoshi-tab-radio-item::after {
  content: "";
  width: 100%;
  position: absolute;
  transition: all 300ms ease-out;
}
.l-hikkoshi-tab-item::before, .l-hikkoshi-tab-radio-item::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: var(--Border-border_gray);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px 3px 0 0;
}
.l-hikkoshi-tab-item::after, .l-hikkoshi-tab-radio-item::after {
  width: 100%;
  height: 10px;
  background-color: var(--Fill-Blue-blue_01);
  bottom: -10px;
  left: 0;
  opacity: 0;
}
@media (any-hover: hover) {
  .l-hikkoshi-tab-item:hover::before, .l-hikkoshi-tab-radio-item:hover::before {
    background-color: var(--Fill-Blue-blue_05---bland);
  }
  .l-hikkoshi-tab-item:hover span, .l-hikkoshi-tab-radio-item:hover span {
    color: var(--Text-text_primary);
  }
}
.l-hikkoshi-tab-item.is-current::before, .l-hikkoshi-tab-radio-item.is-current::before {
  background-color: var(--Fill-Blue-blue_05---bland);
}
.l-hikkoshi-tab-item.is-current::after, .l-hikkoshi-tab-radio-item.is-current::after {
  opacity: 1;
}
.l-hikkoshi-tab-item.is-current span, .l-hikkoshi-tab-radio-item.is-current span {
  color: var(--Text-text_primary);
}
.l-hikkoshi-tab-panel, .l-hikkoshi-tab-radio-panel {
  background-color: var(--Fill-Blue-blue_01);
  border-left: var(--Border-border_gray) solid 1px;
  border-right: var(--Border-border_gray) solid 1px;
  border-bottom: var(--Border-border_gray) solid 1px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-tab-panel, .l-hikkoshi-tab-radio-panel {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }
}
.l-hikkoshi-tab-panel-item, .l-hikkoshi-tab-radio-panel-item {
  display: none;
  padding: 20px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-tab-panel-item, .l-hikkoshi-tab-radio-panel-item {
    padding: 48px;
  }
}
.l-hikkoshi-tab-panel-item.is-active, .l-hikkoshi-tab-radio-panel-item.is-active {
  display: block;
}
.l-hikkoshi-tab.--full {
  transform: translateY(-40px);
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-tab.--full {
    transform: translateY(-50px);
  }
}
.l-hikkoshi-tab.--full .l-hikkoshi-tab-panel {
  border: none;
}
.l-hikkoshi-tab.--full .l-hikkoshi-tab-panel-item {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-tab.--full .l-hikkoshi-tab-panel-item {
    padding-top: 56px;
  }
}
.l-hikkoshi-tab.--full .l-hikkoshi-tab-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 1px;
  background-color: var(--Border-border_gray);
  transform: translateX(-50%);
}
.l-hikkoshi-tab.--full .l-hikkoshi-tab-list::before {
  content: none;
}
.l-hikkoshi-tab.--full .l-hikkoshi-tab-item {
  border-bottom: 1px solid var(--Border-border_gray);
}
.l-hikkoshi-tab.tab-bottom {
  padding-top: 0;
}
.l-hikkoshi-tab.tab-bottom .l-hikkoshi-tab-wrap {
  position: relative;
}
.l-hikkoshi-tab.tab-bottom .l-hikkoshi-tab-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 1px;
  background-color: var(--Border-border_gray);
  transform: translateX(-50%);
}
.l-hikkoshi-tab.tab-bottom .l-hikkoshi-tab-list::before {
  content: none;
}
.l-hikkoshi-tab.tab-bottom .l-hikkoshi-tab-item {
  padding-bottom: 10px;
  border-radius: 0 0 4px 4px;
  border-bottom: var(--Border-border_gray) solid 1px;
}
.l-hikkoshi-tab.tab-bottom .l-hikkoshi-tab-item::before {
  top: auto;
  bottom: 0;
  border-radius: 0 0 3px 3px;
}
.l-hikkoshi-tab.tab-bottom .l-hikkoshi-tab-item.is-current::after {
  top: -8px;
  bottom: auto;
}

.l-hikkoshi-tab.dark .l-hikkoshi-tab-list::before, .l-hikkoshi-tab.dark .l-hikkoshi-tab-item, .l-hikkoshi-tab.dark .l-hikkoshi-tab-item::after, .l-hikkoshi-tab.dark .l-hikkoshi-tab-panel-item,
.l-hikkoshi-tab.dark .l-hikkoshi-tab-radio-list::before,
.l-hikkoshi-tab.dark .l-hikkoshi-tab-radio-item,
.l-hikkoshi-tab.dark .l-hikkoshi-tab-radio-item::after,
.l-hikkoshi-tab.dark .l-hikkoshi-tab-radio-panel-item,
.l-hikkoshi-tab-radio.dark .l-hikkoshi-tab-list::before,
.l-hikkoshi-tab-radio.dark .l-hikkoshi-tab-item,
.l-hikkoshi-tab-radio.dark .l-hikkoshi-tab-item::after,
.l-hikkoshi-tab-radio.dark .l-hikkoshi-tab-panel-item,
.l-hikkoshi-tab-radio.dark .l-hikkoshi-tab-radio-list::before,
.l-hikkoshi-tab-radio.dark .l-hikkoshi-tab-radio-item,
.l-hikkoshi-tab-radio.dark .l-hikkoshi-tab-radio-item::after,
.l-hikkoshi-tab-radio.dark .l-hikkoshi-tab-radio-panel-item {
  background-color: #cae4ff;
}

.l-hikkoshi-table {
  width: 100%;
}
.l-hikkoshi-table-fixed {
  table-layout: fixed;
}
.l-hikkoshi-table tr th:not(:last-child) {
  border-right: var(--Border-border_white) solid 1px;
}
.l-hikkoshi-table tr:not(:last-child) th {
  border-bottom: var(--Border-border_white) solid 1px;
}
.l-hikkoshi-table tr:first-child td {
  border-top: var(--Border-border_lightgray) solid 1px;
}
.l-hikkoshi-table th,
.l-hikkoshi-table td {
  font-size: 1.2rem;
  vertical-align: middle;
  padding: 10px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-table th,
  .l-hikkoshi-table td {
    font-size: 1.4rem;
    padding: 14px;
  }
}
.l-hikkoshi-table th {
  width: 100px;
  background-color: var(--Fill-Blue-blue_02);
  vertical-align: middle;
  font-weight: 400;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-table th {
    width: 300px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-table th:first-child {
    min-width: 300px;
    width: 300px;
  }
}
.l-hikkoshi-table th.maw-110 {
  min-width: 110px;
  width: 110px;
}
@media screen and (min-width: 768px) {
  .l-hikkoshi-table th.maw-300-sm {
    min-width: 300px;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .l-hikkoshi-table-head-fixed {
    position: sticky;
    top: 0;
    left: 0;
  }
  .l-hikkoshi-table-head-fixed::before, .l-hikkoshi-table-head-fixed::after {
    content: "";
    position: absolute;
    background-color: var(--Border-border_white);
    z-index: 1;
  }
  .l-hikkoshi-table-head-fixed::before {
    width: 1px;
    height: 100%;
    right: -1px;
    top: 0;
  }
  .l-hikkoshi-table-head-fixed::after {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
  }
}
.l-hikkoshi-table-fixed th,
.l-hikkoshi-table-fixed td {
  width: auto;
}
.l-hikkoshi-table-fixed.center td {
  text-align: center;
}
.l-hikkoshi-table td {
  background-color: var(--Fill-Bluegray-bluegray_00);
  border-right: var(--Border-border_lightgray) solid 1px;
  border-bottom: var(--Border-border_lightgray) solid 1px;
}
@media screen and (min-width: 768px) {
  .l-hikkoshi-table-scroll {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 767px) {
  .l-hikkoshi-table-scroll {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden !important;
    padding-bottom: 16px;
  }
  .l-hikkoshi-table-scroll::-webkit-scrollbar {
    height: 8px;
  }
  .l-hikkoshi-table-scroll::-webkit-scrollbar-track {
    background: var(--Border-border_white);
    border-radius: var(--Radius-radius_full);
  }
  .l-hikkoshi-table-scroll::-webkit-scrollbar-thumb {
    background: var(--Border-border_blue);
    border-radius: var(--Radius-radius_full);
  }
}
@media screen and (max-width: 767px) {
  .l-hikkoshi-table-scroll .l-hikkoshi-table {
    width: 840px;
  }
}
@media screen and (max-width: 540px) {
  .l-hikkoshi-table-scroll .l-hikkoshi-table.narrow {
    width: 500px;
  }
}
.l-hikkoshi-table.thin th {
  background-color: var(--gas_blue-01);
}
.l-hikkoshi-table.thin th:first-child {
  border-right: var(--Border-border_lightgray) solid 1px;
}
.l-hikkoshi-table.thin tr:not(:last-child) th {
  border-bottom-color: var(--Border-border_lightgray);
}
.l-hikkoshi-table.full th,
.l-hikkoshi-table.full td {
  width: 100%;
  display: block;
}
.l-hikkoshi-table.full tr:not(:last-child) th,
.l-hikkoshi-table.full tr:not(:last-child) td {
  border-top: none;
  border-bottom: none;
}
.l-hikkoshi-table.full tr:not(:last-child) th {
  border-right: none;
}
.l-hikkoshi-table.full td {
  border-right: var(--Border-border_lightgray) solid 1px;
  border-left: var(--Border-border_lightgray) solid 1px;
}
.l-hikkoshi-table.full.thin tr:not(:last-child) th,
.l-hikkoshi-table.full.thin tr:not(:last-child) td {
  border-bottom: var(--Border-border_lightgray) solid 1px;
}
.l-hikkoshi-table.full.thin tr:last-child th {
  border-bottom: var(--Border-border_lightgray) solid 1px;
}
.l-hikkoshi-table.full.thin tr:last-child td {
  border-bottom: none;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-table.flex tbody {
    display: flex;
    flex-wrap: wrap;
  }
  .l-hikkoshi-table.flex tr {
    width: 50%;
    display: table;
  }
  .l-hikkoshi-table.flex tr:nth-of-type(2) td {
    border-top: var(--Border-border_lightgray) solid 1px;
  }
  .l-hikkoshi-table.flex th {
    width: 160px;
  }
}

.l-hikkoshi-text-leading {
  color: var(--Text-text_secondary);
  line-height: 1.8;
}

.l-hikkoshi-mitsumori-content {
  background: var(--Fill-Bluegray-bluegray_00);
  border-radius: 10px;
  box-shadow: var(--theme-shadow-gray);
  padding: 20px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-content {
    border-radius: 14px;
    padding: 32px 40px;
  }
}
.l-hikkoshi-mitsumori-step {
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-mitsumori-step {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) and (max-width: 320px) {
  .l-hikkoshi-mitsumori-step {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-step {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 20px;
  }
}
.l-hikkoshi-mitsumori-step > li {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-step > li {
    display: grid;
    grid-template-columns: 70px auto;
    column-gap: 6px;
    align-items: center;
  }
  .l-hikkoshi-mitsumori-step > li:first-child {
    grid-template-columns: 100px auto;
    column-gap: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-step > li:not(:last-child) {
    padding-right: 15px;
  }
}
.l-hikkoshi-mitsumori-step > li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 62px;
  background-color: var(--bluegray-02);
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-step > li:not(:last-child)::after {
    height: 50px;
  }
}
.l-hikkoshi-mitsumori-step > li > img {
  width: 60px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-step > li > img {
    width: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-step > li:first-child > img {
    width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-mitsumori-step > li:first-child > img {
    width: auto;
    object-fit: contain;
    height: 25px;
    padding: 24px 0 10px;
    translate: -4px 0;
    box-sizing: content-box;
  }
}
.l-hikkoshi-mitsumori-step > li > span {
  display: block;
  color: var(--bluegray-06);
  font-weight: 700;
  font-size: 1.1rem;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-step > li > span {
    font-size: 2.08rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .l-hikkoshi-mitsumori-step > li > span {
    font-size: 1.6rem;
  }
}
.l-hikkoshi-mitsumori-step > li > span > span {
  color: var(--orange-05);
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-mitsumori-step > li > span > img {
    width: 48px;
    translate: 0 2px;
    margin-left: -6px;
    margin-right: 1px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-step > li > span > img {
    width: 100px;
    translate: 0 8px;
    margin-right: 2px;
  }
}
.l-hikkoshi-mitsumori-heading {
  color: var(--gas_blue-05---bland);
  font-size: 1.8rem;
  font-weight: 700;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-heading {
    font-size: 2.4rem;
  }
}
.l-hikkoshi-mitsumori-heading::before, .l-hikkoshi-mitsumori-heading::after {
  content: "";
  width: 2px;
  height: 2em;
  background-color: var(--gas_blue-05---bland);
  display: inline-block;
  vertical-align: middle;
}
.l-hikkoshi-mitsumori-heading::before {
  rotate: -30deg;
  margin-right: 0.75em;
}
.l-hikkoshi-mitsumori-heading::after {
  rotate: 30deg;
  margin-left: 0.75em;
}
.l-hikkoshi-mitsumori-heading-small {
  color: var(--Text-text_primary);
  font-size: 1.4rem;
  margin: 40px auto 20px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-heading-small {
    font-size: 1.6rem;
  }
}
.l-hikkoshi-mitsumori-heading-small::before, .l-hikkoshi-mitsumori-heading-small::after {
  background-color: var(--orange-06);
}
.l-hikkoshi-mitsumori-input-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 8px;
  margin: 16px auto 24px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-input-list {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin: 16px 0 28px;
  }
}
.l-hikkoshi-mitsumori-input-list li:first-child {
  grid-column: 1/-1;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-input-list li:first-child {
    grid-column: 1;
  }
}
.l-hikkoshi-mitsumori-input-list li:nth-child(2) {
  grid-column: 1;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-input-list li:nth-child(2) {
    grid-column: 2;
  }
}
.l-hikkoshi-mitsumori-input-list li:nth-child(3) {
  grid-column: 2;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-input-list li:nth-child(3) {
    grid-column: 3;
  }
}
.l-hikkoshi-mitsumori-input-title {
  font-size: 1.2rem;
  margin-bottom: 3px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-input-title {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
.l-hikkoshi-mitsumori-btn {
  width: 100%;
  max-width: 335px;
  height: 50px;
  background-color: var(--orange-05);
  border-radius: 4px;
  box-shadow: 0 4px 0 0 var(--orange-06);
  margin-bottom: 4px;
  padding-top: 14px;
  padding-bottom: 10px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  transition: all 100ms;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-btn {
    max-width: 680px;
    height: 74px;
    box-shadow: 0 6px 0 0 var(--orange-06);
    padding-top: 20px;
    padding-bottom: 16px;
    margin-bottom: 6px;
  }
}
@media (any-hover: hover) {
  .l-hikkoshi-mitsumori-btn:hover {
    box-shadow: 0 0 0 var(--orange-06);
    top: 4px;
  }
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-btn:hover {
    top: 6px;
  }
}
.l-hikkoshi-mitsumori-btn::before {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url("/hikkoshi/assets/img/icon/icon_arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 0 -50%;
}
.l-hikkoshi-mitsumori-btn > span {
  font-weight: 700;
}
.l-hikkoshi-mitsumori-btn > span > span:nth-of-type(1) {
  width: max-content;
  height: 2em;
  background-color: var(--bluegray-00);
  color: var(--orange-05);
  font-size: 1.2rem;
  line-height: 1;
  border: var(--orange-05) solid 1px;
  border-radius: var(--Radius-radius_full);
  display: inline-flex;
  align-items: center;
  padding: 0 1em;
  position: absolute;
  left: 50%;
  top: -1em;
  translate: -50% 0;
}
.l-hikkoshi-mitsumori-btn > span > span:nth-of-type(2) {
  color: var(--Text-text_white);
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-btn > span > span:nth-of-type(2) {
    font-size: 2.4rem;
  }
}
.l-hikkoshi-mitsumori-btn > span > span:nth-of-type(2) > span {
  height: 1.65em;
  background-color: rgba(255, 255, 255, 0.7);
  color: var(--Text-text_orange);
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  padding: 0 0.5em;
  margin-right: 8px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-mitsumori-btn > span > span:nth-of-type(2) > span {
    font-size: 2rem;
  }
}
.l-hikkoshi-fixed-cta {
  display: none;
  width: 100%;
  background-color: rgba(0, 87, 190, 0.8);
  padding: 20px 20px 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-fixed-cta {
    padding-top: 24px;
  }
}

.l-hikkoshi-archive-list {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-archive-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-archive-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .l-hikkoshi-archive-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-hikkoshi-archive-list.single {
  width: 100%;
  max-width: 800px;
  grid-template-columns: repeat(1, 1fr);
  margin-inline: auto;
}
.l-hikkoshi-archive-item {
  background: var(--Fill-Bluegray-bluegray_00);
  border-radius: var(--Radius-radius_lg);
  box-shadow: var(--theme-shadow-gray);
  position: relative;
}
.l-hikkoshi-archive-detail {
  flex: 1;
}
.l-hikkoshi-archive-link {
  display: flex;
  align-items: center;
  padding: 12px;
  position: relative;
  transition: all 300ms;
}
@media (any-hover: hover) {
  .l-hikkoshi-archive-link:hover {
    opacity: 0.7;
  }
}
.l-hikkoshi-archive-thumb {
  width: 64px;
  margin-right: 8px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-archive-thumb {
    width: 72px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .single .l-hikkoshi-archive-thumb {
    width: 120px;
    margin-right: 24px;
  }
}
.l-hikkoshi-archive-title {
  font-size: 1.4rem;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-archive-title {
    font-size: 1.6rem;
  }
}
.l-hikkoshi-archive-title.fw-n {
  font-weight: 400 !important;
}
.l-hikkoshi-archive-time {
  color: #9ca3ab;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 6px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-archive-time {
    font-size: 1.4rem;
  }
}

.l-hikkoshi-card {
  background: var(--Fill-Bluegray-bluegray_00);
  border-radius: 4px;
  box-shadow: var(--theme-shadow-gray);
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-card {
    width: 100%;
    max-width: 560px;
    border-radius: 14px;
    margin-inline: auto;
    padding: 28px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-card.wide {
    max-width: 800px;
    padding: 32px 48px;
  }
  .l-hikkoshi-card.wide + ul {
    width: 800px;
    margin-inline: auto;
  }
}
.l-hikkoshi-card-wrap {
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-card-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-hikkoshi-card-wrap-plus {
  gap: 16px;
}
.l-hikkoshi-card-wrap-plus > li:not(:last-child)::after {
  content: "";
  width: 37px;
  aspect-ratio: 1/1;
  background-image: url("/hikkoshi/assets/img/icon/icon_plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-card-wrap-plus > li:not(:last-child)::after {
    top: 50%;
    right: -28px;
    translate: 0 -50%;
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-card-wrap-plus > li:not(:last-child)::after {
    left: 50%;
    bottom: -28px;
    translate: -50% 0;
  }
}
.l-hikkoshi-card-wrap-step {
  gap: 64px;
}
.l-hikkoshi-card-wrap-step > li:not(:last-child)::after {
  content: "";
  background-color: var(--Fill-Blue-blue_02);
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-card-wrap-step > li:not(:last-child)::after {
    width: 31px;
    height: 102px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    top: 50%;
    right: -54px;
    translate: 0 -50%;
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-card-wrap-step > li:not(:last-child)::after {
    width: 102px;
    height: 31px;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    left: 50%;
    bottom: -54px;
    translate: -50% 0;
  }
}
.l-hikkoshi-card-wrap-step > li i {
  width: 64px;
}
.l-hikkoshi-card-heading {
  margin-bottom: 8px;
}
.l-hikkoshi-card-heading > i {
  width: 80px;
  display: block;
}
.l-hikkoshi-card-heading > i img {
  width: 100%;
}
.l-hikkoshi-card-heading > span,
.l-hikkoshi-card-heading > h3 {
  font-size: 2.2rem;
  font-weight: 700;
}
.l-hikkoshi-card-heading > span > span,
.l-hikkoshi-card-heading > h3 > span {
  color: var(--orange-05);
}
.l-hikkoshi-card-heading > span > small,
.l-hikkoshi-card-heading > h3 > small {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.45em;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-card-heading > span > small,
  .l-hikkoshi-card-heading > h3 > small {
    font-size: 1.8rem;
  }
}
.l-hikkoshi-card-heading > span > sup,
.l-hikkoshi-card-heading > h3 > sup {
  top: -0.25em;
}
.l-hikkoshi-card-heading > span:has(img),
.l-hikkoshi-card-heading > h3:has(img) {
  line-height: 1.8;
}
.l-hikkoshi-card-heading > span > img,
.l-hikkoshi-card-heading > h3 > img {
  width: 100px;
  translate: 0 5px;
  margin-right: 3px;
}
.l-hikkoshi-card-heading.small > span,
.l-hikkoshi-card-heading.small > h3 {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-card-heading.small > span,
  .l-hikkoshi-card-heading.small > h3 {
    font-size: 1.6rem;
  }
}
.l-hikkoshi-card-heading-column {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.l-hikkoshi-card-heading-column > span,
.l-hikkoshi-card-heading-column > h3 {
  flex: 1;
}
.l-hikkoshi-card-heading-column > i {
  margin-right: 12px;
}
@media screen and (min-width: 1025px) {
  .wide .l-hikkoshi-card-heading-column {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 20px;
  }
  .wide .l-hikkoshi-card-heading-column > span,
  .wide .l-hikkoshi-card-heading-column > h3,
  .wide .l-hikkoshi-card-heading-column .l-hikkoshi-card-note {
    grid-column: 2;
  }
  .wide .l-hikkoshi-card-heading-column > span,
  .wide .l-hikkoshi-card-heading-column > h3 {
    font-size: 1.8rem;
    padding-top: 8px;
  }
  .wide .l-hikkoshi-card-heading-column > i {
    width: 96px;
    grid-column: 1;
    grid-row: 1/span 2;
    margin-right: 0;
  }
  .wide .l-hikkoshi-card-heading-column .l-hikkoshi-card-note {
    margin: 0;
    padding-bottom: 8px;
  }
}
.l-hikkoshi-card-heading-center {
  text-align: center;
}
.l-hikkoshi-card-heading-center > i,
.l-hikkoshi-card-heading-center > span {
  display: block;
}
.l-hikkoshi-card-heading-center > i {
  margin-inline: auto;
}
.l-hikkoshi-card-heading-center > span {
  margin-top: 8px;
}
.l-hikkoshi-card-text {
  color: var(--Text-text_secondary);
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-card-text {
    font-size: 1.6rem;
  }
}
.l-hikkoshi-card-note {
  width: 100%;
  color: var(--Text-text_primary);
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 8px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-card-note {
    font-size: 1.4rem;
  }
}

.l-hikkoshi-accordion {
  width: 100%;
  background-color: var(--Fill-Bluegray-bluegray_00);
  border-radius: 10px;
  box-shadow: var(--theme-shadow-gray);
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-accordion {
    border-radius: 14px;
  }
}
.l-hikkoshi-accordion-wrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 8px;
}
.l-hikkoshi-accordion-title {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 52px 20px 20px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-accordion-title {
    font-size: 2.4rem;
    padding: 24px 64px 24px 48px;
  }
}
.l-hikkoshi-accordion-title.--md {
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-accordion-title.--md {
    font-size: 2.4rem;
  }
}
.l-hikkoshi-accordion-icon {
  width: 12px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 22px;
  translate: 0 -50%;
  /* 横棒 */
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-accordion-icon {
    right: 36px;
  }
}
.l-hikkoshi-accordion-icon::before, .l-hikkoshi-accordion-icon::after {
  content: "";
  width: 12px;
  height: 2px;
  display: block;
  background: var(--Border-border_blue);
  border-radius: 10px;
  transition: transform 300ms ease;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
}
.l-hikkoshi-accordion-icon::after {
  transform: rotate(90deg);
}
.is-open .l-hikkoshi-accordion-icon::after {
  transform: rotate(0);
}
.l-hikkoshi-accordion-inner {
  display: none;
  padding: 0 20px 16px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-accordion-inner {
    padding: 0 48px 24px;
  }
}
.l-hikkoshi-accordion.no-open .l-hikkoshi-accordion-icon {
  display: inline-block;
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-accordion.no-open .l-hikkoshi-accordion-icon {
    width: 8px;
    height: 8px;
    margin: 2px;
    border-top: 2px solid var(--Border-border_blue);
    border-right: 2px solid var(--Border-border_blue);
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-accordion.no-open .l-hikkoshi-accordion-icon {
    width: 10px;
    height: 10px;
    margin: 2px;
    border-top: 3px solid var(--Border-border_blue);
    border-right: 3px solid var(--Border-border_blue);
  }
}
.l-hikkoshi-accordion.no-open .l-hikkoshi-accordion-icon::before, .l-hikkoshi-accordion.no-open .l-hikkoshi-accordion-icon::after {
  content: none;
}
.l-hikkoshi-faq {
  /* + */
}
.l-hikkoshi-faq-box {
  background: var(--Fill-Bluegray-bluegray_00);
  border-radius: var(--Radius-radius_lg);
  box-shadow: var(--theme-shadow-gray);
  padding: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-faq-box {
    padding: 24px 20px;
  }
}
.l-hikkoshi-faq-box + .l-hikkoshi-faq-box {
  margin-top: 16px;
}
.l-hikkoshi-faq-box dd {
  display: none;
  cursor: default;
}
.l-hikkoshi-faq-question, .l-hikkoshi-faq-answer {
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  /* A と Q */
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-faq-question, .l-hikkoshi-faq-answer {
    font-size: 1.6rem;
  }
}
.l-hikkoshi-faq-question > span:nth-of-type(1), .l-hikkoshi-faq-answer > span:nth-of-type(1) {
  flex: 1;
}
.l-hikkoshi-faq-question::before, .l-hikkoshi-faq-answer::before {
  width: 32px;
  height: 32px;
  color: var(--Text-text_blue);
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  border-radius: 50%;
  padding-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-faq-question::before, .l-hikkoshi-faq-answer::before {
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }
}
.l-hikkoshi-faq-question {
  font-weight: 500;
  align-items: center;
  padding-right: 32px;
  transition: color 300ms;
  /* Q */
}
@media (any-hover: hover) {
  .l-hikkoshi-faq-question:hover {
    cursor: pointer;
    color: var(--Text-text_blue);
  }
}
.l-hikkoshi-faq-question::before {
  content: "Q";
  background-color: var(--Fill-Bluegray-bluegray_00);
  border: var(--Text-text_blue) solid 1px;
}
.is-open .l-hikkoshi-faq-question {
  color: var(--Text-text_blue);
}
.l-hikkoshi-faq-answer {
  opacity: 0;
  font-weight: 400;
  transform: translateY(-20px);
  margin-top: 12px;
  transition: opacity 300ms, transform 300ms;
  /* A */
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-faq-answer {
    margin-top: 20px;
  }
}
.is-open .l-hikkoshi-faq-answer {
  opacity: 1;
  transform: translateY(0);
}
.l-hikkoshi-faq-answer::before {
  content: "A";
  opacity: 0;
  background-color: var(--Fill-Blue-blue_01);
  transition: opacity 300ms;
}
.is-open .l-hikkoshi-faq-answer::before {
  opacity: 1;
}
.l-hikkoshi-faq-icon {
  /* 横棒 */
}
.l-hikkoshi-faq-icon::before, .l-hikkoshi-faq-icon::after {
  content: "";
  width: 12px;
  height: 2px;
  background: var(--Text-text_blue);
  position: absolute;
  top: 50%;
  right: 4px;
  translate: 0 -50%;
  display: block;
  z-index: 0;
  border-radius: 10px;
  transition: transform 300ms;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-faq-icon::before, .l-hikkoshi-faq-icon::after {
    right: 8px;
  }
}
.l-hikkoshi-faq-icon::after {
  transform: rotate(90deg);
}
.is-open .l-hikkoshi-faq-icon::after {
  transform: rotate(0);
}

.l-hikkoshi-toc {
  height: 300px;
  background-color: var(--Fill-Bluegray-bluegray_00);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-toc {
    height: 320px;
    border-radius: 14px;
    padding: 32px 48px;
    margin-bottom: 60px;
  }
}
.l-hikkoshi-toc-title {
  color: #1363b0;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-toc-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.l-hikkoshi-toc-title::before {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  background-image: url("/hikkoshi/assets/img/icon/icon_list.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  vertical-align: baseline;
  translate: 0 2px;
  margin-right: 0.5em;
}
.l-hikkoshi-toc-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  list-style: none;
  row-gap: 8px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-toc-list {
    row-gap: 16px;
  }
}
.l-hikkoshi-toc-list-item a {
  font-weight: 500;
  line-height: 1.5;
  display: inline-flex;
  transition: color 300ms ease-out;
}
@media (any-hover: hover) {
  .l-hikkoshi-toc-list-item a:hover {
    color: var(--Text-text_blue);
  }
}
.l-hikkoshi-toc-list-item a > span {
  display: inline-block;
  margin-right: 0.25em;
}
.l-hikkoshi-toc-list-item > a {
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-toc-list-item > a {
    font-size: 1.6rem;
  }
}
.l-hikkoshi-toc-list-item > a > span {
  width: 1em;
}
.l-hikkoshi-toc-sublist {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  list-style: none;
  padding-left: 20px;
  row-gap: 4px;
  margin-top: 8px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-toc-sublist {
    padding-left: 22px;
  }
}
.l-hikkoshi-toc-sublist-item > a {
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-toc-sublist-item > a {
    font-size: 1.4rem;
  }
}
.l-hikkoshi-toc-sublist-item > a > span {
  width: 2em;
}
.l-hikkoshi-toc-toggle {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-toc-toggle {
    height: 84px;
  }
}
.l-hikkoshi-toc-toggle::before {
  content: "";
  width: 100%;
  height: 180%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-toc-toggle::before {
    height: 120%;
  }
}
.l-hikkoshi-toc-toggle > span {
  display: inline-flex;
  align-items: center;
  z-index: 2;
}
.l-hikkoshi-toc-toggle > span > span {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-toc-toggle > span > span {
    font-size: 2.4rem;
  }
}
.l-hikkoshi-toc-toggle > span > svg {
  width: 1.6rem;
  aspect-ratio: 1;
  margin-left: 1em;
}
.l-hikkoshi-toc-toggle > span > svg.minus {
  display: none;
}
.l-hikkoshi-toc.is-open {
  height: auto;
  padding-bottom: 76px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-toc.is-open {
    padding-bottom: 104px;
  }
}
.l-hikkoshi-toc.is-open .l-hikkoshi-toc-toggle::before {
  height: 100%;
}
.l-hikkoshi-toc.is-open .l-hikkoshi-toc-toggle > span > svg.plus {
  display: none;
}
.l-hikkoshi-toc.is-open .l-hikkoshi-toc-toggle > span > svg.minus {
  display: inline-block;
}

.l-hikkoshi-point-list {
  display: flex;
  border-bottom: var(--Border-border_blue) solid 2px;
  padding-bottom: 24px;
  row-gap: 8px;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-point-list {
    justify-content: space-between;
    flex-wrap: nowrap;
    text-align: center;
  }
}
.l-hikkoshi-point-list::before, .l-hikkoshi-point-list::after {
  content: "";
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
.l-hikkoshi-point-list::before {
  width: 38px;
  height: 19px;
  background-color: var(--Border-border_blue);
  bottom: -19px;
}
.l-hikkoshi-point-list::after {
  width: 33px;
  height: 17px;
  background-color: #cae4ff;
  bottom: -16px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-point-list li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-point-list li {
    width: 100%;
  }
  .l-hikkoshi-point-list li:not(:last-child) {
    padding-bottom: 8px;
    border-bottom: dotted 3px var(--Border-border_white);
  }
}
.l-hikkoshi-point-list li > span {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-point-list li > span {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-point-list li > span {
    font-size: 2rem;
  }
}
.l-hikkoshi-point-list li > span::before {
  content: "";
  width: 18px;
  aspect-ratio: 1/1;
  background-image: url("/parts/img/icon/icon_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 8px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-point-list li > span::before {
    width: 33px;
    margin-right: 12px;
  }
}
.l-hikkoshi-point-list.noline {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-point-list.noline {
    justify-content: flex-start;
    column-gap: 32px;
  }
}
.l-hikkoshi-point-list.noline::before, .l-hikkoshi-point-list.noline::after {
  content: none;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-point-list.noline li {
    padding: 0;
  }
}
.l-hikkoshi-point-heading {
  color: var(--Text-text_blue);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  margin-top: 50px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-point-heading {
    font-size: 3.4rem;
    margin-bottom: 32px;
  }
}
.l-hikkoshi-point-heading > span {
  color: var(--orange-05);
}
.l-hikkoshi-point-heading > img {
  margin-right: 2px;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-point-heading > img {
    width: 115px;
    translate: 0 3px;
    margin-left: -6px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-point-heading > img {
    width: 165px;
    translate: 0 6px;
  }
}

.l-hikkoshi-compare-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-compare-title {
    font-size: 2.8rem;
  }
}
.l-hikkoshi-compare-title > b {
  color: var(--orange-05);
  background: linear-gradient(transparent 70%, var(--yellow-05) 70%);
  padding: 0 0.15em;
}
.l-hikkoshi-compare-title > b > span {
  font-size: 2.8rem;
  display: inline-block;
  margin-right: 1px;
  translate: 0 0.05em;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-compare-title > b > span {
    font-size: 3.2rem;
  }
}
.l-hikkoshi-compare-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-compare-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .l-hikkoshi-compare-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-hikkoshi-compare-item {
  background-color: var(--Fill-Bluegray-bluegray_00);
  border: var(--gas_blue-02) solid 2px;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-compare-item {
    border-radius: 14px;
  }
}
.l-hikkoshi-compare-heading {
  color: var(--bluegray-06);
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.l-hikkoshi-compare-heading > span {
  color: var(--bluegray-05);
  font-size: 1.2rem;
  font-weight: 500;
}
.l-hikkoshi-compare-heading > span:nth-of-type(1) {
  border-left: #cae4ff solid 1px;
  padding-left: 8px;
  margin-left: 8px;
}
.l-hikkoshi-compare-heading > span:nth-of-type(1)::after {
  content: "";
  width: 4px;
  height: 6px;
  background-color: var(--bluegray-05);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.l-hikkoshi-compare-inner {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
}
.l-hikkoshi-compare-icon img, .l-hikkoshi-compare-figure img {
  width: 100%;
}
.l-hikkoshi-compare-icon {
  width: 88px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-compare-icon {
    width: 48px;
  }
}
.l-hikkoshi-compare-figure {
  flex: 1;
}
.l-hikkoshi-compare-company-list {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-compare-company-list {
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-compare-company-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.l-hikkoshi-compare-company-list.column-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-compare-company-list.column-4 {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-compare-company-list.column-4 {
    gap: 8px;
  }
}
.l-hikkoshi-compare-company-list-wrap {
  padding-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-compare-company-list-wrap {
    max-width: 800px;
    margin-inline: auto;
    padding-bottom: 32px;
  }
}

.l-hikkoshi-company-list {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-list.col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-list.col1 {
    grid-template-columns: 1fr;
  }
}
.l-hikkoshi-company-item {
  background: var(--Fill-Bluegray-bluegray_00);
  border-radius: var(--Radius-radius_lg);
  box-shadow: var(--theme-shadow-gray);
  padding: 12px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-item {
    padding: 20px;
  }
}
.l-hikkoshi-company-item-simple {
  padding: 12px 8px 12px 12px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-item-simple {
    padding: 12px;
  }
}
.l-hikkoshi-company-item.wide {
  display: grid;
  grid-template-rows: auto 1fr;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-item.wide {
    grid-template-columns: 150px 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    max-width: 800px;
    padding: 32px 48px;
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-item.wide {
    grid-template-columns: 23.4666666667vw 1fr;
    grid-column-gap: 12px;
    padding: 20px;
  }
}
.l-hikkoshi-company-item.wide .l-hikkoshi-company-logo {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-item.wide .l-hikkoshi-company-logo {
    grid-row: 1/2;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-item.wide .l-hikkoshi-company-logo {
    grid-row: 1/3;
  }
}
.l-hikkoshi-company-item.wide .l-hikkoshi-company-logo img {
  width: 100%;
}
.l-hikkoshi-company-item.wide .l-hikkoshi-company-detail {
  width: 100%;
  height: fit-content;
  grid-column: 2/3;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-item.wide .l-hikkoshi-company-detail {
    align-self: end;
  }
}
.l-hikkoshi-company-item.wide .l-hikkoshi-company-score-list {
  align-self: end;
  grid-column: 2/3;
  gap: 10px;
  justify-content: center;
  height: fit-content;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-item.wide .l-hikkoshi-company-score-list {
    grid-column: 1/3;
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 12px; */
  }
}
.l-hikkoshi-company-item.graph {
  padding: 20px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-item.graph {
    padding: 48px;
  }
}
.l-hikkoshi-company-item.media {
  padding-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-item.media {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-heading {
    gap: min(3.3333333333vw, 48px);
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-heading {
    gap: 12px;
    flex-direction: column;
  }
}
.l-hikkoshi-company-item.media .l-hikkoshi-company-heading > * {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-heading > * {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-heading > *:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: max(-1.6666666667vw, -24px);
    width: 1px;
    height: 100%;
    translate: 0 -50%;
    background-color: var(--bluegray-02);
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-heading-img {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-heading-img {
    width: 148px;
  }
}
.l-hikkoshi-company-item.media .l-hikkoshi-company-heading-img figure {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-heading-img figure {
    width: 8.5333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-heading-img figure {
    width: 100%;
  }
}
.l-hikkoshi-company-item.media .l-hikkoshi-company-heading-img-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-heading-img-tag {
    margin-top: 0;
    margin-left: 8px;
  }
}
.l-hikkoshi-company-item.media .l-hikkoshi-company-heading-img-tag span {
  display: inline-block;
  height: fit-content;
  padding: 0.25em 0.5em;
  color: #9ca3ab;
  font-size: 1rem;
  border-radius: 9999px;
  border: 1px solid #9ca3ab;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-heading-img-tag span {
    font-size: 1.2rem;
  }
}
.l-hikkoshi-company-item.media .l-hikkoshi-company-link {
  display: grid;
  grid-template-columns: 96px 1fr;
  flex: unset;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-link {
    width: fit-content;
  }
}
.l-hikkoshi-company-item.media .l-hikkoshi-company-score-list {
  grid-column: 1/3;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-score-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.l-hikkoshi-company-item.media .l-hikkoshi-company-price {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-price {
    width: max-content;
  }
}
.l-hikkoshi-company-item.media .l-hikkoshi-company-price-before, .l-hikkoshi-company-item.media .l-hikkoshi-company-price-after {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-price-before, .l-hikkoshi-company-item.media .l-hikkoshi-company-price-after {
    font-size: 1.2rem;
  }
}
.l-hikkoshi-company-item.media .l-hikkoshi-company-price-before span {
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-price-before span {
    font-size: 2rem;
  }
}
.l-hikkoshi-company-item.media .l-hikkoshi-company-price-after span {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--orange-05);
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-price-after span {
    font-size: 2.4rem;
  }
}
.l-hikkoshi-company-item.media .l-hikkoshi-company-price-result {
  display: inline-block;
  align-self: flex-end;
  height: fit-content;
  padding: 0.6em 1em;
  border-radius: 9999px;
  color: #fff;
  font-weight: 700;
  background-color: var(--orange-05);
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-price-result {
    font-size: 1rem;
    margin-left: 3px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-price-result {
    font-size: 1.4rem;
  }
}
.l-hikkoshi-company-item.media .l-hikkoshi-company-logo {
  width: 100%;
  margin: 0;
}
.l-hikkoshi-company-item.media .l-hikkoshi-company-detail {
  margin-left: 12px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-detail {
    margin-left: 16px;
  }
}
.l-hikkoshi-company-item.media .l-hikkoshi-company-comment-wrap {
  margin-top: 16px;
  padding: 1em;
  color: var(--bluegray-05);
  background-color: var(--gas_blue-01);
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-comment-wrap {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-comment-wrap {
    margin-top: 24px;
  }
}
.l-hikkoshi-company-item.media .l-hikkoshi-company-star-wrap {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-star-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-item.media .l-hikkoshi-company-star-term {
    order: -1;
    width: 100%;
  }
}
.l-hikkoshi-company-heading {
  width: 100%;
  display: flex;
  column-gap: 8px;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-heading {
    column-gap: 16px;
  }
}
.l-hikkoshi-company-rank {
  width: 28px;
  background-color: var(--Fill-Blue-blue_02);
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: var(--Text-text_blue);
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-rank {
    width: 48px;
    font-size: 2rem;
  }
}
.l-hikkoshi-company-rank-no1, .l-hikkoshi-company-rank-no2, .l-hikkoshi-company-rank-no3 {
  color: var(--Text-text_white);
}
.l-hikkoshi-company-rank-no1 {
  background-color: #c4bc6d;
}
.l-hikkoshi-company-rank-no2 {
  background-color: #5d5d5d;
}
.l-hikkoshi-company-rank-no3 {
  background-color: #b67570;
}
.l-hikkoshi-company-detail {
  flex: 1;
}
.l-hikkoshi-company-link {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 300ms;
}
.l-hikkoshi-company-link > i {
  margin-left: auto;
  position: relative;
}
@media (any-hover: hover) {
  .l-hikkoshi-company-link:hover {
    opacity: 0.7;
  }
}
.l-hikkoshi-company-logo {
  width: 64px;
  margin-right: 8px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-logo {
    width: 72px;
    margin-right: 16px;
  }
}
.l-hikkoshi-company-name {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-name {
    font-size: 1.6rem;
  }
}
.l-hikkoshi-company-star {
  width: 106px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-hikkoshi-company-star-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-star {
    width: 116px;
    height: 18px;
  }
}
.l-hikkoshi-company-star > span {
  width: 100%;
  height: 100%;
  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-star > span {
    font-size: 20px;
  }
}
.l-hikkoshi-company-star > span::before, .l-hikkoshi-company-star > span::after {
  content: "★★★★★";
  letter-spacing: 4px;
  position: absolute;
  line-height: 16px;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-star > span::before, .l-hikkoshi-company-star > span::after {
    line-height: 20px;
  }
}
.l-hikkoshi-company-star > span::before {
  color: var(--bluegray-02);
}
.l-hikkoshi-company-star > span::after {
  width: calc(var(--score) * 19.5px);
  color: var(--Text-text_yellow);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-star > span::after {
    width: calc(var(--score) * 23.5px);
  }
}
.l-hikkoshi-company-star-score {
  color: #f78131;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-star-score {
    font-size: 2.2rem;
    margin-left: 12px;
  }
}
.l-hikkoshi-company-star-text {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-star-text {
    flex-direction: column;
    margin-left: 16px;
  }
}
.l-hikkoshi-company-star-text .l-hikkoshi-company-star-score {
  margin-left: 0 !important;
  font-size: 3.2rem !important;
}
.l-hikkoshi-company-star-wrap.large {
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-star-wrap.large {
    flex-wrap: nowrap;
    margin-top: 4px;
    justify-content: center;
  }
}
.l-hikkoshi-company-star-wrap.large .l-hikkoshi-company-star {
  width: 146px;
  height: 26px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-star-wrap.large .l-hikkoshi-company-star {
    width: 182px;
    height: 36px;
  }
}
.l-hikkoshi-company-star-wrap.large .l-hikkoshi-company-star > span {
  font-size: 2.6rem;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-star-wrap.large .l-hikkoshi-company-star > span {
    font-size: 3.2rem;
  }
}
.l-hikkoshi-company-star-wrap.large .l-hikkoshi-company-star > span::before {
  line-height: 26px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-star-wrap.large .l-hikkoshi-company-star > span::before {
    line-height: 32px;
  }
}
.l-hikkoshi-company-star-wrap.large .l-hikkoshi-company-star > span::after {
  line-height: 26px;
  width: calc(var(--score) * 29.5px);
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-star-wrap.large .l-hikkoshi-company-star > span::after {
    line-height: 32px;
    width: calc(var(--score) * 35.4px);
  }
}
.l-hikkoshi-company-star-wrap.large .l-hikkoshi-company-star-term {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-star-wrap.large .l-hikkoshi-company-star-term {
    order: -1;
    width: 100%;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-star-wrap.large .l-hikkoshi-company-star-term {
    margin-left: 24px;
    margin-right: 8px;
  }
}
.l-hikkoshi-company-star-wrap.large .l-hikkoshi-company-star-score {
  margin-left: 8px;
  font-size: 2rem;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-star-wrap.large .l-hikkoshi-company-star-score {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-star-wrap.large:has(.l-hikkoshi-company-star-text) {
    justify-content: center;
  }
}
.l-hikkoshi-company-star-wrap.small .l-hikkoshi-company-star {
  width: 70px;
  height: 12px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-star-wrap.small .l-hikkoshi-company-star {
    width: 96px;
    height: 16px;
  }
}
.l-hikkoshi-company-star-wrap.small .l-hikkoshi-company-star > span {
  font-size: 1.1rem;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-star-wrap.small .l-hikkoshi-company-star > span {
    font-size: 1.6rem;
  }
}
.l-hikkoshi-company-star-wrap.small .l-hikkoshi-company-star > span::before {
  line-height: 12px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-star-wrap.small .l-hikkoshi-company-star > span::before {
    line-height: 16px;
  }
}
.l-hikkoshi-company-star-wrap.small .l-hikkoshi-company-star > span::after {
  line-height: 12px;
  width: calc(var(--score) * 14.4px);
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-star-wrap.small .l-hikkoshi-company-star > span::after {
    line-height: 16px;
    width: calc(var(--score) * 19.4px);
  }
}
.l-hikkoshi-company-score-list {
  background-color: var(--Fill-Bluegray-bluegray_01);
  border-radius: 4px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 12px;
  padding: 8px;
  margin-top: 8px;
}
[data-hide] .l-hikkoshi-mitsumori-btn {
  margin-top: 24px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-score-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 28px;
    padding: 12px;
    margin-top: 12px;
  }
}
.l-hikkoshi-company-score-list > li {
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-score-list > li {
    font-size: 1.4rem;
  }
}
.l-hikkoshi-company-score-list > li > span {
  font-weight: 500;
}
.l-hikkoshi-company-comment {
  margin-top: 4px;
}
.l-hikkoshi-company-comment-wrap {
  border: var(--Fill-Blue-blue_02) solid 1px;
  border-radius: 4px;
  display: block;
  margin: 8px auto 16px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-comment-wrap {
    margin: 12px auto 24px;
  }
}
.l-hikkoshi-company-comment-head {
  width: 69px;
  background-color: var(--Fill-Blue-blue_02);
  color: var(--Text-text_blue);
  font-size: 1.2rem;
  display: block;
  padding-block: 4px;
  padding-left: 6px;
  border-bottom-right-radius: 4px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-comment-head {
    width: 88px;
    font-size: 1.4rem;
    padding-left: 10px;
  }
}
.l-hikkoshi-company-comment-head::before {
  content: "";
  width: 17px;
  height: 15px;
  background-image: url("/hikkoshi/assets/img/icon/icon_voice.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 4px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-comment-head::before {
    width: 23px;
    height: 20px;
  }
}
.l-hikkoshi-company-comment > a {
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
  padding: 4px 28px 8px 12px;
  position: relative;
  transition: all 300ms;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-comment > a {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 8px 28px 8px 12px;
  }
}
@media (any-hover: hover) {
  .l-hikkoshi-company-comment > a:hover {
    opacity: 0.7;
  }
}
.l-hikkoshi-company-comment > a > i {
  position: absolute;
  right: 4px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-comment > a > i {
    top: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-comment > a > i {
    top: 50%;
    right: 4px;
    translate: 0 -50%;
  }
}
.l-hikkoshi-company-label {
  background-color: #eaeaea;
  color: var(--Text-text_secondary);
  font-size: 1.2rem;
  white-space: nowrap;
  line-height: 22px;
  border-radius: 2px;
  padding: 0 8px;
  margin-top: 6px;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-label {
    font-size: 1.4rem;
    line-height: 25px;
  }
}
.l-hikkoshi-company-label.--blue {
  background-color: var(--gas_blue-01);
}
.l-hikkoshi-company-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  gap: 0.5em;
  margin-top: 24px;
  padding: 1em;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-more {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.l-hikkoshi-company-more-icon {
  position: relative;
  display: grid;
  place-content: center;
  width: 12px;
  height: 12px;
  /* 横棒 */
}
.l-hikkoshi-company-more-icon::before, .l-hikkoshi-company-more-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 10px;
  background: var(--Border-border_blue);
  transition: transform 300ms ease;
}
.l-hikkoshi-company-more-icon::after {
  transform: rotate(90deg);
}
.l-hikkoshi-company-more.is-open .l-hikkoshi-company-more-icon::after, .is-open .l-hikkoshi-company-more .l-hikkoshi-company-more-icon::after {
  transform: rotate(0);
}
.l-hikkoshi-company-sort {
  align-items: center;
  justify-content: flex-end;
  color: #5d5e62;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-sort {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-col {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 48px;
  }
  .l-hikkoshi-company-col::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #e3e2e9;
    transform: translateX(-50%);
  }
}
.l-hikkoshi-company-meter {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}
.l-hikkoshi-company-meter-block {
  display: flex;
  align-items: center;
  column-gap: 14px;
}
.l-hikkoshi-company-meter-bar {
  position: relative;
  flex: 1;
  height: 12px;
  background-color: #eaeaea;
}
.l-hikkoshi-company-meter-bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--bar);
  height: 100%;
  background-color: var(--orange-05);
}
.l-hikkoshi-company-meter-num {
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-meter-num {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-graph {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-graph {
    width: 295px;
    max-width: 100%;
    height: 235px;
    margin-inline: auto;
    position: relative;
    margin-top: 25px;
  }
  .l-hikkoshi-company-graph::before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 3px dotted var(--gas_blue-01);
    position: absolute;
    top: -5px;
    left: 50%;
    translate: -50% 0;
  }
}
.l-hikkoshi-company-graph-img {
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-company-graph-img {
    width: 100%;
    margin-inline: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 320px) {
  .l-hikkoshi-company-graph-img {
    width: 295px;
    scale: 0.85;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-company-graph-img {
    width: 235px;
  }
}
.l-hikkoshi-company-graph-define {
  display: grid;
  row-gap: 15px;
}
.l-hikkoshi-company-graph-block {
  display: grid;
  grid-template-columns: 6em auto;
  column-gap: 1em;
}
.l-hikkoshi-company-graph-term {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--bluegray-05);
}
.l-hikkoshi-company-graph-desc {
  font-weight: 700;
  color: var(--orange-05);
}

.l-hikkoshi-luggage-wrap {
  background-color: var(--Fill-Bluegray-bluegray_00);
  border: var(--Border-border_gray) solid 1px;
  border-radius: 4px;
  margin-top: 24px;
  padding: 20px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-luggage-wrap {
    margin-top: 32px;
    padding: 24px 40px;
  }
}
.l-hikkoshi-luggage-wrap.is-input {
  background-color: var(--Fill-Blue-blue_01);
}
.l-hikkoshi-luggage-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-luggage-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.l-hikkoshi-luggage-item > span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-luggage-item > span {
    font-size: 1.6rem;
  }
}
.l-hikkoshi-luggage-modal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.l-hikkoshi-luggage-modal-wrapper {
  max-width: 100%;
  height: auto;
  background-color: var(--Fill-Bluegray-bluegray_00);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-luggage-modal-wrapper {
    width: calc(100% - 80px);
    max-height: calc(100svh - 80px);
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-hikkoshi-luggage-modal-wrapper {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-luggage-modal-wrapper {
    width: 800px;
    max-height: calc(100svh - 160px);
    border-radius: 14px;
  }
}
.l-hikkoshi-luggage-modal-header {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-luggage-modal-header {
    height: 45px;
    padding: 20px 20px 8px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-luggage-modal-header {
    height: 80px;
    padding: 48px 48px 12px;
  }
}
.l-hikkoshi-luggage-modal-footer {
  background-color: #eaeaea;
  display: flex;
  column-gap: 12px;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-luggage-modal-footer {
    height: 85px;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-luggage-modal-footer {
    height: 95px;
    padding: 20px 48px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }
}
.l-hikkoshi-luggage-modal-body {
  padding-right: 8px;
  padding-bottom: 8px;
}
.l-hikkoshi-luggage-modal-container {
  overflow-y: scroll;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-luggage-modal-container {
    height: calc(100svh - 80px - 45px - 85px);
    padding: 8px 12px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-luggage-modal-container {
    height: calc(100svh - 160px - 80px - 95px);
    padding: 12px 40px 48px;
  }
}
.l-hikkoshi-luggage-modal-container::-webkit-scrollbar {
  width: 8px;
}
.l-hikkoshi-luggage-modal-container::-webkit-scrollbar-track {
  background-color: var(--Fill-Bluegray-bluegray_00);
}
.l-hikkoshi-luggage-modal-container::-webkit-scrollbar-thumb {
  background-color: var(--Fill-Bluegray-bluegray_02);
  border-radius: 20px;
}
.l-hikkoshi-luggage-modal-close {
  width: 40px;
  background-color: var(--Fill-Blue-blue_01);
  position: absolute;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-luggage-modal-close {
    top: -25px;
    right: -5px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-luggage-modal-close {
    top: -15px;
    right: -15px;
  }
}
.l-hikkoshi-luggage-modal-close img {
  width: 100%;
  transition: opacity 300ms ease-out;
}
@media (any-hover: hover) {
  .l-hikkoshi-luggage-modal-close:hover img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-luggage-prev-button {
    width: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-luggage-prev-button {
    width: 120px;
  }
}
.l-hikkoshi-luggage-next-button {
  flex: 1;
}
.l-hikkoshi-luggage-progress-wrapper {
  display: flex;
  align-items: center;
}
.l-hikkoshi-luggage-progress-num {
  display: inline-flex;
  margin-right: 12px;
}
.l-hikkoshi-luggage-progress-num > span {
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-luggage-progress-num > span {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-luggage-progress-num > span {
    font-size: 1.4rem;
  }
}
.l-hikkoshi-luggage-progress-bar {
  flex: 1;
  height: 8px;
  background-color: #eaeaea;
  border-radius: 999px;
  overflow: hidden;
}
.l-hikkoshi-luggage-progress-bar-fill {
  height: 8px;
  background-color: var(--Fill-Orange-orange_05);
  border-radius: 999px;
  transition: width 300ms ease-out;
}
.l-hikkoshi-luggage-caption {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-luggage-caption {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-luggage-caption {
    margin-bottom: 24px;
  }
}
.l-hikkoshi-luggage-input-body {
  display: none;
}
.l-hikkoshi-luggage-input-body.is-active {
  display: block;
}
.l-hikkoshi-luggage-input-title {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-luggage-input-title {
    font-size: 1.8rem;
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-luggage-input-title {
    font-size: 2.4rem;
    margin-top: 64px;
    margin-bottom: 32px;
  }
}
.l-hikkoshi-luggage-input-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-hikkoshi-luggage-input-block + .l-hikkoshi-luggage-input-block {
  border-top: var(--Border-border_lightgray) solid 1px;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-luggage-input-block + .l-hikkoshi-luggage-input-block {
    padding-top: 12px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-luggage-input-block + .l-hikkoshi-luggage-input-block {
    padding-top: 16px;
    margin-top: 16px;
  }
}
.l-hikkoshi-luggage-input-item {
  flex: 1;
  display: flex;
  align-items: center;
}
.l-hikkoshi-luggage-input-icon {
  aspect-ratio: 1;
  margin-right: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-luggage-input-icon {
    width: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-luggage-input-icon {
    width: 32px;
  }
}
.l-hikkoshi-luggage-input-icon img {
  width: 100%;
}
.l-hikkoshi-luggage-input-name {
  font-size: 1.4rem;
}
.l-hikkoshi-luggage-input-counter {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-hikkoshi-luggage-input-counter-button {
  width: 20px;
  aspect-ratio: 1/1;
  text-indent: -999em;
  overflow: hidden;
  position: relative;
  transition: opacity 300ms ease-out;
}
.l-hikkoshi-luggage-input-counter-button::before {
  content: "";
  text-indent: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.l-hikkoshi-luggage-input-counter-button.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
@media (any-hover: hover) {
  .l-hikkoshi-luggage-input-counter-button:hover {
    opacity: 0.7;
  }
}
.l-hikkoshi-luggage-input-counter-button-minus::before {
  background-image: url("/hikkoshi/assets/img/mitsumori/icon_minus.svg");
}
.l-hikkoshi-luggage-input-counter-button-minus.is-disabled::before {
  background-image: url("/hikkoshi/assets/img/mitsumori/icon_minus_disabled.svg");
}
.l-hikkoshi-luggage-input-counter-button-plus::before {
  background-image: url("/hikkoshi/assets/img/mitsumori/icon_plus.svg");
}
.l-hikkoshi-luggage-input-counter-button-plus.is-disabled::before {
  background-image: url("/hikkoshi/assets/img/mitsumori/icon_plus_disabled.svg");
}
.l-hikkoshi-luggage-input-counter-value {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-luggage-input-counter-value {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-luggage-input-counter-value {
    font-size: 1.8rem;
  }
}
.l-hikkoshi-luggage-input-info {
  width: 100%;
  background-color: var(--Fill-Blue-blue_01);
  border-radius: 4px;
  padding: 12px;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-luggage-input-info {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-luggage-input-info {
    margin-top: 16px;
  }
}
.l-hikkoshi-luggage-input-info-text {
  color: var(--Text-text_secondary);
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-luggage-input-info-text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-luggage-input-info-text {
    font-size: 1.4rem;
  }
}
.l-hikkoshi-luggage-input-info-list {
  color: var(--Text-text_secondary);
  line-height: 1.5;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 12px;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-luggage-input-info-list {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-luggage-input-info-list {
    font-size: 1.4rem;
  }
}
.l-hikkoshi-luggage-input-info-list > li {
  display: flex;
  gap: 0;
}
.l-hikkoshi-luggage-input-info-list > li::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 1lh;
  background-image: url("/parts/img/icon/icon_list-dot.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 6px;
}
.l-hikkoshi-luggage-input-radio {
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-hikkoshi-luggage-input-radio-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 12px;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-luggage-input-radio-wrap {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-luggage-input-radio-wrap {
    margin-top: 24px;
  }
}
.l-hikkoshi-luggage-input-radio-input {
  display: none;
}
.l-hikkoshi-luggage-input-radio-input:checked + .l-hikkoshi-luggage-input-radio {
  background: var(--Fill-Blue-blue_02);
}
.l-hikkoshi-luggage-input-textarea {
  width: 100%;
  color: var(--bluegray-06);
  font-size: 1.4rem;
  border: 1px solid var(--bluegray-03);
  border-radius: var(--Radius-radius_sm);
  padding: 0.5em 1em;
  resize: none;
}
.l-hikkoshi-luggage-input-textarea:focus-visible {
  outline: 3px solid var(--orange-04);
  outline-offset: -3px;
}

.l-hikkoshi-step-bar {
  width: calc(100% - 40px);
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
}
.l-hikkoshi-step-bar-wrap {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 52px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-step-bar-wrap {
    padding-bottom: 64px;
  }
}
.l-hikkoshi-step-bar > li {
  width: calc((100% - 18px) / 3);
  padding-top: 16px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-step-bar > li {
    width: calc((100% - 32px) / 3);
    padding-top: 22px;
  }
}
.l-hikkoshi-step-bar > li > span:nth-of-type(1) {
  width: 51px;
  height: 20px;
  background-color: var(--Fill-Bluegray-bluegray_00);
  color: var(--Text-text_blue);
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: var(--Border-border_blue) solid 1px;
  border-radius: var(--Radius-radius_full);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-step-bar > li > span:nth-of-type(1) {
    width: 68px;
    height: 26px;
    font-size: 1.4rem;
  }
}
.l-hikkoshi-step-bar > li > span:nth-of-type(1)::before, .l-hikkoshi-step-bar > li > span:nth-of-type(1)::after {
  content: "";
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
.l-hikkoshi-step-bar > li > span:nth-of-type(1)::before {
  width: 6px;
  height: 2px;
  background-color: var(--Fill-Bluegray-bluegray_00);
  bottom: -2px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-step-bar > li > span:nth-of-type(1)::before {
    width: 12px;
    height: 4px;
    bottom: -4px;
  }
}
.l-hikkoshi-step-bar > li > span:nth-of-type(1)::after {
  width: 8px;
  height: 3px;
  background-color: var(--Fill-Blue-blue_05---bland);
  bottom: -3px;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-step-bar > li > span:nth-of-type(1)::after {
    width: 16px;
    height: 5px;
    bottom: -5px;
  }
}
.l-hikkoshi-step-bar > li > span:nth-of-type(2) {
  width: 100%;
  height: 32px;
  background-color: var(--Fill-Blue-blue_01);
  color: var(--Text-text_secondary);
  font-size: 1.2rem;
  font-weight: 500;
  border: var(--gas_blue-02) solid 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-step-bar > li > span:nth-of-type(2) {
    height: 48px;
    font-size: 1.8rem;
    font-weight: 700;
  }
}
.l-hikkoshi-step-bar > li > span:nth-of-type(2)::before, .l-hikkoshi-step-bar > li > span:nth-of-type(2)::after {
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.l-hikkoshi-step-bar > li > span:nth-of-type(2)::before {
  width: 13px;
  height: 30px;
  background-color: var(--Fill-Blue-blue_01);
  right: -13px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-step-bar > li > span:nth-of-type(2)::before {
    width: 23px;
    height: 46px;
    right: -23px;
  }
}
.l-hikkoshi-step-bar > li > span:nth-of-type(2)::after {
  width: 14px;
  height: 32px;
  background-color: var(--gas_blue-02);
  right: -15px;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-step-bar > li > span:nth-of-type(2)::after {
    width: 24px;
    height: 48px;
    right: -25px;
  }
}
.l-hikkoshi-step-bar > li > span:nth-of-type(3) {
  width: max-content;
  background-color: var(--Fill-Orange-orange_05);
  height: 20px;
  color: var(--Text-text_white);
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  padding: 0 0.5em;
  position: absolute;
  left: 50%;
  bottom: -20px;
  translate: -50% 0;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-step-bar > li > span:nth-of-type(3) {
    height: 26px;
    font-size: 1.4rem;
    bottom: -26px;
  }
}
.l-hikkoshi-step-bar > li:nth-of-type(1) {
  z-index: 2;
}
.l-hikkoshi-step-bar > li:nth-of-type(2) {
  z-index: 1;
}
.l-hikkoshi-step-bar > li:last-child {
  z-index: 0;
}
.l-hikkoshi-step-bar > li:last-child > span:nth-of-type(2)::before, .l-hikkoshi-step-bar > li:last-child > span:nth-of-type(2)::after {
  content: none;
}
.l-hikkoshi-step-bar > li.is-current > span:nth-of-type(2) {
  background-color: var(--Fill-Blue-blue_05---bland);
  color: var(--Text-text_white);
  border-color: var(--Border-border_blue);
}
.l-hikkoshi-step-bar > li.is-current > span:nth-of-type(2)::before, .l-hikkoshi-step-bar > li.is-current > span:nth-of-type(2)::after {
  background-color: var(--Fill-Blue-blue_05---bland);
  border-color: var(--Border-border_blue);
}

.l-hikkoshi-step-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 83px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-step-wrap {
    max-width: 800px;
    margin-inline: auto;
  }
}
.l-hikkoshi-step-block {
  position: relative;
  padding: 40px 20px 20px;
  border-radius: 10px;
  box-shadow: var(--theme-shadow-gray);
  background: var(--Fill-Bluegray-bluegray_00);
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-step-block {
    display: flex;
    align-items: center;
    padding: 32px 48px 32px;
    border-radius: 14px;
  }
  .l-hikkoshi-step-block:nth-of-type(1) {
    align-items: flex-start;
  }
}
.l-hikkoshi-step-block:not(:last-child):after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 102px;
  height: 31px;
  background-image: url("/hikkoshi/assets/img/howto/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  translate: -50% 100%;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-step-head {
    flex: 1;
  }
}
.l-hikkoshi-step-num {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 0.4em 1.25em;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
  background-color: var(--Fill-Blue-blue_05---bland);
  translate: -50% -50%;
}
.l-hikkoshi-step-title {
  text-align: center;
  margin-bottom: 0.5454545455em;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-step-title {
    text-align: left;
    padding-top: 1em;
    font-size: 2.2rem;
  }
}
.l-hikkoshi-step p {
  line-height: 1.8;
  color: var(--bluegray-05);
}
.l-hikkoshi-step-img {
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-step-img {
    width: 180px;
    margin-top: 0;
    margin-left: 24px;
  }
}
.l-hikkoshi-step-img img {
  width: 100%;
  max-width: 300px;
}

.air-datepicker-nav,
.air-datepicker--navigation,
input.l-hikkoshi-date_picker-calendar {
  display: none;
}

.air-datepicker--content {
  padding: 0;
}

.air-datepicker.-inline- {
  width: 100%;
  border: none;
}

.air-datepicker-body--cells.-days- {
  grid-auto-rows: auto;
}

.air-datepicker-cell {
  height: 40px;
  background-color: var(--Fill-Blue-blue_00);
  color: var(--Text-text_primary);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border-radius: 0;
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
  transition: background-color 300ms ease;
}
@media screen and (min-width: 1025px) {
  .air-datepicker-cell {
    height: 48px;
    font-size: 1.6rem;
  }
}
.air-datepicker-cell.-focus- {
  background-color: var(--Fill-Blue-blue_01);
}
.air-datepicker-cell.is-today, .air-datepicker-cell.is-selected, .air-datepicker-cell.-selected- {
  color: var(--Text-text_white);
}
.air-datepicker-cell.is-today::after, .air-datepicker-cell.is-selected::after, .air-datepicker-cell.-selected-::after {
  display: block;
  font-size: 0.8rem;
  margin-top: 4px;
}
@media screen and (min-width: 1025px) {
  .air-datepicker-cell.is-today::after, .air-datepicker-cell.is-selected::after, .air-datepicker-cell.-selected-::after {
    font-size: 1rem;
  }
}
.air-datepicker-cell.is-today {
  background-color: rgba(47, 109, 182, 0.5);
  pointer-events: none;
}
.air-datepicker-cell.is-today::after {
  content: "本日";
}
.air-datepicker-cell.is-today.-focus- {
  color: var(--Text-text_white);
}
.air-datepicker-cell.is-selected, .air-datepicker-cell.-selected- {
  background-color: var(--Fill-Blue-blue_05---bland);
}
.air-datepicker-cell.is-selected::after, .air-datepicker-cell.-selected-::after {
  content: "選択中";
}
.air-datepicker-cell.is-selected.-focus-, .air-datepicker-cell.-selected-.-focus- {
  background-color: var(--Fill-Blue-blue_05---bland);
}
.air-datepicker-cell.is-disabled {
  color: var(--bluegray-02);
  pointer-events: none;
}
.air-datepicker-cell.-other-month- {
  opacity: 0;
  pointer-events: none;
}

.air-datepicker-body--day-names {
  margin: 20px 0 15px;
}

.air-datepicker-body--day-name {
  color: var(--Text-text_primary);
  font-size: 1.1rem;
  font-weight: 500;
}
.air-datepicker-body--day-name.-weekend-:first-child {
  color: var(--red-04);
}
.air-datepicker-body--day-name.-weekend-:last-child {
  color: var(--gas_blue-04);
}

.l-hikkoshi-date_picker-wrap {
  width: 100%;
  background-color: var(--Fill-Bluegray-bluegray_00);
  padding: 20px 12px;
  box-shadow: 4px 4px 14px 0px rgba(17, 48, 86, 0.06);
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-date_picker-wrap {
    max-width: 800px;
    margin-inline: auto;
    padding: 20px 92px;
  }
}
.l-hikkoshi-date_picker-year {
  color: var(--Text-text_secondary);
  font-size: 1.1rem;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-date_picker-year {
    font-size: 1.6rem;
  }
}
.l-hikkoshi-date_picker-month-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-top: 8px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-date_picker-month-list {
    gap: 16px;
  }
}
.l-hikkoshi-date_picker-month-item {
  overflow: hidden;
}
.l-hikkoshi-date_picker-button {
  width: 100%;
  height: 28px;
  background-color: var(--Fill-Bluegray-bluegray_00);
  color: var(--Text-text_blue);
  font-size: 1.2rem;
  font-weight: 700;
  border: var(--Border-border_blue) solid 1px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-date_picker-button {
    height: 42px;
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  .l-hikkoshi-date_picker-button:hover {
    background-color: var(--Fill-Blue-blue_05---bland);
    color: var(--Text-text_white);
  }
}
.l-hikkoshi-date_picker-button.is-current {
  background-color: var(--Fill-Blue-blue_05---bland);
  color: var(--Text-text_white);
}
.l-hikkoshi-date_picker-calendar {
  margin-top: 20px;
}
.l-hikkoshi-date_picker-calendar-month {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 8px;
}
.l-hikkoshi-date_picker-calendar-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.l-hikkoshi-reviews {
  margin-top: 92px;
  padding-top: 0;
  padding-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-reviews {
    margin-top: 144px;
    padding-bottom: 46px;
  }
}
.l-hikkoshi-reviews-check {
  max-width: 800px;
  margin-inline: auto;
  padding: 20px;
  /* font-size: 12px; */
  border-radius: 14px;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-reviews-check {
    padding: 32px 48px;
  }
}
.l-hikkoshi-reviews-check-list {
  display: grid;
  row-gap: 10px;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-reviews-check-list {
    row-gap: 14px;
  }
}
.l-hikkoshi-reviews-check-item {
  display: flex;
  gap: 8px;
}
.l-hikkoshi-reviews-check-icon {
  transform: translateY(-1px);
}

.l-hikkoshi-pager {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: max-content;
  margin: 80px auto 0;
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-pager {
    gap: 12px;
    margin: 60px auto 0;
  }
}
.l-hikkoshi-pager__item {
  display: grid;
  place-content: center;
  line-height: 1;
  border-radius: 50%;
}
@media screen and (min-width: 1025px) {
  .l-hikkoshi-pager__item {
    width: 48px;
    height: 48px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-pager__item {
    font-size: 1.6rem;
    width: 28px;
    height: 28px;
  }
}
.l-hikkoshi-pager__item a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-hikkoshi-pager__item a:hover {
    opacity: 0.6;
  }
}
.l-hikkoshi-pager__item__prev, .l-hikkoshi-pager__item__next {
  position: absolute;
  top: 50%;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-hikkoshi-pager__item__prev:hover, .l-hikkoshi-pager__item__next:hover {
    opacity: 0.7;
  }
}
.l-hikkoshi-pager__item__prev a, .l-hikkoshi-pager__item__prev > i, .l-hikkoshi-pager__item__next a, .l-hikkoshi-pager__item__next > i {
  display: grid;
  place-content: center;
  width: 32px;
  height: 32px;
  color: var(--gas_blue-05---bland);
  overflow: hidden;
  border: var(--gas_blue-05---bland) solid 1px;
  border-radius: 50%;
}
.l-hikkoshi-pager__item__prev a span, .l-hikkoshi-pager__item__prev > span, .l-hikkoshi-pager__item__next a span, .l-hikkoshi-pager__item__next > span {
  position: absolute;
  text-indent: -999em;
}
.l-hikkoshi-pager__item__prev a i, .l-hikkoshi-pager__item__next a i {
  width: 100%;
  height: 100%;
}
.l-hikkoshi-pager__item__prev > span, .l-hikkoshi-pager__item__next > span {
  pointer-events: none;
}
.l-hikkoshi-pager__item__prev {
  left: -8px;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: -1px) {
  .l-hikkoshi-pager__item__prev {
    left: -8px;
  }
}
.l-hikkoshi-pager__item__prev i {
  transform: rotate(180deg);
}
.l-hikkoshi-pager__item__next {
  right: -12px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1024px) {
  .l-hikkoshi-pager__item__next {
    right: -8px !important;
  }
}
.l-hikkoshi-pager__item.is-current {
  pointer-events: none;
  background-color: var(--gas_blue-05---bland);
}
.l-hikkoshi-pager__item.is-current span {
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  color: var(--bluegray-03);
}

input:-ms-input-placeholder,
textarea:-ms-placeholder {
  color: var(--bluegray-03);
}

input::-ms-input-placeholder,
textarea::-ms-placeholder {
  color: var(--bluegray-03);
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

:where(:root[data-mousedown] dialog *) {
  outline: none;
}

[data-modal]:where(:root[data-mousedown] *) {
  outline: none;
}

body:has(dialog[open]) {
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .l-header.line {
    border-top: var(--gas_blue-05---bland) solid 4px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-inner {
    padding: 12px 8px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-inner .l-header-logo {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-inner .l-header-logo-link {
    display: flex;
    align-items: flex-end;
    flex-direction: initial;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-inner .l-header-logo-link img {
    width: 102px;
  }
}
.l-header-inner .l-header-logo-link span {
  color: var(--Swiper-navigation-border);
}
@media screen and (min-width: 1025px) {
  .l-header-inner .l-header-logo-link span {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-inner .l-header-logo-link span {
    font-size: 1rem;
    margin-left: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav {
    top: var(--hikkoshi-header-height);
    height: calc(100vh - var(--hikkoshi-header-height));
    height: calc(100dvh - var(--hikkoshi-header-height));
  }
}

@media screen and (min-width: 1025px) {
  .l-gnav-list-item:last-of-type {
    align-items: center;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-gnav-list-item:last-of-type {
    margin-top: 20px;
  }
}
.l-gnav-list-item-button {
  width: 100%;
  height: 55px;
  border-radius: 4px;
  background-color: var(--Fill-Blue-blue_05---bland);
  color: var(--Fill-Bluegray-bluegray_00);
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
}
@media screen and (min-width: 1025px) {
  .l-gnav-list-item-button {
    width: 110px;
    height: 40px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-gnav-list-item-button {
    font-size: 1.3rem;
  }
}
@media (any-hover: hover) {
  .l-gnav-list-item-button:hover {
    background: var(--Fill-Blue-blue_04---hover);
  }
}
@media screen and (min-width: 1025px) {
  .l-gnav-list-item-title {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1280px) {
  .l-gnav-list-item-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .l-gnav-list-item-title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-gnav-list-item-title {
    padding-right: 16px;
  }
  .l-gnav-list-item-title::before, .l-gnav-list-item-title::after {
    content: none;
  }
}
@media screen and (min-width: 1025px) {
  .l-gnav-list-item-title i {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-gnav-list-item-title i {
    width: 14px;
    min-width: 14px;
    margin-left: auto;
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav-hamburger-button {
    padding: 0 var(--Spacing-Size-xxs);
  }
}
@media screen and (min-width: 1025px) {
  .l-gnav-hamburger-button-name {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-gnav-hamburger-button-name {
    color: var(--Swiper-navigation-border);
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
    margin-left: -0.5em;
  }
}

.modal-footer {
  background-color: #eaeaea;
  border-top: none;
}
.modal-footer button {
  width: 200px;
  padding-right: 22px;
}
@media screen and (min-width: 1025px) {
  .modal-footer button {
    width: 320px;
    font-size: 1.8rem;
    padding: 12px 30px;
  }
}

.list-note-medium > li > span > a {
  color: var(--Text-text_blue);
  text-decoration: underline;
}
@media (any-hover: hover) {
  .list-note-medium > li > span > a:hover {
    text-decoration: none;
  }
}

.is-none {
  display: none;
}