@charset "UTF-8";



/* ---------------------------------------------------------
  Reset
--------------------------------------------------------- */

/* Common
--------------------------------------------------------- */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
}

/* Document
--------------------------------------------------------- */

html {
  width: 100%;
  height: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%;
}

body {
  line-height: 2;
  background-color: #fff;
  text-align: left;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* Sections
--------------------------------------------------------- */

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* Grouping content
--------------------------------------------------------- */

ol,
ul {
  padding: 0;
  list-style: none;
  list-style-type: none;
}

dt {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

address {
  font-style: normal;
  line-height: inherit;
}

/* Text-level semantics
--------------------------------------------------------- */

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
--------------------------------------------------------- */

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

/* Forms
--------------------------------------------------------- */

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  border: none;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

select::-ms-value {
  color: currentColor;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* Attribute
--------------------------------------------------------- */

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

*::-moz-focus-inner {
  padding: 0;
  border: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}

:root {
  --base-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, YuGothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  --base-letter-spacing: 0;
  --base-font-size: clamp(1.4rem, (1.4rem + ((1vw - 0.3rem) * 0.2222)), 1.6rem);
  --font-size-tiny: clamp(1.2rem, (1.2rem + ((1vw - 0.48rem) * 0.2778)), 1.4rem);
  --font-size-small: clamp(1.3rem, (1.3rem + ((1vw - 0.48rem) * 0.2778)), 1.5rem);
  --font-size-middle: clamp(1.5rem, (1.6rem + ((1vw - 0.48rem) * 0.2778)), 1.8rem);
  --font-size-large: clamp(1.7rem, (1.8rem + ((1vw - 0.3rem) * 0.4444)), 2.2rem);
  --font-size-xl: clamp(1.8rem, (1.9rem + ((1vw - 0.48rem) * 0.6944)), 2.5rem);
  --font-size-huge: clamp(1.9rem, (2rem + ((1vw - 0.48rem) * 1.5278)), 3rem);
  --base-line-height: 1.6;
  --wrapper-width: 1380px;
  --wrapper-min-width: 1380px;
  --wrapper-width-narrow: 520px;
  --wrapper-width-small: 840px;
  --wrapper-width-middle: 1020px;
  --wrapper-width-large: 1380px;
  --wrapper-width-huge: 1920px;
  --base-gutter: 2rem;
  --main-container-padding-bottom: 3rem;
  --form-element-font-size: 1.4rem;
  --form-element-line-height: 1.2;
  --form-element-padding-y: 0.8rem;
  --form-element-padding-x: 1rem;
  --form-element-border-radius: 0.2rem;
  --checkbox-size: 20px;
  --grid4-col-width: calc((100% - 2rem) / 2);
  --grid4-gutter: 2rem;
}

:root {
  --base-font-color: #242424;
  --main-color: #045aaa;
  --rainy-day: #e2e9f7;
  --misty-blue: #d4e6f7;
  --primary-color: #d53c14;
  --emphasis: #d53c14;
  --white: #fff;
  --light-silver: #eee;
  --moon-gray: #e0e0e0;
  --gray: #bcbcbc;
  --steel-gray: #707070;
  --link-text-color: var(--base-font-color);
  --link-text-visited-color: var(--base-font-color);
  --link-text-hover-color: var(--base-font-color);
  --link-text-active-color: var(--base-font-color);
  --body-bg-color: var(--misty-blue);
  --header-border-color: var(--gray);
  --header-bg-color: var(--white);
  --input-border-color: var(--gray);
  --login-body-bg-color: var(--light-silver);
  --login-bg-color: var(--white);
  --login-border-color: var(--moon-gray);
  --login-type-color: var(--main-color);
  --icons-main-color: var(--main-color);
  --icons-light-bg-color: var(--rainy-day);
  --icons-light-bg-color2: var(--rainy-day);
  --icons-sub-color: var(--steel-gray);
  --icons-white-color: var(--white);
}

/* ---------------------------------------------------------
  common: parts
--------------------------------------------------------- */

/* heading
--------------------------------------------------------- */

.crowd-status__title,
.crowd-status__percentage,
.login-title,
.login-field__title,
.page-title__title {
  font-weight: 700;
}

/* ---------------------------------------------------------
  common: layout
--------------------------------------------------------- */

.page-title__inner,
.l-main,
.l-header__inner {
  width: 100%;
  max-width: calc(var(--wrapper-width, 1380px) + (var(--base-gutter, 20px) * 2));
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--base-gutter, 2rem);
  padding-right: var(--base-gutter, 2rem);
}

.page-title {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* ---------------------------------------------------------
  common: flexbox layout
--------------------------------------------------------- */

.my-page-menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.my-page-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-header__inner,
.my-page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.crowd-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.my-page-menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.my-page-menu__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.user-info {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

/* ---------------------------------------------------------
  Base
--------------------------------------------------------- */

/* body
--------------------------------------------------------- */

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  line-height: var(--base-line-height);
  background-color: var(--body-bg-color);
  color: var(--base-font-color);
  font-family: var(--base-font-family);
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  font-size: 1.6rem;
  word-break: normal;
  word-wrap: break-word;
  letter-spacing: --base-letter-spacing;
}

@supports (width: min(10px, 5vw)) {
  body {
    font-size: var(--base-font-size);
  }
}

/* main
--------------------------------------------------------- */

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/* ---------------------------------------------------------
  Element style
--------------------------------------------------------- */

/* link
--------------------------------------------------------- */

a[href]:not([class]) {
  color: var(--link-text-color);
  text-decoration: underline;
}

a[href]:not([class]):hover {
  color: var(--link-text-hover-color);
  text-decoration: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

a[href][class] {
  color: var(--base-font-color);
  text-decoration: none;
}

a[href][class]:hover {
  color: var(--base-font-color);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

/* input, textarea, button
--------------------------------------------------------- */

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=number],
input[type=password],
textarea,
select,
label {
  font-size: var(--form-element-font-size);
  vertical-align: middle;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=number],
input[type=password],
textarea {
  padding: var(--form-element-padding-y) var(--form-element-padding-x);
  border-radius: var(--form-element-border-radius);
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bfbfbf;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bfbfbf;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bfbfbf;
}

input[type=text]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #bfbfbf;
}

input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  color: #bfbfbf;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=number],
input[type=password],
textarea,
select {
  border: 1px solid var(--input-border-color);
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus,
select:focus,
button:focus,
select:focus,
input[type=radio]:focus + .radio-icon input[type=checkbox]:focus + .check-icon {
  border-color: var(--base-font-color);
}

label {
  cursor: pointer;
  line-height: var(--form-element-line-height);
}

/* select, radio, checkbox
--------------------------------------------------------- */

input[type=radio],
input[type=checkbox] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}

label {
  position: relative;
}

/* ---------------------------------------------------------
  Site header
--------------------------------------------------------- */

/* l-header
--------------------------------------------------------- */

.l-header {
  --gutter: 1.5rem;
  position: relative;
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
  border-bottom: 1px solid var(--header-border-color, #bcbcbc);
  background-color: var(--header-bg-color, #fff);
}

.l-header__inner {
  --wrapper-width: var(--wrapper-width-large);
}

/* site-logo
--------------------------------------------------------- */

.site-logo {
  --logo-height: 4.6rem;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: auto;
  line-height: 1;
}

.site-logo a {
  text-decoration: none !important;
}

.site-logo a:hover {
  opacity: 0.8;
}

.site-logo img {
  max-height: var(--logo-height);
}

@supports (width: min(10px, 5vw)) {
  .site-logo {
    --logo-height: clamp(2.8rem, (2.8rem + 1vw), 4.6rem);
  }
}

/* my-page-header
--------------------------------------------------------- */

.my-page-header {
  width: 100%;
  padding-left: 2rem;
}

/* user-info
--------------------------------------------------------- */

.user-info {
  width: 100%;
  padding: 0.8em 0.5em 0 0;
  line-height: 1.4;
  font-size: 1.4rem;
  text-align: right;
}

.user-info__company {
  margin-right: 1em;
}

@supports (width: min(10px, 5vw)) {
  .user-info {
    font-size: var(--font-size-small);
  }
}

/* user-logout
--------------------------------------------------------- */

.user-logout,
.return-menu {
  --font-size: 0.8rem;
  position: absolute;
  top: 1.4rem;
  line-height: 1;
  text-align: center;
}

.user-logout__link:hover,
.return-menu__link:hover {
  opacity: 0.8;
}

.user-logout__text,
.return-menu__text {
  display: block;
  margin-top: 0.6em;
  font-size: var(--font-size);
  white-space: nowrap;
}

.user-logout {
  right: 4.8rem;
  margin-right: 1em;
}

.user-logout__icon {
  width: 2.6rem;
  height: 2.5rem;
}

/* return-menu
--------------------------------------------------------- */

.return-menu {
  right: 1.8rem;
}

.return-menu__icon {
  width: 2.4rem;
  height: 2.4rem;
}

/* ---------------------------------------------------------
  Main container
--------------------------------------------------------- */

/* l-main
--------------------------------------------------------- */

.l-main {
  padding-bottom: var(--main-container-padding-bottom);
}

.l-main.narrow {
  --wrapper-width: var(--wrapper-width-narrow);
}

.l-main.small {
  --wrapper-width: var(--wrapper-width-small);
}

.l-main.middle {
  --wrapper-width: var(--wrapper-width-middle);
}

.l-main.large {
  --wrapper-width: var(--wrapper-width-large);
}

.l-main.huge {
  --wrapper-width: var(--wrapper-width-huge);
}

/* ---------------------------------------------------------
  Site footer
--------------------------------------------------------- */

/* l-footer
--------------------------------------------------------- */

.l-footer {
  position: relative;
  padding: 2rem;
  background-color: #fff;
  text-align: center;
}

/* copyright
--------------------------------------------------------- */

.copyright {
  --copyright-font-size: 1.4rem;
  color: var(--base-font-color);
  font-size: var(--copyright-font-size);
}

@supports (width: min(10px, 5vw)) {
  .copyright {
    --copyright-font-size: var(--font-size-small);
  }
}

/* page-top
--------------------------------------------------------- */

.page-top {
  --icon-size: 4.6rem;
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: var(--icon-size);
  height: var(--icon-size);
  border-radius: 50%;
  background-color: var(--main-color);
  -webkit-box-shadow: 0 1px 1px rgba(68, 74, 79, 0.06), 0 2px 2px rgba(68, 74, 79, 0.06), 0 4px 4px rgba(68, 74, 79, 0.06), 0 8px 8px rgba(68, 74, 79, 0.06), 0 16px 16px rgba(68, 74, 79, 0.06);
  box-shadow: 0 1px 1px rgba(68, 74, 79, 0.06), 0 2px 2px rgba(68, 74, 79, 0.06), 0 4px 4px rgba(68, 74, 79, 0.06), 0 8px 8px rgba(68, 74, 79, 0.06), 0 16px 16px rgba(68, 74, 79, 0.06);
  cursor: pointer;
  z-index: 2;
}

.page-top::before {
  content: "";
  display: block;
  width: calc(var(--icon-size) / 1.4);
  height: calc(var(--icon-size) / 1.4);
  background: url("../img/base/icon-pagetop.svg") no-repeat 0 0;
  background-size: contain;
}

.page-top:hover {
  opacity: 0.8;
}

/* ---------------------------------------------------------
  heading
--------------------------------------------------------- */

/* custom checkbox
--------------------------------------------------------- */

.page-title {
  margin-bottom: var(--main-container-padding-bottom);
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  background-color: var(--white);
  text-align: center;
}

.page-title__title {
  --icon-size: 5px;
  position: relative;
  display: inline-block;
  font-size: 2.2rem;
}

.page-title__title::before,
.page-title__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: var(--icon-size);
  height: var(--icon-size);
  border-radius: calc(var(--icon-size) / 2);
  background-color: var(--main-color);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-title__title::before {
  left: -1em;
}

.page-title__title::after {
  right: -1em;
}

@supports (padding: 10vmin) {
  .page-title {
    padding-top: 6vmin;
    padding-bottom: 6vmin;
  }
}

@supports (width: min(10px, 5vw)) {
  .page-title__title {
    font-size: var(--font-size-xl);
  }
}

/* ---------------------------------------------------------
  form parts
--------------------------------------------------------- */

/* custom checkbox
--------------------------------------------------------- */

input[type=checkbox] + .check-icon {
  display: inline-block;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  margin-right: calc(var(--checkbox-size) / 2.5);
  padding: calc(var(--checkbox-size) / 1.6);
  border: 1px solid var(--input-border-color);
  border-radius: var(--form-element-border-radius);
  background-color: #fff;
  vertical-align: middle;
}

input[type=checkbox]:checked + .check-icon {
  position: relative;
}

input[type=checkbox]:checked + .check-icon::after {
  content: "";
  position: absolute;
  top: calc(var(--checkbox-size) / 10);
  left: calc(var(--checkbox-size) / 2.6);
  width: calc(var(--checkbox-size) / 2);
  height: calc(var(--checkbox-size) / 1.25);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: calc(var(--checkbox-size) / 5) solid var(--main-color);
  border-right: calc(var(--checkbox-size) / 5) solid var(--main-color);
}

input[type=checkbox]:focus + .check-icon {
  border-color: var(--base-font-color);
}

/* custom radio
--------------------------------------------------------- */

input[type=radio] + .radio-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  margin-top: -3px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: colors(white);
}

input[type=radio]:hover + .radio-icon {
  border-color: var(--main-color);
}

input[type=radio]:checked + .radio-icon {
  position: relative;
  border: 1px solid bdr_var(--main-color);
  -webkit-box-shadow: 0 0 0 5px colors(white) inset;
  box-shadow: 0 0 0 5px colors(white) inset;
  background: var(--main-color);
  content: "";
}

/* ---------------------------------------------------------
  button
--------------------------------------------------------- */

/* common
--------------------------------------------------------- */

:root {
  --btn-border-radius: 5px;
  --btn-bg-color: var(--main-color);
  --btn-text-color: var(--white);
  --btn-padding: 1rem;
}

.button--small {
  --btn-padding: 0.5rem;
}

.button--large {
  --btn-padding: 1.5rem;
}

@supports (width: min(10px, 5vw)) {
  body {
    font-size: var(--base-font-size);
  }
}

.button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: var(--btn-padding);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: transparent;
  position: relative;
  display: inline-block;
  border-radius: var(--btn-border-radius);
  text-align: center;
  cursor: pointer;
  line-height: var(--form-element-line-height);
  font-size: var(--form-element-font-size);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  vertical-align: middle;
}

.button:hover {
  --btn-bg-color: darken(var(--btn-bg-color), 5%);
}

.button:focus {
  outline: 1px dotted ButtonText;
}

.button img {
  line-height: 1;
  vertical-align: middle;
}

/* button-login
--------------------------------------------------------- */

.button-login {
  width: 100%;
  padding: 1em;
  background-color: var(--main-color);
  color: var(--white);
}

/* ---------------------------------------------------------
/* Utility
--------------------------------------------------------- */

/* New line
--------------------------------------------------------- */

/* ---------------------------------------------------------
  Login
--------------------------------------------------------- */

/* body
--------------------------------------------------------- */

.login-page {
  --body-bg-color: var(--login-body-bg-color, #f5f5f5);
}

/* login
--------------------------------------------------------- */

.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8rem 2rem 4rem;
}

.login__inner {
  width: var(--wrapper-width-narrow);
  padding: 4rem 6rem;
  border: 1px solid var(--login-border-color, #e0e0e0);
  border-radius: 4px;
  background-color: var(--login-bg-color, #fff);
}

.login__check {
  margin-top: 2em;
}

.login__check label {
  font-size: 1.5rem;
}

.login__button {
  margin-top: 2rem;
  text-align: center;
}

.login__pwd-info {
  margin-top: 2em;
  font-size: 1.3rem;
  color: #B1ADA9 !important;
  text-align: center;
}

@supports (padding: 10vmin) {
  .login {
    padding: 8vmin 6vmin;
  }

  .login__inner {
    padding: 6vmin 8vmin;
  }
}

@supports (width: min(10px, 5vw)) {
  .login__check label {
    font-size: var(--font-size-small);
  }

  .login__pwd-info {
    font-size: var(--font-size-tiny);
  }
}

/* login-title
--------------------------------------------------------- */

.login-title {
  line-height: 1.6;
  font-size: 2rem;
  text-align: center;
}

.login-title__type {
  display: block;
  color: var(--login-type-color);
}

@supports (width: min(10px, 5vw)) {
  .login-title {
    font-size: var(--font-size-large);
  }
}

/* login-field
--------------------------------------------------------- */

.login-field {
  margin: 1.8em 0 1.2em;
}

.login-field__item + .login-field__item {
  margin-top: 1em;
}

.login-field__title {
  margin-bottom: 0.6em;
}

.login-field__input {
  width: 100%;
}

.login-field__input + .login-field__title {
  margin-top: 1em;
}

/* ---------------------------------------------------------
  My page
--------------------------------------------------------- */

/* my page menu
--------------------------------------------------------- */

.my-page-menu {
  --my-page-menu-icon-size: 6rem;
  --my-page-menu-padding: 2rem 1rem;
  margin-top: calc(-1 * var(--grid4-gutter));
}

.my-page-menu__item {
  width: var(--grid4-col-width);
  margin-top: var(--grid4-gutter);
}

.my-page-menu__link {
  --border-radius: 2px;
  width: 100%;
  padding: var(--my-page-menu-padding);
  border-radius: var(--border-radius);
  background-color: #fff;
  -webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.1);
}

.my-page-menu__link:hover {
  background-color: var(--main-color);
}

.my-page-menu__link:hover .my-page-menu__text {
  color: var(--white);
}

.my-page-menu__icon {
  max-width: var(--my-page-menu-icon-size);
  max-height: var(--my-page-menu-icon-size);
  line-height: 1;
}

.my-page-menu__text {
  margin-top: 1em;
  display: block;
  line-height: 1.4;
  font-size: var(--font-size-middle);
  text-align: center;
}

@supports (width: min(10px, 5vw)) {
  .my-page-menu {
    --font-size: clamp(1.4rem, (1.4rem + ((1vw - 0.48rem) * 0.5556)), 1.8rem);
  }

  .my-page-menu__text {
    font-size: var(--font-size);
  }
}

/* my page icons for icons.svg
--------------------------------------------------------- */

.icons-fill-light-blue {
  fill: var(--icons-light-bg-color);
}

.icons-fill-light-blue2 {
  fill: var(--icons-light-bg-color2);
}

.icons-fill-white {
  fill: var(--icons-white-color);
}

.icons-fill-blue {
  fill: var(--icons-main-color);
}

.icons-fill-gray {
  fill: var(--icons-sub-color);
}

.icons-stroke-light-blue {
  stroke: var(--icons-light-bg-color2);
}

.icons-stroke-gray {
  stroke: var(--icons-sub-color);
}

.icons-stroke-blue {
  stroke: var(--icons-main-color);
}

.icons-stroke-white {
  stroke: var(--icons-white-color);
}

.my-page-menu__item:hover .my-page-menu__icon {
  --icons-main-color: #fff;
  --icons-light-bg-color: transparent;
  --icons-light-bg-color2: var(--main-color);
  --icons-sub-color: #fff;
  --icons-white-color: var(--main-color);
}

/* crowd status for visitors
--------------------------------------------------------- */

#visitor-my-page .l-main {
  position: relative;
}

.crowd-status {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  right: 0;
  margin-top: 2rem;
  padding: 2rem 2rem;
  background-color: var(--white);
  -webkit-box-shadow: 1px 1px 1px rgba(68, 74, 79, 0.06), 1px 2px 2px rgba(68, 74, 79, 0.06), 1px 4px 4px rgba(68, 74, 79, 0.06), 1px 8px 8px rgba(68, 74, 79, 0.06), 1px 16px 16px rgba(68, 74, 79, 0.06);
  box-shadow: 1px 1px 1px rgba(68, 74, 79, 0.06), 1px 2px 2px rgba(68, 74, 79, 0.06), 1px 4px 4px rgba(68, 74, 79, 0.06), 1px 8px 8px rgba(68, 74, 79, 0.06), 1px 16px 16px rgba(68, 74, 79, 0.06);
  z-index: 1;
}

.crowd-status__title,
.crowd-status__percentage {
  line-height: 1.2;
}

.crowd-status__title {
  margin-right: 0.6em;
  font-size: 1.8rem;
}

.crowd-status__percentage {
  font-size: 2.5rem;
}

.crowd-status__image.crowd1 {
  width: 6rem;
}

.crowd-status__image.crowd2 {
  width: 7rem;
}

.crowd-status__image.crowd3 {
  width: 9rem;
}

.crowd-status__image.crowd4 {
  width: 10rem;
  margin: -1rem 0;
}

@supports (width: min(10px, 5vw)) {
  .crowd-status__title {
    font-size: var(--font-size-middle);
  }

  .crowd-status__percentage {
    font-size: var(--font-size-xl);
  }
}

@media screen and (min-width: 480px) {
  .my-page-menu {
    --my-page-menu-icon-size: 7rem;
  }
}

@media print, screen and (min-width: 768px) {
  :root {
    --main-container-padding-bottom: 5rem;
    --grid4-col-width: calc((100% - 6rem) / 3);
    --grid4-gutter: 3rem;
  }

  .l-header {
    --gutter: 2.7rem;
  }

  .l-header__inner {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .my-page-header {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
  }

  .user-info {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 2em;
    padding: 0 2em 0 0;
  }

  .user-info::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 80%;
    border-right: 2px solid #c3c3c3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .user-info__company {
    display: block;
    margin-right: 0;
  }

  .user-logout,
  .return-menu {
    --font-size: 1rem;
    position: static;
    top: auto;
    right: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .page-top {
    width: 5.5rem;
    height: 5.5rem;
  }

  .page-title__title {
    --icon-size: 7px;
  }

  .my-page-menu::before {
    content: "";
    display: block;
    width: var(--grid4-col-width);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #visitor-my-page .l-main {
    padding-bottom: 16rem;
  }

  .crowd-status {
    position: fixed;
    bottom: 10rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (auto)[2];
    grid-template: auto/repeat(2, auto);
  }

  .crowd-status__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }

  .crowd-status__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
}

@media print, screen and (min-width: 1025px) {
  :root {
    --base-line-height: 1.8;
    --base-gutter: 3rem;
    --form-element-font-size: 1.6rem;
    --grid4-col-width: calc((100% - 12rem) / 4);
  }

  .my-page-menu {
    --my-page-menu-icon-size: 9rem;
    --my-page-menu-padding: 5rem 2rem 2rem;
  }

  .my-page-menu::after {
    content: "";
    display: block;
    width: var(--grid4-col-width);
  }

  .my-page-menu__link {
    --border-radius: 3px;
    min-height: calc(var(--my-page-menu-icon-size) + 10em);
  }
}

@media screen and (max-width: 767px) {
  .crowd-status__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1em;
  }
}

@media screen and (max-width: 480px) {
  .l-header__inner {
    --base-gutter: 1.5rem;
  }

  .new-line-only-small {
    display: block;
  }
}

@media all and (-ms-high-contrast: none) {
  html {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  header,
  footer {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  body {
    width: 100%;
  }

  main {
    min-height: 1px;
  }

  .page-top {
    width: 5.5rem !important;
    height: 5.5rem !important;
  }

  .my-page-menu__link:hover {
    background-color: #777;
  }

  .crowd-status__image.crowd1 {
    height: 6rem;
  }

  .crowd-status__image.crowd2 {
    height: 6.5rem;
  }

  .crowd-status__image.crowd3 {
    height: 8rem;
  }

  .crowd-status__image.crowd4 {
    height: 9rem;
  }
}