@charset "UTF-8";
.btn {
  --color: var(--white);
  --bg: var(--black);
  width: fit-content;
  display: block;
  padding: 0.5em 2em;
  color: var(--color);
  background: var(--bg);
  border-radius: 4px;
}

.btn-theme {
  color: var(--black);
  border-radius: 10rem;
  width: 100%;
  display: flex;
  align-items: center;
  height: 64px;
  padding: 0 64px 0 40px;
  background: url(../../dist/img/icon-arrow-r__inner.svg) right 4px center no-repeat white;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 991.98px) {
  .btn-theme {
    padding: 0 64px 0 30px;
    line-height: 1.3333333333;
  }
}
.btn-theme.__center {
  width: 366px;
  margin-inline: auto;
}
@media screen and (max-width: 991.98px) {
  .btn-theme.__center {
    width: 100%;
  }
}
.btn-theme.__fit {
  width: fit-content;
  min-width: 280px;
  max-width: 100%;
}
@media screen and (max-width: 991.98px) {
  .btn-theme.__fit {
    width: 100%;
    min-width: 0;
  }
}
.btn-theme.__shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.hl-lv01 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991.98px) {
  .hl-lv01 {
    font-size: 2rem;
  }
}
.hl-lv01 small {
  font-size: 0.5em;
  margin-bottom: 22px;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991.98px) {
  .hl-lv01 small {
    margin-bottom: 18px;
  }
}

.hl-lv02 {
  --color: var(--black);
  font-family: var(--font-quiche);
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 11px;
  margin-bottom: 56px;
  color: var(--color);
  border-bottom: 1px solid var(--color);
  letter-spacing: 0.1em;
  line-height: 1.1875;
  text-box-trim: both;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 991.98px) {
  .hl-lv02 {
    font-size: 1rem;
    margin-bottom: 35px;
    padding-bottom: 6px;
  }
}

.color-white .hl-lv02 {
  --color: white;
}

.hl-lv03 {
  font-size: 1.875rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  text-box-trim: both;
  text-box-edge: cap alphabetic;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 991.98px) {
  .hl-lv03 {
    line-height: 1.7692307692;
    font-size: 1.625rem;
  }
}

.hl-lv04 {
  font-size: 0.75rem;
  font-variation-settings: "wght" 400;
  font-weight: unset;
  text-box-trim: both;
  text-box-edge: cap alphabetic;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
}

.bg-white {
  background-color: var(--white);
}

.bg-black {
  background-color: var(--black);
}

.bg-blue-light {
  background-color: var(--blue-light);
}

.bg-blue-pale {
  background-color: var(--blue-pale);
}

.color-white {
  color: var(--white);
}

.color-black {
  color: var(--black);
}

.stack {
  display: grid;
}
.stack > * {
  grid-area: 1/1;
}

.section-breadcrumbs {
  padding: 14px 16px 0;
}
.section-breadcrumbs .list-breadcrumbs {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
}

.list-breadcrumbs {
  gap: 1em;
  font-size: 0.625rem;
  letter-spacing: 0.06em;
}

.footer .wrapper-wide {
  padding-inline: 81px;
}
@media screen and (max-width: 991.98px) {
  .footer .wrapper-wide {
    padding-inline: 0;
    max-width: 340px;
    margin-inline: auto;
  }
}

.section-footer1 {
  background: var(--blue);
}
.section-footer1 .wrapper-v {
  padding-block: 101px 120px;
}
@media screen and (max-width: 991.98px) {
  .section-footer1 .wrapper-v {
    padding-block: 80px;
  }
}

@media screen and (max-width: 991.98px) {
  .flex-footer {
    gap: 37px;
  }
}
.flex-footer .title-footer {
  font-size: 1.625rem;
  line-height: 1.5384615385;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  text-box-trim: both;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 991.98px) {
  .flex-footer .title-footer {
    margin-bottom: 30px;
  }
}
.flex-footer .text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  text-box-trim: both;
  text-box-edge: cap alphabetic;
  margin-top: 35px;
}
@media screen and (max-width: 991.98px) {
  .flex-footer .text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 16px;
  }
}
.flex-footer .btn-theme {
  margin-top: 35px;
}
@media screen and (max-width: 991.98px) {
  .flex-footer .btn-theme {
    margin-top: 30px;
  }
}
.flex-footer .item {
  flex: 0 0 370px;
}
@media screen and (max-width: 991.98px) {
  .flex-footer .item {
    flex: unset;
  }
}
.flex-footer hr {
  align-self: stretch;
  height: auto;
  width: 1px;
}
@media screen and (max-width: 991.98px) {
  .flex-footer hr {
    width: 100%;
    height: 1px;
  }
}

.nav-footer {
  padding-block: 48px;
}
@media screen and (max-width: 991.98px) {
  .nav-footer {
    padding-block: 60px;
  }
}
.nav-footer .list-nav {
  display: flex;
  gap: 23px;
  align-items: flex-start;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 991.98px) {
  .nav-footer .list-nav {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .nav-footer .list-nav li {
    width: 100%;
  }
}
.nav-footer .list-nav > .list > a,
.nav-footer .list-nav > li > a {
  margin-top: -1px;
  color: white;
}
@media screen and (max-width: 991.98px) {
  .nav-footer .list-nav > .list > a,
  .nav-footer .list-nav > li > a {
    height: 61px;
    display: flex;
    gap: 0.1em;
    justify-content: center;
    align-items: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
}
.nav-footer .list-nav > .list > a::before,
.nav-footer .list-nav > li > a::before {
  content: "- ";
}
.nav-footer .list-nav-has-submenu {
  position: relative;
}
.nav-footer .list-nav-has-submenu .nav-submenu-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: -1px;
  color: white;
  font-size: 11px;
  letter-spacing: 0.06em;
  cursor: default;
  pointer-events: none;
}
.nav-footer .list-nav-has-submenu .nav-submenu-toggle::before {
  content: "- ";
}
.nav-footer .list-nav-has-submenu .nav-submenu-toggle .icon-chevron {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .nav-footer .list-nav-has-submenu .nav-submenu-toggle {
    width: 100%;
    height: 61px;
    justify-content: center;
    font-size: 0.875rem;
    font-variation-settings: "wght" 700;
    font-weight: unset;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    cursor: pointer;
    pointer-events: auto;
  }
  .nav-footer .list-nav-has-submenu .nav-submenu-toggle::before {
    content: none;
  }
  .nav-footer .list-nav-has-submenu .nav-submenu-toggle .icon-chevron {
    display: block;
    width: 12px;
    height: auto;
    transition: transform 0.2s;
    filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 991.98px) {
  .nav-footer .list-nav-has-submenu.is-open .nav-submenu-toggle .icon-chevron {
    transform: rotate(180deg);
  }
  .nav-footer .list-nav-has-submenu.is-open .nav-submenu {
    display: block;
  }
}
.nav-footer .list-nav-has-submenu .nav-submenu {
  display: block;
  position: static;
  transform: none;
  min-width: 0;
  margin-top: 8px;
  padding: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.nav-footer .list-nav-has-submenu .nav-submenu a {
  display: block;
  margin-top: 0;
  padding: 4px 0;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: white;
  border: 0;
  text-align: left;
  white-space: nowrap;
}
.nav-footer .list-nav-has-submenu .nav-submenu a::before {
  content: "- ";
}
.nav-footer .list-nav-has-submenu .nav-submenu a:hover, .nav-footer .list-nav-has-submenu .nav-submenu a[aria-current=page] {
  opacity: 0.8;
}
@media screen and (max-width: 991.98px) {
  .nav-footer .list-nav-has-submenu .nav-submenu {
    display: none;
    width: 100%;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.08);
    white-space: normal;
  }
  .nav-footer .list-nav-has-submenu .nav-submenu a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 20px;
    font-size: 0.8125rem;
    font-variation-settings: "wght" 700;
    font-weight: unset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    text-align: center;
    white-space: normal;
  }
  .nav-footer .list-nav-has-submenu .nav-submenu a::before {
    content: none;
  }
  .nav-footer .list-nav-has-submenu .nav-submenu a[aria-current=page] {
    background: rgba(255, 255, 255, 0.12);
    opacity: 1;
  }
}
.nav-footer .list-nav-contact .nav-submenu-toggle--btn {
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  font-variation-settings: "wght" 500;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .nav-footer .list-nav-contact .nav-submenu-toggle--btn {
    width: 100%;
    height: 61px;
    font-variation-settings: "wght" 700;
    font-weight: unset;
  }
}

.list-faq {
  display: grid;
  gap: 20px;
  margin-top: 54px;
}
@media screen and (max-width: 991.98px) {
  .list-faq {
    margin-top: 37px;
  }
}
.list-faq .faq {
  background: white;
  border-radius: 10px;
  padding: 21px 30px 21px 25px;
  line-height: 1.5;
  font-variation-settings: "wght" 700;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .list-faq .faq {
    padding: 20px 20px;
  }
}
.list-faq .faq .text {
  padding-right: 20px;
  letter-spacing: 0.06em;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-variation-settings: "wght" 700;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .list-faq .faq .text {
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
.list-faq .faq .question,
.list-faq .faq .answer {
  display: grid;
  grid-template-columns: 50px 1fr;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .list-faq .faq .question,
  .list-faq .faq .answer {
    grid-template-columns: 41px 1fr;
  }
}
.list-faq .faq .answer {
  margin-top: 20px;
  padding-bottom: 3px;
}
@media screen and (max-width: 991.98px) {
  .list-faq .faq .answer {
    padding-bottom: 0;
  }
}
.list-faq .faq .label-q,
.list-faq .faq .label-a {
  font-family: var(--font-quiche);
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1;
  color: var(--blue);
}
.list-faq .faq .label-a {
  visibility: hidden;
}
.list-faq .faq .icon-plus,
.list-faq .faq .icon-minus {
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
}
@media screen and (max-width: 991.98px) {
  .list-faq .faq .icon-plus,
  .list-faq .faq .icon-minus {
    display: none !important;
  }
}
.list-faq .faq summary {
  list-style: none;
  cursor: pointer;
}
.list-faq .faq summary::-webkit-details-marker {
  display: none;
}
.list-faq .faq .icon-minus {
  display: none;
}
.list-faq .faq[open] .question .text {
  color: var(--blue);
}
.list-faq .faq[open] .icon-plus {
  display: none;
}
.list-faq .faq[open] .icon-minus {
  display: block;
}

.section-footer3 {
  padding-block: 30px 18px;
}
@media screen and (max-width: 991.98px) {
  .section-footer3 {
    padding-block: 60px;
  }
}
.section-footer3 .logo {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  text-box-trim: both;
  text-box-edge: cap alphabetic;
}
.section-footer3 .logo .flex {
  gap: 20px;
}
@media screen and (max-width: 991.98px) {
  .section-footer3 .logo .flex {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
  }
}
.section-footer3 .logo img {
  width: 60px;
}
@media screen and (max-width: 991.98px) {
  .section-footer3 .logo img {
    width: 120px;
  }
}
.section-footer3 .address {
  margin-top: 3px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  text-box-trim: both;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 991.98px) {
  .section-footer3 .address {
    line-height: 1.7142857143;
    margin-top: 15px;
  }
}
.section-footer3 .nav-sub {
  margin-top: 9px;
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  text-box-trim: both;
  text-box-edge: cap alphabetic;
  font-variation-settings: "wght" 700;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .section-footer3 .nav-sub {
    margin-top: 60px;
  }
}
.section-footer3 .nav-sub .list-nav {
  display: flex;
}
.section-footer3 .nav-sub .list-nav li:not(:first-child)::before {
  content: "|";
  padding-inline: 14px;
}
.section-footer3 .copy {
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  text-box-trim: both;
  text-box-edge: cap alphabetic;
  font-variation-settings: "wght" 700;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .section-footer3 .copy {
    margin-top: 20px;
  }
}

.section-Performance {
  position: relative;
  z-index: 2;
}
.section-Performance .wrapper-v {
  padding-block: 40px 0;
}
@media screen and (max-width: 991.98px) {
  .section-Performance .wrapper-v {
    padding-top: 30px;
  }
}
.section-Performance .flex {
  gap: 0;
}
.section-Performance .box {
  height: 464px;
  padding: 80px 0 0 104px;
  background: url(../../dist/img/bg-performance.png) left center/contain no-repeat var(--blue);
}
@media screen and (min-width: 992px) {
  .section-Performance .box {
    box-shadow: 0 0 0 100vmax var(--blue);
    clip-path: inset(0 -100vmax 0 0);
  }
}
@media screen and (max-width: 991.98px) {
  .section-Performance .box {
    background: url(../../dist/img/bg-performance-sp.png) center top/cover no-repeat var(--blue);
    height: 536px;
    padding: 20px 20px 0 20px;
  }
}
.section-Performance .text {
  line-height: 2.125;
  letter-spacing: 0.03em;
  margin-top: 5px;
  margin-right: 11px;
}
@media screen and (max-width: 991.98px) {
  .section-Performance .text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: -19px;
    margin-right: 0;
  }
}
.section-Performance .hl-lv03 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  font-family: var(--font-mincho);
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  .section-Performance .hl-lv03 {
    font-size: 2rem;
    margin-bottom: 79px;
  }
}

.section-Performance.__lower {
  background: url(../img/service/bg-performance.png) center left/contain no-repeat var(--black);
}
@media screen and (max-width: 991.98px) {
  .section-Performance.__lower {
    background: url(../img/service/bg-performance-sp.png) center top/cover no-repeat var(--black);
  }
}
.section-Performance.__lower .wrapper-v {
  padding-block: 100px 120px;
}
@media screen and (max-width: 991.98px) {
  .section-Performance.__lower .wrapper-v {
    padding-block: 80px;
  }
}
.section-Performance.__lower .flex {
  gap: 195px;
}
@media screen and (max-width: 991.98px) {
  .section-Performance.__lower .flex {
    gap: 0;
  }
}

.section-Assignment {
  margin-top: -85px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991.98px) {
  .section-Assignment {
    margin-top: -74px;
  }
}
.section-Assignment .wrapper-v {
  padding-block: 185px 100px;
}
@media screen and (max-width: 991.98px) {
  .section-Assignment .wrapper-v {
    padding-block: 154px 0px;
  }
}

.grid-assignment {
  gap: 30px 40px;
  margin-top: 55px;
}
@media screen and (max-width: 991.98px) {
  .grid-assignment {
    gap: 20px;
    margin-top: 35px;
  }
}
.grid-assignment .item {
  background: white;
  height: 167px;
  display: flex;
  padding: 40px;
  font-size: 1.125rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  text-box-trim: both;
  text-box-edge: cap alphabetic;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  border-radius: 30px;
}
@media screen and (max-width: 991.98px) {
  .grid-assignment .item {
    height: auto;
    padding: 18px;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
    border-radius: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .grid-assignment .last-item {
    margin-top: 20px;
  }
}

.section-other .wrapper-v {
  padding-block: 76px 100px;
}
@media screen and (max-width: 991.98px) {
  .section-other .wrapper-v {
    padding-block: 55px;
  }
}
.section-other .hl-lv03 {
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 991.98px) {
  .section-other .hl-lv03 {
    line-height: 1.7692307692;
  }
}

.section-Solution {
  background: url(../../dist/img/bg-solution.jpg) center/cover no-repeat;
}
@media screen and (max-width: 991.98px) {
  .section-Solution {
    background-image: url(../../dist/img/bg-solution-sp.jpg);
  }
}
.section-Solution .wrapper-v {
  padding-block: 97px 100px;
}
@media screen and (max-width: 991.98px) {
  .section-Solution .wrapper-v {
    padding-block: 78px 80px;
  }
}

.solution-text {
  font-size: 1.125rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  text-box-trim: both;
  text-box-edge: cap alphabetic;
  margin-top: 25px;
  margin-bottom: 55px;
}
@media screen and (max-width: 991.98px) {
  .solution-text {
    font-size: 1rem;
    line-height: 1.875;
    margin-top: 35px;
  }
}
.solution-text small {
  font-size: 0.75rem;
  font-variation-settings: "wght" 400;
  font-weight: unset;
}

.grid-solution {
  gap: 40px 59px;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .grid-solution {
    gap: 0;
    margin-top: 20px;
  }
}
.grid-solution .item {
  background: white;
  position: relative;
  padding-block: 38px;
  padding-inline: 80px 40px;
  text-box-trim: both;
  text-box-edge: cap alphabetic;
  font-size: 1.125rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  min-height: 137px;
}
@media screen and (max-width: 991.98px) {
  .grid-solution .item {
    padding-block: 28px;
    padding-inline: 38px 20px;
    margin-top: 20px;
    min-height: 112px;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
}
.grid-solution .num {
  --size: 80px;
  position: absolute;
  inset: 0 auto auto 0;
  background: url(../../dist/img/obj-number-bg.svg) center/cover no-repeat;
  width: var(--size);
  height: var(--size);
  color: white;
  font-family: var(--font-quiche);
  padding: 7px 16px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  .grid-solution .num {
    --size: 60px;
    font-size: 1.125rem;
    padding: 6px 11px;
  }
}
.grid-solution .image {
  position: absolute;
  inset: auto 0 0 auto;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  .grid-solution .image {
    position: unset;
    inset: unset;
  }
}

.grid-service {
  gap: 59px;
  margin-top: 55px;
}
@media screen and (max-width: 991.98px) {
  .grid-service {
    gap: 30px;
    margin-top: 30px;
  }
}
.grid-service .item {
  padding: 41px 60px;
  min-height: 477px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991.98px) {
  .grid-service .item {
    padding: 30px 20px;
    min-height: 360px;
  }
}
.grid-service .text {
  font-size: 1.125rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  margin-top: 30px;
}
@media screen and (max-width: 991.98px) {
  .grid-service .text {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 27px;
  }
}
.grid-service h4 {
  margin-top: 25px;
}
@media screen and (max-width: 991.98px) {
  .grid-service h4 {
    margin-top: 25px;
  }
}
.grid-service hr {
  margin-top: 35px;
}
@media screen and (max-width: 991.98px) {
  .grid-service hr {
    margin-top: 25px;
  }
}

.grid-offer {
  gap: 40px;
  margin-top: 55px;
}
@media screen and (max-width: 991.98px) {
  .grid-offer {
    gap: 30px;
    margin-top: 40px;
  }
}
.grid-offer .item {
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  min-height: 336px;
}
@media screen and (max-width: 991.98px) {
  .grid-offer .item {
    min-height: 321px;
  }
}
.grid-offer .text-wrap {
  padding: 20px;
}
@media screen and (max-width: 991.98px) {
  .grid-offer .text-wrap {
    padding: 20px;
  }
}
.grid-offer .title {
  margin-top: 12px;
  line-height: 1.75;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 991.98px) {
  .grid-offer .title {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.grid-offer .image {
  width: 100%;
  height: 180px;
}
@media screen and (max-width: 991.98px) {
  .grid-offer .image {
    height: 170px;
  }
}
.grid-offer .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tags {
  font-size: 0.625rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  gap: 4px;
}
.tags .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  border: 1px solid var(--black);
  height: 24px;
}

.grid-news {
  gap: 16px;
  margin-top: 55px;
}
@media screen and (max-width: 991.98px) {
  .grid-news {
    gap: 14px;
    margin-top: 37px;
  }
}
.grid-news .item {
  background: white;
  padding: 24px 40px;
  gap: 33px;
}
@media screen and (max-width: 991.98px) {
  .grid-news .item {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 7px;
    padding: 17px 20px;
  }
}
.grid-news .title,
.grid-news .date {
  letter-spacing: 0.1em;
  text-box-trim: both;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 991.98px) {
  .grid-news .title,
  .grid-news .date {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.grid-news .title {
  border-left: 1px solid var(--black);
  padding-left: 20px;
}
@media screen and (max-width: 991.98px) {
  .grid-news .title {
    padding-left: 10px;
  }
}

.service-page .section-Service .wrapper-v {
  padding-top: 93px;
}
@media screen and (max-width: 991.98px) {
  .service-page .section-Service .wrapper-v {
    padding-top: 76px;
  }
}
@media screen and (max-width: 991.98px) {
  .service-page .grid-service {
    margin-top: 54px;
  }
}

.section-Plan .subtitle {
  margin-top: 6px;
}
@media screen and (max-width: 991.98px) {
  .section-Plan .subtitle {
    margin-top: 35px;
  }
}

.grid-plan {
  margin-top: 58px;
  gap: 40px;
}
@media screen and (max-width: 991.98px) {
  .grid-plan {
    margin-top: 45px;
    gap: 20px;
  }
}
.grid-plan .item {
  background: white;
  color: var(--blue);
  padding: 40px 40px 20px 40px;
  min-height: 320px;
}
@media screen and (max-width: 991.98px) {
  .grid-plan .item {
    min-height: 186px;
    padding: 29px 30px;
    display: grid;
    grid-template-columns: 54px 1fr;
  }
}
.grid-plan .num {
  font-size: 5rem;
  line-height: 1;
  font-weight: bold;
  font-family: var(--font-quiche);
}
@media screen and (max-width: 991.98px) {
  .grid-plan .num {
    font-size: 3.75rem;
  }
}
.grid-plan .title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  margin-top: 30px;
}
@media screen and (max-width: 991.98px) {
  .grid-plan .title {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.625;
  }
}
.grid-plan .title small {
  font-size: 0.875rem;
}
@media screen and (max-width: 991.98px) {
  .grid-plan .title small {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 991.98px) {
  .grid-plan .title.sp-small {
    font-size: 0.875rem;
  }
}
.grid-plan .text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  border-top: 1px solid var(--black);
  padding-top: 13px;
  margin-top: 13px;
  grid-column: 1/3;
}
@media screen and (max-width: 991.98px) {
  .grid-plan .text {
    padding-top: 8px;
    margin-top: -2px;
  }
}

.grid-reason-wrap {
  margin-top: 54px;
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 991.98px) {
  .grid-reason-wrap {
    margin-top: 37px;
  }
}
.grid-reason-wrap .grid-reason {
  --size: 140px;
  gap: 59px;
}
@media screen and (max-width: 991.98px) {
  .grid-reason-wrap .grid-reason {
    --size: 60px;
    gap: 12px;
  }
}
.grid-reason-wrap .grid-reason .image {
  padding: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991.98px) {
  .grid-reason-wrap .grid-reason .image {
    order: 2 !important;
    padding: 15px;
  }
}
.grid-reason-wrap .grid-reason .text {
  padding: 36px 40px;
  background: var(--blue-pale);
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .grid-reason-wrap .grid-reason .text {
    padding: 60px 20px 28px;
  }
}
.grid-reason-wrap .grid-reason .num {
  width: var(--size);
  height: var(--size);
  background: url(../../dist/img/service/object-triangle.svg) center/contain no-repeat;
  position: absolute;
  inset: 0 auto auto 0;
  font-family: var(--font-quiche);
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  padding: 22px 27px;
  color: white;
}
@media screen and (max-width: 991.98px) {
  .grid-reason-wrap .grid-reason .num {
    font-size: 1rem;
    padding: 10px 12px;
  }
}
.grid-reason-wrap .grid-reason .title {
  padding-left: 100px;
  font-size: 1.875rem;
  line-height: 1.6666666667;
  color: var(--blue);
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 700;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .grid-reason-wrap .grid-reason .title {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .grid-reason-wrap .grid-reason .title.__small {
    font-size: 1.625rem;
    line-height: 1.9230769231;
  }
}
.grid-reason-wrap .grid-reason .description {
  margin-top: 35px;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 700;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .grid-reason-wrap .grid-reason .description {
    margin-top: 13px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: 0.056em;
  }
}
@media screen and (min-width: 992px) {
  .grid-reason-wrap .grid-reason .description.__ls0 {
    letter-spacing: 0;
  }
}
.grid-reason-wrap .grid-reason:nth-of-type(even) .image {
  order: 2;
}

.grid-flow-line {
  margin-top: 24px;
  background: url(../../dist/img/service/line-dot.svg);
}
@media screen and (max-width: 991.98px) {
  .grid-flow-line {
    margin-top: 40px;
  }
}

.grid-flow {
  grid-template-columns: 50px 1fr;
  gap: 80px;
  margin-top: 54px;
}
@media screen and (max-width: 991.98px) {
  .grid-flow {
    grid-template-columns: 30px 1fr;
    gap: 21px;
    margin-top: 36px;
  }
}
.grid-flow.__bottom {
  margin-top: 24px;
}
@media screen and (max-width: 991.98px) {
  .grid-flow.__bottom {
    margin-top: 40px;
  }
  .grid-flow.__bottom .grid-flow-inner {
    margin-top: 0;
  }
}
.grid-flow .grid-flow-inner {
  display: grid;
  gap: 24px;
}
@media screen and (max-width: 991.98px) {
  .grid-flow .grid-flow-inner {
    margin-top: 20px;
    gap: 40px;
  }
}
.grid-flow .time {
  text-align: center;
  font-size: 1.125rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  line-height: 1.6666666667;
  color: white;
  background: linear-gradient(to bottom, var(--blue) calc(100% - 30px), transparent calc(100% - 30px)), url(../../dist/img/service/object-flow.svg) center bottom/contain no-repeat;
  height: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 991.98px) {
  .grid-flow .time {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
    padding-top: 20px;
    background: linear-gradient(to bottom, var(--blue) calc(100% - 18px), transparent calc(100% - 18px)), url(../../dist/img/service/object-flow.svg) center bottom/contain no-repeat;
  }
}
.grid-flow .time span {
  writing-mode: vertical-rl;
}
.grid-flow .item {
  display: grid;
  grid-template-columns: 290px 260px 1fr;
  position: relative;
  background: white;
  border: 1px solid var(--blue);
  border-radius: 10px;
  padding: 16px 0;
  min-height: 124px;
}
@media screen and (max-width: 991.98px) {
  .grid-flow .item {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 41px 20px 20px;
  }
}
.grid-flow .num {
  --size: 60px;
  position: absolute;
  inset: 0 auto 0 -30px;
  margin: auto;
  font-size: 1.625rem;
  font-family: var(--font-quiche);
  color: white;
  font-weight: bold;
  line-height: 1;
  display: grid;
  place-items: center;
  background: var(--blue);
  border-radius: 50%;
  width: var(--size);
  height: var(--size);
}
@media screen and (max-width: 991.98px) {
  .grid-flow .num {
    --size: 40px;
    inset: -20px auto auto 20px;
    font-size: 1.0625rem;
  }
}
.grid-flow .title {
  font-size: 1.5rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  line-height: 1;
  display: flex;
  align-items: center;
  color: var(--blue);
  padding-left: 60px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 991.98px) {
  .grid-flow .title {
    align-items: flex-start;
    padding-left: 0;
    font-size: 1.25rem;
  }
}
.grid-flow .subtitle {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  padding-left: 20px;
  border-left: 1px solid var(--black);
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 991.98px) {
  .grid-flow .subtitle {
    border-left: unset;
    border-top: 1px solid var(--black);
    margin-top: 10px;
    padding-top: 10px;
    font-size: 0.875rem;
    line-height: 1.5714285714;
    padding-left: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .grid-flow .text {
    margin-top: 7px;
  }
}
.grid-flow .text > .grid-2 {
  grid-template-columns: 56px 1fr;
  gap: 10px 17px;
}
@media screen and (max-width: 991.98px) {
  .grid-flow .text > .grid-2 {
    gap: 6px 17px;
  }
}
.grid-flow .text .label {
  background: var(--blue-pale);
  font-size: 0.875rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  display: grid;
  place-items: center;
  color: var(--blue);
  letter-spacing: 0.06em;
}
.grid-flow .text .label.__small {
  font-size: 0.625rem;
}
.grid-flow .text .description {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 700;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .grid-flow .text .description {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.grid-flow .text p.small {
  font-size: 0.625rem;
  line-height: 1.6;
  margin-top: 8px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 991.98px) {
  .grid-flow .text p.small {
    margin-top: 12px;
  }
}

span.small {
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 991.98px) {
  span.small {
    margin-top: 12px;
  }
}

.lower-page .section-Profile .wrapper-v {
  padding-block: 64px 80px;
}
@media screen and (max-width: 991.98px) {
  .lower-page .section-Profile .wrapper-v {
    padding-block: 40px 60px;
  }
}
.lower-page .section-History .wrapper-v {
  padding-block: 100px 120px;
}
@media screen and (max-width: 991.98px) {
  .lower-page .section-History .wrapper-v {
    padding-block: 78px 80px;
  }
}
.lower-page .section-History .hl-lv02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
  .lower-page .section-History .hl-lv02 {
    margin-bottom: 30px;
  }
}
.lower-page .section-History .hl-lv03 {
  margin-top: -8px;
  margin-bottom: 0;
}
.lower-page .section-Results .wrapper-v,
.lower-page .section-Info .wrapper-v,
.lower-page .section-Voice .wrapper-v,
.lower-page .section-TradingResults .wrapper-v,
.lower-page .section-Philosophy .wrapper-v,
.lower-page .section-Privacy .wrapper-v,
.lower-page .section-Sitemap .wrapper-v,
.lower-page .section-ContactForm .wrapper-v {
  padding-block: 56px 100px;
}
@media screen and (max-width: 991.98px) {
  .lower-page .section-Results .wrapper-v,
  .lower-page .section-Info .wrapper-v,
  .lower-page .section-Voice .wrapper-v,
  .lower-page .section-TradingResults .wrapper-v,
  .lower-page .section-Philosophy .wrapper-v,
  .lower-page .section-Privacy .wrapper-v,
  .lower-page .section-Sitemap .wrapper-v,
  .lower-page .section-ContactForm .wrapper-v {
    padding-block: 40px 80px;
  }
}

.lower-lead {
  max-width: 720px;
  margin-inline: auto;
}

.privacy-content {
  max-width: 880px;
}

.sitemap-list {
  display: grid;
  gap: 40px;
  max-width: 880px;
}
@media screen and (max-width: 991.98px) {
  .sitemap-list {
    gap: 32px;
  }
}

.sitemap-block__title {
  position: relative;
  margin: 0 0 20px;
  padding-left: 20px;
  font-size: 1.375rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.5454545455;
  color: var(--blue);
}
@media screen and (max-width: 991.98px) {
  .sitemap-block__title {
    margin-bottom: 16px;
    padding-left: 16px;
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}
.sitemap-block__title::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--blue);
}
.sitemap-block__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(7, 30, 91, 0.12);
}
.sitemap-block__list li {
  border-bottom: 1px solid rgba(7, 30, 91, 0.12);
}
.sitemap-block__list a {
  display: block;
  padding: 16px 8px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: var(--black);
  transition: color 0.2s, background-color 0.2s;
}
@media screen and (max-width: 991.98px) {
  .sitemap-block__list a {
    padding: 14px 4px;
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.sitemap-block__list a:hover {
  color: var(--blue);
  background-color: var(--blue-pale);
}

.table-definition {
  margin-top: 0;
  border-top: 1px solid rgba(7, 30, 91, 0.12);
}
.table-definition .row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px 48px;
  padding-block: 32px;
  border-bottom: 1px solid rgba(7, 30, 91, 0.12);
}
@media screen and (max-width: 991.98px) {
  .table-definition .row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-block: 22px;
  }
}
.table-definition dt {
  font-size: 1rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.75;
  color: var(--black);
}
@media screen and (max-width: 991.98px) {
  .table-definition dt {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.table-definition dd {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .table-definition dd {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.table-definition dd small {
  display: block;
  margin-top: 8px;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  font-variation-settings: "wght" 400;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.7);
}

.company-map {
  margin-top: 24px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(7, 30, 91, 0.12);
}
@media screen and (max-width: 991.98px) {
  .company-map {
    margin-top: 16px;
  }
}
.company-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.company-business-list {
  display: grid;
  gap: 8px;
  padding-left: 1.2em;
  list-style: decimal;
}
.company-business-list li {
  line-height: 1.875;
}
@media screen and (max-width: 991.98px) {
  .company-business-list li {
    line-height: 1.8571428571;
  }
}

.list-history {
  margin-top: 48px;
  display: grid;
  gap: 0;
}
@media screen and (max-width: 991.98px) {
  .list-history {
    margin-top: 32px;
  }
}
.list-history .item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 48px;
  padding-block: 32px;
  border-bottom: 1px solid rgba(7, 30, 91, 0.12);
}
@media screen and (max-width: 991.98px) {
  .list-history .item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-block: 22px;
  }
}
.list-history .item:first-child {
  border-top: 1px solid rgba(7, 30, 91, 0.12);
}
.list-history .year {
  font-size: 1.125rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  color: var(--blue);
  font-family: var(--font-quiche);
}
@media screen and (max-width: 991.98px) {
  .list-history .year {
    font-size: 1rem;
    line-height: 1.625;
  }
}
.list-history .text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .list-history .text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

.list-history-timeline {
  position: relative;
}
.list-history-timeline .item {
  position: relative;
  grid-template-columns: 160px 1fr;
  gap: 40px;
  padding: 0 0 48px 36px;
  border-bottom: none;
}
@media screen and (max-width: 991.98px) {
  .list-history-timeline .item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 0 36px 28px;
  }
}
.list-history-timeline .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--blue);
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  .list-history-timeline .item::before {
    width: 12px;
    height: 12px;
    top: 6px;
  }
}
.list-history-timeline .item::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 22px;
  bottom: 0;
  width: 2px;
  background: var(--blue-light);
}
@media screen and (max-width: 991.98px) {
  .list-history-timeline .item::after {
    left: 5px;
    top: 18px;
  }
}
.list-history-timeline .item:last-child {
  padding-bottom: 0;
}
.list-history-timeline .item:last-child::after {
  display: none;
}
.list-history-timeline .item:first-child {
  border-top: none;
}
.list-history-timeline .date {
  font-size: 1.125rem;
  padding-top: 2px;
}
@media screen and (max-width: 991.98px) {
  .list-history-timeline .date {
    font-size: 1rem;
    padding-top: 0;
  }
}
.list-history-timeline .text {
  padding-top: 2px;
}
@media screen and (max-width: 991.98px) {
  .list-history-timeline .text {
    padding-top: 0;
  }
}

.results-lead,
.info-lead,
.voice-lead {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .results-lead,
  .info-lead,
  .voice-lead {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

.results-group {
  margin-top: 64px;
}
@media screen and (max-width: 991.98px) {
  .results-group {
    margin-top: 48px;
  }
}
.results-group:first-of-type {
  margin-top: 56px;
}
@media screen and (max-width: 991.98px) {
  .results-group:first-of-type {
    margin-top: 40px;
  }
}

.results-heading {
  font-family: var(--font-quiche);
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: var(--black);
  padding-bottom: 12px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--black);
}
@media screen and (max-width: 991.98px) {
  .results-heading {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    margin-bottom: 24px;
  }
}
.results-heading small {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  font-family: var(--font-source-han);
  font-variation-settings: "wght" 500;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .results-heading small {
    font-size: 0.75rem;
  }
}

.grid-results {
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  .grid-results {
    gap: 16px;
  }
}
.grid-results .item {
  background: white;
  border: 1px solid var(--blue-light);
  border-radius: 10px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  font-size: 0.9375rem;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.7333333333;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .grid-results .item {
    min-height: 64px;
    padding: 18px 16px;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.info-download-list {
  margin-top: 56px;
}
@media screen and (max-width: 991.98px) {
  .info-download-list {
    margin-top: 40px;
  }
}

.grid-info {
  gap: 56px 40px;
  margin-top: 56px;
}
@media screen and (max-width: 991.98px) {
  .grid-info {
    gap: 40px;
    margin-top: 40px;
  }
}
.grid-info .item {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
.grid-info .item:hover {
  opacity: 0.8;
}
.grid-info .meta {
  margin-bottom: 12px;
  gap: 16px;
}
.grid-info .date {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  line-height: 1;
}
.grid-info .label {
  flex-shrink: 0;
  font-size: 0.625rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  color: white;
  background: var(--blue);
  padding: 5px 12px;
  border-radius: 4px;
  line-height: 1;
}
.grid-info .image {
  width: 100%;
  aspect-ratio: 16/9;
  background: #d9d9d9;
  overflow: hidden;
}
.grid-info .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-info .title {
  margin-top: 16px;
  font-size: 1rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.75;
}
@media screen and (max-width: 991.98px) {
  .grid-info .title {
    font-size: 0.9375rem;
    line-height: 1.7333333333;
    margin-top: 14px;
  }
}
.grid-info .excerpt {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.75);
}
@media screen and (max-width: 991.98px) {
  .grid-info .excerpt {
    font-size: 0.8125rem;
    line-height: 1.6923076923;
    margin-top: 8px;
  }
}

.grid-voice {
  gap: 56px 40px;
  margin-top: 56px;
}
@media screen and (max-width: 991.98px) {
  .grid-voice {
    gap: 40px;
    margin-top: 40px;
  }
}
.grid-voice .item {
  display: block;
  background: white;
  border: 1px solid var(--blue-light);
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
.grid-voice .item:hover {
  opacity: 0.85;
}
.grid-voice .image {
  width: 100%;
  aspect-ratio: 3/2;
  background: #d9d9d9;
}
.grid-voice .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-voice .text-wrap {
  padding: 28px 32px 32px;
}
@media screen and (max-width: 991.98px) {
  .grid-voice .text-wrap {
    padding: 22px 20px 24px;
  }
}
.grid-voice .company {
  display: inline-block;
  font-size: 0.625rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  color: white;
  background: var(--blue);
  padding: 5px 12px;
  border-radius: 4px;
  line-height: 1;
}
.grid-voice .title {
  margin-top: 16px;
  font-size: 1.125rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 991.98px) {
  .grid-voice .title {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 14px;
  }
}
.grid-voice .excerpt {
  margin-top: 12px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.75);
}
@media screen and (max-width: 991.98px) {
  .grid-voice .excerpt {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    margin-top: 10px;
  }
}

.welfare-page .section-welfare-hero .wrapper {
  padding-top: 40px;
}
@media screen and (max-width: 991.98px) {
  .welfare-page .section-welfare-hero .wrapper {
    padding-top: 30px;
    padding-bottom: 48px;
  }
}
.welfare-page .section-welfare-point .wrapper-v {
  padding-top: 80px;
}
@media screen and (max-width: 991.98px) {
  .welfare-page .section-welfare-point .wrapper-v {
    padding-top: 60px;
  }
}

.section-welfare-hero {
  margin-top: 60px;
}
.section-welfare-hero .welfare-hero {
  margin-bottom: -120px;
}
@media screen and (max-width: 991.98px) {
  .section-welfare-hero .welfare-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    position: relative;
    border-radius: 10px;
  }
}
.section-welfare-hero .welfare-hero__image {
  min-height: 480px;
}
@media screen and (max-width: 991.98px) {
  .section-welfare-hero .welfare-hero__image {
    min-height: 220px;
  }
}
.section-welfare-hero .welfare-hero__image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
}
.section-welfare-hero .welfare-hero__badge {
  background: var(--blue);
  display: grid;
  place-items: center;
  min-height: 480px;
}
@media screen and (max-width: 991.98px) {
  .section-welfare-hero .welfare-hero__badge {
    position: absolute;
    z-index: 2;
    inset: auto 16px -32px auto;
    width: 120px;
    height: 120px;
    min-height: auto;
  }
}
.section-welfare-hero .welfare-hero__badge-inner {
  width: 200px;
  height: 200px;
  border: 2px dashed rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: white;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .section-welfare-hero .welfare-hero__badge-inner {
    width: 92px;
    height: 92px;
    gap: 4px;
  }
}
.section-welfare-hero .welfare-hero__badge-label {
  font-size: 1rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  .section-welfare-hero .welfare-hero__badge-label {
    font-size: 0.625rem;
  }
}
.section-welfare-hero .welfare-hero__badge-title {
  font-size: 1.5rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.08em;
  line-height: 1.4166666667;
}
@media screen and (max-width: 991.98px) {
  .section-welfare-hero .welfare-hero__badge-title {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}

.section-welfare-point {
  padding-top: 120px;
}
@media screen and (max-width: 991.98px) {
  .section-welfare-point {
    padding-top: 32px;
  }
}
.section-welfare-point .wrapper-v {
  padding-block: 100px 120px;
}
@media screen and (max-width: 991.98px) {
  .section-welfare-point .wrapper-v {
    padding-block: 80px 88px;
  }
}
.section-welfare-point .hl-lv02 {
  margin-bottom: 56px;
}
@media screen and (max-width: 991.98px) {
  .section-welfare-point .hl-lv02 {
    margin-bottom: 35px;
  }
}

.grid-welfare-point {
  gap: 40px;
}
@media screen and (max-width: 991.98px) {
  .grid-welfare-point {
    gap: 20px;
  }
}
.grid-welfare-point .caution {
  font-size: 0.75rem;
  margin-top: 20px;
}
.grid-welfare-point .item {
  background: white;
  padding: 48px 40px 44px;
  min-height: 320px;
}
@media screen and (max-width: 991.98px) {
  .grid-welfare-point .item {
    min-height: auto;
    padding: 32px 20px 28px;
  }
}
.grid-welfare-point .num {
  font-family: var(--font-quiche);
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--blue);
  margin-bottom: 20px;
}
.grid-welfare-point .num span {
  font-size: 80px;
  color: var(--black);
  display: inline-block;
}
@media screen and (max-width: 991.98px) {
  .grid-welfare-point .num {
    font-size: 1.375rem;
    margin-bottom: 14px;
  }
}
.grid-welfare-point .title {
  font-size: 1.5rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.5833333333;
  color: var(--black);
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(7, 30, 91, 0.12);
}
@media screen and (max-width: 991.98px) {
  .grid-welfare-point .title {
    font-size: 1.25rem;
    line-height: 1.6;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
}
.grid-welfare-point .text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .grid-welfare-point .text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

.section-welfare-intro .wrapper-v {
  position: relative;
  padding-block: 100px 120px;
}
.section-welfare-intro .wrapper-v .image {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 992px) {
  .section-welfare-intro .wrapper-v .image {
    max-width: 600px;
  }
}
@media screen and (max-width: 991.98px) {
  .section-welfare-intro .wrapper-v {
    padding-block: 80px;
  }
}
.section-welfare-intro .grid-welfare-intro {
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .section-welfare-intro .grid-welfare-intro {
    gap: 40px;
    padding-bottom: 40px;
  }
}
.section-welfare-intro .text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
}
.section-welfare-intro .text p + p {
  margin-top: 24px;
}
@media screen and (max-width: 991.98px) {
  .section-welfare-intro .text p + p {
    margin-top: 18px;
  }
}
@media screen and (max-width: 991.98px) {
  .section-welfare-intro .text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.section-welfare-intro .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-welfare-intro .image img {
  height: auto;
}
@media screen and (max-width: 991.98px) {
  .section-welfare-intro .image img {
    width: min(100%, 260px);
  }
}

.section-welfare-overview .wrapper-v {
  padding-block: 100px 120px;
}
@media screen and (max-width: 991.98px) {
  .section-welfare-overview .wrapper-v {
    padding-block: 78px 80px;
  }
}
.section-welfare-overview .hl-lv02 {
  margin-bottom: 56px;
}
@media screen and (max-width: 991.98px) {
  .section-welfare-overview .hl-lv02 {
    margin-bottom: 35px;
  }
}
.section-welfare-overview .hl-lv03 {
  margin-top: -8px;
}

.table-welfare-overview {
  margin-top: 54px;
  border-top: 1px solid rgba(7, 30, 91, 0.12);
}
@media screen and (max-width: 991.98px) {
  .table-welfare-overview {
    margin-top: 37px;
  }
}
.table-welfare-overview .row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px 48px;
  padding-block: 32px;
  border-bottom: 1px solid rgba(7, 30, 91, 0.12);
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .table-welfare-overview .row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-block: 22px;
  }
}
.table-welfare-overview dt {
  font-size: 1rem;
  color: var(--blue);
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.75;
}
@media screen and (max-width: 991.98px) {
  .table-welfare-overview dt {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.table-welfare-overview dd {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
}
.table-welfare-overview dd small {
  display: block;
  margin-top: 8px;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  font-variation-settings: "wght" 400;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.7);
}
@media screen and (max-width: 991.98px) {
  .table-welfare-overview dd {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.table-welfare-overview .row-schedule dd {
  padding-left: 0;
}

.schedule {
  padding: 10px;
}
.schedule table {
  background-color: #fff;
  border-collapse: collapse;
}
.schedule table th, .schedule table td {
  padding: 6px 10px;
  border: 2px solid var(--blue);
}
.schedule table th {
  background-color: var(--blue-light);
  text-align: center;
}
.schedule table td:first-child {
  width: 20%;
}
.schedule table td:last-child {
  font-size: 0.9em;
}
.schedule table tr.rest td {
  background-color: var(--blue-pale);
}

.welfare-schedule-link {
  display: flex;
  align-items: center;
  width: 300px;
  justify-content: center;
  gap: 16px;
  min-height: 64px;
  padding: 16px 24px 16px 16px;
  background: white;
  border: 1px solid rgba(7, 30, 91, 0.12);
  border-radius: 40px;
  color: var(--black);
  transition: opacity 0.2s;
}
@media screen and (max-width: 991.98px) {
  .welfare-schedule-link {
    width: 100%;
    min-height: 56px;
    padding: 14px 16px 14px 12px;
    gap: 12px;
  }
}
.welfare-schedule-link:hover {
  opacity: 0.85;
}
.welfare-schedule-link__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 991.98px) {
  .welfare-schedule-link__icon {
    width: 28px;
    height: 28px;
  }
}
.welfare-schedule-link__icon img {
  width: 100%;
  height: auto;
}
.welfare-schedule-link__text {
  font-size: 1rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.75;
}
@media screen and (max-width: 991.98px) {
  .welfare-schedule-link__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.welfare-accordion summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 16px 24px;
  background: white;
  border: 1px solid rgba(7, 30, 91, 0.12);
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  .welfare-accordion summary {
    min-height: 56px;
    padding: 14px 16px;
  }
}
.welfare-accordion summary::-webkit-details-marker {
  display: none;
}
.welfare-accordion__label {
  font-size: 1rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.75;
}
@media screen and (max-width: 991.98px) {
  .welfare-accordion__label {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.welfare-accordion .icon-chevron {
  flex-shrink: 0;
  width: 12px;
  transition: transform 0.2s;
}
.welfare-accordion__body {
  padding: 20px 24px 4px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .welfare-accordion__body {
    padding: 16px 4px 0;
    font-size: 0.8125rem;
    line-height: 1.8461538462;
  }
}
.welfare-accordion[open] summary .icon-chevron {
  transform: rotate(180deg);
}

.section-welfare-cta {
  background: var(--blue);
}
.section-welfare-cta .wrapper-v {
  padding-block: 100px 120px;
}
@media screen and (max-width: 991.98px) {
  .section-welfare-cta .wrapper-v {
    padding-block: 80px;
  }
}
.section-welfare-cta .welfare-cta-inner {
  margin-inline: auto;
}
@media screen and (max-width: 991.98px) {
  .section-welfare-cta .welfare-cta-inner {
    max-width: none;
  }
}
.section-welfare-cta .title-footer {
  font-size: 1.625rem;
  line-height: 1.5384615385;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  text-box-trim: both;
  text-box-edge: cap alphabetic;
}
.section-welfare-cta .text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  margin-top: 35px;
}
@media screen and (max-width: 991.98px) {
  .section-welfare-cta .text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 16px;
  }
}
.section-welfare-cta .btn-theme {
  margin-top: 35px;
}
@media screen and (max-width: 991.98px) {
  .section-welfare-cta .btn-theme {
    margin-top: 30px;
  }
}

.partnership-page .section-partnership-intro .wrapper-v {
  padding-block: 80px 100px;
}
@media screen and (max-width: 991.98px) {
  .partnership-page .section-partnership-intro .wrapper-v {
    padding-block: 60px 80px;
  }
}
.partnership-page .section-partnership-service .wrapper-v {
  padding-block: 100px 120px;
}
@media screen and (max-width: 991.98px) {
  .partnership-page .section-partnership-service .wrapper-v {
    padding-block: 78px 80px;
  }
}

.partnership-intro {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}
.partnership-intro__title {
  font-size: 1.5rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  color: var(--blue);
}
@media screen and (max-width: 991.98px) {
  .partnership-intro__title {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.partnership-intro__text {
  margin-top: 35px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .partnership-intro__text {
    margin-top: 24px;
    font-size: 0.875rem;
    line-height: 1.8571428571;
    text-align: left;
  }
}
.partnership-intro__text-en {
  margin-top: 28px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.7);
}
@media screen and (max-width: 991.98px) {
  .partnership-intro__text-en {
    margin-top: 20px;
    font-size: 0.75rem;
    line-height: 1.8333333333;
    text-align: left;
  }
}

.partnership-service-list {
  display: grid;
  gap: 60px;
  margin-top: 54px;
}
@media screen and (max-width: 991.98px) {
  .partnership-service-list {
    gap: 30px;
    margin-top: 37px;
  }
}

.partnership-card {
  display: grid;
  position: relative;
  grid-template-columns: 360px 1fr;
  gap: 48px;
  background: white;
  padding: 40px;
}
@media screen and (max-width: 991.98px) {
  .partnership-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .partnership-card__image {
    padding: 15px;
  }
}
.partnership-card__image::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 300px;
  height: 300px;
  z-index: 0;
  background: url(../../dist/img/service/object-triangle.svg) left top/contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 991.98px) {
  .partnership-card__image::before {
    width: 120px;
    height: 120px;
  }
}
.partnership-card__image img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.partnership-card__body {
  padding-top: 8px;
}
@media screen and (max-width: 991.98px) {
  .partnership-card__body {
    padding-top: 0;
  }
}
.partnership-card__title {
  position: relative;
  padding-left: 24px;
  font-size: 1.875rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  color: var(--blue);
}
@media screen and (max-width: 991.98px) {
  .partnership-card__title {
    font-size: 1.375rem;
    line-height: 1.5454545455;
    padding-left: 16px;
  }
}
.partnership-card__title::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 10px;
  background: var(--blue);
}
.partnership-card__lead {
  margin-top: 60px;
  padding-bottom: 20px;
  font-size: 1.625rem;
  border-bottom: 1px solid var(--blue);
  color: var(--blue);
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 991.98px) {
  .partnership-card__lead {
    margin-top: 16px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
.partnership-card__text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  letter-spacing: 0.06em;
  color: var(--blue);
  font-variation-settings: "wght" 500;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .partnership-card__text {
    margin-top: 14px;
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.partnership-card .small {
  color: var(--blue);
  margin-top: 20px;
  display: grid;
  gap: 8px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .partnership-card .small {
    font-size: 0.8125rem;
    line-height: 1.6923076923;
  }
}
.partnership-card .partnership-card__points li {
  margin-bottom: 20px;
}
.partnership-card .partnership-card__points .num {
  font-size: 20px;
  color: #fff;
  background-color: var(--blue);
  padding: 4px 6px;
  border-radius: 40px;
}
.partnership-card .partnership-card__points .small {
  margin-top: 0;
  font-size: 14px;
  margin-left: 50px;
}
.partnership-card .partnership-card__points .text {
  font-weight: bold;
  color: var(--blue);
  margin-left: 10px;
}
.partnership-card .caution {
  color: var(--blue);
  margin-top: 24px;
  font-size: 0.75rem;
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 991.98px) {
  .partnership-card .caution {
    margin-top: 18px;
    gap: 12px;
  }
}
.partnership-card .caution li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: start;
}
@media screen and (max-width: 991.98px) {
  .partnership-card .caution li {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }
}
.partnership-card .caution .num {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  background: url(../../dist/img/obj-number-bg.svg) center/contain no-repeat;
  font-family: var(--font-quiche);
  font-size: 1rem;
  font-weight: bold;
  color: white;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  .partnership-card .caution .num {
    width: 40px;
    height: 40px;
    font-size: 0.875rem;
  }
}
.partnership-card .caution .text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  padding-top: 12px;
}
@media screen and (max-width: 991.98px) {
  .partnership-card .caution .text {
    font-size: 0.8125rem;
    line-height: 1.6923076923;
    padding-top: 8px;
  }
}
.partnership-card .btn-theme {
  margin-top: 32px;
}
@media screen and (max-width: 991.98px) {
  .partnership-card .btn-theme {
    margin-top: 24px;
  }
}

/*コラム*/
.column2 {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .column2 .left {
    width: 75%;
  }
  .column2 .right {
    width: 20%;
  }
}
@media screen and (max-width: 991.98px) {
  .column2 .right {
    width: 100%;
  }
}
.column2 .right {
  margin-top: 50px;
}
.column2 .right .catmenu {
  border-top: 2px solid var(--black);
}
.column2 .right .catmenu li {
  border-bottom: 1px solid var(--black);
  background-color: var(--blue-pale);
}
.column2 .right .catmenu li a {
  display: block;
  padding: 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.column2 .hl-lv02 {
  margin-bottom: 0;
}

.news-page .section-NewsArchive .wrapper-v {
  padding-block: 56px 100px;
}
@media screen and (max-width: 991.98px) {
  .news-page .section-NewsArchive .wrapper-v {
    padding-block: 40px 80px;
  }
}

.news-filter {
  margin-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
  .news-filter {
    margin-bottom: 30px;
  }
}
.news-filter__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 991.98px) {
  .news-filter__list {
    gap: 8px;
  }
}
.news-filter__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 44px;
  padding: 0 24px;
  border: 1px solid var(--blue);
  border-radius: 10rem;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  color: var(--blue);
  background: white;
  transition: background 0.2s, color 0.2s;
}
@media screen and (max-width: 991.98px) {
  .news-filter__btn {
    min-width: 0;
    height: 40px;
    padding: 0 18px;
    font-size: 0.8125rem;
  }
}
.news-filter__btn:hover, .news-filter__btn.is-active {
  background: var(--blue);
  color: white;
}

.grid-news-archive {
  margin-top: 0;
}
.grid-news-archive .item {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
.grid-news-archive .item:hover {
  opacity: 0.85;
}
.grid-news-archive .meta {
  flex-shrink: 0;
  gap: 16px;
  min-width: 220px;
}
@media screen and (max-width: 991.98px) {
  .grid-news-archive .meta {
    min-width: 0;
    gap: 10px;
  }
}
.grid-news-archive .label {
  flex-shrink: 0;
  font-size: 0.625rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  color: white;
  background: var(--blue);
  padding: 5px 12px;
  border-radius: 4px;
  line-height: 1;
}
.grid-news-archive .title {
  flex: 1;
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  .grid-news-archive .title {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}

.news-empty {
  margin-top: 40px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  text-align: center;
  font-variation-settings: "wght" 500;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .news-empty {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

.news-pagination {
  margin-top: 56px;
}
@media screen and (max-width: 991.98px) {
  .news-pagination {
    margin-top: 40px;
  }
}
.news-pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.news-pagination__item.is-ellipsis {
  padding-inline: 4px;
  font-size: 0.875rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.5);
}
.news-pagination__link {
  display: grid;
  place-items: center;
  min-width: 40px;
  height: 40px;
  padding-inline: 8px;
  border: 1px solid rgba(7, 30, 91, 0.2);
  border-radius: 4px;
  font-size: 0.875rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  color: var(--black);
  background: white;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.news-pagination__link:hover {
  border-color: var(--blue);
  color: var(--blue);
}
.news-pagination__link.is-current, .news-pagination__link.current {
  background: var(--blue);
  border-color: var(--blue);
  color: white;
  pointer-events: none;
}

.trading-results-page .trading-results-heading {
  font-size: 1.5rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  color: var(--black);
}
@media screen and (max-width: 991.98px) {
  .trading-results-page .trading-results-heading {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.trading-results-page .trading-results-heading small {
  font-size: 1rem;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  margin-left: 0.5em;
}
@media screen and (max-width: 991.98px) {
  .trading-results-page .trading-results-heading small {
    font-size: 0.875rem;
    display: block;
    margin-left: 0;
    margin-top: 8px;
  }
}

.philosophy-page .hl-lv03 small {
  font-size: 1rem;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  margin-left: 0.5em;
}
@media screen and (max-width: 991.98px) {
  .philosophy-page .hl-lv03 small {
    font-size: 0.875rem;
    display: block;
    margin-left: 0;
    margin-top: 8px;
  }
}

.trading-results-groups {
  margin-top: 48px;
  display: grid;
  gap: 48px;
}
@media screen and (max-width: 991.98px) {
  .trading-results-groups {
    margin-top: 32px;
    gap: 36px;
  }
}

.trading-results-group__title {
  font-size: 1.25rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: var(--blue);
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 2px solid var(--blue);
}
@media screen and (max-width: 991.98px) {
  .trading-results-group__title {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    margin-bottom: 18px;
  }
}
.trading-results-group__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  .trading-results-group__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.trading-results-group__list li {
  position: relative;
  padding-left: 1em;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .trading-results-group__list li {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.trading-results-group__list li::before {
  content: "・";
  position: absolute;
  inset: 0 auto auto 0;
  color: var(--blue);
  font-variation-settings: "wght" 700;
  font-weight: unset;
}

.trading-results-note {
  margin-top: 40px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.75);
}
@media screen and (max-width: 991.98px) {
  .trading-results-note {
    margin-top: 32px;
    font-size: 0.8125rem;
    line-height: 1.8461538462;
  }
}

.philosophy-list {
  margin-top: 48px;
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 991.98px) {
  .philosophy-list {
    margin-top: 32px;
    gap: 32px;
  }
}

.philosophy-block {
  background: white;
  border: 1px solid rgba(7, 30, 91, 0.12);
  padding: 40px;
}
@media screen and (max-width: 991.98px) {
  .philosophy-block {
    padding: 28px 20px;
  }
}
.philosophy-block__title {
  position: relative;
  padding-left: 20px;
  font-size: 1.375rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.5454545455;
  color: var(--blue);
  margin-bottom: 24px;
}
@media screen and (max-width: 991.98px) {
  .philosophy-block__title {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    padding-left: 16px;
    margin-bottom: 18px;
  }
}
.philosophy-block__title::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--blue);
}
.philosophy-block__text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .philosophy-block__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.philosophy-block__list {
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 991.98px) {
  .philosophy-block__list {
    gap: 12px;
  }
}
.philosophy-block__list li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .philosophy-block__list li {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.philosophy-block__list li::before {
  content: "・";
  position: absolute;
  inset: 0 auto auto 0;
}

.contact-intro {
  margin-bottom: 48px;
}
@media screen and (max-width: 991.98px) {
  .contact-intro {
    margin-bottom: 32px;
  }
}
.contact-intro__title {
  font-size: 1.375rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.5454545455;
  color: var(--blue);
  margin-bottom: 24px;
}
@media screen and (max-width: 991.98px) {
  .contact-intro__title {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    margin-bottom: 18px;
  }
}
.contact-intro__lead {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  margin-bottom: 32px;
}
@media screen and (max-width: 991.98px) {
  .contact-intro__lead {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    margin-bottom: 24px;
  }
}
.contact-intro__notes {
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-intro__notes li {
  position: relative;
  padding-left: 1em;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.85);
}
@media screen and (max-width: 991.98px) {
  .contact-intro__notes li {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
  }
}
.contact-intro__notes li::before {
  content: "※";
  position: absolute;
  inset: 0 auto auto 0;
}
.contact-intro__notes li a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-form {
  max-width: 880px;
  margin-inline: auto;
}
.contact-form__fields {
  margin: 0;
}
.contact-form__fields .row {
  padding-block: 6px;
}
.contact-form__fields dt {
  font-size: 0.875rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  padding-bottom: 8px;
  line-height: 1.75;
  padding-top: 12px;
}
@media screen and (max-width: 991.98px) {
  .contact-form__fields dt {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    padding-top: 0;
  }
}
.contact-form__fields dt label {
  display: inline;
}
.contact-form__fields dt label small {
  display: block;
  margin-top: 4px;
  font-size: 0.75rem;
  font-variation-settings: "wght" 400;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.7);
}
.contact-form__fields dt .required {
  color: #e53935;
  margin-left: 4px;
}
.contact-form__fields dd {
  margin: 0;
}
.contact-form__fields input[type=text],
.contact-form__fields input[type=email],
.contact-form__fields input[type=tel],
.contact-form__fields textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  border: 1px solid rgba(7, 30, 91, 0.2);
  border-radius: 6px;
  background: white;
  transition: border-color 0.2s;
}
@media screen and (max-width: 991.98px) {
  .contact-form__fields input[type=text],
  .contact-form__fields input[type=email],
  .contact-form__fields input[type=tel],
  .contact-form__fields textarea {
    font-size: 0.875rem;
    padding: 12px 14px;
  }
}
.contact-form__fields input[type=text]:focus,
.contact-form__fields input[type=email]:focus,
.contact-form__fields input[type=tel]:focus,
.contact-form__fields textarea:focus {
  outline: none;
  border-color: var(--blue);
}
.contact-form__fields textarea {
  min-height: 200px;
  line-height: 1.75;
}
.contact-form__hint {
  margin: 0 0 12px;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.75);
}
@media screen and (max-width: 991.98px) {
  .contact-form__hint {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.contact-form__privacy {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .contact-form__privacy {
    margin-top: 32px;
  }
}
.contact-form__checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  text-align: left;
}
@media screen and (max-width: 991.98px) {
  .contact-form__checkbox {
    font-size: 0.6875rem;
    line-height: 1.6923076923;
  }
}
.contact-form__checkbox input[type=checkbox] {
  display: inline-block;
  opacity: 1;
  appearance: auto;
  -webkit-appearance: checkbox;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--blue);
}
.contact-form__checkbox a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact-form__memo {
  margin-top: 20px;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.75);
}
.contact-form__submit {
  margin-top: 40px;
}
@media screen and (max-width: 991.98px) {
  .contact-form__submit {
    margin-top: 32px;
  }
}

.contact-phone {
  margin-top: 80px;
  padding: 40px;
  background: var(--blue-pale);
  border-radius: 10px;
}
@media screen and (max-width: 991.98px) {
  .contact-phone {
    margin-top: 56px;
    padding: 28px 20px;
  }
}
.contact-phone__title {
  font-size: 1.125rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  color: var(--blue);
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .contact-phone__title {
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 20px;
  }
}
.contact-phone__list {
  margin: 0;
  display: grid;
  gap: 16px;
  max-width: 480px;
  margin-inline: auto;
}
.contact-phone__list .item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
}
@media screen and (max-width: 991.98px) {
  .contact-phone__list .item {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.contact-phone__list dt {
  font-size: 0.875rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.7142857143;
  color: var(--blue);
}
.contact-phone__list dd {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .contact-phone__list dd {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.contact-phone__list dd a {
  color: var(--black);
  font-size: 1.25rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .contact-phone__list dd a {
    font-size: 1.125rem;
  }
}

.contact-download-note {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(7, 30, 91, 0.12);
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.75);
}
@media screen and (max-width: 991.98px) {
  .contact-download-note {
    margin-top: 32px;
    padding-top: 24px;
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
}

@media screen and (min-width: 992px) {
  .contact-order-page .wrapper {
    max-width: 1200px;
    width: min(100vw - var(--wrapper-gap), 1200px);
  }
}
.contact-order-page .section-ContactOrder .wrapper-v {
  padding-block: 56px 100px;
}
@media screen and (max-width: 991.98px) {
  .contact-order-page .section-ContactOrder .wrapper-v {
    padding-block: 40px 80px;
  }
}

.contact-order__layout {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
@media screen and (max-width: 991.98px) {
  .contact-order__layout {
    flex-direction: column;
    gap: 40px;
  }
}

.contact-order__main {
  flex: 1;
  min-width: 0;
}

.contact-order__aside {
  flex: 0 0 600px;
  width: 600px;
  position: sticky;
  top: calc(var(--header-height) + 24px);
}
@media screen and (max-width: 991.98px) {
  .contact-order__aside {
    flex: none;
    width: 100%;
    position: static;
    order: 2;
  }
}

.contact-order__intro {
  margin-bottom: 48px;
  text-align: left;
}
@media screen and (max-width: 991.98px) {
  .contact-order__intro {
    margin-bottom: 32px;
  }
}

.contact-order__title {
  font-size: 1.75rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.5714285714;
  color: var(--blue);
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .contact-order__title {
    font-size: 1.375rem;
    line-height: 1.6363636364;
    margin-bottom: 16px;
  }
}

.contact-order__lead {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .contact-order__lead {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    margin-bottom: 16px;
  }
}

.contact-order__note {
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.8);
}
@media screen and (max-width: 991.98px) {
  .contact-order__note {
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
}
.contact-order__note a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-order__section-title {
  font-size: 1.25rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: var(--black);
  text-align: left;
  margin-bottom: 24px;
}
@media screen and (max-width: 991.98px) {
  .contact-order__section-title {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    margin-bottom: 20px;
  }
}

.contact-order__results {
  margin-bottom: 48px;
}
@media screen and (max-width: 991.98px) {
  .contact-order__results {
    margin-bottom: 32px;
  }
}

.contact-order__clients {
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-order__clients .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  font-size: 0.8125rem;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  letter-spacing: 0.04em;
  line-height: 1.6923076923;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .contact-order__clients .item {
    min-height: 56px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    padding: 14px 10px;
  }
}

.contact-order__support {
  margin-bottom: 48px;
  text-align: left;
}
@media screen and (max-width: 991.98px) {
  .contact-order__support {
    margin-bottom: 32px;
  }
}

.contact-order__support-text {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.85);
}
@media screen and (max-width: 991.98px) {
  .contact-order__support-text {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
  }
}

.contact-order__form-box {
  width: 100%;
  padding: 32px 28px;
  background: white;
  border: 2px solid var(--black);
  box-shadow: 0 4px 20px rgba(7, 30, 91, 0.06);
}
@media screen and (max-width: 991.98px) {
  .contact-order__form-box {
    padding: 28px 20px;
  }
}

.contact-order-form__field + .contact-order-form__field {
  margin-top: 24px;
}
@media screen and (max-width: 991.98px) {
  .contact-order-form__field + .contact-order-form__field {
    margin-top: 20px;
  }
}
.contact-order-form__label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.875rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.7142857143;
  color: var(--black);
}
.contact-order-form__label small {
  display: block;
  margin-top: 4px;
  font-size: 0.75rem;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.7);
}
.contact-order-form__required {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 0.6875rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  line-height: 1.4;
  color: white;
  background: var(--black);
  vertical-align: middle;
}
.contact-order-form__hint {
  margin: 0 0 10px;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.75);
}
.contact-order-form input[type=text],
.contact-order-form input[type=email],
.contact-order-form input[type=tel],
.contact-order-form select,
.contact-order-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  border: 1px solid rgba(7, 30, 91, 0.2);
  border-radius: 6px;
  background: white;
  transition: border-color 0.2s;
}
@media screen and (max-width: 991.98px) {
  .contact-order-form input[type=text],
  .contact-order-form input[type=email],
  .contact-order-form input[type=tel],
  .contact-order-form select,
  .contact-order-form textarea {
    font-size: 0.875rem;
    padding: 12px 14px;
  }
}
.contact-order-form input[type=text]:focus,
.contact-order-form input[type=email]:focus,
.contact-order-form input[type=tel]:focus,
.contact-order-form select:focus,
.contact-order-form textarea:focus {
  outline: none;
  border-color: var(--blue);
}
.contact-order-form select {
  appearance: none;
  padding-right: 40px;
  background: url(../../dist/img/icon-chevron-down-b.svg) right 14px center/12px no-repeat white;
  cursor: pointer;
}
.contact-order-form select:invalid {
  color: rgba(7, 30, 91, 0.5);
}
.contact-order-form textarea {
  min-height: 180px;
  line-height: 1.75;
}
.contact-order-form__submit {
  margin-top: 40px;
}
@media screen and (max-width: 991.98px) {
  .contact-order-form__submit {
    margin-top: 32px;
  }
}
.contact-order-form__privacy {
  margin-top: 24px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.75);
}
.contact-order-form__privacy a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-order-page .contact-phone {
  margin-top: 0;
}

.contact-order__materials .contact-order__material-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 991.98px) {
  .contact-order__materials .contact-order__material-list {
    gap: 10px;
  }
}
.contact-order__materials .contact-order__material-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 16px;
  background: white;
  border: 1px solid var(--blue-light);
  border-radius: 6px;
}
@media screen and (max-width: 991.98px) {
  .contact-order__materials .contact-order__material-item {
    gap: 12px;
    padding: 12px 14px;
  }
}
.contact-order__materials .contact-order__material-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.contact-order__materials .contact-order__material-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.contact-order__materials .contact-order__material-label {
  font-size: 0.6875rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.15em;
  color: var(--blue);
  opacity: 0.35;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 991.98px) {
  .contact-order__materials .contact-order__material-label {
    font-size: 0.625rem;
  }
}
.contact-order__materials .contact-order__material-body {
  margin-bottom: 80px;
}
.contact-order__materials .contact-order__material-title {
  font-size: 1.125rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 2em;
  color: var(--black);
}
@media screen and (max-width: 991.98px) {
  .contact-order__materials .contact-order__material-title {
    font-size: 1rem;
    line-height: 2em;
  }
}
.contact-order__materials .contact-order__material-excerpt {
  margin-top: 10px;
}
.contact-order__materials .contact-download-note {
  margin-top: 20px;
  padding-top: 16px;
}
@media screen and (max-width: 991.98px) {
  .contact-order__materials .contact-download-note {
    margin-top: 16px;
    padding-top: 14px;
  }
}

.contact-download-page .contact-order__intro {
  margin-bottom: 24px;
}
@media screen and (max-width: 991.98px) {
  .contact-download-page .contact-order__intro {
    margin-bottom: 20px;
  }
}
.contact-download-page .contact-order__title {
  font-size: 1.375rem;
  line-height: 1.5454545455;
  margin-bottom: 12px;
}
@media screen and (max-width: 991.98px) {
  .contact-download-page .contact-order__title {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.contact-download-page .contact-order__lead {
  font-size: 0.875rem;
  padding: 2px 10px;
  background-color: var(--blue-pale);
  line-height: 2em;
  margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
  .contact-download-page .contact-order__lead {
    font-size: 0.8125rem;
    margin-bottom: 20px;
  }
}

.roundup-lead {
  max-width: 720px;
  margin: 0 auto;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.85);
}
@media screen and (max-width: 991.98px) {
  .roundup-lead {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

.roundup-section {
  margin-top: 80px;
}
@media screen and (max-width: 991.98px) {
  .roundup-section {
    margin-top: 56px;
  }
}
.roundup-section__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 991.98px) {
  .roundup-section__title {
    margin-bottom: 24px;
  }
}
.roundup-section__lead {
  max-width: 720px;
  margin: -16px auto 40px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.8);
}
@media screen and (max-width: 991.98px) {
  .roundup-section__lead {
    margin: -8px 0 28px;
    font-size: 0.8125rem;
    line-height: 1.8461538462;
  }
}
.roundup-section__action {
  margin-top: 64px;
}
@media screen and (max-width: 991.98px) {
  .roundup-section__action {
    margin-top: 48px;
  }
}

.roundup-category {
  margin-top: 72px;
}
@media screen and (max-width: 991.98px) {
  .roundup-category {
    margin-top: 56px;
  }
}
.roundup-category__title {
  margin: 0 0 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--blue);
  font-size: 1.5rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: var(--black);
}
@media screen and (max-width: 991.98px) {
  .roundup-category__title {
    margin-bottom: 24px;
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: 12px;
  }
}

.roundup-download-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px 44px;
  list-style: none;
  padding: 0;
  margin-top: 80px;
}
@media screen and (max-width: 991.98px) {
  .roundup-download-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.roundup-download-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-inline: auto;
  width: 100%;
  background: #fff;
  border: 2px solid var(--blue-light);
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .roundup-download-card {
    max-width: none;
  }
}
.roundup-download-card__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 3/4;
  max-height: 220px;
  background: var(--blue-pale);
  border-bottom: 1px solid var(--blue-light);
  overflow: hidden;
}
.roundup-download-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roundup-download-card__thumb-label {
  font-size: 0.75rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.2em;
  color: var(--blue);
  opacity: 0.35;
}
.roundup-download-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 20px 30px;
}
.roundup-download-card__title {
  margin: 0 0 8px;
  font-size: 1rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.04em;
  line-height: 1.5714285714;
  color: var(--blue);
}
.roundup-download-card__excerpt {
  margin: 0 0 20px;
  font-size: 0.875rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.75);
}
.roundup-download-card__btn {
  margin-top: auto;
  /* margin-block: auto; */
  margin-inline: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0 !important;
  justify-content: center;
  height: 44px;
  padding: 0 66px 0 32px;
  font-size: 0.875rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  background-size: 36px;
  background-position: right 6px center;
}

.roundup-contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 40px 48px;
  background: white;
  border: 1px solid var(--blue-light);
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s, box-shadow 0.2s;
}
@media screen and (max-width: 991.98px) {
  .roundup-contact-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 20px;
  }
}
.roundup-contact-card:hover {
  opacity: 0.9;
  box-shadow: 0 6px 20px rgba(7, 30, 91, 0.08);
}
.roundup-contact-card__body {
  flex: 1;
}
.roundup-contact-card__title {
  font-size: 1.25rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: var(--blue);
  margin-bottom: 12px;
}
@media screen and (max-width: 991.98px) {
  .roundup-contact-card__title {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    margin-bottom: 10px;
  }
}
.roundup-contact-card__text {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.8);
}
@media screen and (max-width: 991.98px) {
  .roundup-contact-card__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.roundup-contact-card__arrow {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--blue-pale) url(../../dist/img/icon-arrow-r__inner.svg) center/20px no-repeat;
}
@media screen and (max-width: 991.98px) {
  .roundup-contact-card__arrow {
    width: 40px;
    height: 40px;
    background-size: 16px;
  }
}

.grid-roundup-download {
  gap: 40px 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  .grid-roundup-download {
    gap: 28px;
  }
}
.grid-roundup-download .item {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
.grid-roundup-download .item:hover {
  opacity: 0.85;
}
.grid-roundup-download .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 3/4;
  background: var(--blue-pale);
  border: 1px solid var(--blue-light);
  border-radius: 6px;
  overflow: hidden;
}
.grid-roundup-download .thumb-label {
  font-size: 0.875rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.2em;
  color: var(--blue);
  opacity: 0.35;
}
@media screen and (max-width: 991.98px) {
  .grid-roundup-download .thumb-label {
    font-size: 0.75rem;
  }
}
.grid-roundup-download .title {
  margin-top: 16px;
  font-size: 1rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.75;
  color: var(--blue);
}
@media screen and (max-width: 991.98px) {
  .grid-roundup-download .title {
    font-size: 0.9375rem;
    line-height: 1.7333333333;
    margin-top: 14px;
  }
}
.grid-roundup-download .excerpt {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: rgba(7, 30, 91, 0.75);
}
@media screen and (max-width: 991.98px) {
  .grid-roundup-download .excerpt {
    font-size: 0.8125rem;
    line-height: 1.6923076923;
    margin-top: 8px;
  }
}

.single-page .section-Single .wrapper-v {
  padding-top: 56px;
  padding-bottom: 100px;
}
@media screen and (max-width: 991.98px) {
  .single-page .section-Single .wrapper-v {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.single-page .column2 {
  align-items: flex-start;
}
.single-page .column2 .right {
  margin-top: 0;
  position: sticky;
  top: calc(var(--header-height) + 24px);
}
@media screen and (max-width: 991.98px) {
  .single-page .column2 .right {
    position: static;
    margin-top: 56px;
  }
}

.single-header {
  margin-bottom: 24px;
}
@media screen and (max-width: 991.98px) {
  .single-header {
    margin-bottom: 20px;
  }
}
.single-header__meta {
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991.98px) {
  .single-header__meta {
    gap: 10px;
    margin-bottom: 12px;
  }
}
.single-header__date {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  line-height: 1;
}
.single-header__label {
  flex-shrink: 0;
  font-size: 0.625rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  color: white;
  background: var(--blue);
  padding: 5px 12px;
  border-radius: 4px;
  line-height: 1;
}
.single-header__title {
  font-size: 1.5rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  color: #000;
}
@media screen and (max-width: 991.98px) {
  .single-header__title {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.single-eyecatch {
  margin: 0 0 32px;
  background: #d9d9d9;
  overflow: hidden;
}
.single-eyecatch img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.single-toc {
  margin-bottom: 32px;
  padding: 24px 28px;
  background: white;
  border: 1px solid rgba(7, 30, 91, 0.12);
}
@media screen and (max-width: 991.98px) {
  .single-toc {
    margin-bottom: 24px;
    padding: 20px;
  }
}
.single-toc__title {
  margin-bottom: 16px;
  font-size: 1rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.75;
  color: var(--blue);
}
@media screen and (max-width: 991.98px) {
  .single-toc__title {
    font-size: 0.9375rem;
    margin-bottom: 12px;
  }
}
.single-toc__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.single-toc__list a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
.single-toc__list a:hover {
  opacity: 0.75;
}
.single-toc__num {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  font-size: 0.75rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  line-height: 1;
}
.single-toc__text {
  flex: 1;
  padding-top: 2px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (max-width: 991.98px) {
  .single-toc__text {
    font-size: 0.8125rem;
    line-height: 1.6923076923;
  }
}

.single-summary {
  margin-bottom: 40px;
  padding: 24px 28px;
  background: var(--blue-pale);
}
@media screen and (max-width: 991.98px) {
  .single-summary {
    margin-bottom: 32px;
    padding: 20px;
  }
}
.single-summary__title {
  margin-bottom: 16px;
  font-size: 1rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.75;
  color: var(--blue);
}
@media screen and (max-width: 991.98px) {
  .single-summary__title {
    font-size: 0.9375rem;
    margin-bottom: 12px;
  }
}
.single-summary__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.single-summary__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .single-summary__list li {
    font-size: 0.8125rem;
    line-height: 1.6923076923;
  }
}
.single-summary__icon {
  flex-shrink: 0;
  margin-top: 3px;
}

.singlepage-wrap {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
  color: #000;
}
@media screen and (max-width: 991.98px) {
  .singlepage-wrap {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.singlepage-wrap > *:first-child {
  margin-top: 0;
}
.singlepage-wrap > *:last-child {
  margin-bottom: 0;
}
.singlepage-wrap p {
  margin-block: 1.5em;
  color: #000;
}
.singlepage-wrap h2 {
  margin-top: 2.5em;
  margin-bottom: 1em;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--black);
  font-size: 1.25rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 991.98px) {
  .singlepage-wrap h2 {
    margin-top: 2em;
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}
.singlepage-wrap h3 {
  margin-top: 2em;
  margin-bottom: 0.75em;
  font-size: 1.125rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  color: #000;
}
@media screen and (max-width: 991.98px) {
  .singlepage-wrap h3 {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.singlepage-wrap h4,
.singlepage-wrap h5,
.singlepage-wrap h6 {
  margin-top: 1.75em;
  margin-bottom: 0.75em;
  font-size: 1rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1.75;
}
@media screen and (max-width: 991.98px) {
  .singlepage-wrap h4,
  .singlepage-wrap h5,
  .singlepage-wrap h6 {
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.singlepage-wrap a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.singlepage-wrap ul:not(.single-summary__list),
.singlepage-wrap ol:not(.single-toc__list) {
  margin-block: 1.5em;
  padding-left: 1.5em;
}
.singlepage-wrap ul:not(.single-summary__list) li + li,
.singlepage-wrap ol:not(.single-toc__list) li + li {
  margin-top: 0.5em;
}
.singlepage-wrap ul:not(.single-summary__list) {
  list-style: disc;
}
.singlepage-wrap ol:not(.single-toc__list) {
  list-style: decimal;
}
.singlepage-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.singlepage-wrap figure {
  margin-block: 2em;
}
.singlepage-wrap figure img {
  display: block;
  width: 100%;
}
.singlepage-wrap blockquote {
  margin-block: 2em;
  padding: 24px 28px;
  background: var(--blue-pale);
  border-left: 4px solid var(--blue);
}
@media screen and (max-width: 991.98px) {
  .singlepage-wrap blockquote {
    padding: 20px;
  }
}
.singlepage-wrap blockquote p {
  margin: 0;
}
.singlepage-wrap table {
  width: 100%;
  margin-block: 2em;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 991.98px) {
  .singlepage-wrap table {
    display: block;
    overflow-x: auto;
    font-size: 0.8125rem;
  }
}
.singlepage-wrap table th,
.singlepage-wrap table td {
  padding: 14px 16px;
  border: 1px solid rgba(7, 30, 91, 0.15);
  text-align: left;
  vertical-align: top;
}
.singlepage-wrap table th {
  background: var(--blue-pale);
  font-variation-settings: "wght" 700;
  font-weight: unset;
  color: var(--blue);
}
.singlepage-wrap strong,
.singlepage-wrap b {
  font-variation-settings: "wght" 700;
  font-weight: unset;
}
.singlepage-wrap .prof {
  border: 1px dotted #000;
  padding: 10px 20px;
}
.singlepage-wrap .prof p {
  font-size: 0.8em;
}

#ez-toc-container {
  border-radius: 0px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  width: 100%;
}

.single-voices {
  display: grid;
  gap: 20px;
  margin-block: 2em;
}

.single-voice {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: flex-start;
}
@media screen and (max-width: 991.98px) {
  .single-voice {
    grid-template-columns: 48px 1fr;
    gap: 12px;
  }
}
.single-voice__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: #d9d9d9;
}
@media screen and (max-width: 991.98px) {
  .single-voice__avatar {
    width: 48px;
    height: 48px;
  }
}
.single-voice__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-voice__bubble {
  position: relative;
  padding: 16px 20px;
  background: white;
  border: 1px solid var(--blue-light);
  border-radius: 8px;
}
.single-voice__bubble::before {
  content: "";
  position: absolute;
  inset: 18px auto auto -6px;
  width: 12px;
  height: 12px;
  background: white;
  border: 0;
  border-left: 1px solid var(--blue-light);
  border-bottom: 1px solid var(--blue-light);
  transform: rotate(45deg);
}
@media screen and (max-width: 991.98px) {
  .single-voice__bubble::before {
    inset: 16px auto auto -6px;
  }
}
.single-voice__bubble p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 500;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .single-voice__bubble p {
    font-size: 0.8125rem;
    line-height: 1.6923076923;
  }
}
.single-voice--right {
  grid-template-columns: 1fr 56px;
}
@media screen and (max-width: 991.98px) {
  .single-voice--right {
    grid-template-columns: 1fr 48px;
  }
}
.single-voice--right .single-voice__bubble::before {
  inset: 18px -6px auto auto;
  border: 0;
  border-right: 1px solid var(--blue-light);
  border-top: 1px solid var(--blue-light);
  transform: rotate(45deg);
}
@media screen and (max-width: 991.98px) {
  .single-voice--right .single-voice__bubble::before {
    inset: 16px -6px auto auto;
  }
}

.single-recommend {
  margin-top: 80px;
}
@media screen and (max-width: 991.98px) {
  .single-recommend {
    margin-top: 56px;
  }
}
.single-recommend__title {
  margin-bottom: 24px;
  font-family: var(--font-quiche);
  font-size: 1.25rem;
  font-variation-settings: "wght" 700;
  font-weight: unset;
  letter-spacing: 0.06em;
  line-height: 1;
  color: var(--black);
}
@media screen and (max-width: 991.98px) {
  .single-recommend__title {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
}
.single-recommend__grid {
  gap: 32px;
}
@media screen and (max-width: 991.98px) {
  .single-recommend__grid {
    gap: 24px;
  }
}
.single-recommend__item {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
.single-recommend__item:hover {
  opacity: 0.85;
}
.single-recommend__image {
  background: #d9d9d9;
  overflow: hidden;
}
.single-recommend__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.single-recommend__text {
  margin-top: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-variation-settings: "wght" 700;
  font-weight: unset;
}
@media screen and (max-width: 991.98px) {
  .single-recommend__text {
    margin-top: 12px;
    font-size: 0.8125rem;
    line-height: 1.6923076923;
  }
}

.banner {
  display: block;
}

@media screen and (max-width: 991.98px) {
  .page-id-12 .section-lowermv .hl-lv01 {
    font-size: 1.5em;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pt-9 {
  padding-top: 90px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 991.98px) {
  .mt-0-sp {
    margin-top: 0 !important;
  }
  .mt-1-sp {
    margin-top: 10px !important;
  }
  .mt-2-sp {
    margin-top: 20px !important;
  }
  .mt-3-sp {
    margin-top: 30px !important;
  }
  .mt-4-sp {
    margin-top: 40px !important;
  }
  .mt-5-sp {
    margin-top: 50px !important;
  }
  .mt-6-sp {
    margin-top: 60px !important;
  }
  .mt-7-sp {
    margin-top: 70px !important;
  }
  .mt-8-sp {
    margin-top: 80px !important;
  }
  .mt-9-sp {
    margin-top: 90px !important;
  }
  .mt-10-sp {
    margin-top: 100px !important;
  }
  .mb-0-sp {
    margin-bottom: 0 !important;
  }
  .mb-1-sp {
    margin-bottom: 10px !important;
  }
  .mb-2-sp {
    margin-bottom: 20px !important;
  }
  .mb-3-sp {
    margin-bottom: 30px !important;
  }
  .mb-4-sp {
    margin-bottom: 40px !important;
  }
  .mb-5-sp {
    margin-bottom: 50px !important;
  }
  .mb-6-sp {
    margin-bottom: 60px !important;
  }
  .mb-7-sp {
    margin-bottom: 70px !important;
  }
  .mb-8-sp {
    margin-bottom: 80px !important;
  }
  .mb-9-sp {
    margin-bottom: 90px !important;
  }
  .mb-10-sp {
    margin-bottom: 100px !important;
  }
  .pt-0-sp {
    padding-top: 0 !important;
  }
  .pt-1-sp {
    padding-top: 10px !important;
  }
  .pt-2-sp {
    padding-top: 20px !important;
  }
  .pt-3-sp {
    padding-top: 30px !important;
  }
  .pt-4-sp {
    padding-top: 40px !important;
  }
  .pt-5-sp {
    padding-top: 50px !important;
  }
  .pt-6-sp {
    padding-top: 60px !important;
  }
  .pt-7-sp {
    padding-top: 70px !important;
  }
  .pt-8-sp {
    padding-top: 80px !important;
  }
  .pt-9-sp {
    padding-top: 90px !important;
  }
  .pt-10-sp {
    padding-top: 100px !important;
  }
  .pb-0-sp {
    padding-bottom: 0 !important;
  }
  .pb-1-sp {
    padding-bottom: 10px !important;
  }
  .pb-2-sp {
    padding-bottom: 20px !important;
  }
  .pb-3-sp {
    padding-bottom: 30px !important;
  }
  .pb-4-sp {
    padding-bottom: 40px !important;
  }
  .pb-5-sp {
    padding-bottom: 50px !important;
  }
  .pb-6-sp {
    padding-bottom: 60px !important;
  }
  .pb-7-sp {
    padding-bottom: 70px !important;
  }
  .pb-8-sp {
    padding-bottom: 80px !important;
  }
  .pb-9-sp {
    padding-bottom: 90px !important;
  }
  .pb-10-sp {
    padding-bottom: 100px !important;
  }
}
.fw-thin {
  font-weight: 100;
}

.fw-extralight {
  font-weight: 200;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

@media screen and (max-width: 991.98px) {
  .fw-thin-sp {
    font-weight: 100;
  }
  .fw-extralight-sp {
    font-weight: 200;
  }
  .fw-light-sp {
    font-weight: 300;
  }
  .fw-regular-sp {
    font-weight: 400;
  }
  .fw-medium-sp {
    font-weight: 500;
  }
  .fw-semibold-sp {
    font-weight: 600;
  }
  .fw-bold-sp {
    font-weight: 700;
  }
  .fw-extrabold-sp {
    font-weight: 800;
  }
  .fw-black-sp {
    font-weight: 900;
  }
}/*# sourceMappingURL=index.css.map */