body {
  color: #131313;
  letter-spacing: 0.02em;
  font-weight: 500;
}

body,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", sans-serif !important;
}

a,
button {
  text-decoration: none;
}

[id] {
  scroll-margin-top: 80px;
}

html {
  font-size: clamp(11.2px, 11.2px + (100vw - 781px) * 4.8 / 433, 16px);
}
@media screen and (max-width: 781px) {
  html {
    font-size: 70% !important;
  }
}

.wp-block-paragraph {
  letter-spacing: 0.02em;
  color: #131313;
  font-weight: 500;
}

.wp-block-group[style*=border-color] {
  border-style: solid;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1200px;
}

.wp-block-buttons {
  transition: all 0.4s ease;
  opacity: 1;
}
.wp-block-buttons:hover {
  opacity: 0.6;
}

.wp-block-button,
.wp-block-button__link {
  background-color: initial !important;
}

.p-header__menu.-lp_menu {
  top: 56px;
}

.p-header-button {
  width: 44px;
  height: 44px;
  right: 10px;
}
.p-header-button__icon {
  width: 16px;
  height: 12px;
}
.p-header-button__icon > span {
  top: 6px;
}
.p-header-button__icon:after, .p-header-button__icon:before {
  height: 1px;
}
.p-header-button.-active .p-header-button__icon:after {
  height: 1px;
  width: 20px;
}
.p-header-button.-active .p-header-button__icon:before {
  width: 20px;
}

.p-lp-header__btn {
  font-size: 14px;
}

.p-lp-fixed-bottom a {
  font-size: 16px;
}

.p-header__menu.-lp_menu .p-header-nav li a {
  font-size: 16px;
}

.p-lp-function__table thead tr th {
  font-size: 20px;
}
.p-lp-function__table tbody td {
  font-size: 16px;
}
.p-lp-function__table-head-img {
  width: 30px;
}

.p-lp-faq .p-faq__q-content-title {
  font-size: 24px;
  color: inherit;
}
@media screen and (max-width: 781px) {
  .p-lp-faq .p-faq__q-content-title {
    font-size: 20px;
    color: inherit;
  }
}
.p-lp-faq .p-faq__inner {
  font-size: 18px;
}
@media screen and (max-width: 781px) {
  .p-lp-faq .p-faq__inner {
    font-size: 16px;
  }
}
.p-lp-faq .p-faq__q-content-num {
  font-size: 30px;
  background: initial;
  -webkit-text-fill-color: initial;
}
.p-lp-faq .p-faq__toggle {
  background: url(../../assets/images/itsm_renewal/icon-faq-button.svg) no-repeat 50% !important;
}

.c-heading.-h2-download {
  font-size: 28px;
}

.p-content-area p {
  font-size: 16px !important;
}

.f-form .mktoLabel {
  font-size: 14px;
}
.f-form .mktoForm.mktoLayoutAbove .mktoField[type=checkbox] + label {
  font-size: 16px;
}
.f-form .mktoForm .mktoRequiredField label.mktoLabel {
  font-size: 14px;
}
.f-form .mktoForm .mktoCheckboxList > label,
.f-form .mktoForm .mktoRadioList > label {
  font-size: 16px;
}
.f-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  font-size: 18px;
}

.p-lp-others__title {
  font-size: 28px;
}

.p-lp-others__textarea p {
  font-size: 15px;
}

.p-lp-footer {
  font-size: 12px;
}
.p-lp-footer__info-name {
  font-size: 18px;
}
.p-lp-footer__info-address span {
  font-size: 14px !important;
}
.p-lp-footer__info-number span:first-child {
  font-size: 19px !important;
}
.p-lp-footer__info-number span:last-child {
  font-size: 15px !important;
}
.p-lp-footer__info-stock {
  font-size: 12px !important;
}
.p-lp-footer__links a span {
  font-size: 18px;
}
.p-lp-footer__links a.-download i {
  width: 28px;
  height: 22px;
}
.p-lp-footer__links a.-contact i {
  width: 30px;
  height: 20px;
}
.p-lp-footer__trademark {
  font-size: 16px;
}

.p-to-top__link:before {
  height: 12px;
  width: 10px;
}

.p-status-bar {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  list-style: none;
  margin: 1.875rem 0 0;
  padding: 24px 0;
  border-top: 2px solid #C4C9D1;
  border-bottom: 2px solid #C4C9D1;
}
.p-status-bar__item {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  padding: 0 24px;
  position: relative;
  justify-content: center;
}
.p-status-bar__logo {
  flex-shrink: 0;
}
.p-status-bar__logo img {
  max-width: 100%;
  height: auto;
}
.p-status-bar__logo-tx img {
  max-width: 100%;
  height: auto;
}
.p-status-bar__text {
  font-size: 14px;
  line-height: 1.6;
  color: #131313;
  margin: 0;
}
@media screen and (min-width: 782px) {
  .p-status-bar__item:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background-color: #C4C9D1;
    height: 100%;
  }
}
@media screen and (max-width: 781px) {
  .p-status-bar {
    flex-direction: column;
    gap: 30px;
  }
  .p-status-bar__item {
    max-width: 260px;
    width: 90%;
    margin: auto;
    padding: 0;
    justify-content: left;
  }
  .p-status-bar__item:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
    background-color: #C4C9D1;
    height: 1px;
  }
  .p-status-bar__logo {
    width: 80px;
  }
  .p-status-bar__logo img {
    width: 100%;
    max-width: initial;
  }
  .p-status-bar__logo-tx {
    max-width: 260px;
    width: 100%;
  }
  .p-status-bar__logo-tx img {
    text-align: center;
    width: 100%;
    height: auto;
  }
}

.wp-block-lazyblock-button-painpoint {
  text-align: center;
}

.p-itsm-button {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s ease;
  margin: auto;
}
.p-itsm-button__label {
  letter-spacing: 0.02em;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}
@media (hover: hover) {
  .p-itsm-button:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 781px) {
  .p-itsm-button__label {
    font-size: 16px;
  }
}

@media screen and (max-width: 1080px) {
  .p-inner:has(> .wp-block-group.is-style-default.has-border-color) > figure.wp-block-image {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 781px) {
  .p-section-fv h1 {
    font-size: 28px !important;
    padding-top: 10px;
  }
  .p-section-fv .p-section-fv-head-tx {
    font-size: 18px !important;
  }
  .p-section-fv .p-section-fv-head-tx br {
    display: none;
  }
  .p-section-fv .p-section-fv-list {
    margin: 20px auto;
  }
}

.p-section-point .wp-block-column {
  display: flex;
  flex-direction: column;
}
.p-section-point .wp-block-column > .wp-block-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-section-point .wp-block-column > .wp-block-group > .wp-block-group.has-background:not(.has-white-background-color) {
  margin-top: auto;
}

.p-section-point .section-painpoint-list-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 781px) {
  .p-section-corporate .wp-block-group {
    gap: 0;
  }
}

@media screen and (max-width: 781px) {
  .p-section-cta .p-section-cta-group {
    padding: 30px 15px 0px !important;
  }
  .p-section-cta .p-section-cta-group img {
    width: 70%;
    margin: 15px auto 30px;
  }
  .p-section-cta .p-section-cta-group .p-section-cta-tx {
    font-size: 15px !important;
  }
  .p-section-cta .wp-block-group {
    flex-direction: column;
    gap: 10px;
  }
  .p-section-cta .wp-block-group .wp-block-buttons {
    width: 90%;
    max-width: 300px;
    min-width: initial;
  }
}

@media screen and (max-width: 781px) {
  .p-section-case .wp-block-spacer {
    display: none !important;
  }
  .p-section-case .p-case-arrow svg {
    rotate: 90deg;
    margin: auto;
  }
  .p-section-case .p-case-content h4 {
    font-size: 20px !important;
  }
  .p-section-case .wp-block-columns {
    gap: 10px;
  }
}

@media screen and (max-width: 781px) {
  .p-section-collection-article > .wp-block-columns {
    gap: 15px;
  }
  .p-section-collection-article * {
    text-align: center;
  }
}

@media screen and (max-width: 781px) {
  .p-section-stage {
    padding: 30px 15px !important;
  }
  .p-section-stage .wp-block-group {
    justify-content: center;
  }
  .p-section-stage .wp-block-group .wp-block-buttons {
    min-width: 170px;
  }
}

@media screen and (max-width: 781px) {
  .p-section-process .p-section-process-list {
    padding: 20px 15px !important;
    flex-direction: column;
    gap: 10px !important;
  }
  .p-section-process .p-section-process-list .wp-block-heading {
    font-size: 20px !important;
  }
}

@media screen and (min-width: 782px) {
  .p-section-reasons .p-section-reasons-list-content {
    height: 100%;
  }
}
@media screen and (max-width: 781px) {
  .p-section-reasons h2 + p {
    font-size: 15px !important;
  }
  .p-section-reasons .p-section-reasons-list-content h3 + p {
    font-size: 15px !important;
  }
}

.p-section-approach .p-section-approach-list-content {
  margin: auto;
}
@media screen and (min-width: 782px) {
  .p-section-approach .p-section-approach-arrow {
    margin-top: 140px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 782px) {
  .p-section-approach .p-section-approach-list {
    flex-wrap: wrap;
    row-gap: 50px;
  }
  .p-section-approach .p-section-approach-list-content {
    width: 40%;
  }
}
@media screen and (max-width: 781px) {
  .p-section-approach .p-section-heading p {
    padding-bottom: 8px;
  }
  .p-section-approach .p-section-approach-arrow {
    margin: 30px auto;
  }
  .p-section-approach .p-section-approach-arrow svg {
    rotate: 90deg;
  }
  .p-section-approach .p-section-approach-list {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    justify-content: center;
  }
}

.p-section {
  margin: 6.25rem 0;
}

.p-inner {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
}

.p-section-heading * {
  margin-block-start: 0;
  margin-block-end: 0;
}
@media screen and (max-width: 781px) {
  .p-section-heading h2 {
    padding: 5px 0 8px;
  }
}

.p-reset-margin {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.p-reset-margin-inner * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.p-button {
  min-width: 340px;
}

.p-case-arrow {
  display: flex;
  align-items: center;
}

.p-case-list {
  margin-block-start: 10px;
}
.p-case-list p {
  margin-block-start: 0;
  margin-block-end: 8px;
}

.p-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.p-margin-auto {
  margin: auto;
}

.p-margin-top-auto {
  margin-top: auto !important;
}

.p-center {
  text-align: center;
  margin: auto !important;
}

.p-filter {
  mix-blend-mode: multiply;
}

.p-width-1000 {
  max-width: 1000px;
  width: 90%;
}

.p-width-90pct {
  width: 90%;
}

.p-width-800 {
  max-width: 800px;
  width: 90%;
}

.p-font-roboto {
  font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 782px) {
  .p-visible-xs {
    display: none !important;
  }
}
@media screen and (max-width: 781px) {
  .p-hidden-xs {
    display: none !important;
  }
}/*# sourceMappingURL=itsm_renewal.css.map */