@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用 */
}
pre {
  white-space: unset;
}
.wrap {
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
}
.attention {
  margin-block: calc(var(--m) * 2);
  padding: calc(var(--m) * 2);
  font-size: calc(var(--base-fs) * 18);
  text-align: left;
}
a.nav-news:is(.btn) {
  padding: var(--m) calc(var(--m) * 3);
}
.header {
  width: 100%;
  padding-inline: 0;
  left: 0;
  background: var(--white);
  transform: none;
}
.header::after {
  display: none;
}
a.header-logo {
  width: 50vw;
  max-width: 200px;
  margin-left: var(--mi);
}
.header-labels {
  --gap: min(2vw, calc(var(--m) * 2));
}
img.certification {
  width: 11.7vw;
}
img.sport-in-life {
  width: 6.5vw;
}
.sp-burger {
  display: block;
  width: calc(var(--header-height) * 1.25);
  height: var(--header-height);
  position: relative;
}
.sp-burger::before,
.sp-burger::after {
  display: block;
  width: 50%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: var(--transition);
}
.sp-burger::before {
  background: var(--main);
  transform: translate(-50%, calc(-50% - 5px));
}
.sp-burger::after {
  background: linear-gradient(to right, var(--main) 0%, var(--main) 75%, transparent 70%);
  transform: translate(-50%, calc(-50% + 5px));
}
.sp-burger.active::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.sp-burger.active::after {
  background: linear-gradient(to right, var(--main) 0%, var(--main) 100%);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-nav {
  --header-nav-height: calc(100svh - var(--header-height) - calc(var(--m) * 6));
  width: 100%;
  height: calc(100svh - var(--header-height));
  padding-block: calc(var(--m) * 2) calc(var(--m) * 4);
  background: rgba(1, 47, 124, 0.9);
  overflow: hidden;
  flex-direction: column;
  position: absolute;
  top: var(--header-height);
  left: 0;
  z-index: 900;
  transform: translateX(100%);
  transition: var(--transition);
}
.header.active .header-nav {
  transform: translateX(0%);
}
.header-nav::after {
  display: none;
}
.header-nav a[class*="nav-"] {
  --height: 30px;
  --color: var(--white);
  width: 100%;
  height: auto;
  padding: var(--m);
  padding-left: 30%;
}
.header-nav a[class*="nav-"]::before {
  width: calc(30% - calc(var(--m) * 2));
  height: var(--height);
  border-radius: 0 var(--height) var(--height) 0;
  top: calc(50% - var(--height) / 2);
  transform: translateX(-100%);
  transition: 0.2s 0.2s ease-out;
}
.header.active .header-nav a[class*="nav-"]::before {
  transform: translateX(0%);
}
: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 {
  display: none;
}
: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: 1;
}
.side-cta {
  width: 100%;
  padding-inline: 3px;
  flex-direction: row;
  gap: 3px;
  top: auto;
  bottom: 0;
}
.side-cta .btn {
  flex-grow: 1;
  width: auto;
  max-width: unset;
  height: auto;
  max-height: unset;
  padding: 9px var(--m);
  border-radius: var(--radius1st) var(--radius1st) 0 0;
  gap: var(--m);
  font-size: calc(var(--base-fs) * 16.5);
}
.side-cta .btn:is(a) {
  writing-mode: horizontal-tb;
}
.side-cta .btn:is(button) {
  flex-direction: row;
}
.side-cta .btn:is(button) span {
  writing-mode: horizontal-tb;
}
.side-cta .btn::before {
  width: 8svw;
  height: 8svw;
}
section.introduction {
  height: 20svw;
}
section.introduction .headline {
  width: 28svw;
  left: 0;
}
section.introduction .container {
  width: 100%;
  overflow: hidden;
}
section.introduction .splide__list img {
  height: 12svw;
}
.modal-case .close {
  bottom: auto;
  top: calc(100% + calc(var(--m) * 2));
  left: 50%;
  transform: translateX(-50%);
}
.modal-case iframe {
  width: 95svw;
}
section.topics {
  padding-block: calc(var(--m) * 5);
}
section.topics .headline {
  margin-bottom: calc(var(--m) * 2);
  font-size: calc(var(--base-fs) * 30);
}
section.topics .container {
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
}
section.topics .block {
  width: 100%;
}
section.topics .block .category {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  padding: 3px var(--mi);
}
.cta .lead {
  padding-inline: calc(var(--m) * 2);
  font-size: calc(var(--base-fs) * 18);
}
.cta nav {
  width: calc(100% - calc(var(--m) * 4));
  flex-direction: column;
  gap: calc(var(--m) * 2);
}
.cta .btn {
  width: 100%;
}
.footer {
  padding-inline: var(--mi);
}
.footer .wrap {
  padding-top: calc(var(--m) * 4);
  flex-direction: column;
}
.footer-logo {
  width: 53.333vw;
  max-width: 200px;
}
.footer-profile {
  padding-block: calc(var(--m) * 3);
  border-top: 1px solid var(--white);
  margin-top: calc(var(--m) * 3);
}
.footer-navs {
  flex-direction: column;
}
.footer-nav > a[class*="nav-"] {
  --color: var(--white);
  padding-block: 9px;
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.footer-nav > a[class*="nav-"]::before {
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 5px solid var(--white);
}
.btn {
  padding: var(--m) var(--mi);
  justify-content: center;
}
.pagination .pagers {
  flex-wrap: wrap;
}
:root {
  --base-fs: min(0.26vw, 0.1rem);
}
@media screen and (max-width: 767px) {
  :root {
    --main-width: 100%;
    --header-height: 60px;
    --side-cta-height: 48px;
    --mi: 27px;
  }
}
/* ==================================================================
	フロント
================================================================== */
#home section.billboard {
  margin-right: 0;
  margin-left: 0;
}
#home section.billboard::before,
#home section.billboard::after {
  display: none;
}
#home .billboard-label {
  width: 53.333svw;
  bottom: 3svw;
  right: 8svw;
}
#home .billboard-images {
  height: auto;
}
#home .billboard-images picture {
  width: 100%;
  position: relative;
  z-index: 0;
}
#home section.product {
  padding-block: calc(var(--m) * 3);
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
  background: rgba(235, 245, 250, 0.2);
}
#home section.product::after {
  width: 100%;
  right: auto;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 7%, 0 45%);
          clip-path: polygon(0 0, 100% 0, 100% 7%, 0 45%);
}
#home section.product .headline {
  font-size: calc(var(--base-fs) * 21);
  text-align: left;
}
#home section.product > .lead {
  margin-bottom: calc(var(--m) * 3);
  text-align: left;
}
#home section.product .block {
  overflow: visible;
}
#home section.product .block .inner {
  padding-inline: var(--m);
}
#home section.product .block .bg {
  height: 100%;
}
#home section.product .block:is(#alpha) .inner {
  padding-block: calc(var(--m) * 3);
  flex-direction: column;
  gap: calc(var(--m) * 3);
  position: relative;
  z-index: 1;
}
#home section.product .block:is(#alpha) .label {
  margin-bottom: calc(var(--m) * 2);
}
#home section.product .block:is(#alpha) .overview {
  font-size: calc(var(--base-fs) * 18);
  letter-spacing: 0;
  margin-bottom: var(--m);
}
#home section.product .block:is(#alpha) .name {
  width: 100%;
  margin-bottom: calc(var(--m) * 3);
}
#home section.product .block:is(#alpha) .btn {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
#home section.product .block:is(#alpha) .body {
  width: 100%;
}
#home section.product .block:is(#alpha) .bg {
  border-radius: var(--radius1st);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#home section.product .block:is(#alpha-athlete, #coachx) .heading {
  width: 310px;
}
/* ==================================================================
	投稿　&　汎用固定ページ
================================================================== */
body:is(.page, .single):not(#home, #company, #alpha) section.billboard {
  height: 40svw;
}
body:is(.page, .single):not(#home, #company, #alpha) .tagline {
  padding-inline: var(--mi);
  font-size: calc(var(--base-fs) * 15);
  text-align: center;
}
body:is(.page, .single):not(#home, #company, #alpha) .billboard-image {
  height: auto;
}
body:is(.page, .single):not(#home, #company, #alpha) .billboard-image picture {
  width: 100%;
  position: relative;
  z-index: 0;
}
body:is(.page, .single):not(#home, #company, #alpha) .article:where(.wrap) {
  margin-block: calc(var(--m) * 3);
}
/* ==================================================================
	汎用　固定ページ
================================================================== */
body.page:not(#home, #company, #alpha) section.billboard::after {
  display: none;
}
body.page:not(#home, #company, #alpha) .tagline {
  font-size: calc(var(--base-fs) * 30);
  padding-inline: 0;
}
/* ==================================================================
	投稿
================================================================== */
body.single:is(#post) section.billboard {
  align-items: end;
}
body.single:is(#post) .article:where(.wrap) .headline {
  font-size: calc(var(--base-fs) * 24);
}
body.single:is(#post) .article:where(.wrap) .eyecatch {
  width: 100%;
  max-height: 400px;
  margin-right: 0;
  margin-left: 0;
}
/* ==================================================================
	製品のご紹介 - ALPHA（アルファ）
================================================================== */
body.page:is(#alpha) section.billboard {
  margin-right: 0;
  margin-left: 0;
}
body.page:is(#alpha) .billboard-label,
body.page:is(#alpha) .billboard-image {
  height: auto;
}
body.page:is(#alpha) .billboard-image picture {
  width: 100%;
  position: relative;
  z-index: 0;
}
body.page:is(#alpha) section.movie {
  --headline-fs: calc(var(--base-fs) * 30);
  --subline-fs: calc(var(--base-fs) * 24);
  --shift-width: 20vw;
  padding-block: calc(var(--m) * 3);
  margin-inline: 0;
  --headline-fs: calc(var(--base-fs) * 24);
}
body.page:is(#alpha) section.movie:not(.wrap) > :is(.subline, .headline, .lead) {
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
}
body.page:is(#alpha) section.movie > .headline {
  margin-bottom: calc(var(--m) * 2);
}
body.page:is(#alpha) section.movie > .lead {
  margin-bottom: calc(var(--m) * 3);
  text-align: left;
}
body.page:is(#alpha) section.movie .container {
  width: 100%;
}
body.page:is(#alpha) section.movie .caption {
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
  font-size: calc(var(--base-fs) * 16.5);
  text-align: left;
}
body.page:is(#alpha) section.overview {
  --headline-fs: calc(var(--base-fs) * 30);
  --subline-fs: calc(var(--base-fs) * 24);
  --shift-width: 20vw;
  padding-block: calc(var(--m) * 3);
  margin-inline: 0;
  --headline-fs: calc(var(--base-fs) * 24);
}
body.page:is(#alpha) section.overview:not(.wrap) > :is(.subline, .headline, .lead) {
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
}
body.page:is(#alpha) section.overview > .headline {
  margin-bottom: calc(var(--m) * 2);
}
body.page:is(#alpha) section.overview > .lead {
  margin-bottom: calc(var(--m) * 3);
  text-align: left;
}
body.page:is(#alpha) section.overview .container {
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
  flex-direction: column;
  gap: calc(var(--m) * 2);
}
body.page:is(#alpha) section.overview .block {
  width: 100%;
}
body.page:is(#alpha) section.overview .block .title {
  font-size: calc(var(--base-fs) * 18);
}
body.page:is(#alpha) section.overview .block:first-of-type .image {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
body.page:is(#alpha) section.merit {
  --headline-fs: calc(var(--base-fs) * 30);
  --subline-fs: calc(var(--base-fs) * 24);
  --shift-width: 20vw;
  padding-block: calc(var(--m) * 3);
  margin-inline: 0;
}
body.page:is(#alpha) section.merit:not(.wrap) > :is(.subline, .headline, .lead) {
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
}
body.page:is(#alpha) section.merit > .headline {
  margin-bottom: calc(var(--m) * 2);
}
body.page:is(#alpha) section.merit > .lead {
  margin-bottom: calc(var(--m) * 3);
  text-align: left;
}
body.page:is(#alpha) section.merit .container {
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
  --gap: calc(var(--m) * 2);
  margin-top: calc(var(--m) * 3);
}
body.page:is(#alpha) section.merit .block {
  width: 100%;
  height: auto;
  flex-direction: column;
}
body.page:is(#alpha) section.merit .block .image {
  width: 100%;
  position: static;
}
body.page:is(#alpha) section.merit .block .inner {
  width: 100%;
  padding: calc(var(--m) * 2) var(--m);
  margin-left: 0;
  align-self: auto;
}
body.page:is(#alpha) section.merit .block .inner .title {
  font-size: calc(var(--base-fs) * 21);
  letter-spacing: 0;
}
body.page:is(#alpha) section.merit .block .inner p {
  width: auto;
}
body.page:is(#alpha) section.merit .block .inner .label {
  width: 30svw;
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: translate(var(--mi), 20%);
}
body.page:is(#alpha) section.merit .block.wide {
  height: auto;
}
body.page:is(#alpha) section.merit .block.wide .image {
  width: 100%;
}
body.page:is(#alpha) section.merit .block.wide .inner {
  width: 100%;
  padding: calc(var(--m) * 2) var(--m);
}
body.page:is(#alpha) section.point {
  --headline-fs: calc(var(--base-fs) * 30);
  --subline-fs: calc(var(--base-fs) * 24);
  --shift-width: 20vw;
  padding-block: calc(var(--m) * 3);
  margin-inline: 0;
  --headline-fs: calc(var(--base-fs) * 24);
  margin-top: calc(var(--m) * 5);
  padding-top: calc(var(--m) * 5);
}
body.page:is(#alpha) section.point:not(.wrap) > :is(.subline, .headline, .lead) {
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
}
body.page:is(#alpha) section.point > .headline {
  margin-bottom: calc(var(--m) * 2);
}
body.page:is(#alpha) section.point > .lead {
  margin-bottom: calc(var(--m) * 3);
  text-align: left;
}
body.page:is(#alpha) section.point::before {
  width: 30%;
  height: 10svw;
}
body.page:is(#alpha) section.point .headline .largest {
  font-size: calc(var(--base-fs) * 42);
}
body.page:is(#alpha) section.point .headline .large {
  font-size: calc(var(--base-fs) * 30);
}
body.page:is(#alpha) section.point .subline {
  width: 150px;
}
body.page:is(#alpha) section.point section.achievement {
  margin-top: -75px;
}
body.page:is(#alpha) section.point section.achievement .container {
  --gap: var(--m);
  gap: var(--gap);
  padding: calc(var(--m) * 3) calc(var(--m) * 2);
}
body.page:is(#alpha) section.point section.achievement .container img {
  width: calc((100% - var(--gap) * 2) / 3);
}
body.page:is(#alpha) section.point section.achievement .container .note {
  font-size: calc(var(--base-fs) * 12);
}
body.page:is(#alpha) section.point section.achievement .message {
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
  font-size: calc(var(--base-fs) * 21);
  text-align: left;
}
body.page:is(#alpha) section.point section:is(.review, .verification) {
  margin-top: calc(var(--m) * 5);
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
}
body.page:is(#alpha) section.point section:is(.review, .verification) .block {
  height: auto;
  flex-direction: column;
}
body.page:is(#alpha) section.point section:is(.review, .verification) .block .image {
  width: 100%;
  position: static;
}
body.page:is(#alpha) section.point section:is(.review, .verification) .block .inner {
  width: 100%;
  padding: calc(var(--m) * 2);
}
body.page:is(#alpha) section.point section:is(.review, .verification) .block .inner .title {
  font-size: calc(var(--base-fs) * 21);
}
body.page:is(#alpha) section.point section.verification {
  padding-block: calc(var(--m) * 3);
}
body.page:is(#alpha) section.point section.security {
  margin-top: calc(var(--m) * 3);
}
body.page:is(#alpha) section.point section.security .subline {
  transform: translateY(5%);
}
body.page:is(#alpha) section.point section.security .container img {
  width: 100%;
}
body.page:is(#alpha) section.point section.security .container p {
  margin-top: calc(var(--m) * 2);
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
  font-size: calc(var(--base-fs) * 16.5);
  text-align: left;
}
body.page:is(#alpha) section.point section.environment {
  padding-inline: var(--mi);
}
body.page:is(#alpha) section.point section.environment .note {
  max-width: unset;
}
body.page:is(#alpha) section.point section.environment .container .block:first-of-type {
  padding-inline: var(--mi);
}
body.page:is(#alpha) section.point section.environment .container .block:first-of-type::before {
  display: none;
}
body.page:is(#alpha) section.point section.environment .container .block:first-of-type img {
  width: 100%;
}
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: 100%;
  padding-inline: var(--mi);
  margin-bottom: calc(var(--m) * 2);
}
body.page:is(#alpha) section.faq {
  --headline-fs: calc(var(--base-fs) * 30);
  --subline-fs: calc(var(--base-fs) * 24);
  --shift-width: 20vw;
  padding-block: calc(var(--m) * 3);
  margin-inline: 0;
}
body.page:is(#alpha) section.faq:not(.wrap) > :is(.subline, .headline, .lead) {
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
}
body.page:is(#alpha) section.faq > .headline {
  margin-bottom: calc(var(--m) * 2);
}
body.page:is(#alpha) section.faq > .lead {
  margin-bottom: calc(var(--m) * 3);
  text-align: left;
}
body.page:is(#alpha) section.faq .container {
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
}
body.page:is(#alpha) section.faq .block {
  padding: calc(var(--m) * 2);
}
body.page:is(#alpha) section.faq .block .title,
body.page:is(#alpha) section.faq .block .answer {
  flex-direction: column;
}
body.page:is(#alpha) section.faq .block .title::before,
body.page:is(#alpha) section.faq .block .answer::before {
  width: 12svw;
  height: 12svw;
}
body.page:is(#alpha) section.faq .block .title {
  font-size: calc(var(--base-fs) * 21);
}
body.page:is(#alpha) section.flow {
  --headline-fs: calc(var(--base-fs) * 30);
  --subline-fs: calc(var(--base-fs) * 24);
  --shift-width: 20vw;
  padding-block: calc(var(--m) * 3);
  margin-inline: 0;
}
body.page:is(#alpha) section.flow:not(.wrap) > :is(.subline, .headline, .lead) {
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
}
body.page:is(#alpha) section.flow > .headline {
  margin-bottom: calc(var(--m) * 2);
}
body.page:is(#alpha) section.flow > .lead {
  margin-bottom: calc(var(--m) * 3);
  text-align: left;
}
body.page:is(#alpha) section.flow .container {
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
  gap: calc(var(--m) * 3);
}
body.page:is(#alpha) section.flow .block {
  --gap: calc(var(--m) * 2);
}
body.page:is(#alpha) section.flow .block .image {
  width: 100%;
}
body.page:is(#alpha) section.flow .block p {
  width: 100%;
}
body.page:is(#alpha) section.flow .block .btns {
  flex-direction: column;
  gap: calc(var(--m) * 2);
}
body.page:is(#alpha) section.flow .block .btn {
  width: 100%;
}
/* ==================================================================
	会社概要
================================================================== */
body.page:is(#company) section.billboard {
  margin-right: 0;
  margin-left: 0;
}
body.page:is(#company) .billboard-image {
  height: auto;
}
body.page:is(#company) .billboard-image picture {
  width: 100%;
  position: relative;
  z-index: 0;
}
body.page:is(#company) section.mission {
  margin-top: 20svw;
  --headline-fs: calc(var(--base-fs) * 30);
  --subline-fs: calc(var(--base-fs) * 24);
  --shift-width: 20vw;
  padding-block: calc(var(--m) * 3);
  margin-inline: 0;
}
body.page:is(#company) section.mission:not(.wrap) > :is(.subline, .headline, .lead) {
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
}
body.page:is(#company) section.mission > .headline {
  margin-bottom: calc(var(--m) * 2);
}
body.page:is(#company) section.mission > .lead {
  margin-bottom: calc(var(--m) * 3);
  text-align: left;
}
body.page:is(#company) section.mission .container {
  --size: 100%;
  --gap: calc(var(--m) * 3);
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
}
body.page:is(#company) section.mission .container::before {
  display: none;
}
body.page:is(#company) section.mission .block:first-child {
  width: inherit;
  margin-bottom: 0;
  position: relative;
}
body.page:is(#company) section.mission .block:first-child p {
  margin-top: var(--m);
  width: auto;
  position: static;
  transform: none;
}
body.page:is(#company) section.mission .block .image {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
body.page:is(#company) section.mission .block p {
  width: auto;
  flex-grow: 1;
}
body.page:is(#company) section.mission .promise {
  margin-top: calc(var(--m) * 5);
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
  font-size: calc(var(--base-fs) * 21);
}
body.page:is(#company) section.mission .promise::before {
  height: 30px;
}
body.page:is(#company) section.members {
  --headline-fs: calc(var(--base-fs) * 30);
  --subline-fs: calc(var(--base-fs) * 24);
  --shift-width: 20vw;
  padding-block: calc(var(--m) * 3);
  margin-inline: 0;
}
body.page:is(#company) section.members:not(.wrap) > :is(.subline, .headline, .lead) {
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
}
body.page:is(#company) section.members > .headline {
  margin-bottom: calc(var(--m) * 2);
}
body.page:is(#company) section.members > .lead {
  margin-bottom: calc(var(--m) * 3);
  text-align: left;
}
body.page:is(#company) section.members .container {
  --gap: 5svw;
  --padding-block: calc(var(--m) * 2);
  --padding-inline: var(--m);
  width: 100%;
}
body.page:is(#company) section.members .container:first-of-type {
  margin-top: calc(var(--m) * 2);
}
body.page:is(#company) section.members .block {
  --width: calc((100svw - var(--padding-inline) * 2 - var(--gap)) / 2);
  min-width: unset;
}
body.page:is(#company) section.members .block > .photo {
  width: 100%;
  min-width: unset;
}
body.page:is(#company) section.members .block > .name-roma {
  white-space: normal;
}
body.page:is(#company) .modal-member {
  padding-top: calc(var(--m) * 2);
  align-items: start;
}
body.page:is(#company) .modal-member .close {
  bottom: auto;
  top: calc(100% + calc(var(--m) * 2));
  left: 50%;
  transform: translateX(-50%);
}
body.page:is(#company) .modal-member .modal-content {
  width: calc(100svw - calc(var(--m) * 4));
  max-height: calc(100svh - calc(var(--m) * 9));
  padding: calc(var(--m) * 2);
}
body.page:is(#company) .modal-member .modal-content .heading {
  flex-direction: column;
  gap: calc(var(--m) * 2);
}
body.page:is(#company) .modal-member .modal-content .photo {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
body.page:is(#company) .modal-member .modal-content .others {
  margin-top: calc(var(--m) * 2);
  padding-top: calc(var(--m) * 2);
}
body.page:is(#company) .modal-member .modal-content :is(.name-roma, .name, .position) {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
body.page:is(#company) .modal-member .modal-content .name-roma {
  font-size: calc(var(--base-fs) * 18);
}
body.page:is(#company) .modal-member .modal-content .name {
  font-size: calc(var(--base-fs) * 30);
}
body.page:is(#company) .modal-member .modal-content .position {
  font-size: calc(var(--base-fs) * 21);
}
body.page:is(#company) section.overview {
  --headline-fs: calc(var(--base-fs) * 30);
  --subline-fs: calc(var(--base-fs) * 24);
  --shift-width: 20vw;
  padding-block: calc(var(--m) * 3);
  margin-inline: 0;
  padding-bottom: 0;
}
body.page:is(#company) section.overview:not(.wrap) > :is(.subline, .headline, .lead) {
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
}
body.page:is(#company) section.overview > .headline {
  margin-bottom: calc(var(--m) * 2);
}
body.page:is(#company) section.overview > .lead {
  margin-bottom: calc(var(--m) * 3);
  text-align: left;
}
body.page:is(#company) section.overview .container {
  margin-top: 0;
  padding-inline: var(--mi);
  padding-bottom: calc(var(--m) * 3);
  flex-direction: column;
  gap: 0;
}
body.page:is(#company) section.overview .container table,
body.page:is(#company) section.overview .container tr,
body.page:is(#company) section.overview .container th,
body.page:is(#company) section.overview .container td {
  display: block;
}
body.page:is(#company) section.overview .container table {
  width: 100%;
}
body.page:is(#company) section.overview .container tr {
  border-bottom: 0;
  margin-bottom: var(--m);
}
body.page:is(#company) section.overview .container th,
body.page:is(#company) section.overview .container td {
  padding: var(--m);
}
body.page:is(#company) section.overview .container th {
  font-size: calc(var(--base-fs) * 18);
  text-align: center;
  border-bottom: 1px solid var(--gray02);
}
body.page:is(#company) section.overview .container td {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
body.page:is(#company) section.overview .container .map {
  width: 100%;
  height: 100svw;
}
/* ==================================================================
	お問い合せ
================================================================== */
body.page:is(#contact) .article:where(.wrap) {
  --headline-fs: calc(var(--base-fs) * 30);
  --subline-fs: calc(var(--base-fs) * 24);
  --shift-width: 20vw;
  padding-block: calc(var(--m) * 3);
  margin-inline: 0;
  --headline-fs: calc(var(--base-fs) * 24);
  padding-top: calc(var(--m) * 3);
  margin-block: 0;
}
body.page:is(#contact) .article:where(.wrap):not(.wrap) > :is(.subline, .headline, .lead) {
  margin-right: 0;
  margin-left: 0;
  padding-inline: var(--mi);
}
body.page:is(#contact) .article:where(.wrap) > .headline {
  margin-bottom: calc(var(--m) * 2);
}
body.page:is(#contact) .article:where(.wrap) > .lead {
  margin-bottom: calc(var(--m) * 3);
  text-align: left;
}
body.page:is(#contact) .article:where(.wrap) figure {
  width: 50svw;
}
.grecaptcha-badge {
  bottom: calc(var(--side-cta-height) + var(--m)) !important;
  z-index: 1000;
}
/* ==================================================================
	Archive 投稿ページ
================================================================== */
/* ==================================================================
	404ページ
================================================================== */
