#locator {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 0;
}

.header::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  box-shadow: 0 3px 12px rgb(204 204 204 / 0%);
  opacity: 0;
  transition: all 0.4s;
}

.modal-show .header::before {
  box-shadow: 0 3px 12px #ccc;
  opacity: 1;
}

.header.bg-on::before {
  box-shadow: 0 3px 12px #ccc;
  opacity: 1;
}

.is-stopScroll .header::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 3px 12px #ccc;
  opacity: 1;
  transform: translateY(0);
  transform: translateY(0);
}

@media all and (max-width: 767px) {
  .header {
    background-color: #fff;
  }
}

.header-inner {
  position: relative;
  z-index: 2;
  display: flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 70px;
  padding: 0 20px;
}

@media all and (min-width: 768px) and (max-width: 1340px) {
  .header-inner {
    height: 90px;
  }
}

@media all and (max-width: 767px) {
  .header-inner {
    height: 50px;
    padding: 0 0 0 13px;
  }
}

.header-logo {
  -ms-flex-item-align: center;
  align-self: center;
  width: 201px;
  margin-right: 60px;
}

@media all and (min-width: 768px) and (max-width: 1780px) {
  .header-logo {
    width: 180px;
    margin-right: 50px;
  }
}

@media all and (min-width: 768px) and (max-width: 1560px) {
  .header-logo {
    width: 160px;
    margin-right: 40px;
  }
}

@media all and (min-width: 768px) and (max-width: 1340px) {
  .header-logo {
    width: 140px;
    margin-right: 30px;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .header-logo {
    width: 135px;
    margin-right: 25px;
  }
}

.header-logo-img {
  display: block;
}

@media all and (max-width: 767px) {
  .header-logo-img {
    height: 28px;
  }
}

.header-hamburger {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  outline: none;
  appearance: none;
  appearance: none;
}

@media all and (min-width: 768px) {
  .header-hamburger {
    display: none;
  }
}

.header-hamburger-icon {
  position: absolute;
  top: 50%;
  left: -11%;
  width: 122%;
  height: 4px;
  margin-top: -2px;
  background-color: #747474;
  border-radius: 2px;
  transition: background-color 200ms ease-in-out;
  transform: scale(0.5);
  transform: scale(0.5);
}

.header-hamburger-icon::before,
.header-hamburger-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #747474;
  border-radius: 2px;
  transition: margin-top 200ms ease-in-out, transform 200ms ease-in-out;
}

.header-hamburger-icon::before {
  margin-top: -18px;
}

.header-hamburger-icon::after {
  margin-top: 18px;
}

.header-hamburger.is-open .header-hamburger-icon {
  background-color: transparent;
}

.header-hamburger.is-open .header-hamburger-icon::before {
  margin-top: 0;
  transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-hamburger.is-open .header-hamburger-icon::after {
  margin-top: 0;
  transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-content {
  display: flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  -ms-flex-positive: 1;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .header-content {
    flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media all and (max-width: 767px) {
  .header-content {
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    width: 100vw;
    height: calc(100vh - 50px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    background-color: #fff;
  }
}

@media all and (min-width: 768px) {
  .header-gnavi {
    display: flexbox;
    display: flex;
    align-self: stretch;
    margin: 0 -25px;
    -ms-flex-item-align: stretch;
  }
}

@media all and (min-width: 768px) and (max-width: 1780px) {
  .header-gnavi {
    margin: 0 -15px;
  }
}

@media all and (min-width: 768px) and (max-width: 1560px) {
  .header-gnavi {
    margin: 0 -10px;
  }
}

@media all and (min-width: 768px) and (max-width: 1340px) {
  .header-gnavi {
    margin: 0 -5px;
  }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .header-gnavi {
    height: 45px;
    margin: 0 -10px;
  }
}

@media all and (min-width: 768px) {
  .header-gnavi-item {
    display: flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 20px;
  }
}

@media all and (min-width: 768px) and (max-width: 1780px) {
  .header-gnavi-item {
    margin: 0 10px;
    font-size: 1.5rem;
  }
}

@media all and (min-width: 768px) and (max-width: 1560px) {
  .header-gnavi-item {
    margin: 0 10px;
    font-size: 1.4rem;
  }
}

@media all and (min-width: 768px) and (max-width: 1340px) {
  .header-gnavi-item {
    margin: 0 5px;
    font-size: 1.3rem;
  }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .header-gnavi-item {
    margin: 0 10px;
    font-size: 1.4rem;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .header-gnavi-item {
    margin: 0 5px;
    font-size: 1.2rem;
  }
}

@media all and (max-width: 767px) {
  .header-gnavi-item {
    background-color: #fafafa;
    border-bottom: 1px solid #fff;
  }
}

@media all and (min-width: 768px) {
  .header-gnavi-item.is-open .header-gnavi-item-inner::after {
    opacity: 1;
    transform: translateY(0);
    transform: translateY(0);
  }
}

@media all and (max-width: 767px) {
  .header-gnavi-item.is-open .header-gnavi-item-inner::after {
    transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

.header-gnavi-item-inner {
  position: relative;
  z-index: 6;
  letter-spacing: 0.04em;
}

@media all and (min-width: 768px) {
  .header-gnavi-item-inner {
    display: flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    font-weight: 500;
    -ms-flex-align: center;
    -ms-flex-pack: center;
  }
}

@media all and (max-width: 767px) {
  .header-gnavi-item-inner {
    display: block;
    padding: 15px 25px 17px;
    font-size: 1.5rem;
    font-weight: bold;
  }
}

.header-gnavi-item-inner::after {
  position: absolute;
  content: "";
}

@media all and (min-width: 768px) {
  .header-gnavi-item-inner::after {
    top: 100%;
    left: 50%;
    margin-left: -7px;
    pointer-events: none;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0;
    opacity: 0;
    transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
    transform: translateY(-7px);
    transform: translateY(-7px);
  }
}

@media all and (max-width: 767px) {
  .header-gnavi-item-inner::after {
    top: 50%;
    right: 30px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-top: 1px solid #ff4478;
    border-right: 1px solid #ff4478;
    transition: transform 200ms ease-in-out;
    transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.header-gnaviChild {
  display: none;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

@media all and (min-width: 768px) {
  .header-gnaviChild {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    width: 100vw;
    height: calc(100vh - 70px);
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media all and (min-width: 768px) and (max-width: 1340px) {
  .header-gnaviChild {
    height: calc(100vh - 90px);
  }
}

.header-gnaviChild.type-tools {
  background-image: linear-gradient(180deg, #f4fbfd 0%, #fdf7ff 100%);
}

.header-gnaviChild.type-tools::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 70px;
  pointer-events: none;
  content: "";
  box-shadow: 0 0 30px #c3d7dd;
}

@media all and (min-width: 768px) and (max-width: 1340px) {
  .header-gnaviChild.type-tools::before {
    height: 90px;
  }
}

@media all and (max-width: 767px) {
  .header-gnaviChild.type-tools::before {
    display: none !important;
  }
}

.header-gnaviChild.type-industry {
  background-image: linear-gradient(180deg, #fffbfa 0%, #fdf7ff 100%);
}

.header-gnaviChild.type-industry::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 70px;
  pointer-events: none;
  content: "";
  box-shadow: 0 0 30px #c3d7dd;
}

@media all and (min-width: 768px) and (max-width: 1340px) {
  .header-gnaviChild.type-industry::before {
    height: 90px;
  }
}

@media all and (max-width: 767px) {
  .header-gnaviChild.type-industry::before {
    display: none !important;
  }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .header-gnaviChild {
    height: calc(100vh - 90px);
  }
}

.header-gnaviChild-inner {
  max-width: 1000px;
  padding: 24px 0;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .header-gnaviChild-inner {
    position: relative;
    padding: 22px 0 80px;
  }
}

.header-gnaviChild-ui {
  display: flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 8px;
}

@media all and (max-width: 767px) {
  .header-gnaviChild-ui {
    display: none;
  }
}

.close-buttton {
  display: inline-flexbox;
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border: none;
  outline: none;
  appearance: none;
  appearance: none;
  -ms-flex-align: center;
}

.close-buttton-icon {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  border: 1px solid #ff4478;
  border-radius: 50%;
  transition: background-color 200ms ease-in-out;
}

.close-buttton-icon::before,
.close-buttton-icon::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  content: "";
  background-color: #ff4478;
  border-radius: 1px;
  transition: background-color 200ms ease-in-out;
}

.close-buttton-icon::before {
  transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
}

.close-buttton-icon::after {
  transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

.close-buttton:hover .close-buttton-icon {
  background-color: #ff4478;
}

.close-buttton:hover .close-buttton-icon::before,
.close-buttton:hover .close-buttton-icon::after {
  background-color: #fff;
}

.megaNavi-heading-wrapper {
  display: flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 32px;
}

@media all and (max-width: 767px) {
  .megaNavi-heading-wrapper {
    margin-bottom: 20px;
  }
}

.megaNavi-heading-link {
  position: relative;
  display: flexbox;
  display: flex;
  padding-right: 24px;
  margin-left: 30px;
}

@media all and (max-width: 767px) {
  .megaNavi-heading-wrapper .megaNavi-heading-link {
    display: none;
  }
}

.megaNavi-heading-link-wrapper {
  margin-bottom: 35px;
}

.megaNavi-heading-link-wrapper .megaNavi-heading-link {
  display: inline-flexbox;
  display: inline-flex;
}

@media all and (min-width: 768px) {
  .megaNavi-heading-link-wrapper {
    display: none;
  }
}

.megaNavi-heading-link::before,
.megaNavi-heading-link::after {
  position: absolute;
  top: 0.78em;
  right: 0;
  content: "";
}

.megaNavi-heading-link::before {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border: 1px solid #ff4478;
  border-radius: 50%;
  transition: background-color 200ms ease-in-out;
}

.megaNavi-heading-link::after {
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-right: 4px;
  border-top: 2px solid #ff4478;
  border-right: 2px solid #ff4478;
  transition: border-color 200ms ease-in-out;
  transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
}

.megaNavi-heading-link:hover::before {
  background-color: #ff4478;
}

.megaNavi-heading-link:hover::after {
  border-color: #fff;
}

.megaNavi-heading {
  position: relative;
  margin: 0;
}

.megaNavi-heading-en {
  position: relative;
  display: block;
  margin-top: -0.13em;
  margin-bottom: -0.13em;
  font-family: Roboto, sans-serif;
  font-size: 10rem;
  line-height: 1;
  color: #fff;
  pointer-events: none;
}

@media all and (max-width: 767px) {
  .megaNavi-heading-en {
    font-size: 6.7rem;
  }
}

.megaNavi-heading-main {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.6em;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

@media all and (max-width: 767px) {
  .megaNavi-heading-main {
    font-size: 1.6rem;
  }
}

.megaNavi-subHeading {
  position: relative;
  padding-left: 52px;
  margin-bottom: 13px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

@media all and (max-width: 767px) {
  .megaNavi-subHeading {
    padding-left: 33px;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}

@media all and (max-width: 767px) {
  .megaNavi-linkGrid.type-tools .megaNavi-subHeading {
    display: none;
  }
}

.megaNavi-subHeading::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 40px;
  height: 1px;
  content: "";
  background-color: currentcolor;
}

@media all and (max-width: 767px) {
  .megaNavi-subHeading::before {
    width: 24px;
  }
}

.megaNavi-linkGrid {
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px -10px 0;
}

@media all and (max-width: 767px) {
  .megaNavi-linkGrid {
    flex-direction: column;
    flex-direction: column;
    margin: 0 !important;
  }
}

.megaNavi-linkGrid:not(:last-child) {
  margin-bottom: 64px;
}

.megaNavi-linkGrid-item {
  width: calc(100% - 20px);
  margin: 40px 10px 0;
}

@media all and (max-width: 767px) {
  .megaNavi-linkGrid-item {
    width: 100% !important;
    margin: 0 !important;
  }
}

@media all and (max-width: 767px) {
  .megaNavi-linkGrid.type-tools {
    margin-bottom: 25px !important;
  }
}

.megaNavi-linkGrid.type-tools .megaNavi-linkGrid-item:nth-child(odd) {
  width: calc(31.5% - 20px);
}

.megaNavi-linkGrid.type-tools .megaNavi-linkGrid-item:nth-child(even) {
  width: calc(68.5% - 20px);
}

.megaNavi-linkGrid.col2 .megaNavi-linkGrid-item {
  width: calc(50% - 20px);
}

@media all and (max-width: 767px) {
  .megaNavi-linkGrid.col2 .megaNavi-linkGrid-item + .megaNavi-linkGrid-item {
    margin-top: 25px !important;
  }
}

.megaNavi-linkGrid.col3 .megaNavi-linkGrid-item {
  width: calc(33.33% - 20px);
}

.megaNavi-linkGrid.col4 .megaNavi-linkGrid-item {
  width: calc(25% - 20px);
}

@media all and (max-width: 767px) {
  .megaNavi-linkGrid + .megaNavi-heading-wrapper {
    margin-top: 50px !important;
  }
}

.megaNavi-link-list {
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: -24px -10px 0;
}

@media all and (max-width: 767px) {
  .megaNavi-link-list {
    flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
}

.megaNavi-link-list-item {
  margin: 24px 10px 0;
}

@media all and (max-width: 767px) {
  .megaNavi-link-list-item {
    width: auto !important;
    margin-top: 20px;
  }
}

.megaNavi-link-list.information-tools .megaNavi-link-list-item {
  width: calc(31.83% - 20px);
}

.megaNavi-link-list.information-tools .megaNavi-link-list-item:nth-child(3n+1) {
  width: calc(36.33% - 20px);
}

.megaNavi-link-list.other .megaNavi-link-list-item {
  width: calc(24% - 20px);
}

.megaNavi-link-list.other .megaNavi-link-list-item:nth-child(4n) {
  width: calc(28% - 20px);
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .megaNavi-link-list.other .megaNavi-link-list-item {
    width: calc(31.83% - 20px);
  }

  .megaNavi-link-list.other .megaNavi-link-list-item:nth-child(3n+1) {
    width: calc(36.33% - 20px);
  }
}

.megaNavi-link-list.col3 .megaNavi-link-list-item {
  width: calc(33.33% - 20px);
}

.megaNavi-link-list.col4 .megaNavi-link-list-item {
  width: calc(25% - 20px);
}

.megaNavi-iconLink {
  display: flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.megaNavi-iconLink .link-icon {
  flex-shrink: 0;
  margin-right: 15px;
  -ms-flex-negative: 0;
}

.megaNavi-iconLink .link-icon img {
  vertical-align: top;
}

.megaNavi-iconLink .link-text {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  -ms-flex-positive: 1;
}

@media all and (max-width: 767px) {
  .megaNavi-iconLink .link-text {
    font-size: 1.5rem;
  }

  .type-industry .megaNavi-iconLink .link-text {
    font-size: 1.4rem;
  }

  .type-industry .megaNavi-iconLink .link-text br {
    display: none;
  }
}

.megaNavi-iconLink .sp-text {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}

@media all and (min-width: 768px) {
  .megaNavi-iconLink .sp-text {
    display: none;
  }
}

.megaNavi-iconLink .link-subText {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
}

@media all and (max-width: 767px) {
  .megaNavi-iconLink .link-subText {
    display: none;
  }
}

.megaNavi-iconLink .link-subText .small-text {
  font-size: 1.4rem;
}

.megaNavi-textLink {
  position: relative;
  display: inline-block;
  padding-right: 33px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .megaNavi-textLink {
    font-size: 1.6rem;
  }
}

.megaNavi-textLink::before,
.megaNavi-textLink::after {
  position: absolute;
  top: 0.78em;
  right: 0;
  content: "";
}

.megaNavi-textLink::before {
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: 1px solid #ff4478;
  border-radius: 50%;
  transition: background-color 200ms ease-in-out;
}

.megaNavi-textLink::after {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-right: 5px;
  border-top: 2px solid #ff4478;
  border-right: 2px solid #ff4478;
  transition: border-color 200ms ease-in-out;
  transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
}

.megaNavi-textLink:hover::before {
  background-color: #ff4478;
}

.megaNavi-textLink:hover::after {
  border-color: #fff;
}

.megaNavi-tool-icon {
  width: 40px;
}

@media all and (max-width: 767px) {
  .megaNavi-tool-icon {
    width: 34px;
  }
}

.megaNavi-industry-icon {
  width: 70px;
}

@media all and (max-width: 767px) {
  .megaNavi-industry-icon {
    width: 35px;
  }
}

@media all and (min-width: 768px) {
  .header-buttons {
    display: flexbox;
    display: flex;
    margin: 0 -5px;
  }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .header-buttons {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}

@media all and (max-width: 767px) {
  .header-buttons {
    padding: 25px;
  }
}

@media all and (min-width: 768px) {
  .header-buttons-item {
    margin: 0 5px;
  }
}

@media all and (max-width: 767px) {
  .header-buttons-item:not(:first-child) {
    margin-top: 13px;
  }
}

@media all and (min-width: 768px) {
  .header-buttons-item.separate-next {
    margin-right: 25px;
  }
}

@media all and (min-width: 768px) and (max-width: 1780px) {
  .header-buttons-item.separate-next {
    margin-right: 20px;
  }
}

@media all and (min-width: 768px) and (max-width: 1560px) {
  .header-buttons-item.separate-next {
    margin-right: 15px;
  }
}

@media all and (min-width: 768px) and (max-width: 1340px) {
  .header-buttons-item.separate-next {
    margin-right: 10px;
  }
}

.header-button {
  display: flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  font-size: 1.4rem;
  border-radius: 45px;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

@media all and (min-width: 768px) {
  .header-button {
    min-height: 45px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  }
}

@media all and (min-width: 768px) and (max-width: 1780px) {
  .header-button {
    min-width: 140px;
  }
}

@media all and (min-width: 768px) and (max-width: 1560px) {
  .header-button {
    min-width: 115px;
    min-height: 40px;
    font-size: 1.2rem;
  }
}

@media all and (min-width: 768px) and (max-width: 1340px) {
  .header-button {
    min-width: 110px;
    font-size: 1.1rem;
  }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .header-button {
    min-height: 30px;
  }
}

@media all and (max-width: 767px) {
  .header-button {
    min-height: 55px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
  }
}

.header-button-inner {
  position: relative;
  display: flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: calc(100% - 2px);
  min-height: 43px;
  padding: 0 10px;
  overflow: hidden;
  border-radius: 45px;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

@media all and (min-width: 768px) and (max-width: 1560px) {
  .header-button-inner {
    min-height: 38px;
  }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .header-button-inner {
    min-height: 28px;
  }
}

.header-button:not(.type-primary) {
  padding-left: 0.08em;
  font-weight: 500;
  color: #f00;
  letter-spacing: 0.08em;
  background-color: #fff;
  border: 1px solid #f00;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}

.header-button:not(.type-primary):hover {
  color: #fff;
  background-color: #f00;
}

.header-button.type-primary {
  min-width: 190px;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(90deg, #ff4478 0%, #ffa300 100%);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s;
}

@media all and (min-width: 768px) and (max-width: 1780px) {
  .header-button.type-primary {
    min-width: 170px;
  }
}

@media all and (min-width: 768px) and (max-width: 1560px) {
  .header-button.type-primary {
    min-width: 150px;
  }
}

@media all and (min-width: 768px) and (max-width: 1340px) {
  .header-button.type-primary {
    min-width: 140px;
  }
}

.header-button.type-primary:hover {
  color: #fff;
  box-shadow: 0 5px 12px rgb(0 0 0 / 10%);
  transform: translateY(-4px);
  transform: translateY(-4px);
}

.cta {
  padding: 130px 20px 150px;
}

@media all and (max-width: 767px) {
  .cta {
    padding: 60px 20px 70px;
  }
}

.cta-bg {
  background-color: #fdfff2;
}

.cta-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.cta-heading {
  margin-bottom: 48px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}

@media all and (max-width: 1200px) {
  .cta-heading {
    font-size: 3rem;
  }
}

@media all and (max-width: 1023px) {
  .cta-heading {
    font-size: 2.4rem;
  }
}

@media all and (max-width: 767px) {
  .cta-heading {
    font-size: 2rem;
  }
}

.cta-buttons {
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -18px -18px 0 -17px;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.cta-button {
  display: flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  max-width: calc(100% - 35px);
  height: 96px;
  margin: 18px 18px 0 17px;
  border: 4px solid #fff;
  border-radius: 110px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
  transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

@media all and (max-width: 767px) {
  .cta-button {
    height: 80px;
  }
}

.cta-button:hover {
  box-shadow: 0 5px 13px rgb(0 0 0 / 20%);
  transform: translateY(-5px);
  transform: translateY(-5px);
}

.cta-button::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.cta-button.type-download {
  color: #fff;
  background-image: linear-gradient(90deg, #ff4478 0%, #ffa300 100%);
}

.cta-button.type-download::before {
  width: 105px;
  height: 66px;
  margin-right: 10px;
  background-image: url("/dcms_media/image/button_document.png");
}

@media all and (max-width: 767px) {
  .cta-button.type-download::before {
    width: 52px;
    height: 33px;
    margin-right: 8px;
  }
}

.cta-button.type-consult {
  color: #fff;
  background-color: #04f;
}

.cta-button.type-consult::before {
  width: 65px;
  height: 65px;
  margin-right: 29px;
  margin-left: 15px;
  background-image: url("/dcms_media/img/icon_consult.svg");
}

@media all and (max-width: 767px) {
  .cta-button.type-consult::before {
    width: 32px;
    height: 32px;
    margin-right: 20px;
    margin-left: 0;
  }
}

.cta-button .text-wrapper {
  display: block;
  text-align: center;
}

.cta-button .main-text {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

@media all and (max-width: 767px) {
  .cta-button .main-text {
    font-size: 1.6rem;
  }
}

.cta-button .sub-text {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

@media all and (max-width: 767px) {
  .cta-button .sub-text {
    font-size: 1rem;
  }
}

.footer {
  padding: 50px 20px 60px;
  border-top: 1px solid #c8c8c8;
}

.footer-toolNavi {
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -13px -18px 0;
}

.footer-toolNavi-section {
  padding: 103px 20px;
}

@media all and (max-width: 767px) {
  .footer-toolNavi-section {
    padding: 60px 20px;
  }
}

.footer-toolNavi-section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-toolNavi-item {
  width: calc(25% - 36px);
  margin: 13px 18px 0;
}

@media all and (max-width: 1200px) {
  .footer-toolNavi-item {
    width: calc(33.33% - 36px);
  }
}

@media all and (max-width: 767px) {
  .footer-toolNavi-item {
    width: calc(50% - 36px);
  }
}

@media all and (max-width: 480px) {
  .footer-toolNavi-item {
    width: calc(100% - 36px);
  }
}

.footer-toolNavi-iconLink {
  display: flexbox;
  display: flex;
  align-items: center;
  padding: 17px 20px;
  background-color: #fff;
  border-radius: 10px;
  transition: box-shadow 300ms ease-in-out;
  -ms-flex-align: center;
}

.footer-toolNavi-iconLink:hover {
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

@media all and (max-width: 767px) {
  .footer-toolNavi-iconLink {
    padding: 10px;
  }
}

.footer-toolNavi-iconLink .link-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.footer-toolNavi-iconLink .link-icon img {
  vertical-align: top;
}

.footer-toolNavi-iconLink .link-text {
  flex-grow: 1;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  -ms-flex-positive: 1;
}

@media all and (max-width: 767px) {
  .footer-toolNavi-iconLink .link-text {
    font-size: 1.8rem;
  }
}

.footer-toolNavi-iconLink .link-subText {
  display: block;
  margin-bottom: 1px;
  font-size: 1.4rem;
  font-weight: normal;
}

@media all and (max-width: 767px) {
  .footer-toolNavi-iconLink .link-subText {
    font-size: 1.2rem;
  }
}

.footer-toolNavi-tool-icon {
  width: 50px;
}

@media all and (max-width: 767px) {
  .footer-toolNavi-tool-icon {
    width: 35px;
  }
}

@media all and (max-width: 767px) {
  .footer {
    padding: 40px 20px 45px;
  }
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo {
  max-width: 359px;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .footer-logo {
    max-width: 237px;
    margin-bottom: 25px;
  }
}

.footer-logo img {
  width: 100%;
}

.footer-sitemap {
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -80px -10px 200px;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .footer-sitemap {
    margin: -80px -10px 100px;
  }
}

@media all and (max-width: 767px) {
  .footer-sitemap {
    flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-sitemap-col {
  margin: 80px 10px 0;
}

@media all and (max-width: 767px) {
  .footer-sitemap-col:not(:first-child) {
    margin-top: 16px;
  }
}

.footer-sitemap-col.sitemap-col-about {
  width: calc(18.33% - 20px);
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .footer-sitemap-col.sitemap-col-about {
    width: calc(33.33% - 20px);
  }
}

@media all and (max-width: 767px) {
  .footer-sitemap-col.sitemap-col-about {
    width: calc(100% - 20px);
  }
}

.footer-sitemap-col.sitemap-col-tools {
  width: calc(41.5% - 20px);
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .footer-sitemap-col.sitemap-col-tools {
    width: calc(66.66% - 20px);
  }
}

@media all and (max-width: 767px) {
  .footer-sitemap-col.sitemap-col-tools {
    width: calc(100% - 20px);
    margin-top: 25px;
  }
}

.footer-sitemap-col.sitemap-col-industry {
  width: calc(25.16% - 20px);
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .footer-sitemap-col.sitemap-col-industry {
    width: calc(50% - 20px);
  }
}

@media all and (max-width: 767px) {
  .footer-sitemap-col.sitemap-col-industry {
    width: calc(50% - 20px);
    margin-top: 51px;
  }
}

@media all and (max-width: 767px) {
  .footer-sitemap-col.sitemap-col-industry h3 + h4 {
    margin-top: 7px;
  }
}

.footer-sitemap-col.sitemap-col-other {
  width: calc(15% - 20px);
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .footer-sitemap-col.sitemap-col-other {
    width: calc(50% - 20px);
  }
}

@media all and (max-width: 767px) {
  .footer-sitemap-col.sitemap-col-other {
    width: calc(50% - 20px);
    margin-top: 51px;
  }

  .footer-sitemap-col.sitemap-col-other h3:not(:first-child) {
    margin-top: 48px;
  }
}

.footer-sitemap h3 {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .footer-sitemap h3 {
    margin-bottom: 7px;
    font-size: 1.5rem;
  }
}

.footer-sitemap h3:not(:first-child) {
  margin-top: 50px;
}

@media all and (max-width: 767px) {
  .footer-sitemap h3:not(:first-child) {
    margin-top: 15px;
  }
}

.footer-sitemap h4 {
  position: relative;
  padding-left: 13px;
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}

@media all and (max-width: 767px) {
  .footer-sitemap h4 {
    margin-bottom: 7px;
    font-size: 1.4rem;
  }
}

.footer-sitemap h4:not(:first-child) {
  margin-top: 16px;
}

.footer-sitemap h4:not(:first-child).out-order {
  margin-top: 50px;
}

@media all and (max-width: 767px) {
  .footer-sitemap h4:not(:first-child).out-order {
    margin-top: 34px;
  }
}

.footer-sitemap h4::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  content: "";
  background-color: #d5d5d5;
  border-radius: 50%;
}

.footer-sitemap h4 + ul {
  padding-left: 13px;
}

.footer-sitemap ul:not(:last-child) {
  margin-bottom: 30px;
}

.footer-sitemap ul li {
  font-size: 1.4rem;
}

.footer-sitemap ul li:not(:first-child) {
  margin-top: 8px;
}

@media all and (max-width: 767px) {
  .footer-sitemap ul li {
    font-size: 1.3rem;
  }
}

.footer-sitemap ul li p {
  margin-bottom: -1px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
}

.footer-sitemap ul li a {
  font-weight: bold;
}

.footer-sitemap ul.large-margin li:not(:first-child) {
  margin-top: 18px;
}

@media all and (max-width: 767px) {
  .footer-sitemap ul.large-margin li:not(:first-child) {
    margin-top: 14px;
  }
}

.footer-sitemap-tools-grid {
  display: flexbox;
  display: flex;
  margin: 0 -10px;
}

.footer-sitemap-tools-grid .tools-grid-col {
  margin: 0 10px;
}

.footer-sitemap-tools-grid .tools-grid-col:nth-child(1) {
  width: calc(45% - 20px);
}

@media all and (max-width: 767px) {
  .footer-sitemap-tools-grid .tools-grid-col:nth-child(1) {
    width: calc(50% - 20px);
  }
}

.footer-sitemap-tools-grid .tools-grid-col:nth-child(2) {
  width: calc(55% - 20px);
}

@media all and (max-width: 767px) {
  .footer-sitemap-tools-grid .tools-grid-col:nth-child(2) {
    width: calc(50% - 20px);
  }
}

.footer-link-list {
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: -30px -20px 30px;
  -ms-flex-pack: center;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .footer-link-list {
    margin: -30px -10px 30px;
  }
}

.footer-link-item {
  margin: 30px 25px 0;
  font-size: 1.2rem;
  font-weight: normal;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .footer-link-item {
    margin: 30px 10px 0;
  }
}

.footer-sns-list {
  display: flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px 15px;
}

.footer-sns-item {
  margin: 0 10px;
}

.footer-sns-item a {
  color: #595757;
}

.footer-sns-item a:hover {
  color: #333;
}

.footer-sns-item .fab {
  font-size: 2.5rem;
}

.footer-copyright {
  margin-top: 15px;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
}

.megaNavi-link-list-item .link-subText.-small {
  font-size: 12px;
}

.footer-toolNavi-item.-large {
  width: calc(32% - 36px);
}

@media all and (max-width: 480px) {
  .footer-toolNavi-item.-large {
    width: calc(100% - 36px);
  }
}
