@charset "UTF-8";
:root {
  --c_base_bg: #F6FAFF;
  --c_base_bg_dark: #EDF5FF;
  --c_base_bg_light: #FFFFFF;
  --c_txt_base: #0A1E32;
  --c_txt_base_l: #687684;
  --c_border_base: #D2DFF0;
  --c_link: #2882FF;
  --c_primary: #2882FF;
  --c_secondary: #FF69A5;
  --c_tertiary: #FFDD00;
  --fw_reg: 400;
  --fw_mid: 500;
  --fw_sbold: 600;
  --fw_bold: 700;
  --fw_black: 900;
  --width_max: 80rem;
  --width_max_md: 40rem;
  --pad_side_sm: 1.5rem;
  --pad_side_md: 2.5rem;
}

.uq_top_functions_accordion_col details summary::after, .uq_top_flow .step::after, .uq_top_news_link:after, .bl_footerNavLogin a:before, .bl_headerNav_main li a:after, .bl_headerNav_login:before, .bl_pagination_prev a:before, .bl_pagination_next a:after, .bl_linkList--bordered li a:after, .bl_linkList--underline li a:before, .bl_linkPanel_icon, .bl_linkPanel_more:after, .bl_tableDate_link:after, .bl_qa summary:after, .el_icon_newwindow::after {
  font-family: "Material Icons", sans-serif;
}

/* ====================================================

　CSSカスタムプロパティ

==================================================== */
/* ====================================================

　要素セレクタに直接指定

==================================================== */
html {
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
  scroll-behavior: smooth;
}

body {
  background: var(--c_base_bg);
  color: var(--c_txt_base);
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

* {
  scroll-margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  * {
    scroll-margin-top: 5rem;
  }
}

/* ====================================================

　レイヤー

==================================================== */
/*-————————————————————————————————————————————————————
　ヘッダ
-————————————————————————————————————————————————————*/
.ly_header {
  position: sticky;
  z-index: 100;
  top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-inline: auto;
}

/*-————————————————————————————————————————————————————
　フッタ
-————————————————————————————————————————————————————*/
.ly_footer {
  padding-top: clamp(2.5rem, 2.28rem + 0.9vw, 3rem);
  background-color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .ly_footer {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .ly_footer {
    text-align: center;
  }
}

/* ====================================================

　　汎用性あるスタイル
　　　1.タイトル
　　　2.ボタン
　　　3.リンク
　　　4.アイコン

==================================================== */
/*-————————————————————————————————————————————————————
　タイトル
-————————————————————————————————————————————————————*/
/*　ページタイトル
-————————————————————————————————*/
.el_title_level2 {
  font-size: clamp(1.5625rem, 1.29rem + 1.2vw, 2.25rem);
  line-height: 1.3;
  font-weight: var(--fw_bold);
}

.el_title_level3 {
  font-size: clamp(1.375rem, 1.155rem + 0.9vw, 1.875rem);
  line-height: 1.3;
  font-weight: var(--fw_bold);
}

.el_title_level4 {
  font-size: clamp(1.125rem, 0.94rem + 0.7vw, 1.5rem);
  line-height: 1.3;
  font-weight: var(--fw_bold);
}

.el_title_level5 {
  font-size: clamp(1rem, 0.965rem + 0.2vw, 1.125rem);
  line-height: 1.3;
  font-weight: var(--fw_bold);
}

.el_title_level6 {
  font-size: clamp(0.9375rem, 0.92rem + 0.1vw, 1rem);
  line-height: 1.3;
  font-weight: var(--fw_bold);
}
@media screen and (min-width: 1024px) {
  .el_title_level6 {
    font-size: 1rem;
  }
}

/*-————————————————————————————————————————————————————
　アイコン
-————————————————————————————————————————————————————*/
.el_icon_newwindow::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "\e89e";
  margin-left: 0.2em;
  vertical-align: middle;
  font-size: 100%;
  font-weight: 100;
  color: var(--c_txt_base_l);
}

/*-————————————————————————————————————————————————————
　リンク
-————————————————————————————————————————————————————*/
.el_link_txt {
  color: var(--c_primary);
  word-break: break-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1024px) {
  .el_link_txt:hover {
    padding-bottom: 0.1em;
    border-bottom: 1px solid var(--c_primary);
  }
}

@media screen and (min-width: 1024px) {
  .el_linkHover--underline:hover {
    font-weight: var(--fw_sbold);
    padding-bottom: 0.1em;
    border-bottom: 1px solid var(--c_txt_base);
  }
}

.el_img {
  margin-top: 1rem;
}

.el_img--border img {
  border: 1px solid #DDD;
}

/*-————————————————————————————————————————————————————
　ボタン
-————————————————————————————————————————————————————*/
.el_btn {
  display: inline-block;
  min-width: 17.5rem;
  padding: 1.4em 2em;
  font-size: clamp(0.875rem, 0.84rem + 0.2vw, 1rem);
  text-align: center;
  border-radius: 100vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.el_btn--outline {
  color: var(--c_txt_base);
  border: 1px solid var(--c_border_base);
  background: transparent;
}
.el_btn--outline:hover {
  background: var(--c_link);
  color: #FFFFFF;
}
.el_btn--fill {
  color: #fff;
  background: var(--c_link);
  border: 1px solid var(--c_link);
}
.el_btn--fill:hover {
  color: var(--c_link);
  background: #FFF;
  border-color: var(--c_link);
}
.el_btn--accent {
  color: #fff;
  background: var(--c_secondary);
  border: 1px solid var(--c_secondary);
}
.el_btn--accent:hover {
  background: transparent;
  color: var(--c_secondary);
}

/* ====================================================

　　レイアウト
　　　1.基本ボックス
　　　2.カラム
　　　3.ページタイトル

==================================================== */
/*-————————————————————————————————————————————————————
　1. 基本ボックス
-————————————————————————————————————————————————————*/
@media screen and (min-width: 1024px) {
  .bl_inner__md {
    padding-left: var(--pad_side_md);
    padding-right: var(--pad_side_md);
  }
}
@media screen and (max-width: 1023px) {
  .bl_inner__sm {
    padding-left: var(--pad_side_sm);
    padding-right: var(--pad_side_sm);
  }
}

@media screen and (min-width: 1024px) {
  .bl_outer__md {
    margin-left: var(--pad_side_md);
    margin-right: var(--pad_side_md);
  }
}
@media screen and (max-width: 1023px) {
  .bl_outer__sm {
    margin-left: var(--pad_side_sm);
    margin-right: var(--pad_side_sm);
  }
}

.bl_article {
  margin-inline: auto;
  padding-top: clamp(2.5rem, 2.245rem + 1.1vw, 3.125rem);
  padding-bottom: clamp(2.5rem, 2.245rem + 1.1vw, 3.125rem);
  padding-left: var(--pad_side_sm);
  padding-right: var(--pad_side_sm);
}
@media screen and (min-width: 1024px) {
  .bl_article {
    max-width: 80rem;
    padding-left: var(--pad_side_md);
    padding-right: var(--pad_side_md);
  }
}
@media screen and (max-width: 1023px) {
  .bl_article__sm--white {
    margin-top: -0.0625rem;
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 1023px) {
  .bl_article__sm--nopad {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .bl_article__sm-nopad--bottom {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .bl_article__sm-nopad--bottom + .bl_cta {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bl_article__s {
    max-width: 61.25rem;
  }
}
.bl_article * {
  scroll-margin-top: 5.125rem;
}
@media screen and (min-width: 1024px) {
  .bl_article * {
    scroll-margin-top: 7.5rem;
  }
}

/*-————————————————————————————————————————————————————
　カラム
-————————————————————————————————————————————————————*/
.bl_col1 {
  max-width: 55rem;
  background-color: #FFFFFF;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .bl_col1 {
    padding: clamp(2rem, 1.2rem + 3.5vw, 4rem);
    -webkit-box-shadow: 0 0 1.25rem rgba(10, 30, 50, 0.1019607843);
            box-shadow: 0 0 1.25rem rgba(10, 30, 50, 0.1019607843);
    border-radius: 0.625rem;
  }
}

@media screen and (min-width: 1024px) {
  .bl_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bl_col2__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 1024px) {
  .bl_col2 > * {
    width: 48%;
  }
}
.bl_col2__main {
  padding-bottom: 4rem;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .bl_col2__main {
    width: 74%;
    padding: clamp(2rem, 1.2rem + 3.5vw, 4rem);
    -webkit-box-shadow: 0 0 1.25rem rgba(10, 30, 50, 0.1019607843);
            box-shadow: 0 0 1.25rem rgba(10, 30, 50, 0.1019607843);
    border-radius: 0.625rem;
  }
}
.bl_col2__sub {
  background-color: var(--c_base_bg);
}
@media screen and (max-width: 1023px) {
  .bl_col2__sub {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .bl_col2__sub {
    width: 22%;
  }
}

.bl_col3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .bl_col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*-————————————————————————————————————————————————————
　3. ページタイトル
-————————————————————————————————————————————————————*/
.bl_pageTitle_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -3.875rem;
  padding-top: 3.875rem;
  height: clamp(11.25rem, 8.11rem + 13.3vw, 18.75rem);
  font-size: clamp(1.25rem, 0.81rem + 1.8vw, 2.25rem);
  font-weight: var(--fw_bold);
  background-image: url(../images/common/bg_symbol.png);
  background-color: var(--c_base_bg_dark);
  color: var(--c_primary);
}
@media screen and (min-width: 1024px) {
  .bl_pageTitle_inner {
    margin-top: -5.125rem;
    padding-top: 5.125rem;
  }
}

/* ====================================================

　　ナビゲーション
　　　1.パンくず
　　　2.目次（サイド）
　　　3. ページャ
　　　4. リンクリスト

==================================================== */
/*-————————————————————————————————————————————————————
　1. パンくずリスト
-————————————————————————————————————————————————————*/
.bl_breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-inline: auto;
  padding-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .bl_breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    padding-left: var(--pad_side_sm);
    padding-right: var(--pad_side_sm);
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .bl_breadcrumb::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .bl_breadcrumb {
    width: 98%;
    padding-top: 0.625rem;
  }
}
.bl_breadcrumb li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.25rem;
  font-size: clamp(0.75rem, 0.715rem + 0.2vw, 0.875rem);
}
.bl_breadcrumb li:not(:last-child):after {
  content: "\e5cc";
  font-family: "Material Icons";
  font-size: 1rem;
  color: #7F8B97;
}
@media screen and (min-width: 1024px) {
  .bl_breadcrumb li:not(:last-child):after {
    padding: 0 0.1em;
  }
}
.bl_breadcrumb a {
  color: var(--c_link);
}
@media screen and (min-width: 1024px) {
  .bl_breadcrumb a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1023px) {
  .bl_breadcrumb--bgWhite {
    width: 100%;
    background-color: #FFFFFF;
  }
}

/*-————————————————————————————————————————————————————
　2. 目次（サイド）
-————————————————————————————————————————————————————*/
.bl_tocSide {
  padding-bottom: clamp(1.5rem, 1.28rem + 0.9vw, 2rem);
  border-bottom: 1px solid var(--c_border_base);
}
.bl_tocSide + .bl_tocSide {
  margin-top: clamp(1.5rem, 1.28rem + 0.9vw, 2rem);
}
@media screen and (min-width: 1024px) {
  .bl_tocSide .bl_tocSide_title a:hover,
  .bl_tocSide .bl_tocSide_nav a:hover {
    font-weight: var(--fw_sbold);
    padding-bottom: 0.1em;
    border-bottom: 1px solid var(--c_txt_base);
  }
}
.bl_tocSide .bl_tocSide_title {
  font-size: clamp(0.875rem, 0.805rem + 0.4vw, 1.125rem);
}
.bl_tocSide .bl_tocSide_subTitle {
  margin-top: 1.5rem;
  margin-left: clamp(0.625rem, 0.458rem + 0.6vw, 0.9375rem);
  font-size: clamp(0.75rem, 0.733rem + 0.1vw, 0.8125rem);
  font-weight: var(--fw_bold);
  color: var(--c_txt_base_l);
}
.bl_tocSide .bl_tocSide_subTitle + .bl_tocSide_nav {
  padding-top: 0.625rem;
}
.bl_tocSide .bl_tocSide_nav {
  margin-left: clamp(0.625rem, 0.458rem + 0.6vw, 0.9375rem);
  padding-top: clamp(0.9375rem, 0.77rem + 0.6vw, 1.25rem);
}
.bl_tocSide .bl_tocSide_nav li {
  padding-top: 0.875rem;
  font-size: clamp(0.8125rem, 0.76rem + 0.3vw, 1rem);
  line-height: 1.5;
}
.bl_tocSide .bl_tocSide_nav li:first-child {
  padding-top: 0;
}
.bl_tocSide .bl_tocSide_title.is-current,
.bl_tocSide .bl_tocSide_nav li.is-current {
  font-weight: var(--fw_bold);
  color: var(--c_primary);
}
@media screen and (min-width: 1024px) {
  .bl_tocSide .bl_tocSide_title.is-current a:hover,
  .bl_tocSide .bl_tocSide_nav li.is-current a:hover {
    font-weight: var(--fw_bold);
    padding-bottom: 0.1em;
    border-bottom: 1px solid var(--c_primary);
  }
}

/*-————————————————————————————————————————————————————
　3. ページャ（前と次のみ）
-————————————————————————————————————————————————————*/
.bl_pagination {
  position: relative;
  min-height: 2rem;
  margin-top: 5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--c_border_base);
}
.bl_pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.75rem, 0.68rem + 0.4vw, 1rem);
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .bl_pagination_prev span {
    display: none;
  }
}
.bl_pagination_prev, .bl_pagination_next {
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .bl_pagination_prev:hover, .bl_pagination_next:hover {
    color: var(--c_primary);
  }
  .bl_pagination_prev:hover a:before,
  .bl_pagination_prev:hover a:after, .bl_pagination_next:hover a:before,
  .bl_pagination_next:hover a:after {
    background-color: var(--c_primary);
    border-color: var(--c_primary);
    color: #FFFFFF;
    font-weight: var(--fw_reg);
  }
}
.bl_pagination_prev {
  left: 0;
}
.bl_pagination_next {
  right: 0;
}
.bl_pagination_prev a:before, .bl_pagination_next a:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.875rem;
  height: 2rem;
  font-size: clamp(1rem, 0.78rem + 0.9vw, 1.5rem);
  line-height: 1;
  border: 1px solid var(--c_border_base);
  border-radius: 0.25rem;
  color: var(--c_link);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bl_pagination_prev a:before {
  content: "\e5cb";
  margin-right: 0.4em;
  padding-left: 0.125rem;
}
.bl_pagination_next a:after {
  content: "\e409";
  margin-left: 0.4em;
  padding-left: 0.125rem;
}

/*-————————————————————————————————————————————————————
　4. リンクリスト
-————————————————————————————————————————————————————*/
.bl_linkList--bordered {
  padding-top: 2rem;
}
.bl_linkList--bordered li {
  font-size: clamp(0.9375rem, 0.885rem + 0.3vw, 1.125rem);
  line-height: 1.6;
}
.bl_linkList--bordered li + li {
  margin-top: clamp(0.625rem, 0.37rem + 1.1vw, 1.25rem);
}
.bl_linkList--bordered li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(1.125rem, 0.94rem + 0.7vw, 1.5rem) clamp(1rem, 0.56rem + 1.8vw, 2rem);
  border: 1px solid var(--c_border_base);
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.bl_linkList--bordered li a:after {
  position: absolute;
  right: clamp(0.625rem, 0.37rem + 1.1vw, 1.25rem);
  content: "\e5cc";
  font-size: clamp(1.5rem, 1.28rem + 0.9vw, 2rem);
  color: var(--c_primary);
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
@media screen and (min-width: 1024px) {
  .bl_linkList--bordered li a:hover {
    color: var(--c_primary);
    background-color: var(--c_base_bg_dark);
  }
  .bl_linkList--bordered li a:hover:after {
    right: 1rem;
    font-weight: var(--fw_reg);
  }
}
.bl_linkList--bordered li a > img {
  margin-right: 0.5em;
}

.bl_linkList--underline {
  padding-top: 2rem;
}
.bl_linkList--underline li a {
  position: relative;
  display: block;
  padding: 1rem 0 1rem 1.5rem;
  border-bottom: 1px solid var(--c_border_base);
  font-size: clamp(0.875rem, 0.823rem + 0.3vw, 1.0625rem);
  line-height: 1.4;
}
.bl_linkList--underline li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e5cc";
  font-size: 1rem;
  color: var(--c_primary);
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
@media screen and (min-width: 1024px) {
  .bl_linkList--underline li a:hover {
    color: var(--c_primary);
  }
}

.bl_linkPanel li {
  display: block;
  border-radius: 0.5rem;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 0.625rem rgba(40, 130, 255, 0.15);
          box-shadow: 0px 0px 0.625rem rgba(40, 130, 255, 0.15);
  -webkit-transition: border 0.2s, -webkit-box-shadow 0.2s;
  transition: border 0.2s, -webkit-box-shadow 0.2s;
  transition: border 0.2s, box-shadow 0.2s;
  transition: border 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
@media screen and (min-width: 1024px) {
  .bl_linkPanel li:hover {
    border: 1px solid rgba(40, 130, 255, 0.5);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.bl_linkPanel li a {
  display: block;
  padding: clamp(1.25rem, 0.74rem + 2.2vw, 2.5rem);
}
.bl_linkPanel_icon {
  padding-bottom: 1.5rem;
  font-size: clamp(2rem, 0.25rem + 7.5vw, 6.25rem);
  text-align: center;
  color: var(--c_primary);
  opacity: 0.3;
}
.bl_linkPanel_title {
  text-align: center;
  font-size: clamp(1rem, 0.78rem + 0.9vw, 1.5rem);
  font-weight: var(--fw_bold);
  line-height: 1.4;
}
.bl_linkPanel_body {
  margin-top: 1.25rem;
  font-size: clamp(0.8125rem, 0.778rem + 0.2vw, 0.9375rem);
  line-height: 1.4;
}
.bl_linkPanel_more {
  position: relative;
  margin-top: 2rem;
  padding-right: 1.125rem;
  font-size: clamp(0.75rem, 0.715rem + 0.2vw, 0.875rem);
  text-align: right;
  color: var(--c_primary);
}
.bl_linkPanel_more:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  content: "\e7cd";
  color: var(--c_primary);
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}

/* ====================================================

　　テーブル

==================================================== */
.bl_tableDate {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid var(--c_border_base);
}
.bl_tableDate dt,
.bl_tableDate dd {
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .bl_tableDate dt,
  .bl_tableDate dd {
    line-height: 1.6;
  }
}
.bl_tableDate dt {
  padding-top: clamp(1.25rem, 0.96rem + 1.3vw, 2rem);
  font-size: clamp(0.75rem, 0.715rem + 0.2vw, 0.875rem);
  font-weight: var(--fw_reg);
}
@media screen and (max-width: 1023px) {
  .bl_tableDate dt {
    border-top: 1px solid var(--c_border_base);
  }
}
@media screen and (min-width: 1024px) {
  .bl_tableDate dt {
    position: absolute;
    left: 0;
    width: 8.8em;
    padding-bottom: 1.875rem;
  }
}
.bl_tableDate dd {
  padding-top: clamp(0.25rem, -0.48rem + 3.1vw, 2rem);
  padding-bottom: clamp(1.25rem, 0.995rem + 1.1vw, 1.875rem);
  font-size: clamp(0.875rem, 0.858rem + 0.1vw, 0.9375rem);
}
@media screen and (min-width: 1024px) {
  .bl_tableDate dd {
    font-size: 0.9375rem;
    padding-left: 8.8em;
    border-top: 1px solid var(--c_border_base);
  }
}
.bl_tableDate dd p {
  text-align: justify;
}
.bl_tableDate dd p + p {
  margin-top: clamp(0.25rem, 0.18rem + 0.4vw, 0.5rem);
}
.bl_tableDate_ttl {
  font-weight: var(--fw_mid);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.bl_tableDate_ttl + p {
  margin-top: clamp(0.25rem, 0.03rem + 0.9vw, 0.75rem);
}
.bl_tableDate_link {
  position: relative;
  display: block;
}
.bl_tableDate_link dd {
  padding-right: 4em;
}
@media screen and (max-width: 1023px) {
  .bl_tableDate_link dd {
    padding-right: 2em;
  }
}
.bl_tableDate_link:after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  content: "\e7cd";
  font-size: clamp(1rem, 0.965rem + 0.2vw, 1.125rem);
  color: var(--c_primary);
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
@media screen and (max-width: 1023px) {
  .bl_tableDate_link:after {
    right: 0.25em;
  }
}
.bl_tableDate_link:hover .bl_tableDate_ttl {
  color: var(--c_link);
}
.bl_tableDate_link:hover:after {
  right: 0em;
}

/* ====================================================

　　リスト

==================================================== */
.bl_list {
  margin-top: 1rem;
  padding-left: 1.25rem;
  font-size: clamp(0.875rem, 0.823rem + 0.3vw, 1.0625rem);
  line-height: 1.4;
}
.bl_list li {
  margin-top: 0.5rem;
}
.bl_list li:first-child {
  margin-top: 0;
}
.bl_list li p {
  margin-top: 0.3em;
}
.bl_list--number {
  list-style-type: decimal;
}
.bl_list--bullet {
  list-style-type: disc;
}
.bl_list--bullet .bl_list--bullet {
  list-style-type: circle;
}
.bl_list + .bl_list {
  padding-left: 1.25rem;
}
.bl_list--link a {
  color: var(--c_primary);
}
@media screen and (min-width: 1024px) {
  .bl_list--link a:hover {
    font-weight: var(--fw_sbold);
    padding-bottom: 0.1em;
    border-bottom: 1px solid var(--c_primary);
  }
}
.bl_list--s {
  margin-top: 0;
  font-size: clamp(0.8125rem, 0.76rem + 0.3vw, 1rem);
}

/* ====================================================

　　画像・テキストグループ
　　　1.基本テキスト
　　　2.注釈・ヒント・注意点

==================================================== */
/*-————————————————————————————————————————————————————
　1. 基本テキスト
-————————————————————————————————————————————————————*/
.bl_txtGroup {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .bl_txtGroup {
    margin-top: 1rem;
  }
}
.bl_txtGroup p {
  font-size: clamp(0.875rem, 0.823rem + 0.3vw, 1.0625rem);
  text-align: justify;
  line-height: 1.8;
}
.bl_txtGroup p + p {
  margin-top: clamp(0.625rem, 0.555rem + 0.4vw, 0.875rem);
}

.bl_number--circle {
  padding-left: 2.375rem;
}
.bl_number--circle span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.625rem;
  margin-left: -2.375rem;
  border-radius: 50%;
  font-size: 1.0625rem;
  line-height: 0;
  font-weight: var(--fw_bold);
  background-color: var(--c_primary);
  color: #FFFFFF;
}

/*-————————————————————————————————————————————————————
　2. 注釈・ヒント・注意点
-————————————————————————————————————————————————————*/
.bl_note,
.bl_hint,
.bl_warning {
  margin-top: clamp(0.875rem, 0.62rem + 1.1vw, 1.5rem);
  padding: clamp(0.875rem, 0.805rem + 0.4vw, 1.125rem);
  font-size: clamp(0.875rem, 0.823rem + 0.3vw, 1.0625rem);
  line-height: 1.4;
}

.bl_note {
  background-color: #F1F1F1;
  border-left: 4px solid #CCCCCC;
}

.bl_hint {
  background-color: rgba(40, 130, 255, 0.08);
  border-left: 4px solid rgba(40, 130, 255, 0.7);
}

.bl_warning {
  background-color: rgba(255, 77, 109, 0.08);
  border-left: 4px solid rgba(255, 77, 109, 0.9);
}

/* ====================================================

　　アコーディオン

==================================================== */
.bl_qa details {
  display: block;
  border: 1px solid #FFFFFF;
  border-radius: 0.8rem;
  background-color: #FFFFFF;
  border: 1px solid var(--c_border_base);
  overflow: hidden;
  height: var(--acc-height--closed, auto);
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
}
.bl_qa details.is-opened {
  height: var(--acc-height--opened, auto);
}
.bl_qa details.is-opened summary:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bl_qa details + details {
  margin-top: clamp(1rem, 0.93rem + 0.4vw, 1.25rem);
}
.bl_qa summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(1.25rem, 1.03rem + 0.9vw, 1.75rem) clamp(0.625rem, 0.37rem + 1.1vw, 1.25rem) clamp(1.25rem, 1.03rem + 0.9vw, 1.75rem) clamp(1.125rem, 0.8rem + 1.5vw, 2rem);
  font-size: clamp(0.875rem, 0.805rem + 0.4vw, 1.125rem);
  line-height: 1.4;
  font-weight: var(--fw_sbold);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.bl_qa summary:hover {
  cursor: pointer;
}
.bl_qa summary:before {
  content: "Q";
  display: inline-block;
  margin-top: -0.2em;
  margin-right: 0.8rem;
  font-size: clamp(1.25rem, 1.18rem + 0.4vw, 1.5rem);
  color: var(--c_primary);
}
@media screen and (min-width: 1024px) {
  .bl_qa summary:before {
    margin-right: 1rem;
  }
}
.bl_qa summary:after {
  content: "\e5cf";
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-size: clamp(0.875rem, 0.55rem + 1.5vw, 1.75rem);
  color: var(--c_secondary);
}
.bl_qa summary::-webkit-details-marker {
  display: none;
}

.bl_qa_answer {
  padding: clamp(1.5rem, 1.28rem + 0.9vw, 2rem) clamp(1.5rem, 1.28rem + 0.9vw, 2rem) clamp(1.5rem, 1.28rem + 0.9vw, 2rem) clamp(2.625rem, 1.93rem + 2.9vw, 4.25rem);
  font-size: clamp(0.8125rem, 0.76rem + 0.3vw, 1rem);
  line-height: 1.8;
  border-top: 1px solid var(--c_border_base);
}

/* ====================================================

　　ヘッダ

==================================================== */
.bl_header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: clamp(3.875rem, 3.215rem + 2.7vw, 5.375rem);
  margin-inline: auto;
  padding: 0 clamp(1rem, 1rem + 0vw, 1rem) 0 clamp(1rem, 0.78rem + 0.9vw, 1.5rem);
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 0.625rem rgba(40, 130, 255, 0.15);
          box-shadow: 0px 0px 0.625rem rgba(40, 130, 255, 0.15);
}
@media screen and (min-width: 1200px) {
  .bl_header {
    width: 98%;
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
.bl_header__simple .bl_headerTitle {
  margin-left: 16px;
  margin-right: auto;
  font-size: clamp(0.75rem, 0.715rem + 0.2vw, 0.875rem);
  color: var(--c_txt_base);
  opacity: 0.7;
}

.bl_headerLogo {
  display: block;
  width: clamp(7.875rem, 6.45rem + 6vw, 11.25rem);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (min-width: 1200px) {
  .bl_headerLogo:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 1199px) {
  .bl_headerNav {
    position: absolute;
    top: clamp(3.875rem, 3.215rem + 2.7vw, 5.375rem);
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1000;
    opacity: 0;
    -webkit-box-shadow: inset 0 10px 10px -10px rgba(40, 130, 255, 0.15);
            box-shadow: inset 0 10px 10px -10px rgba(40, 130, 255, 0.15);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  .bl_headerNav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_headerNav.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
    height: 100vh;
  }
}

.bl_headerNav_main {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .bl_headerNav_main {
    gap: clamp(0.5rem, 0.06rem + 1.8vw, 1.5rem);
  }
}
.bl_headerNav_main li a {
  font-size: clamp(0.875rem, 0.858rem + 0.1vw, 0.9375rem);
  font-weight: var(--fw_sbold);
}
@media screen and (max-width: 1199px) {
  .bl_headerNav_main li a {
    display: block;
    padding: 1.375rem var(--pad_side_sm);
    border-bottom: 1px solid var(--c_border_base);
    color: var(--c_primary);
  }
  .bl_headerNav_main li a:after {
    content: "\e5cc";
    position: absolute;
    right: clamp(0.625rem, 0.44rem + 0.7vw, 1rem);
    font-size: clamp(1.25rem, 1.18rem + 0.4vw, 1.5rem);
    font-weight: var(--fw_mid);
    color: var(--c_secondary);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media screen and (min-width: 1200px) {
  .bl_headerNav_main li a {
    color: var(--c_txt_base);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 1200px) {
  .bl_headerNav_main li a:hover {
    color: var(--c_primary);
  }
}

.bl_headerNav_mainSub {
  display: none;
}
@media screen and (max-width: 1199px) {
  .bl_headerNav_mainSub {
    display: block;
    margin-top: 1.5rem;
    padding-left: var(--pad_side_sm);
    padding-right: var(--pad_side_sm);
  }
}

@media screen and (max-width: 1199px) {
  .bl_headerNav_mainSub_login {
    display: block;
    max-width: 16.75rem;
    margin-inline: auto;
    padding: 0.625rem 0;
    border-radius: 100vw;
    text-align: center;
    color: var(--c_primary);
    background-color: var(--c_base_bg_dark);
  }
}

.bl_headerNav_sub {
  display: none;
}
@media screen and (min-width: 1200px) {
  .bl_headerNav_sub {
    display: block;
  }
}

.bl_headerNav_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(0.75rem, 0.698rem + 0.3vw, 0.9375rem);
  font-weight: var(--fw_sbold);
  color: var(--c_primary);
}
.bl_headerNav_login:before {
  content: "\ea77";
  font-size: clamp(1.25rem, 1.18rem + 0.4vw, 1.5rem);
  font-weight: var(--fw_mid);
  margin-right: 0.3125rem;
  margin-top: 0.1rem;
}
@media screen and (min-width: 1200px) {
  .bl_headerNav_login:hover {
    color: var(--c_secondary);
  }
}

.bl_headerNav_toggle {
  display: block;
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  width: 44px;
  height: 44px;
}
.bl_headerNav_toggle span {
  position: absolute;
  z-index: 10;
  width: 20px;
  height: 2px;
  left: 12px;
  background-color: var(--c_primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bl_headerNav_toggle span:nth-of-type(1) {
  top: 14px;
}
.bl_headerNav_toggle span:nth-of-type(2) {
  top: 21px;
}
.bl_headerNav_toggle span:nth-of-type(3) {
  top: 28px;
}
.bl_headerNav_toggle.active span:nth-of-type(1) {
  top: 14px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.bl_headerNav_toggle.active span:nth-of-type(2) {
  opacity: 0;
}
.bl_headerNav_toggle.active span:nth-of-type(3) {
  top: 26px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .bl_headerNav_toggle {
    display: none;
  }
}

/* ====================================================

　　フッタ

==================================================== */
/*-————————————————————————————————————————————————————
　CTA
-————————————————————————————————————————————————————*/
.bl_cta {
  margin-top: clamp(2rem, -1.28rem + 14.1vw, 10rem);
  padding-top: 7.5rem;
  padding-bottom: clamp(3.5rem, 1.82rem + 7.1vw, 7.5rem);
  background-color: var(--c_primary);
  text-align: center;
  border-radius: clamp(1.25rem, 0.74rem + 2.2vw, 2.5rem) clamp(1.25rem, 0.74rem + 2.2vw, 2.5rem) 0 0;
  background-image: url(../images/common/logo_symbol.svg);
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 1023px) {
  .bl_cta {
    background-size: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .bl_cta {
    background-position: center right 5%;
  }
}
.bl_cta p {
  color: #FFFFFF;
  font-size: clamp(0.875rem, 0.805rem + 0.4vw, 1.125rem);
  line-height: 1.6;
}
.bl_cta p strong {
  font-size: clamp(1.25rem, 0.59rem + 2.7vw, 2.75rem);
  line-height: 1.4;
}
.bl_cta p + p {
  font-size: clamp(0.625rem, 0.37rem + 1.1vw, 1.25rem);
  margin-top: 0.625rem;
}
.bl_cta a {
  display: block;
  max-width: 28.25rem;
  margin-top: clamp(1.5rem, 0.84rem + 2.7vw, 3rem);
  margin-inline: auto;
  padding: clamp(1rem, 0.78rem + 0.9vw, 1.5rem) 0;
  font-size: clamp(0.9375rem, 0.735rem + 0.8vw, 1.375rem);
  font-weight: var(--fw_bold);
  border-radius: 100vw;
  border: 2px solid #FFFFFF;
  background-color: var(--c_secondary);
  color: #FFFFFF;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1024px) {
  .bl_cta a:hover {
    opacity: 0.5;
  }
}

/*-————————————————————————————————————————————————————
　フッタ
-————————————————————————————————————————————————————*/
.bl_footer a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1024px) {
  .bl_footer a:hover {
    opacity: 0.5;
  }
}

.bl_footer__simple {
  padding-top: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .bl_footer__simple {
    background-color: var(--c_base_bg_dark);
  }
}
@media screen and (min-width: 1024px) {
  .bl_footer__simple {
    margin-top: 6.25rem;
  }
}
.bl_footer__simple .bl_footerLogo {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .bl_footer__simple .bl_footerLogo {
    max-width: 73.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .bl_footer__simple .bl_footerLogo img {
    width: 8.75rem;
  }
}
.bl_footer__simple .bl_footerNav_sub {
  margin-top: 0px;
}
@media screen and (max-width: 1023px) {
  .bl_footer__simple .bl_footerNav_sub {
    border-top: none;
  }
}
@media screen and (min-width: 1024px) {
  .bl_footer__simple .bl_footerNav_sub {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .bl_footer__simple .bl_footerNav_sub small {
    margin-top: 1rem;
  }
}

.bl_footerNav_main {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .bl_footerNav_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bl_footerNav_main li {
  padding: 0.375rem 0;
  font-size: clamp(0.8125rem, 0.76rem + 0.3vw, 1rem);
}
@media screen and (min-width: 1024px) {
  .bl_footerNav_main li {
    padding: 0 0.625rem;
  }
}

.bl_footerNavLogin {
  margin-top: clamp(1.5rem, 1.28rem + 0.9vw, 2rem);
}
.bl_footerNavLogin a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.875rem, 0.858rem + 0.1vw, 0.9375rem);
  font-weight: var(--fw_bold);
  color: var(--c_primary);
}
@media screen and (min-width: 1024px) {
  .bl_footerNavLogin a {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .bl_footerNavLogin a:hover {
    color: var(--c_secondary);
  }
}
.bl_footerNavLogin a:before {
  content: "\ea77";
  font-size: clamp(1.25rem, 1.18rem + 0.4vw, 1.5rem);
  font-weight: var(--fw_mid);
  margin-right: 0.3125rem;
}

.bl_footerNav_sub {
  margin-top: 2.5rem;
  border-top: 1px solid #DBE6F4;
}
@media screen and (min-width: 1024px) {
  .bl_footerNav_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bl_footerNav_sub > div {
  margin: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .bl_footerNav_sub > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 75rem;
  }
}
.bl_footerNav_sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .bl_footerNav_sub ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bl_footerNav_sub ul li {
  font-size: 0.75rem;
  padding: 0.1875rem 0.625rem;
}
@media screen and (max-width: 1023px) {
  .bl_footerNav_sub ul li:first-child {
    padding-left: 0;
  }
}
.bl_footerNav_sub small {
  display: block;
  font-size: clamp(0.5625rem, 0.545rem + 0.1vw, 0.625rem);
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  .bl_footerNav_sub small {
    margin-top: 2rem;
  }
}

.uq_top_secTtl {
  text-align: center;
  font-size: clamp(1.125rem, 0.615rem + 2.2vw, 2.375rem);
  font-weight: var(--fw_bold);
}
.uq_top_secTtl span {
  margin-bottom: clamp(0.5rem, 0.465rem + 0.2vw, 0.625rem);
  display: block;
  font-size: clamp(0.75rem, 0.565rem + 0.7vw, 1.125rem);
  color: var(--c_primary);
  font-weight: var(--fw_bold);
}

/*-————————————————————————————————————————————————————
　FV
-————————————————————————————————————————————————————*/
.uq_top_fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .uq_top_fv {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: clamp(0.125rem, -1.3rem + 6vw, 3.5rem);
    height: min(100vh, 42.735042735vw);
    background-image: url(../images/top/fv_photo.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
  }
}
.uq_top_fv_read {
  font-weight: var(--fw_bold);
  color: var(--c_primary);
}
@media screen and (min-width: 1024px) {
  .uq_top_fv_read {
    position: absolute;
    left: clamp(0.625rem, -0.395rem + 4.4vw, 3.125rem);
    bottom: clamp(0rem, -1.275rem + 5.5vw, 3.125rem);
    width: 55%;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1680px) {
  .uq_top_fv_read {
    left: clamp(3.125rem, 2.87rem + 1.1vw, 3.75rem);
    bottom: clamp(3.125rem, 2.615rem + 2.2vw, 4.375rem);
  }
}
.uq_top_fv_read h1 {
  margin-top: 1.25rem;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: var(--fw_black);
}
@media screen and (max-width: 1023px) {
  .uq_top_fv_read h1 {
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_fv_read h1 {
    margin-top: clamp(0.625rem, 0.44rem + 0.7vw, 1rem);
    font-size: clamp(0.5rem, -0.96rem + 6.2vw, 4rem);
  }
}
@media screen and (min-width: 1680px) {
  .uq_top_fv_read h1 {
    margin-top: 1.5rem;
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 2000px) {
  .uq_top_fv_read h1 {
    margin-top: 2rem;
    font-size: 5.625rem;
  }
}
.uq_top_fv_read_sub {
  display: inline-block;
  margin-left: -1.5rem;
  padding: 0.625rem 1.25rem 0.625rem 1.5rem;
  font-size: 0.8125rem;
  border-radius: 0 100vh 100vh 0;
  background-color: var(--c_secondary);
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .uq_top_fv_read_sub {
    margin-left: -5rem;
    padding: clamp(0.5rem, 0.28rem + 0.9vw, 1rem) 2.5rem clamp(0.5rem, 0.28rem + 0.9vw, 1rem) clamp(3.125rem, 2.105rem + 4.4vw, 5.625rem);
    font-size: clamp(0.5rem, 0.06rem + 1.8vw, 1.5rem);
  }
}
@media screen and (min-width: 2000px) {
  .uq_top_fv_read_sub {
    font-size: 2rem;
  }
}
.uq_top_fv_read_txt {
  font-weight: var(--fw_mid);
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .uq_top_fv_read_txt {
    margin-top: 1.5rem;
    font-size: 0.9375rem;
    text-align: justify;
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_fv_read_txt {
    margin-top: clamp(0.625rem, 0.44rem + 0.7vw, 1rem);
    font-size: clamp(0.4375rem, 0.165rem + 1.2vw, 1.125rem);
    font-weight: var(--fw_bold);
  }
}
@media screen and (min-width: 1680px) {
  .uq_top_fv_read_txt {
    margin-top: 1.5rem;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 2000px) {
  .uq_top_fv_read_txt {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_fv picture {
    display: block;
    position: absolute;
    right: clamp(0rem, -1.275rem + 5.5vw, 3.125rem);
    bottom: clamp(0rem, -1.275rem + 5.5vw, 3.125rem);
    width: 42%;
  }
}
.uq_top_fv picture img {
  width: 100%;
}

/*-————————————————————————————————————————————————————
　ウェブともとは
-————————————————————————————————————————————————————*/
.uq_top_about {
  padding: 0 0 clamp(4rem, 2.32rem + 7.1vw, 8rem) 0;
  background-color: var(--c_base_bg_dark);
}

.uq_top_about_catch {
  font-size: clamp(1.25rem, 0.555rem + 2.9vw, 2.875rem);
  line-height: 1.4;
  font-weight: var(--fw_black);
  color: var(--c_primary);
}
.uq_top_about_catch span {
  display: block;
  margin-bottom: 1.25rem;
  font-size: clamp(0.875rem, 0.69rem + 0.7vw, 1.25rem);
  font-weight: var(--fw_bold);
  color: var(--c_txt_base);
}

.uq_top_about_txt {
  margin-top: clamp(1rem, 0.56rem + 1.8vw, 2rem);
  font-size: clamp(0.875rem, 0.805rem + 0.4vw, 1.125rem);
  line-height: 2;
}

.uq_top_aboutIntro {
  padding-top: clamp(4rem, 2.32rem + 7.1vw, 8rem);
  background: linear-gradient(-30deg, var(--c_base_bg_dark) 50%, var(--c_base_bg) 0%);
}
@media screen and (min-width: 1024px) {
  .uq_top_aboutIntro {
    padding-bottom: 0;
  }
}
.uq_top_aboutIntro_wrap {
  max-width: var(--width_max);
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .uq_top_aboutIntro_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: clamp(1.25rem, 0.485rem + 3.3vw, 3.125rem);
  }
}
@media screen and (max-width: 1023px) {
  .uq_top_aboutIntro_wrap figure {
    max-width: clamp(17.5rem, 13.595rem + 16.6vw, 26.875rem);
    margin-top: 1.5rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_aboutIntro_wrap figure {
    margin-top: 6.25rem;
  }
}
.uq_top_aboutIntro_wrap figure img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .uq_top_aboutFunction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_aboutFunction {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    margin-top: 2.5rem;
  }
}

.uq_top_aboutFunction_tab {
  padding-left: var(--pad_side_sm);
  padding-right: var(--pad_side_sm);
}
@media screen and (min-width: 1024px) {
  .uq_top_aboutFunction_tab {
    max-width: 1280px;
    min-height: 48.125rem;
    padding-left: var(--pad_side_md);
    padding-right: var(--pad_side_md);
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}
.uq_top_aboutFunction_tab ul {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .uq_top_aboutFunction_tab ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_aboutFunction_tab ul {
    width: 30%;
    margin-top: -1.25rem;
  }
}
@media screen and (min-width: 1680px) {
  .uq_top_aboutFunction_tab ul {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_aboutFunction_tab ul li {
    padding-top: 1.5rem;
    max-width: 24.375rem;
  }
}
.uq_top_aboutFunction_tab ul li button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(0.875rem, 0.69rem + 0.7vw, 1.25rem);
  font-size: clamp(0.75rem, 0.548rem + 0.8vw, 1.1875rem);
  background: #FFFFFF;
  border: 1px solid var(--c_border_base);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .uq_top_aboutFunction_tab ul li button {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
  }
}
.uq_top_aboutFunction_tab ul li button img {
  margin-right: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .uq_top_aboutFunction_tab ul li button img {
    width: 1.5rem;
  }
}
.uq_top_aboutFunction_tab ul li button.active {
  background-color: var(--c_primary);
  color: white;
}
@media screen and (min-width: 1024px) {
  .uq_top_aboutFunction_tab ul li button.active {
    width: 115%;
    padding: clamp(1rem, 0.71rem + 1.3vw, 1.75rem);
    clip-path: polygon(0 0, calc(100% - 1.5em) 0, 100% 50%, calc(100% - 1.5em) 100%, 0 100%);
  }
}

.uq_top_aboutFunction_video {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .uq_top_aboutFunction_video {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.uq_top_aboutFunction_video img {
  display: inline-block;
  width: 100%;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .uq_top_aboutFunction_video img {
    width: 70%;
    right: -35%;
    max-width: none;
    position: relative;
  }
}

.uq_top_aboutFunction_video_cont {
  position: absolute;
  width: 85%;
  top: 4.2%;
  right: 1.3%;
  z-index: 2;
  aspect-ratio: 1920/1080;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .uq_top_aboutFunction_video_cont {
    top: 4.2%;
    right: -4.7%;
    width: 60%;
  }
}
.uq_top_aboutFunction_video_cont .video {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  pointer-events: none;
  z-index: 3;
}
.uq_top_aboutFunction_video_cont .video.visible {
  opacity: 1;
  z-index: 4;
  pointer-events: auto;
}

.uq_top_aboutStats {
  padding-top: clamp(4rem, 2.32rem + 7.1vw, 8rem);
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .uq_top_aboutStats {
    text-align: center;
  }
}
.uq_top_aboutStats_graf {
  max-width: var(--width_max);
  margin-top: clamp(1.25rem, -0.06rem + 5.7vw, 4.5rem);
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .uq_top_aboutStats_graf {
    max-width: var(--width_max_md);
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_aboutStats_graf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(1.25rem, 0.485rem + 3.3vw, 3.125rem);
  }
}
.uq_top_aboutStats_graf picture {
  display: block;
}
@media screen and (max-width: 1023px) {
  .uq_top_aboutStats_graf picture + picture {
    margin-top: 1.25rem;
  }
}

.uq_top_aboutLaw {
  max-width: var(--width_max);
  margin-top: clamp(1.25rem, 0.485rem + 3.3vw, 3.125rem);
  margin-inline: auto;
  padding: clamp(1.5rem, 0.04rem + 6.2vw, 5rem);
  text-align: left;
  border-radius: clamp(0.25rem, 0.065rem + 0.7vw, 0.625rem);
  background-color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .uq_top_aboutLaw {
    max-width: var(--width_max_md);
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_aboutLaw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: clamp(1.25rem, 0.08rem + 4.9vw, 4rem);
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_aboutLaw_contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.uq_top_aboutLaw_contents h3 {
  font-size: clamp(0.875rem, 0.452rem + 1.7vw, 1.8125rem);
  line-height: 1.4;
  font-weight: var(--fw_bold);
  color: var(--c_primary);
}
@media screen and (min-width: 1024px) {
  .uq_top_aboutLaw_contents h3 {
    text-align: left;
  }
}
.uq_top_aboutLaw_contents p {
  margin-top: clamp(0.625rem, 0.08rem + 2.4vw, 2rem);
  font-size: clamp(0.8125rem, 0.76rem + 0.3vw, 1rem);
  line-height: 1.8;
  text-align: justify;
}
.uq_top_aboutLaw_contents p + p {
  margin-top: clamp(0.625rem, 0.44rem + 0.7vw, 1rem);
}
@media screen and (max-width: 1023px) {
  .uq_top_aboutLaw > figure {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_aboutLaw > figure {
    width: clamp(11.25rem, 2.93rem + 35.4vw, 31.25rem);
  }
}
.uq_top_aboutLaw > figure img {
  width: 100%;
}

/*-————————————————————————————————————————————————————
　選ばれる理由
-————————————————————————————————————————————————————*/
.uq_top_reasons {
  padding: clamp(4rem, 2.32rem + 7.1vw, 8rem) 0;
}
.uq_top_reasons ul {
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .uq_top_reasons ul {
    max-width: var(--width_max_md);
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_reasons ul {
    max-width: 65rem;
  }
}
.uq_top_reasons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 1023px) {
  .uq_top_reasons li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_reasons li {
    gap: clamp(1.25rem, 0.3rem + 4vw, 3.5rem);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .uq_top_reasons li:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_reasons li > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.uq_top_reasons li > div h3 {
  font-size: clamp(1.125rem, 0.58rem + 2.4vw, 2.5rem);
  line-height: 1.4;
  font-weight: var(--fw_bold);
  color: var(--c_primary);
}
@media screen and (max-width: 1023px) {
  .uq_top_reasons li > div h3 {
    margin-top: 0.625rem;
    text-align: center;
  }
}
.uq_top_reasons li > div p {
  margin-top: clamp(0.625rem, 0.3rem + 1.5vw, 1.5rem);
  font-size: clamp(0.875rem, 0.805rem + 0.4vw, 1.125rem);
  line-height: 1.8;
  text-align: justify;
}
.uq_top_reasons li > figure {
  display: block;
  margin-inline: auto;
  width: clamp(16.25rem, 10.05rem + 26.5vw, 31.25rem);
}

/*-————————————————————————————————————————————————————
　機能一覧
-————————————————————————————————————————————————————*/
.uq_top_functions {
  padding: clamp(4rem, 2.32rem + 7.1vw, 8rem) 0;
  background-color: var(--c_base_bg_dark);
}
.uq_top_functions_accordion {
  margin-top: clamp(2.5rem, 2.06rem + 1.8vw, 3.5rem);
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .uq_top_functions_accordion {
    max-width: var(--width_max_md);
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_functions_accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: var(--width_max);
  }
}
.uq_top_functions_accordion_col {
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .uq_top_functions_accordion_col {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_functions_accordion_col {
    width: 46%;
  }
}
.uq_top_functions_accordion_col h3 {
  margin-top: 2rem;
  font-size: clamp(0.75rem, 0.715rem + 0.2vw, 0.875rem);
  font-weight: bold;
}
.uq_top_functions_accordion_col h3:first-child {
  margin-top: 0;
}
.uq_top_functions_accordion_col details {
  overflow: hidden;
  margin-top: 0.625rem;
  border-radius: clamp(0.25rem, 0.065rem + 0.7vw, 0.625rem);
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--c_border_base);
}
@media screen and (min-width: 1024px) {
  .uq_top_functions_accordion_col details:hover {
    border: 1px solid var(--c_primary);
  }
}
.uq_top_functions_accordion_col details summary {
  position: relative;
  padding: clamp(1rem, 0.93rem + 0.4vw, 1.25rem);
  font-size: clamp(0.875rem, 0.805rem + 0.4vw, 1.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  list-style: none;
}
.uq_top_functions_accordion_col details summary::marker {
  content: "";
}
.uq_top_functions_accordion_col details summary::-webkit-details-marker {
  display: none;
}
.uq_top_functions_accordion_col details summary img {
  width: clamp(1.25rem, 1.18rem + 0.4vw, 1.5rem);
  height: auto;
  margin-right: 0.5rem;
}
.uq_top_functions_accordion_col details summary::after {
  position: absolute;
  right: clamp(0.625rem, 0.44rem + 0.7vw, 1rem);
  content: "\e5cf";
  font-size: clamp(1.25rem, 1.18rem + 0.4vw, 1.5rem);
  font-weight: var(--fw_mid);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.uq_top_functions_accordion_col details[open] summary::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.uq_top_functions_accordion_col details .content {
  padding: 0 1.25rem 1.25rem;
  font-size: clamp(0.8125rem, 0.795rem + 0.1vw, 0.875rem);
  line-height: 1.6;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}

/*-————————————————————————————————————————————————————
　ご利用の流れ
-————————————————————————————————————————————————————*/
.uq_top_flow {
  padding-top: clamp(4rem, 2.32rem + 7.1vw, 8rem);
}
.uq_top_flow .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.31%;
  max-width: calc(1280px + var(--pad_side_md) * 2);
  margin-top: 3.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .uq_top_flow .flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: inherit;
    gap: 72px;
  }
}
.uq_top_flow .step {
  position: relative;
  width: 21%;
}
@media screen and (max-width: 1023px) {
  .uq_top_flow .step {
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_flow .step::after {
    display: block;
    position: absolute;
    right: -4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "\e5df";
    font-size: 4rem;
    font-weight: var(--fw_mid);
    color: var(--c_secondary);
  }
}
.uq_top_flow .step:last-child::after {
  content: "";
}
.uq_top_flow .step figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(6.25rem, 3.7rem + 11vw, 12.5rem);
  height: clamp(6.25rem, 3.7rem + 11vw, 12.5rem);
  margin-top: clamp(0.5rem, -0.16rem + 2.7vw, 2rem);
  margin-left: auto;
  margin-right: auto;
  border-radius: 100vh;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .uq_top_flow .step figure img {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.uq_top_flow_stepNum {
  font-size: clamp(0.8125rem, 0.742rem + 0.4vw, 1.0625rem);
  font-weight: var(--fw_bold);
  color: var(--c_secondary);
  text-align: center;
}
.uq_top_flow h3 {
  margin-top: clamp(1rem, 0.56rem + 1.8vw, 2rem);
  font-size: clamp(1rem, 0.815rem + 0.7vw, 1.375rem);
  font-weight: var(--fw_bold);
  color: var(--c_primary);
  text-align: center;
}
.uq_top_flow_stepTxt {
  margin-top: clamp(0.5rem, 0.28rem + 0.9vw, 1rem);
  font-size: clamp(0.8125rem, 0.795rem + 0.1vw, 0.875rem);
  line-height: 1.6;
  text-align: justify;
}
@media (max-width: 768px) {
  .uq_top_flow .flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .uq_top_flow .step::after {
    right: 50%;
    top: auto;
    bottom: -4rem;
    -webkit-transform: translateX(50%) rotate(90deg);
            transform: translateX(50%) rotate(90deg);
  }
}

/*-————————————————————————————————————————————————————
　料金
-————————————————————————————————————————————————————*/
.uq_top_price {
  padding: clamp(4rem, 2.32rem + 7.1vw, 8rem) 2.5rem;
}
.uq_top_price > div {
  max-width: 70rem;
  margin-top: clamp(1.5rem, 1.28rem + 0.9vw, 2rem);
  margin-inline: auto;
  padding: clamp(2rem, 1.34rem + 2.7vw, 3.5rem);
  text-align: center;
  border: 1px solid var(--c_primary);
  border-radius: clamp(0.25rem, 0.065rem + 0.7vw, 0.625rem);
  background-color: #FFFFFF;
  color: var(--c_primary);
}
@media screen and (max-width: 1023px) {
  .uq_top_price > div {
    max-width: var(--width_max_md);
  }
}
.uq_top_price > div p {
  font-size: clamp(0.8125rem, 0.795rem + 0.1vw, 0.875rem);
  line-height: 1.5;
}
.uq_top_price > div p + p {
  margin-top: 1rem;
}
.uq_top_price > div .uq_top_price_main {
  font-size: clamp(1.125rem, 0.702rem + 1.7vw, 2.0625rem);
  font-weight: var(--fw_bold);
}
.uq_top_price > div a {
  display: block;
  text-align: center;
  margin-top: clamp(1.5rem, 1.28rem + 0.9vw, 2rem);
  margin-inline: auto;
  padding: clamp(1rem, 0.93rem + 0.4vw, 1.25rem);
  font-size: clamp(0.875rem, 0.84rem + 0.2vw, 1rem);
  border: 2px solid var(--c_border_base);
  border-radius: 100vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .uq_top_price > div a {
    width: 16.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_price > div a:hover {
    background-color: var(--c_primary);
    color: #FFFFFF;
    border-color: var(--c_primary);
  }
}

/*-————————————————————————————————————————————————————
　導入サイト
-————————————————————————————————————————————————————*/
.uq_top_case {
  padding: clamp(4rem, 2.32rem + 7.1vw, 8rem) 0;
  background-color: var(--c_base_bg_dark);
  text-align: center;
}
.uq_top_case ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  max-width: var(--width_max);
  margin: clamp(1.5rem, 0.7rem + 3.5vw, 3.5rem) auto;
}
@media screen and (min-width: 1024px) {
  .uq_top_case ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
.uq_top_case li {
  border-radius: clamp(0.25rem, 0.18rem + 0.4vw, 0.5rem);
  border: 1px solid #DBE6F4;
  background: #FFFFFF;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .uq_top_case li:hover {
    border: 1px solid var(--c_primary);
  }
}

/*-————————————————————————————————————————————————————
　導入サイト（スライド）
-————————————————————————————————————————————————————*/
.uq_top_caseSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding: 0.5rem 0;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .uq_top_caseSlider {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_caseSlider {
    width: 95%;
    border-radius: 0.625rem;
  }
}
.uq_top_caseSlider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 7px;
  -webkit-animation: scroll 60s linear infinite;
          animation: scroll 60s linear infinite;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .uq_top_caseSlider ul {
    -webkit-animation: scroll 60s linear infinite;
            animation: scroll 60s linear infinite;
  }
}
.uq_top_caseSlider li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(6.25rem, 3.48rem + 11.9vw, 13rem);
}
.uq_top_caseSlider img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* アニメーション */
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*-————————————————————————————————————————————————————
　お知らせ
-————————————————————————————————————————————————————*/
.uq_top_news {
  max-width: 70rem;
  margin-inline: auto;
  padding-top: clamp(4rem, 2.32rem + 7.1vw, 8rem);
}
@media screen and (min-width: 1024px) {
  .uq_top_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .uq_top_news > div .uq_top_secTtl {
    text-align: left;
  }
}
.uq_top_news_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.75rem, 0.715rem + 0.2vw, 0.875rem);
  margin-top: clamp(1.5rem, 1.28rem + 0.9vw, 2rem);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .uq_top_news_link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.uq_top_news_link:after {
  display: inline-block;
  margin-left: 0.3em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  content: "\e7cd";
  font-size: clamp(1rem, 0.965rem + 0.2vw, 1.125rem);
  color: var(--c_primary);
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}
@media screen and (min-width: 1680px) {
  .uq_top_news_link:hover {
    color: var(--c_link);
  }
  .uq_top_news_link:hover:after {
    margin-left: 0.6em;
  }
}
@media screen and (max-width: 1023px) {
  .uq_top_news dl {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1680px) {
  .uq_top_news dl {
    max-width: 50rem;
  }
}

/* ====================================================

　　ヘルパー
　　　1.余白
　　　2.デバイス別 表示・非表示
　　　3.行揃え

==================================================== */
/*-————————————————————————————————————————————————————
　余白
-————————————————————————————————————————————————————*/
.hp_mt {
  display: block;
}
.hp_mt__xxl {
  margin-top: 4rem !important;
}
@media screen and (min-width: 1024px) {
  .hp_mt__xxl {
    margin-top: 5rem !important;
  }
}
.hp_mt__xl {
  margin-top: 3.5rem !important;
}
@media screen and (min-width: 1024px) {
  .hp_mt__xl {
    margin-top: 4rem !important;
  }
}
.hp_mt__l {
  margin-top: 2.5rem !important;
}
@media screen and (min-width: 1024px) {
  .hp_mt__l {
    margin-top: 3.5rem !important;
  }
}
.hp_mt__m {
  margin-top: 2rem !important;
}
@media screen and (min-width: 1024px) {
  .hp_mt__m {
    margin-top: 3rem !important;
  }
}
.hp_mt__s {
  margin-top: 1.5rem !important;
}
@media screen and (min-width: 1024px) {
  .hp_mt__s {
    margin-top: 2rem !important;
  }
}
.hp_mt__xs {
  margin-top: 1rem !important;
}
@media screen and (min-width: 1024px) {
  .hp_mt__xs {
    margin-top: 1.5rem !important;
  }
}
.hp_mt__xxs {
  margin-top: 0.5rem !important;
}
@media screen and (min-width: 1024px) {
  .hp_mt__xxs {
    margin-top: 1rem !important;
  }
}

.hp_mlr__auto {
  margin-left: auto;
  margin-right: auto;
}

/*-————————————————————————————————————————————————————
　デバイス別 表示・非表示
-————————————————————————————————————————————————————*/
@media screen and (min-width: 1680px) {
  .hp_hide__lg {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .hp_hide__lgmd {
    display: none !important;
  }
}
@media screen and (min-width: 1680px) {
  .hp_hide__lgmd {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .hp_hide__md {
    display: none !important;
  }
}
@media screen and (min-width: 1680px) {
  .hp_hide__md {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .hp_hide__mdsm {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .hp_hide__mdsm {
    display: none !important;
  }
}
@media screen and (min-width: 1680px) {
  .hp_hide__mdsm {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .hp_hide__sm {
    display: none !important;
  }
}

/*-————————————————————————————————————————————————————
　行揃え
-————————————————————————————————————————————————————*/
@media screen and (min-width: 1680px) {
  .hp_textAlign__lgCenter {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .hp_textAlign__lgmdCenter {
    text-align: center !important;
  }
}
@media screen and (min-width: 1680px) {
  .hp_textAlign__lgmdCenter {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .hp_textAlign__mdCenter {
    text-align: center !important;
  }
}
@media screen and (min-width: 1680px) {
  .hp_textAlign__mdCenter {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .hp_textAlign__mdsmCenterｓ {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .hp_textAlign__mdsmCenterｓ {
    text-align: center !important;
  }
}
@media screen and (min-width: 1680px) {
  .hp_textAlign__mdsmCenterｓ {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .hp_textAlign__smCenter {
    text-align: center !important;
  }
}
.hp_textAlign__allCenter {
  text-align: center !important;
}
@media screen and (min-width: 1680px) {
  .hp_textAlign__lgRight {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .hp_textAlign__lgmdRight {
    text-align: right !important;
  }
}
@media screen and (min-width: 1680px) {
  .hp_textAlign__lgmdRight {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .hp_textAlign__mdRight {
    text-align: right !important;
  }
}
@media screen and (min-width: 1680px) {
  .hp_textAlign__mdRight {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .hp_textAlign__mdsmRight {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .hp_textAlign__mdsmRight {
    text-align: right !important;
  }
}
@media screen and (min-width: 1680px) {
  .hp_textAlign__mdsmRight {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .hp_textAlign__smRight {
    text-align: right !important;
  }
}
.hp_textAlign__allRight {
  text-align: right !important;
}

/*-————————————————————————————————————————————————————
　背景色
-————————————————————————————————————————————————————*/
@media screen and (min-width: 1680px) {
  .hp_bg__lgWhite {
    background-color: #FFFFFF;
  }
}
@media screen and (min-width: 1024px) {
  .hp_bg__lgmdWhite {
    background-color: #FFFFFF;
  }
}
@media screen and (min-width: 1680px) {
  .hp_bg__lgmdWhite {
    background-color: #FFFFFF;
  }
}
@media screen and (min-width: 1024px) {
  .hp_bg__mdWhite {
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 1023px) {
  .hp_bg__mdsmWhite {
    background-color: #FFFFFF;
  }
}
@media screen and (min-width: 1024px) {
  .hp_bg__mdsmWhite {
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 1023px) {
  .hp_bg__smWhite {
    background-color: #FFFFFF;
  }
}