@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: #ebf5fa;
  --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;
}
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-right: auto;
  margin-left: 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-right: auto;
  margin-left: auto;
}
.header {
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: 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-"] {
  --link: var(--main);
  --hover: var(--white);
  height: 100%;
  padding: 0 min(2vw, calc(var(--m) * 2));
  display: flex;
  align-items: center;
  font-size: calc(var(--base-fs) * 18);
  font-weight: 800;
  position: relative;
}
.header-nav a[class*="nav-"]::before {
  display: block;
  width: 2px;
  height: 70px;
  background: var(--bg, var(--black));
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--transition);
}
.header-nav a[class*="nav-"]::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 {
    height: 100%;
    opacity: 1;
  }
  .header-nav a[class*="nav-"]:hover + a::before {
    opacity: 0;
  }
}
.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 {
  --bg: var(--yamabuki);
}
.header-nav a.nav-company {
  --bg: var(--beni);
}
.header-nav a.nav-recruitment {
  --bg: var(--wakamurasaki);
}
.header-nav a.nav-contact {
  --bg: var(--fuji);
  --hover-bg: var(--bg);
}
:is(
	#home .header-nav .nav-home,
	#alpha .header-nav .nav-alpha,
	#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-alpha,
	#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-alpha,
	#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 {
  --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-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: var(--row-gap) var(--column-gap);
}
section.topics .block {
  width: calc((100% - (var(--column-gap) * 2)) / 3);
}
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-right: auto;
  margin-left: 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;
}
.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-right: auto;
  margin-left: 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-"] {
  --link: var(--white);
  --visited: var(--white);
  display: block;
  padding-block: 3px;
  font-weight: 800;
}
.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 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 label.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 label.form-label {
  font-family: 'M PLUS 1p', sans-serif;
}
.form label.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 label.form-label::after {
  --bg: var(--notice);
  content: "必須";
}
.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-right: auto;
  margin-left: 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);
}
@media screen and (min-width: 768px) {
  :root {
    --main-width: 1350px;
    --header-height: 110px;
    --billboard-width: 1500px;
  }
}
body {
  padding-top: var(--header-height);
}
/* ==================================================================
	フロント
================================================================== */
#home {
  --billboard-height: 500px;
}
#home section.billboard {
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#home section.billboard::before,
#home section.billboard::after {
  display: block;
  height: 100%;
  background-size: contain;
}
#home section.billboard::before {
  width: 663px;
  background-image: url('../imgs/home/billboard-fade.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -225px;
  z-index: -1;
}
#home section.billboard::after {
  width: 50svw;
  background-image: url('../imgs/home/billboard-bg.png');
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: calc(100% + 225px);
  z-index: -2;
}
#home .tagline {
  pointer-events: none;
  position: relative;
  z-index: 10;
}
#home .tagline > picture {
  position: absolute;
  top: 0;
  left: 0;
}
#home .billboard-label {
  width: 26.13%;
  position: absolute;
  bottom: 3%;
  right: 8%;
  z-index: 5;
}
#home .billboard-images {
  width: 100%;
  height: 37.037svw;
  max-height: var(--billboard-height);
  position: relative;
  z-index: 0;
}
#home .billboard-images .splide__track,
#home .billboard-images .splide__list,
#home .billboard-images .splide__slide {
  height: 100%;
}
#home .billboard-images .splide__track {
  overflow: unset;
}
#home .billboard-images .splide__slide {
  position: relative;
}
#home .billboard-images picture {
  max-width: unset;
  width: 133.333%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
#home section.product {
  --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);
  padding-top: calc(var(--m) * 3);
}
#home section.product::after {
  display: block;
  width: calc(100svw - var(--shift-width));
  height: 100%;
  background: var(--gray01);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#home section.product > :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 #home section.product > :is(.subline, .headline) {
  font-family: 'M PLUS 1p', sans-serif;
}
#home section.product > .subline {
  font-size: var(--subline-fs);
}
#home section.product > .headline {
  margin-bottom: calc(var(--m) * 3);
  font-size: var(--headline-fs);
}
#home section.product > .lead {
  margin-bottom: calc(var(--m) * 4);
  text-align: center;
  font-size: calc(var(--base-fs) * 16.5);
  font-weight: bold;
}
#home section.product .container {
  --gap: 50px;
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
#home section.product .block {
  --color: var(--white);
  --bg: var(--main);
  width: calc((100% - var(--gap)) / 2);
  overflow: hidden;
  position: relative;
}
#home section.product .block .inner {
  width: 100%;
  height: 100%;
  padding-inline: 100px;
  z-index: 10;
}
#home section.product .block .label,
#home section.product .block .overview {
  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(--color);
  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用 */
}
.wf-active #home section.product .block .label,
.wf-active #home section.product .block .overview {
  font-family: 'M PLUS 1p', sans-serif;
}
#home section.product .block .label {
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(var(--base-fs) * 27);
  line-height: 1;
  margin-bottom: calc(var(--m) * 2);
  position: relative;
}
#home section.product .block .label::after {
  display: block;
  width: 300%;
  height: 70%;
  background: var(--bg);
  position: absolute;
  bottom: 0;
  right: calc(-1 * calc(var(--m) * 3));
  z-index: -1;
  transform: translateY(50%);
}
#home section.product .block .overview {
  font-size: calc(var(--base-fs) * 18);
  font-weight: 500;
  margin-bottom: var(--m);
}
#home section.product .block .name {
  margin-bottom: calc(var(--m) * 2);
}
#home section.product .block .image {
  width: -moz-fit-content;
  width: fit-content;
}
#home section.product .block .image img {
  -o-object-fit: contain;
     object-fit: contain;
}
#home section.product .block .title {
  margin-top: var(--m);
  width: -moz-fit-content;
  width: fit-content;
  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 */
  font-size: calc(var(--base-fs) * 18);
  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用 */
}
.wf-active #home section.product .block .title {
  font-family: 'M PLUS 1p', sans-serif;
}
#home section.product .block .lead {
  font-size: calc(var(--base-fs) * 16.5);
  line-height: 1.5;
  text-align: left;
}
#home section.product .block .marker {
  background: var(--white);
}
#home section.product .block .bg {
  position: relative;
  z-index: 0;
}
#home section.product .block:is(#alpha) {
  flex-shrink: 0;
  width: 100%;
}
#home section.product .block:is(#alpha) .inner {
  padding-top: 100px;
  display: flex;
  gap: calc(var(--m) * 2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#home section.product .block:is(#alpha) .label {
  margin-bottom: calc(var(--m) * 3);
}
#home section.product .block:is(#alpha) .overview {
  font-size: calc(var(--base-fs) * 21);
  letter-spacing: 0.2ex;
  margin-bottom: calc(var(--m) * 2);
}
#home section.product .block:is(#alpha) .name {
  width: 369px;
  margin-bottom: calc(var(--m) * 4);
}
#home section.product .block:is(#alpha) .body {
  width: 750px;
}
#home section.product .block:is(#alpha) .image {
  width: 100%;
  height: auto;
}
#home section.product .block:is(#alpha) .title {
  margin-top: calc(var(--m) * 3);
}
#home section.product .block:is(#alpha-athlete, #coachx) .inner {
  padding-top: calc(var(--m) * 4);
  position: absolute;
  top: 0;
  left: 0;
}
#home section.product .block:is(#alpha-athlete, #coachx) .heading {
  width: 310px;
}
#home section.product .block:is(#alpha-athlete, #coachx) .btn {
  margin-top: calc(var(--m) * 2);
}
#home section.product .block:is(#alpha-athlete, #coachx) .image {
  height: 457px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transform: translate(10%, -50%);
}
#home section.product .block:is(#alpha-athlete) .name {
  width: 347px;
  margin-left: -37px;
  margin-bottom: calc(calc(var(--m) * 2) - 16px);
}
#home section.product .block:is(#coachx) {
  --color: var(--main);
  --bg: var(--white);
}
#home section.product .block:is(#coachx) .name {
  width: 306px;
}
/* ==================================================================
	投稿　&　汎用固定ページ
================================================================== */
body:is(.page, .single):not(#home, #company, #alpha) {
  --billboard-height: 300px;
}
body:is(.page, .single):not(#home, #company, #alpha) section.billboard {
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: 22.222svw;
  max-height: var(--billboard-height);
  display: flex;
}
body:is(.page, .single):not(#home, #company, #alpha) section.billboard::after {
  display: block;
  width: 50svw;
  height: 100%;
  background: #012f7c;
  position: absolute;
  top: 0;
  right: calc(100% + 225px);
  z-index: -1;
}
body:is(.page, .single):not(#home, #company, #alpha) .tagline {
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: calc(var(--m) * 3);
  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) * 42);
  font-weight: 800;
  font-style: italic;
  position: relative;
  z-index: 10;
}
@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 body:is(.page, .single):not(#home, #company, #alpha) .tagline {
  font-family: 'M PLUS 1p', sans-serif;
}
body:is(.page, .single):not(#home, #company, #alpha) .billboard-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
body:is(.page, .single):not(#home, #company, #alpha) .billboard-image picture {
  max-width: unset;
  width: 133.333%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) {
  width: calc(100% - calc(var(--m) * 2) * 2);
  box-sizing: content-box;
  padding-inline: calc(var(--m) * 2);
  margin-block: calc(var(--m) * 7);
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(img, figure, picture, iframe, video a, p, ul, ol, div, table) + h2 {
  margin-top: calc(var(--m) * 5);
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(img, figure, picture, iframe, video a, p, ul, ol, div, table) + h3,
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(img, figure, picture, iframe, video a, p, ul, ol, div, table) + h4,
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(img, figure, picture, iframe, video a, p, ul, ol, div, table) + h5,
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(img, figure, picture, iframe, video a, p, ul, ol, div, table) + h6 {
  margin-top: calc(var(--m) * 3);
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(img, figure, picture, iframe, video a, p, ul, ol, div, table) + ul,
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(img, figure, picture, iframe, video a, p, ul, ol, div, table) + ol {
  margin-block: calc(var(--m) * 2);
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(p, ul, ol, li):not(:last-child) {
  margin-bottom: var(--m);
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) p:empty {
  display: none;
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(h2, h3, h4, h5, h6) {
  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-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 body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(h2, h3, h4, h5, h6) {
  font-family: 'M PLUS 1p', sans-serif;
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(h2, h3, h4, h5, h6) p,
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(h2, h3, h4, h5, h6) strong {
  font-weight: 500;
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(h2, h3) {
  padding-bottom: var(--m);
  border-bottom: 1px solid var(--color);
  margin-bottom: calc(var(--m) * 2);
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) h2 {
  font-size: calc(var(--base-fs) * 27);
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) h3 {
  font-size: calc(var(--base-fs) * 24);
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(h4, h5, h6) {
  font-size: calc(var(--base-fs) * 18);
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(ul, ol) {
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(ul, ol) + p,
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(ul, ol) + ul {
  margin-top: calc(var(--m) * 1.5);
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) ul {
  list-style-type: disc;
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) ol {
  list-style-type: decimal;
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(p, li):not(:last-child) {
  margin-bottom: var(--m);
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) a:not([class]) {
  --link: var(--main);
  --visited: var(--link);
  --hover: var(--white);
  --hover-bg: var(--black);
  padding: 0 3px;
  word-break: break-all;
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) a:not([class]):hover {
  padding: 0 12px 0 3px;
  text-decoration: none;
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) table {
  width: 100%;
  border-collapse: collapse;
  font-size: calc(var(--base-fs) * 16.5);
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) tr {
  border-bottom: 1px solid var(--gray);
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) th,
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) td {
  padding: calc(var(--m) * 1.5) calc(var(--m) * 2);
  text-align: left;
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) th {
  vertical-align: top;
  color: var(--main);
  font-weight: bold;
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) td {
  color: var(--main);
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(img, figure, picture, iframe, video) {
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: calc(var(--m) * 3);
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) figure:where([class*="wp-block-"]) {
  width: 80%;
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) figure:where([class*="wp-block-"]) :is(figure, iframe, video, picture, img) {
  width: 100%;
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) img {
  width: 100%;
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(img, figure, picture, iframe, video a, p, ul, ol, div, table) > :is(img, figure, picture, iframe, video) {
  margin-top: var(--m);
  margin-bottom: var(--m);
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) :is(img, figure, picture, iframe, video a, p, ul, ol, div, table) + :is(img, figure, picture, iframe, video) {
  margin-top: calc(var(--m) * 3);
}
/* ==================================================================
	汎用　固定ページ
================================================================== */
body.page:not(#home, #company, #alpha) section.billboard {
  align-items: center;
}
body.page:not(#home, #company, #alpha) .lead {
  margin-bottom: calc(var(--m) * 5);
  font-size: calc(var(--base-fs) * 18);
  font-weight: 800;
}
/* ==================================================================
	投稿
================================================================== */
body.single:is(#post) section.billboard {
  align-items: center;
}
body.single:is(#post) .article:where(.wrap) :is(img, figure, picture, iframe, video a, p, ul, ol, div, table) + h2 {
  margin-top: calc(var(--m) * 5);
}
body.single:is(#post) .article:where(.wrap) :is(img, figure, picture, iframe, video a, p, ul, ol, div, table) + h3,
body.single:is(#post) .article:where(.wrap) :is(img, figure, picture, iframe, video a, p, ul, ol, div, table) + h4,
body.single:is(#post) .article:where(.wrap) :is(img, figure, picture, iframe, video a, p, ul, ol, div, table) + h5,
body.single:is(#post) .article:where(.wrap) :is(img, figure, picture, iframe, video a, p, ul, ol, div, table) + h6 {
  margin-top: calc(var(--m) * 3);
}
body.single:is(#post) .article:where(.wrap) :is(img, figure, picture, iframe, video a, p, ul, ol, div, table) + ul,
body.single:is(#post) .article:where(.wrap) :is(img, figure, picture, iframe, video a, p, ul, ol, div, table) + ol {
  margin-block: calc(var(--m) * 2);
}
body.single:is(#post) .article:where(.wrap) :is(p, ul, ol, li):not(:last-child) {
  margin-bottom: var(--m);
}
body.single:is(#post) .article:where(.wrap) p:empty {
  display: none;
}
body.single:is(#post) .article:where(.wrap) :is(h2, h3, h4, h5, h6) {
  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-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 body.single:is(#post) .article:where(.wrap) :is(h2, h3, h4, h5, h6) {
  font-family: 'M PLUS 1p', sans-serif;
}
body.single:is(#post) .article:where(.wrap) :is(h2, h3, h4, h5, h6) p,
body.single:is(#post) .article:where(.wrap) :is(h2, h3, h4, h5, h6) strong {
  font-weight: 500;
}
body.single:is(#post) .article:where(.wrap) :is(h2, h3) {
  padding-bottom: var(--m);
  border-bottom: 1px solid var(--color);
  margin-bottom: calc(var(--m) * 2);
}
body.single:is(#post) .article:where(.wrap) h2 {
  font-size: calc(var(--base-fs) * 27);
}
body.single:is(#post) .article:where(.wrap) h3 {
  font-size: calc(var(--base-fs) * 24);
}
body.single:is(#post) .article:where(.wrap) :is(h4, h5, h6) {
  font-size: calc(var(--base-fs) * 18);
}
body.single:is(#post) .article:where(.wrap) :is(ul, ol) {
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
}
body.single:is(#post) .article:where(.wrap) :is(ul, ol) + p,
body.single:is(#post) .article:where(.wrap) :is(ul, ol) + ul {
  margin-top: calc(var(--m) * 1.5);
}
body.single:is(#post) .article:where(.wrap) ul {
  list-style-type: disc;
}
body.single:is(#post) .article:where(.wrap) ol {
  list-style-type: decimal;
}
body.single:is(#post) .article:where(.wrap) :is(p, li):not(:last-child) {
  margin-bottom: var(--m);
}
body.single:is(#post) .article:where(.wrap) a:not([class]) {
  --link: var(--main);
  --visited: var(--link);
  --hover: var(--white);
  --hover-bg: var(--black);
  padding: 0 3px;
  word-break: break-all;
}
body.single:is(#post) .article:where(.wrap) a:not([class]):hover {
  padding: 0 12px 0 3px;
  text-decoration: none;
}
body.single:is(#post) .article:where(.wrap) table {
  width: 100%;
  border-collapse: collapse;
  font-size: calc(var(--base-fs) * 16.5);
}
body.single:is(#post) .article:where(.wrap) tr {
  border-bottom: 1px solid var(--gray);
}
body.single:is(#post) .article:where(.wrap) th,
body.single:is(#post) .article:where(.wrap) td {
  padding: calc(var(--m) * 1.5) calc(var(--m) * 2);
  text-align: left;
}
body.single:is(#post) .article:where(.wrap) th {
  vertical-align: top;
  color: var(--main);
  font-weight: bold;
}
body.single:is(#post) .article:where(.wrap) td {
  color: var(--main);
}
body.single:is(#post) .article:where(.wrap) :is(img, figure, picture, iframe, video) {
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: calc(var(--m) * 3);
}
body.single:is(#post) .article:where(.wrap) figure:where([class*="wp-block-"]) {
  width: 80%;
}
body.single:is(#post) .article:where(.wrap) figure:where([class*="wp-block-"]) :is(figure, iframe, video, picture, img) {
  width: 100%;
}
body.single:is(#post) .article:where(.wrap) img {
  width: 100%;
}
body.single:is(#post) .article:where(.wrap) :is(img, figure, picture, iframe, video a, p, ul, ol, div, table) > :is(img, figure, picture, iframe, video) {
  margin-top: var(--m);
  margin-bottom: var(--m);
}
body.single:is(#post) .article:where(.wrap) :is(img, figure, picture, iframe, video a, p, ul, ol, div, table) + :is(img, figure, picture, iframe, video) {
  margin-top: calc(var(--m) * 3);
}
body.single:is(#post) .article:where(.wrap) .headline {
  margin-bottom: calc(var(--m) * 2);
  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) * 30);
  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用 */
}
.wf-active body.single:is(#post) .article:where(.wrap) .headline {
  font-family: 'M PLUS 1p', sans-serif;
}
body.single:is(#post) .article:where(.wrap) .eyecatch {
  display: block;
  width: 60%;
  max-height: 500px;
  margin-inline: auto;
  margin-bottom: calc(var(--m) * 2);
}
/* ==================================================================
	製品のご紹介 - ALPHA（アルファ）
================================================================== */
body.page:is(#alpha) {
  --billboard-height: 500px;
}
body.page:is(#alpha) section.billboard {
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
body.page:is(#alpha) section.billboard::after {
  display: block;
  width: 50svw;
  height: 100%;
  background: url('../imgs/alpha/billboard-bg.png') repeat-x;
  background-size: contain;
  position: absolute;
  top: 0;
  right: calc(100% + 225px);
  z-index: -1;
}
body.page:is(#alpha) .tagline {
  pointer-events: none;
  position: relative;
  z-index: 10;
}
body.page:is(#alpha) .tagline > picture {
  position: absolute;
  top: 0;
  left: 0;
}
body.page:is(#alpha) .billboard-label,
body.page:is(#alpha) .billboard-image {
  width: 100%;
  height: 37.037svw;
  max-height: var(--billboard-height);
  position: relative;
}
body.page:is(#alpha) .billboard-label picture,
body.page:is(#alpha) .billboard-image picture {
  max-width: unset;
  height: 100%;
}
body.page:is(#alpha) .billboard-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
body.page:is(#alpha) .billboard-label picture {
  width: 100%;
}
body.page:is(#alpha) .billboard-image {
  z-index: 0;
}
body.page:is(#alpha) .billboard-image picture {
  width: 133.333%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
body.page:is(#alpha) section.movie {
  --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: 0;
  padding-top: calc(var(--m) * 3);
}
body.page:is(#alpha) section.movie::after {
  display: block;
  width: calc(100svw - var(--shift-width));
  height: 100%;
  background: var(--gray01);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
body.page:is(#alpha) section.movie > :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 body.page:is(#alpha) section.movie > :is(.subline, .headline) {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#alpha) section.movie > .subline {
  font-size: var(--subline-fs);
}
body.page:is(#alpha) section.movie > .headline {
  margin-bottom: calc(var(--m) * 3);
  font-size: var(--headline-fs);
}
body.page:is(#alpha) section.movie > .lead {
  margin-bottom: calc(var(--m) * 4);
  text-align: center;
  font-size: calc(var(--base-fs) * 16.5);
  font-weight: bold;
}
body.page:is(#alpha) section.movie .headline {
  margin-bottom: calc(var(--m) * 3);
}
body.page:is(#alpha) section.movie .container {
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}
body.page:is(#alpha) section.movie iframe {
  width: 100%;
  aspect-ratio: 560 / 315;
}
body.page:is(#alpha) section.movie .caption {
  margin-top: calc(var(--m) * 3);
  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);
  text-align: center;
}
@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 body.page:is(#alpha) section.movie .caption {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#alpha) section.overview {
  --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);
}
body.page:is(#alpha) section.overview::after {
  display: block;
  width: calc(100svw - var(--shift-width));
  height: 100%;
  background: var(--gray01);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
body.page:is(#alpha) section.overview > :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 body.page:is(#alpha) section.overview > :is(.subline, .headline) {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#alpha) section.overview > .subline {
  font-size: var(--subline-fs);
}
body.page:is(#alpha) section.overview > .headline {
  margin-bottom: calc(var(--m) * 3);
  font-size: var(--headline-fs);
}
body.page:is(#alpha) section.overview > .lead {
  margin-bottom: calc(var(--m) * 4);
  text-align: center;
  font-size: calc(var(--base-fs) * 16.5);
  font-weight: bold;
}
body.page:is(#alpha) section.overview .container {
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  --wrap-width: 975px;
  display: flex;
  justify-content: space-between;
}
body.page:is(#alpha) section.overview .block {
  width: 47.5%;
}
body.page:is(#alpha) section.overview .block .image {
  margin-bottom: calc(var(--m) * 2);
}
body.page:is(#alpha) section.overview .block .title {
  margin-bottom: calc(var(--m) * 2);
  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) * 21);
  font-weight: 800;
  text-align: center;
  line-height: calc(var(--m) * 3);
  position: relative;
  z-index: 1;
}
@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 body.page:is(#alpha) section.overview .block .title {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#alpha) section.overview .block .title::after {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--bg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skewX(-10deg);
}
body.page:is(#alpha) section.overview .block:first-of-type {
  --bg: var(--main);
}
body.page:is(#alpha) section.overview .block:last-of-type {
  --bg: var(--blue);
}
body.page:is(#alpha) section.overview .block p {
  font-weight: 800;
}
body.page:is(#alpha) section.merit {
  --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);
}
body.page:is(#alpha) section.merit::after {
  display: block;
  width: calc(100svw - var(--shift-width));
  height: 100%;
  background: var(--gray01);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
body.page:is(#alpha) section.merit > :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 body.page:is(#alpha) section.merit > :is(.subline, .headline) {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#alpha) section.merit > .subline {
  font-size: var(--subline-fs);
}
body.page:is(#alpha) section.merit > .headline {
  margin-bottom: calc(var(--m) * 3);
  font-size: var(--headline-fs);
}
body.page:is(#alpha) section.merit > .lead {
  margin-bottom: calc(var(--m) * 4);
  text-align: center;
  font-size: calc(var(--base-fs) * 16.5);
  font-weight: bold;
}
body.page:is(#alpha) section.merit .container {
  --gap: 100px;
  margin-top: calc(var(--m) * 4);
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-inline: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
body.page:is(#alpha) section.merit .block {
  width: calc((100% - var(--gap)) / 2);
  height: 380px;
  display: flex;
  position: relative;
}
body.page:is(#alpha) section.merit .block .image {
  width: 450px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
body.page:is(#alpha) section.merit .block .inner {
  width: 430px;
  padding: calc(var(--m) * 2) calc(var(--m) * 4);
  background: rgba(255, 255, 255, 0.85);
  margin-left: auto;
  align-self: end;
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--m) * 2);
  position: relative;
  z-index: 1;
}
body.page:is(#alpha) section.merit .block .inner .title {
  width: 100%;
  flex-shrink: 0;
  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) * 25);
  font-weight: 800;
  letter-spacing: 0.1ex;
}
@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 body.page:is(#alpha) section.merit .block .inner .title {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#alpha) section.merit .block .inner p {
  width: 345px;
  flex-shrink: 1;
}
body.page:is(#alpha) section.merit .block .inner .label {
  width: 150px;
}
body.page:is(#alpha) section.merit .block.wide {
  width: 100%;
  height: 450px;
  flex-shrink: 0;
}
body.page:is(#alpha) section.merit .block.wide .image {
  width: 750px;
}
body.page:is(#alpha) section.merit .block.wide .inner {
  width: 650px;
  padding: calc(var(--m) * 4);
  align-self: center;
}
body.page:is(#alpha) section.point {
  --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) * 10);
  padding-block: 0;
}
body.page:is(#alpha) section.point::after {
  display: block;
  width: calc(100svw - var(--shift-width));
  height: 100%;
  background: var(--gray01);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
body.page:is(#alpha) section.point > :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 body.page:is(#alpha) section.point > :is(.subline, .headline) {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#alpha) section.point > .subline {
  font-size: var(--subline-fs);
}
body.page:is(#alpha) section.point > .headline {
  margin-bottom: calc(var(--m) * 3);
  font-size: var(--headline-fs);
}
body.page:is(#alpha) section.point > .lead {
  margin-bottom: calc(var(--m) * 4);
  text-align: center;
  font-size: calc(var(--base-fs) * 16.5);
  font-weight: bold;
}
body.page:is(#alpha) section.point .headline .marker {
  line-height: 0.75;
}
body.page:is(#alpha) section.point .headline .largest {
  font-size: calc(var(--base-fs) * 60);
}
body.page:is(#alpha) section.point .headline .large {
  font-size: calc(var(--base-fs) * 48);
}
body.page:is(#alpha) section.point .subline {
  width: 144px;
  margin-right: auto;
  margin-left: auto;
}
body.page:is(#alpha) section.point section.achievement {
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  --wrap-width: 1100px;
}
body.page:is(#alpha) section.point section.achievement .subline {
  transform: translateY(50%);
}
body.page:is(#alpha) section.point section.achievement .container {
  padding: calc(var(--m) * 4) calc(var(--m) * 5);
  background: var(--white);
  border-radius: 0 0 var(--radius1st) var(--radius1st);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: calc(var(--m) * 2);
  position: relative;
}
body.page:is(#alpha) section.point section.achievement .container img {
  width: 150px;
}
body.page:is(#alpha) section.point section.achievement .container .note {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform: translate(-50%, -50%);
}
body.page:is(#alpha) section.point section.achievement .message {
  margin-top: calc(var(--m) * 3);
  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(--black);
  font-size: calc(var(--base-fs) * 27);
  font-weight: 800;
  letter-spacing: 0.2ex;
  text-align: center;
}
@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 body.page:is(#alpha) section.point section.achievement .message {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#alpha) section.point section:is(.review, .verification) {
  margin-top: calc(var(--m) * 7);
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-inline: 25px;
}
body.page:is(#alpha) section.point section:is(.review, .verification) .subline {
  margin-bottom: calc(var(--m) * 3);
}
body.page:is(#alpha) section.point section:is(.review, .verification) .container {
  display: flex;
  flex-direction: column;
  gap: calc(var(--m) * 4);
}
body.page:is(#alpha) section.point section:is(.review, .verification) .block {
  width: 100%;
  height: 450px;
  display: flex;
  position: relative;
}
body.page:is(#alpha) section.point section:is(.review, .verification) .block .image {
  width: 750px;
  position: absolute;
  top: 0;
  z-index: 0;
}
body.page:is(#alpha) section.point section:is(.review, .verification) .block .inner {
  width: 650px;
  padding: calc(var(--m) * 4);
  align-self: center;
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  z-index: 1;
}
body.page:is(#alpha) section.point section:is(.review, .verification) .block .inner .title {
  margin-bottom: calc(var(--m) * 2);
  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) * 25);
  font-weight: 800;
  letter-spacing: 0.1ex;
}
@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 body.page:is(#alpha) section.point section:is(.review, .verification) .block .inner .title {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#alpha) section.point section:is(.review, .verification) .block .inner .name {
  margin-top: var(--m);
  font-weight: bold;
}
body.page:is(#alpha) section.point section:is(.review, .verification) .block .inner .name::before {
  display: inline;
  content: "―";
}
body.page:is(#alpha) section.point section:is(.review, .verification) .block:nth-of-type(odd) .image {
  left: 0;
}
body.page:is(#alpha) section.point section:is(.review, .verification) .block:nth-of-type(odd) .inner {
  margin-left: auto;
}
body.page:is(#alpha) section.point section:is(.review, .verification) .block:nth-of-type(even) .image {
  right: 0;
}
body.page:is(#alpha) section.point section:is(.review, .verification) .block:nth-of-type(even) .inner {
  margin-right: auto;
}
body.page:is(#alpha) section.point section.verification {
  padding-block: calc(var(--m) * 7);
  position: relative;
}
body.page:is(#alpha) section.point section.verification::before {
  display: block;
  width: 100svw;
  height: 100%;
  background: #a2dbeb;
  position: absolute;
  top: 0;
  left: calc(-1 * max(calc((100svw - var(--wrap-width)) / 2), 0px));
  z-index: -1;
}
body.page:is(#alpha) section.point section.verification .school-name {
  background: linear-gradient(transparent 50%, var(--tanpopo) 0%);
}
body.page:is(#alpha) section.point section.verification .btn {
  margin-top: calc(var(--m) * 2);
}
body.page:is(#alpha) section.point section.security {
  margin-top: calc(var(--m) * 7);
}
body.page:is(#alpha) section.point section.security .subline {
  transform: translateY(25%);
}
body.page:is(#alpha) section.point section.security .container img {
  width: 640px;
  margin-right: auto;
  margin-left: auto;
}
body.page:is(#alpha) section.point section.security .container p {
  margin-top: calc(var(--m) * 3);
  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) * 27);
  font-weight: 800;
  text-align: center;
}
@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 body.page:is(#alpha) section.point section.security .container p {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#alpha) section.point section.environment {
  margin-top: calc(var(--m) * 7);
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
body.page:is(#alpha) section.point section.environment .subline {
  transform: translateY(25%);
}
body.page:is(#alpha) section.point section.environment .title {
  margin-block: calc(var(--m) * 3);
  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) * 27);
  font-weight: 800;
  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 body.page:is(#alpha) section.point section.environment .title {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#alpha) section.point section.environment p {
  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;
  text-align: center;
}
@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 body.page:is(#alpha) section.point section.environment p {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#alpha) section.point section.environment .note {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
body.page:is(#alpha) section.point section.environment .container {
  margin-top: calc(var(--m) * 3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.page:is(#alpha) section.point section.environment .container .title {
  margin-bottom: calc(var(--m) * 2);
}
body.page:is(#alpha) section.point section.environment .container .block {
  margin-right: auto;
  margin-left: auto;
}
body.page:is(#alpha) section.point section.environment .container .block > * {
  position: relative;
  z-index: 1;
}
body.page:is(#alpha) section.point section.environment .container .block > img {
  display: block;
  margin-block: calc(var(--m) * 2);
  margin-right: auto;
  margin-left: auto;
}
body.page:is(#alpha) section.point section.environment .container .block:first-of-type {
  flex-shrink: 0;
  width: 100%;
  position: relative;
}
body.page:is(#alpha) section.point section.environment .container .block:first-of-type::before {
  display: block;
  width: 750px;
  height: 112%;
  border-radius: 100%;
  background: var(--white);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
body.page:is(#alpha) section.point section.environment .container .block:first-of-type::after {
  display: block;
  width: 130px;
  height: 72px;
  background: var(--main);
  -webkit-clip-path: polygon(25% 0, 75% 0, 75% 31%, 100% 31%, 50% 100%, 0 31%, 25% 31%);
          clip-path: polygon(25% 0, 75% 0, 75% 31%, 100% 31%, 50% 100%, 0 31%, 25% 31%);
  position: absolute;
  top: calc(100% + calc(var(--m) * 3));
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
body.page:is(#alpha) section.point section.environment .container .block:first-of-type img {
  width: 321px;
}
body.page:is(#alpha) section.point section.environment .container .block:nth-of-type(2) {
  flex-shrink: 0;
  width: 100%;
}
body.page:is(#alpha) section.point section.environment .container .block:nth-of-type(2) .title {
  margin-block: calc(var(--m) * 9) var(--m);
  width: 100%;
  flex-shrink: 0;
  font-size: calc(var(--base-fs) * 30);
}
body.page:is(#alpha) section.point section.environment .container .block:nth-of-type(3),
body.page:is(#alpha) section.point section.environment .container .block:nth-of-type(4) {
  width: 600px;
  padding-inline: 50px;
}
body.page:is(#alpha) section.faq {
  --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);
}
body.page:is(#alpha) section.faq::after {
  display: block;
  width: calc(100svw - var(--shift-width));
  height: 100%;
  background: var(--gray01);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
body.page:is(#alpha) section.faq > :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 body.page:is(#alpha) section.faq > :is(.subline, .headline) {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#alpha) section.faq > .subline {
  font-size: var(--subline-fs);
}
body.page:is(#alpha) section.faq > .headline {
  margin-bottom: calc(var(--m) * 3);
  font-size: var(--headline-fs);
}
body.page:is(#alpha) section.faq > .lead {
  margin-bottom: calc(var(--m) * 4);
  text-align: center;
  font-size: calc(var(--base-fs) * 16.5);
  font-weight: bold;
}
body.page:is(#alpha) section.faq::after {
  display: none;
}
body.page:is(#alpha) section.faq .container {
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  --wrap-width: 1100px;
  display: flex;
  flex-direction: column;
  gap: calc(var(--m) * 3);
}
body.page:is(#alpha) section.faq .block {
  padding: calc(var(--m) * 3) calc(var(--m) * 4);
  box-shadow: 0 0 0 1px var(--gray02);
  border-radius: var(--radius1st);
}
body.page:is(#alpha) section.faq .block .title,
body.page:is(#alpha) section.faq .block .answer {
  display: flex;
  align-items: center;
  gap: var(--m);
}
body.page:is(#alpha) section.faq .block .title::before,
body.page:is(#alpha) section.faq .block .answer::before {
  display: block;
  border: 0;
  width: 60px;
  height: 60px;
  background: var(--bg) no-repeat;
  background-size: contain;
}
body.page:is(#alpha) section.faq .block .title {
  padding-bottom: calc(var(--m) * 2);
  border-bottom: 1px solid var(--gray02);
  margin-bottom: calc(var(--m) * 2);
  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) * 24);
  font-weight: 700;
}
@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 body.page:is(#alpha) section.faq .block .title {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#alpha) section.faq .block .title::before {
  --bg: url("/wp-content/themes/pestalozzi-technology2024/imgs/common/icon-question.svg");
}
body.page:is(#alpha) section.faq .block .answer {
  font-size: calc(var(--base-fs) * 18);
}
body.page:is(#alpha) section.faq .block .answer::before {
  --bg: url("/wp-content/themes/pestalozzi-technology2024/imgs/common/icon-answer.svg");
}
body.page:is(#alpha) section.flow {
  --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);
}
body.page:is(#alpha) section.flow::after {
  display: block;
  width: calc(100svw - var(--shift-width));
  height: 100%;
  background: var(--gray01);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
body.page:is(#alpha) section.flow > :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 body.page:is(#alpha) section.flow > :is(.subline, .headline) {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#alpha) section.flow > .subline {
  font-size: var(--subline-fs);
}
body.page:is(#alpha) section.flow > .headline {
  margin-bottom: calc(var(--m) * 3);
  font-size: var(--headline-fs);
}
body.page:is(#alpha) section.flow > .lead {
  margin-bottom: calc(var(--m) * 4);
  text-align: center;
  font-size: calc(var(--base-fs) * 16.5);
  font-weight: bold;
}
body.page:is(#alpha) section.flow .container {
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  --wrap-width: 850px;
  display: flex;
  flex-direction: column;
  gap: calc(var(--m) * 8);
}
body.page:is(#alpha) section.flow .block {
  --gap: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
body.page:is(#alpha) section.flow .block .title {
  flex-shrink: 0;
  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;
}
@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 body.page:is(#alpha) section.flow .block .title {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#alpha) section.flow .block .image {
  width: 350px;
}
body.page:is(#alpha) section.flow .block p {
  width: calc(100% - 350px - var(--gap));
  font-size: calc(var(--base-fs) * 18);
}
body.page:is(#alpha) section.flow .block .btns {
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: calc(var(--m) * 4);
}
body.page:is(#alpha) section.flow .btn:is(.nav-tel, .nav-contact)::before {
  display: block;
  border: 0;
  width: 30px;
  height: 30px;
  background-position: center;
}
body.page:is(#alpha) section.flow .nav-contact {
  margin-right: auto;
  margin-left: auto;
}
body.page:is(#alpha) section.flow .nav-about {
  padding-inline: var(--m);
  margin-right: auto;
  margin-left: auto;
}
/* ==================================================================
	会社概要
================================================================== */
body.page:is(#company) {
  --billboard-height: 500px;
}
body.page:is(#company) section.billboard {
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
body.page:is(#company) section.billboard::after {
  display: block;
  width: 50svw;
  height: 100%;
  background: url('../imgs/company/billboard-bg.png') repeat-x;
  background-size: contain;
  position: absolute;
  top: 0;
  right: calc(100% + 225px);
  z-index: -1;
}
body.page:is(#company) .tagline {
  pointer-events: none;
  position: relative;
  z-index: 10;
}
body.page:is(#company) .tagline > picture {
  position: absolute;
  top: 0;
  left: 0;
}
body.page:is(#company) .billboard-image {
  width: 100%;
  height: 37.037svw;
  max-height: var(--billboard-height);
  position: relative;
  z-index: 0;
}
body.page:is(#company) .billboard-image picture {
  max-width: unset;
  width: 133.333%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
body.page:is(#company) section.mission {
  margin-top: 110px;
  --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;
  padding-top: calc(var(--m) * 3);
}
body.page:is(#company) section.mission::after {
  display: block;
  width: calc(100svw - var(--shift-width));
  height: 100%;
  background: var(--gray01);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
body.page:is(#company) section.mission > :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 body.page:is(#company) section.mission > :is(.subline, .headline) {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#company) section.mission > .subline {
  font-size: var(--subline-fs);
}
body.page:is(#company) section.mission > .headline {
  margin-bottom: calc(var(--m) * 3);
  font-size: var(--headline-fs);
}
body.page:is(#company) section.mission > .lead {
  margin-bottom: calc(var(--m) * 4);
  text-align: center;
  font-size: calc(var(--base-fs) * 16.5);
  font-weight: bold;
}
body.page:is(#company) section.mission .container {
  --size: 450px;
  --gap: calc(var(--m) * 2);
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--gap);
  position: relative;
}
body.page:is(#company) section.mission .container::before {
  display: block;
  width: var(--size);
  height: calc(1.73205081 * var(--size) / 2);
  background: var(--sora);
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  top: calc(50% - var(--gap) * 2);
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  transform: translate(-50%, -50%);
}
body.page:is(#company) section.mission .block {
  width: var(--size);
  position: relative;
  z-index: 1;
}
body.page:is(#company) section.mission .block:first-child {
  width: 100%;
  margin-bottom: calc(-1 * var(--gap) * 2);
  position: relative;
}
body.page:is(#company) section.mission .block:first-child .image {
  margin-right: auto;
  margin-left: auto;
}
body.page:is(#company) section.mission .block:first-child p {
  margin-top: 0;
  width: calc(var(--size) * 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transform: translate(calc(var(--size) / 2 + var(--gap)), -50%);
}
body.page:is(#company) section.mission .block .image {
  width: var(--size);
}
body.page:is(#company) section.mission .block p {
  margin-top: var(--m);
  width: calc(var(--size) * 0.8);
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
}
body.page:is(#company) section.mission .promise {
  margin-top: calc(var(--m) * 14);
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  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(--black);
  font-size: calc(var(--base-fs) * 27);
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.2ex;
  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 body.page:is(#company) section.mission .promise {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#company) section.mission .promise::before {
  display: block;
  width: 45%;
  height: 80%;
  background: linear-gradient(to bottom, rgba(1, 47, 124, 0) 0%, #012f7c 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: calc(100% + calc(var(--m) * 2));
  left: 50%;
  transform: translateX(-50%);
}
body.page:is(#company) section.members {
  --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;
}
body.page:is(#company) section.members::after {
  display: block;
  width: calc(100svw - var(--shift-width));
  height: 100%;
  background: var(--gray01);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
body.page:is(#company) section.members > :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 body.page:is(#company) section.members > :is(.subline, .headline) {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#company) section.members > .subline {
  font-size: var(--subline-fs);
}
body.page:is(#company) section.members > .headline {
  margin-bottom: calc(var(--m) * 3);
  font-size: var(--headline-fs);
}
body.page:is(#company) section.members > .lead {
  margin-bottom: calc(var(--m) * 4);
  text-align: center;
  font-size: calc(var(--base-fs) * 16.5);
  font-weight: bold;
}
body.page:is(#company) section.members .container {
  --gap: calc(var(--m) * 2);
  --padding-block: calc(var(--m) * 3);
  --padding-inline: calc(var(--m) * 4);
  --transition: 0.3s 0s ease-out;
  width: 90svw;
  min-width: var(--main-width);
  margin-right: auto;
  margin-left: auto;
  padding: var(--padding-block) var(--padding-inline);
  background: var(--white);
  border-radius: var(--radius1st);
  display: flex;
  flex-flow: row wrap;
  gap: calc(var(--m) * 3) var(--gap);
}
body.page:is(#company) section.members .container:first-of-type {
  margin-top: calc(var(--m) * 4);
}
@media (hover: hover) {
  body.page:is(#company) section.members .container:has(.block:hover) .block:not(:hover) {
    opacity: 0.5;
  }
}
body.page:is(#company) section.members .block {
  --width: clamp(180px, calc( (( 90svw - var(--padding-inline) * 2 ) - var(--gap) * 5) / 6 ), 240px);
  width: var(--width);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  transition: opacity 1s 0s ease;
  position: relative;
  z-index: 0;
}
@media (hover: hover) {
  body.page:is(#company) section.members .block {
    cursor: pointer;
  }
  body.page:is(#company) section.members .block > .photo {
    transition: 0.3s 0s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  body.page:is(#company) section.members .block > .photo img {
    transition: 0.2s 0s cubic-bezier(0.83, 0, 0.17, 1);
  }
  body.page:is(#company) section.members .block:hover {
    opacity: 1 !important;
    z-index: 1;
    transition: opacity 0.1s 0s ease-out;
  }
  body.page:is(#company) section.members .block:hover > .photo {
    transform: translateY(-3.125%) scale(1.2);
  }
  body.page:is(#company) section.members .block:hover > .photo img {
    transform: scale(1.2);
  }
}
body.page:is(#company) section.members .block > .photo {
  margin-bottom: var(--m);
  width: var(--width);
  min-width: 180px;
  height: var(--width);
  min-height: 180px;
  border-radius: var(--width);
  overflow: hidden;
}
body.page:is(#company) section.members .block > .photo img {
  width: 100%;
}
body.page:is(#company) section.members .block > .name-roma {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  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) * 16.5);
  letter-spacing: 0.2ex;
  white-space: nowrap;
}
@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 body.page:is(#company) section.members .block > .name-roma {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#company) section.members .block > .name {
  color: var(--main);
  font-size: calc(var(--base-fs) * 24);
  font-weight: bold;
}
body.page:is(#company) section.members .block > .position {
  color: var(--gray05);
  font-size: calc(var(--base-fs) * 18);
}
body.page:is(#company) section.members .block .modal-content {
  display: none;
}
body.page:is(#company) .modal-member .modal-content {
  width: 70svw;
  max-width: 1280px;
  max-height: 70svh;
  overflow-y: scroll;
  padding: calc(var(--m) * 3) calc(var(--m) * 4);
  background: var(--white);
  border-radius: var(--radius1st);
}
body.page:is(#company) .modal-member .modal-content::-webkit-scrollbar-track {
  background-color: var(--gray01);
}
body.page:is(#company) .modal-member .modal-content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body.page:is(#company) .modal-member .modal-content::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: var(--yamabuki);
}
body.page:is(#company) .modal-member .modal-content::-webkit-scrollbar-thumb:hover {
  background-color: var(--ama);
}
body.page:is(#company) .modal-member .modal-content .heading {
  display: flex;
  gap: calc(var(--m) * 4);
}
body.page:is(#company) .modal-member .modal-content .photo {
  width: 40%;
}
body.page:is(#company) .modal-member .modal-content .profile {
  align-self: center;
}
body.page:is(#company) .modal-member .modal-content .others {
  margin-top: calc(var(--m) * 3);
  border-top: 1px solid var(--gray03);
  padding-top: calc(var(--m) * 3);
  display: flex;
  flex-direction: column;
  gap: calc(var(--m) * 3);
}
body.page:is(#company) .modal-member .modal-content .others .title {
  margin-bottom: var(--m);
  color: var(--main);
  font-size: calc(var(--base-fs) * 21);
  font-weight: bold;
}
body.page:is(#company) .modal-member .modal-content .others .text {
  font-size: calc(var(--base-fs) * 16.5);
}
body.page:is(#company) .modal-member .modal-content .name-roma {
  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);
  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 body.page:is(#company) .modal-member .modal-content .name-roma {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#company) .modal-member .modal-content .name {
  color: var(--main);
  font-size: calc(var(--base-fs) * 36);
  font-weight: bold;
}
body.page:is(#company) .modal-member .modal-content .position {
  color: var(--gray05);
  font-size: calc(var(--base-fs) * 30);
}
body.page:is(#company) .modal-member .modal-content .sixteen-personalities .text {
  font-size: calc(var(--base-fs) * 21);
  font-weight: bold;
}
body.page:is(#company) section.overview {
  --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;
}
body.page:is(#company) section.overview::after {
  display: block;
  width: calc(100svw - var(--shift-width));
  height: 100%;
  background: var(--gray01);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
body.page:is(#company) section.overview > :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 body.page:is(#company) section.overview > :is(.subline, .headline) {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#company) section.overview > .subline {
  font-size: var(--subline-fs);
}
body.page:is(#company) section.overview > .headline {
  margin-bottom: calc(var(--m) * 3);
  font-size: var(--headline-fs);
}
body.page:is(#company) section.overview > .lead {
  margin-bottom: calc(var(--m) * 4);
  text-align: center;
  font-size: calc(var(--base-fs) * 16.5);
  font-weight: bold;
}
body.page:is(#company) section.overview::after {
  display: none;
}
body.page:is(#company) section.overview .container {
  margin-top: calc(var(--m) * 5);
  --wrap-width: var(--main-width);
  width: 100%;
  max-width: var(--wrap-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  gap: calc(var(--m) * 2);
}
body.page:is(#company) section.overview .container table {
  width: 100%;
  border-collapse: collapse;
  font-size: calc(var(--base-fs) * 16.5);
}
body.page:is(#company) section.overview .container tr {
  border-bottom: 1px solid var(--gray);
}
body.page:is(#company) section.overview .container th,
body.page:is(#company) section.overview .container td {
  padding: calc(var(--m) * 1.5) calc(var(--m) * 2);
  text-align: left;
}
body.page:is(#company) section.overview .container th {
  vertical-align: top;
  color: var(--main);
  font-weight: bold;
}
body.page:is(#company) section.overview .container td {
  color: var(--main);
}
body.page:is(#company) section.overview .container table {
  width: 60%;
}
body.page:is(#company) section.overview .container .map {
  flex-grow: 1;
}
/* ==================================================================
	お問い合せ
================================================================== */
body.page:is(#contact) .lead {
  margin-bottom: calc(var(--m) * 2);
}
body.page:is(#contact) .article:where(.wrap) {
  --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-block: 0;
}
body.page:is(#contact) .article:where(.wrap)::after {
  display: block;
  width: calc(100svw - var(--shift-width));
  height: 100%;
  background: var(--gray01);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
body.page:is(#contact) .article:where(.wrap) > :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 body.page:is(#contact) .article:where(.wrap) > :is(.subline, .headline) {
  font-family: 'M PLUS 1p', sans-serif;
}
body.page:is(#contact) .article:where(.wrap) > .subline {
  font-size: var(--subline-fs);
}
body.page:is(#contact) .article:where(.wrap) > .headline {
  margin-bottom: calc(var(--m) * 3);
  font-size: var(--headline-fs);
}
body.page:is(#contact) .article:where(.wrap) > .lead {
  margin-bottom: calc(var(--m) * 4);
  text-align: center;
  font-size: calc(var(--base-fs) * 16.5);
  font-weight: bold;
}
body.page:is(#contact) .article:where(.wrap)::after {
  display: none;
}
body.page:is(#contact) .article:where(.wrap) > .lead {
  margin-bottom: 0;
}
body.page:is(#contact) .article:where(.wrap) figure {
  margin-bottom: 0;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
body.page:is(#contact) .article:where(.wrap) .btn {
  margin-right: auto;
  margin-left: auto;
}
/* ==================================================================
	Archive 投稿ページ
================================================================== */
/* ==================================================================
	404ページ
================================================================== */
body.page:is(#error404) .billboard-label {
  pointer-events: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
