/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* =====================================================
  External Libraries
===================================================== */
/* SwiperのCSSは一旦コメントアウト
@import 'swiper/css';
@import 'swiper/css/navigation';
*/
/* =====================================================
  Base
===================================================== */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:where(:any-link,
button,
[type=button],
[type=reset],
[type=submit],
select,
summary,
[role=tab],
[role=button]) {
  cursor: pointer;
}
@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  src: url("../font/ZenKakuGothicNew-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  src: url("../font/ZenKakuGothicNew-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  src: url("../font/Montserrat-Regular.woff") format("woff");
}
:root {
  /* Leading trim fallback for browsers without lh support */
  --leading-trim: 0px;
  /* Color Variables */
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray-light: #f0f0f0;
  --color-gray-disabled: #e0e0e0;
  --color-gray-text: #636363;
  --bg-primary: #f3f7fd;
  --bg-secondary: #fffbf5;
  --bg-blog-card: #fefaf7;
  --bg-plan-content: rgba(243, 247, 253, 0.6);
  --bg-footer-contact: #b0c6f5;
  --bg-footer-overlay: rgba(249, 247, 255, 0.2);
  --color-teal: #294048;
  --color-teal-dark: #1e2f35;
  --color-pink: #ff72dc;
  /* Gradient Colors */
  --color-gradient-blue: #cee6f0;
  --color-gradient-purple: #e9c5ef;
  /* font */
  --font-ZenKakuGothicNew: "Zen Kaku Gothic New", sans-serif;
  --font-Montserrat: "Montserrat", sans-serif;
  --font-medium: 500;
}

/* ブラウザがlh単位をサポートしている場合のみleading-trimを適用 */
@supports (top: 1lh) {
  :root {
    --leading-trim: calc((1em - 1lh) / 2);
  }
}
body {
  color: var(--color-teal);
  font-family: var(--font-ZenKakuGothicNew), "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  /* モダンブラウザ対応の text-size-adjust */
  -webkit-text-size-adjust: 100%; /* iOS Safari 対応 */
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

#wpadminbar {
  display: none;
}

/* =====================================================
  Layout
===================================================== */
.l-full-container {
  position: relative;
  max-width: 1680px;
  margin-inline: auto;
}

.l-container {
  width: 100%;
  max-width: 1240px;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.l-footer {
  background-color: var(--color-teal);
  padding-bottom: clamp(1.25rem, 2.5vw, 1.875rem);
  border-radius: 2.5rem 2.5rem 0 0;
}
.l-footer .l-footer-container {
  position: relative;
  padding-top: 6.875rem;
}
.l-footer .footer-contact {
  position: absolute;
  top: -16.25rem;
  background: linear-gradient(0deg, var(--bg-footer-overlay), var(--bg-footer-overlay)), url("../../dist/images/bg_contact.png"), var(--bg-footer-contact);
  background-blend-mode: normal, color-dodge, normal;
  border-radius: 30px;
  display: grid;
  align-items: center;
  gap: 3.125rem;
  padding: 3.125rem 0.625rem 2.5rem;
  width: calc(100% - 40px);
}
.l-footer .footer-contact .footer-contact-body {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
}
.l-footer .footer-contact .footer-contact-text {
  line-height: 1.625;
}
.l-footer .footer-contact .footer-contact-arrow {
  background: var(--color-white);
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  display: grid;
  place-content: center;
}
.l-footer .footer-contact .footer-contact-arrow::after {
  content: "";
  background: url("../../dist/images/ui_arrow_lg.svg") no-repeat center;
  width: 2.125rem;
  height: 2.625rem;
  display: inline-block;
  background-size: contain;
}
.l-footer .l-footer-content {
  display: grid;
  gap: 3.75rem;
  margin-bottom: 4.6875rem;
}
.l-footer .l-footer-logo {
  text-align: center;
}
.l-footer .l-footer-nav {
  display: grid;
  align-items: flex-start;
  gap: 0.875rem;
}
.l-footer .l-footer-nav-list {
  display: grid;
  gap: 0.8125rem;
}
.l-footer .l-footer-nav-list .sub {
  display: grid;
  gap: 0.375rem;
  padding-left: 1.6875rem;
}
.l-footer .l-footer-nav-list .sub a {
  position: relative;
}
.l-footer .l-footer-nav-list .sub a::before {
  content: "ー";
  color: var(--color-white);
}
.l-footer .l-footer-nav-list li a {
  color: var(--color-white);
  font-size: 0.875rem;
}
.l-footer .l-footer-copyright {
  display: block;
  color: var(--color-white);
  text-align: center;
  font-size: 0.625rem;
}

body:not(.home) .l-footer {
  margin-top: 21.25rem;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.l-header .l-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.9375rem;
  max-width: 1680px;
  margin-inline: auto;
}
.l-header .l-header-logo {
  margin-left: 0.875rem;
}
.l-header .l-header-logo a {
  display: block;
}
.l-header .l-header-logo img {
  height: 50px;
  width: auto;
}

.p-page-hero {
  position: relative;
  z-index: 0;
  padding-top: 7.5rem;
  padding-bottom: 6.25rem;
}
.p-page-hero::before {
  content: "";
  position: absolute;
  background: url("../../dist/images/bg_voice_wave_top_sp.png") no-repeat center top;
  background-size: cover;
  bottom: -3vw;
  height: 90px;
  width: 100%;
  z-index: -1;
}
.p-page-hero::after {
  content: "";
  position: absolute;
  background: url("../../dist/images/bg_page_hero.png") no-repeat center top;
  background-size: cover;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.p-page-section {
  padding-top: 2.5rem;
  background-color: var(--bg-primary);
}

body:not(.home) {
  background-color: var(--bg-primary);
}
body.home {
  background-color: var(--bg-secondary);
  overflow-x: hidden;
}

.l-wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100svh;
}

/* =====================================================
  pages
===================================================== */
.p-notfound-button {
  margin-top: 2rem;
}

.hero {
  position: relative;
  padding: clamp(12.6875rem, 15vh, 20.4375rem) 0 clamp(3.75rem, 8vh, 17.5rem);
}
.hero::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  z-index: -1;
  background: url("../../dist/images/bg_hero_gradient_sp.png") no-repeat;
  background-position: 100% 61%;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.hero::after {
  content: "";
  position: absolute;
  background: url("../../dist/images/bg_about_wave_sp.png") no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 70px;
  bottom: -17.5vw;
  left: 0;
  z-index: 0;
}
.hero .hero-title {
  margin-left: auto;
  max-width: 648px;
  transform: translate(23px, 0);
}
.hero .hero-title .ja {
  font-size: 2rem;
  font-weight: var(--font-medium);
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.hero .hero-title .en {
  font-size: 0.75rem;
  font-family: var(--font-Montserrat);
  font-weight: 400;
  margin-top: 1rem;
}

.home-about {
  position: relative;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  background-color: var(--bg-primary);
  overflow: hidden;
}
.home-about .orb::before {
  content: "";
  position: absolute;
  left: clamp(-104px, -26vw, -26%);
  top: 6%;
  width: 190px;
  height: 190px;
  background: url("../../dist/images/deco_about_orb_sm.png") no-repeat center top;
  background-size: contain;
}
.home-about .orb::after {
  content: "";
  position: absolute;
  right: -11%;
  bottom: 15%;
  background: url("../../dist/images/deco_about_orb_lg.png") no-repeat center top;
  background-size: contain;
  width: clamp(200px, 70.5vw, 282px);
  height: clamp(200px, 70.5vw, 282px);
  z-index: 1;
}
.home-about .about-content {
  display: grid;
  gap: 2.5rem;
}
.home-about .about-body {
  position: relative;
  z-index: 10;
}
.home-about .about-body-title {
  margin-top: 2.25rem;
  margin-bottom: 1.75rem;
  font-size: 1.375rem;
  font-weight: var(--font-medium);
}
.home-about .about-image {
  text-align: center;
}
.home-about .about-image img {
  position: relative;
  z-index: 2;
}

.home-service {
  position: relative;
  background-color: var(--bg-secondary);
  padding-top: 5rem;
}
.home-service::before {
  content: "";
  position: absolute;
  background: url("../../dist/images/bg_service_wave.png") no-repeat center top;
  background-size: cover;
  top: -5vw;
  width: 100%;
  height: 64px;
}
.home-service .service-content {
  display: grid;
  gap: 1.5625rem;
}
.home-service .service-button {
  margin-top: 0.6875rem;
}

.home-plan {
  position: relative;
  z-index: 0;
  background-color: var(--bg-secondary);
  padding-top: 5.5rem;
  padding-bottom: 5rem;
}
.home-plan::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  background: url("../../dist/images/bg_plan_gradient_sp.png") no-repeat center center;
  background-size: 100% auto;
  width: 100%;
  height: 36%;
  pointer-events: none;
}
.home-plan .plan-content {
  background: var(--bg-plan-content);
  /* backdrop-filter のクロスブラウザ対応 */ /* Safari対応 */
  backdrop-filter: blur(10px);
  border-radius: 1.875rem;
  padding: 1.875rem 0.875rem 2.5rem;
}
.home-plan .plan-header {
  display: grid;
  gap: 2.5rem;
}
.home-plan .plan-header .plan-header-text {
  font-size: 1rem;
  line-height: 1.625;
}
.home-plan .plan-list {
  display: grid;
  gap: 1.875rem;
  margin-top: 1.875rem;
}
.home-plan .plan-list .c-plan-card.--popular {
  margin-top: 1.75rem;
}

.home-voice {
  position: relative;
  background-color: var(--bg-primary);
  padding: 4.5rem 0 6.875rem;
}
.home-voice::before {
  content: "";
  position: absolute;
  background: url("../../dist/images/bg_voice_wave_top_sp.png") no-repeat center top;
  background-size: cover;
  top: -8vw;
  height: 70px;
  width: 100%;
}
.home-voice::after {
  content: "";
  position: absolute;
  background: url("../../dist/images/bg_voice_wave_bottom_sp.png") no-repeat center top;
  background-size: cover;
  bottom: -44px;
  width: 100%;
  height: 60px;
}
.home-voice .voice-button {
  text-align: center;
}

.home-blog {
  position: relative;
  overflow: hidden;
  padding-top: 3.5rem;
  padding-bottom: 22.3125rem;
}
.home-blog::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../../dist/images/bg_home_blog_gradient_sp.png") no-repeat center;
  width: 100%;
  height: 43%;
  bottom: 10%;
  right: 0;
  transform-origin: bottom center;
}
.home-blog .blog-list {
  display: grid;
  gap: 2.5rem;
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
}

.p-service-nav {
  margin-top: 2.75rem;
  margin-bottom: 5rem;
  background-color: var(--color-white);
  padding: 1.875rem 1rem;
  border-radius: 30px;
}
.p-service-nav .p-service-nav-desc {
  text-align: center;
  margin-bottom: 2rem;
}
.p-service-nav .p-service-nav-list {
  display: grid;
  gap: 1.125rem;
}
.p-service-nav .p-service-nav-list .link {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.625rem;
  background-color: var(--color-teal);
  padding: 0.8125rem 1rem;
  border-radius: 30px;
  color: var(--color-white);
  font-size: 0.875rem;
}
.p-service-nav .p-service-nav-list .link::after {
  content: "";
  -webkit-mask: url("../../dist/images/ui_arrow_sm.svg") no-repeat center;
          mask: url("../../dist/images/ui_arrow_sm.svg") no-repeat center;
  background-color: var(--color-white);
  transform: rotate(90deg);
  width: 22px;
  height: 20px;
  display: inline-block;
}

.p-service-sections {
  display: grid;
  gap: 3.125rem;
}

.p-service-section:not(:nth-child(-n+2)) {
  margin-bottom: 3.125rem;
}
.p-service-section .heading-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}
.p-service-section .heading-wrap .heading {
  font-size: 1.5rem;
  font-weight: var(--font-medium);
}
.p-service-section .heading-wrap .icon.--web {
  max-width: 47px;
}
.p-service-section .heading-wrap .icon.--graphic {
  max-width: 43px;
}
.p-service-section .heading-wrap .icon.--network {
  max-width: 39px;
}
.p-service-section .heading-wrap .icon.--recruit {
  max-width: 38px;
}
.p-service-section .heading-wrap .icon.--support {
  max-width: 49px;
}
.p-service-section .subitems {
  display: grid;
  gap: 1.25rem;
}
.p-service-section .subitems .link {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  border-bottom: 2px solid var(--color-black);
  padding-bottom: 0.625rem;
  padding-inline: 0.625rem;
}
.p-service-section .subitems .subtitle {
  font-size: 1rem;
  font-weight: var(--font-medium);
}
.p-service-section .subitems .arrow {
  background: var(--color-white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
}
.p-service-section .subitems .arrow::after {
  content: "";
  background: url("../../dist/images/ui_arrow.svg") no-repeat center;
  width: 19px;
  height: 23px;
  display: inline-block;
  background-size: cover;
}

/* =====================================================
  Parts
===================================================== */
.c-button {
  --button-bg: var(--color-teal);
  --button-color: var(--color-white);
  --button-hover-bg: var(--color-teal-dark);
  --button-hover-color: var(--color-white);
  --button-border-color: var(--button-bg);
  --button-radius: 3.125rem;
  --button-font-size: 1rem;
  --button-max-width: 273px;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 0.625rem 1.25rem 0.625rem 2.9375rem;
  width: 100%;
  max-width: var(--button-max-width, 300px);
  background: var(--button-bg);
  color: var(--button-color);
  border-radius: var(--button-radius);
  font-size: var(--button-font-size);
  font-family: var(--font-ZenKakuGothicNew), sans-serif;
  text-align: left;
  gap: 1.25rem;
  cursor: pointer;
  /* Variants */
}
.c-button:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--button-bg);
  outline-offset: 2px;
}
.c-button:active {
  transform: scale(0.99);
}
.c-button.--secondary {
  --button-bg: transparent;
  --button-color: var(--color-teal);
  --button-border-width: 2px;
  --button-border-color: var(--color-teal);
  --button-hover-bg: var(--color-teal);
  --button-hover-color: var(--color-white);
}
.c-button.--outline {
  --button-bg: transparent;
  --button-color: currentColor;
  --button-border-width: 2px;
  --button-border-color: currentColor;
  --button-hover-bg: currentColor;
  --button-hover-color: var(--color-white);
}
.c-button.--small {
  --button-padding: 0.75rem 1.5rem;
  --button-font-size: 0.875rem;
  --button-icon-size: 1rem;
  min-height: 3rem;
}
.c-button.--large {
  --button-padding: 1.25rem 2.5rem;
  --button-font-size: 1.125rem;
  --button-icon-size: 1.5rem;
  min-height: 4.5rem;
}
.c-button.--full {
  width: 100%;
  justify-content: center;
}
.c-button.--hard {
  --button-radius: 0;
}
.c-button.--radius-small {
  --button-radius: 0.5rem;
}
.c-button.--narrow {
  --button-max-width: 200px;
}
.c-button.--wide {
  --button-max-width: 400px;
}
.c-button .arrow {
  background: var(--color-white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
}
.c-button .arrow::after {
  content: "";
  background: url("../../dist/images/ui_arrow.svg") no-repeat center;
  width: 19px;
  height: 23px;
  display: inline-block;
  background-size: cover;
}

.c-blog-card .c-blog-card-image {
  position: relative;
  padding-top: 62.25%;
  border-radius: 10px;
  overflow: hidden;
}
.c-blog-card .c-blog-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-blog-card .c-blog-card-date-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--bg-blog-card);
  display: grid;
  place-content: center;
  color: var(--color-gray-text);
  font-size: 0.875rem;
  font-family: var(--font-Montserrat);
  padding: 5px 10px 3px;
  border-top-right-radius: 0.625rem;
}
.c-blog-card .c-blog-card-date-wrapper::before, .c-blog-card .c-blog-card-date-wrapper::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--color-white);
  -webkit-mask-image: url("../../dist/images/ui_exclude.svg");
          mask-image: url("../../dist/images/ui_exclude.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@supports not ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
  .c-blog-card .c-blog-card-date-wrapper::before, .c-blog-card .c-blog-card-date-wrapper::after {
    background: url("../../dist/images/ui_exclude.svg") no-repeat center;
    background-size: contain;
  }
}
.c-blog-card .c-blog-card-date-wrapper::before {
  top: -10px;
  left: 0px;
}
.c-blog-card .c-blog-card-date-wrapper::after {
  bottom: 0px;
  right: -10px;
}
.c-blog-card .c-blog-card-title {
  margin-top: 1.25rem;
  font-weight: var(--font-medium);
  font-size: 1.125rem;
  line-height: 1.4444444444;
}

.c-plan-card {
  background-color: var(--color-white);
  border-radius: 1.25rem;
  padding: 1.875rem 0.875rem;
  text-align: center;
  position: relative;
  min-height: 220px;
}
.c-plan-card .c-plan-card-title {
  font-weight: var(--font-medium);
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
}
.c-plan-card .c-plan-card-title.has-subtitle {
  margin-bottom: 0.625rem;
}
.c-plan-card .c-plan-card-title-sub {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.c-plan-card .popular-badge {
  display: grid;
  place-content: center;
  font-size: 0.875rem;
  font-weight: var(--font-medium);
  border-radius: 50%;
  position: absolute;
  top: -28px;
  left: -2px;
  width: 55px;
  height: 55px;
  background: linear-gradient(153.85deg, var(--color-gradient-blue) 9.28%, var(--color-gradient-purple) 92.52%);
}
.c-plan-card .c-plan-card-price {
  color: var(--color-pink);
  font-size: 1rem;
  margin-bottom: 1.6875rem;
}
.c-plan-card .c-plan-card-price.has-subtitle {
  margin-bottom: 1.6875rem;
}
.c-plan-card .c-plan-card-price .amount {
  font-size: 1.5rem;
  font-family: var(--font-Montserrat);
}
.c-plan-card .c-plan-card-price .unit {
  font-size: 0.875rem;
}
.c-plan-card .c-plan-card-desc {
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
}

.c-heading {
  display: grid;
  gap: 1.25rem;
  position: relative;
  z-index: 1;
}
.c-heading.--black {
  color: var(--color-black);
}
.c-heading .en {
  text-transform: uppercase;
  font-family: var(--font-Montserrat);
  font-size: 3.25rem;
}
.c-heading .ja {
  font-size: 1rem;
}

.c-service-item .c-service-item-link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  padding: 1.1875rem 0.6875rem 1.25rem;
  border-bottom: 1px solid var(--color-black);
}
.c-service-item .c-service-item-title {
  font-size: 1.125rem;
  font-weight: var(--font-medium);
  color: var(--color-black);
}
.c-service-item .arrow {
  background: var(--color-white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
}
.c-service-item .arrow::after {
  content: "";
  background: url("../../dist/images/ui_arrow.svg") no-repeat center;
  width: 21px;
  height: 24px;
  display: inline-block;
  background-size: cover;
}

.c-voice-card {
  background-color: var(--color-white);
  border-radius: 1.875rem;
  padding: 3.625rem 0.875rem 2rem;
  position: relative;
  width: 100%;
}
.c-voice-card .c-voice-card-thumbnail {
  width: 70px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-white);
  border-radius: 50%;
}
.c-voice-card .c-voice-card-title {
  font-weight: var(--font-medium);
  font-size: 1.125rem;
  margin-bottom: 0.875rem;
  color: var(--color-black);
}
.c-voice-card .c-voice-card-tag {
  font-size: 0.875rem;
  display: inline-block;
  color: var(--color-black);
  background-color: var(--bg-primary);
  border-radius: 0.9375rem;
  padding: 0.3125rem 0.625rem;
}
.c-voice-card .c-voice-card-comment {
  margin-top: 1.875rem;
  line-height: 1.625;
  color: var(--color-black);
}
.c-voice-card .c-voice-card-name {
  font-size: 0.875rem;
  text-align: right;
  margin-top: 1.25rem;
}

.is-menu-open {
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
}

.c-hamburger {
  position: relative;
  z-index: 100;
  width: 46px;
  height: 46px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 1.0625rem;
  transform: translateY(-4px);
}
.c-hamburger .c-hamburger-line {
  position: relative;
  width: 21px;
  height: 2px;
  background-color: var(--color-black);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform-origin: center;
  will-change: transform, opacity;
}
.c-hamburger .c-hamburger-line::before, .c-hamburger .c-hamburger-line::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #000000;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  left: 0;
  will-change: transform, opacity;
}
.c-hamburger .c-hamburger-line::before {
  top: -8px;
  width: 27px;
}
.c-hamburger .c-hamburger-line::after {
  top: 8px;
  width: 16px;
}
.c-hamburger.is-active .c-hamburger {
  margin-right: 0.3125rem;
}
.c-hamburger.is-active .c-hamburger-line {
  background-color: transparent;
}
.c-hamburger.is-active .c-hamburger-line::before, .c-hamburger.is-active .c-hamburger-line::after {
  width: 33px;
  background-color: var(--color-teal);
  top: 0;
  left: -5px;
  height: 1px;
}
.c-hamburger.is-active .c-hamburger-line::before {
  transform: rotate(45deg);
  top: 0;
}
.c-hamburger.is-active .c-hamburger-line::after {
  transform: rotate(-45deg);
}

.c-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.no-transition .c-nav {
  transition: none;
}
.no-transition .c-nav * {
  transition: none;
}
.c-nav.is-active {
  visibility: visible;
  opacity: 1;
}
.c-nav .c-nav-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../dist/images/bg_menu_sp.png") no-repeat center center;
  background-size: 100% auto;
}
.c-nav .c-nav-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  padding: 5rem 1rem 2.5rem;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  overflow-y: auto;
}
.no-transition .c-nav .c-nav-content {
  transition: none;
}
.c-nav.is-active .c-nav-content {
  transform: translateX(0);
}
.c-nav .c-nav-item[data-menu=contact] {
  margin-top: 4.1875rem;
}
.c-nav .c-nav-item[data-menu=contact] .c-nav-link {
  background-color: var(--color-teal);
  color: var(--color-white);
  font-size: 0.9375rem;
  border-radius: 1.875rem;
  padding: 0.875rem 1.625rem;
  width: 93%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.c-nav .c-nav-item[data-menu=contact] .c-nav-link .arrow {
  background: var(--color-white);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: grid;
  place-content: center;
}
.c-nav .c-nav-item[data-menu=contact] .c-nav-link .arrow::after {
  content: "";
  background: url("../../dist/images/ui_arrow.svg") no-repeat center;
  width: 12px;
  height: 15px;
  display: inline-block;
  background-size: cover;
}
.c-nav .c-nav-link {
  display: grid;
  font-size: 1rem;
  padding: 1.25rem 0.8125rem;
  border-bottom: 1px solid #b5cbd2;
}

.js-focus-trap {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.voice-slider-swiper {
  position: relative;
  z-index: 10;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
  overflow: hidden;
  padding-inline: 1.25rem;
}

.voice-slider-swiper .swiper-wrapper {
  display: flex;
  align-items: flex-start;
}

.voice-slider-swiper .swiper-slide {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 1;
  padding-top: 2.5rem;
  height: auto;
}

.voice-slider-footer {
  margin-top: 2rem;
}

.voice-slider-controls {
  display: flex;
  align-items: center;
  gap: 3.25rem;
  margin-bottom: 2.5rem;
}

.voice-slider__navigation {
  pointer-events: none;
  z-index: 10;
  display: flex;
  gap: 1.875rem;
}

.voice-slider__counter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  z-index: 20;
}

.voice-slider__current,
.voice-slider__total {
  font-family: var(--font-Montserrat);
}

.voice-slider__prev,
.voice-slider__next {
  background: var(--color-white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
  z-index: 20;
  border: none;
}
.voice-slider__prev:hover:not(.is-disabled),
.voice-slider__next:hover:not(.is-disabled) {
  background: var(--color-gray-light);
  transform: scale(1.05);
}
.voice-slider__prev.is-disabled,
.voice-slider__next.is-disabled {
  background: var(--color-gray-disabled);
  cursor: not-allowed;
  opacity: 0.5;
}
.voice-slider__prev.is-disabled img,
.voice-slider__next.is-disabled img {
  opacity: 0.5;
}

.voice-slider__prev img {
  transform: rotate(180deg);
}

.voice-slider-swiper .swiper-button-next,
.voice-slider-swiper .swiper-button-prev {
  display: none;
}

/**
 * 上下マージン（rem単位で統一）
 * - 4px (0.25rem)
 * - 8px (0.5rem)
 * - 16px (1rem)
 * - 20px (1.25rem)
 * - 24px (1.5rem)
 * - 28px (1.75rem)
 * - 32px (2rem)
 * - 36px (2.25rem)
 * - 40px (2.5rem)
 */
.u-mb-4 {
  margin-bottom: 0.25rem;
}

.u-mt-4 {
  margin-top: 0.25rem;
}

.u-mb-8 {
  margin-bottom: 0.5rem;
}

.u-mt-8 {
  margin-top: 0.5rem;
}

.u-mb-16 {
  margin-bottom: 1rem;
}

.u-mt-16 {
  margin-top: 1rem;
}

.u-mb-20 {
  margin-bottom: 1.25rem;
}

.u-mt-20 {
  margin-top: 1.25rem;
}

.u-mb-24 {
  margin-bottom: 1.5rem;
}

.u-mt-24 {
  margin-top: 1.5rem;
}

.u-mb-28 {
  margin-bottom: 1.75rem;
}

.u-mt-28 {
  margin-top: 1.75rem;
}

.u-mb-32 {
  margin-bottom: 2rem;
}

.u-mt-32 {
  margin-top: 2rem;
}

.u-mb-36 {
  margin-bottom: 2.25rem;
}

.u-mt-36 {
  margin-top: 2.25rem;
}

.u-mb-40 {
  margin-bottom: 2.5rem;
}

.u-mt-40 {
  margin-top: 2.5rem;
}

.u-hidden-md {
  display: block;
}

.u-hidden-lg {
  display: block;
}

.u-visible-md {
  display: none;
}

.u-visible-lg {
  display: none;
}

/* ---------------------------------------------------------
  文字サイズ調整 ユーティリティ
  実数値は 16px に対して
  - xsmall  : 0.75em（12px）
  - small  : 0.875em（14px）
  - normal : 1em（16px）
  - large  : 1.25em（20px）
  - xlarge  : 1.5em（24px）
  - 2xlarge  : 2em（32px）
--------------------------------------------------------- */
.u-fz-sp-xsmall {
  font-size: 0.75em;
}

.u-fz-sp-small {
  font-size: 0.875em;
}

.u-fz-sp-normal {
  font-size: 1em;
}

.u-fz-sp-large {
  font-size: 1.25em;
}

.u-fz-sp-xlarge {
  font-size: 1.5em;
}

.u-fz-sp-2xlarge {
  font-size: 2em;
}

@media screen and (min-width: 768px){
  .l-footer {
    border-radius: 90px 90px 0 0;
  }
  .l-footer .l-footer-container {
    padding-top: 14.375rem;
  }
  .l-footer .footer-contact {
    padding-inline: 3.75rem;
    padding-block: 3.75rem;
  }
  .l-footer .footer-contact .footer-contact-body {
    gap: 5rem;
  }
  .l-footer .l-footer-nav {
    justify-content: center;
    grid-template-columns: repeat(3, max-content);
    gap: 6.25rem;
  }
  .l-footer .l-footer-nav-list .sub {
    padding-left: 1.25rem;
  }
  .l-header .l-header-inner {
    padding: 1.5rem 0 0;
  }
  .l-header .l-header-logo img {
    height: 69px;
  }
  .p-page-hero {
    padding-top: 11rem;
    padding-bottom: 12.5rem;
  }
  .p-page-hero::before {
    bottom: -2px;
    height: 220px;
    background-image: url("../../dist/images/bg_voice_wave_top.png");
  }
  .p-page-hero::after {
    background-size: 100% auto;
  }
  .p-page-section {
    padding-top: 0;
  }
  .hero::before {
    background-image: url("../../dist/images/bg_hero_gradient.png");
    min-height: clamp(600px, 86vh, 900px);
  }
  .hero::after {
    background-image: url("../../dist/images/bg_about_wave.png");
    background-size: 100% 100%;
    height: 200px;
    bottom: -140px;
  }
  .hero .hero-title {
    transform: translate(10px, 0);
  }
  .hero .hero-title .ja {
    font-size: 4.0625rem;
    line-height: 1.4769230769;
  }
  .hero .hero-title .en {
    font-size: 1.25rem;
    margin-top: 3.75rem;
  }
  .home-about {
    padding-bottom: 21.25rem;
    padding-top: 0;
  }
  .home-about .orb::before {
    left: -175px;
    top: 13px;
    width: clamp(190px, 20vw, 270px);
    height: clamp(190px, 20vw, 270px);
  }
  .home-about .orb::after {
    right: -60px;
    bottom: -84px;
    width: clamp(280px, 32vw, 420px);
    height: clamp(280px, 32vw, 420px);
  }
  .home-about .about-content {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .home-about .about-body {
    order: 2;
    margin-top: 1.5rem;
  }
  .home-about .about-body-title {
    margin-top: 6.25rem;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .home-about .about-image {
    order: 1;
    transform: translate(-7px, 64px);
  }
  .home-service {
    padding-bottom: 5.125rem;
  }
  .home-service::before {
    top: -200px;
    height: 200px;
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: left top;
  }
  .home-service .service-content {
    -moz-column-gap: 5.625rem;
         column-gap: 5.625rem;
    row-gap: 0;
    grid-template-areas: "header list" "button list";
    grid-template-rows: auto 1fr;
  }
  .home-service .service-header {
    grid-area: header;
  }
  .home-service .c-service-list {
    grid-area: list;
  }
  .home-service .service-button {
    grid-area: button;
    margin-top: 6.25rem;
  }
  .home-plan {
    padding-top: 0;
    padding-bottom: 10.625rem;
  }
  .home-plan::before {
    top: -330px;
    height: 100%;
    background: url("../../dist/images/bg_plan_gradient.png") no-repeat 100% 80%;
    background-size: contain;
  }
  .home-plan .plan-content {
    padding: 5rem 2.3125rem;
  }
  .home-plan .plan-header {
    gap: 8.125rem;
    grid-template-columns: auto 1fr;
  }
  .home-plan .plan-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .home-plan .plan-list .c-plan-card.--popular {
    margin-top: 0;
  }
  .home-voice {
    padding-bottom: 8.75rem;
  }
  .home-voice::before {
    top: -96px;
    height: 220px;
    background-image: url("../../dist/images/bg_voice_wave_top.png");
  }
  .home-voice::after {
    background-image: url("../../dist/images/bg_voice_wave_bottom.png");
    bottom: -106px;
    height: 220px;
  }
  .home-voice .orb::after {
    content: "";
    position: absolute;
    background: url("../../dist/images/deco_voice_orb.png") no-repeat center;
    background-size: contain;
    left: -190px;
    top: 63px;
    width: clamp(350px, 30vw, 452px);
    height: clamp(350px, 30vw, 452px);
  }
  .home-voice .voice-button {
    text-align: right;
  }
  .home-blog {
    padding-top: 5rem;
    padding-bottom: 18.75rem;
  }
  .home-blog::after {
    background: url("../../dist/images/bg_home_blog_gradient.png") no-repeat center;
    height: 100%;
    right: -17%;
    bottom: -37%;
  }
  .home-blog .blog-list {
    align-items: start;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3.75rem;
    margin-bottom: 2.5rem;
  }
  .home-blog .blog-button {
    text-align: right;
  }
  .p-service-nav .p-service-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-service-sections {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    align-items: end;
  }
  .p-service-section:not(:nth-child(-n+2)) {
    margin-bottom: 4.375rem;
  }
  .p-service-section .heading-wrap {
    margin-bottom: 2.5rem;
  }
  .p-service-section .heading-wrap .heading {
    font-size: 1.75rem;
  }
  .p-service-section .subitems.--col-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
  .p-service-section .subitems .link {
    padding-bottom: 1.625rem;
    padding-inline: 1.8125rem;
  }
  .p-service-section .subitems .subtitle {
    font-size: 1.125rem;
  }
  .c-button {
    padding: 0.8125rem 1.25rem 0.8125rem 2.9375rem;
  }
  .c-plan-card {
    padding: 1.875rem 1.25rem;
    min-height: auto;
  }
  .c-plan-card .c-plan-card-title {
    margin-bottom: 2.25rem;
  }
  .c-plan-card .c-plan-card-title.has-subtitle {
    margin-bottom: 1.25rem;
  }
  .c-plan-card .c-plan-card-title-sub {
    margin-bottom: 0.75rem;
  }
  .c-plan-card .popular-badge {
    top: -21px;
  }
  .c-plan-card .c-plan-card-price {
    margin-bottom: 2.125rem;
  }
  .c-plan-card .c-plan-card-price.has-subtitle {
    margin-bottom: 1.125rem;
  }
  .c-heading .en {
    font-size: 4.5rem;
  }
  .c-heading .ja {
    font-size: 1.125rem;
  }
  .c-service-item .c-service-item-link {
    gap: 2.625rem;
    padding: 1.75rem 1.375rem 1.75rem 1.375rem;
  }
  .c-service-item .arrow {
    background: var(--color-white);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
  }
  .c-service-item .arrow::after {
    content: "";
    background: url("../../dist/images/ui_arrow.svg") no-repeat center;
    width: 19px;
    height: 23px;
    display: inline-block;
    background-size: cover;
  }
  .c-voice-card {
    max-width: 366px;
    padding: 3rem 1.25rem;
  }
  .c-hamburger {
    display: none;
  }
  .c-nav {
    position: static;
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto;
    transition: none;
  }
  .c-nav .c-nav-bg {
    display: none;
  }
  .c-nav .c-nav-content {
    background-color: var(--color-white);
    position: static;
    width: auto;
    border-radius: 50px 0 0 50px;
    padding: 1.3125rem;
    transform: none;
    overflow: visible;
    transition: none;
  }
  .c-nav .c-nav-list {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
  .c-nav .c-nav-item[data-menu=contact] {
    margin-top: 0;
  }
  .c-nav .c-nav-item[data-menu=contact] .c-nav-link {
    width: 100%;
    gap: 1.25rem;
  }
  .c-nav .c-nav-item[data-menu=contact] .c-nav-link {
    padding: 0.625rem 1.5rem;
    font-size: 1rem;
  }
  .c-nav .c-nav-link {
    border-bottom: none;
    padding: 0;
  }
  .voice-slider-swiper {
    margin-top: 4.0625rem;
  }
  .voice-slider-swiper .swiper-wrapper {
    align-items: stretch;
  }
  .voice-slider-footer {
    margin-top: 3.625rem;
    max-width: calc(1240px - 2.5rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .voice-slider-controls {
    margin-bottom: 0;
    transform: translateY(-13px);
  }
  .voice-slider__navigation {
    gap: 1.625rem;
  }
  .u-hidden-md {
    display: none;
  }
  .u-visible-md {
    display: block;
  }
  .u-fz-tab-xsmall {
    font-size: 0.75em;
  }
  .u-fz-tab-small {
    font-size: 0.875em;
  }
  .u-fz-tab-normal {
    font-size: 1em;
  }
  .u-fz-tab-large {
    font-size: 1.25em;
  }
  .u-fz-tab-xlarge {
    font-size: 1.5em;
  }
  .u-fz-tab-2xlarge {
    font-size: 2em;
  }
}

@media screen and (min-width: 1024px){
  .l-footer .footer-contact {
    top: -10.625rem;
    gap: 0;
    grid-template-columns: 1fr auto;
    padding-inline: 6.25rem;
    padding-block: 5rem;
  }
  .l-footer .l-footer-content {
    grid-template-columns: auto 1fr;
    justify-content: space-between;
    gap: clamp(4.375rem, 26vw, 19.625rem);
    margin-bottom: 3.25rem;
    padding-left: 3.1875rem;
  }
  .l-footer .l-footer-copyright {
    font-size: 0.75rem;
    text-align: left;
  }
  body:not(.home) .l-footer {
    margin-top: 17.375rem;
  }
  .l-header .l-header-logo {
    margin-left: 3.9375rem;
  }
  .home-plan .plan-header {
    padding-inline: 1.625rem;
  }
  .home-plan .plan-list {
    margin-top: 5.5625rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .home-plan .plan-list .c-plan-card.--popular {
    margin-left: 0.625rem;
  }
  .home-voice .voice-slider-overflow {
    max-width: 100%;
    margin-inline: auto;
  }
  .home-blog {
    padding-top: 5rem;
    padding-bottom: 15.3125rem;
  }
  .home-blog::after {
    right: -18%;
    bottom: -18%;
  }
  .c-plan-card .popular-badge {
    left: -12px;
  }
  .c-nav .c-nav-content {
    padding: 1.4375rem 1.75rem 1.375rem 4rem;
  }
  .c-nav .c-nav-list {
    justify-content: end;
    gap: 3.125rem;
  }
  .c-nav .c-nav-item[data-menu=contact] .c-nav-link {
    justify-content: space-between;
    gap: 2.25rem;
  }
  .voice-slider-swiper .swiper-wrapper {
    justify-content: flex-start;
  }
  .u-hidden-lg {
    display: none;
  }
  .u-visible-lg {
    display: block;
  }
}

@media screen and (min-width: 1280px){
  #wpadminbar {
    display: block;
  }
  .home-voice .voice-slider-overflow {
    margin-left: calc((100vw - 1240px) / 2 + 1.25rem);
    margin-right: 0;
    width: min(100vw - calc((100vw - 1240px) / 2 + 1.25rem), 97.125rem);
    max-width: 97.125rem;
  }
  .c-nav .c-nav-list {
    gap: 4.375rem;
  }
  .voice-slider-swiper {
    padding-inline: 0;
  }
  .voice-slider-swiper.voice-slider-overflow {
    overflow: visible;
    max-width: 112.5rem;
  }
  .u-fz-lap-xsmall {
    font-size: 0.75em;
  }
  .u-fz-lap-small {
    font-size: 0.875em;
  }
  .u-fz-lap-normal {
    font-size: 1em;
  }
  .u-fz-lap-large {
    font-size: 1.25em;
  }
  .u-fz-lap-xlarge {
    font-size: 1.5em;
  }
  .u-fz-lap-2xlarge {
    font-size: 2em;
  }
}

@media screen and (min-width: 1536px){
  .p-page-hero::before {
    background-size: 100% 100%;
  }
  .hero {
    padding: clamp(15rem, 18vh, 25rem) 0 clamp(11.25rem, 15vh, 18.75rem);
  }
  .hero::after {
    bottom: clamp(-15.625rem, -12vh, -11.25rem);
  }
  .home-plan::before {
    background-size: 100% auto;
    top: clamp(-23.75rem, -20vh, -17.5rem);
    height: clamp(120%, 130vh, 150%);
  }
  .home-voice::before {
    background-size: 100% 100%;
  }
  .home-voice::after {
    background-size: 100% 100%;
    bottom: clamp(-9.375rem, -10vh, -6.25rem);
  }
  .home-blog::after {
    right: -30%;
    bottom: -17%;
  }
  .c-nav .c-nav-content {
    border-radius: 50px;
  }
  .u-fz-desk-xsmall {
    font-size: 0.75em;
  }
  .u-fz-desk-small {
    font-size: 0.875em;
  }
  .u-fz-desk-normal {
    font-size: 1em;
  }
  .u-fz-desk-large {
    font-size: 1.25em;
  }
  .u-fz-desk-xlarge {
    font-size: 1.5em;
  }
  .u-fz-desk-2xlarge {
    font-size: 2em;
  }
}

@media (min-width: 2000px){
  .home-service::before {
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

@media (prefers-reduced-motion: reduce){
  *,
  ::before,
  ::after {
    background-attachment: initial !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-delay: -1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

/*# sourceMappingURL=style.css.map*/