@charset "UTF-8";

/* # =================================================================
    # 共通要素
# ================================================================= */
html {
  color: #1c1c1c;
  font-size: 62.5%;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}

a {
  -webkit-transition: all 0.3s;
  text-decoration: none;
  transition: all 0.3s;
}
a.fig {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
a.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
a.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
}

address {
  font-style: normal;
}

img {
  max-height: 100%;
}

figure,
.fig {
  margin: 0;
  vertical-align: top;
}
figure picture,
.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
figure img,
.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

i {
  display: inline-block;
  height: auto;
  line-height: 0;
  vertical-align: top;
}
i img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
i svg {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.hvropa:hover {
  opacity: 0.7;
}

.fadeIn00 {
  -webkit-transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn00.is-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadeIn01 {
  -webkit-transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn01.is-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadeIn01.is-show:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fadeIn01.is-show:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fadeIn01.is-show:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fadeIn01.is-show:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fadeIn01.is-show:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.fadeIn01.is-show:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.fadeIn01.is-show:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fadeIn01.is-show:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.fadeIn01.is-show:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.fadeIn01.is-show:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.fadeIn01.is-show:nth-child(11) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.fadeIn01.is-show:nth-child(12) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.fadeIn01.is-show:nth-child(13) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.fadeIn01.is-show:nth-child(14) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.fadeIn01.is-show:nth-child(15) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.fadeIn01.is-show:nth-child(16) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.fadeIn01.is-show:nth-child(17) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.fadeIn01.is-show:nth-child(18) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.fadeIn01.is-show:nth-child(19) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.fadeIn01.is-show:nth-child(20) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.fadeIn02 > * {
  -webkit-transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn02.is-show > * {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadeIn02.is-show > *:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fadeIn02.is-show > *:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fadeIn02.is-show > *:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fadeIn02.is-show > *:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fadeIn02.is-show > *:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.fadeIn02.is-show > *:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.fadeIn02.is-show > *:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fadeIn02.is-show > *:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.fadeIn02.is-show > *:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.fadeIn02.is-show > *:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.fadeIn02.is-show > *:nth-child(11) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.fadeIn02.is-show > *:nth-child(12) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.fadeIn02.is-show > *:nth-child(13) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.fadeIn02.is-show > *:nth-child(14) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.fadeIn02.is-show > *:nth-child(15) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.fadeIn02.is-show > *:nth-child(16) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.fadeIn02.is-show > *:nth-child(17) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.fadeIn02.is-show > *:nth-child(18) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.fadeIn02.is-show > *:nth-child(19) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.fadeIn02.is-show > *:nth-child(20) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.fadeIn02.is-show > *:nth-child(21) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.fadeIn02.is-show > *:nth-child(22) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.fadeIn02.is-show > *:nth-child(23) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.fadeIn02.is-show > *:nth-child(24) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.fadeIn02.is-show > *:nth-child(25) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.fadeIn02.is-show > *:nth-child(26) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.fadeIn02.is-show > *:nth-child(27) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.fadeIn02.is-show > *:nth-child(28) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
.fadeIn02.is-show > *:nth-child(29) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.fadeIn02.is-show > *:nth-child(30) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
.fadeIn02.is-show > *:nth-child(31) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.fadeIn02.is-show > *:nth-child(32) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}
.fadeIn02.is-show > *:nth-child(33) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.fadeIn02.is-show > *:nth-child(34) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}
.fadeIn02.is-show > *:nth-child(35) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
.fadeIn02.is-show > *:nth-child(36) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.fadeIn02.is-show > *:nth-child(37) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
.fadeIn02.is-show > *:nth-child(38) {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}
.fadeIn02.is-show > *:nth-child(39) {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.fadeIn02.is-show > *:nth-child(40) {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

#c-svg {
  display: none;
}

/*下記追加記述*/
.en {
  font-family: "Poppins", sans-serif;
}

.editor-area > *:not(:first-child) {
  margin-top: 4rem;
}
.editor-area > * > *:not(:first-child) {
  margin-top: 1.6rem;
}
.editor-area > * .wp-block-group__inner-container > *:not(:first-child) {
  margin-top: 1.6rem;
}
.editor-area p {
  font-size: min(1.6rem, 16px);
  line-height: 2.38;
}
.editor-area img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@-webkit-keyframes fuwa01 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -2rem, 0);
    transform: translate3d(0, -2rem, 0);
  }
}

@keyframes fuwa01 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -2rem, 0);
    transform: translate3d(0, -2rem, 0);
  }
}
/* foundation */
html {
  -webkit-box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # 一般的な要素
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul,
li {
  list-style: none;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # フォーム要素
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # メディア要素
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # アクセシビリティ
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # セレクション
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

cite {
  font-style: normal;
}

/* layout */
.l-header {
  -webkit-transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 50%;
  width: 78rem;
  max-width: 90%;
  transform: translateX(-50%);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header.is-disable {
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
}
.l-header.is-active .l-header__bg {
  opacity: 1;
  pointer-events: all;
}
.l-header__bg {
  -webkit-transform: translateX(-50%);
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100dvh;
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
}
.l-header__cont .navi {
  display: none;
  background-color: #fff;
}
.l-header__cont .navi.is-active {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  max-height: calc(100dvh - 5rem);
  overflow-y: scroll;
  scrollbar-width: none;
}
.l-header__cont .navi.is-active::-webkit-scrollbar {
  display: none;
}
.l-header__cont .navi .wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 7rem;
  -moz-column-gap: 7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 7rem;
  align-items: center;
  padding: 3rem 3.5rem 2rem 7rem;
}
.l-header__cont .navi .wrap .list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 12rem 2rem;
}
.l-header__cont .navi .wrap .list__item {
  width: calc((100% - 2rem) / 2);
}
.l-header__cont .navi .wrap .list__item .link .en {
  width: auto;
  height: 1.8rem;
}
.l-header__cont .navi .wrap .list__item .link .en img {
  width: auto;
  height: 100%;
}
.l-header__cont .navi .wrap .list__item .link .jp {
  color: #ff9000;
  font-weight: 500;
  font-size: min(1.4rem, 14px);
}
.l-header__cont .navi .wrap .list__item .link:hover {
  opacity: 0.7;
}
.l-header__cont .navi .wrap .list__item .child {
  display: block;
  margin-top: 1.2rem;
  padding-left: 1.7rem;
}
.l-header__cont .navi .wrap .list__item .child .en {
  position: relative;
  width: auto;
  height: 1.2rem;
}
.l-header__cont .navi .wrap .list__item .child .en img {
  width: auto;
  height: 100%;
}
.l-header__cont .navi .wrap .list__item .child .en::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100% + 0.7rem);
  width: 0.8rem;
  height: 1px;
  transform: translateY(-50%);
  background-color: #ff9000;
  content: "";
}
.l-header__cont .navi .wrap .list__item .child .jp {
  display: inline-block;
  margin-top: 0.2rem;
  color: #ff9000;
  font-weight: 500;
  font-size: min(1.4rem, 14px);
}
.l-header__cont .navi .wrap .list__item .child:hover {
  opacity: 0.7;
}
.l-header__cont .navi .wrap .list__item.company .link .jp {
  color: #0064e6;
}
.l-header__cont .navi .wrap .list__item.company .child .en::before {
  background-color: #0064e6;
}
.l-header__cont .navi .wrap .list__item.company .child .jp {
  color: #0064e6;
}
.l-header__cont .navi .wrap .fig {
  position: relative;
  width: 24rem;
  overflow: hidden;
  border-radius: 1.4rem;
}
.l-header__cont .navi .wrap .fig .hov {
  -webkit-transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.l-header__cont .navi .wrap .fig .hov.is-active {
  opacity: 1;
}
.l-header__cont .c-hamburger {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-column-gap: 1.8rem;
  -moz-column-gap: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1.8rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  margin-top: -1px;
  border-radius: 0 0 2rem 2rem;
  background: #ff9000;
}

.l-footer {
  padding: 8rem 0 4rem;
  border-radius: 6rem 6rem 0 0;
  background-color: #1c1c1c;
}
.l-footer__contact {
  -webkit-column-gap: 16rem;
  -moz-column-gap: 16rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 16rem;
  align-items: center;
  padding: 6rem 6rem 6rem 10rem;
  border-radius: 3rem;
  background-color: #ff9000;
  color: #fff;
}
.l-footer__contact .ttl {
  display: grid;
}
.l-footer__contact .ttl .en {
  width: 22.7rem;
}
.l-footer__contact .ttl .jp {
  margin-top: 1.4rem;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
}
.l-footer__contact .desc {
  font-weight: 500;
  font-size: min(1.8rem, 18px);
  line-height: 1.89;
}
.l-footer__contact .icon {
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  width: 4.4rem;
  border-radius: 50%;
  background-color: #fff;
  color: #1c1c1c;
}
.l-footer__contact .icon svg {
  width: 65%;
}
.l-footer__cont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 3.5rem;
  padding-top: 6.5rem;
  border-top: 1px solid #fff;
}
.l-footer__cont .logo {
  width: 20rem;
}
.l-footer__cont .list {
  -webkit-column-gap: 10rem;
  -moz-column-gap: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10rem;
}
.l-footer__cont .list__item .link {
  display: block;
  margin-bottom: 2rem;
}
.l-footer__cont .list__item .link .en {
  width: auto;
  height: 1.8rem;
}
.l-footer__cont .list__item .link .en img {
  width: auto;
  height: 100%;
}
.l-footer__cont .list__item .link .jp {
  display: inline-block;
  margin-top: 0.5rem;
  color: #ff9000;
  font-weight: 500;
  font-size: min(1.4rem, 14px);
}
.l-footer__cont .list__item .link:hover {
  opacity: 0.7;
}
.l-footer__cont .list__item .child {
  display: block;
  margin-top: 1.2rem;
  padding-left: 1.7rem;
  color: #fff;
  opacity: 0.8;
}
.l-footer__cont .list__item .child .en {
  position: relative;
  width: auto;
  height: 1.2rem;
}
.l-footer__cont .list__item .child .en img {
  width: auto;
  height: 100%;
}
.l-footer__cont .list__item .child .en::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100% + 0.7rem);
  width: 0.8rem;
  height: 1px;
  transform: translateY(-50%);
  background-color: #ff9000;
  content: "";
}
.l-footer__cont .list__item .child .jp {
  display: inline-block;
  margin-top: 0.2rem;
  font-weight: 500;
  font-size: min(1.4rem, 14px);
}
.l-footer__cont .list__item .child:hover {
  opacity: 0.5;
}
.l-footer__cont .list__item.company .link .jp {
  color: #0064e6;
}
.l-footer__cont .list__item.company .child .en::before {
  background-color: #0064e6;
}
.l-footer__copyright {
  display: block;
  margin-top: 10rem;
  color: #fff;
  font-size: min(1.2rem, 12px);
  text-align: right;
}

/*component*/
.c-inner01 {
  width: 124rem;
  max-width: 90%;
  margin: 0 auto;
}

.c-inner02 {
  width: 136rem;
  max-width: 95%;
  margin: 0 auto;
}

.c-btn01 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 25rem;
  height: 5.3rem;
  padding-right: 1.3rem;
  padding-left: 2.6rem;
  border-radius: 5.3rem;
  background-color: #ff9000;
  color: #fff;
  font-weight: bold;
  font-size: min(1.5rem, 15px);
}
.c-btn01 .icon {
  width: 2.3rem;
}
.c-btn01:hover {
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}
.c-btn01:hover > * {
  opacity: 0.5;
}

.c-hamburger.is-active {
  background-color: #fff;
}
.c-hamburger.is-active .c-hamburger__wrap span {
  background-color: #ff9000;
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(1) {
  -webkit-animation: Rotate01 0.4s linear forwards;
  animation: Rotate01 0.4s linear forwards;
}
@-webkit-keyframes Rotate01 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 0%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(35deg);
    top: 50%;
    transform: translate(-50%, -50%) rotate(35deg);
  }
}
@keyframes Rotate01 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 0%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(35deg);
    top: 50%;
    transform: translate(-50%, -50%) rotate(35deg);
  }
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(3) {
  -webkit-animation: Rotate02 0.4s linear forwards;
  animation: Rotate02 0.4s linear forwards;
}
@-webkit-keyframes Rotate02 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 100%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-35deg);
    top: 50%;
    transform: translate(-50%, -50%) rotate(-35deg);
  }
}
@keyframes Rotate02 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 100%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-35deg);
    top: 50%;
    transform: translate(-50%, -50%) rotate(-35deg);
  }
}
.c-hamburger.is-active .txt {
  color: #ff9000;
}
.c-hamburger.is-active .txt .static {
  opacity: 0;
}
.c-hamburger.is-active .txt .active {
  opacity: 1;
}
.c-hamburger__wrap {
  -webkit-transition: all 0.5s;
  position: relative;
  width: 3.4rem;
  height: 2rem;
  transition: all 0.5s;
}
.c-hamburger__wrap span {
  -webkit-transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.5s;
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  background-color: #fff;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.c-hamburger__wrap span:nth-child(1) {
  top: 0;
}
.c-hamburger__wrap span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-hamburger__wrap span:nth-child(3) {
  bottom: 0;
}
.c-hamburger .txt {
  position: relative;
  color: #fff;
  font-size: min(1.8rem, 18px);
}
.c-hamburger .txt .active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/*project*/
.breadcrumb .list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1.2rem;
  align-items: center;
}
.breadcrumb .list__item:not(:last-child) {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1.2rem;
  align-items: center;
}
.breadcrumb .list__item:not(:last-child)::after {
  display: inline-block;
  width: 0.8rem;
  height: 1px;
  background-color: #fff;
  content: "";
}

.p-pagination01 .nums {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 2.4rem;
  align-items: center;
  justify-content: center;
}
.p-pagination01 .nums .num {
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 3.9rem;
  border-radius: 50%;
  background-color: #d9d9d9;
  color: #fff;
  font-size: min(1.5rem, 15px);
}
.p-pagination01 .nums .num.is-current {
  background-color: #ff9000;
  pointer-events: none;
}
.p-pagination01 .nums .num:hover {
  opacity: 0.7;
}
.p-pagination01 .nums .dot {
  font-size: min(1.8rem, 18px);
  opacity: 0.25;
}

/*utility*/
.u-bl-lgpc {
  display: none !important;
}

.u-bl-pc {
  display: none !important;
}

.u-bl-tb {
  display: none !important;
}

.u-arrow-right {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
.u-arrow-right::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0.6em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #000;
  border-bottom: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}

.u-arrow-left {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.u-arrow-left::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0.6em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #000;
  border-top: transparent;
  border-right: transparent;
  content: "";
  transition: all 0.5s;
}

.u-arrow-top {
  display: inline-block;
  position: relative;
  padding-top: 1.5em;
}
.u-arrow-top::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid #000;
  border-right: none;
  border-bottom: none;
  content: "";
  transition: all 0.5s;
}

.u-arrow-bottom {
  display: inline-block;
  position: relative;
  padding-bottom: 1.5em;
}
.u-arrow-bottom::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid #000;
  border-top: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}

.u-txt-over01 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.u-txt-over02 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.u-txt-over03 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*page*/
.top#top {
  overflow-x: clip;
}
.top#top .typoSlider {
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.top#top .typoSlider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition-timing-function: linear !important;
}
.top#top .typoSlider .swiper-slide {
  width: 435rem;
  max-height: 20rem;
}
.top#top .typoSlider .typo {
  width: 100%;
}
.top#top .s-mv__cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top#top .s-mv__cont .left,
.top#top .s-mv__cont .right {
  -webkit-transition: all 0.3s;
  display: grid;
  row-gap: 0.6rem;
  width: 15%;
  transition: all 0.3s;
}
.top#top .s-mv__cont .left .fig,
.top#top .s-mv__cont .right .fig {
  overflow: hidden;
  border-radius: 1.6rem;
}
.top#top .s-mv__cont .right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}
.top#top .s-mv__cont .center {
  display: grid;
  place-items: start center;
  width: 62%;
  padding-top: 9rem;
}
.top#top .s-mv__cont .center .logo {
  -webkit-transition: all 0.3s;
  width: 32%;
  max-width: 100%;
  transition: all 0.3s;
}
.top#top .s-mv__cont .center .logo.is-disable {
  opacity: 0;
}
.top#top .s-mv__cont .center .ttl {
  container-type: inline-size;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 8rem;
}
.top#top .s-mv__cont .center .ttl figure {
  opacity: 0;
}
.top#top .s-mv__cont .center .ttl .or {
  width: 76cqw;
  margin: 0 auto 7.5cqw;
}
.top#top .s-mv__cont .center .ttl::before, .top#top .s-mv__cont .center .ttl::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: 0.5s;
  position: absolute;
  top: 7.7cqw;
  left: 50%;
  width: 0.7cqw;
  height: 21cqw;
  background-color: #d9d9d9;
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: 0.5s;
}
.top#top .s-mv__cont .center .ttl::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.top#top .s-mv__cont .center .ttl::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -webkit-transition-delay: 0.5s;
  transform: translateX(-50%) rotate(-45deg);
  transition-delay: 0.5s;
}
.top#top .s-mv__cont .center .ttl.is-active:before, .top#top .s-mv__cont .center .ttl.is-active:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.top#top .s-mv__cont .center .desc {
  width: 66%;
  max-width: 100%;
  margin-top: 3rem;
  opacity: 0;
}
.top#top .gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, rgba(255, 144, 0, 0)), color-stop(80%, rgba(255, 144, 0, 0.2)));
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 144, 0, 0) 5%, rgba(255, 144, 0, 0.2) 80%);
}
.top#top .s-about {
  overflow-x: clip;
}
.top#top .s-about__cont {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 39rem;
  text-align: center;
}
.top#top .s-about__cont .ttl {
  font-weight: bold;
  font-size: min(6rem, 60px);
}
.top#top .s-about__cont .desc {
  margin-top: 4.4rem;
  font-size: min(1.8rem, 18px);
  line-height: 1.89;
}
.top#top .s-about__cont .fig {
  position: absolute;
  overflow: hidden;
  border-radius: 1.6rem;
}
.top#top .s-about__cont .fig.fig01 {
  top: 24rem;
  right: calc(100% + 20rem);
  width: 23rem;
}
.top#top .s-about__cont .fig.fig02 {
  top: 47rem;
  right: calc(100% + 2rem);
  width: 27rem;
}
.top#top .s-about__cont .fig.fig03 {
  right: calc(50% - 18rem);
  bottom: 0;
  width: 36rem;
}
.top#top .s-about__cont .fig.fig04 {
  z-index: 2;
  top: 67rem;
  left: calc(100% - 4rem);
  width: 24rem;
}
.top#top .s-about__cont .fig.fig05 {
  top: 50rem;
  left: calc(100% + 15rem);
  width: 30rem;
}
.top#top .s-about__cont .fig.fig06 {
  top: 14rem;
  left: calc(100% + 19rem);
  width: 23rem;
}
.top#top .s-service {
  padding: 13rem 0 8rem;
}
.top#top .s-service__cont {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 14rem;
  -moz-column-gap: 14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 14rem;
  align-items: center;
}
.top#top .s-service__cont .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.top#top .s-service__cont .txt__ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 2.4rem;
  align-items: center;
}
.top#top .s-service__cont .txt__ttl .en {
  width: 25.3rem;
}
.top#top .s-service__cont .txt__ttl .jp {
  font-weight: 500;
  font-size: min(1.6rem, 16px);
}
.top#top .s-service__cont .txt__lead {
  margin-top: 3.6rem;
  font-weight: bold;
  font-size: min(3.6rem, 36px);
  line-height: 1.44;
}
.top#top .s-service__cont .txt__desc {
  margin-top: 2.4rem;
  font-weight: 500;
  font-size: min(1.8rem, 18px);
  line-height: 2.22;
}
.top#top .s-service__cont .illust {
  z-index: 2;
  position: relative;
  width: 62.8rem;
}
.top#top .s-service__cont .illust::before {
  -webkit-transform: translateX(-50%);
  -webkit-animation: serviceCircle 60s linear infinite;
  z-index: -1;
  position: absolute;
  top: 13.2%;
  left: 50%;
  aspect-ratio: 1/1;
  width: 83%;
  transform: translateX(-50%);
  background-image: url("../img/service_circle.svg");
  background-size: 100% 100%;
  content: "";
  animation: serviceCircle 60s linear infinite;
}
@-webkit-keyframes serviceCircle {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes serviceCircle {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
  }
}
.top#top .typoSlider01 {
  margin-top: 6rem;
}
.top#top .pageLinks {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-column-gap: 8rem;
  -moz-column-gap: 8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 8rem;
  align-items: center;
  justify-content: center;
  margin-top: 20rem;
  padding-bottom: 6rem;
}
.top#top .pageLinks .link {
  display: grid;
  z-index: 2;
  position: relative;
  place-content: center;
  width: 48.2rem;
  height: 12rem;
  border: 1px solid #d4d4d4;
  border-radius: 2rem;
}
.top#top .pageLinks .link::before {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.6rem);
  transform: translate(-50%, -50%);
  border-radius: 2rem;
  content: "";
  transition: all 0.3s;
}
.top#top .pageLinks .link .txt {
  display: grid;
  row-gap: 1rem;
  place-content: center;
  place-items: center;
}
.top#top .pageLinks .link .txt .en {
  width: auto;
  height: 2.4rem;
}
.top#top .pageLinks .link .txt .en img {
  width: auto;
  height: 100%;
}
.top#top .pageLinks .link .txt .jp {
  font-weight: 500;
  font-size: min(1.4rem, 14px);
}
.top#top .pageLinks .link .icon {
  -webkit-transform: translateY(-50%);
  display: grid;
  position: absolute;
  top: 50%;
  right: 8.5rem;
  place-items: center;
  aspect-ratio: 1/1;
  aspect-ratio: 1/1;
  width: 3rem;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
}
.top#top .pageLinks .link .icon svg {
  width: 65%;
  rotate: 90deg;
}
.top#top .pageLinks .link:hover::before {
  width: 100%;
  height: 100%;
}
.top#top .pageLinks .link.athletes {
  color: #1c1c1c;
}
.top#top .pageLinks .link.athletes::before {
  background-color: #ff9000;
}
.top#top .pageLinks .link.athletes .icon {
  color: #ff9000;
}
.top#top .pageLinks .link.company {
  color: #fff;
}
.top#top .pageLinks .link.company::before {
  background-color: #0064e6;
}
.top#top .pageLinks .link.company .en {
  height: 3rem;
}
.top#top .pageLinks .link.company .icon {
  color: #0064e6;
}
.top#top .s-athletes {
  padding: 15rem 0 20rem;
  border-radius: 6rem 6rem 0 0;
  background-image: url("../img/bg_athletes.webp");
  background-size: 50px 50px;
  background-repeat: repeat;
}
.top#top .s-athletes__cont {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1rem;
  align-items: center;
}
.top#top .s-athletes__cont .txt {
  width: 58rem;
}
.top#top .s-athletes__cont .txt__ttl .en {
  width: 100%;
}
.top#top .s-athletes__cont .txt__ttl .jp {
  margin-top: 2rem;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
}
.top#top .s-athletes__cont .txt__lead {
  margin-top: 3rem;
  color: #ff9000;
  font-weight: 500;
  font-size: min(3.6rem, 36px);
  line-height: 1.44;
}
.top#top .s-athletes__cont .txt__desc {
  margin-top: 2.5rem;
  font-weight: 500;
  font-size: min(1.8rem, 18px);
  line-height: 2;
}
.top#top .s-athletes__cont .txt__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30rem;
  height: 6.8rem;
  margin-top: 6rem;
  padding-right: 2rem;
  padding-left: 2.7rem;
  border-radius: 3.8rem;
  background-color: #ff9000;
  color: #1c1c1c;
  font-weight: bold;
  font-size: min(1.6rem, 16px);
}
.top#top .s-athletes__cont .txt__link .icon {
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  width: 2.7rem;
  border-radius: 50%;
  background-color: #fff;
  color: #ff9000;
}
.top#top .s-athletes__cont .txt__link .icon svg {
  width: 65%;
}
.top#top .s-athletes__cont .txt__link:hover {
  background-color: #fff;
  color: #ff9000;
}
.top#top .s-athletes__cont .txt__link:hover .icon {
  background-color: #ff9000;
  color: #fff;
}
.top#top .s-athletes__cont .illust {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  position: relative;
  flex: 1;
}
.top#top .s-athletes__cont .illust figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top#top .s-athletes__cont .illust .fig01 {
  position: static;
}
.top#top .s-athletes__cont .illust.is-show figure {
  -webkit-animation: fuwa01 2s ease-in-out infinite alternate;
  animation: fuwa01 2s ease-in-out infinite alternate;
}
.top#top .s-athletes__cont .illust.is-show figure.fig01 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.top#top .s-athletes__cont .illust.is-show figure.fig02 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.top#top .s-athletes__cont .illust.is-show figure.fig03 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.top#top .s-athletes__cont .illust.is-show figure.fig04 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.top#top .s-athletes .photoSlider {
  margin-top: 17.4rem;
  overflow: hidden;
  pointer-events: none;
}
.top#top .s-athletes .photoSlider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.top#top .s-athletes .photoSlider .swiper-slide .fig {
  overflow: hidden;
  border-radius: 1.6rem;
}
.top#top .s-athletes .flow {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100dvh;
  min-height: 40rem;
  padding: 4rem 0 4rem calc((100vw - 124rem) / 2);
  overflow-x: clip;
}
.top#top .s-athletes .flow__ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 2.7rem;
  -moz-column-gap: 2.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 2.7rem;
  align-items: center;
}
.top#top .s-athletes .flow__ttl .en {
  width: 12.4rem;
}
.top#top .s-athletes .flow__ttl .jp {
  font-weight: 500;
  font-size: min(1.6rem, 16px);
}
.top#top .s-athletes .flow__cont {
  -webkit-column-gap: 3.7rem;
  -moz-column-gap: 3.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 3.7rem;
  margin-top: 5.6rem;
}
.top#top .s-athletes .flow__cont .step {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  width: 51rem;
  overflow: hidden;
  border-radius: 2rem;
  background-color: #ff9000;
}
.top#top .s-athletes .flow__cont .step .txt {
  width: 52.3%;
  padding: 2.5rem 3rem;
  background-color: #fff;
}
.top#top .s-athletes .flow__cont .step .txt__num {
  color: #ff9000;
  font-weight: bold;
  font-size: min(3.6rem, 36px);
}
.top#top .s-athletes .flow__cont .step .txt__ttl {
  margin-top: 1rem;
  font-weight: bold;
  font-size: min(2.8rem, 28px);
}
.top#top .s-athletes .flow__cont .step .txt__desc {
  margin-top: 1.2rem;
  font-size: min(1.4rem, 14px);
  line-height: 1.57;
}
.top#top .s-athletes .flow__cont .step .fig {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  display: grid;
  flex: 1;
  place-content: center;
  overflow: hidden;
}
.top#top .s-athletes .faq {
  padding-top: 8rem;
}
.top#top .s-athletes .faq__ttl {
  display: grid;
  row-gap: 1rem;
  place-content: center;
  place-items: center;
}
.top#top .s-athletes .faq__ttl .en {
  width: 12.4rem;
}
.top#top .s-athletes .faq__ttl .jp {
  font-weight: 500;
  font-size: min(1.6rem, 16px);
}
.top#top .s-athletes .faq__cont {
  margin-top: 4rem;
}
.top#top .s-athletes .faq__cont .list {
  display: grid;
  row-gap: 2rem;
}
.top#top .s-athletes .faq__cont .list__item {
  padding: 0 4rem;
  border-radius: 1.2rem;
  background-color: #ffffff;
}
.top#top .s-athletes .faq__cont .list__item .wrap {
  -webkit-column-gap: 3.4rem;
  -moz-column-gap: 3.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 3.4rem;
  padding: 3.3rem 3rem;
}
.top#top .s-athletes .faq__cont .list__item .wrap .en {
  width: 3.2rem;
  color: #ff9000;
  font-size: min(3.3rem, 33px);
}
.top#top .s-athletes .faq__cont .list__item .wrap .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.top#top .s-athletes .faq__cont .list__item .wrap.question {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  align-items: center;
  min-height: 13rem;
  cursor: pointer;
}
.top#top .s-athletes .faq__cont .list__item .wrap.question .txt {
  font-weight: 500;
  font-size: min(2.1rem, 21px);
}
.top#top .s-athletes .faq__cont .list__item .wrap.question .cross {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 3.4rem;
  border-radius: 50%;
  background-color: #ff9000;
}
.top#top .s-athletes .faq__cont .list__item .wrap.question .cross::before, .top#top .s-athletes .faq__cont .list__item .wrap.question .cross::after {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 51%;
  height: 2px;
  transform: translate(-50%, -50%);
  transform-origin: center;
  background-color: #fff;
  content: "";
  transition: all 0.3s;
}
.top#top .s-athletes .faq__cont .list__item .wrap.question .cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.top#top .s-athletes .faq__cont .list__item .wrap.question.is-active .cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.top#top .s-athletes .faq__cont .list__item .wrap.answer {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #d9d9d9;
}
.top#top .s-athletes .faq__cont .list__item .wrap.answer .txt {
  margin-top: 0.5em;
  font-size: min(1.6rem, 16px);
  line-height: 1.94;
}
.top#top .s-athletes .faq__cont .list__item .js-accordion {
  display: none;
}
.top#top .s-company {
  margin-top: -6rem;
  padding: 17rem 0 9rem;
  border-radius: 6rem 6rem 0 0;
  background-image: url("../img/bg_company.webp");
  background-size: 50px 50px;
  background-repeat: repeat;
}
.top#top .s-company__cont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1rem;
  align-items: flex-start;
}
.top#top .s-company__cont .txt {
  width: 59rem;
}
.top#top .s-company__cont .txt__ttl {
  margin-right: -13rem;
}
.top#top .s-company__cont .txt__ttl .en {
  width: 100%;
}
.top#top .s-company__cont .txt__ttl .jp {
  margin-top: 2rem;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
}
.top#top .s-company__cont .txt__lead {
  margin-top: 3rem;
  color: #0064e6;
  font-weight: 500;
  font-size: min(3.6rem, 36px);
  line-height: 1.44;
}
.top#top .s-company__cont .txt__desc {
  margin-top: 2.5rem;
  font-weight: 500;
  font-size: min(1.8rem, 18px);
  line-height: 2;
}
.top#top .s-company__cont .txt__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30rem;
  height: 6.8rem;
  margin-top: 6rem;
  padding-right: 2rem;
  padding-left: 2.7rem;
  border-radius: 3.8rem;
  background-color: #0064e6;
  color: #fff;
  font-weight: bold;
  font-size: min(1.6rem, 16px);
}
.top#top .s-company__cont .txt__link .icon {
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  width: 2.7rem;
  border-radius: 50%;
  background-color: #fff;
  color: #0064e6;
}
.top#top .s-company__cont .txt__link .icon svg {
  width: 65%;
}
.top#top .s-company__cont .txt__link:hover {
  background-color: #fff;
  color: #0064e6;
}
.top#top .s-company__cont .txt__link:hover .icon {
  background-color: #0064e6;
  color: #fff;
}
.top#top .s-company__cont .illust {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  position: relative;
  flex: 1;
  margin-top: 10rem;
}
.top#top .s-company__cont .illust figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top#top .s-company__cont .illust .fig01 {
  position: static;
}
.top#top .s-company__cont .illust.is-show figure {
  -webkit-animation: fuwa01 2s ease-in-out infinite alternate;
  animation: fuwa01 2s ease-in-out infinite alternate;
}
.top#top .s-company__cont .illust.is-show figure.fig01 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.top#top .s-company__cont .illust.is-show figure.fig02 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.top#top .s-company__cont .illust.is-show figure.fig03 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.top#top .s-company__cont .illust.is-show figure.fig04 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.top#top .s-company .photoSlider {
  margin-top: 7.5rem;
  overflow: hidden;
  pointer-events: none;
}
.top#top .s-company .photoSlider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.top#top .s-company .photoSlider .swiper-slide .fig {
  overflow: hidden;
  border-radius: 1.6rem;
}
.top#top .s-company .work {
  -webkit-column-gap: 10rem;
  -moz-column-gap: 10rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10rem;
  align-items: center;
  margin-left: calc((100vw - 124rem) / 2);
  padding: 22rem 0 6rem;
}
.top#top .s-company .work .txt {
  width: 52rem;
}
.top#top .s-company .work .txt__ttl .sub {
  font-weight: 500;
  font-size: min(2.2rem, 22px);
}
.top#top .s-company .work .txt__ttl .main {
  margin-top: 1rem;
  color: #0064e6;
  font-weight: 500;
  font-size: min(3.6rem, 36px);
}
.top#top .s-company .work .txt__lead {
  margin-top: 3rem;
  color: #0064e6;
  font-weight: 500;
  font-size: min(2.2rem, 22px);
  line-height: 1.82;
}
.top#top .s-company .work .txt__desc {
  margin-top: 5rem;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  line-height: 2.13;
}
.top#top .s-company .work .photo {
  display: grid;
  row-gap: 3.7rem;
  width: 69.6rem;
  max-width: 100%;
}
.top#top .s-company .work .photo figure {
  overflow: hidden;
  border-radius: 2rem;
}
.top#top .s-company .work .photo .fig01 {
  width: 78%;
  margin-left: auto;
}
.top#top .s-company .work .photo .fig02 {
  width: 60.7%;
}
.top#top .s-company .point {
  padding: 7rem 0;
  background-color: #0064e6;
}
.top#top .s-company .point__cont {
  -webkit-column-gap: 5.4rem;
  -moz-column-gap: 5.4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 5.4rem;
  align-items: center;
}
.top#top .s-company .point__cont .wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 4.3rem 3.5rem 3.5rem;
  border-radius: 1.6rem;
  background-color: #fff;
}
.top#top .s-company .point__cont .wrap__ttl .en {
  display: block;
  position: relative;
  color: #73d1a6;
  font-weight: bold;
  font-size: min(1.8rem, 18px);
  line-height: 2;
  text-align: center;
}
.top#top .s-company .point__cont .wrap__ttl .en::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 100%;
  left: 50%;
  aspect-ratio: 34/13;
  width: 1.9em;
  transform: translateX(-50%);
  background-image: url("../img/point_deco.svg");
  background-size: 100% 100%;
  content: "";
}
.top#top .s-company .point__cont .wrap__ttl .jp {
  display: grid;
  position: relative;
  place-content: center;
  width: 100%;
  height: 4.6rem;
  border-radius: 4.6rem;
  background-color: #0064e6;
  color: #fff;
  font-weight: 500;
  font-size: min(2rem, 20px);
}
.top#top .s-company .point__cont .wrap__ttl .jp::after {
  -webkit-transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: calc(100% - 1.3rem);
  left: 50%;
  aspect-ratio: 1/1;
  width: 2.6rem;
  transform: translateX(-50%);
  background-color: #0064e6;
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.top#top .s-company .point__cont .wrap__desc {
  margin-top: 3rem;
  color: #0064e6;
  font-size: min(1.6rem, 16px);
  line-height: 2.06;
}
.top#top .s-company .flow {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100dvh;
  min-height: 40rem;
  padding: 4rem 0 4rem calc((100vw - 124rem) / 2);
  overflow-x: clip;
}
.top#top .s-company .flow__ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 2.7rem;
  -moz-column-gap: 2.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 2.7rem;
  align-items: center;
}
.top#top .s-company .flow__ttl .en {
  width: 12.4rem;
}
.top#top .s-company .flow__ttl .jp {
  font-weight: 500;
  font-size: min(1.6rem, 16px);
}
.top#top .s-company .flow__cont {
  -webkit-column-gap: 3.7rem;
  -moz-column-gap: 3.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 3.7rem;
  margin-top: 5.6rem;
}
.top#top .s-company .flow__cont .step {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  width: 51rem;
  overflow: hidden;
  border-radius: 2rem;
  background-color: #0064e6;
}
.top#top .s-company .flow__cont .step .txt {
  width: 52.3%;
  padding: 2.5rem 3rem;
  background-color: #fff;
}
.top#top .s-company .flow__cont .step .txt__num {
  color: #0064e6;
  font-weight: bold;
  font-size: min(3.6rem, 36px);
}
.top#top .s-company .flow__cont .step .txt__ttl {
  margin-top: 1rem;
  font-weight: bold;
  font-size: min(2.8rem, 28px);
}
.top#top .s-company .flow__cont .step .txt__desc {
  margin-top: 1.2rem;
  font-size: min(1.4rem, 14px);
  line-height: 1.57;
}
.top#top .s-company .flow__cont .step .fig {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  display: grid;
  flex: 1;
  place-content: center;
  overflow: hidden;
}
.top#top .s-company .contact__lead {
  display: block;
  color: #0064e6;
  font-weight: bold;
  font-size: min(3.4rem, 34px);
  text-align: center;
}
.top#top .s-company .contact__lead span {
  display: inline-block;
  margin: 0 0.15em;
  padding: 0.1em 0.2em;
  border-radius: 0.4rem;
  background-color: #fff;
  color: #ff9000;
  line-height: 1.09;
}
.top#top .s-company .contact__desc {
  display: block;
  margin-top: 2rem;
  font-weight: 500;
  font-size: min(1.8rem, 18px);
  line-height: 2.22;
  text-align: center;
}
.top#top .s-company .contact__link {
  -webkit-column-gap: 16rem;
  -moz-column-gap: 16rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 16rem;
  align-items: center;
  margin-top: 5rem;
  padding: 6rem 6rem 6rem 10rem;
  border-radius: 3rem;
  background-color: #0064e6;
  color: #fff;
}
.top#top .s-company .contact__link .ttl {
  display: grid;
}
.top#top .s-company .contact__link .ttl .en {
  width: 22.7rem;
}
.top#top .s-company .contact__link .ttl .jp {
  margin-top: 1.4rem;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
}
.top#top .s-company .contact__link .desc {
  font-weight: 500;
  font-size: min(1.8rem, 18px);
  line-height: 1.89;
}
.top#top .s-company .contact__link .icon {
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  width: 4.4rem;
  border-radius: 50%;
  background-color: #fff;
  color: #0064e6;
}
.top#top .s-company .contact__link .icon svg {
  width: 65%;
}
.top#top .s-company .faq {
  padding-top: 14rem;
}
.top#top .s-company .faq__ttl {
  display: grid;
  row-gap: 1rem;
  place-content: center;
  place-items: center;
}
.top#top .s-company .faq__ttl .en {
  width: 12.4rem;
}
.top#top .s-company .faq__ttl .jp {
  font-weight: 500;
  font-size: min(1.6rem, 16px);
}
.top#top .s-company .faq__cont {
  margin-top: 4rem;
}
.top#top .s-company .faq__cont .list {
  display: grid;
  row-gap: 2rem;
}
.top#top .s-company .faq__cont .list__item {
  padding: 0 4rem;
  border-radius: 1.2rem;
  background-color: #ffffff;
}
.top#top .s-company .faq__cont .list__item .wrap {
  -webkit-column-gap: 3.4rem;
  -moz-column-gap: 3.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 3.4rem;
  padding: 3.3rem 3rem;
}
.top#top .s-company .faq__cont .list__item .wrap .en {
  width: 3.2rem;
  color: #0064e6;
  font-size: min(3.3rem, 33px);
}
.top#top .s-company .faq__cont .list__item .wrap .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.top#top .s-company .faq__cont .list__item .wrap.question {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  align-items: center;
  min-height: 13rem;
  cursor: pointer;
}
.top#top .s-company .faq__cont .list__item .wrap.question .txt {
  font-weight: 500;
  font-size: min(2.1rem, 21px);
}
.top#top .s-company .faq__cont .list__item .wrap.question .cross {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 3.4rem;
  border-radius: 50%;
  background-color: #0064e6;
}
.top#top .s-company .faq__cont .list__item .wrap.question .cross::before, .top#top .s-company .faq__cont .list__item .wrap.question .cross::after {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 51%;
  height: 2px;
  transform: translate(-50%, -50%);
  transform-origin: center;
  background-color: #fff;
  content: "";
  transition: all 0.3s;
}
.top#top .s-company .faq__cont .list__item .wrap.question .cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.top#top .s-company .faq__cont .list__item .wrap.question.is-active .cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.top#top .s-company .faq__cont .list__item .wrap.answer {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #d9d9d9;
}
.top#top .s-company .faq__cont .list__item .wrap.answer .txt {
  margin-top: 0.5em;
  font-size: min(1.6rem, 16px);
  line-height: 1.94;
}
.top#top .s-company .faq__cont .list__item .js-accordion {
  display: none;
}
.top#top .typoSlider02 {
  margin: 8rem 0 4rem;
  overflow: hidden;
}
@media screen and (max-width: 1535px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.6510416667vw;
  }
  .u-bl-lgpc {
    display: block !important;
  }
  .u-none-lgpc {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.7692307692vw;
  }
  .u-bl-pc {
    display: block !important;
  }
  .u-none-pc {
    display: none !important;
  }
}
@media screen and (max-width: 799px) {
  body {
    margin: 0;
  }
  html {
    font-size: 1.9801980198vw;
  }
  .fadeIn00 .fadeIn00 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .fadeIn01 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .fadeIn02 > * {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .editor-area > *:not(:first-child) {
    margin-top: 2.4rem;
  }
  .editor-area p {
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .l-header {
    width: 100%;
    max-width: none;
  }
  .l-header__cont .navi .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    row-gap: 3.5rem;
    flex-direction: column-reverse;
    padding: 4.2rem 3rem 5rem;
  }
  .l-header__cont .navi .wrap .list {
    gap: 5rem 2rem;
  }
  .l-header__cont .navi .wrap .fig {
    width: 100%;
  }
  .l-header__cont .c-hamburger {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .l-footer {
    padding: 6.5rem 0 2rem;
    border-radius: 3rem 3rem 0 0;
  }
  .l-footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
    padding: 4rem 3.5rem;
  }
  .l-footer__contact .ttl .en {
    width: 18rem;
  }
  .l-footer__contact .desc {
    margin-top: 2.4rem;
    font-size: min(1.4rem, 14px);
    line-height: 1.86;
  }
  .l-footer__contact .icon {
    margin-top: 1rem;
    margin-left: auto;
  }
  .l-footer__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 6rem;
    padding-top: 3rem;
  }
  .l-footer__cont .logo {
    width: 15rem;
  }
  .l-footer__cont .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 6rem;
    gap: 5rem 2rem;
  }
  .l-footer__cont .list__item {
    width: calc((100% - 2rem) / 2);
  }
  .l-footer__cont .list__item .child {
    margin-top: 1.5rem;
  }
  .l-footer__cont .list__item.service {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .l-footer__cont .list__item.corporate {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .l-footer__cont .list__item.athletes {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .l-footer__cont .list__item.company {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .l-footer__copyright {
    margin-top: 18rem;
    text-align: center;
  }
  .c-inner01 {
    width: auto;
    max-width: none;
    margin: 0 2rem;
  }
  .c-inner02 {
    width: auto;
    max-width: none;
    margin: 0 1.6rem;
  }
  .c-btn01 {
    width: 25rem;
  }
  .c-hamburger__wrap {
    width: 1.6rem;
    height: 1.3rem;
  }
  .c-hamburger .txt {
    font-size: min(1.6rem, 16px);
  }
  .u-bl-tb {
    display: block !important;
  }
  .u-none-tb {
    display: none !important;
  }
  .top#top .typoSlider .swiper-slide {
    width: 254rem;
    max-height: 11rem;
  }
  .top#top .s-mv__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 6rem;
  }
  .top#top .s-mv__cont .left,
  .top#top .s-mv__cont .right {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .top#top .s-mv__cont .left .fig,
  .top#top .s-mv__cont .right .fig {
    width: auto;
    height: 21.33vw;
    border-radius: 2.67vw;
  }
  .top#top .s-mv__cont .left .fig img,
  .top#top .s-mv__cont .right .fig img {
    width: auto;
    height: 100%;
  }
  .top#top .s-mv__cont .left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .top#top .s-mv__cont .right {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    order: 5;
  }
  .top#top .s-mv__cont .center {
    display: contents;
  }
  .top#top .s-mv__cont .center .logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 25.5rem;
    margin-bottom: 5.33vw;
  }
  .top#top .s-mv__cont .center .ttl {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 86.93vw;
    margin-top: 10.67vw;
  }
  .top#top .s-mv__cont .center .ttl .or {
    width: 68vw;
    margin: 0 auto 12.8vw;
  }
  .top#top .s-mv__cont .center .ttl::before, .top#top .s-mv__cont .center .ttl::after {
    top: 6.13vw;
    width: 1.07vw;
    height: 25.6vw;
  }
  .top#top .s-mv__cont .center .desc {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    width: 50.93vw;
    margin: 4vw auto 10.67vw;
  }
  .top#top .s-about {
    padding-top: 10rem;
  }
  .top#top .s-about__cont {
    width: 100%;
    padding-bottom: 28rem;
  }
  .top#top .s-about__cont .ttl {
    font-size: min(2.8rem, 28px);
  }
  .top#top .s-about__cont .desc {
    margin-top: 3.4rem;
    font-weight: 500;
    font-size: min(1.6rem, 16px);
    line-height: 1.88;
  }
  .top#top .s-about__cont .fig {
    width: 1rem;
  }
  .top#top .s-about__cont .fig.fig01 {
    top: auto;
    bottom: 34.67vw;
    left: -2.67vw;
    width: 20.53vw;
  }
  .top#top .s-about__cont .fig.fig02 {
    z-index: 3;
    top: auto;
    right: auto;
    bottom: 17.6vw;
    left: 6.13vw;
    width: 23.47vw;
  }
  .top#top .s-about__cont .fig.fig03 {
    right: calc(50% - 20.8vw);
    width: 41.6vw;
  }
  .top#top .s-about__cont .fig.fig04 {
    top: auto;
    bottom: 30.67vw;
    left: 49.07vw;
    width: 28.27vw;
  }
  .top#top .s-about__cont .fig.fig05 {
    top: auto;
    bottom: 11.73vw;
    left: 74.13vw;
    width: 33.87vw;
  }
  .top#top .s-about__cont .fig.fig06 {
    top: auto;
    bottom: 40.27vw;
    left: 81.6vw;
    width: 20.53vw;
  }
  .top#top .s-service {
    padding: 10rem 0 5rem;
  }
  .top#top .s-service__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 4rem;
    flex-direction: column;
  }
  .top#top .s-service__cont .txt {
    width: 100%;
  }
  .top#top .s-service__cont .txt__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .top#top .s-service__cont .txt__ttl .en {
    width: 17.3rem;
  }
  .top#top .s-service__cont .txt__lead {
    margin-top: 2.8rem;
    font-size: min(2.8rem, 28px);
    line-height: 1.43;
  }
  .top#top .s-service__cont .txt__desc {
    margin-top: 2.7rem;
    font-weight: 500;
    font-size: min(1.6rem, 16px);
    line-height: 1.88;
  }
  .top#top .s-service__cont .illust {
    width: 100%;
  }
  .top#top .s-service__cont .illust::before {
    top: 12.9%;
    width: 81%;
    background-image: url("../img/service_circle_sp.svg");
  }
  .top#top .typoSlider01 {
    margin-top: 3rem;
  }
  .top#top .pageLinks {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-top: 10rem;
    padding-bottom: 2.3rem;
  }
  .top#top .pageLinks .link {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 16.4rem;
    height: 6rem;
    padding: 0 1.6rem;
    border-radius: 1rem;
  }
  .top#top .pageLinks .link::before {
    width: calc(100% - 0.8rem);
    height: calc(100% - 0.8rem);
    border-radius: 1rem;
  }
  .top#top .pageLinks .link .txt {
    row-gap: 0.2rem;
    place-items: center start;
  }
  .top#top .pageLinks .link .txt .en {
    height: 1.2rem;
  }
  .top#top .pageLinks .link .txt .jp {
    line-height: 1.14;
  }
  .top#top .pageLinks .link .icon {
    -webkit-transform: none;
    position: static;
    width: 2.1rem;
    transform: none;
  }
  .top#top .pageLinks .link.company .en {
    height: 1.4rem;
  }
  .top#top .s-athletes {
    padding: 6.5rem 0 13rem;
    border-radius: 3rem 3rem 0 0;
  }
  .top#top .s-athletes__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 3rem;
    flex-direction: column;
  }
  .top#top .s-athletes__cont .txt {
    width: 100%;
  }
  .top#top .s-athletes__cont .txt__ttl .en {
    width: 24.8rem;
  }
  .top#top .s-athletes__cont .txt__ttl .jp {
    margin-top: 1rem;
  }
  .top#top .s-athletes__cont .txt__lead {
    margin-top: 1.4rem;
    font-size: min(2.8rem, 28px);
    line-height: 1.43;
  }
  .top#top .s-athletes__cont .txt__desc {
    margin-top: 2.7rem;
    font-weight: 500;
    font-size: min(1.6rem, 16px);
    line-height: 1.88;
  }
  .top#top .s-athletes__cont .txt__link {
    margin: 4rem auto 0;
  }
  .top#top .s-athletes .photoSlider {
    margin-top: 3.4rem;
  }
  .top#top .s-athletes .flow {
    padding: 4rem 0 0 2rem;
  }
  .top#top .s-athletes .flow__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .top#top .s-athletes .flow__ttl .en {
    width: 10rem;
  }
  .top#top .s-athletes .flow__cont {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    margin-top: 2.2rem;
  }
  .top#top .s-athletes .flow__cont .step {
    width: 32rem;
  }
  .top#top .s-athletes .flow__cont .step .txt {
    width: 50;
    padding: 1.5rem 2rem;
  }
  .top#top .s-athletes .flow__cont .step .txt__num {
    font-size: min(1.8rem, 18px);
  }
  .top#top .s-athletes .flow__cont .step .txt__ttl {
    margin-top: 0.5rem;
    font-size: min(2rem, 20px);
  }
  .top#top .s-athletes .flow__cont .step .txt__desc {
    margin-top: 0.5rem;
  }
  .top#top .s-athletes .flow__cont .step .fig img {
    -o-object-fit: cover;
    -o-object-position: center;
    object-fit: cover;
    object-position: center;
    scale: 1.2;
  }
  .top#top .s-athletes .faq {
    padding-top: 5rem;
  }
  .top#top .s-athletes .faq__ttl {
    row-gap: 0.5rem;
  }
  .top#top .s-athletes .faq__ttl .en {
    width: 10rem;
  }
  .top#top .s-athletes .faq__cont {
    margin-top: 2.4rem;
  }
  .top#top .s-athletes .faq__cont .list__item {
    padding: 0 1.5rem;
  }
  .top#top .s-athletes .faq__cont .list__item .wrap {
    -webkit-column-gap: 1.7rem;
    -moz-column-gap: 1.7rem;
    column-gap: 1.7rem;
    padding: 2rem 0.5rem;
  }
  .top#top .s-athletes .faq__cont .list__item .wrap .en {
    width: 2.2rem;
    font-size: min(2rem, 20px);
  }
  .top#top .s-athletes .faq__cont .list__item .wrap.question {
    min-height: none;
  }
  .top#top .s-athletes .faq__cont .list__item .wrap.question .txt {
    font-size: min(1.6rem, 16px);
    line-height: 1.63;
  }
  .top#top .s-athletes .faq__cont .list__item .wrap.question .cross {
    width: 2.8rem;
  }
  .top#top .s-athletes .faq__cont .list__item .wrap.answer .txt {
    margin-top: 0;
    font-size: min(1.4rem, 14px);
    line-height: 1.86;
  }
  .top#top .s-company {
    margin-top: -3rem;
    padding: 6.5rem 0 8rem;
    border-radius: 3rem 3rem 0 0;
  }
  .top#top .s-company__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 6rem;
    flex-direction: column;
  }
  .top#top .s-company__cont .txt {
    width: 100%;
  }
  .top#top .s-company__cont .txt__ttl {
    margin-right: 0;
  }
  .top#top .s-company__cont .txt__ttl .jp {
    margin-top: 0.5rem;
  }
  .top#top .s-company__cont .txt__lead {
    margin-top: 1.4rem;
    font-size: min(2.8rem, 28px);
    line-height: 1.43;
  }
  .top#top .s-company__cont .txt__desc {
    margin-top: 2.7rem;
    font-weight: 500;
    font-size: min(1.6rem, 16px);
    line-height: 1.88;
  }
  .top#top .s-company__cont .txt__link {
    margin: 4rem auto 0;
  }
  .top#top .s-company__cont .illust {
    margin-top: 0;
  }
  .top#top .s-company .photoSlider {
    margin-top: 3.4rem;
  }
  .top#top .s-company .work {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 3.5rem;
    flex-direction: column;
    margin: 0 2rem;
    padding: 6rem 0 8rem;
  }
  .top#top .s-company .work .txt {
    width: 100%;
  }
  .top#top .s-company .work .txt__ttl .sub {
    font-size: min(1.8rem, 18px);
  }
  .top#top .s-company .work .txt__ttl .main {
    margin-top: 0.5rem;
    font-size: min(2.8rem, 28px);
    line-height: 1.43;
  }
  .top#top .s-company .work .txt__lead {
    margin-top: 2rem;
    font-size: min(1.8rem, 18px);
    line-height: 1.56;
  }
  .top#top .s-company .work .txt__desc {
    margin-top: 3.5rem;
    font-size: min(1.6rem, 16px);
    line-height: 1.88;
  }
  .top#top .s-company .work .photo {
    row-gap: 1.8rem;
    width: 100%;
  }
  .top#top .s-company .point {
    padding: 8rem 0;
  }
  .top#top .s-company .point__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 3rem;
    flex-direction: column;
  }
  .top#top .s-company .point__cont .wrap {
    padding: 4.5rem 2rem 4rem;
  }
  .top#top .s-company .flow {
    padding: 4rem 0 0 2rem;
  }
  .top#top .s-company .flow__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .top#top .s-company .flow__ttl .en {
    width: 10rem;
  }
  .top#top .s-company .flow__cont {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    margin-top: 2.2rem;
  }
  .top#top .s-company .flow__cont .step {
    width: 32rem;
  }
  .top#top .s-company .flow__cont .step .txt {
    width: 50;
    padding: 1.5rem 2rem;
  }
  .top#top .s-company .flow__cont .step .txt__num {
    font-size: min(1.8rem, 18px);
  }
  .top#top .s-company .flow__cont .step .txt__ttl {
    margin-top: 0.5rem;
    font-size: min(2rem, 20px);
  }
  .top#top .s-company .flow__cont .step .txt__desc {
    margin-top: 0.5rem;
  }
  .top#top .s-company .flow__cont .step .fig img {
    -o-object-fit: cover;
    -o-object-position: center;
    object-fit: cover;
    object-position: center;
    scale: 1.2;
  }
  .top#top .s-company .contact__lead {
    font-size: min(2.8rem, 28px);
    line-height: 1.43;
  }
  .top#top .s-company .contact__desc {
    margin-top: 2.4rem;
    font-size: min(1.6rem, 16px);
    line-height: 1.88;
  }
  .top#top .s-company .contact__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3rem;
    padding: 4rem 3.5rem;
  }
  .top#top .s-company .contact__link .ttl .en {
    width: 18rem;
  }
  .top#top .s-company .contact__link .desc {
    margin-top: 2.4rem;
    font-size: min(1.4rem, 14px);
    line-height: 1.86;
  }
  .top#top .s-company .contact__link .icon {
    margin-top: 1rem;
    margin-left: auto;
  }
  .top#top .s-company .faq {
    padding-top: 10rem;
  }
  .top#top .s-company .faq__ttl {
    row-gap: 0.5rem;
  }
  .top#top .s-company .faq__ttl .en {
    width: 10rem;
  }
  .top#top .s-company .faq__cont {
    margin-top: 2.4rem;
  }
  .top#top .s-company .faq__cont .list__item {
    padding: 0 1.5rem;
  }
  .top#top .s-company .faq__cont .list__item .wrap {
    -webkit-column-gap: 1.7rem;
    -moz-column-gap: 1.7rem;
    column-gap: 1.7rem;
    padding: 2rem 0.5rem;
  }
  .top#top .s-company .faq__cont .list__item .wrap .en {
    width: 2.2rem;
    font-size: min(2rem, 20px);
  }
  .top#top .s-company .faq__cont .list__item .wrap.question {
    min-height: none;
  }
  .top#top .s-company .faq__cont .list__item .wrap.question .txt {
    font-size: min(1.6rem, 16px);
    line-height: 1.63;
  }
  .top#top .s-company .faq__cont .list__item .wrap.question .cross {
    width: 2.8rem;
  }
  .top#top .s-company .faq__cont .list__item .wrap.answer .txt {
    margin-top: 0;
    font-size: min(1.4rem, 14px);
    line-height: 1.86;
  }
  .top#top .typoSlider02 {
    margin: 1.4rem 0 1rem;
  }
}
@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}