html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, 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, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  /*     margin: 0; */
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  overflow-x: hidden;
}

body {
  font-family: Montserrat, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif !important;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  padding-top: 72px;
}

.kaizen-body--fixed {
  height: auto;
  position: fixed;
  width: calc(100vw - (100vw - 100%));
}

.kaizen-body__header {
  font-family: Montserrat, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  color: #4c566c;
  box-sizing: initial;
}

.kaizen-body__header nav,
.kaizen-body__header ul {
  list-style: none;
}

@media (min-width:1081px) {
  .kaizen-body__header ul {
    margin: 0;
    padding: 0;
  }
}

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

.kaizen-body__header a {
  color: inherit;
}

/*
 * Easing function
 * Original：http://easings.net/
 */
.header {
  box-sizing: border-box;
  padding: 0 64px;
  width: 100%;
  align-items: center;
  background-color: #394151;
  box-sizing: border-box;
  display: flex;
  height: 72px;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

@media screen and (max-width: 640px) {
  .header {
    min-width: unset;
    padding: 0 24px;
  }
}

@media screen and (max-width: 1080px) {
  .header {
    height: 72px;
    padding-bottom: 24px;
    padding-top: 24px;
  }
}

.header__content {
  margin: 0 auto;
  max-width: 1472px;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .header__content {
    display: none;
  }
}

.header__logo-desktop {
  height: 32px;
  width: 223px;
  flex: 0 0 232px;
  margin: 0;
}

.header__logo-desktop img {
  display: block;
  height: 100%;
  width: auto;
}

.header__logo-sp {
  height: 28px;
  width: 192px;
  margin-bottom: 0;
}

.header__logo-sp img {
  display: block;
  height: 100%;
  width: auto;
}

.header__content-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .header__content-sp {
    margin: 0 auto;
    max-width: 1472px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}

.header-hamburger-icon {
  height: 16px;
  padding: 6px 4px;
  position: relative;
  width: 20px;
  z-index: 999999;
  box-sizing: initial;
}

.header-hamburger-icon--eventListener {
  cursor: pointer;
  display: block;
  padding-top: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header-hamburger-icon__line {
  background-color: #ffffff;
  height: 2px;
  position: relative;
  width: 100%;
  z-index: 999;
}

.header-hamburger-icon__line--top {
  margin-bottom: 5px;
}

.header-hamburger-icon__line--center {
  margin-bottom: 5px;
}

.header-hamburger-icon__line--bottom {
  margin-bottom: 0px;
}

.header-hamburger-icon.hamburgerOpen .header-hamburger-icon__line {
  background-color: #ffffff;
  height: 2px;
  position: relative;
  width: 20px;
  z-index: 999;
}

.header-hamburger-icon.hamburgerOpen .header-hamburger-icon__line--top {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(40deg);
}

.header-hamburger-icon.hamburgerOpen .header-hamburger-icon__line--center {
  display: none;
}

.header-hamburger-icon.hamburgerOpen .header-hamburger-icon__line--bottom {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-40deg);
}

.header-hover-menu {
  position: relative;
}

.header-hover-menu__item-box {
  border-radius: 4px;
  display: block;
  left: -16px;
  opacity: 0;
  padding-top: 12px;
  position: absolute;
  top: 46px;
  transform: translateY(2px);
  transition: opacity 0.1s ease-out, transform 0.1s ease-out, visibility 0.1s;
  visibility: hidden;
  z-index: 99999;
}

.header-hover-menu:hover .header-hover-menu__item-box {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.header-hover-menu__item {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 16px #4c566c26;
  box-sizing: border-box;
  padding: 24px;
}

.header-hover-menu__item.header-hover-menu__item--services {
  min-width: 420px;
  padding: 8px 24px 8px;
}

.header-hover-menu__header {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: bold;
  margin-top: 24px;
}

@media screen and (max-width: 640px) {
  .header-hover-menu__header {
    font-size: 0.8125rem;
    line-height: 1.21875rem;
  }
}

.header-hover-menu__header:first-child {
  margin-top: 0px;
}

.header-hover-menu__link {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  display: block;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 0 4px 0 0;
  transition: color 0.1s ease-out;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .header-hover-menu__link {
    font-size: 0.8125rem;
    line-height: 1.21875rem;
  }
}

.header-hover-menu__link:last-child {
  margin-bottom: 0;
}

.header-hover-menu__link:hover {
  color: #2dd28d;
}

.header-hover-menu-service {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  padding: 8px 0;
  margin-top: 0;
}

.header-hover-menu-service__icon {
  height: 24px;
  margin-right: 12px;
  width: 24px;
}

.header-hover-menu-service__lead {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #4c566c;
  transition: color 0.1s ease-out;
}

.header-hover-menu-service__title {
  font-family: Montserrat, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: bold;
  transition: color 0.1s ease-out;
  margin-top: 0;
}

.header-hover-menu-service__title_sub {
  margin-left: 40px;
  font-size: 1rem;
  /*line-height: 1.21875rem;*/
  line-height: 0.875rem;
}

.header-hover-menu-service__title span {
  -webkit-font-smoothing: auto;
  font-weight: normal;
}

.header-hover-menu-service:hover .header-hover-menu-service__lead, .header-hover-menu-service:hover .header-hover-menu-service__title {
  color: #2dd28d;
}

.header-link-list {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.header-link-list__item {
  align-items: center;
  display: flex;
  height: 48px;
  margin-left: 22px;
}

.header-link-list__item:first-child {
  margin-left: 0;
}

.header-link-list__item>a {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 8px 0;
  transition: color 0.1s ease-out;
  white-space: nowrap;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .header-link-list__item>a {
    font-size: 0.8125rem;
    line-height: 1.21875rem;
  }
}

.header-link-list__item>a:hover {
  color: #2dd28d;
  opacity: 1;
}

.header-link-list__item.header-link-list__item--button {
  margin-left: 20px;
}

.header-link-list__item.header-link-list__item--button>a {
  font-size: 1rem;
  line-height: 1rem;
  align-items: center;
  border-radius: 24px;
  box-shadow: 0 0 16px #4c566c26;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  padding: 0 22px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  background-color: #fcb100;
  transition: 0.2s all;
}

.header-link-list__item.header-link-list__item--button>a:hover {
  background-color: #ffffff !important;
  color: #fcb100;
  opacity: 1;
}

.header-link-list__item.header-link-list__item--button>a:hover::after {
  border-top: 2px solid #fcb100;
  border-right: 2px solid #fcb100;
}

.header-link-list__item.header-link-list__item--button>a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.mobile-navi {
  background-color: #394151;
  box-sizing: border-box;
  min-height: 100vh;
  padding: 12px 16px 32px 16px;
  position: fixed;
  width: 100vw;
  z-index: 99999;
}

.mobile-navi.hamburgerOpen {
  bottom: 0;
  display: block;
  left: 0;
  opacity: 1;
  overflow: auto;
  top: 0;
  transition: opacity 100ms ease-in-out 0ms, right 0ms linear 0ms;
  z-index: 777;
}

.mobile-navi.hamburgerClose {
  opacity: 0;
  right: -100vw;
  top: 0;
  transition: opacity 100ms ease-in-out 0ms, right 0ms linear 100ms;
  z-index: -2;
}

.mobile-navi__logo-wrapper {
  background-color: #394151;
  box-sizing: border-box;
  left: 0;
  padding: 26px 24px 25px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
}

.mobile-navi__logo {
  display: block;
  height: 25px;
  width: 172px;
}

.mobile-navi__logo img {
  display: block;
  height: 100%;
  width: auto;
}

.mobile-navi__linkList {
  color: #ffffff;
  list-style: none;
  margin-top: 60px;
  position: relative;
}

.mobile-navi__buttons {
  margin-top: 24px;
}

.mobile-navi__buttons-item {
  font-size: 1rem;
  line-height: 1rem;
  align-items: center;
  background-color: #394151;
  border-radius: 28px;
  box-shadow: 0 0 16px #4c566c26;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-weight: bold;
  height: 56px;
  justify-content: center;
  padding: 0 24px;
  transition: opacity 0.1s ease-out;
  background-color: #ffffff;
  color: #4c566c;
  padding: 0 28px;
  display: flex;
  margin-top: 16px;
  width: 100%;
}

.mobile-navi__buttons-item:hover {
  opacity: 0.9;
}

.mobile-navi__buttons-item:first-child {
  margin-top: 0;
}

.mobile-navi__buttons-item:last-child {
  font-size: 1rem;
  line-height: 1rem;
  align-items: center;
  background-color: #394151;
  border-radius: 28px;
  box-shadow: 0 0 16px #4c566c26;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-weight: bold;
  height: 56px;
  justify-content: center;
  padding: 0 24px;
  transition: opacity 0.1s ease-out;
  background-color: #fcb100;
  padding: 0 28px;
}

.mobile-navi__buttons-item:last-child:hover {
  opacity: 0.9;
}

.mobile-navi-link-item {
  position: relative;
}

.mobile-navi-link-item::after {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.mobile-navi-link-item:first-child::before {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
}

.mobile-navi-link-item__title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 54px;
  justify-content: space-between;
  padding: 20px 12px 19px 8px;
}

@media screen and (max-width: 640px) {
  .mobile-navi-link-item__title {
    font-size: 0.9375rem;
    line-height: 1.40625rem;
  }
}

.mobile-navi-link-item__title {
  width: 100%;
}

.mobile-navi-link-list__header {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #2dd28d;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 28px;
}

@media screen and (max-width: 640px) {
  .mobile-navi-link-list__header {
    font-size: 0.8125rem;
    line-height: 1.21875rem;
  }
}

.mobile-navi-link-list__header:first-child {
  margin-top: 0;
}

.mobile-navi-link-list__item {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
  .mobile-navi-link-list__item {
    font-size: 0.8125rem;
    line-height: 1.21875rem;
  }
}

.mobile-navi-link-list__item:last-of-type {
  margin-bottom: 0;
}

.mobile-navi-link-list__item a {
  display: block;
  padding: 4px 0;
}

.mobile-navi-link-list__service-item {
  font-family: Montserrat, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.mobile-navi-link-list__service-item:last-of-type {
  margin-bottom: 0;
}

.mobile-navi-link-list__service-item span {
  -webkit-font-smoothing: auto;
  font-weight: normal;
}

.mobile-navi-link-list__service-desc {
  font-size: 0.75rem;
  line-height: 1.12}5rem;
  display: block;
  font-weight: normal;
  margin-bottom: 4px;
}

.mobile-navi-toggle-item {
  position: relative;
  z-index: 999999;
}

.mobile-navi-toggle-item::after {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.mobile-navi-toggle-item:first-child::before {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
}

.mobile-navi-toggle-item__title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  height: 54px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 12px 16px 8px;
}

@media screen and (max-width: 640px) {
  .mobile-navi-toggle-item__title {
    font-size: 0.9375rem;
    line-height: 1.40625rem;
  }
}

.mobile-navi-toggle-item__title-label {
  width: 100%;
}

.mobile-navi-toggle-item__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 8px 32px;
}

.mobile-navi-toggle-item__button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 15px;
  width: 15px;
}

.mobile-navi-toggle-item.expandOpen {
  overflow: hidden;
}

.mobile-navi-toggle-item.expandOpen .mobile-navi-toggle-item__content {
  max-height: 500vw;
  opacity: 1;
  -webkit-transition: max-height 240ms ease-in-out, opacity 240ms ease-in-out, padding 200ms ease-in-out 0ms;
  transition: max-height 240ms ease-in-out, opacity 240ms ease-in-out, padding 200ms ease-in-out 0ms;
}

.mobile-navi-toggle-item.expandOpen .mobile-navi-toggle-item__button {
  background-image: url("//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/Kaizen/kaize-update-sep21/img/icons/expand-open.svg");
}

.mobile-navi-toggle-item.expandClose {
  overflow: hidden;
}

.mobile-navi-toggle-item.expandClose .mobile-navi-toggle-item__content {
  max-height: 0;
  opacity: 0;
  padding: 0 8px 0;
  -webkit-transition: max-height 240ms ease-in-out, opacity 240ms ease-in-out, padding 200ms ease-in-out 100ms;
  transition: max-height 240ms ease-in-out, opacity 240ms ease-in-out, padding 200ms ease-in-out 100ms;
}

.mobile-navi-toggle-item.expandClose .mobile-navi-toggle-item__button {
  background-image: url("//7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/Kaizen/kaize-update-sep21/img/icons/expand-close.svg");
}