* {
  margin: 0;
  padding: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:where(:not(fieldset):not(progress):not(meter)) {
  background-origin: border-box;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 0;
}
html {
  -webkit-text-size-adjust: none;
  height: 100%;
}
body {
  text-rendering: optimizeSpeed;
  min-height: 100%;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, svg, video) {
  height: auto;
  max-width: 100%;
}
:where(svg) {
  stroke: none;
  fill: currentColor;
}
:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
:where(svg):where(:not([width])) {
  width: 5rem;
}
:where(input, button, textarea, select),
:where(input[type='file'])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
:where(textarea) {
  resize: vertical;
}
@supports (resize: block) {
  :where(textarea) {
    resize: vertical;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  word-wrap: break-word;
}
h1 {
  font-size: 2em;
}
:where(ul, ol)[role='list'] {
  list-style: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*='-'])) {
  cursor: pointer;
  touch-action: manipulation;
}
:where(input[type='file']) {
  cursor: auto;
}
:where(input[type='file'])::-webkit-file-upload-button {
  cursor: pointer;
}
:where(input[type='file'])::-webkit-file-upload-button,
:where(input[type='file'])::file-selector-button {
  cursor: pointer;
}
:where(:not(:active)).focus-visible {
  outline-offset: 5px;
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}
:where(input[type='file'])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}
:where(button, button[type], input[type='button'], input[type='submit'], input[type='reset']),
:where(input[type='file'])::-webkit-file-upload-button,
:where(input[type='file'])::file-selector-button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}
:where(button, button[type], input[type='button'], input[type='submit'], input[type='reset'])[disabled] {
  cursor: not-allowed;
}
:root {
  --global-l-header-height: 44px;
}
body,
html {
  min-height: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #212121;
  font-family: Noto Sans JP, sans-serif;
  line-height: 1;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
ol,
ul {
  list-style: none;
}
a {
  color: currentColor;
  text-decoration: none;
}
:target {
  scroll-margin-top: 44px;
  scroll-margin-top: var(--global-l-header-height);
}
[data-accordion] {
  --cssui-animation-timing: 0.25s;
  --cssui-animation-rotate: rotate(-180deg);
  --accordion-panel-padding-y: 1em;
}
[data-accordion-item] {
  width: 100%;
}
[data-accordion-item] > input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
[data-accordion-item] > label {
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
[data-accordion-item] > input:focus + label {
  outline: 2px solid #101010;
  outline: 2px solid highlight;
  outline: 2px solid -webkit-focus-ring-color;
}
[data-accordion-item] > input:focus:not(.focus-visible) + label {
  outline: none;
}
[data-accordion-item] > input:focus:not(:focus-visible) + label {
  outline: none;
}
[data-accordion-item] > label > svg {
  -webkit-transition: all var(--cssui-animation-timing) ease-out;
  transition: all var(--cssui-animation-timing) ease-out;
}
[data-accordion-panel] {
  max-height: 0;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-transition: padding var(--cssui-animation-timing) ease;
  transition: padding var(--cssui-animation-timing) ease;
  visibility: hidden;
}
[data-accordion-item] > input:checked + label > svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
[data-accordion-item] > input:checked ~ [data-accordion-panel] {
  max-height: 100vh;
  padding-bottom: var(--accordion-panel-padding-y);
  padding-top: var(--accordion-panel-padding-y);
  visibility: visible;
} /*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */ /*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}
.drawer-nav {
  background-color: #fff;
  color: #222;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 16.25rem;
  z-index: 101;
}
.drawer-brand {
  color: #222;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-decoration: none;
}
.drawer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.drawer-menu-item {
  color: #222;
  display: block;
  font-size: 1rem;
  padding: 0.75rem;
  text-decoration: none;
}
.drawer-menu-item:hover {
  background-color: transparent;
  color: #555;
  text-decoration: underline;
} /*! overlay */
.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.drawer-open .drawer-overlay {
  display: block;
} /*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  height: auto;
  left: 0;
  max-height: 100%;
  top: -100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
.drawer--top.drawer-open .drawer-nav {
  top: 0;
}
.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
} /*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}
.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
} /*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
} /*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  background-color: transparent;
  border: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  outline: 0;
  padding: 18px 0.75rem 30px;
  position: fixed;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 2rem;
  z-index: 104;
}
.drawer-hamburger:hover {
  background-color: transparent;
  cursor: pointer;
}
.drawer-hamburger-icon {
  display: block;
  margin-top: 10px;
  position: relative;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #222;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  content: ' ';
  left: 0;
  position: absolute;
  top: -10px;
}
.drawer-hamburger-icon:after {
  top: 10px;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
} /*!------------------------------------*\
    accessibility
\*!------------------------------------*/ /*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
} /*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
} /*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar,
.drawer--sidebar .drawer-contents {
  background-color: #fff;
} /*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}
.drawer-navbar .drawer-navbar-header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.drawer-navbar {
  top: 0;
  width: 100%;
  z-index: 102;
} /*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}
.drawer-navbar-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 3.75rem;
  padding: 0 0.75rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 102;
}
.drawer-navbar .drawer-brand {
  display: inline-block;
  line-height: 3.75rem;
  padding-bottom: 0;
  padding-top: 0;
  text-decoration: none;
}
.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}
.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}
.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
} /*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.drawer-dropdown-menu > li {
  list-style: none;
  width: 100%;
}
.drawer-dropdown-menu-item {
  color: #222;
  display: block;
  line-height: 3.75rem;
  padding: 0 0.75rem 0 1.5rem;
  text-decoration: none;
}
.drawer-dropdown-menu-item:hover {
  background-color: transparent;
  color: #555;
  text-decoration: underline;
} /*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
} /*! drawer-caret */
.drawer-dropdown .drawer-caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  display: inline-block;
  height: 0;
  margin-left: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  vertical-align: middle;
  width: 0;
} /*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
} /*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container,
.l-content-container {
  margin-left: auto;
  margin-right: auto;
}
.l-content-container {
  --_inner-max-width: 1160px;
  --_gutter: 16px;
  --_max-width: calc(var(--_inner-max-width) + var(--_gutter) * 2);
  max-width: var(--_max-width);
  padding-left: var(--_gutter);
  padding-right: var(--_gutter);
  width: 100%;
}
.l-drawer-nav {
  --_top: var(--global-l-header-height);
  z-index: 9;
}
.drawer--top.drawer-close .l-drawer-nav {
  opacity: 0;
}
.drawer--top.drawer-open .l-drawer-nav {
  bottom: 0;
  opacity: 1;
  top: var(--_top);
}
.l-drawer-nav-body {
  height: 100%;
  max-height: calc(100vh - var(--_top));
  min-height: 100%;
  overflow-y: auto;
  padding: 64px 16px 48px;
  padding: 64px 16px var(--global-safe-bottom, 48px);
}
.l-drawer-nav-body .l-drawer-menu {
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
}
.l-drawer-nav-body .p-block-button-container {
  margin: 80px auto 0;
}
.l-drawer-button {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: transparent;
  color: #004391;
  display: -webkit-box;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 100%;
}
.l-drawer-button,
.l-drawer-button-hamburger {
  position: relative;
}
.drawer-open .l-drawer-button-hamburger {
  background-color: transparent;
}
.l-drawer-button-hamburger,
.l-drawer-button-hamburger:after,
.l-drawer-button-hamburger:before {
  background-color: currentcolor;
  border-radius: 1px;
  height: 3px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
.l-drawer-button-hamburger:after,
.l-drawer-button-hamburger:before {
  content: '';
  left: 0;
  position: absolute;
}
.drawer-open .l-drawer-button-hamburger:after,
.drawer-open .l-drawer-button-hamburger:before {
  top: 0;
}
.l-drawer-button-hamburger:before {
  top: -8px;
}
.drawer-open .l-drawer-button-hamburger:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-drawer-button-hamburger:after {
  top: 8px;
}
.drawer-open .l-drawer-button-hamburger:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-drawer-button-label {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.l-drawer-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.l-drawer-menu-item {
  border-bottom: 1px solid #aeaeae;
}
.l-drawer-menu-item-link {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  color: inherit;
  display: -webkit-box;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 16px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.l-drawer-menu-item-link:hover {
  color: #004391;
}
.l-drawer-menu-item-link-icon {
  font-size: 0.75rem;
}
.l-drawer-menu-item-link-label {
  font-size: 0.9735rem;
  font-weight: 700;
}
.l-header {
  --_gap-x: 16px;
  --_both-ends-space: 8px;
  -webkit-box-pack: center;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  justify-content: center;
  padding: 0 var(--_both-ends-space);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  height: auto;
  padding-top: 7px;
  padding-bottom: 5px;
}
.l-header,
.l-header-body {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  width: 100%;
}
.l-header-body {
  -webkit-box-pack: justify;
  gap: var(--_gap-x);
  height: 100%;
  justify-content: space-between;
}
.l-header-body-logo {
  --_width: 86px;
  -webkit-box-flex: 0;
  flex: 0 0 var(--_width);
  max-width: var(--_width);
  min-width: 0;
}
.l-header-body-content {
  -webkit-box-flex: 1;
  -webkit-box-pack: end;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  flex: 1 1 auto;
  gap: var(--_gap-x);
  justify-content: flex-end;
  min-width: 0;
}
.l-header-body-content-nav {
  margin-left: 0;
  margin-right: auto;
}
.l-header-body-content-info {
  font-weight: 700;
  line-height: 1;
}
.l-header-body-content-info-text {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
}
.l-header-body-content-info-text-notes {
  font-size: 0.625rem;
}
.l-header-body-content-info-phone {
  color: #ee3424;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}
.l-header-body-content-button {
  -webkit-box-flex: 0;
  flex: 0 0 200px;
  height: 44px;
  height: var(--global-l-header-height);
  max-width: 200px;
  min-width: 0;
}
.l-header-body-content-button > .l-header-cv-button {
  height: 100%;
  width: 100%;
}
.l-header-body-content-drawer {
  -webkit-box-flex: 0;
  flex: 0 0 28px;
  max-width: 28px;
  min-width: 0;
}
.l-header-cv-button {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  background: linear-gradient(88.41deg, #ff7729, #f8b500);
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  position: relative;
}
.l-header-cv-button,
.l-header-cv-button:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-header-cv-button:before {
  background: linear-gradient(88.4deg, #ee3424, #f8b500 120.96%);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.l-header-cv-button:hover:before {
  opacity: 0;
}
.l-header-cv-button-icon,
.l-header-cv-button-label {
  position: relative;
  z-index: 2;
}
.l-header-cv-button-icon {
  line-height: 0;
  margin-left: 8px;
}
.l-header-nav {
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  font-size: 0.8125rem;
  font-weight: 700;
  gap: 16px;
  justify-content: space-between;
  line-height: 1.2;
}
.l-header-nav-item {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-width: 0;
}
.l-header-nav-item:nth-child(4) {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.l-header-nav-item-link {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  word-wrap: break-word;
  align-items: center;
  color: currentColor;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  word-break: break-all;
}
.l-header-nav-item-link:hover {
  color: #004391;
}
.l-footer {
  background-color: #fff;
}
.l-footer-body {
  background-color: #002f65;
  color: #fff;
  padding: 56px 0;
}
.l-footer-body-description {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: center;
}
.l-footer-body-info {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.l-footer-body-info-text-notes {
  font-size: 1.125rem;
  margin-left: 1em;
}
.l-footer-body-info-phone {
  font-size: 2rem;
  line-height: 1;
  margin-top: 16px;
}
.l-footer-body-info-phone-link {
  -webkit-box-align: center;
  align-items: center;
  font-weight: 900;
  gap: 16px;
}
.l-footer-body-info-phone-link,
.l-footer-body-link-button {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
.l-footer-body-link-button {
  margin-top: 40px;
}
.l-footer-signature {
  font-size: 0.75rem;
  line-height: 1.4;
  padding: 56px 0;
  text-align: center;
}
.l-footer-signature-logo {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
.l-footer-signature-address {
  font-style: normal;
  margin-bottom: 2em;
  margin-top: 2em;
}
.l-footer-signature-copyright {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  flex-direction: column;
  gap: 1em;
  justify-content: center;
}
.l-footer-signature-copyright,
.l-footer-signature-copyright > * {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
}
.l-footer-signature-copyright > * {
  min-width: 0;
}
.l-main-visual {
  --_h: 728px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#c9e3f9),
    color-stop(81.67%, rgba(223, 237, 249, 0.59)),
    to(rgba(237, 243, 249, 0))
  );
  background-image: linear-gradient(
    180deg,
    #c9e3f9,
    rgba(223, 237, 249, 0.59) 81.67%,
    rgba(237, 243, 249, 0)
  );
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto 100%;
  height: var(--_h);
  overflow: hidden;
  position: relative;
}
.l-main-visual-inner {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  height: var(--_h);
  justify-content: center;
}
.l-main-visual-inner-body {
  position: relative;
  width: 100%;
}
.l-main-visual-inner-body-content {
  -webkit-box-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.l-main-visual-inner-body-content,
.l-main-visual-inner-body-content-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
.l-main-visual-inner-body-content-title {
  color: #004391;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  z-index: 2;
}
.l-main-visual-inner-body-content-title-prefix {
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 12px;
}
.l-main-visual-inner-body-content-accessory {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#7e9ec9),
    to(#b1d2fd)
  );
  background-image: linear-gradient(180deg, #7e9ec9, #b1d2fd);
  color: transparent;
  font-family: Lato, sans-serif;
  font-size: clamp(4.1875rem, 2.486rem + 7.26vw, 5.125rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.9;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
.l-main-visual-inner-body-content-lead {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 12px;
}
.l-main-visual-inner-body-content-features {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  grid-gap: 16px;
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 50%);
  justify-content: center;
  margin-top: 16px;
}
.l-main-visual-inner-body-content-features-item > img {
  height: 56px;
  width: auto;
}
.l-main-visual-inner-body-content-features-item:first-child > img {
  margin-left: auto;
  margin-right: 0;
}
.l-main-visual-inner-body-content-features-item:nth-child(2) > img {
  margin-left: 0;
  margin-right: auto;
}
.l-main-visual-inner-body-content-link {
  margin-top: 24px;
}
.c-link-button {
  --_size: 64px;
  --_space-x: 28px;
  --_fz: 1.25rem;
  --_lh: 1.4;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  background: linear-gradient(88.41deg, #ff7729, #f8b500);
  border-radius: var(--_size);
  color: #fff;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: var(--_fz);
  font-weight: 700;
  justify-content: center;
  line-height: var(--_lh);
  overflow: hidden;
  padding: calc((var(--_size) - var(--_fz) * var(--_lh)) / 2) var(--_space-x);
  position: relative;
}
.c-link-button,
.c-link-button:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-link-button:before {
  background: linear-gradient(88.4deg, #ee3424, #f8b500 120.96%);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.c-link-button:hover:before {
  opacity: 0;
}
.c-link-button-label {
  position: relative;
  z-index: 2;
}
.c-link-button.-has-icon {
  padding-left: calc(var(--_space-x) * 1.25 + 1em);
  padding-right: calc(var(--_space-x) * 1.25 + 1em);
}
.c-link-button.-has-icon > .c-link-button-icon {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: var(--_space-x);
  top: 0;
}
.c-link-button.-full-width {
  width: 100%;
}
.a-section-description {
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}
.c-section-heading {
  color: #004391;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}
.c-section-heading.-theme-white {
  color: #fff;
}
.c-section-heading.-has-bg-title {
  padding: 14px 0 18px;
}
.c-section-title {
  color: #004391;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
  width: 100%;
}
.c-section-title-en {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#7e9ec9),
    to(#b1d2fd)
  );
  background-image: linear-gradient(180deg, #7e9ec9, #b1d2fd);
  color: transparent;
  font-family: Lato, sans-serif;
  font-size: 5.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.9;
  opacity: 0.2;
  pointer-events: none;
  text-transform: uppercase;
}
.c-section-title.-theme-white {
  color: #fff;
}
.c-section-title.-has-bg-title {
  position: relative;
}
.c-section-title.-has-bg-title > .c-section-title-label {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c-section-title.-has-bg-title-color-white > .c-section-title-en {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    to(#b1d2fd)
  );
  background-image: linear-gradient(0deg, #fff, #b1d2fd);
}
.p-block-button-container {
  --maxw: 440px;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--maxw);
  width: 100%;
}
.p-block-button-container.-button-full-width > * {
  width: 100%;
}
.p-block-conversion-link {
  background-color: transparent;
  color: #004391;
  text-align: center;
}
.p-block-conversion-link-description {
  word-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}
.p-block-conversion-link-button > .p-block-button-container {
  --maxw: 440px;
}
.p-introduction-point-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 37px 21px 27px;
  position: relative;
  z-index: 0;
}
.p-introduction-point-card:before {
  background: linear-gradient(88.4deg, #ee3424, #f8b500 120.96%);
  border-radius: 50%;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.p-introduction-point-card:after {
  background-color: #f8f8f8;
  border-radius: 50%;
  bottom: 3px;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: -1;
}
.p-introduction-point-card-title {
  background-color: #f8f8f8;
  display: block;
  font-weight: 700;
  left: 0;
  padding: 4px 8px 8px;
  position: absolute;
  top: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-introduction-point-card-title-inner {
  background: linear-gradient(88.4deg, #ee3424, #f8b500 120.96%);
  -webkit-background-clip: text;
  color: transparent;
  display: block;
}
.p-introduction-point-card-title-inner-prefix {
  font-size: 1.125rem;
  line-height: 1;
  margin-right: 0.25em;
}
.p-introduction-point-card-title-inner-name {
  font-size: 2rem;
  line-height: 1;
}
.p-introduction-point-card-image {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  max-width: 136px;
}
.p-introduction-point-card-description {
  color: #004391;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  max-width: 210px;
  text-align: center;
}
.p-introduction-points {
  --_gutter: 32px;
  --_item-maxw: 256px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 32px;
  justify-items: center;
}
.p-introduction-points-item {
  -webkit-box-flex: 1;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: flex;
  flex: 1 1 var(--_item-maxw);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--_item-maxw);
  min-width: 0;
}
.p-introduction-points-item > .p-introduction-point-card {
  height: 100%;
  width: 100%;
}
.p-section-introduction {
  position: relative;
}
.p-section-introduction-tasks {
  padding: 40px 0 56px;
}
.p-section-introduction-points {
  background-color: #f8f8f8;
  padding: 56px 0 80px;
  position: relative;
}
.p-section-introduction-points .p-introduction-points {
  margin-top: 24px;
}
.p-section-introduction-points .p-block-button-container {
  margin-top: 40px;
}
.p-section-introduction-points:before {
  --_h: 74px;
  background-image: url(../svg/introduction/line-dot-short.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 6px auto;
  content: '';
  height: var(--_h);
  left: 50%;
  position: absolute;
  top: 0;
  top: calc(var(--_h) / -2);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6px;
  z-index: 2;
}
.p-section-introduction-task {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-section-introduction-task-content-list {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-section-introduction-task-content-list-item {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
}
.p-section-introduction-task-content-list-item
  + .p-section-introduction-task-content-list-item {
  margin-top: 24px;
}
.p-section-introduction-task-content-list-item-icon {
  margin-right: 10px;
}
.p-section-introduction-task-image {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  max-width: 105px;
}
.p-service-points {
  flex-wrap: wrap;
  gap: 40px;
}
.p-service-point-card,
.p-service-points {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}
.p-service-point-card {
  gap: 16px 8px;
}
.p-service-point-card-content-title {
  font-weight: 700;
}
.p-service-point-card-content-title:after {
  background: linear-gradient(88.4deg, #ee3424, #f8b500 120.96%);
  border-radius: 80px;
  content: '';
  display: block;
  height: 4px;
  margin-top: 16px;
  width: 100%;
}
.p-service-point-card-content-title-prefix {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(1.4%, #ee3424),
    color-stop(96.13%, #ffba01)
  );
  background: linear-gradient(90deg, #ee3424 1.4%, #ffba01 96.13%);
  -webkit-background-clip: text;
  color: transparent;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-service-point-card-content-title-prefix-label {
  font-size: 1.125rem;
  line-height: 1;
  margin-right: 0.25em;
}
.p-service-point-card-content-title-prefix-index {
  font-size: 2rem;
  line-height: 1;
}
.p-service-point-card-content-title-label {
  color: #004391;
  display: block;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-top: 8px;
}
.p-service-point-card-content-description {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 16px;
}
.p-service-point-card-image {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
.p-section-service {
  background-color: #fff;
  background-image: url(../img/service/bg_sp.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 1079px auto;
  padding-bottom: 88px;
  padding-top: 88px;
}
.p-section-service .p-service-points {
  margin-top: 40px;
}
.p-section-service-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.p-section-service-header > .c-section-title {
  margin-bottom: 16px;
}
.p-section-service-header-description {
  -webkit-box-ordinal-group: 0;
  font-size: 1.125rem;
  line-height: 1.4;
  order: -1;
}
.p-service-option-card {
  --_pd-y: 24px;
  --_pd-x: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: var(--_pd-y) var(--_pd-x) 32px;
}
.p-service-option-card-image {
  -webkit-box-ordinal-group: 0;
  aspect-ratio: 296/186;
  order: -1;
  overflow: hidden;
}
.p-service-option-card-image > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.p-service-option-card-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 20px;
}
.p-service-option-card-content-title {
  -webkit-box-align: center;
  align-items: center;
  color: #004391;
  display: -webkit-box;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 10px;
  line-height: 1;
  margin-bottom: 12px;
  position: relative;
  width: 100%;
}
.p-service-option-card-content-title:before {
  background: linear-gradient(88.4deg, #ee3424, #f8b500 120.96%);
  border-radius: 80px;
  content: '';
  display: -webkit-box;
  display: flex;
  height: 100%;
  min-height: 1em;
  width: 3px;
}
.p-service-option-card-content h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 12px;
  margin-top: 16px;
}
.p-service-option-card.-theme-special {
  border: 3px solid #004391;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.p-service-option-card.-theme-special .p-service-option-card-content {
  padding-left: var(--_pd-x);
  padding-right: var(--_pd-x);
}
.p-service-option-card.-theme-special .p-service-option-card-content-title {
  background: linear-gradient(88.4deg, #ee3424, #f8b500 120.96%);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 1.75rem;
  line-height: 1.2;
}
.p-service-option-card.-theme-special
  .p-service-option-card-content-title:before {
  background: #004391;
  width: 5px;
}
.p-service-options-list {
  -webkit-box-pack: center;
  -webkit-box-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.p-service-options-list-item {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  max-width: 352px;
  min-width: 0;
}
.p-service-options-list-item > .p-service-option-card {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 352px;
  width: 100%;
}
.p-section-service-options {
  background-color: #c9e3f9;
  background-image: url(../img/service-options/bg_sp.png),
    -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c9e3f9));
  background-image: url(../img/service-options/bg_sp.png),
    linear-gradient(180deg, #fff, #c9e3f9);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 186px auto, auto;
  padding-top: 46px;
}
.p-section-service-options .a-section-description {
  margin-top: 40px;
}
.p-section-service-options .p-block-conversion-link {
  background-color: #004391;
  color: #fff;
  margin-top: 40px;
  padding-bottom: 40px;
  padding-top: 40px;
}
.p-section-service-options .p-service-options-list {
  margin-top: 40px;
}
.p-section-price {
  background-color: #fff;
  background-image: url(../img/price/bg_sp.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 96px auto;
  padding-bottom: 80px;
  padding-top: 80px;
}
.p-section-price .p-block-conversion-link {
  margin-top: 40px;
}
.p-section-price-plans {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.p-section-price-plans-title {
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
}
.p-section-price-plans-wrapper > img {
  margin-left: auto;
  margin-right: auto;
}
.p-section-price-plans-notes {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 26px;
}
.p-achievement-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-achievement-card-image {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
.p-achievement-card-content {
  font-size: 0.875rem;
  line-height: 1.2;
}
.p-achievement-card-content-title {
  -webkit-box-align: center;
  align-items: center;
  color: #004391;
  display: -webkit-box;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 8px;
  line-height: 1.2;
  margin-bottom: 8px;
  position: relative;
}
.p-achievement-card-content-title:before {
  background: linear-gradient(88.4deg, #ee3424, #f8b500 120.96%);
  border-radius: 80px;
  content: '';
  display: -webkit-box;
  display: flex;
  height: 100%;
  min-height: 1em;
  width: 3px;
}
.p-achievement-card-content-place {
  margin-bottom: 8px;
}
.p-achievement-card-content-detail-row {
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: flex;
}
.p-achievement-card-content-detail-row
  + .p-achievement-card-content-detail-row {
  margin-top: 8px;
}
.p-achievement-list {
  grid-gap: 40px 52px;
  display: grid;
  gap: 40px 52px;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
}
.p-achievement-list-item {
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
  width: 100%;
}
.p-section-voice {
  background-color: #f8f8f8;
  padding-bottom: 80px;
  padding-top: 80px;
}
.p-section-voice .p-block-conversion-link {
  margin-top: 40px;
}
.p-section-voice-person {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.p-section-voice-person-profile-image {
  max-width: 120px;
}
.p-section-voice-person-profile-data {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  gap: 0.5em;
  line-height: 1.8;
  margin-top: 16px;
}
.p-section-voice-person-content {
  background-color: #fff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.1));
  padding: 24px 16px;
  position: relative;
}
.p-section-voice-person-content:before {
  background-color: transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.p-section-voice-person-content-title {
  color: #004391;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-section-voice-person-content-text {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 16px;
}
.p-section-voice-achievement {
  background-color: #fff;
  border: 4px solid #f7f5f5;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin-top: 40px;
  padding: 44px 32px;
}
.p-section-voice-achievement-title {
  color: #004391;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: center;
}
.p-flow-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  background-color: #fff;
  border: 4px solid #c4e5fb;
  border-radius: 10px;
  color: #212121;
  flex-direction: column;
  padding: 24px;
}
.p-flow-card,
.p-flow-card-image {
  align-items: center;
  display: -webkit-box;
  display: flex;
}
.p-flow-card-image {
  -webkit-box-ordinal-group: 0;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  justify-content: center;
  order: -1;
}
.p-flow-card-content {
  font-size: 0.9375rem;
  line-height: 1.8;
}
.p-flow-card-content-title {
  color: #004391;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
  text-align: center;
}
.p-flow-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-box-align: stretch;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 64px 56px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.p-flow-list,
.p-flow-list-item {
  display: -webkit-box;
  display: flex;
}
.p-flow-list-item {
  --_maxw: 280px;
  -webkit-box-align: center;
  -webkit-box-flex: 0;
  align-items: center;
  flex: 0 0 var(--_maxw);
  max-width: var(--_maxw);
  position: relative;
}
.p-flow-list-item > .p-flow-card {
  height: 100%;
}
.p-flow-list-item:not(:first-child):before {
  background-image: url(../svg/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  content: '';
  height: 32px;
  width: 32px;
}
.p-section-flow {
  background-color: #1196ef;
  background-image: url(../img/flow/bg_sp.png),
    linear-gradient(62.9deg, #1196ef, #22a7f1);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 186px auto, auto;
  color: #fff;
  padding-bottom: 80px;
  padding-top: 80px;
}
.p-section-flow .c-section-title {
  color: inherit;
}
.p-section-flow-supplement {
  background-color: #fff;
  border: 4px solid #c4e5fb;
  border-radius: 10px;
  color: #212121;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 40px;
  padding: 40px 24px;
}
.p-section-flow-supplement h4 {
  color: #004391;
  font-weight: 400;
  margin-bottom: 18px;
}
.p-section-flow-supplement h4:not(:first-child) {
  margin-top: 32px;
}
.p-section-flow-supplement ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  gap: 1em 40px;
  list-style-image: url(../svg/icons/check-blue.svg);
  list-style-position: inside;
}
.p-section-flow-supplement ul li {
  padding-left: 1.75em;
  text-indent: -1.75em;
}
.p-section-flow-notes {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 40px;
}
.p-section-faq {
  padding: 120px 0;
}
.p-section-faq-note {
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 40px auto 0;
  max-width: 1060px;
}
.p-faq-list {
  --_column-gap: 8px;
  --_icon-prefix-size: 28px;
  --_icon-toggle-size: 24px;
}
.p-faq-list-item {
  --accordion-panel-padding-y: 6px;
  background-color: #f7f5f5;
  border: 0;
  border-radius: 10px;
  padding: 16px 8px;
}
.p-faq-list-item + .p-faq-list-item {
  margin-top: 12px;
}
.p-faq-list-item
  > input:checked
  + .p-faq-list-item-title
  > .p-faq-list-item-title-toggle {
  background-image: url(../svg/icons/minus.svg);
}
.p-faq-list-item-title {
  -webkit-box-pack: start;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  gap: 0 var(--_column-gap);
  justify-content: flex-start;
}
.p-faq-list-item-title-icon {
  -webkit-box-flex: 0;
  flex: 0 0 var(--_icon-prefix-size);
  max-width: var(--_icon-prefix-size);
  min-width: 0;
}
.p-faq-list-item-title-text {
  -webkit-box-flex: 1;
  color: #004391;
  flex: 1 1 auto;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  margin-left: 0;
  margin-right: auto;
  min-width: 0;
}
.p-faq-list-item-title-toggle {
  -webkit-box-flex: 0;
  background-image: url(../svg/icons/plus.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: var(--_icon-toggle-size);
  flex: 0 0 var(--_icon-toggle-size);
  height: var(--_icon-toggle-size);
  max-width: var(--_icon-toggle-size);
  min-width: 0;
  -webkit-transition: background-image var(--cssui-animation-timing) ease;
  transition: background-image var(--cssui-animation-timing) ease;
}
.p-faq-list-item-body {
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: flex;
  gap: 0 var(--_column-gap);
}
.p-faq-list-item-body-icon {
  -webkit-box-flex: 0;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  flex: 0 0 var(--_icon-prefix-size);
  height: var(--_icon-prefix-size);
  justify-content: center;
  max-width: var(--_icon-prefix-size);
  min-width: 0;
}
.p-faq-list-item-body-content {
  font-size: 0.9375rem;
  line-height: 1.8;
  padding-right: calc(var(--_icon-toggle-size) + var(--_column-gap));
}
.u-font-en {
  font-family: Lato, sans-serif !important;
}
.u-font-300 {
  font-weight: 300;
}
.u-font-700 {
  font-weight: 700;
}
.u-font-900 {
  font-weight: 900;
}
.u-inline-block {
  display: inline-block;
}
.u-hover-opacity {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.u-hover-opacity:hover {
  opacity: 0.8;
}
.u-link-text {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.u-link-text:hover {
  color: #004391;
}
@media screen and (min-width: 769px) {
  .l-content-container {
    --_gutter: 60px;
  }
  .l-footer-body-description {
    font-size: 1.375rem;
    line-height: 1.6;
  }
  .l-footer-body-info-phone-link {
    font-size: 3rem;
    gap: 24px;
  }
  .l-footer-signature {
    font-size: 1rem;
  }
  .l-footer-signature-copyright {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .l-footer-signature-copyright > :not(:first-child):before {
    background-color: currentColor;
    color: #aeaeae;
    content: '';
    display: -webkit-box;
    display: flex;
    font-size: inherit;
    height: 100%;
    margin-right: 1em;
    min-height: 1em;
    width: 1px;
  }
  .c-link-button {
    --_size: 80px;
    --_space-x: 40px;
    --_fz: 1.5rem;
  }
  .a-section-description {
    font-size: 1.125rem;
    line-height: 1.8;
  }
  .c-section-heading {
    font-size: 1.875rem;
    line-height: 1.4;
    margin-bottom: 48px;
  }
  .c-section-title {
    font-size: 2.375rem;
    line-height: 1.2;
    margin-bottom: 64px;
  }
  .c-section-title-en {
    font-size: 7.75rem;
  }
  .p-block-conversion-link-description {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 32px;
  }
  .p-introduction-point-card {
    gap: 12px;
    padding-top: 47px;
  }
  .p-introduction-point-card-title {
    padding: 8px 8px 12px;
    top: 21px;
  }
  .p-introduction-point-card-title-inner-prefix {
    font-size: 1.5rem;
  }
  .p-introduction-point-card-title-inner-name {
    font-size: 2.375rem;
  }
  .p-introduction-point-card-image {
    max-width: 100%;
  }
  .p-introduction-point-card-description {
    font-size: 1.1875rem;
    line-height: 1.2;
    max-width: 284px;
  }
  .p-introduction-points {
    --_item-maxw: 328px;
    -webkit-box-pack: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    justify-content: center;
  }
  .p-introduction-points-item {
    flex-basis: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .p-section-introduction-tasks {
    padding: 76px 0 96px;
  }
  .p-section-introduction-points {
    padding: 92px 0 80px;
  }
  .p-section-introduction-points .p-introduction-points {
    margin-top: 48px;
  }
  .p-section-introduction-points .p-block-button-container {
    margin-top: 56px;
  }
  .p-section-introduction-points:before {
    --_h: 120px;
    background-image: url(../svg/introduction/line-dot.svg);
  }
  .p-section-introduction-task {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .p-section-introduction-task-content {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-width: 0;
  }
  .p-section-introduction-task-content-list {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .p-section-introduction-task-content-list-item
    + .p-section-introduction-task-content-list-item {
    margin-top: 32px;
  }
  .p-section-introduction-task-content-list-item-icon {
    margin-right: 16px;
  }
  .p-section-introduction-task-image {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    max-width: 100%;
    min-width: 0;
  }
  .p-service-points {
    -webkit-box-pack: center;
    gap: 80px;
    justify-content: center;
  }
  .p-service-point-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .p-service-point-card-content {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-width: 0;
  }
  .p-service-point-card-content-title-prefix-label {
    font-size: 1.75rem;
  }
  .p-service-point-card-content-title-prefix-index {
    font-size: 3rem;
    line-height: 1;
  }
  .p-service-point-card-content-title-label {
    font-size: 2.375rem;
    margin-top: 16px;
    padding-right: 0.25em;
  }
  .p-service-point-card-content-description {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-top: 40px;
  }
  .p-service-point-card-image {
    -webkit-box-flex: 0;
    flex: 0 0 50.172%;
    max-width: 582px;
    min-width: 0;
  }
  .p-section-service {
    background-image: url(../img/service/bg_pc.png);
    background-position: center 36px;
    background-size: 2400px auto;
    padding-bottom: 120px;
    padding-top: 120px;
  }
  .p-section-service .p-service-points {
    margin-top: 80px;
  }
  .p-section-service-header {
    gap: 24px;
  }
  .p-section-service-header > .c-section-title {
    margin-bottom: 32px;
  }
  .p-section-service-header-description {
    font-size: 1.75rem;
  }
  .p-service-option-card {
    --_pd-y: 28px;
    --_pd-x: 28px;
  }
  .p-service-option-card-content {
    margin-top: 24px;
  }
  .p-service-option-card-content-title {
    gap: 12px;
    margin-bottom: 16px;
  }
  .p-service-options-list-item {
    -webkit-box-flex: 1;
    flex: 1 1 33.3333333333%;
    min-height: 446px;
  }
  .p-section-service-options {
    background-image: url(../img/service-options/bg_pc.png),
      -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c9e3f9));
    background-image: url(../img/service-options/bg_pc.png),
      linear-gradient(180deg, #fff, #c9e3f9);
    background-size: 432px auto, auto;
    padding-top: 80px;
  }
  .p-section-service-options .a-section-description {
    margin-top: 56px;
  }
  .p-section-service-options .p-block-conversion-link {
    margin-top: 80px;
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .p-section-service-options .p-service-options-list {
    margin-top: 56px;
  }
  .p-section-price {
    background-image: url(../img/price/bg_pc.png);
    background-size: 432px auto;
    padding-bottom: 120px;
    padding-top: 120px;
  }
  .p-section-price .p-block-conversion-link {
    margin-top: 56px;
  }
  .p-section-price-plans-title {
    font-size: 1.75rem;
    margin-bottom: 24px;
  }
  .p-section-price-plans-notes {
    font-size: 1.125rem;
    margin-top: 40px;
  }
  .p-achievement-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .p-achievement-card-image {
    -webkit-box-flex: 0;
    flex: 0 0 184px;
    max-width: 184px;
    min-width: 0;
  }
  .p-achievement-card-content {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    font-size: 1rem;
    min-width: 0;
  }
  .p-achievement-card-content-title {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 14px;
  }
  .p-achievement-card-content-place {
    margin-bottom: 12px;
  }
  .p-achievement-card-content-detail-row
    + .p-achievement-card-content-detail-row {
    margin-top: 12px;
  }
  .p-achievement-list-item {
    max-width: 580px;
  }
  .p-section-voice {
    padding-bottom: 120px;
    padding-top: 120px;
  }
  .p-section-voice .p-block-conversion-link {
    margin-top: 80px;
  }
  .p-section-voice-person-content-title {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .p-section-voice-achievement {
    margin-top: 56px;
    padding: 64px 48px;
  }
  .p-section-voice-achievement-title {
    font-size: 1.5rem;
    margin-bottom: 56px;
  }
  .p-flow-card-content {
    font-size: 0.875rem;
  }
  .p-flow-card-content-title {
    font-size: 1.25rem;
  }
  .p-section-flow {
    background-image: url(../img/flow/bg_pc.png),
      linear-gradient(62.9deg, #1196ef, #22a7f1);
    background-size: 432px auto, auto;
    padding-bottom: 120px;
    padding-top: 120px;
  }
  .p-section-flow-supplement {
    font-size: 1rem;
    margin-top: 48px;
    padding-left: 52px;
    padding-right: 52px;
  }
  .p-section-flow-notes {
    font-size: 1rem;
  }
  .p-faq-list {
    --_column-gap: 24px;
    --_icon-prefix-size: 40px;
  }
  .p-faq-list-item {
    --accordion-panel-padding-y: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .p-faq-list-item-title-text {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .p-faq-list-item-body-content {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .u-hidden-pc {
    display: none !important;
  }
}
@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    height: 100%;
    position: fixed;
    -webkit-transform: none;
    transform: none;
    width: 12.5rem;
  } /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    border-right: 1px solid #ddd;
    left: 0;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  } /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    border-left: 1px solid #ddd;
    right: 0;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  } /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
  .drawer-navbar {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    height: 3.75rem;
  }
  .drawer-navbar .drawer-navbar-header {
    border: 0;
    display: block;
    float: left;
    padding: 0;
    position: relative;
    width: auto;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-bottom: 0;
    padding-top: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    height: 3.75rem;
    left: 0;
    overflow: visible;
    padding-top: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: auto;
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  } /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    border: 1px solid #ddd;
    position: absolute;
    width: 16.25rem;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
  .drawer-container {
    max-width: 60rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-introduction-points-item {
    flex-basis: 33.3333333333%;
  }
  .p-service-option-card.-theme-special {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    gap: 48px;
    padding-bottom: 0;
    padding-left: 0;
  }
  .p-service-option-card.-theme-special > .p-service-option-card-image {
    -webkit-box-flex: 0;
    aspect-ratio: 328/335;
    flex: 0 0 328px;
    height: 100%;
    max-width: 328px;
  }
  .p-service-option-card.-theme-special .p-service-option-card-content {
    margin-top: 0;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .p-service-options-list {
    gap: 40px 52px;
  }
  .p-service-options-list-item:last-child {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 0;
  }
  .p-service-options-list-item:last-child > .p-service-option-card {
    max-width: 100%;
  }
  .p-section-voice-person {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    gap: 38px 80px;
  }
  .p-section-voice-person-profile-image {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    max-width: 200px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .p-section-voice-person-profile-data {
    -webkit-box-align: center;
    align-items: center;
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-top: 32px;
  }
  .p-section-voice-person-content {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-width: 0;
    padding: 48px 56px;
  }
  .p-section-voice-person-content:before {
    border-bottom: 21px solid transparent;
    border-right: 40px solid #fff;
    border-top: 21px solid transparent;
    right: 100%;
    top: 64px;
  }
  .p-flow-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .p-flow-list-item {
    --_maxw: 248px;
  }
  .p-flow-list-item:not(:first-child):before {
    left: 0;
    left: -44px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .u-hidden-xl {
    display: none !important;
  }
}
@media screen and (min-width: 1160px) {
  :root {
    --global-l-header-height: 72px;
  }
  .l-header {
    --_gap-x: 40px;
    --_both-ends-space: 40px;
  }
  .l-header-body-logo {
    --_width: 147px;
  }
  .l-header-body-content {
    margin-right: calc(var(--_both-ends-space) * -1);
  }
  .l-header-body-content-nav {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    max-width: 590px;
    min-width: 0;
  }
  .l-header-body-content-info {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
  .l-header-body-content-info-text {
    font-size: 1.125rem;
    letter-spacing: -0.03em;
  }
  .l-header-body-content-info-text-notes {
    font-size: 0.75rem;
  }
  .l-header-body-content-info-phone {
    font-size: 1.75rem;
    margin-top: 5px;
  }
  .l-main-visual {
    --_h: 720px;
  }
  .l-main-visual-inner {
    background-image: url(../img/main-visual/bg.png);
    background-position: bottom;
  }
  .l-main-visual-inner,
  .l-main-visual-inner-body {
    background-repeat: no-repeat;
    background-size: auto var(--_h);
  }
  .l-main-visual-inner-body {
    -webkit-box-align: center;
    align-items: center;
    background-image: url(../img/main-visual/image_large.png);
    background-position: calc(50% + 520px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: var(--_h);
    padding-left: 16px;
    padding-right: 16px;
  }
  .l-main-visual-inner-body-content {
    margin-left: auto;
    margin-right: 0;
    padding-right: max(1rem, min(10.1754385965%, 116px));
    padding-top: 90px;
  }
  .l-main-visual-inner-body-content-title {
    font-size: 3.625rem;
  }
  .l-main-visual-inner-body-content-title-prefix {
    font-size: 1.75rem;
    margin-bottom: 24px;
  }
  .l-main-visual-inner-body-content-accessory {
    font-size: 7.75rem;
  }
  .l-main-visual-inner-body-content-lead {
    font-size: 1.625rem;
    margin-top: 24px;
  }
  .l-main-visual-inner-body-content-features {
    gap: 32px;
    margin-top: 20px;
  }
  .l-main-visual-inner-body-content-features-item > img {
    height: 88px;
  }
  .l-main-visual-inner-body-content-link {
    margin-top: 40px;
  }
  .p-introduction-points {
    -webkit-box-pack: justify;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    justify-content: space-between;
  }
  .u-hidden-xxl {
    display: none !important;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  } /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
  .drawer-container {
    max-width: 70rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-main-visual-inner-body-content {
    padding-right: 116px;
  }
  .p-introduction-points {
    gap: 32px 88px;
  }
  .p-achievement-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-section-flow-supplement ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .u-hidden-full {
    display: none !important;
  }
}
@media screen and (max-width: 1439px) {
  .u-hidden-full-less {
    display: none !important;
  }
}
@media screen and (max-width: 1159px) {
  .l-main-visual-inner {
    background-image: url(../img/main-visual/image_small_top.png),
      url(../img/main-visual/image_small_bottom.png);
    background-position: top, bottom;
    background-repeat: repeat-x, repeat-x;
    background-size: auto 188px, auto 188px;
    padding-bottom: 188px;
    padding-top: 188px;
  }
  .l-main-visual-inner-body {
    background-image: url(../img/main-visual/bg_small.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-top: 16px;
  }
  .u-hidden-xxl-less {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .p-service-option-card.-theme-special > .p-service-option-card-image {
    aspect-ratio: auto;
    margin-left: -3px;
    margin-right: -3px;
    width: 100%;
  }
  .p-section-voice-person-profile {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    gap: 16px;
  }
  .p-section-voice-person-content:before {
    border-bottom: 37.05px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    bottom: 100%;
    left: 16px;
  }
  .p-flow-list-item {
    margin-left: auto;
    margin-right: auto;
  }
  .p-flow-list-item:not(:first-child):before {
    left: 50%;
    position: absolute;
    top: 0;
    top: -48px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .u-hidden-xl-less {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .p-section-price-plans-wrapper {
    overflow-x: auto;
    white-space: nowrap;
  }
  .p-section-price-plans-wrapper > img {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
  .u-hidden-pc-less,
  .u-hidden-sp {
    display: none !important;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html[focus-within] {
    scroll-behavior: smooth;
  }
  html:focus-within {
    scroll-behavior: smooth;
  }
  .focus-visible {
    -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :focus-visible {
    -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)).focus-visible {
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }
  :where(:not(:active)):focus-visible {
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }
}
