@charset "UTF-8";

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #3C3B44;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  color: #0078FF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a .material-icons {
  display: inline-block;
  text-decoration: none;
  vertical-align: text-bottom;
}

a .material-icons:hover {
  text-decoration: none;
}

.material-icons {
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 1;
}

.material-icons.md-24 {
  font-size: 2.4rem;
}

.material-icons.md-36 {
  font-size: 3.6rem;
}

.material-icons.md-48 {
  font-size: 4.8rem;
}

.material-icons-pseudo {
  -webkit-user-select: none;
  -moz-user-select: none;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  user-select: none;
}

.material-icons-pseudo::before {
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Material Icons";
}

.material-icons-pseudo.payoff::before {
  content: "\ef63";
}

.material-icons-pseudo.book::before {
  content: "\e745";
}

.material-icons-pseudo.chat::before {
  content: "\e0bf";
}

.material-icons-pseudo.attendance {
  justify-content: center;
  margin: 0;
}

.material-icons-pseudo.attendance::before {
  content: "\e742";
}

.material-icons-pseudo.setting::before {
  content: "\e8b8";
}

.material-icons-pseudo.businesstrip::before {
  content: "\e905";
}

.material-icons-pseudo.manual::before {
  content: "\e88e";
}

.material-icons-pseudo.contract::before {
  content: "\ebcb";
}

.material-icons-pseudo.hr::before {
  content: "\e7fd";
}

.material-icons-pseudo.hr-box::before {
  content: "\e7ef";
}

.material-icons-pseudo.others::before {
  content: "\e2c7";
}

.material-icons-pseudo.location::before {
  content: "\e0c8";
}

.material-icons-pseudo.analytics::before {
  content: "\ef3e";
}

.material-icons-pseudo.md-24::before {
  font-size: 2.4rem;
}

.material-icons-pseudo.md-36::before {
  font-size: 3.6rem;
}

.material-icons-pseudo.md-48::before {
  font-size: 4.8rem;
}

.material-icons-pseudo-text {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
}

.form-color-list li.calendar-01 .color {
  background-color: #ff9446;
}

.form-color-list li.calendar-02 .color {
  background-color: #0088d0;
}

.form-color-list li.calendar-03 .color {
  background-color: #d00000;
}

.form-color-list li.calendar-04 .color {
  background-color: #16c1b4;
}

.form-color-list li.calendar-05 .color {
  background-color: #d1a644;
}

.form-color-list li.calendar-06 .color {
  background-color: #9800d0;
}

.global-container {
  display: grid;
  grid-template-rows: 80px auto 65px;
  grid-template-columns: 90px auto 380px;
  grid-template-areas: "nav header header" "nav main utility" "footer footer footer";
  grid-auto-flow: row;
  padding-right: 1.71em;
  background-color: #F6F7FB;
}

.global-container.is-error,
.global-container.has-iframe {
  grid-template-rows: 80px auto 65px;
  grid-template-columns: 1fr;
  grid-template-areas: "header" "main" "footer";
  padding-right: 0;
}

.global-container.has-iframe .global-header-utility {
  display: none;
}

.global-header {
  grid-area: header;
}

.global-footer {
  grid-area: footer;
}

.global-nav {
  grid-area: nav;
}

.global-main {
  display: flex;
  position: relative;
  grid-area: main;
  flex-direction: column;
  margin-bottom: 3.42em;
  padding: 0 1.14em;
}

.global-utility {
  grid-area: utility;
  margin-bottom: 3.42em;
}

.global-utility-close {
  display: none;
}

.global-header {
  display: grid;
  grid-template-columns: auto 356px;
  grid-template-areas: "util logo";
  padding: 1.14em 1.71em 1.14em 1.14em;
  gap: 0 1.14em;
}

.global-header-logo {
  display: inline-flex;
  grid-area: logo;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.global-header-logo svg {
  stroke: none;
}

.global-header-utility {
  display: flex;
  position: relative;
  grid-area: util;
  align-items: center;
  justify-content: center;
}

.global-header-utility-search {
  max-width: 32em;
}

.global-header-sp-menu-button {
  display: none;
  grid-area: spbutton;
  background-color: transparent;
}

.global-header-sp-menu-button .avatar {
  width: 100%;
  height: 100%;
}

.is-error .global-header {
  padding-left: calc(90px + 1.14em);
}

.global-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  background-color: #2465AF;
  color: #fff;
}

.global-nav {
  background-color: #fff;
}

.global-drawer {
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  width: 37.143em;
  height: 100vh;
  padding: 0 1.14em 11.4em;
  overflow-y: auto;
  transform: translateX(-100%);
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s;
}

.global-drawer.is-active {
  transform: translateX(0);
  opacity: 1;
}

.global-drawer-open {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0.57em;
  background-color: transparent;
}

.global-drawer-open .material-icons {
  z-index: 1;
  position: relative;
  color: #0078FF;
  font-size: 3.6rem;
  vertical-align: top;
}

.global-drawer-open::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border-radius: 50px;
  background-color: #F6F7FB;
  content: "";
  transition: all 0.3s;
}

.global-drawer-open:hover::after {
  transform: scale(1);
}

.global-drawer-close {
  position: relative;
  padding: 0.57em;
  background-color: transparent;
}

.global-drawer-close .material-icons {
  z-index: 1;
  position: relative;
  color: #F88029;
  font-size: 2.4rem;
  vertical-align: top;
}

.global-drawer-close::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border-radius: 50px;
  background-color: #FEECDE;
  content: "";
  transition: all 0.3s;
}

.global-drawer-close:hover::after {
  transform: scale(1);
}

.global-drawer-overlay {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(-100%);
  background-color: transparent;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}

.global-drawer-overlay.is-active {
  transform: translateX(0);
  opacity: 1;
}

.global-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.14em 0;
}

.global-drawer-header-logo {
  stroke: none;
}

.global-drawer-content {
  padding: 1.14em 0;
  border-top: solid 2px #EEEFF4;
}

.global-nav-list-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.14em 0.57em;
  list-style-type: none;
}

.global-nav-list-group-item {
  width: calc(25% - 0.4275em);
}

.global-nav-list-group.is-col-2 .global-nav-list-group-item {
  width: calc(50% - 0.4275em);
}

.global-nav-list-group-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  color: #3C3B44;
  font-weight: bold;
}

.global-nav-list-group-link .material-icons {
  color: #F88029;
  font-size: 3.6rem;
}

.global-nav-list-group-title {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.global-quick-nav {
  display: flex;
  position: sticky;
  top: 0;
  flex-direction: column;
  padding: 1.14em;
  gap: 1.71em 0;
  text-align: center;
}

.global-quick-nav-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #CACAD3;
  text-align: center;
  transition: color 0.3s;
  user-select: none;
}

.global-quick-nav-item:hover {
  color: #F88029;
}

.global-quick-nav-item .material-icons {
  font-size: 3.6rem;
}

.global-link-list-group-item {
  display: flex;
  align-items: center;
  padding: 0.57em;
  border-bottom: 1px solid #EEEFF4;
  color: #3C3B44;
}

.global-link-toggle-title {
  display: flex;
  align-items: center;
  padding: 0.57em 0;
  border-bottom: 1px solid #EEEFF4;
  background-color: transparent;
  font-size: 1.6rem;
  cursor: pointer;
}

.global-link-toggle-title-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125em;
  height: 3.125em;
  margin-right: 1.14em;
  border: 1px solid #EEEFF4;
  border-radius: 50px;
}

.global-link-toggle-title-image .material-icons {
  font-size: 3.6rem;
}

.global-button-group.button-group {
  gap: 0.57em;
}

.global-button-group .button {
  width: 100%;
  height: 3.333em;
  padding: 0.57em 0.38em;
  word-break: break-word;
}

.top-main {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "banner" "bannerlist" "info" "util";
  grid-auto-flow: row;
}

.top-grid-col {
  display: flex;
  flex-direction: column;
}

.top-grid-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.14em;
}

.top-banner {
  display: flex;
  grid-area: banner;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.71em;
  gap: 1.14em;
}

.top-banner-item {
  display: flex;
  position: relative;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  padding: 0 2em 0 11em;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: #EBE9EA;
  transition: opacity 0.3s;
}

.top-banner-item-inner {
  display: flex;
  position: relative;
  flex: 1;
  align-items: center;
  width: 100%;
  gap: 2.28em;
}

.top-banner-item-inner:hover .button {
  background-color: transparent;
  color: #2465AF;
}

.top-banner-link {
  display: flex;
  align-items: center;
  width: 8em;
  color: #3C3B44;
  font-weight: bold;
  font-size: 1.6rem;
  white-space: nowrap;
}

.top-banner-link:hover {
  text-decoration: none;
}

.top-banner-link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.top-banner-ceo {
  background-image: url(/img/index/bg_banner_202507ceo.png), url(/img/index/bg_banner_right.png);
  background-position: left center, right center;
  background-size: contain, contain;
  background-repeat: no-repeat;
}

.top-banner-vision {
  background-image: url(/img/index/bg_banner_vision.png), url(/img/index/bg_banner_right.png);
  background-position: left center, right center;
  background-size: contain, contain;
  background-repeat: no-repeat;
}

.top-banner .button {
  padding: 0.57em;
}

.top-banner-list {
  grid-area: bannerlist;
}

.top-info {
  grid-area: info;
  margin-bottom: 2.28em;
}

.top-util {
  display: grid;
  grid-template-columns: calc(50% - 0.57em) calc(50% - 0.57em);
  grid-auto-flow: row;
  grid-area: util;
  gap: 2.28em 1.14em;
}

.top-news-featured .card-group {
  display: grid;
  grid-template-columns: 1fr;
}

.top-udemy .panel {
  height: 100%;
}

.top-utility {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2.28em;
  gap: 0 1.14em;
}

.top-utility-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.14em;
}

.login-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.login-content {
  display: flex;
  flex: 1;
  flex-direction: row-reverse;
}

.login-left {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 2.28em;
  background-color: #F6F7FB;
}

.login-right {
  display: flex;
  flex-direction: column;
  max-width: 80.37em;
  overflow: hidden;
}

.login-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.login-header-logo svg {
  stroke: none;
}

.login-visual {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.login-visual-image {
  -o-object-fit: contain;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.login-form {
  width: 100%;
  max-width: 28.5em;
  overflow: hidden;
  border: 1px solid #EEEFF4;
  border-radius: 0.57em;
  background-color: #fff;
}

.login-form-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  background-color: #2465AF;
}

.login-form-header-logo svg {
  stroke: none;
}

.login-form-content {
  padding: 1.14em 2.28em;
}

.login-form-footer {
  padding: 1.14em 2.28em 2.28em;
  border-top: 2px solid #EEEFF4;
}

.breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 2.28em;
  padding-bottom: 1.14em;
  overflow-x: auto;
  border-bottom: 2px solid #fff;
  font-weight: bold;
  font-size: 1.2rem;
  list-style-type: none;
  white-space: nowrap;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item::after {
  content: "\e409";
  font-family: "Material Icons";
}

.breadcrumb-item:last-child {
  color: #F88029;
}

.breadcrumb-item:last-child::after {
  content: "";
}

.breadcrumb-link {
  color: #3C3B44;
}

.breadcrumb-inner {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-control {
  flex: 1;
}

.form-select {
  display: block;
  position: relative;
  height: 2.5em;
  border: 1px solid #EEEFF4;
  border-radius: 0.355em;
  border-radius: 50px;
  background-color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select::before {
  position: absolute;
  top: 50%;
  right: 0.285em;
  transform: translateY(-50%);
  content: "\e5cf";
  color: #0078FF;
  font-size: 2.4rem;
  line-height: 1;
  font-family: Material Icons;
}

.form-select > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.57em 2.28em 0.57em 1.14em;
  border-radius: 50px;
  background-color: transparent;
  color: #0078FF;
  font-weight: bold;
  line-height: 1;
}

.form-select > select:focus {
  z-index: 1;
  border-color: #2465AF;
  outline: 0;
  box-shadow: 0 0 0 0.25em rgba(36, 101, 175, 0.3);
}

.form-select.is-rounded-corners {
  border-radius: 0.355em;
}

.form-select.is-rounded-corners > select {
  border-radius: 0.355em;
  color: #3C3B44;
  font-weight: normal;
}

.form-input {
  width: 100%;
  height: 2.5em;
  padding: 0 1.14em;
  border: 1px solid #EEEFF4;
  border-radius: 50px;
  border-radius: 50px;
  background-color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-input:focus {
  z-index: 1;
  border-color: #2465AF;
  outline: 0;
  box-shadow: 0 0 0 0.25em rgba(36, 101, 175, 0.3);
}

.form-input-group {
  display: flex;
  width: 100%;
}

.form-input-group > :not(:first-child),
.form-input-group > :not(:last-child) {
  margin-left: -1px;
  border-radius: 0;
}

.form-input-group > :first-child {
  border-radius: 50px 0 0 50px;
}

.form-input-group > :last-child {
  border-left: 0;
  border-radius: 0 50px 50px 0;
}

.form-input.is-auto {
  width: auto;
}

.form-input.is-rounded-corners {
  border-radius: 0.355em;
}

.form-input-button[type=submit] {
  background-color: transparent;
}

.form-search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.14em 0 0.855em;
  border: 1px solid #EEEFF4;
  background-color: #fff;
  color: #0078FF;
  transition: background-color 0.3s;
}

.form-search-button:focus,
.form-search-button:hover {
  background-color: #2465AF;
  color: #fff;
}

.form-search-button:focus {
  z-index: 1;
  border-color: #2465AF;
  outline: 0;
  box-shadow: 0 0 0 0.25em rgba(36, 101, 175, 0.3);
}

.form-switch {
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 0 0.57em;
  cursor: pointer;
}

.form-switch.is-reverse {
  flex-direction: row-reverse;
}

.form-switch-input {
  position: absolute;
  opacity: 0;
}

.form-switch-input:checked + .form-switch-slider {
  background: #F88029;
}

.form-switch-input:checked + .form-switch-slider::before {
  left: calc(100% - 0.143em);
  transform: translateX(-100%);
}

.form-switch-input:checked + .form-switch-slider + .form-switch-label {
  color: #F88029;
}

.form-switch-slider {
  display: inline-block;
  position: relative;
  width: 2.286em;
  height: 1.286em;
  border-radius: 50px;
  background: #ccc;
  vertical-align: middle;
  transition: all 0.3s;
}

.form-switch-slider::before {
  position: absolute;
  top: 0.143em;
  left: 0.143em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #fff;
  content: "";
  transition: all 0.3s;
}

.form-switch-label {
  font-weight: bold;
  transition: all 0.3s;
}

.form-switch:hover .form-switch-slider::before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}

.form-file {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.14em;
  border: 2px dashed #0078FF;
  border-radius: 0.57em;
  color: #0078FF;
  transition: all 0.3s;
}

.form-file:hover {
  opacity: 0.6;
}

.form-file input[type=file] {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.form-check {
  display: inline-flex;
  position: relative;
  align-items: center;
  padding: 0.285em;
}

.form-check-input {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  cursor: inherit;
  opacity: 0;
}

.form-check-input:checked + .form-check-pseudo::before {
  content: "\e834";
  color: #2465AF;
}

.form-check-pseudo {
  line-height: 1;
}

.form-check-pseudo::before {
  content: "\e835";
  font-size: 2.4rem;
  font-family: "Material Icons";
}

.form-check-label {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
}

.form-radio {
  display: inline-flex;
  position: relative;
  align-items: center;
  padding: 0.285em;
}

.form-radio-input {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  cursor: inherit;
  opacity: 0;
}

.form-radio-input:checked + .form-radio-pseudo::before {
  content: "\e837";
  color: #2465AF;
}

.form-radio-pseudo {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.form-radio-pseudo::before {
  content: "\e836";
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Material Icons";
}

.form-radio-label {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
}

.form-radio-label.is-nowrap {
  white-space: nowrap;
}

.form-group {
  display: inline-flex;
  align-items: center;
  padding: 0 0.25em;
  gap: 0.57em;
}

.form-group > .form-group {
  padding: 0;
}

.form-group.is-vstack {
  flex-direction: column;
  align-items: flex-start;
}

.form-group.is-full-width {
  width: 100%;
}

.form-textarea {
  box-sizing: border-box;
  min-height: 12.857rem;
  padding: 0.57em;
  resize: none;
}

.form-textarea.has-border {
  border: 1px solid #EEEFF4;
}

.form-textarea.is-full-width {
  width: 100%;
}

.form-textarea.is-resize {
  resize: both;
}

.title {
  color: #212121;
  font-size: 2rem;
}

.title-sm {
  font-size: 1.8rem;
}

.title-md {
  font-size: 2.4rem;
}

.title-lg {
  font-size: 3.2rem;
}

.heading {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px;
  background-color: #2465AF;
  color: #fff;
}

.heading a {
  color: #fff;
  text-decoration: underline;
}

.heading a:hover {
  text-decoration: none;
}

.sub-heading {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 16px;
  color: #3C3B44;
}

.sub-heading::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #2465AF;
  content: "";
}

.button {
  -webkit-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17.5em;
  height: 2.667em;
  padding: 0.57em 1.71em;
  border-width: 2px;
  border-style: solid;
  border-radius: 50px;
  border-color: #E6E4E4;
  background-color: #EBEBEE;
  color: #707070;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.3s;
  user-select: none;
}

.button:hover {
  background-color: transparent;
  color: #707070;
  text-decoration: none;
}

.button-outline {
  border-color: #E6E4E4;
  background-color: transparent;
}

.button-outline:hover {
  background-color: #E6E4E4;
}

.button-text {
  min-width: auto;
  padding: 0;
  overflow: hidden;
  gap: 0.57em;
  border: none;
  background-color: transparent;
}

.button-text:hover {
  text-decoration: underline;
}

.button:disabled,
.button.is-disabled {
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
}

.button.is-flexible {
  min-width: auto;
}

.button-primary {
  border-color: #2465AF;
  background-color: #2465AF;
  color: #fff;
}

.button-primary:hover {
  background-color: transparent;
  color: #2465AF;
}

.button-primary-outline {
  border-color: #2465AF;
  background-color: transparent;
  color: #2465AF;
}

.button-primary-outline:hover {
  background-color: #2465AF;
  color: #fff;
}

.button-primary-text {
  border: none;
  background-color: transparent;
  color: #2465AF;
}

.button-primary-text:hover {
  color: #2465AF;
  text-decoration: underline;
}

.button-secondary {
  border-color: #F88029;
  background-color: #F88029;
  color: #fff;
}

.button-secondary:hover {
  background-color: transparent;
  color: #F88029;
}

.button-secondary-outline {
  border-color: #F88029;
  background-color: transparent;
  color: #F88029;
}

.button-secondary-outline:hover {
  background-color: #F88029;
  color: #fff;
}

.button-secondary-text {
  border: none;
  background-color: transparent;
  color: #F88029;
}

.button-secondary-text:hover {
  color: #F88029;
  text-decoration: underline;
}

.button-link {
  border-color: #0078FF;
  background-color: #0078FF;
  color: #fff;
}

.button-link:hover {
  background-color: transparent;
  color: #0078FF;
}

.button-link-outline {
  border-color: #0078FF;
  background-color: transparent;
  color: #0078FF;
}

.button-link-outline:hover {
  background-color: #0078FF;
  color: #fff;
}

.button-icon {
  padding: 0.57em;
  border-radius: 50px;
  background-color: transparent;
  line-height: 1;
  transition: all 0.3s;
}

.button-icon:hover {
  opacity: 0.6;
}

.button-icon.color-primary {
  background-color: #2465AF;
  color: #fff;
}

.button-icon.color-primary:hover {
  background-color: transparent;
  color: #2465AF;
}

.button-lg {
  font-size: 1.6rem;
}

.button-auto {
  min-width: auto;
}

.button-squared {
  border-radius: 0.355em;
}

.button-full-width {
  width: 100%;
}

.button-group {
  display: flex;
  align-items: center;
  gap: 1.14em;
}

.button-group.is-center {
  justify-content: center;
}

.button-group.is-between {
  justify-content: space-between;
}

.button-group.is-vstack {
  flex-direction: column;
  justify-content: center;
}

.card {
  -webkit-user-select: none;
  -moz-user-select: none;
  display: flex;
  position: relative;
  top: 0px;
  flex-direction: column;
  width: 100%;
  min-width: 190px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  color: #3C3B44;
  transition: all 0.3s ease-out;
  user-select: none;
}

.card-image {
  height: 110px;
  overflow: hidden;
}

.card-image img {
  -o-object-fit: cover;
  width: 100%;
  height: 110px;
  object-fit: cover;
}

.card-content {
  flex: 1;
  padding: 1.14em 0.57em;
}

.card-content :last-child {
  margin-bottom: 0;
}

.card-content + .card-content {
  padding-top: 0;
}

.card-title {
  margin-bottom: 0.57em;
  color: #212121;
  font-weight: bold;
  font-size: 1.6rem;
}

.card-text {
  margin-bottom: 1.14em;
  color: #3C3B44;
  font-size: 1.2rem;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  padding: 0 0.57em 1.14em;
  gap: 0.57em;
}

.card-group {
  display: flex;
  gap: 0.855em;
}

.card-group-col-4 .card {
  width: calc((100% - 5.13em) / 4);
}

.card-group-wrap {
  flex-wrap: wrap;
}

.card-group.is-col {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.card-group.has-scroll {
  overflow-x: scroll;
}

.card.is-read .card-title::before {
  display: inline-block;
  margin-right: 0.285em;
  overflow: hidden;
  content: "\e5ca";
  color: #2465AF;
  line-height: 1;
  font-family: "Material Icons";
  vertical-align: middle;
}

.modal {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  flex-direction: column;
  max-width: 1024px;
  max-height: 80%;
  padding: 2.28em;
  transform: translate(-50%, -50%);
}

.modal-sm {
  width: 30%;
}

.modal-md {
  width: 50%;
}

.modal-lg {
  width: 80%;
}

.modal-header {
  align-items: flex-end;
  padding-bottom: 1.14em;
  border-bottom: 2px solid #EEEFF4;
}

.modal-content {
  padding: 1.14em 0;
  overflow: auto;
}

.modal-footer {
  padding-top: 2.28em;
  border-top: 2px solid #EEEFF4;
}

.modal-close-button {
  display: flex;
  position: absolute;
  top: 1em;
  right: 1em;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #707070;
  cursor: pointer;
  transition: all 0.3s;
}

.modal-close-button:hover {
  color: #2465AF;
}

.modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(54, 73, 95, 0.4);
  cursor: pointer;
}

.modal-show {
  overflow: hidden;
}

.modal-container {
  visibility: hidden;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
}

.modal-container.is-show {
  visibility: visible;
  z-index: 999;
  opacity: 1;
}

.article {
  padding: 2.28em 4.56em;
  word-break: break-all;
}

.article :first-child {
  margin-top: 0;
}

.article :last-child {
  margin-bottom: 0;
}

.article-title {
  flex: 1;
  font-size: 2rem;
  word-break: break-all;
}

.article-header {
  display: flex;
  justify-content: space-between;
  gap: 1.71em;
}

.article-header-col {
  display: flex;
  flex-direction: column;
  gap: 0.57em;
}

.article-header-col:first-child {
  flex: 1;
}

.article-header-col.is-between {
  justify-content: space-between;
}

.article-header-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.57em;
}

.article-footer {
  display: flex;
  justify-content: space-between;
  gap: 1.14em;
}

.article-footer.is-vstack {
  flex-direction: column;
}

.panel {
  display: flex;
  flex-direction: column;
  border-radius: 0.71em;
  background-color: #fff;
}

.panel.is-full-height {
  height: 100%;
}

.panel.is-overflow-hidden {
  overflow: hidden;
}

.panel-content {
  padding: 1.14em;
}

.panel-content.is-no-padding {
  padding: 0;
}

.panel-header {
  padding: 1.14em;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #EEEFF4;
}

.panel-header.is-primary {
  border-radius: 0.57em 0.57em 0 0;
  background-color: #2465AF;
}

.panel-footer {
  margin-top: auto;
  padding: 1.71em 1.14em;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #EEEFF4;
}

.panel-footer.has-no-border {
  padding-top: 0;
  border-top: none;
}

.table {
  width: 100%;
  border-collapse: collapse;
  color: #707070;
}

.table thead tr {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #EEEFF4;
}

.table thead tr > :first-child {
  padding-left: 1.14em;
}

.table thead tr > :last-child {
  padding-right: 1.14em;
}

.table thead th {
  -webkit-user-select: none;
  -moz-user-select: none;
  padding: 0.57em;
  user-select: none;
}

.table tbody tr {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #EEEFF4;
}

.table tbody tr:first-child {
  border-top: none;
}

.table tbody tr > :first-child {
  padding-left: 1.14em;
}

.table tbody tr > :last-child {
  padding-right: 1.14em;
}

.table tbody tr.is-welfare {
  background-color: #FFF4E6;
}

.table tbody tr.is-latest {
  border-top-color: #EA8640;
  background-color: #FCE0C6;
}

.table tbody tr.is-latest + tr:not([class]) {
  border-top-width: 3px;
}

.table tbody th {
  padding: 0.57em;
  font-weight: normal;
}

.table tbody td {
  padding: 0.57em;
}

.table tbody .is-b-bold {
  border-top-width: 2px;
}

.table tbody .is-b-dashed {
  border-top-style: dashed;
}

.table tbody .is-vtop {
  vertical-align: top !important;
}

.table tbody .is-read .text-link::before {
  display: inline-block;
  margin-right: 0.285em;
  overflow: hidden;
  content: "\e5ca";
  color: #2465AF;
  line-height: 1;
  font-family: "Material Icons";
  vertical-align: middle;
}

.table tbody .is-hidden {
  display: none;
}

.table .has-p-top-0 {
  padding-top: 0 !important;
}

.table .has-p-left-0 {
  padding-left: 0 !important;
}

.table .has-p-left-lg {
  padding-left: 2em !important;
}

.table .has-p-right-0 {
  padding-right: 0 !important;
}

.table .has-p-bottom-0 {
  padding-bottom: 0 !important;
}

.table .category,
.table .date {
  width: 10em;
}

.table .category-multiple,
.table .date-multiple {
  width: 18em;
}

.important-article-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.important-article-item {
  display: flex;
  align-items: center;
}

.important-article-item:first-child {
  grid-area: 1/1/2/3;
  justify-content: center;
}

.important-article-item:nth-child(2) {
  grid-area: 1/2/2/3;
  justify-content: flex-end;
}

.important-article-link {
  color: #fff;
}

.user-activity {
  display: flex;
  align-items: center;
}

.user-activity-text {
  font-weight: bold;
}

.user-activity-text.has-m-left {
  margin-left: 0.25em;
}

.user-activity-text.has-m-right {
  margin-right: 0.25em;
}

.user-activity-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.57em;
}

.user-activity-group.is-nowrap {
  flex-wrap: nowrap;
}

.user-activity-group.is-vstack {
  flex-direction: column;
  align-items: flex-start;
}

.bookmark-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 2em;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  font-weight: bold;
  transition: all 0.3s;
  user-select: none;
}

.bookmark-button::before {
  content: "\e867";
  font-size: 18px;
  font-family: "Material Icons";
}

.bookmark-button:hover {
  color: #0078FF;
}

.bookmark-button.is-active {
  color: #0078FF;
}

.bookmark-button.is-active::before {
  content: "\e866";
}

.bookmark-button-title {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
}

.bookmark-button.has-title {
  width: auto;
  height: auto;
}

.bookmark-button.has-title .bookmark-button-title {
  position: static;
  color: inherit;
}

.bookmark-button.is-thumb::before {
  content: "\e8dc";
}

.bookmark-button.is-heart::before {
  content: "\e87d";
}

.bookmark-button.text-lg::before {
  font-size: 24px;
}

.box {
  padding: 1.14em;
  border-radius: 0.71em;
  background-color: #F6F7FB;
}

.def-item {
  display: inline-flex;
}

.def-title {
  font-weight: bold;
}

.def-content {
  flex: 1;
  margin-left: 0.5em;
  word-break: break-all;
}

.event-header {
  padding: 1.14em 0;
  border-bottom: 2px solid #EEEFF4;
}

.philosophy-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background: url(/img/philosophy/img-hero.jpg) no-repeat center top;
  background-size: cover;
}

.philosophy-title {
  color: #fff;
  font-size: 5rem;
  text-shadow: 0 3px 0 rgba(60, 59, 68, 0.16);
}

.philosophy-subtitle {
  margin-bottom: 1.14em;
  color: #2465AF;
  font-size: 3.2rem;
  text-align: center;
}

.philosophy-subtitle.has-border {
  margin-top: 1.14em;
  padding-top: 1.14em;
  border-top: 2px solid #EEEFF4;
}

.utility-customize-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.14em 1.14em;
}

.utility-customize-group-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(25% - 0.855em);
}

.utility-customize-group-icon {
  min-height: 4.8rem;
}

.utility-customize-icon-group {
  display: flex;
  flex-wrap: wrap;
}

.utility-customize-icon-group-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.6666666667%;
}

.article-item-questionnaire-container + .article-item-questionnaire-container {
  margin-top: 1.14em;
  padding-top: 1.14em;
  border-top: 1px solid #EEEFF4;
}

.reply-container {
  overflow: hidden;
  border: 1px solid #EEEFF4;
  border-radius: 0.71em;
}

.reply-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.57em;
}

.reply-upload-container {
  flex: 1;
}

.reply-upload-button {
  display: inline-flex;
  cursor: pointer;
}

.reply-upload-button input[type=file] {
  display: none;
}

.reply-upload-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.reply-upload-list-item {
  display: flex;
  align-items: center;
}

.reply-upload-list-item:not(:last-child)::after {
  content: ",";
}

.reply-upload-list-container {
  display: flex;
  flex-direction: column;
  background-color: #EDEDED;
}

.reply-upload-list-container ul {
  display: flex;
  gap: 0.57em;
}

.reply-upload-list-container ul:has(li) {
  padding: 1.14em 2.28em;
}

.support-sub-item {
  display: flex;
  padding: 1.14em 0;
}

.support-sub-item + .support-sub-item {
  border-top: 1px solid #EEEFF4;
}

.support-sub-item-title {
  flex: 3;
  padding: 0 1.14em;
  font-size: 1.6rem;
}

.support-sub-item-content {
  flex: 7;
}

.support-sub-list {
  list-style-type: none;
}

.support-sub-list-item {
  padding: 0.57em 1.14em 0.57em 0;
}

.support-sub-list-item:first-child {
  padding-top: 0;
}

.support-sub-list-item:last-child {
  padding-bottom: 0;
}

.support-sub-list-item:not(:first-child) {
  border-top: 1px solid #EEEFF4;
}

.tag {
  -webkit-user-select: none;
  -moz-user-select: none;
  display: inline-flex;
  position: relative;
  align-items: center;
  padding-left: 0.57em;
  color: #707070;
  font-weight: bold;
  font-size: 1.2rem;
  word-break: break-all;
  user-select: none;
}

.tag::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.25em;
  height: 1.2em;
  margin-right: 0.285em;
  transform: translateY(-50%);
  background-color: #C1C0C0;
  content: "";
}

.tag.is-primary::before {
  background-color: #0078FF;
}

.tag.is-secondary::before {
  background-color: #F88029;
}

.tag:hover {
  text-decoration: none;
}

.tag-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.14em;
}

.tag-group.is-equality .tag {
  flex: 1;
}

.tag .calendar-01 {
  background-color: #ff9446;
}

.tag .calendar-02 {
  background-color: #0088d0;
}

.tag .calendar-03 {
  background-color: #d00000;
}

.tag .calendar-04 {
  background-color: #d1a644;
}

.tag .calendar-05 {
  background-color: #9800d0;
}

.badge {
  -webkit-user-select: none;
  -moz-user-select: none;
  display: inline-block;
  padding: 0.35em;
  border-radius: 0.213em;
  background-color: #C1C0C0;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  user-select: none;
}

.badge.is-primary {
  background-color: #F6F7FB;
  color: #2465AF;
}

.badge.is-secondary {
  background-color: #FEECDE;
  color: #F88029;
}

.badge.is-important {
  background-color: #fcf1f2;
  color: #C92536;
}

.badge.is-small {
  font-size: 1rem;
}

.badge:hover {
  text-decoration: none;
}

.page-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.14em;
  gap: 1.14em;
}

.page-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-header-form {
  width: 100%;
  max-width: 32.857em;
  margin: 0 auto;
}

.page-footer {
  margin-top: 2.28em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.14em;
  list-style-type: none;
}

.nav-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  display: flex;
  justify-content: center;
  user-select: none;
}

.nav-link {
  -webkit-user-select: none;
  -moz-user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #707070;
  font-weight: bold;
  font-weight: bold;
  transition: all 0.3s;
  user-select: none;
}

.nav-link:hover,
.nav-link.is-active {
  color: #0078FF;
  text-decoration: none;
}

.nav-tab {
  gap: 0;
}

.nav-tab .nav-item {
  width: 100%;
}

.nav-tab .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.42em;
  padding: 0.285em;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #707070;
  background-color: transparent;
  font-size: 1.6rem;
}

.nav-tab .nav-link.is-active,
.nav-tab .nav-link:hover {
  border-bottom-color: #0078FF;
}

.nav-tab .nav-link-text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.nav-box {
  flex-wrap: wrap;
  gap: 1.14em;
}

.nav-box .nav-item {
  align-items: center;
}

.nav-box .nav-link {
  padding: 1.14em;
  border-radius: 0.355em;
  font-size: 1.6rem;
}

.nav-box .nav-link.is-active,
.nav-box .nav-link:hover {
  background-color: #F6F7FB;
}

.nav.is-left {
  justify-content: flex-start;
}

.nav.is-center {
  justify-content: center;
}

.nav.is-right {
  justify-content: flex-end;
}

.nav.is-between {
  justify-content: space-between;
}

.nav.has-m-top {
  margin-top: 1em;
}

.nav.has-m-bottom {
  margin-bottom: 1em;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.71em;
}

.pagination-num-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.57em;
}

.pagination-link {
  -webkit-user-select: none;
  -moz-user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  color: #2465AF;
  transition: all 0.3s;
  user-select: none;
}

.pagination-link:hover {
  background-color: #2465AF;
  color: #fff;
  text-decoration: none;
}

.pagination-link.is-active {
  background-color: #2465AF;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

.list-group-item {
  padding: 1.14em 0.57em;
}

.list-group-item:first-child {
  padding-top: 0;
}

.list-group-item:last-child {
  padding-bottom: 0;
}

.list-group-item + .list-group-item {
  border-top: 1px solid #EEEFF4;
}

.media-list-group-item {
  display: flex;
  position: relative;
  align-items: center;
  padding: 1.14em 0;
  border-top: 1px solid #EEEFF4;
}

.media-list-group-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.media-list-group-item:last-child {
  padding-bottom: 0;
}

.media-list-group-item.is-read .media-list-group-title::before {
  display: inline-block;
  margin-right: 0.285em;
  overflow: hidden;
  content: "\e5ca";
  color: #2465AF;
  line-height: 1;
  font-family: "Material Icons";
  vertical-align: middle;
}

.media-list-group-image {
  -o-object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5em;
  height: 3.5em;
  margin-right: 1.71em;
  padding: 0.57em;
  object-fit: contain;
  border: 1px solid #EEEFF4;
  border-radius: 0.355em;
}

.media-list-group-content {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 1.14em;
}

.media-list-group-title {
  margin-bottom: 0.57em;
  color: #212121;
  font-weight: bold;
  font-size: 1.4rem;
}

.media-list-group-desc {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.57em;
}

.expo-list-group-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 1.14em 0;
  gap: 1.14em;
  border-top: 1px solid #EEEFF4;
}

.expo-list-group-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.expo-list-group-item:last-child {
  padding-bottom: 0;
}

.expo-list-group-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  flex: 1;
  align-items: center;
  margin-right: auto;
  gap: 1.14em;
}

.expo-list-group .tag {
  width: 8em;
}

.event-list-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.14em;
  gap: 0.57em;
  border-radius: 0.71em;
  background-color: #F6F7FB;
}

.event-list-group-item:hover {
  text-decoration: none;
}

.event-list-group-item:not(:first-child) {
  margin-top: 0.57em;
}

.event-list-group-content {
  display: flex;
  flex-direction: column;
  gap: 0.57em;
}

.event-list-group-content:first-child {
  flex: 1;
}

.event-list-group-title {
  color: #3C3B44;
  font-weight: bold;
  font-size: 1.6rem;
}

.event-list-group-estimate {
  color: #315985;
}

.event-list-group-time {
  color: #F88029;
  font-size: 1.6rem;
}

.list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 16px 0;
  list-style: none;
}

.list-item {
  min-height: 40px;
  line-height: 1;
}

.list-item-link {
  color: #3C3B44;
}

.list-item-link > :first-child {
  align-self: flex-start;
}

.list-item-desc {
  margin: 4px 0 0 1em;
}

.list-item-desc-list {
  margin: 4px 0 0 1em;
}

.list-item-desc-list > li {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 1em;
  font-size: 1.4rem;
  list-style-type: none;
}

.list-item-desc-list > li:not(:first-child) {
  margin-top: 0.5em;
}

.list-item-desc-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.list-item-desc-list > li a {
  text-decoration: underline;
}

.list-item-desc-list > li a:hover {
  text-decoration: none;
}

.list.col-4 .list-item {
  width: 25%;
}

.banner-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 1.14em;
  list-style-type: none;
}

.banner-list-item {
  transition: opacity 0.3s;
}

.banner-list-item:hover {
  opacity: 0.7;
}

.banner-list-item img {
  -o-object-fit: contain;
  width: 100%;
  max-height: 64px;
  object-fit: contain;
}

.notice-list {
  list-style-type: none;
}

.notice-list-item:before {
  content: "*";
}

.calendar {
  width: 100%;
  border-collapse: collapse;
}

.calendar th,
.calendar td {
  width: 14.2857142857%;
  margin: 0;
  padding: 0;
}

.calendar thead th {
  height: 3.5em;
  color: #3C3B44;
  font-weight: normal;
  font-size: 1.8rem;
}

.calendar tbody td {
  height: 3.5em;
  padding: 0 0.25em 1em;
}

.calendar-day {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 1.8rem;
}

.calendar-day::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2em;
  height: 2em;
  transform: translateX(-50%);
  border-radius: 50px;
  content: "";
  transition: all 0.3s;
}

.calendar-day:hover::before,
.calendar-day:active::before {
  background-color: #FEECDE;
}

.calendar-day.has-event::after {
  position: absolute;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0.3em;
  height: 0.3em;
  margin-top: 0.2em;
  transform: translateX(-50%);
  border-radius: 50px;
  background-color: #707070;
  content: "";
}

.calendar-day.is-today {
  color: #fff;
}

.calendar-day.is-today::before {
  background-color: #F88029;
}

.calendar-day.is-muted {
  color: #707070;
  pointer-events: none;
}

.calendar-day.is-muted.has-event::after {
  background-color: #707070;
}

.calendar-date {
  position: relative;
}

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
}

.calendar-nav {
  display: flex;
  align-items: center;
  gap: 1.14em;
}

.calendar-nav-month {
  order: 2;
  font-size: 1.6rem;
}

.calendar-nav-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  position: relative;
  width: 2.28em;
  height: 2.28em;
  overflow: hidden;
  background-color: transparent;
  color: transparent;
  user-select: none;
}

.calendar-nav-button::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #3C3B44;
  font-size: 2.4rem;
  font-family: "Material Icons";
  transition: all 0.3s;
}

.calendar-nav-button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border-radius: 50px;
  background-color: #FEECDE;
  content: "";
  transition: all 0.3s;
}

.calendar-nav-button:hover::before {
  color: #F88029;
}

.calendar-nav-button:hover::after {
  transform: scale(1);
}

.calendar-nav-button.is-prev {
  order: 1;
}

.calendar-nav-button.is-prev::before {
  content: "\e408";
}

.calendar-nav-button.is-next {
  order: 3;
}

.calendar-nav-button.is-next::before {
  content: "\e409";
}

.calendar-footer {
  padding: 1.14em 0;
}

.attendance {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.71em;
  gap: 0.57em;
}

.attendance-user {
  position: relative;
}

.attendance-app {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.attendance-app-utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.attendance-app-clock {
  color: #3C3B44;
  font-size: 2rem;
}

.button-user-menu {
  position: relative;
  padding-left: 1.14em;
  background-color: transparent;
  transition: all 0.3s;
}

.button-user-menu::before {
  position: absolute;
  top: 50%;
  left: -0.285em;
  transform: translateY(-50%);
  content: "\e5d4";
  color: #707070;
  font-size: 3.6rem;
  font-family: "Material Icons";
}

.button-user-menu:hover {
  opacity: 0.6;
}

.button-attendance {
  padding: 0.57em 1.71em;
  border: 3px solid #EEEFF4;
  border-radius: 50px;
  background-color: transparent;
  color: #3C3B44;
  font-weight: bold;
  font-size: 1.4rem;
  transition: all 0.3s;
}

.button-attendance:hover,
.button-attendance.is-active {
  color: #fff;
}

.button-attendance-primary:hover,
.button-attendance-primary.is-active {
  border-color: #2465AF;
  background-color: #2465AF;
}

.button-attendance-secondary:hover,
.button-attendance-secondary.is-active {
  border-color: #F88029;
  background-color: #F88029;
}

.button-attendance-group {
  display: flex;
  align-self: flex-end;
  gap: 0.57em;
}

.avatar {
  -o-object-fit: cover;
  width: 4.5em;
  height: 4.5em;
  object-fit: cover;
  border-radius: 50px;
}

.dashboard {
  display: flex;
  flex-direction: column;
  gap: 0.57em;
}

.dashboard-item {
  display: flex;
  flex: 1;
  flex-direction: column-reverse;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0.57em 0.285em;
  border-radius: 0.71em;
  background-color: #EEEFF4;
}

.dashboard-item-title {
  color: #707070;
  font-weight: bold;
  font-size: 1.2rem;
}

.dashboard-item-content {
  color: #3C3B44;
  font-weight: bold;
}

.dashboard-item.is-primary {
  background-color: #F6F7FB;
}

.dashboard-item.is-primary .dashboard-item-content {
  color: #2465AF;
}

.dashboard-item.is-secondary {
  background-color: #FBF9F6;
}

.dashboard-item.is-secondary .dashboard-item-content {
  color: #F88029;
}

.dashboard-group {
  display: flex;
  justify-content: space-between;
  gap: 0.57em;
}

.popup {
  display: none;
  z-index: 4;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 1.14em;
  transform: translateX(-50%);
  border-radius: 0.355em;
  background-color: #fff;
  box-shadow: 0 4px 8px -2px rgba(170, 170, 170, 0.6);
  white-space: nowrap;
}

.popup > :first-child {
  margin-top: 0;
}

.popup > :last-child {
  margin-bottom: 0;
}

.popup.is-active {
  display: block;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading {
  -webkit-backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  width: 40px;
  height: 40px;
  margin: 40px auto;
  overflow: hidden;
  backface-visibility: hidden;
  background: url(/img/icon/icon-loading.svg) 0 0 no-repeat;
  background-size: 100%;
  color: transparent;
  text-align: center;
  animation: 1s linear 0s infinite loading;
  user-select: none;
}

.page-loading {
  display: flex;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: #F6F7FB;
  transition: all 1s;
}

.page-loading.is-loaded {
  visibility: hidden;
  opacity: 0;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  float: left;
  background-color: #0078FF;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }

  35% {
    transform: scale3D(0, 0, 1);
  }
}

.loading-spinner {
  width: 70px;
  margin: 100px auto;
  text-align: center;
}

.loading-spinner > div {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #0078FF;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loading-spinner .bounce1 {
  animation-delay: -0.32s;
}

.loading-spinner .bounce2 {
  animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 1.14em;
}

.error-main {
  width: 100%;
  max-width: 80%;
  margin: 0 auto 3.42em;
}

.error-footer {
  margin-top: 4.56em;
}

.daterange .form-input {
  min-width: 14em;
}

.ui-datepicker-calendar {
  width: 100% !important;
  margin: 0 !important;
  border-collapse: collapse !important;
  font-size: inherit !important;
}

.ui-datepicker-calendar thead th {
  height: 3.5em;
  color: #3C3B44;
  font-weight: normal;
  font-size: 1.8rem;
}

.ui-datepicker-calendar tbody td {
  height: 3.5em;
  padding: 0 0.25em 1em;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: flex !important;
  position: relative !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2em !important;
  height: 2em !important;
  border-radius: 50%;
  background-color: transparent;
  font-size: 1.8rem;
}

.ui-datepicker td span::before,
.ui-datepicker td a::before {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: 2em !important;
  height: 2em !important;
  transform: translateX(-50%);
  border-radius: 50px !important;
  content: "";
  transition: all 0.3s;
}

.ui-datepicker td span:hover,
.ui-datepicker td span:active,
.ui-datepicker td a:hover,
.ui-datepicker td a:active {
  background-color: #FEECDE;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
  z-index: 1;
  width: 350px;
  padding: 1.14em;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0 0 8px;
}

.ui-datepicker-buttonpane.ui-widget-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 1.14em 0 0 !important;
  padding: 1.14em 0 0 !important;
  gap: 0.57em;
}

.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: auto !important;
  height: 2.667em !important;
  margin: 0 !important;
  padding: 0.57em 1.71em !important;
  float: none !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-radius: 50px !important;
  border-color: #E6E4E4 !important;
  background-color: #EBEBEE !important;
  color: #707070 !important;
  font-weight: bold !important;
  font-size: 1.2rem;
  line-height: 1 !important;
  white-space: nowrap !important;
  opacity: 1 !important;
  transition: all 0.3s !important;
  user-select: none !important;
}

.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all:hover {
  background-color: transparent !important;
  color: #707070 !important;
  text-decoration: none !important;
}

.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: auto !important;
  height: 2.667em !important;
  margin: 0 !important;
  padding: 0.57em 1.71em !important;
  float: none !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-radius: 50px !important;
  border-color: #2465AF !important;
  background-color: #2465AF !important;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 1.2rem;
  line-height: 1 !important;
  white-space: nowrap !important;
  transition: all 0.3s !important;
  user-select: none !important;
}

.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all:hover {
  background-color: transparent !important;
  color: #2465AF !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border-width: 2px !important;
}

.ui-datepicker-calendar .ui-state-default {
  border: none !important;
  background: #fff !important;
}

.ui-datepicker td span:hover,
.ui-datepicker td span:active,
.ui-datepicker td a:hover,
.ui-datepicker td a:active {
  background-color: #FEECDE !important;
}

.date-range-selected > .ui-state-active,
.date-range-selected > .ui-state-default {
  background-color: #FEECDE !important;
  color: #000 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background-color: #F88029 !important;
  color: #fff !important;
}

.ui-datepicker .ui-datepicker-header {
  background-color: transparent !important;
}

.ui-datepicker .ui-datepicker-header {
  display: flex;
  align-items: center;
  border: none !important;
}

.ui-datepicker .ui-datepicker-title {
  display: flex;
  align-items: center;
  order: 1;
  margin: 0 auto 0 0 !important;
  margin: 0 auto 0 0 !important;
  gap: 0.57em;
}

.ui-datepicker .ui-datepicker-title select {
  display: block;
  position: relative;
  height: 2.5em;
  margin: 0 !important;
  border: 1px solid #EEEFF4;
  border-radius: 0.355em;
  border-radius: 0.355em;
  background-color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ui-datepicker .ui-datepicker-title select::before {
  position: absolute !important;
  top: 50% !important;
  right: 0.285em !important;
  transform: translateY(-50%) !important;
  content: "\e5cf";
  color: #0078FF !important;
  font-size: 2.4rem;
  line-height: 1 !important;
  font-family: Material Icons;
}

.ui-datepicker .ui-datepicker-title select > select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0.57em 2.28em 0.57em 1.14em !important;
  border-radius: 0.355em !important;
  background-color: transparent !important;
  color: #3C3B44 !important;
  font-weight: normal !important;
  line-height: 1 !important;
}

.ui-datepicker .ui-datepicker-title select > select:focus {
  z-index: 1 !important;
  border-color: #2465AF !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.25em rgba(36, 101, 175, 0.3) !important;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 5em !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  position: relative !important;
  top: inherit !important;
  right: inherit !important;
  left: inherit !important;
  width: 2.28em !important;
  height: 2.28em !important;
  overflow: hidden !important;
  background-color: transparent !important;
  color: transparent !important;
  cursor: pointer !important;
  user-select: none !important;
}

.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #3C3B44;
  font-size: 2.4rem;
  font-family: "Material Icons";
  transition: all 0.3s;
}

.ui-datepicker .ui-datepicker-prev::after,
.ui-datepicker .ui-datepicker-next::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border-radius: 50px;
  background-color: #FEECDE;
  content: "";
  transition: all 0.3s;
}

.ui-datepicker .ui-datepicker-prev:hover::before,
.ui-datepicker .ui-datepicker-next:hover::before {
  color: #F88029;
}

.ui-datepicker .ui-datepicker-prev:hover::after,
.ui-datepicker .ui-datepicker-next:hover::after {
  transform: scale(1);
}

.ui-datepicker .ui-datepicker-prev {
  order: 2;
}

.ui-datepicker .ui-datepicker-prev::before {
  content: "\e408";
}

.ui-datepicker .ui-datepicker-next {
  order: 3;
}

.ui-datepicker .ui-datepicker-next::before {
  content: "\e409";
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
  border: none !important;
}

/* ---------------------------------------------------------------
  For SP
--------------------------------------------------------------- */

.global-nav-sp {
  display: none;
}

.global-nav-sp-button {
  min-width: auto;
  padding: 0 0.57em;
  border-radius: 0.71em;
  border-color: #0078FF;
  background-color: transparent;
  color: #0078FF;
  font-size: 1.4rem;
}

.global-nav-sp-button:active {
  background-color: #0078FF;
  color: #fff;
}

.global-util-close {
  display: none;
  position: relative;
  padding: 0.57em;
  background-color: transparent;
}

.global-util-close .material-icons {
  z-index: 1;
  position: relative;
  color: #F88029;
  font-size: 2.4rem;
  vertical-align: top;
}

.global-util-close::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border-radius: 50px;
  background-color: #FEECDE;
  content: "";
  transition: all 0.3s;
}

.global-util-close:hover::after {
  transform: scale(1);
}

.iframe-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

.iframe-main .panel {
  flex: 1;
}

.iframe-main .chat {
  width: 100%;
  height: 100%;
  border-radius: 0.71em;
}

.search-panel {
  z-index: 999;
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: 600px;
  max-height: 800px;
  overflow-y: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.search-result-list {
  margin-bottom: 1.14em;
}

.search-result-list .article-card {
  margin-top: 1.14em;
}

.search-result-list .article-card + .article-card {
  padding-top: 1.14em;
  border-top: 1px solid #EEEFF4;
}

.search-result-list .article-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.57em;
  gap: 0.57em;
}

.search-result-list .article-category-icon-list {
  display: flex;
  align-items: center;
  gap: 0.57em;
}

.search-result-list .article-category-icon {
  padding: 0.35em 1.14em;
  border: 1px solid #2465AF;
  border-radius: 999px;
  font-size: 1.2rem;
}

.search-result-list .article-type {
  color: #2465AF;
}

.search-result-list .article-title {
  margin-top: 0.285em;
  word-break: break-word;
}

.search-result-list .article-body {
  margin-top: 0.57em;
  word-break: break-word;
}

.search-result-list .article-updated {
  margin-left: auto;
  color: #2465AF;
}

.search-utility {
  display: flex;
  align-items: center;
  margin-bottom: 1.14em;
  gap: 1.14em;
}

.search-filter-drawer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.filter-panel {
  display: none;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 70vh;
  overflow-y: auto;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
}

.select2-container--default .select2-selection--multiple {
  display: flex !important;
  width: 100% !important;
  padding: 0.38em 1.14em !important;
  gap: 0.57em !important;
  border: 1px solid #EEEFF4 !important;
  border-radius: 0.355em !important;
  background-color: #fff !important;
}

.select2-container .select2-search--inline .select2-search__field {
  margin: 0 !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.57em !important;
}

.select2-container .select2-selection--multiple {
  min-height: 1.74em !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  position: static !important;
  order: 3 !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #EEEFF4 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: flex !important;
  align-items: center !important;
  padding-left: 0 !important;
  border-color: #EEEFF4 !important;
  background-color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: inherit !important;
  border-right-color: #EEEFF4 !important;
  background-color: #F6F7FB !important;
  color: #0078FF !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding: 0 0.76em !important;
}

.select2-dropdown {
  border-color: #EEEFF4 !important;
}

.salesmap-lead-text {
  padding-right: 4.56em;
  padding-left: 4.56em;
}

.salesmap-subheading {
  margin: 2.28em 0 0.57em;
  color: #2465AF;
  font-size: 1.6rem;
}

.salesmap-diagram {
  display: flex;
  gap: 0.57em;
}

.salesmap-diagram-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  border: 2px solid #2465AF;
  border-radius: 0.71em;
  background-color: #fff;
  color: #2465AF;
  font-size: 1.6rem;
  user-select: none;
  writing-mode: vertical-rl;
}

.salesmap-diagram-step {
  display: flex;
  flex: 1;
}

.salesmap-diagram-step-col {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.57em;
}

.salesmap-diagram-step-header {
  -webkit-user-select: none;
  -moz-user-select: none;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 4.6rem;
  margin-right: 0.855em;
  padding: 0.57em 0 0.57em 0.57em;
  border-radius: 0.71em 0 0 0.71em;
  background-color: rgb(208, 230, 255);
  color: #2465AF;
  font-weight: bold;
  font-size: clamp(1.2rem, 1.057rem + 0.29vw, 1.4rem);
  cursor: pointer;
  transition: all 0.3s;
  user-select: none;
}

.salesmap-diagram-step-header:hover {
  text-decoration: none;
  filter: brightness(1.1);
}

.salesmap-diagram-step-header::after {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-right: 0;
  border-bottom: 23px solid transparent;
  border-left: 8px solid rgb(208, 230, 255);
  border-style: solid;
  content: "";
}

.salesmap-diagram-step-list {
  list-style-type: none;
}

.salesmap-diagram-step-list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.285em;
  color: #315985;
  font-weight: bold;
  font-size: clamp(1rem, 0.714rem + 0.57vw, 1.4rem);
}

.salesmap-diagram-step-list-item:not(:first-child) {
  margin-top: 0.285em;
}

.salesmap-diagram-step-list-item-text {
  flex: 1;
}

.salesmap-diagram-step-list-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  flex: 1;
  align-self: stretch;
  padding: 1.14em 0.57em;
  background-color: #fff;
  user-select: none;
}

.salesmap-diagram-step .salesmap-diagram-step-col:first-child .salesmap-diagram-step-list-container {
  border-radius: 0.71em 0 0 0.71em;
}

.salesmap-diagram-step .salesmap-diagram-step-col:last-child .salesmap-diagram-step-list-container {
  border-radius: 0 0.71em 0.71em 0;
  background: url(/img/salesmap/img_salesmap.svg) no-repeat right 8px bottom 13px #fff;
  background-size: 146px auto;
}

.salesmap-diagram-step .salesmap-diagram-step-col:last-child .salesmap-diagram-step-header {
  margin: 0;
  padding: 0.57em;
  border-radius: 0.71em;
}

.salesmap-diagram-step .salesmap-diagram-step-col:last-child .salesmap-diagram-step-header::after {
  display: none;
}

.salesmap-step {
  padding-bottom: 51.3em;
}

.salesmap-step-container + .salesmap-step-container::before {
  display: block;
  margin: 0.285em;
  content: "\ead0";
  color: #2465AF;
  font-size: 4.8rem;
  font-family: "Material Icons Round";
  opacity: 0.5;
}

.salesmap-step-item {
  padding: 0.57em 1.14em;
}

.salesmap-step-header {
  -webkit-user-select: none;
  -moz-user-select: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.57em 1.14em;
  gap: 1.14em;
  border-radius: 50px;
  background: rgb(60, 112, 181);
  background: linear-gradient(0deg, rgb(60, 112, 181) 0%, rgb(72, 148, 200) 100%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.3s;
  user-select: none;
}

.salesmap-step-header:hover {
  filter: brightness(1.2);
}

.salesmap-step-header-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.6rem;
  padding: 0 1.14em;
  border-radius: 50px;
  background-color: #fff;
  color: #2465AF;
  font-size: 1.2rem;
}

.salesmap-step-header-text {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}

.salesmap-step-detail-container {
  padding: 0.57em 1.14em;
  border: 1px solid #2465AF;
  border-radius: 0.71em;
  background-color: #fff;
}

.salesmap-step-detail-container:not(:first-child) {
  margin-top: 0.57em;
}

.salesmap-step-detail-header {
  -webkit-user-select: none;
  -moz-user-select: none;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 5.8rem 1fr auto;
  grid-template-areas: "chip text button";
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  user-select: none;
}

.salesmap-step-detail-header:hover {
  filter: brightness(1.5);
}

.salesmap-step-detail-header-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.285em 0.57em;
  border-radius: 0.355em;
  background-color: #2465AF;
  color: #fff;
  font-size: 1.2rem;
}

.salesmap-step-detail-header-chip-container {
  grid-area: chip;
}

.salesmap-step-detail-header-text {
  grid-area: text;
  color: #2465AF;
  font-size: 1.8rem;
}

.salesmap-step-detail-header-button {
  grid-area: button;
}

.salesmap-step-detail-item {
  padding: 1.71em 2.28em 2.28em 5.8rem;
}

.salesmap-step-detail-body-text {
  margin-top: 1rem;
  line-height: 1.8;
}

.salesmap-step-who {
  font-weight: bold;
}

.salesmap-step-who-heading {
  display: flex;
  align-items: center;
  color: #2465AF;
}

.salesmap-step-who-heading::before {
  content: "\e7fd";
  color: #2465AF;
  font-size: 2rem;
  font-family: "Material Icons Round";
}

.salesmap-step-who-heading::after {
  margin-left: 0.57em;
  content: "/";
  color: #707070;
}

.salesmap-step-who-text {
  flex: 1;
  color: #707070;
}

.salesmap-toggle-content {
  display: none;
}

.salesmap-toggle-button-like {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 3.1rem;
  margin-left: auto;
  padding: 0 0.57em 0 1.14em;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
}

.salesmap-toggle-button-like::after {
  content: "\e5db";
  font-size: 2.2rem;
  font-family: "Material Icons Round";
  transition: all 0.3s;
}

.salesmap-toggle-button-like-inverse {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 3.1rem;
  margin-left: auto;
  padding: 0 0.57em 0 1.14em;
  border: 1px solid #2465AF;
  border-radius: 50px;
  background-color: rgba(36, 101, 175, 0.1);
  color: #2465AF;
  font-size: 1.6rem;
  transition: all 0.3s;
}

.salesmap-toggle-button-like-inverse::after {
  content: "\e5db";
  font-size: 2.2rem;
  font-family: "Material Icons Round";
  transition: all 0.3s;
}

.is-open .salesmap-toggle-button-like::after,
.is-open .salesmap-toggle-button-like-inverse::after {
  transform: rotate(180deg);
}

.page-top {
  position: fixed;
  right: 42.8rem;
  bottom: 5%;
}

.page-top-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  padding: 1.14em;
  border-radius: 100%;
  background-color: #F88029;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.28);
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
}

.page-top-button:hover {
  text-decoration: none;
  filter: brightness(1.1);
}

.page-top-button::before {
  display: block;
  content: "\e316";
  font-size: 2.4rem;
  font-family: "Material Icons Round";
}

.d-flex {
  display: flex;
  gap: 0.57em;
}

.d-flex.is-left {
  justify-content: flex-start;
}

.d-flex.is-center {
  justify-content: center;
}

.d-flex.is-right {
  justify-content: flex-end;
}

.d-flex.is-between {
  justify-content: space-between;
}

.d-flex-col {
  flex-direction: column;
}

.d-flex.is-align-center {
  align-items: center;
}

.d-flex.has-gap-sm {
  gap: 0.285em;
}

.d-flex.has-gap-md {
  gap: 0.57em;
}

.d-flex.has-gap-lg {
  gap: 1.71em;
}

.text-link {
  color: #212121;
  font-weight: bold;
  word-break: break-all;
}

.text-light {
  color: #707070;
}

.text-primary {
  color: #2465AF;
}

.text-secondary {
  color: #F88029;
}

.text-danger {
  color: #C92536;
}

.text-success {
  color: #F88029;
}

.text-success {
  color: #F88029;
}

.text-bold {
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

.text-block {
  display: block;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-xs {
  font-size: 1rem;
}

.text-sm {
  font-size: 1.2rem;
}

.text-lg {
  font-size: 1.6rem;
}

.text-lg .material-icons {
  font-size: 24px;
}

.text-xl {
  font-size: 1.8rem;
}

.text-xl .material-icons {
  font-size: 24px;
}

.text-truncate {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  flex: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
}

.text-truncate.has-line-2 {
  -webkit-line-clamp: 2;
}

.text-truncate.has-line-3 {
  -webkit-line-clamp: 3;
}

.text-truncate.has-line-4 {
  -webkit-line-clamp: 4;
}

.text-checked::before {
  display: inline-block;
  content: "\e876";
  color: #2465AF;
  font-size: 1.8rem;
  font-family: "Material Icons";
  vertical-align: bottom;
}

.text-nowrap {
  white-space: nowrap;
}

.has-m-left-sm {
  margin-left: 0.285em;
}

.has-m-left-md {
  margin-left: 0.57em;
}

.has-m-left-lg {
  margin-left: 1.71em;
}

.has-m-right-sm {
  margin-right: 0.285em;
}

.has-m-right-md {
  margin-right: 0.57em;
}

.has-m-right-lg {
  margin-right: 1.71em;
}

.has-m-top-sm {
  margin-top: 0.285em;
}

.has-m-top-md {
  margin-top: 0.57em;
}

.has-m-top-lg {
  margin-top: 1.71em;
}

.has-m-bottom-sm {
  margin-bottom: 0.285em;
}

.has-m-bottom-md {
  margin-bottom: 0.57em;
}

.has-m-bottom-lg {
  margin-bottom: 1.71em;
}

.has-p-left-sm {
  padding-left: 0.285em;
}

.has-p-left-md {
  padding-left: 0.57em;
}

.has-p-left-lg {
  padding-left: 1.71em;
}

.has-p-left-0 {
  padding-left: 0;
}

.has-p-right-sm {
  padding-right: 0.285em;
}

.has-p-right-md {
  padding-right: 0.57em;
}

.has-p-right-lg {
  padding-right: 1.71em;
}

.has-p-right-0 {
  padding-right: 0;
}

.has-p-top-sm {
  padding-top: 0.285em;
}

.has-p-top-md {
  padding-top: 0.57em;
}

.has-p-top-lg {
  padding-top: 1.71em;
}

.has-p-top-0 {
  padding-top: 0;
}

.has-p-bottom-sm {
  padding-bottom: 0.285em;
}

.has-p-bottom-md {
  padding-bottom: 0.57em;
}

.has-p-bottom-lg {
  padding-bottom: 1.71em;
}

.has-p-bottom-0 {
  padding-bottom: 0;
}

.is-stretched::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.toggle-container {
  display: flex;
  flex-direction: column;
}

.toggle-container.is-reverse {
  flex-direction: column-reverse;
}

.toggle-container.has-border-bottom {
  border-bottom: 2px solid #EEEFF4;
}

.toggle-container.has-border-top {
  border-top: 2px solid #EEEFF4;
}

.toggle-item {
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.toggle-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.57em;
  background-color: transparent;
  color: #707070;
  font-weight: bold;
  user-select: none;
}

.toggle-button::before {
  content: "\e5cf";
  font-size: 2.4rem;
  font-family: "Material Icons";
}

.toggle-button.is-active::before {
  content: "\e5ce";
}

/* hoverしていない場合に非表示、transitionアニメーションを設定 */

[data-tooltip] {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

[data-tooltip]::after {
  display: inline-flex;
  visibility: hidden;
  z-index: 11;
  position: absolute;
  align-items: center;
  justify-content: center;
  padding: 0.57em;
  border-radius: 3px;
  background: #5f6368;
  content: attr(data-tooltip);
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.3s;
}

[data-tooltip]:hover {
  cursor: pointer;
}

[data-tooltip]:hover::after {
  visibility: visible;
  opacity: 1;
}

.global-quick-nav-item[data-tooltip]::after {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  white-space: nowrap;
}

.nav-link[data-tooltip]::after {
  top: 100%;
  left: 50%;
  width: 100%;
  margin-top: 0.57em;
  transform: translateX(-50%);
}

@media screen and (max-width: 1280px) {
  .important-article-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.57em;
  }

  .important-article-item:first-child {
    flex: 1;
  }
}

@media screen and (max-width: 1024px) {
  .global-container {
    grid-template-rows: auto 1fr 65px;
    grid-template-columns: 90px 1fr;
    grid-template-areas: "nav header" "nav main" "footer footer";
    padding-right: 0;
  }

  .global-utility {
    z-index: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 380px;
    margin: 0;
    padding: 0;
    transform: translateX(100%);
    transition: all 0.3s;
  }

  .global-utility.is-active {
    z-index: 11;
    transform: translateX(0);
    opacity: 1;
  }

  .global-utility .panel.is-full-height {
    height: 100vh;
    overflow-y: auto;
  }

  .global-utility-overlay {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(-100%);
    background-color: transparent;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s;
  }

  .global-utility-overlay.is-active {
    transform: translateX(0);
    opacity: 1;
  }

  .global-utility-close {
    display: block;
    position: relative;
    padding: 0.57em;
    background-color: transparent;
  }

  .global-utility-close .material-icons {
    z-index: 1;
    position: relative;
    color: #F88029;
    font-size: 2.4rem;
    vertical-align: top;
  }

  .global-utility-close::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    border-radius: 50px;
    background-color: #FEECDE;
    content: "";
    transition: all 0.3s;
  }

  .global-utility-close:hover::after {
    transform: scale(1);
  }

  .global-utility .panel {
    border-radius: 0;
  }

  .global-header {
    grid-template-columns: 1fr auto 2.85em;
    grid-template-areas: "util logo spbutton";
  }

  .global-header-utility {
    justify-content: flex-start;
  }

  .global-header-utility-search {
    max-width: 100%;
  }

  .global-header-sp-menu-button {
    display: block;
  }

  .top-banner-item {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 1.14em;
  }

  .top-util {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 1.14em 0;
  }

  .top-utility {
    flex-direction: column;
  }

  .top-utility-row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 1.14em 0;
  }

  .form-group.is-wrap {
    flex-wrap: wrap;
  }

  .list.col-4 .list-item {
    width: 50%;
  }

  .popup.user-state {
    left: 0;
    transform: none;
  }

  .global-util-close {
    display: block;
  }

  .page-top {
    right: 2.4rem;
  }
}

@media screen and (max-width: 800px) {
  .salesmap-diagram {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .global-container {
    grid-template-columns: 1fr;
    grid-template-areas: "header" "main" "footer";
    padding: 1.14em 1.14em 0;
  }

  .global-container.is-error,
  .global-container.has-iframe {
    grid-template-rows: auto 1fr 65px;
  }

  .global-footer {
    margin: 0 -1.14em;
  }

  .global-main {
    margin-bottom: 1.71em;
    padding: 0;
    overflow: hidden;
  }

  .global-header {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: 1fr 2.85em;
    grid-template-areas: none;
    height: auto;
    margin-bottom: 1.14em;
    padding: 0;
    gap: 1.14em;
  }

  .global-header-logo {
    grid-area: 1/1/2/3;
    justify-content: center;
    width: 100%;
  }

  .global-header-utility {
    grid-area: 2/1/3/3;
  }

  .global-header-sp-menu-button {
    grid-area: 1/2/2/3;
  }

  .is-error .global-header {
    padding-left: 0;
  }

  .global-footer {
    font-size: 1.2rem;
  }

  .global-nav {
    display: none;
  }

  .top-grid-header {
    flex-direction: column;
    align-items: normal;
    gap: 0.57em;
  }

  .top-banner {
    margin-bottom: 1.14em;
    gap: 0.57em;
  }

  .top-banner-item {
    flex-direction: column;
    align-items: normal;
    justify-content: center;
    padding: 0 0.57em 0 7.375em;
    gap: 0.57em;
  }

  .top-banner-item-inner {
    gap: 0.57em;
  }

  .top-banner-link {
    width: auto;
    font-size: 1.4rem;
  }

  .top-banner-ceo {
    background-position: -3em center, right center;
  }

  .top-banner-vision {
    background-position: -2em center, right center;
  }

  .login-container {
    flex-direction: column;
  }

  .login-container .global-footer {
    margin: 0;
  }

  .login-visual {
    display: none;
  }

  .button-group {
    flex-wrap: wrap;
  }

  .modal.panel {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .article {
    padding: 1.14em 2.28em;
  }

  .article-header {
    flex-direction: column;
  }

  .article-header-col:first-child {
    width: 100%;
  }

  .panel-footer {
    flex-direction: column;
  }

  .table .category,
  .table .date {
    width: 6em;
  }

  .table .category-multiple,
  .table .date-multiple {
    width: 6em;
  }

  .important-article-list {
    flex-direction: column;
  }

  .important-article-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .philosophy-subtitle {
    text-align: left;
  }

  .philosophy-subtitle br {
    display: none;
  }

  .table .tag {
    display: block;
    width: 6em;
  }

  .page-header-row {
    flex-direction: column;
    gap: 0.57em;
  }

  .nav-container {
    overflow-x: auto;
  }

  .nav-item {
    white-space: nowrap;
  }

  .nav-box {
    flex-wrap: nowrap;
    gap: 0.57em;
  }

  .nav-box.is-center {
    justify-content: flex-start;
  }

  .nav-box .nav-link {
    padding: 1.14em 0.57em;
    font-size: 1.4rem;
  }

  .list-item {
    min-height: auto;
  }

  .list.col-4 .list-item {
    width: 100%;
  }

  .banner-list {
    flex-wrap: wrap;
    margin-bottom: 2.28em;
    gap: 0.57em;
  }

  .banner-list-item {
    width: calc(50% - 0.57em);
  }

  .error-main {
    max-width: 100%;
  }

  .daterange {
    width: 100%;
  }

  .ui-datepicker-calendar thead th {
    height: auto;
  }

  .ui-datepicker-calendar tbody td {
    height: auto;
  }

  .ui-datepicker td span,
  .ui-datepicker td a {
    font-size: 1.6rem;
  }

  .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 100%;
  }

  .is-only-pc {
    display: none !important;
  }

  .global-nav-sp {
    display: grid;
    z-index: 2;
    position: sticky;
    bottom: 0;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -1.14em;
    padding: 0.855em 0.57em;
    gap: 0.57em;
    background-color: #fff;
  }

  .iframe-main {
    max-width: 100%;
  }

  .search-panel {
    max-height: 60dvh;
  }

  .search-panel .nav-box.is-center {
    justify-content: center !important;
  }

  .search-result-list .article-card-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .salesmap-lead-text {
    padding: 1.14em;
  }

  .salesmap-subheading {
    margin-top: 1.71em;
    font-size: 1.4rem;
  }

  .salesmap-step {
    padding-bottom: 0;
  }

  .salesmap-step-header {
    gap: 0.57em;
  }

  .salesmap-step-header-text {
    font-size: 1.4rem;
  }

  .salesmap-step-detail-header {
    grid-template-columns: auto 1fr auto;
    gap: 0.57em;
  }

  .salesmap-step-detail-header-text {
    font-size: 1.4rem;
  }

  .salesmap-step-detail-item {
    padding: 1.71em 0;
  }

  .salesmap-step-who {
    font-size: 1.2rem;
  }

  .salesmap-step-who-heading::before {
    font-size: 1.8rem;
  }

  .salesmap-toggle-button-like {
    width: 3.1rem;
    padding: 0.57em;
    overflow: hidden;
  }

  .salesmap-toggle-button-like-text {
    position: absolute;
    color: transparent;
  }

  .salesmap-toggle-button-like-inverse {
    width: 3.1rem;
    padding: 0.57em;
    overflow: hidden;
  }

  .salesmap-toggle-button-like-inverse-text {
    position: absolute;
    color: transparent;
  }

  .page-top {
    display: none;
  }

  .text-truncate {
    -webkit-line-clamp: 3;
  }
}