@charset "utf-8";
/*! destyle.css v4.0.0 | 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;
}
/* 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 {
  line-height: 1.15;
  /* 1 */
  -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,
img,
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 */
  -moz-appearance: none;
       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 */
}
/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}
/**
 * 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;
}
/*  CSS Custom Properties Around Colors  */
:root {
  /*  Elemental color  */
  --konjou: #012f7c;
  --blue: #0082f4;
  --ama: #036eae;
  --mizu: #80c7da;
  --sora: #4da3bc;
  --wasabi: #42a36f;
  --aoyagi: #6a9e36;
  --yamabuki: #ffb700;
  --tanpopo: #ffcc00;
  --beni: #ff6866;
  --wakamurasaki: #cb80b2;
  --fuji: #9780cb;
  --white: #fff;
  --gray01: #edf7fc;
  --gray02: #dbe0e8;
  --gray03: #bec9da;
  --gray04: #99a0ad;
  --gray05: #7b7f88;
  --gray: var(--gray01, #9a9a9a);
  --black: #262626;
  --rich-black: #000;
  /*  Role color  */
  --main: var(--konjou);
  --accent: var(--beni);
  --title: var(--black);
  --text: var(--black);
  --link: var(--ama);
  --visited: var(--link);
  --hover: var(--sora);
  --focus: var(--sora);
  --alert: var(--beni);
  --error: var(--alert);
  --notice: var(--yamabuki);
  --marker: var(--yamabuki);
  --shadow: rgba(0, 0, 0, 0.6);
  --confirm: var(--link);
  --submit: var(--main);
}
:root::-moz-selection {
  color: var(--black);
  background-color: var(--marker);
}
:root::selection {
  color: var(--black);
  background-color: var(--marker);
}
@font-face {
  font-family: 'M PLUS 1p', sans-serif;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}
ol {
  list-style: decimal;
}
img,
picture,
video,
iframe,
input,
textarea {
  vertical-align: top;
}
img,
picture,
video,
iframe {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
img {
  outline: 0;
}
picture {
  line-height: 0;
}
picture img {
  width: 100%;
  height: 100%;
}
video {
  aspect-ratio: 16 / 9;
  background: black;
}
iframe {
  aspect-ratio: 560 / 315;
}
input,
button,
textarea,
select {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}
*::before,
*::after {
  content: "";
  display: none;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  br[sp] {
    display: none;
  }
  br[pc],
  br[pc][sp] {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  br[pc] {
    display: none;
  }
  br[sp],
  br[pc][sp] {
    display: inline;
  }
}
:is(a, button) {
  color: var(--color);
  text-decoration: none;
}
:is(a, button):not([class]) {
  text-decoration: underline;
}
a {
  word-break: break-all;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}
a:link {
  --color: var(--link);
}
a:visited {
  --color: var(--visited, var(--link));
}
@media (hover: hover) {
  :is(a, button) {
    transition: var(--transition);
  }
  :is(a, button):hover {
    color: var(--hover) !important;
    background-color: var(--hover-bg) !important;
  }
}
:root {
  font-size: 62.5%;
  --root-fs: 1.5rem;
  --root-bg: transparent;
  --root-color: var(--text);
  --root-fw: normal;
  --root-fst: normal;
  --root-lh: 1.75;
  --root-ls: 0;
  --root-align: left;
  --root-transition: 0.3s 0s ease;
  --radius1st: 10px;
  --radius2nd: 5px;
  --radius3rd: 3px;
  --radius-min: 3px;
  --m: 15px;
  --g: 150px;
  interpolate-size: allow-keywords;
}
body {
  --bg: var(--root-bg);
  --color: var(--root-color);
  --fs: var(--root-fs);
  --fw: var(--root-fw);
  --fst: var(--root-fst);
  --lh: var(--root-lh);
  --ls: var(--root-ls);
  --align: var(--root-align);
  --transition: var(--root-transition);
  width: 100%;
  min-height: 100svh;
  background-color: var(--bg);
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */ 'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */ 'Segoe UI', /* Windowsの欧文 */ YuGothicM, /* Windows8.1以上は游ゴシック */ YuGothic, /* Macの游ゴシック */ Meiryo, /* 游ゴシックが入っていないWindows */ sans-serif;
  /* Windows */
  font-size: var(--fs);
  font-weight: var(--fw);
  font-style: var(--fst);
  line-height: var(--lh);
  letter-spacing: var(--ls);
  text-align: var(--align);
  color: var(--color);
  overflow-x: clip;
  position: relative;
}
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local('YuGothic-Medium'), /* Windowsでは游ゴシックが細くかすれてしまうので、Mediumを明示的に指定 */ local('Yu Gothic Medium'), /* Chrome用 */ local('YuGothic-Regular');
  /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local('YoGothic-Bold'), /* Boldはそのまま */ local('Yu Gothic');
  /* Chrome用 */
}
.wrap {
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-inline: auto;
}
.marker {
  background: linear-gradient(transparent 50%, var(--marker) 0%);
}
.attention {
  margin-block: calc(var(--m) * 3);
  padding: calc(var(--m) * 3) calc(var(--m) * 5);
  border-radius: var(--radius1st);
  background: #ffffff;
  box-shadow: inset 0 0 0 3px var(--alert);
  color: var(--alert);
  font-size: calc(var(--base-fs) * 21);
  font-weight: 800;
  text-align: center;
}
ol.abc {
  list-style: lower-alpha;
}
.nav-case:is(a, button) {
  --link: var(--white);
  --bg: var(--aoyagi);
  --hover-bg: #77b13c;
}
.nav-case:is(a, button)::before {
  background: url("/wp-content/themes/pestalozzi-technology2024/imgs/common/icon-case.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
a.nav-contact {
  --link: var(--black);
  --hover: var(--black);
  --bg: var(--yamabuki);
  --hover-bg: #ffd466;
}
a.nav-contact::before {
  background: url("/wp-content/themes/pestalozzi-technology2024/imgs/common/icon-mail.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
a.nav-tel {
  --link: var(--black);
  --hover: var(--black);
  --bg: var(--yamabuki);
  --hover-bg: #ffd466;
}
a.nav-tel::before {
  background: url("/wp-content/themes/pestalozzi-technology2024/imgs/common/icon-phone.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
a.nav-about {
  --link: var(--black);
  --hover: var(--black);
  --bg: var(--yamabuki);
  --hover-bg: #ffd466;
}
a.nav-news:is(.btn) {
  margin-top: calc(var(--m) * 5);
  padding-inline: calc(var(--m) * 6);
  margin-inline: auto;
}
a.nav-note {
  font-family: 'M PLUS 1p', sans-serif;
  letter-spacing: 0.1em;
  --link: var(--white);
  --hover: var(--white);
  --bg: #3796BF;
  --hover-bg: #5FB5D3;
  padding: calc(var(--m)*1.3) calc(var(--m)*5.5);
}
a.nav-note::before {
  border: 0;
  width: 31px;
  height: 31px;
  margin-right: var(--m);
  background: url("../imgs/common/icon-note.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.header {
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-inline: auto;
  width: calc(100% - calc(var(--m) * 2) * 2);
  height: var(--header-height);
  box-sizing: content-box;
  padding-inline: calc(var(--m) * 2);
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
}
.header::after {
  display: block;
  width: 100svw;
  height: 100%;
  background: var(--white);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
a.header-logo {
  display: block;
  width: 20svw;
  max-width: 300px;
  align-self: center;
}
.header-labels {
  --gap: min(2vw, calc(var(--m) * 2));
  width: -moz-fit-content;
  width: fit-content;
  margin-left: var(--gap);
  margin-right: auto;
  display: flex;
  gap: calc(var(--gap) * 0.5);
}
.header-labels img {
  -o-object-fit: contain;
     object-fit: contain;
}
img.certification {
  width: 6vw;
  max-width: 90px;
}
img.sport-in-life {
  width: 3.33vw;
  max-width: 50px;
}
.sp-burger {
  display: none;
}
.header-nav {
  height: 100%;
  margin-left: min(2vw, calc(var(--m) * 2));
  display: flex;
  position: relative;
  z-index: 1;
}
.header-nav::after {
  display: block;
  width: 2px;
  height: 70px;
  background: var(--konjou);
  position: absolute;
  top: 0;
  right: 0;
}
.header-nav a[class*="nav-"],
.header-nav .subnav .title {
  --color: @c_black;
  height: 100%;
  padding: 0 min(1.25vw, calc(var(--m) * 1.25));
  display: flex;
  align-items: center;
  font-size: calc(var(--base-fs) * 18);
  font-weight: 800;
  color: var(--color);
  position: relative;
}
.header-nav a[class*="nav-"]::after,
.header-nav .subnav .title::after {
  display: block;
  width: 100%;
  height: 0;
  background: var(--bg);
  border-left: 2px solid var(--bg);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: var(--transition);
}
@media (hover: hover) {
  .header-nav a[class*="nav-"]:hover::after,
  .header-nav .subnav .title:hover::after {
    height: 100%;
    opacity: 1;
  }
  .header-nav a[class*="nav-"]:hover + a::before,
  .header-nav .subnav .title:hover + a::before {
    opacity: 0;
  }
}
.header-nav a[class*="nav-"] {
  --link: var(--main);
  --hover: var(--white);
}
.header-nav > a[class*="nav-"]::before,
.header-nav .subnav .title::before {
  display: block;
  width: 2px;
  height: 70px;
  background: var(--bg, var(--black));
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--transition);
}
.header-nav .subnav {
  position: relative;
}
.header-nav .subnav .title {
  --color: var(--main);
  color: var(--color);
  cursor: pointer;
}
.header-nav .subnav dd {
  width: -moz-max-content;
  width: max-content;
  box-sizing: content-box;
  padding-block: 0.5lh;
  padding-inline: 1ic;
  background: var(--white);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  transition: var(--transition);
  opacity: 0;
  pointer-events: none;
}
.header-nav .subnav a[class*="nav-"] {
  padding-block: 0.3lh;
}
@media (hover: hover) {
  .header-nav .subnav:hover {
    z-index: 10;
  }
  .header-nav .subnav:hover .title {
    color: var(--white);
  }
  .header-nav .subnav:hover .title::after {
    height: 100%;
    opacity: 1;
  }
  .header-nav .subnav:hover .title + a::before {
    opacity: 0;
  }
  .header-nav .subnav:hover dd {
    opacity: 1;
    pointer-events: all;
  }
}
.header-nav a.nav-home {
  --bg: var(--sora);
}
.header-nav a.nav-news {
  --bg: var(--aoyagi);
}
.header-nav a.nav-service,
.header-nav a.nav-alpha,
.header-nav .nav-service {
  --bg: var(--yamabuki);
}
.header-nav a.nav-company {
  --bg: var(--beni);
}
.header-nav a.nav-recruitment {
  --bg: var(--wakamurasaki);
}
.header-nav a.nav-research {
  --bg: var(--fuji);
}
.header-nav a.nav-contact {
  --bg: var(--ama);
  --hover-bg: var(--bg);
}
:is(
	#home .header-nav .nav-home,
	#alpha .header-nav .nav-service .title,
	#alpha .header-nav .nav-alpha,
	#alpha-for-biz .header-nav .nav-service .title,
	#alpha-for-biz .header-nav .nav-alpha-for-biz,
	#data-intelligence .header-nav .nav-service .title,
	#data-intelligence .header-nav .nav-data-intelligence,
	#company .header-nav .nav-company,
	#news .header-nav .nav-news,
	#contact .header-nav .nav-contact
) {
  --color: var(--white);
}
:is(
	#home .header-nav .nav-home,
	#alpha .header-nav .nav-service .title,
	#alpha .header-nav .nav-alpha,
	#alpha-for-biz .header-nav .nav-service .title,
	#alpha-for-biz .header-nav .nav-alpha-for-biz,
	#data-intelligence .header-nav .nav-service .title,
	#data-intelligence .header-nav .nav-data-intelligence,
	#company .header-nav .nav-company,
	#news .header-nav .nav-news,
	#contact .header-nav .nav-contact
)::after {
  height: 100%;
  opacity: 1;
}
:is(
	#home .header-nav .nav-home,
	#alpha .header-nav .nav-service .title,
	#alpha .header-nav .nav-alpha,
	#alpha-for-biz .header-nav .nav-service .title,
	#alpha-for-biz .header-nav .nav-alpha-for-biz,
	#data-intelligence .header-nav .nav-service .title,
	#data-intelligence .header-nav .nav-data-intelligence,
	#company .header-nav .nav-company,
	#news .header-nav .nav-news,
	#contact .header-nav .nav-contact
) + a::before {
  opacity: 0;
}
.side-cta {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: var(--m);
  position: fixed;
  top: min(15.133svw, 270px);
  right: 0;
  z-index: 100;
}
.side-cta .btn {
  width: 5.333svw;
  max-width: 80px;
  height: 13.333svw;
  max-height: 200px;
  padding: 12px;
  border-radius: var(--radius1st) 0 0 var(--radius1st);
  font-size: calc(var(--base-fs) * 21);
  justify-content: center;
  -moz-column-gap: min(0.5svw, var(--m));
       column-gap: min(0.5svw, var(--m));
}
.side-cta .btn:is(a) {
  writing-mode: vertical-rl;
}
.side-cta .btn:is(button) {
  flex-direction: column;
}
.side-cta .btn:is(button) span {
  writing-mode: vertical-rl;
}
.side-cta .btn::before {
  border: 0;
  width: 2svw;
  max-width: 30px;
  height: 2svw;
  max-height: 30px;
}
section.introduction {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
section.introduction .headline {
  width: 142px;
  position: absolute;
  top: -16px;
  left: max(calc( 50% - 1350px / 2 + var(--m) ), var(--m));
  z-index: 10;
}
section.introduction .splide__list img {
  height: 50px;
}
body:has([class*="modal"].active) {
  overflow: hidden;
}
.modal-member {
  width: 100svw;
  height: 100svh;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.1s 0s ease;
  z-index: 1000;
}
.modal-member:not(.active) {
  pointer-events: none;
  opacity: 0;
}
.modal-member:is(.active) {
  pointer-events: auto;
  opacity: 1;
}
.modal-member .inner {
  position: relative;
}
.modal-member .close {
  --color: var(--white);
  display: block;
  width: calc(var(--m) * 3);
  height: calc(var(--m) * 3);
  position: absolute;
  bottom: calc(100% + calc(var(--m) * 2));
  left: calc(100% + calc(var(--m) * 2));
}
@media (hover: hover) {
  .modal-member .close:hover {
    --color: var(--beni);
  }
}
.modal-member .close::before,
.modal-member .close::after {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color);
  transition: var(--transition);
}
.modal-member .close::before {
  transform: rotate(45deg);
}
.modal-member .close::after {
  transform: rotate(-45deg);
}
.modal-case {
  width: 100svw;
  height: 100svh;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.1s 0s ease;
  z-index: 1000;
}
.modal-case:not(.active) {
  pointer-events: none;
  opacity: 0;
}
.modal-case:is(.active) {
  pointer-events: auto;
  opacity: 1;
}
.modal-case .inner {
  position: relative;
}
.modal-case .close {
  --color: var(--white);
  display: block;
  width: calc(var(--m) * 3);
  height: calc(var(--m) * 3);
  position: absolute;
  bottom: calc(100% + calc(var(--m) * 2));
  left: calc(100% + calc(var(--m) * 2));
}
@media (hover: hover) {
  .modal-case .close:hover {
    --color: var(--beni);
  }
}
.modal-case .close::before,
.modal-case .close::after {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color);
  transition: var(--transition);
}
.modal-case .close::before {
  transform: rotate(45deg);
}
.modal-case .close::after {
  transform: rotate(-45deg);
}
.modal-case iframe {
  width: 70svw;
  max-width: 1280px;
  aspect-ratio: 560 / 315;
}
section.billboard {
  position: relative;
  z-index: 1;
}
section.topics {
  padding-block: calc(var(--m) * 7);
}
section.topics .headline {
  margin-bottom: calc(var(--m) * 4);
  color: var(--main);
  font-size: calc(var(--base-fs) * 42);
  font-weight: 800;
  text-align: center;
}
section.topics .container {
  --size: calc((100% - (var(--column-gap) * 2)) / 3);
  --column-gap: calc(var(--m) * 2);
  --row-gap: calc(var(--m) * 4);
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: var(--row-gap) var(--column-gap);
}
section.topics .block {
  width: var(--size);
}
section.topics .block .image {
  height: 250px;
  border-radius: var(--radius1st);
  border: 1px solid var(--gray01);
  overflow: hidden;
  position: relative;
}
section.topics .block .image img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transform: translate(-50%, -50%);
}
section.topics .block .category {
  width: 25%;
  background: var(--aoyagi);
  margin-inline: auto;
  color: var(--white);
  font-size: calc(var(--base-fs) * 16.5);
  font-weight: 800;
  text-align: center;
  transform: translateY(-50%);
}
section.topics .block .date {
  color: var(--black);
  letter-spacing: 0.2ex;
}
section.topics .block .title {
  color: var(--black);
  font-size: calc(var(--base-fs) * 18);
  font-weight: 800;
}
.tags {
  margin-top: calc(var(--m)*0.8);
}
.tags li {
  color: var(--main);
  font-size: calc(var(--base-fs)*16);
  font-weight: 800;
  background: var(--gray01);
  border-radius: var(--radius-min);
  padding: 1px 10px;
  display: inline-block;
  position: relative;
  margin-right: calc(var(--m)*0.6);
  margin-bottom: var(--m);
}
.tags li::before {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/pestalozzi-technology2024/imgs/common/icon-tag.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.cta {
  padding-block: calc(var(--m) * 4);
  position: relative;
}
.cta .lead {
  color: var(--white);
  font-size: calc(var(--base-fs) * 21);
  font-weight: 800;
  text-align: center;
  text-shadow: 0 0 20px var(--main);
}
.cta nav {
  margin-top: calc(var(--m) * 2);
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: calc(var(--m) * 3);
       column-gap: calc(var(--m) * 3);
}
.cta .btn {
  padding: var(--m) calc(var(--m) * 2);
  gap: 0;
  box-shadow: 0 0 20px rgba(1, 47, 124, 0.5);
}
.cta .btn::before {
  border: 0;
  width: 30px;
  height: 22px;
  margin-right: var(--m);
}
.cta .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cta .bg img {
  -o-object-position: center;
     object-position: center;
}
.footer {
  padding-inline: calc(var(--m) * 2);
  background: var(--main);
  color: var(--white);
}
.footer .wrap {
  padding-top: calc(var(--m) * 5);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: calc(var(--m) * 2);
}
.footer .copyright {
  margin-top: calc(var(--m) * 4);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: calc(var(--m) * 4);
  flex-shrink: 0;
  width: 100%;
  margin-bottom: calc(var(--m) * 6);
  text-align: center;
}
.footer-logo {
  width: 20svw;
  max-width: 300px;
  margin-bottom: calc(var(--m) * 2);
}
.footer-navs {
  display: flex;
  -moz-column-gap: calc(var(--m) * 4);
       column-gap: calc(var(--m) * 4);
}
.footer-nav a[class*="nav-"],
.footer-nav > .subnav .title {
  display: block;
  padding-block: 3px;
  font-weight: 800;
}
.footer-nav a[class*="nav-"] {
  --link: var(--white);
  --visited: var(--white);
}
.footer-nav > .subnav .title {
  color: var(--white);
}
.footer-nav > .subnav a[class*="nav-"]::before {
  content: "-";
  display: inline;
  margin-right: 0.5ic;
}
.form ::-moz-placeholder {
  --color: var(--placeholder-color, var(--gray02));
  color: var(--color);
  font-weight: 500;
}
.form ::placeholder {
  --color: var(--placeholder-color, var(--gray02));
  color: var(--color);
  font-weight: 500;
}
.form input:is([type="text"], [type="email"], [type="password"]),
.form select,
.form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px var(--m);
  border-radius: var(--radius1st);
  border: 1px solid var(--gray03);
  font-size: calc(var(--base-fs) * 18);
}
.form input:is([type="text"], [type="email"], [type="password"]):focus,
.form select:focus,
.form textarea:focus {
  outline: 2px solid var(--notice);
}
.form input:is([type="text"], [type="email"], [type="password"]):focus::-moz-placeholder, .form select:focus::-moz-placeholder, .form textarea:focus::-moz-placeholder {
  opacity: 0.5;
}
.form input:is([type="text"], [type="email"], [type="password"]):focus::placeholder,
.form select:focus::placeholder,
.form textarea:focus::placeholder {
  opacity: 0.5;
}
.form input:is([type="text"], [type="email"], [type="password"]):-moz-placeholder-shown, .form textarea:-moz-placeholder-shown {
  --bg: var(--gray03);
}
.form input:is([type="text"], [type="email"], [type="password"]):placeholder-shown,
.form textarea:placeholder-shown {
  --bg: var(--gray03);
}
.form input:is([type="checkbox"], [type="radio"]) {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 0.6lh;
  height: 0.6lh;
  vertical-align: text-top;
}
.form textarea {
  resize: vertical;
}
.form input[name="submitBack"],
.form input[name="submitConfirm"],
.form input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  --link: var(--white);
  --bg: var(--main);
  --hover: var(--white);
  --hover-bg: var(--accent);
  --arrow-size: 11px;
  --arrow-weight: 3px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 88vw;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--m) calc(var(--m) * 3);
  border-radius: 100px;
  background: var(--bg);
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-size: var(--fs);
  font-weight: bold;
  --color: var(--link);
  color: var(--color);
  background-color: var(--bg);
  transition: var(--transition);
  --fs: calc(var(--base-fs) * 18);
}
.form input[name="submitBack"]::before,
.form input[name="submitConfirm"]::before,
.form input[type="submit"]::before {
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 7px solid var(--color);
}
.form input[name="submitBack"]:hover,
.form input[name="submitConfirm"]:hover,
.form input[type="submit"]:hover {
  --bg: var(--accent);
  --color: var(--white);
}
.form input[name="submitConfirm"] {
  --bg: var(--confirm);
  --color: var(--white);
}
.form input[type="submit"] {
  --bg: var(--submit);
  --color: var(--white);
}
.form input[name="submitBack"] {
  --bg: var(--gray02);
  --color: var(--white);
}
.form select {
  outline: 0;
}
.form .form-row + .form-row {
  margin-top: calc(var(--m) * 3);
}
.mw_wp_form_confirm .form .form-content {
  font-size: calc(var(--base-fs) * 18);
  padding-block: 13px;
}
.form .form-label {
  display: flex;
  align-items: center;
  margin-bottom: var(--m);
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */ 'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */ 'Segoe UI', /* Windowsの欧文 */ YuGothicM, /* Windows8.1以上は游ゴシック */ YuGothic, /* Macの游ゴシック */ Meiryo, /* 游ゴシックが入っていないWindows */ sans-serif;
  /* Windows */
  color: var(--main);
  font-size: calc(var(--base-fs) * 21);
  font-weight: 500;
}
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local('YuGothic-Medium'), /* Windowsでは游ゴシックが細くかすれてしまうので、Mediumを明示的に指定 */ local('Yu Gothic Medium'), /* Chrome用 */ local('YuGothic-Regular');
  /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local('YoGothic-Bold'), /* Boldはそのまま */ local('Yu Gothic');
  /* Chrome用 */
}
.wf-active .form .form-label {
  font-family: 'M PLUS 1p', sans-serif;
}
.form .form-label::after {
  content: "任意";
  display: block;
  padding-inline: var(--m);
  border-radius: var(--radius2nd);
  background: var(--bg);
  margin-left: var(--m);
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */ 'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */ 'Segoe UI', /* Windowsの欧文 */ YuGothicM, /* Windows8.1以上は游ゴシック */ YuGothic, /* Macの游ゴシック */ Meiryo, /* 游ゴシックが入っていないWindows */ sans-serif;
  /* Windows */
  color: var(--white);
  font-size: calc(var(--base-fs) * 15);
  font-weight: 800;
}
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local('YuGothic-Medium'), /* Windowsでは游ゴシックが細くかすれてしまうので、Mediumを明示的に指定 */ local('Yu Gothic Medium'), /* Chrome用 */ local('YuGothic-Regular');
  /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local('YoGothic-Bold'), /* Boldはそのまま */ local('Yu Gothic');
  /* Chrome用 */
}
.form .is_required .form-label::after {
  --bg: var(--notice);
  content: "必須";
}
.form .mwform-checkbox-field label:has([type="checkbox"]) {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: content-box;
  padding-block: 0.3lh;
  padding-inline: 1ic 1.5ic;
  border-radius: var(--radius1st);
  box-shadow: 0 0 0 1px var(--gray03);
  background: var(--white);
  font-size: calc(var(--base-fs) * 18);
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
}
.form .mwform-checkbox-field label:has([type="checkbox"]):hover {
  box-shadow: 0 0 0 1px var(--main);
}
.form .mwform-checkbox-field label:has([type="checkbox"]:checked) {
  box-shadow: 0 0 0 2px var(--main);
}
.form .form-select:is(.form-row) {
  --color: var(--main);
  width: -moz-fit-content;
  width: fit-content;
}
.form .form-select:is(.form-row) .form-content {
  position: relative;
}
.mw_wp_form_input .form .form-select:is(.form-row) .form-content::before {
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--color);
  border-bottom: 3px solid var(--color);
  position: absolute;
  top: 50%;
  right: calc(var(--m) * 1.5);
  transform: translateY(-50%);
  z-index: 10;
  transform: translateY(-75%) rotate(45deg);
  pointer-events: none;
}
.form .form-select:is(.form-row) .form-content select {
  cursor: pointer;
  padding-right: calc(var(--m) * 4);
  border: 2px solid var(--color);
  color: var(--color);
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.form .form-notice:is(.form-row) {
  margin-block: calc(var(--m) * 5);
}
.form .form-submit {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.form .form-submit .btn {
  --link: var(--white);
  padding: calc(var(--m) * 1.5) calc(var(--m) * 7);
  font-size: calc(var(--base-fs) * 21);
}
.form .form-submit .submit.btn {
  --bg: var(--submit);
}
.form .form-submit .submit.btn.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.form .form-submit .confirm.btn {
  --bg: var(--confirm);
}
.form .form-submit .return.btn {
  --bg: var(--gray05);
  margin-top: calc(var(--m) * 2);
}
.form .error {
  color: var(--alert);
  font-size: calc(var(--base-fs) * 18);
  font-weight: 800;
}
.btn {
  --link: var(--white);
  --color: var(--link);
  --bg: var(--main);
  --hover: var(--white);
  --hover-bg: var(--accent);
  --fs: calc(var(--base-fs) * 18);
  --arrow-size: 11px;
  --arrow-weight: 3px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 88vw;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--m) calc(var(--m) * 3);
  border-radius: 100px;
  background: var(--bg);
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-size: var(--fs);
  font-weight: bold;
}
.btn::before {
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 7px solid var(--color);
}
@media (hover: hover) {
  .btn,
  [class*="btn-"] {
    cursor: pointer;
  }
}
.pagination {
  --parent-bg: var(--white);
  --parent-color: var(--main);
  --bg: var(--parent-bg);
  --color: var(--parent-color);
  --gap: calc(var(--m) * 2);
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--gap);
  margin: calc(var(--m) * 3) auto 0;
  background: var(--bg);
  color: var(--color);
  font-size: calc(var(--base-fs) * 18);
  font-weight: 800;
  position: relative;
  z-index: 11;
}
.pagination .page-num {
  --color: var(--parent-color);
  display: none;
  font-size: 1.2rem;
  color: var(--color);
  text-align: center;
}
.pagination .page-num::after {
  --bg: var(--parent-color);
  display: block;
  width: 45px;
  height: 2px;
  background-color: var(--bg);
  margin: var(--gap) auto;
}
.pagination .pagers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gap);
}
.pagination a.pager {
  --link: var(--color);
  --visited: var(--color);
  --hover: var(--parent-color);
  --hover-bg: var(--parent-bg);
}
.pagination a.pager:hover {
  box-shadow: inset 0 0 0 2px var(--hover);
}
.pagination span.pager {
  color: inherit;
}
.pagination .pager {
  --size: calc(var(--m) * 4);
  --bg: var(--parent-color);
  --color: var(--parent-bg);
  display: block;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  border-radius: var(--size);
  background: var(--bg);
  text-align: center;
  letter-spacing: 0;
}
.pagination .pager.current {
  --bg: transparent;
  --color: var(--parent-color);
  --hover: var(--parent-bg);
  --hover-bg: var(--parent-color);
  box-shadow: inset 0 0 0 2px var(--color);
}
.pagination .pager.prev,
.pagination .pager.next {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 calc(var(--m) * 3);
}
:root {
  --base-fs: min(0.07vw, 0.1rem);
  --main-width: 1350px;
  --header-height: 110px;
  --billboard-width: 1500px;
}
body {
  padding-top: var(--header-height);
}
/* ==================================================================
	製品のご紹介 - ALPHA for Biz（アルファ フォー ビズ）
================================================================== */
body.page:is(#data-intelligence) {
  --billboard-height: 500px;
}
body.page:is(#data-intelligence) main.content {
  font-size: calc(var(--base-fs) * 16.5);
  font-weight: 700;
}
body.page:is(#data-intelligence) section.billboard {
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-inline: auto;
  height: auto;
  max-height: unset;
  position: relative;
}
body.page:is(#data-intelligence) section.billboard::after {
  background: url('../imgs/alpha/billboard-bg.png') repeat-x;
  background-size: contain;
  z-index: -1;
}
body.page:is(#data-intelligence) .tagline {
  --wrap-width: var(--main-width);
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-inline: auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding-left: 0;
  margin-inline: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body.page:is(#data-intelligence) .billboard-image {
  height: 37.037svw;
  max-height: var(--billboard-height);
  position: relative;
  z-index: 0;
}
body.page:is(#data-intelligence) .billboard-image picture {
  width: 133.333%;
  max-width: unset;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
}
:where(section.billboard) ~ section {
  --headline-fs: calc(var(--base-fs) * 42);
  --subline-fs: calc(var(--base-fs) * 30);
  --shift-width: 150px;
  padding-block: calc(var(--m) * 7);
  position: relative;
  --headline-fs: calc(var(--base-fs) * 30);
  margin-top: calc(var(--m) * 7);
  padding-top: calc(var(--m) * 7);
  z-index: 0;
}
:where(section.billboard) ~ section::after {
  display: block;
  width: calc(100svw - var(--shift-width));
  height: 100%;
  background: var(--gray01);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
:where(section.billboard) ~ section > :is(.subline, .headline) {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */ 'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */ 'Segoe UI', /* Windowsの欧文 */ YuGothicM, /* Windows8.1以上は游ゴシック */ YuGothic, /* Macの游ゴシック */ Meiryo, /* 游ゴシックが入っていないWindows */ sans-serif;
  /* Windows */
  font-weight: 800;
  color: var(--main);
  text-align: center;
  letter-spacing: 0.2ex;
}
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local('YuGothic-Medium'), /* Windowsでは游ゴシックが細くかすれてしまうので、Mediumを明示的に指定 */ local('Yu Gothic Medium'), /* Chrome用 */ local('YuGothic-Regular');
  /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local('YoGothic-Bold'), /* Boldはそのまま */ local('Yu Gothic');
  /* Chrome用 */
}
.wf-active :where(section.billboard) ~ section > :is(.subline, .headline) {
  font-family: 'M PLUS 1p', sans-serif;
}
:where(section.billboard) ~ section > .subline {
  font-size: var(--subline-fs);
}
:where(section.billboard) ~ section > .headline {
  margin-bottom: calc(var(--m) * 3);
  font-size: var(--headline-fs);
}
:where(section.billboard) ~ section > .lead {
  margin-bottom: calc(var(--m) * 4);
  text-align: center;
  font-size: calc(var(--base-fs) * 16.5);
  font-weight: bold;
}
:where(section.billboard) ~ section .headline {
  margin-bottom: calc(var(--m) * 3);
}
:where(section.billboard) ~ section .headline:has(+ p) {
  margin-bottom: var(--m);
}
:where(section.billboard) ~ section .headline + p {
  text-align: center;
  margin-bottom: calc(var(--m) * 3);
}
:where(section.billboard) ~ section .container {
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-inline: auto;
}
:where(section.billboard) ~ section .title {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */ 'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */ 'Segoe UI', /* Windowsの欧文 */ YuGothicM, /* Windows8.1以上は游ゴシック */ YuGothic, /* Macの游ゴシック */ Meiryo, /* 游ゴシックが入っていないWindows */ sans-serif;
  /* Windows */
  font-size: calc(var(--base-fs) * 21);
  font-weight: 800;
  color: var(--main);
  letter-spacing: 0.1ic;
}
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local('YuGothic-Medium'), /* Windowsでは游ゴシックが細くかすれてしまうので、Mediumを明示的に指定 */ local('Yu Gothic Medium'), /* Chrome用 */ local('YuGothic-Regular');
  /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local('YoGothic-Bold'), /* Boldはそのまま */ local('Yu Gothic');
  /* Chrome用 */
}
.wf-active :where(section.billboard) ~ section .title {
  font-family: 'M PLUS 1p', sans-serif;
}
section.problem {
  padding-bottom: calc(var(--m) * 3);
}
section.problem .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
}
section.problem .block {
  flex: 0 1 auto;
  width: calc(25% - 20px);
  min-width: 300px;
  padding-block: calc(var(--m) * 3);
  padding-inline: calc(var(--m) * 2);
  background: var(--white);
}
section.problem .title {
  padding-bottom: 0.5lh;
  border-bottom: 1px solid var(--gray03);
  margin-block: 0.5lh;
  color: var(--main);
  text-align: center;
}
section.problem .title + p {
  text-align: center;
}
section.solution {
  margin-top: 0;
  padding-top: 0;
}
section.solution img.arrow {
  display: block;
  width: 30%;
  max-width: calc(217px * 0.5);
  margin-inline: auto;
  margin-bottom: calc(var(--m) * 3);
  translate: 0 0;
}
section.solution .headline {
  margin-bottom: calc(var(--m) * 5);
}
section.solution .container {
  counter-reset: number 0;
}
section.solution .block {
  background: var(--ama);
  color: var(--white);
  display: flex;
  align-items: center;
  counter-increment: number 1;
  position: relative;
}
section.solution .block::after {
  content: "FEATURE 0" counter(number);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-size: calc(var(--base-fs) * 54);
  font-weight: 800;
  color: var(--white);
  opacity: 0.3;
  position: absolute;
  right: 0;
  bottom: 0;
}
section.solution .block + .block {
  margin-top: calc(var(--m) * 4);
}
section.solution .image {
  width: 90%;
  max-width: 1010px;
  margin: 0 auto;
}
section.solution .text {
  padding-left: calc(var(--m) * 7);
}
section.solution .numbering {
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.75ic;
  background: var(--white);
  color: var(--ama);
  font-weight: 800;
}
section.solution .title {
  padding-block: 0.5lh;
  border-bottom: 1px solid var(--white);
  margin-bottom: 0.5lh;
  font-size: calc(var(--base-fs) * 30);
  color: var(--white);
}
section.solution .title + p {
  margin-right: calc(var(--m) * 7);
}
section.support {
  margin-top: 0;
  padding-top: calc(var(--m) * 4);
}
section.support .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: calc(var(--m) * 3);
}
section.support .block {
  flex: 0 1 50%;
  max-width: 650px;
  padding-block: calc(var(--m) * 2);
  padding-inline: calc(var(--m) * 2);
  background: var(--white);
}
section.support .text {
  padding-block: calc(var(--m) * 3);
  padding-inline: calc(var(--m) * 3);
}
section.support .title {
  color: var(--black);
  font-size: calc(var(--base-fs) * 25);
  margin-bottom: calc(var(--m) * 2);
}
section.type {
  padding-top: calc(var(--m) * 3);
}
section.type::after {
  display: none;
}
section.type .container {
  --wrap-width: 1000px;
}
section.type .bg01,
section.type .bg02 {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
section.type .bg01 {
  left: 0;
}
section.type .bg02 {
  right: 0;
}
section.type table {
  border-spacing: 0;
}
section.type th:first-child {
  width: 13.7%;
}
section.type th:last-child {
  width: 52.5%;
}
section.type :is(th, td) {
  padding-block: var(--m);
  border-bottom: 1px solid var(--gray03);
  background: rgb(from var(--white) r g b / 0.9);
  vertical-align: middle;
}
section.type tr:first-child th {
  background: transparent;
}
section.type tr:first-child th:nth-child(2) {
  padding-inline: var(--m);
}
section.type tr:not(:first-child) :is(th, td) {
  padding-inline: var(--m);
}
section.type tr:not(:first-child) th {
  background: var(--gray01);
}
section.type td:nth-child(2) {
  padding-inline: calc(var(--m) * 3);
}
section.type .label {
  width: 100%;
  background: var(--bg);
  color: var(--white);
  text-align: center;
}
section.type .name {
  --bg: var(--main);
}
section.type .body {
  --bg: var(--ama);
}
section.type .effect {
  --bg: var(--aoyagi);
}
section.flow {
  background: var(--gray01);
}
section.flow::after {
  display: none;
}
section.flow .container {
  --wrap-width: 1000px;
}
section.flow .block {
  --gap: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--gap);
}
section.flow .block + .block {
  margin-top: calc(var(--m) * 6);
}
section.flow .title {
  flex: 0 0 auto;
  width: 100%;
  line-height: 50px;
  background: var(--main);
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */ 'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */ 'Segoe UI', /* Windowsの欧文 */ YuGothicM, /* Windows8.1以上は游ゴシック */ YuGothic, /* Macの游ゴシック */ Meiryo, /* 游ゴシックが入っていないWindows */ sans-serif;
  /* Windows */
  color: var(--white);
  font-size: calc(var(--base-fs) * 24);
  font-weight: 700;
  text-align: center;
  position: relative;
}
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local('YuGothic-Medium'), /* Windowsでは游ゴシックが細くかすれてしまうので、Mediumを明示的に指定 */ local('Yu Gothic Medium'), /* Chrome用 */ local('YuGothic-Regular');
  /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local('YoGothic-Bold'), /* Boldはそのまま */ local('Yu Gothic');
  /* Chrome用 */
}
.wf-active section.flow .title {
  font-family: 'M PLUS 1p', sans-serif;
}
section.flow .block:nth-child(n+4) .title {
  background: var(--ama);
}
section.flow .image {
  flex: 0 0 auto;
  width: 35%;
  margin-left: calc(var(--m) * 2);
}
section.flow .image + p {
  flex: 1 1 55%;
  padding-right: calc(var(--m) * 2);
  font-size: calc(var(--base-fs) * 18);
}
section.flow .label {
  width: 115px;
  line-height: 115px;
  border-radius: 115px;
  text-align: center;
  background: var(--yamabuki);
  color: var(--text);
  font-size: calc(var(--base-fs) * 16.5);
  position: absolute;
  left: var(--m);
  top: 50%;
  translate: 0 -50%;
}
section.flow .nav-contact {
  --fs: calc(var(--base-fs) * 21);
  width: 42%;
  justify-content: center;
  padding-block: 0.5lh;
  margin-inline: auto;
}
section.flow .nav-contact::before {
  display: block;
  border: 0;
  width: 30px;
  height: 30px;
  background-position: center;
}
section.case {
  margin-top: 0;
}
section.case::after {
  display: none;
}
section.case .container {
  --wrap-width: 1000px;
}
section.case .block {
  display: flex;
  flex-flow: row wrap;
  gap: calc(var(--m) * 3);
}
section.case .block + .block {
  margin-top: calc(var(--m) * 6);
}
section.case .info {
  flex: 1 0 50%;
}
section.case .info .title {
  font-size: calc(var(--base-fs) * 27);
  margin-bottom: var(--m);
}
section.case .numbering {
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.5em;
  border-radius: 3px;
  background: var(--main);
  margin-bottom: 0.3lh;
  color: var(--white);
  font-weight: 400;
  letter-spacing: 0.1em;
}
section.case dl {
  display: flex;
  padding-block: 0.1lh;
  border-bottom: 1px solid var(--gray03);
  font-size: calc(var(--base-fs) * 21);
}
section.case dt {
  flex: 0 0 40%;
  font-weight: 800;
}
section.case dd {
  flex: 1 0 60%;
}
section.case .image {
  flex: 0 0 auto;
  max-width: 400px;
}
section.case .result {
  padding-block: calc(var(--m) * 3);
  padding-inline: calc(var(--m) * 3);
  border-radius: 3px;
  background: var(--gray01);
}
section.case .result .title {
  font-size: calc(var(--base-fs) * 24);
  margin-bottom: var(--m);
}
section.case .result p {
  font-size: calc(var(--base-fs) * 21);
}
section.faq {
  background: rgb(from var(--ama) r g b / 0.8);
}
section.faq::after {
  display: none;
}
section.faq .headline {
  color: var(--white);
}
section.faq .title {
  margin-top: calc(var(--m) * 6);
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 0.2lh;
  padding-inline: 1ic;
  border: 2px solid var(--white);
  margin-inline: auto;
  color: var(--white);
  font-size: calc(var(--base-fs) * 27);
}
section.faq details {
  margin-top: calc(var(--m) * 4);
  border-radius: 10px;
  padding-inline: calc(var(--m) * 4);
  background: var(--white);
  color: var(--black);
  cursor: pointer;
  transition: var(--transition);
}
section.faq details img[src*="icon"] {
  width: calc(var(--m) * 4);
  position: absolute;
  left: 0;
  top: calc(var(--m) * 3);
  translate: 0 calc(-50% + 0.5lh);
}
section.faq details:hover {
  box-shadow: 0 0 0 4px var(--white);
}
@media (prefers-reduced-motion: no-preference) {
  section.faq details::details-content {
    overflow: clip;
    transition-duration: 0.3s;
    transition-property: content-visibility, block-size;
    transition-behavior: allow-discrete;
  }
}
section.faq details:not([open])::details-content {
  block-size: 0;
}
section.faq summary,
section.faq .answer {
  padding-block: calc(var(--m) * 3);
  padding-left: calc(var(--m) * 6);
  position: relative;
}
section.faq summary {
  padding-right: calc(var(--m) * 6);
  list-style: none;
  font-size: calc(var(--base-fs) * 24);
  font-weight: 700;
}
section.faq summary::before,
section.faq summary::after {
  content: "";
  display: block;
  width: 35px;
  height: 5px;
  background: var(--ama);
  position: absolute;
  right: 0;
  top: calc(var(--m) * 4);
}
section.faq summary::after {
  rotate: 90deg;
  transition: 0.3s 0s ease;
}
section.faq details[open] summary::after {
  rotate: 180deg;
}
section.faq .answer {
  border-top: 1px solid var(--gray03);
  font-size: calc(var(--base-fs) * 21);
}
section.contact .container {
  --wrap-width: 800px;
}
section.contact .form input:is([type="text"], [type="email"], [type="password"]),
section.contact .form select,
section.contact .form textarea {
  background: var(--white);
}
section.contact .form-submit {
  margin-top: calc(var(--m) * 4);
}
section.contact .form-submit input[type="submit"] {
  pointer-events: none;
  opacity: 0.5;
  transition: var(--transition);
}
section.contact .form-row:has([type="checkbox"][name*="agreement"]:checked) ~ .form-submit input[type="submit"] {
  pointer-events: all;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  pre {
    white-space: unset;
  }
  .wrap {
    margin-inline: 0;
    padding-inline: var(--mi);
  }
  .attention {
    margin-block: calc(var(--m) * 2);
    padding: calc(var(--m) * 2);
    font-size: calc(var(--base-fs) * 18);
    text-align: left;
  }
  a.nav-news:is(.btn) {
    padding: var(--m) calc(var(--m) * 3);
  }
  .header {
    width: 100%;
    padding-inline: 0;
    left: 0;
    background: var(--white);
    transform: none;
  }
  .header::after {
    display: none;
  }
  a.header-logo {
    width: 50vw;
    max-width: 200px;
    margin-left: var(--mi);
  }
  .header-labels {
    --gap: min(2vw, calc(var(--m) * 2));
  }
  img.certification {
    width: 11.7vw;
  }
  img.sport-in-life {
    width: 6.5vw;
  }
  .sp-burger {
    display: block;
    width: calc(var(--header-height) * 1.25);
    height: var(--header-height);
    position: relative;
  }
  .sp-burger::before,
  .sp-burger::after {
    display: block;
    width: 50%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: var(--transition);
  }
  .sp-burger::before {
    background: var(--main);
    transform: translate(-50%, calc(-50% - 5px));
  }
  .sp-burger::after {
    background: linear-gradient(to right, var(--main) 0%, var(--main) 75%, transparent 70%);
    transform: translate(-50%, calc(-50% + 5px));
  }
  .sp-burger.active::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .sp-burger.active::after {
    background: linear-gradient(to right, var(--main) 0%, var(--main) 100%);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header-nav {
    width: 100%;
    height: calc(100svh - var(--header-height));
    padding-block: var(--m) calc(var(--m) * 4);
    background: rgba(1, 47, 124, 0.9);
    overflow-x: clip;
    overflow-y: scroll;
    margin-left: 0;
    flex-flow: column nowrap;
    justify-content: space-between;
    position: absolute;
    top: var(--header-height);
    left: 0;
    z-index: 900;
    transform: translateX(100%);
    transition: var(--transition);
  }
  .header.active .header-nav {
    transform: translateX(0%);
  }
  .header-nav::after {
    display: none;
  }
  .header-nav > a[class*="nav-"], .subnav {
		flex: 1 1 auto;
	}

  .header-nav a[class*="nav-"],
  .header-nav .subnav .title {
    --height: 30px;
    --color: var(--white);
    width: 100%;
    height: auto;
    
    padding-left: 30%;
  }
  .header-nav .subnav .title {
    margin-top: var(--m);
  }
  .header-nav > a[class*="nav-"]::before,
  .header-nav .subnav .title::before {
    width: calc(30% - calc(var(--m) * 2));
    height: var(--height);
    border-radius: 0 var(--height) var(--height) 0;
    top: calc(50% - var(--height) / 2);
    transform: translateX(-100%);
    transition: 0.2s 0.2s ease-out;
  }
  .header.active .header-nav > a[class*="nav-"]::before,
  .header.active .header-nav .subnav .title::before {
    transform: translateX(0%);
  }
  .header-nav .subnav dd {
    padding-block: 0;
    padding-left: 30%;
    background: transparent;
    position: static;
    opacity: 1;
    pointer-events: all;
  }
  .header-nav .subnav a[class*="nav-"] {
    padding-left: 0;
  }
  .header-nav .subnav a[class*="nav-"]::before {
    content: "―";
    display: inline;
    margin-right: var(--m);
  }
  :is(
	#home .header-nav .nav-home,
	#alpha .header-nav .nav-service .title,
	#alpha .header-nav .nav-alpha,
	#alpha-for-biz .header-nav .nav-service .title,
	#alpha-for-biz .header-nav .nav-alpha-for-biz,
	#data-intelligence .header-nav .nav-service .title,
	#data-intelligence .header-nav .nav-data-intelligence,
	#company .header-nav .nav-company,
	#news .header-nav .nav-news,
	#contact .header-nav .nav-contact
)::after {
    display: none;
  }
  :is(
	#home .header-nav .nav-home,
	#alpha .header-nav .nav-service .title,
	#alpha .header-nav .nav-alpha,
	#alpha-for-biz .header-nav .nav-service .title,
	#alpha-for-biz .header-nav .nav-alpha-for-biz,
	#data-intelligence .header-nav .nav-service .title,
	#data-intelligence .header-nav .nav-data-intelligence,
	#company .header-nav .nav-company,
	#news .header-nav .nav-news,
	#contact .header-nav .nav-contact
) + a::before {
    opacity: 1;
  }
  .side-cta {
    width: 100%;
    padding-inline: 3px;
    flex-direction: row;
    gap: 3px;
    top: auto;
    bottom: 0;
  }
  .side-cta .btn {
    flex-grow: 1;
    width: auto;
    max-width: unset;
    height: auto;
    max-height: unset;
    padding: 9px var(--m);
    border-radius: var(--radius1st) var(--radius1st) 0 0;
    gap: var(--m);
    font-size: calc(var(--base-fs) * 16.5);
  }
  .side-cta .btn:is(a) {
    writing-mode: horizontal-tb;
  }
  .side-cta .btn:is(button) {
    flex-direction: row;
  }
  .side-cta .btn:is(button) span {
    writing-mode: horizontal-tb;
  }
  .side-cta .btn::before {
    width: 8svw;
    height: 8svw;
  }
  section.introduction {
    height: 20svw;
  }
  section.introduction .headline {
    width: 28svw;
    left: 0;
  }
  section.introduction .container {
    width: 100%;
    overflow: hidden;
  }
  section.introduction .splide__list img {
    height: 12svw;
  }
  .modal-case .close {
    bottom: auto;
    top: calc(100% + calc(var(--m) * 2));
    left: 50%;
    transform: translateX(-50%);
  }
  .modal-case iframe {
    width: 95svw;
  }
  section.topics {
    padding-block: calc(var(--m) * 5);
  }
  section.topics .headline {
    margin-bottom: calc(var(--m) * 2);
    font-size: calc(var(--base-fs) * 30);
  }
  section.topics .container {
    margin-inline: 0;
    padding-inline: var(--mi);
  }
  section.topics .block {
    width: 100%;
  }
  section.topics .block .category {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 80%;
    padding: 3px var(--mi);
  }
  .cta .lead {
    padding-inline: calc(var(--m) * 2);
    font-size: calc(var(--base-fs) * 18);
  }
  .cta nav {
    width: calc(100% - calc(var(--m) * 4));
    flex-direction: column;
    gap: calc(var(--m) * 2);
  }
  .cta .btn {
    width: 100%;
  }
  .footer {
    padding-inline: var(--mi);
  }
  .footer .wrap {
    padding-top: calc(var(--m) * 4);
    flex-direction: column;
  }
  .footer-logo {
    width: 53.333vw;
    max-width: 200px;
  }
  .footer-profile {
    padding-block: calc(var(--m) * 3);
    border-top: 1px solid var(--white);
    margin-top: calc(var(--m) * 3);
  }
  .footer-navs {
    flex-direction: column;
  }
  .footer-nav > a[class*="nav-"] {
    --color: var(--white);
    padding-block: 9px;
    display: flex;
    align-items: center;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .footer-nav > a[class*="nav-"]::before {
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 5px solid var(--white);
  }
  .btn {
    padding: var(--m) var(--mi);
    justify-content: center;
  }
  .pagination .pagers {
    flex-wrap: wrap;
  }
  :root {
    --base-fs: min(0.26vw, 0.1rem);
    --main-width: 100%;
    --header-height: 60px;
    --side-cta-height: 48px;
    --mi: 27px;
  }
  body.page:is(#data-intelligence) {
    --billboard-height: 500px;
  }
  body.page:is(#data-intelligence) main.content {
    font-size: calc(var(--base-fs) * 16.5);
    font-weight: 700;
  }
  body.page:is(#data-intelligence) section.billboard {
    height: auto;
    max-height: unset;
  }
  body.page:is(#data-intelligence) section.billboard::after {
    background: url('../imgs/data-intelligence/billboard-bg.png') repeat-x;
    background-size: contain;
    z-index: -1;
  }
  body.page:is(#data-intelligence) .billboard-image {
    height: auto;
  }
  body.page:is(#data-intelligence) .billboard-image picture {
    width: 100%;
    position: relative;
    z-index: 0;
  }
  :where(section.billboard) ~ section {
    --headline-fs: calc(var(--base-fs) * 24);
    --shift-width: 20vw;
    margin-top: calc(var(--m) * 3);
    padding-top: calc(var(--m) * 3);
  }
  :where(section.billboard) ~ section .headline {
    padding-inline: var(--mi);
  }
  :where(section.billboard) ~ section .container {
    padding: calc(var(--m) * 2);
  }
  section.problem {
    padding-bottom: var(--m);
  }
  section.solution img.arrow {
    width: 90%;
    translate: 0;
  }
  section.solution .block {
    display: block;
  }
  section.solution .block::after {
    opacity: 0.1;
  }
  section.solution .image {
    width: 100%;
  }
  section.solution .text {
    padding-block: calc(var(--m) * 2) calc(var(--m) * 5);
    padding-inline: calc(var(--m) * 2);
  }
  section.solution .title {
    font-size: calc(var(--base-fs) * 21);
  }
  section.solution .title + p {
    margin-right: 0;
  }
  section.support {
    padding-top: 0;
  }
  section.support .block {
    flex: 0 1 100%;
    padding-inline: var(--mi);
  }
  section.support .text {
    padding-block: var(--m);
    padding-inline: 0;
  }
  :where(section.billboard) ~ section .headline {
    padding-inline: var(--mi);
    margin-bottom: var(--mb);
  }
}
