@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap&text=0123456789);
*,
*::before,
*::after {
  box-sizing: border-box;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.container,
.container-xl,
.container-md {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--bs-gutter-y);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.col {
  flex: 1 0 0%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-2 {
  --bs-gutter-x: 0.3125rem;
}
.g-2 {
  --bs-gutter-y: 0.3125rem;
}
.g-6px {
  --bs-gutter-x: 0.375rem;
}
.g-6px {
  --bs-gutter-y: 0.375rem;
}
.g-10px {
  --bs-gutter-x: 0.625rem;
}
.g-10px {
  --bs-gutter-y: 0.625rem;
}
.g-15px,
.gx-15px {
  --bs-gutter-x: 0.9375rem;
}
.g-15px {
  --bs-gutter-y: 0.9375rem;
}
.g-16px {
  --bs-gutter-x: 1rem;
}
.g-16px,
.gy-16px {
  --bs-gutter-y: 1rem;
}
.gy-30px {
  --bs-gutter-y: 1.875rem;
}
.gy-32px {
  --bs-gutter-y: 2rem;
}
.gx-35px {
  --bs-gutter-x: 2.1875rem;
}
.gy-38px {
  --bs-gutter-y: 2.375rem;
}
.gx-40px {
  --bs-gutter-x: 2.5rem;
}
.gy-40px {
  --bs-gutter-y: 2.5rem;
}
.gy-47px {
  --bs-gutter-y: 2.9375rem;
}
.gx-50px {
  --bs-gutter-x: 3.125rem;
}
.gx-60px {
  --bs-gutter-x: 3.75rem;
}
.gy-60px {
  --bs-gutter-y: 3.75rem;
}
.gx-72px {
  --bs-gutter-x: 4.5rem;
}
.gx-95px {
  --bs-gutter-x: 5.9375rem;
}
.gx-135px {
  --bs-gutter-x: 8.4375rem;
}
.form-select {
  -moz-padding-start: calc(0.75rem - 3px);
  display: block;
  appearance: none;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-color: #fff;
  color: #212529;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  margin-bottom: 0.125rem;
  padding-left: 1.5em;
}
.form-check .form-check-input {
  margin-left: -1.5em;
  float: left;
}
.form-check-input {
  appearance: none;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  color-adjust: exact;
  vertical-align: top;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  border-color: #0d6efd;
  background-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  background-color: #0d6efd;
}
.form-check-input:disabled {
  filter: none;
  opacity: 0.5;
  pointer-events: none;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.bs-btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background-color: transparent;
  color: #212529;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
}
.bs-btn:hover {
  color: #212529;
}
.bs-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bs-btn:disabled,
.bs-btn.disabled,
fieldset:disabled .bs-btn {
  opacity: 0.65;
  pointer-events: none;
}
.bs-btn-primary {
  border-color: #0d6efd;
  background-color: #0d6efd;
  color: #fff;
}
.bs-btn-primary:hover {
  border-color: #0a58ca;
  background-color: #0b5ed7;
  color: #fff;
}
.bs-btn-primary:focus {
  border-color: #0a58ca;
  background-color: #0b5ed7;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  color: #fff;
}
.bs-btn-primary:active,
.bs-btn-primary.active {
  border-color: #0a53be;
  background-color: #0a58ca;
  color: #fff;
}
.bs-btn-primary:active:focus,
.bs-btn-primary.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.bs-btn-primary:disabled,
.bs-btn-primary.disabled {
  border-color: #0d6efd;
  background-color: #0d6efd;
  color: #fff;
}
.align-top {
  vertical-align: top;
}
.opacity-0 {
  opacity: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.d-none {
  display: none;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.border {
  border: 1px solid #dee2e6;
}
.border-top {
  border-top: 1px solid #dee2e6;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.w-col-3 {
  width: 33.3333333333%;
}
.w-75 {
  width: 75%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.w-196px {
  width: 196px;
}
.w-166px {
  width: 166px;
}
.w-86px {
  width: 86px;
}
.w-260px {
  width: 260px;
}
.w-256px {
  width: 256px;
}
.w-480px {
  width: 480px;
}
.w-134px {
  width: 134px;
}
.w-180px {
  width: 180px !important;
}
.w-280px {
  width: 280px !important;
}
.w-136px {
  width: 136px !important;
}
.w-187px {
  width: 187px !important;
}
.mw-100 {
  max-width: 100%;
}
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.h-40px {
  height: 40px !important;
}
.h-56px {
  height: 56px !important;
}
.h-36px {
  height: 36px !important;
}
.min-vh-32px {
  min-height: 32px !important;
}
.min-vh-193px {
  min-height: 193px !important;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.gap-0 {
  gap: 0;
}
.gap-2 {
  gap: 0.3125rem;
}
.gap-4 {
  gap: 0.9375rem;
}
.gap-8 {
  gap: 4.375rem;
}
.gap-10 {
  gap: 6.25rem;
}
.gap-16px {
  gap: 1rem;
}
.gap-18px {
  gap: 1.125rem;
}
.gap-21px {
  gap: 1.3125rem;
}
.gap-48px {
  gap: 3rem;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.m-0 {
  margin: 0;
}
.mx-0 {
  margin-right: 0;
  margin-left: 0;
}
.mx-24px {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.my-4 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.my-7 {
  margin-top: 3.4375rem;
  margin-bottom: 3.4375rem;
}
.my-8 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
.my-10 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.my-40px {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-3 {
  margin-top: 0.625rem;
}
.mt-5px {
  margin-top: 0.3125rem;
}
.mt-8px {
  margin-top: 0.5rem;
}
.mt-9px {
  margin-top: 0.5625rem;
}
.mt-10px {
  margin-top: 0.625rem;
}
.mt-11px {
  margin-top: 0.6875rem;
}
.mt-12px {
  margin-top: 0.75rem;
}
.mt-13px {
  margin-top: 0.8125rem;
}
.mt-14px {
  margin-top: 0.875rem;
}
.mt-15px {
  margin-top: 0.9375rem;
}
.mt-16px {
  margin-top: 1rem;
}
.mt-17px {
  margin-top: 1.0625rem;
}
.mt-19px {
  margin-top: 1.1875rem;
}
.mt-20px {
  margin-top: 1.25rem;
}
.mt-22px {
  margin-top: 1.375rem;
}
.mt-24px {
  margin-top: 1.5rem;
}
.mt-25px {
  margin-top: 1.5625rem;
}
.mt-26px {
  margin-top: 1.625rem;
}
.mt-28px {
  margin-top: 1.75rem;
}
.mt-29px {
  margin-top: 1.8125rem;
}
.mt-30px {
  margin-top: 1.875rem;
}
.mt-31px {
  margin-top: 1.9375rem;
}
.mt-32px {
  margin-top: 2rem;
}
.mt-34px {
  margin-top: 2.125rem;
}
.mt-39px {
  margin-top: 2.4375rem;
}
.mt-40px {
  margin-top: 2.5rem;
}
.mt-43px {
  margin-top: 2.6875rem;
}
.mt-44px {
  margin-top: 2.75rem;
}
.mt-45px {
  margin-top: 2.8125rem;
}
.mt-46px {
  margin-top: 2.875rem;
}
.mt-47px {
  margin-top: 2.9375rem;
}
.mt-48px {
  margin-top: 3rem;
}
.mt-52px {
  margin-top: 3.25rem;
}
.mt-54px {
  margin-top: 3.375rem;
}
.mt-55px {
  margin-top: 3.4375rem;
}
.mt-56px {
  margin-top: 3.5rem;
}
.mt-61px {
  margin-top: 3.8125rem;
}
.mt-62px {
  margin-top: 3.875rem;
}
.mt-63px {
  margin-top: 3.9375rem;
}
.mt-64px {
  margin-top: 4rem;
}
.mt-65px {
  margin-top: 4.0625rem;
}
.mt-71px {
  margin-top: 4.4375rem;
}
.mt-80px {
  margin-top: 5rem;
}
.mt-100px {
  margin-top: 6.25rem;
}
.me-2 {
  margin-right: 0.3125rem;
}
.me-8px {
  margin-right: 0.5rem;
}
.me-10px {
  margin-right: 0.625rem;
}
.me-12px {
  margin-right: 0.75rem;
}
.me-15px {
  margin-right: 0.9375rem;
}
.me-16px {
  margin-right: 1rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-2 {
  margin-bottom: 0.3125rem;
}
.mb-4 {
  margin-bottom: 0.9375rem;
}
.mb-6 {
  margin-bottom: 2.5rem;
}
.mb-8 {
  margin-bottom: 4.375rem;
}
.mb-10 {
  margin-bottom: 6.25rem;
}
.mb-16 {
  margin-bottom: 10rem;
}
.mb-6px {
  margin-bottom: 0.375rem;
}
.mb-7px {
  margin-bottom: 0.4375rem;
}
.mb-8px {
  margin-bottom: 0.5rem;
}
.mb-10px {
  margin-bottom: 0.625rem;
}
.mb-11px {
  margin-bottom: 0.6875rem;
}
.mb-13px {
  margin-bottom: 0.8125rem;
}
.mb-14px {
  margin-bottom: 0.875rem;
}
.mb-15px {
  margin-bottom: 0.9375rem;
}
.mb-16px {
  margin-bottom: 1rem;
}
.mb-17px {
  margin-bottom: 1.0625rem;
}
.mb-18px {
  margin-bottom: 1.125rem;
}
.mb-19px {
  margin-bottom: 1.1875rem;
}
.mb-20px {
  margin-bottom: 1.25rem;
}
.mb-21px {
  margin-bottom: 1.3125rem;
}
.mb-22px {
  margin-bottom: 1.375rem;
}
.mb-24px {
  margin-bottom: 1.5rem;
}
.mb-25px {
  margin-bottom: 1.5625rem;
}
.mb-26px {
  margin-bottom: 1.625rem;
}
.mb-28px {
  margin-bottom: 1.75rem;
}
.mb-29px {
  margin-bottom: 1.8125rem;
}
.mb-31px {
  margin-bottom: 1.9375rem;
}
.mb-32px {
  margin-bottom: 2rem;
}
.mb-33px {
  margin-bottom: 2.0625rem;
}
.mb-34px {
  margin-bottom: 2.125rem;
}
.mb-38px {
  margin-bottom: 2.375rem;
}
.mb-40px {
  margin-bottom: 2.5rem;
}
.mb-42px {
  margin-bottom: 2.625rem;
}
.mb-43px {
  margin-bottom: 2.6875rem;
}
.mb-44px {
  margin-bottom: 2.75rem;
}
.mb-45px {
  margin-bottom: 2.8125rem;
}
.mb-46px {
  margin-bottom: 2.875rem;
}
.mb-52px {
  margin-bottom: 3.25rem;
}
.mb-55px {
  margin-bottom: 3.4375rem;
}
.mb-56px {
  margin-bottom: 3.5rem;
}
.mb-auto {
  margin-bottom: auto;
}
.ms-10px {
  margin-left: 0.625rem;
}
.ms-16px {
  margin-left: 1rem;
}
.ms-20px {
  margin-left: 1.25rem;
}
.ms-40px {
  margin-left: 2.5rem;
}
.p-1 {
  padding: 0.15625rem;
}
.p-3 {
  padding: 0.625rem;
}
.p-4 {
  padding: 0.9375rem;
}
.p-5 {
  padding: 1.875rem;
}
.p-6 {
  padding: 2.5rem;
}
.p-8 {
  padding: 4.375rem;
}
.p-19px {
  padding: 1.1875rem;
}
.p-40px {
  padding: 2.5rem;
}
.px-0 {
  padding-right: 0;
  padding-left: 0;
}
.px-4 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.px-5 {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
.px-10 {
  padding-right: 6.25rem;
  padding-left: 6.25rem;
}
.px-12 {
  padding-right: 7.5rem;
  padding-left: 7.5rem;
}
.px-14 {
  padding-right: 8.75rem;
  padding-left: 8.75rem;
}
.px-5px {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
.px-8px {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.px-15px {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.px-16px {
  padding-right: 1rem;
  padding-left: 1rem;
}
.px-20px {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.px-24px {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.px-32px {
  padding-right: 2rem;
  padding-left: 2rem;
}
.px-35px {
  padding-right: 2.1875rem;
  padding-left: 2.1875rem;
}
.px-60px {
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}
.py-4 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.py-5 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.py-6 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-7 {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}
.py-8 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
.py-10 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.py-12 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.py-14 {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}
.py-20 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}
.py-8px {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-10px {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20px {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-22px {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}
.py-23px {
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
}
.py-24px {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-40px {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-56px {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-4 {
  padding-top: 0.9375rem;
}
.pt-6 {
  padding-top: 2.5rem;
}
.pt-7 {
  padding-top: 3.4375rem;
}
.pt-16 {
  padding-top: 10rem;
}
.pt-8px {
  padding-top: 0.5rem;
}
.pt-11px {
  padding-top: 0.6875rem;
}
.pt-14px {
  padding-top: 0.875rem;
}
.pt-20px {
  padding-top: 1.25rem;
}
.pt-24px {
  padding-top: 1.5rem;
}
.pt-25px {
  padding-top: 1.5625rem;
}
.pt-28px {
  padding-top: 1.75rem;
}
.pt-29px {
  padding-top: 1.8125rem;
}
.pt-31px {
  padding-top: 1.9375rem;
}
.pt-36px {
  padding-top: 2.25rem;
}
.pt-39px {
  padding-top: 2.4375rem;
}
.pt-40px {
  padding-top: 2.5rem;
}
.pt-48px {
  padding-top: 3rem;
}
.pt-49px {
  padding-top: 3.0625rem;
}
.pt-50px {
  padding-top: 3.125rem;
}
.pt-53px {
  padding-top: 3.3125rem;
}
.pt-55px {
  padding-top: 3.4375rem;
}
.pt-57px {
  padding-top: 3.5625rem;
}
.pt-60px {
  padding-top: 3.75rem;
}
.pt-80px {
  padding-top: 5rem;
}
.pt-87px {
  padding-top: 5.4375rem;
}
.pt-114px {
  padding-top: 7.125rem;
}
.pe-8px {
  padding-right: 0.5rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-2 {
  padding-bottom: 0.3125rem;
}
.pb-8 {
  padding-bottom: 4.375rem;
}
.pb-16 {
  padding-bottom: 10rem;
}
.pb-10px {
  padding-bottom: 0.625rem;
}
.pb-16px {
  padding-bottom: 1rem;
}
.pb-19px {
  padding-bottom: 1.1875rem;
}
.pb-20px {
  padding-bottom: 1.25rem;
}
.pb-22px {
  padding-bottom: 1.375rem;
}
.pb-24px {
  padding-bottom: 1.5rem;
}
.pb-26px {
  padding-bottom: 1.625rem;
}
.pb-30px {
  padding-bottom: 1.875rem;
}
.pb-32px {
  padding-bottom: 2rem;
}
.pb-36px {
  padding-bottom: 2.25rem;
}
.pb-37px {
  padding-bottom: 2.3125rem;
}
.pb-40px {
  padding-bottom: 2.5rem;
}
.pb-42px {
  padding-bottom: 2.625rem;
}
.pb-47px {
  padding-bottom: 2.9375rem;
}
.pb-48px {
  padding-bottom: 3rem;
}
.pb-55px {
  padding-bottom: 3.4375rem;
}
.pb-56px {
  padding-bottom: 3.5rem;
}
.pb-58px {
  padding-bottom: 3.625rem;
}
.pb-61px {
  padding-bottom: 3.8125rem;
}
.pb-64px {
  padding-bottom: 4rem;
}
.pb-66px {
  padding-bottom: 4.125rem;
}
.pb-76px {
  padding-bottom: 4.75rem;
}
.pb-82px {
  padding-bottom: 5.125rem;
}
.pb-84px {
  padding-bottom: 5.25rem;
}
.pb-90px {
  padding-bottom: 5.625rem;
}
.pb-94px {
  padding-bottom: 5.875rem;
}
.pb-120px {
  padding-bottom: 7.5rem;
}
.ps-8px {
  padding-left: 0.5rem;
}
.fs-10px {
  font-size: 10px;
}
.fs-12px {
  font-size: 12px;
}
.fs-14px {
  font-size: 14px;
}
.fs-16px {
  font-size: 16px;
}
.fs-18px {
  font-size: 18px;
}
.fs-19px {
  font-size: 19px;
}
.fs-20px {
  font-size: 20px;
}
.fs-22px {
  font-size: 22px;
}
.fs-24px {
  font-size: 24px;
}
.fs-25px {
  font-size: 25px;
}
.fs-26px {
  font-size: 26px;
}
.fs-27px {
  font-size: 27px;
}
.fs-28px {
  font-size: 28px;
}
.fs-30px {
  font-size: 30px;
}
.fs-38px {
  font-size: 38px;
}
.fs-40px {
  font-size: 40px;
}
.fs-50px {
  font-size: 50px;
}
.fw-normal {
  font-weight: 400;
}
.fw-bold {
  font-weight: 700;
}
.fw-bolder {
  font-weight: bolder;
}
.text-start {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-nowrap {
  white-space: nowrap;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity));
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity));
}
.visible {
  visibility: visible;
}
.u-shadow {
  box-shadow: 0 2px 10px rgba(20, 20, 20, 0.2);
}
.u-shadow2 {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.u-shadow3 {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.u-box-shadow-feeImg {
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.1));
}
.u-text-shadow {
  text-shadow: 2px 2px 10px rgba(20, 20, 20, 0.8);
}
.u-text-shadow-room {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.u-border-color-black {
  border-color: #141414;
}
.u-border-color-e4edf3 {
  border-color: #e4edf3;
}
.u-border-radius-12 {
  border-radius: 12px;
}
.u-border-radius-10 {
  border-radius: 10px;
}
.u-border-radius-8 {
  border-radius: 8px;
}
.u-border-radius-5 {
  border-radius: 5px;
}
.u-mt-0 {
  margin-top: 0 !important;
}
.u-mx-0 {
  margin-right: unset !important;
  margin-left: unset !important;
}
.u-mt-n6px {
  margin-top: -6px !important;
}
.u-mt-n10px {
  margin-top: -10px !important;
}
.u-bg-white {
  background-color: #fff;
}
.u-bg-secondary {
  background-color: #f5f6fa;
}
.u-bg-blue {
  background-color: #9dc5fc;
}
.u-bg-blue2 {
  background-color: #0f37ff;
}
.u-bg-blue3 {
  background-color: #e9f1fc;
}
.u-bg-paleSkyBlue {
  background-color: #cee2ff;
}
.u-bg-paleSkyBlue__imp {
  background-color: #cee2ff !important;
}
.u-bg-charcoalGrey {
  background-color: #393c46;
}
.u-bg-cloudyBlue {
  background-color: #c7cddb;
}
.u-text-blue {
  color: #0f37ff;
}
.u-text-white {
  color: #fff;
}
.u-text-yellow {
  color: #f9dc4b;
}
.u-marker {
  display: inline;
  background: linear-gradient(transparent 70%, #ffea83 0%);
}
.u-triangle-top {
  position: relative;
  margin-top: 20px;
}
.u-triangle-top:before {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-top: 0;
  border-right: 11px solid transparent;
  border-bottom: 20px solid #0f37ff;
  border-left: 11px solid transparent;
  border-style: solid;
  content: "";
}
.u-underline {
  position: relative;
}
.u-underline:before {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #78afff;
  content: "";
}
.u-before-comments {
  display: flex;
  align-items: start;
}
.u-before-comments:before {
  content: "※";
}
.u-ff-roboto {
  font-family: Roboto;
}
.u-lh-1 {
  line-height: 1;
}
.u-lh-1::before,
.u-lh-1::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.u-lh-1::before {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.u-lh-1::after {
  margin-top: calc((1 - 1) * 0.5em);
}
.u-lh-1_2 {
  line-height: 1.2;
}
.u-lh-1_2::before,
.u-lh-1_2::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.u-lh-1_2::before {
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
.u-lh-1_2::after {
  margin-top: calc((1 - 1.2) * 0.5em);
}
.u-lh-1_3 {
  line-height: 1.3;
}
.u-lh-1_3::before,
.u-lh-1_3::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.u-lh-1_3::before {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
.u-lh-1_3::after {
  margin-top: calc((1 - 1.3) * 0.5em);
}
.u-lh-1_5 {
  line-height: 1.5;
}
.u-lh-1_5::before,
.u-lh-1_5::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.u-lh-1_5::before {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.u-lh-1_5::after {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.u-lh-1_6 {
  line-height: 1.6;
}
.u-lh-1_6::before,
.u-lh-1_6::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.u-lh-1_6::before {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.u-lh-1_6::after {
  margin-top: calc((1 - 1.6) * 0.5em);
}
.u-lh-1_75 {
  line-height: 1.75;
}
.u-lh-1_75::before,
.u-lh-1_75::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.u-lh-1_75::before {
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
.u-lh-1_75::after {
  margin-top: calc((1 - 1.75) * 0.5em);
}
.u-lh-1_8 {
  line-height: 1.8;
}
.u-lh-1_8::before,
.u-lh-1_8::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.u-lh-1_8::before {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
.u-lh-1_8::after {
  margin-top: calc((1 - 1.8) * 0.5em);
}
.u-lh-2 {
  line-height: 2;
}
.u-lh-2::before,
.u-lh-2::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.u-lh-2::before {
  margin-bottom: calc((1 - 2) * 0.5em);
}
.u-lh-2::after {
  margin-top: calc((1 - 2) * 0.5em);
}
.u_image-rendering {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.u_text-decoration-underline {
  text-decoration: underline;
}
.a-justify-content-center {
  justify-content: center !important;
}
.a-mt-0 {
  margin-top: 0 !important;
}
.a-pt-0 {
  padding-top: 0 !important;
}
.a-list-style-enable {
  list-style-type: inherit;
}
.c-form_error {
  margin-top: 0 !important;
  font-size: 10px !important;
}
header.globalHeader {
  position: absolute !important;
}
header.globalHeaderFixed {
  position: fixed !important;
}
header.globalHeader.active {
  position: fixed !important;
}
.l-wrap .l-wrap_kv {
  margin-top: 80px;
  padding: 64px 0 60px;
  background-image: linear-gradient(#eaf1fb 100%, transparent 0%);
}
.l-wrap .l-wrap_kv .l-wrap_kv_mw {
  max-width: 1120px;
}
.l-wrap .l-wrap_kv .l-wrap_kv_h1 .wrap_kv_h1_small {
  font-size: 40px;
  line-height: 1.2;
}
.l-wrap .l-wrap_kv .l-wrap_kv_h3 {
  position: relative;
  padding-left: 31px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  line-height: 1.2142857143;
}
.l-wrap .l-wrap_kv .l-wrap_kv_h3:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url(../../blog/images/common/icon_rakuneko_b.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.l-wrap .l-wrap_kv .l-wrap_kv_story {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 19px;
  margin-bottom: 8px;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #f9dc4b;
}
.l-wrap .l-wrap_kv .l-wrap_kv_story:before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -7px;
  border-width: 8px 7px 0 7px;
  border-style: solid;
  border-color: #f9dc4b transparent;
  content: "";
}
.l-wrap .l-wrap_kv .l-wrap_kv_story2 {
  margin-top: 18px;
  margin-right: 46px;
  margin-bottom: 13px;
  margin-left: 46px;
}
.l-wrap .l-wrap_kv .l-wrap_kv_story2 .l-wrap_kv_story2_border {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translate(-50%, -50%);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #979797;
}
.l-wrap .l-wrap_kv .l-wrap_kv_story2 .l-wrap_kv_story2Child {
  padding-right: 10px;
  padding-left: 10px;
}
.l-wrap .l-wrap_kv .l-wrap_kv_story2 .l-wrap_kv_story2Child_step {
  margin-right: 5px;
  padding-top: 8px;
  padding-right: 5px;
  padding-bottom: 8px;
  padding-left: 5px;
  background-color: #fff0a2;
}
.l-wrap .l-wrap_kv .l-wrap_kv_story2 .l-wrap_kv_story2Child_text {
  font-weight: 500;
  font-size: 12px;
}
.l-wrap.l-case .l-wrap_kv,
.l-wrap.l-news .l-wrap_kv,
.l-wrap.l-faq .l-wrap_kv {
  padding-top: 64px;
  padding-bottom: 64px;
  background-image: url(../../blog/images/common/kv.jpg);
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-wrap.l-case .l-wrap_kv:before,
.l-wrap.l-news .l-wrap_kv:before,
.l-wrap.l-faq .l-wrap_kv:before {
  display: none !important;
}
.l-wrap.l-case .l-wrap_kv .l-wrap_kv_mw,
.l-wrap.l-news .l-wrap_kv .l-wrap_kv_mw,
.l-wrap.l-faq .l-wrap_kv .l-wrap_kv_mw {
  z-index: 0;
  position: relative;
}
.l-wrap .u-fs-14px {
  font-size: 14px;
  line-height: 1.2142857143;
}
.l_formHubspot {
  width: 450px;
  margin: 0 auto;
  padding: 30px 0;
}
.l_formHubspot fieldset + fieldset {
  margin-top: 16px;
}
.l_formHubspot label span {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}
.l_formHubspot .hs-field-desc {
  font-size: 10px;
  color: #666666;
  margin: 2px 0 8px;
}
.l_formHubspot label span.hs-form-required {
  margin-left: 5px;
  color: red;
}
.l_formHubspot .input {
  margin-top: 8px;
}
.l_formHubspot .input input[type="text"],
.l_formHubspot .input input[type="email"],
.l_formHubspot .input input[type="tel"],
.l_formHubspot .input input[type="number"],
.l_formHubspot .input select,
.l_formHubspot .input textarea {
  box-sizing: border-box;
  width: 100% !important;
  height: 35px;
  padding: 8px 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  border-color: #ddd;
  background-color: #f5f6fa;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.l_formHubspot .input input[type="checkbox"] {
  margin-right: 5px;
}
.l_formHubspot .input select {
  display: block;
  appearance: none;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.l_formHubspot .hs_submit {
  display: block;
  position: relative;
  width: 200px;
  height: 44px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background: #1d448e;
}
.l_formHubspot .hs_submit:hover {
  cursor: pointer;
}
.l_formHubspot .hs_submit:hover .actions::before {
  top: 0;
  cursor: pointer;
}
.l_formHubspot .hs_submit:hover .actions::after,
.l_formHubspot .hs_submit:hover .actions input[type="submit"] {
  margin-top: 0;
  cursor: pointer;
}
.l_formHubspot .hs_submit .actions {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  text-align: center;
}
.l_formHubspot .hs_submit .actions::before {
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #0f37ff;
  content: "";
  transition: all 0.4s;
}
.l_formHubspot .hs_submit .actions::after {
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 10px;
  margin-top: -4px;
  transform: translateY(-50%);
  background: url(../../blog/images/common/icon_arrow_white.svg) no-repeat left top;
  background-size: 100% auto;
  content: "";
  transition: all 0.4s;
}
.l_formHubspot .hs_submit .actions input[type="submit"] {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: -4px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  transition: all 0.4s;
}
.l_formHubspot .hs_submit.is-disable .actions:before {
  top: 0;
}
.l_formHubspot .hs_submit.is-disable .actions:after {
  margin-top: 0;
}
.l_formHubspot .hs_submit.is-disable .actions input[type="submit"] {
  margin-top: 0;
  background: #b4b8c3;
}
.l_formHubspot .hs_privacy_policy .input {
  display: flex;
  justify-content: center;
}
.l_formHubspot .hs_error_rollup .hs-main-font-element,
.l_formHubspot .hs-error-msg.hs-main-font-element {
  display: block;
  margin-top: 5px;
  color: red;
  font-size: 12px;
}
.l_formHubspot .hs-richtext.hs-main-font-element {
  font-size: 24px;
}
.l-register .l_formHubspot .hs-error-msgs {
  display: none !important;
}
.l-event .l_formHubspot {
  width: 100%;
  padding: 8px 0 0;
}
.l-event .l_formHubspot form > fieldset:first-child {
  display: none;
}
.l-event .l_formHubspot form > fieldset:nth-child(2) {
  margin-top: 0;
}
.l-event .l_formHubspot form fieldset + fieldset {
  margin-top: 8px;
}
.l-lp2211 .l_formHubspot {
  width: calc(100% - 50px);
  margin: 0 30px;
  padding: 25px 0 0;
}
.l-lp2211 .l_formHubspot form > fieldset:first-child {
  display: none;
}
.l-lp2211 .l_formHubspot form > fieldset:nth-child(2) {
  margin-top: 0;
}
.l-lp2211 .l_formHubspot form fieldset + fieldset {
  margin-top: 8px;
}
.l-partner .l_formHubspot {
  width: 100%;
  padding: 0;
}
.l-partner .l_formHubspot form > fieldset:first-child {
  display: none;
}
.l-partner .l_formHubspot form > fieldset:nth-child(2) {
  margin-top: 0;
}
.l-partner .l_formHubspot form fieldset + fieldset {
  margin-top: 8px;
}
.l-register.__room .l_formHubspot {
  margin-top: 23px;
}
.l-register.__room .l_formHubspot form fieldset + fieldset {
  margin-top: 16px;
}
.l-register .l_formHubspot {
  width: 100%;
  padding: 0;
}
.l-register .l_formHubspot form fieldset + fieldset {
  margin-top: 15px;
}
.__room .l-register .l_formHubspot form fieldset + fieldset {
  margin-top: 16px;
}
.l-register .l_formHubspot form .hs-form-booleancheckbox {
  display: block !important;
}
.p-room-lp__mvForm .l_formHubspot {
  width: 100%;
  margin-top: 19px;
  padding: 0 16px;
}
.p-room-lp__mvForm .l_formHubspot .input {
  margin-top: 4px;
}
.p-room-lp__mvForm .l_formHubspot form fieldset + fieldset {
  margin-top: 8px;
}
.p-room-lp__mvForm .l_formHubspot form .hs-form-booleancheckbox {
  display: block !important;
}
.p-room-lp__mvForm .l_formHubspot .hs_submit {
  display: flex;
  position: relative;
  justify-content: center;
  width: 240px;
  height: 56px;
  margin-top: 36px;
  padding-top: 14px;
  padding-right: 10px;
  padding-bottom: 14px;
  padding-left: 10px;
  border-radius: 64px;
  background: #cfb746;
  color: #000;
}
.p-room-lp__mvForm .l_formHubspot .hs_submit .actions:before {
  border-radius: 64px;
  background: #f9dc4b;
}
.p-room-lp__mvForm .l_formHubspot .hs_submit .actions:after {
  background: url(../../blog/images/common/icon_arrow_black.svg) no-repeat left top;
  background-size: 100% auto;
}
.p-room-lp__mvForm .l_formHubspot .hs_submit .actions .hs-button {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
}
.c-efoBanner.c-efoBanner--eventcontact
  .c-efoBanner_logo
  .c-efoBanner_logo__inner,
.c-efoBanner.c-efoBanner--eventbrochure-request
  .c-efoBanner_logo
  .c-efoBanner_logo__inner {
  background-image: url("../../blog/images/common/logo_event.png") !important;
}
.c-efoBanner.c-efoBanner--roomregister
  .c-efoBanner_logo
  .c-efoBanner_logo__inner,
.c-efoBanner.c-efoBanner--roomcontact
  .c-efoBanner_logo
  .c-efoBanner_logo__inner,
.c-efoBanner.c-efoBanner--roombrochure-request
  .c-efoBanner_logo
  .c-efoBanner_logo__inner {
  background-image: url("../../blog/images/common/logo_room.png") !important;
}
.c-efoBanner {
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: 75px;
  width: 280px;
  height: 192px;
  border-radius: 0 0 0 5px;
  background: #417755;
}
.c-efoBanner .c-efoBanner_logo {
  display: block;
  position: absolute;
  top: -17px;
  left: 0;
  width: 152px;
  height: 35px;
  padding: 10px;
  background-color: #fff;
  text-indent: -9999rem;
  white-space: nowrap;
}
.c-efoBanner .c-efoBanner_logo .c-efoBanner_logo__inner {
  width: 100%;
  height: 100%;
  background-image: url("../../blog/images/common/logo.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-efoBanner .c-efoBanner_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: calc(100% - 39px);
  margin: 16px 20px 23px;
}
.c-efoBanner .c-efoBanner_wrap .c-efoBanner_wrap__text {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.375;
  text-align: center;
}
.c-efoBanner
  .c-efoBanner_wrap
  .c-efoBanner_wrap__text
  .c-efoBanner_wrap__text__underline {
  margin-right: 4px;
  background: linear-gradient(transparent 70%, rgba(255, 255, 255, 0.2) 70%);
  font-size: 26px;
  line-height: 2;
}
.c-efoBanner .c-efoBanner_wrap .c-efoBanner_wrap__link {
  position: relative;
  width: 100%;
  padding-top: 8px;
  padding-right: 24px;
  padding-bottom: 8px;
  padding-left: 6px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 3px 0 #e6e6e6;
  color: #417755;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.85;
  text-align: center;
  transition-delay: 0s;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: ease;
}
.c-efoBanner .c-efoBanner_wrap .c-efoBanner_wrap__link::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 7px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.164' height='10.487' viewBox='0 0 7.164 10.487'%3E%3Cpath id='arrow' d='M443.262,638.176l-1.338-1.487,4.174-3.757-4.174-3.757,1.338-1.487,5.826,5.243Z' transform='translate(-441.924 -627.69)' fill='%23417755'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.c-efoBanner .c-efoBanner_wrap .c-efoBanner_wrap__link:hover,
.c-efoBanner .c-efoBanner_wrap .c-efoBanner_wrap__link:active {
  transform: translateY(3px);
  box-shadow: 0 0 0 #e6e6e6;
}
.c-efoBanner .c-efoBanner__closeBtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9.999' viewBox='0 0 10 9.999'%3E%3Cpath id='close' d='M5,6.176,1.176,10,0,8.823,3.823,5,0,1.176,1.176,0,5,3.823,8.823,0,10,1.176,6.176,5,10,8.823,8.823,10Z' fill='%23417755'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  text-indent: -9999rem;
  white-space: nowrap;
  transition-delay: 0s;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: ease;
}
.c-efoBanner .c-efoBanner__closeBtn:hover {
  cursor: pointer;
  opacity: 0.9;
}
.l-formControl {
  z-index: 10;
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  padding-right: 0;
  padding-left: 0;
}
.l-formControl .l-formControlChild {
  box-sizing: content-box;
  position: absolute;
  right: 3.076vh;
  bottom: 1.92vh;
  width: 46.15vh;
  height: 68.92vh;
  border: solid 4px #0f37ff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.l-formControl .l-formControlChild img {
  width: auto;
  height: 5.5vh;
}
.l-formControl .l-formControlChild .l-formControl_wrap {
  position: relative;
  top: -2.4vh;
  width: 38.84vh;
  margin-right: auto;
  margin-bottom: -15px;
  margin-left: auto;
}
.l-formControl .l-formControlChild .c-formControl_send {
  display: inline-flex !important;
  z-index: 1;
  width: 21.53vh;
  height: 6.615vh;
  margin: 3.076vh auto 0;
  border: none;
}
.l-formControl .l-formControlChild .c-formControl_send:before {
  z-index: -1;
}
.l-formControl .l-formControlChild .c-formControl_send:after {
  z-index: -1;
}
.l-formControl .l-formControlChild .c-formControl_send button {
  -webkit-backface-visibility: hidden;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
  transform: translateY(-4px);
  border: none;
  backface-visibility: hidden;
  background: transparent;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.4s;
}
.l-formControl .l-formControlChild .c-formControl_send:hover button {
  transform: translateY(0);
}
.l-formControl .l-formControlChild .c-formControl_send.is-disable button {
  cursor: default;
}
.l-formControl .l-formControlChild .c-formControl_send.is-disable:hover button {
  transform: translateY(-4px);
}
.l-formControl .l-formControlChild .u-formControl_textCenter {
  text-align: center;
}
.l-formControl .l-formControlChild .u-formControl_link {
  color: #0f37ff;
  text-decoration: underline;
}
.l-formControl .l-formControlChild .u-formControl_notes {
  margin: 1.6vh auto 0;
}
.l-formControl .l-formControlChild .u-formControl_hr {
  margin-bottom: 1.6vh;
  padding-bottom: 1.6vh;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #9dc5ff;
}
.formrun-system-show {
  display: block !important;
}
.kv .download {
  box-sizing: content-box;
}
#tabControlWrap .tabControlWrap_child {
  display: none;
}
#tabControlWrap .tabControlWrap_child.is-active {
  display: block;
}
.c-linkBtn {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 4px;
  padding-top: 14px;
  padding-right: 10px;
  padding-bottom: 14px;
  padding-left: 10px;
  border-radius: 4px;
  background: #1d448e;
  color: #fff;
}
.c-linkBtn.__yellow {
  background: #cfb746;
  color: #000;
}
.c-linkBtn.__yellow:before {
  background: #f9dc4b;
}
.c-linkBtn.__yellow:after {
  background: url(../../blog/images/common/icon_arrow_black.svg) no-repeat left top;
  background-size: 100% auto;
}
.c-linkBtn.__header {
  padding-top: 14px;
  padding-right: 28px;
  padding-bottom: 14px;
  padding-left: 28px;
}
.c-linkBtn.__radius {
  border-radius: 64px;
}
.c-linkBtn.__radius:before {
  border-radius: 64px;
}
.c-linkBtn.__align-center {
  align-items: center;
}
.c-linkBtn.__justify-center {
  justify-content: center;
}
.c-linkBtn span {
  z-index: 1;
  position: relative;
  transform: translateY(-4px);
  transition: all 0.4s;
}
.c-linkBtn:before {
  display: block;
  z-index: 0;
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #0f37ff;
  content: "";
  transition: all 0.4s;
}
.c-linkBtn:after {
  display: block;
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 10px;
  margin-top: -4px;
  transform: translateY(-50%);
  background: url(../../blog/images/common/icon_arrow_white.svg) no-repeat left top;
  background-size: 100% auto;
  content: "";
  transition: all 0.4s;
}
.c-linkBtn:hover span {
  transform: translateY(0);
}
.c-linkBtn:hover:before {
  top: 0;
}
.c-linkBtn:hover:after {
  margin-top: 0;
}
.c-linkBtnRoom {
  position: relative;
  align-items: center;
  margin-top: 4px;
  padding-top: 24px;
  padding-right: 72px;
  padding-bottom: 24px;
  padding-left: 32px;
  border-radius: 4px;
  background: #cfb746;
  color: #000;
}
.c-linkBtnRoom .c-linkBtnRoom_icon {
  width: 64px;
  margin-right: 8px;
}
.c-linkBtnRoom .c-linkBtnRoom_icon img {
  width: 100%;
}
.c-linkBtnRoom span {
  z-index: 1;
  position: relative;
  transform: translateY(-4px);
  transition: all 0.4s;
}
.c-linkBtnRoom:before {
  display: block;
  z-index: 0;
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #f9dc4b;
  content: "";
  transition: all 0.4s;
}
.c-linkBtnRoom:after {
  display: block;
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 32px;
  width: 40px;
  height: 40px;
  margin-top: -4px;
  transform: translateY(-50%);
  border-radius: 100vh;
  background-image: url(../../blog/images/common/icon_arrow_black2.svg);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position-x: calc(50% + 1px);
  background-position-y: center;
  content: "";
  transition: all 0.4s;
}
.c-linkBtnRoom:hover span {
  transform: translateY(0);
}
.c-linkBtnRoom:hover:before {
  top: 0;
}
.c-linkBtnRoom:hover:after {
  margin-top: 0;
}
.accordion {
  margin: 0 auto;
}
.accordion__item {
  margin-left: 70px;
  cursor: pointer;
}
.accordion__title {
  position: relative;
  padding-top: 5.8666666667vw;
  padding-bottom: 5.8666666667vw;
  padding-left: 8vw;
  border-bottom-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-weight: bold;
  font-size: 3.7333333333vw;
  line-height: 1;
}
.accordion__title::before {
  position: absolute;
  top: 0;
  right: 8vw;
  bottom: 0;
  width: 4vw;
  height: 0.5333333333vw;
  margin: auto 0;
  background-color: #fff;
  content: "";
  transition: all 0.3s;
}
.accordion__title::after {
  position: absolute;
  top: 0;
  right: 8vw;
  bottom: 0;
  width: 4vw;
  height: 0.5333333333vw;
  margin: auto 0;
  transform: rotate(90deg);
  background-color: #fff;
  content: "";
  transition: all 0.3s;
}
.accordion__title-static {
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
.accordion__item.is-active .accordion__title::before {
  transform: rotate(180deg);
}
.accordion__item.is-active .accordion__title::after {
  transform: rotate(180deg);
  opacity: 0;
}
.l-footer .inner.accordion ul.accordion__content-list li {
  margin-bottom: 25px;
}
.l-footer .inner.accordion ul.accordion__content-list li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.l-footer .inner.accordion ul.accordion__content-list li a.blank {
  display: flex;
  position: relative;
  align-items: center;
}
.l-footer .inner.accordion ul.accordion__content-list li a.blank:after {
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background: url(../../blog/images/common/icon_blank.svg) no-repeat left top;
  background-size: 100% auto;
  content: "";
}
.l-footer .inner.accordion .other ul.accordion__content-list li a {
  display: flex;
  font-size: 12px;
}
.c-tableTheme {
  box-sizing: content-box;
}
.c-tableTheme thead > tr {
  background-color: #9dc5fc;
}
.c-tableTheme thead > tr th {
  padding-top: 14px;
  padding-bottom: 14px;
  border: 1px solid #fff;
  border-right: 0;
}
.c-tableTheme thead > tr th:first-child {
  border-left: 0;
}
.c-tableTheme tbody > tr td {
  padding-top: 14px;
  padding-bottom: 14px;
  border: 1px solid #9dc5fc;
}
.c-dialog {
  padding: 0;
  border: none;
  border-radius: 10px;
}
.c-dialog .c-dialog__wrap {
  display: flex;
  flex-direction: column;
}
.c-dialog .c-dialog__header {
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
  padding-top: 36px;
  padding-bottom: 30px;
  background-color: #ecedf0;
}
.c-dialog .c-dialog__header:before {
  width: 36px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='32' viewBox='0 0 36 32'%3E%3Cpath id='icon' d='M35.515,53.935,21.148,29.168a3.643,3.643,0,0,0-6.295,0L.486,53.933a3.617,3.617,0,0,0,3.147,5.426H32.368a3.616,3.616,0,0,0,3.147-5.424ZM18,55.286a2.239,2.239,0,1,1,2.25-2.24A2.246,2.246,0,0,1,18,55.286Zm1.386-7.168a1.386,1.386,0,0,1-2.773,0L15.75,37.991a2.25,2.25,0,0,1,4.5,0Z' transform='translate(0 -27.359)' fill='%23f03311'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.c-dialog .c-dialog__header .c-dialog__header__ele {
  font-weight: bold;
  font-size: 22px;
  line-height: 2;
}
.c-dialog .c-dialog__header .c-dialog__header__ele::before,
.c-dialog .c-dialog__header .c-dialog__header__ele::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.c-dialog .c-dialog__header .c-dialog__header__ele::before {
  margin-bottom: calc((1 - 2) * 0.5em);
}
.c-dialog .c-dialog__header .c-dialog__header__ele::after {
  margin-top: calc((1 - 2) * 0.5em);
}
.c-dialog .c-dialog__content .c-dialog__content__ele {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
.c-dialog .c-dialog__content .c-dialog__content__ele::before,
.c-dialog .c-dialog__content .c-dialog__content__ele::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.c-dialog .c-dialog__content .c-dialog__content__ele::before {
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
.c-dialog .c-dialog__content .c-dialog__content__ele::after {
  margin-top: calc((1 - 1.75) * 0.5em);
}
.c-caseList .c-caseList__wrap:after {
  background-image: url(../../blog/images/news/icon_news_right.png);
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-caseList .c-caseList__wrap .c-caseList__wrap__logo {
  display: flex !important;
  z-index: 1;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
  background-color: #fff;
  pointer-events: none;
}
.c-caseList
  .c-caseList__wrap
  .c-caseList__wrap__logo
  .c-caseList__wrap__logo__image {
  width: auto;
  height: auto;
}
.c-caseDetail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: unset !important;
  background-color: #eaf1fb;
  box-shadow: none !important;
}
.c-caseDetail .c-caseDetail__content {
  display: flex;
  flex-direction: column;
}
.c-caseDetail .c-caseDetail__content .c-caseDetail__content__child {
  display: flex;
  align-items: stretch;
  margin: 0;
}
.c-caseDetail .c-caseDetail__content .caseDetail__content__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  background-color: #141414;
  line-height: 1;
}
.c-caseDetail .c-caseDetail__content .caseDetail__content__txt {
  flex: 1 1 0%;
  line-height: 1.75;
}
.c-caseDetail .c-caseDetail__logo {
  display: flex;
  position: initial !important;
  top: initial !important;
  left: initial !important;
  align-items: center;
  justify-content: center;
  transform: none !important;
  background-color: #fff;
}
.c-caseDetail .c-caseDetail__logo .c-caseDetail__logo__image {
  width: auto;
  height: auto;
}
.c-btn-Rakuneko {
  position: relative;
  padding-top: 16px;
  padding-right: 30px;
  padding-bottom: 16px;
  padding-left: 30px;
  border: 1px solid #666;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
}
.c-btn-Rakuneko:hover {
  opacity: 0.8;
}
.c-btn-Rakuneko > span {
  color: #666;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.c-btn-Rakuneko > span::before,
.c-btn-Rakuneko > span::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.c-btn-Rakuneko > span::before {
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
.c-btn-Rakuneko > span::after {
  margin-top: calc((1 - 1.2) * 0.5em);
}
.c-btn-Rakuneko.__blue {
  border: 1px solid #0f37ff;
  background-color: #0f37ff;
}
.c-btn-Rakuneko.__blue:after {
  display: block;
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 10px;
  transform: translateY(-50%);
  background: url(../../blog/images/common/icon_arrow_white.svg) no-repeat left top;
  background-size: 100% auto;
  content: "";
  transition: all 0.4s;
}
.c-btn-Rakuneko.__blue > span {
  color: #fff;
}
.c-enterprisesList {
  padding: 100px 0 100px;
  background: #ecedf0;
}
.c-enterprisesList .c-enterprisesList__list {
  padding-top: 25px;
}
.c-enterprisesList .c-enterprisesList__list .c-enterprisesList__list__linkEle {
  display: inline-block;
  position: relative;
}
.c-enterprisesList
  .c-enterprisesList__list
  .c-enterprisesList__list__linkEle:after {
  display: block;
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 20px;
  height: 20px;
  background: url(../../blog/images/about/icon_arrow.png) no-repeat left top;
  background-size: 100% auto;
  content: "";
}
.common_btn.is-disable {
  background: #b4b8c3;
}
.common_btn.is-disable:before {
  top: -4px;
  background: #b4b8c3;
}
.common_btn.is-disable:hover:before {
  top: -4px;
  background: #b4b8c3;
}
.common_btn.is-disable span,
.common_btn.is-disable:after {
  margin-top: -4px;
}
.common_btn.is-disable:hover span,
.common_btn.is-disable:hover:after {
  margin-top: -4px;
}
.common_btn.is-disable:hover button {
  transform: translateY(-4px) !important;
}
.p-blog_cta {
  margin-top: 95px;
}
.p-blog__follow_cv {
  width: 270px !important;
  height: auto !important;
  padding: 20px !important;
  background: #fff !important;
}
.p-blog__follow_cv .common_btn2 {
  margin-top: 15px !important;
}
.p-blog__follow_cv .p-blog__follow_cv_title {
  padding-bottom: 5px !important;
  text-align: center !important;
}
.p-blog__follow_cv .p-blog__follow_cv_text {
  margin-bottom: 5px !important;
  font-weight: bold !important;
  font-size: 18px !important;
}
.p-blog__follow_close {
  bottom: 346px !important;
}
.lead_link img {
  max-width: 100%;
}
.l-function .functionMobileLayoutRow {
  gap: 0 24px;
}
.l-function .functionMobileLayoutRow .common_btn2 {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1;
}
.l-function .functionMobileLayoutRow .common_btn2::before {
  right: -16px;
}
.l-function .functionMobileLayoutRow .functionMobileLayout {
  width: calc(33.33333% - 12px);
}
.l-function .functionMobileLayoutRow .functionMobileLayout .image {
  z-index: 0;
  position: relative;
  width: 100%;
  text-align: center;
}
.l-function
  .functionMobileLayoutRow
  .functionMobileLayout
  .image
  span.movie_tag {
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 48px;
  height: 18px;
  pointer-events: none;
}
.l-function .functionMobileLayoutRow .functionMobileLayout .image img {
  width: 100%;
}
.l-function .functionMobileLayoutRow .functionMobileLayout .inner {
  width: 100%;
  margin-right: unset;
}
.l-function .functionMobileLayoutRow .functionMobileLayout .inner p {
  margin-top: 0;
}
.l-function .functionMobileLayoutRow .functionMobileLayout .inner h3 {
  display: flex;
  flex-direction: column;
}
.l-function .functionMobileLayoutRow .functionMobileLayout .inner h3 span.min {
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
  text-align: center;
}
.l-function .functionMobileLayoutRow .functionMobileLayout .inner h3 span.ttl {
  display: inline-block;
}
.l-function .functionGrid {
  position: relative;
}
.l-function .functionGrid img {
  width: unset;
  max-width: 100%;
  height: auto;
}
.l-function .functionGrid:before {
  position: absolute;
  bottom: 0;
  left: 17px;
  width: 4px;
  height: calc(100% - 20px);
  background-color: #0f37ff;
  content: "";
}
.l-function .functionGrid .functionGrid_wrap {
  position: relative;
  margin-left: 60px;
}
.l-function .functionGrid .functionGrid_wrap + .functionGrid_wrap {
  margin-top: 49px;
}
.l-function .functionGrid .functionGrid_title {
  display: flex;
  align-items: center;
}
.l-function .functionGrid .functionGrid_title span {
  color: #0f37ff;
}
.l-function .functionGrid .functionGrid_title:before {
  position: absolute;
  left: -60px;
  width: 40px;
  height: 40px;
  border-radius: 50vh;
  background-color: #0f37ff;
  content: "";
}
.l-function .functionGrid .functionGrid_box {
  border-radius: 10px;
}
.l-function .functionGrid .functionGrid_box-option {
  z-index: 0;
  position: relative;
  margin: 51px 0 0;
}
.l-function .functionGrid .functionGrid_box-option:before {
  z-index: 1;
  position: absolute;
  top: -21px;
  left: -5px;
  width: 180px;
  height: 37px;
  background-image: url("../../blog/images/top/option.png");
  background-size: cover;
  content: "";
}
.l-function .functionGrid .functionGrid_box-border {
  border: solid 5px #d1d1d1;
  border-radius: 10px;
}
.l-function .functionGrid .functionGrid_img {
  width: 128px;
  height: auto;
}
.l-function .u-shadow-function {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.l-functionQr .border {
  border: 4px solid #0f37ff;
  border-radius: 16px;
}
.l-functionQr .functionIntro {
  position: relative;
}
.l-functionQr .functionIntro img {
  width: unset;
  max-width: 100%;
  height: auto;
}
.l-functionQr .functionIntro:before {
  position: absolute;
  bottom: 0;
  left: 17px;
  width: 4px;
  height: calc(100% - 20px);
  background-color: #0f37ff;
  content: "";
}
.l-functionQr .functionIntro .functionIntro_wrap {
  position: relative;
  margin-left: 60px;
}
.l-functionQr .functionIntro .functionIntro_wrap + .functionIntro_wrap {
  margin-top: 49px;
}
.l-functionQr .functionIntro .functionIntro_title {
  display: flex;
  align-items: center;
  font-size: 30px;
  line-height: 1;
}
.l-functionQr .functionIntro .functionIntro_title span {
  color: #0f37ff;
  font-size: 16px;
  line-height: 1;
}
.l-functionQr .functionIntro .functionIntro_title:before {
  position: absolute;
  left: -60px;
  width: 40px;
  height: 40px;
  border-radius: 50vh;
  background-color: #0f37ff;
  content: "";
}
.l-functionQr .functionIntro .functionIntro_box {
  margin: 22px 0 0;
  padding: 32px 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.l-functionQr .functionIntro .functionIntro_box-recommend {
  position: relative;
  margin: 51px 0 0;
}
.l-functionQr .functionIntro .functionIntro_box-recommend:before {
  position: absolute;
  top: -18.5px;
  left: 0;
  width: 160px;
  height: 37px;
  background-image: url("../../blog/images/function/qr/recommend.png");
  background-size: cover;
  content: "";
}
.l-functionQr .functionIntro .functionIntro_box-arrow {
  position: relative;
}
.l-functionQr .functionIntro .functionIntro_subTitle {
  color: #0f37ff;
  font-size: 20px;
  line-height: 1;
}
.l-functionQr .functionIntro .functionIntro_text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 2;
}
.l-functionQr .functionIntro .functionIntro_img {
  width: 128px;
  height: auto;
}
.l-functionQr .functionFeature .functionFeature_subTitle {
  color: #0f37ff;
  font-size: 20px;
  line-height: 1;
}
.l-functionQr .functionFeature .functionFeature_text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 2;
}
.l-functionQr .functionFeature .functionFeature_img {
  width: 180px;
  height: 180px;
}
.l-functionQr .functionGuide-arrow {
  position: relative;
}
.l-functionQr .functionGuide .functionGuide_img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.l-functionQr .u-functionGuide-mb43px {
  margin-bottom: 43px;
}
.l-fee .fee-qr-img1 {
  width: 505px;
  max-width: 505px;
}
.l-fee .fee-qr-img2 {
  width: 282px;
  max-width: 282px;
}
.l-fee .fee-qr-img3 {
  width: 495px;
  max-width: 495px;
}
.l-solution strong {
  font-size: 30px;
}
.l-solution .l-solution_text {
  font-size: 14px;
  line-height: 1.5;
}
.l-solution .l-solution_link {
  display: flex;
  position: relative;
  align-items: center;
}
.l-solution .l-solution_link::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 100vh;
  background-image: url("../../blog/images/common/icon_arrow_white.svg");
  background-size: 10px 16px;
  background-repeat: no-repeat;
  background-color: #0f37ff;
  background-position-x: calc(50% + 2px);
  background-position-y: center;
  content: "";
}
.l-solution .l-solution_linkMini {
  display: inline-block;
  position: relative;
}
.l-solution .l-solution_linkMini::after {
  display: block;
  position: absolute;
  right: 16px;
  bottom: 8px;
  width: 24px;
  height: 24px;
  border-radius: 100vh;
  background-image: url("../../blog/images/common/icon_arrow_white.svg");
  background-size: 6px 9.7px;
  background-repeat: no-repeat;
  background-color: #0f37ff;
  background-position-x: calc(50% + 1px);
  background-position-y: calc(50% - 1px);
  content: "";
}
.l-ctaRegister .top_block02 .bnr_area {
  width: 1120px;
  margin: 100px auto 0;
  padding-bottom: 50px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.l-ctaRegister .cv_area .bnr_area {
  width: 1120px;
  margin: 100px auto 0;
  margin-top: 0;
  padding-bottom: 50px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.l-ctaRegister .top_block02 .bnr_area h2,
.l-ctaRegister .cv_area .bnr_area h2 {
  padding-top: 45px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
.l-ctaRegister .top_block02 .bnr_area ul,
.l-ctaRegister .cv_area .bnr_area ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.l-ctaRegister .top_block02 .bnr_area ul li,
.l-ctaRegister .cv_area .bnr_area ul li {
  width: 480px;
  margin-right: 40px;
}
.l-ctaRegister .top_block02 .bnr_area ul li:last-child,
.l-ctaRegister .cv_area .bnr_area ul li:last-child {
  margin-right: 0;
}
.l-ctaRegister .top_block02 .bnr_area ul li a,
.l-ctaRegister .cv_area .bnr_area ul li a {
  height: 180px;
}
.l-ctaRegister .top_block02 .bnr_area ul li a:after,
.l-ctaRegister .cv_area .bnr_area ul li a:after {
  display: block;
  right: 40px;
  width: 40px;
  height: 40px;
  background: url(../../blog/images/common/icon_right_y.svg) no-repeat left top;
  background-size: 100% auto;
  content: "";
}
.l-ctaRegister .top_block02 .bnr_area ul li:last-child a:after,
.l-ctaRegister .cv_area .bnr_area ul li:last-child a:after {
  background: url(../../blog/images/common/icon_right_blue.svg) no-repeat left top;
  background-size: 100% auto;
}
.l-ctaRegister .top_block02 .bnr_area ul li a > span,
.l-ctaRegister .cv_area .bnr_area ul li a > span {
  font-weight: 700;
  font-size: 20px;
}
.l-ctaRegister .top_block02 .bnr_area ul li a > span:before,
.l-ctaRegister .cv_area .bnr_area ul li a > span:before {
  display: block;
  width: 73px;
  height: 58px;
  margin: 0 auto 12px;
  background: url(../../blog/images/common/icon_cta_rakuneko.svg) no-repeat left top;
  background-size: 100% auto;
  content: "";
}
.l-ctaRegister .top_block02 .bnr_area ul li:last-child a > span:before,
.l-ctaRegister .cv_area .bnr_area ul li:last-child a > span:before {
  position: relative;
  top: 2px;
  width: 60px;
  height: 58px;
  background: url(../../blog/images/top/block02_icon01.svg) no-repeat left bottom;
  background-size: 100% auto;
}
.l-ctaRegister .top_block02 .bnr_area ul li a > span > span,
.l-ctaRegister .cv_area .bnr_area ul li a > span > span {
  font-size: 13px;
}
.l-ctaRegister .top_block02 .bnr_area ul li a > span > span.txt,
.l-ctaRegister .cv_area .bnr_area ul li a > span > span.txt {
  display: block;
  margin-top: 13px;
  font-weight: 400;
  font-size: 13px;
}
.r-register {
  overflow-x: unset;
}
.l-register {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.l-register-main {
  width: calc(100% - 400px);
  margin-top: 80px;
}
.l-register-main-title {
  max-width: 800px;
}
.l-register-main-kv {
  z-index: 0;
  position: relative;
}
.l-register-main-kv:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-image: url("../../blog/images/register/bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.l-register-main-kv-contents {
  max-width: 800px;
}
.l-register-main-arrow {
  position: relative;
}
.l-register.__room .l-register-main-kv {
  z-index: 0;
  position: relative;
}
.l-register.__room .l-register-main-kv:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-image: url("../../blog/images/room/kv.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.l-register.__room .l-register-main-kv-contents {
  max-width: 800px;
}
.l-register-form {
  width: 400px;
}
.l-register .contact.contact_new {
  display: block;
  position: sticky;
  top: 80px;
  width: 100%;
  margin: 0;
}
.l-register .contact.contact_new .inner_r {
  width: auto;
  height: calc(100vh - 80px);
  overflow-y: auto;
  border: none;
  border-radius: unset;
  box-shadow: none;
}
.l-register .contact.contact_new .inner_r h2 {
  padding: 0;
}
.l-register .contact.contact_new .inner_r h2.u-marker {
  padding-right: 10px;
  padding-left: 10px;
  background: linear-gradient(transparent 70%, #f9dc4b 0%);
}
.l-register .contact.contact_new .inner_r .c-form_block {
  width: auto;
  margin-top: 23px;
}
.l-register .contact.contact_new .inner_r .c-form_block .c-form_label {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}
.l-register .contact.contact_new .inner_r .c-form_block .c-form_label::before,
.l-register .contact.contact_new .inner_r .c-form_block .c-form_label::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.l-register .contact.contact_new .inner_r .c-form_block .c-form_label::before {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.l-register .contact.contact_new .inner_r .c-form_block .c-form_label::after {
  margin-top: calc((1 - 1) * 0.5em);
}
.l-register .contact.contact_new .inner_r .c-form_block .c-form_label .h {
  display: flex;
  top: inherit;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin-left: 5px;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  font-size: 10px;
  line-height: 1;
}
.l-register
  .contact.contact_new
  .inner_r
  .c-form_block
  .c-form_label
  .h::before,
.l-register
  .contact.contact_new
  .inner_r
  .c-form_block
  .c-form_label
  .h::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.l-register
  .contact.contact_new
  .inner_r
  .c-form_block
  .c-form_label
  .h::before {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.l-register
  .contact.contact_new
  .inner_r
  .c-form_block
  .c-form_label
  .h::after {
  margin-top: calc((1 - 1) * 0.5em);
}
.l-register .contact.contact_new .inner_r .form_txt {
  width: auto;
  margin-top: 10px;
}
.l-register .contact.contact_new .inner {
  margin-bottom: 0;
}
.l-register .contact.contact_new .formrun h2 {
  padding: 0;
}
.l-register .contact.contact_new .formrun h2.u-marker {
  padding-right: 10px;
  padding-left: 10px;
  background: linear-gradient(transparent 70%, #f9dc4b 0%);
}
.l-register .contact.contact_new .formrun .c-form_block {
  width: auto;
  margin-top: 23px;
}
.l-register .contact.contact_new .formrun .c-form_block .c-form_label {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}
.l-register .contact.contact_new .formrun .c-form_block .c-form_label::before,
.l-register .contact.contact_new .formrun .c-form_block .c-form_label::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.l-register .contact.contact_new .formrun .c-form_block .c-form_label::before {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.l-register .contact.contact_new .formrun .c-form_block .c-form_label::after {
  margin-top: calc((1 - 1) * 0.5em);
}
.l-register .contact.contact_new .formrun .c-form_block .c-form_label .h {
  display: flex;
  top: inherit;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin-left: 5px;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  font-size: 10px;
  line-height: 1;
}
.l-register
  .contact.contact_new
  .formrun
  .c-form_block
  .c-form_label
  .h::before,
.l-register
  .contact.contact_new
  .formrun
  .c-form_block
  .c-form_label
  .h::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.l-register
  .contact.contact_new
  .formrun
  .c-form_block
  .c-form_label
  .h::before {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.l-register
  .contact.contact_new
  .formrun
  .c-form_block
  .c-form_label
  .h::after {
  margin-top: calc((1 - 1) * 0.5em);
}
.l-register .contact.contact_new .formrun .form_txt {
  width: auto;
  margin-top: 10px;
}
.l-register .contact .inner {
  margin: 0;
}
.l-register .contact .c-form_field {
  padding-top: 11px;
  padding-right: 10px;
  padding-bottom: 11px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 1;
}
.l-register .contact .c-form_field::before,
.l-register .contact .c-form_field::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.l-register .contact .c-form_field::before {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.l-register .contact .c-form_field::after {
  margin-top: calc((1 - 1) * 0.5em);
}
.l-register .c-form_control .common_btn {
  width: 100%;
}
.l-register .op0 {
  transform: none;
  opacity: inherit;
  transition: none;
}
.l-register .top_block05 .inner {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}
.l-register .top_block05 .inner ul {
  width: 100%;
}
.l-room .l-wrap_kv {
  height: calc(100vh - 80px);
  padding: 0 0 0;
}
.l-room .l-wrap_kv .l-wrap_kv_background {
  background-image: url("../../blog/images/room/bg.jpg");
  background-position: center center;
  background-size: cover;
}
.l-room .l-wrap_kv .l-wrap_kv_background_side {
  position: relative;
  width: 45.7540263543vw;
  height: 36.0175695461vw;
}
.l-room .l-wrap_kv .l-wrap_kv_background_side img {
  width: 100%;
}
.l-room .roomGrid {
  position: relative;
}
.l-room .roomGrid img {
  width: unset;
  max-width: 100%;
  height: auto;
}
.l-room .roomGrid:before {
  position: absolute;
  bottom: 0;
  left: 17px;
  width: 4px;
  height: calc(100% - 20px);
  background-color: #0f37ff;
  content: "";
}
.l-room .roomGrid .roomGrid_wrap {
  position: relative;
  margin-left: 60px;
}
.l-room .roomGrid .roomGrid_wrap + .roomGrid_wrap {
  margin-top: 49px;
}
.l-room .roomGrid .roomGrid_title {
  display: flex;
  align-items: center;
}
.l-room .roomGrid .roomGrid_title span {
  color: #0f37ff;
}
.l-room .roomGrid .roomGrid_title:before {
  position: absolute;
  left: -60px;
  width: 40px;
  height: 40px;
  border-radius: 50vh;
  background-color: #0f37ff;
  content: "";
}
.l-room .roomGrid .roomGrid_img {
  width: 128px;
  height: auto;
}
.l-room .roomDeco {
  display: inline-block;
  position: relative;
}
.l-room .roomDeco::before {
  position: absolute;
  top: -22px;
  right: -38px;
  width: 30px;
  height: 31px;
  background-image: url("../../blog/images/room/icon_deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.l-room .u-symbol {
  display: inline-block;
  position: relative;
  padding-right: 21px;
  padding-left: 21px;
}
.l-room .u-symbol::before,
.l-room .u-symbol::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  content: "";
  filter: drop-shadow(2px 2px 10px rgba(20, 20, 20, 0.8));
}
.l-room .u-symbol::before {
  left: 0;
  background-image: url("../../blog/images/room/symbol1.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-room .u-symbol::after {
  right: 0;
  background-image: url("../../blog/images/room/symbol2.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-room .u-room-imgShadow {
  filter: drop-shadow(2px 2px 30px rgba(20, 20, 20, 0.2));
}
.l-room .u-shadow-room {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.l-roomCommon.l-wrap .l-wrap_kv {
  padding-top: 82px;
  padding-bottom: 86px;
  background-image: url("../../blog/images/room/kv.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-roomCommon-titleQa {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  font-size: 16px;
}
.l-roomCommon-titleQa:before {
  display: block;
  position: absolute;
  left: 0;
  content: "Q";
  color: #78afff;
}
.l-ctaRoom {
  background-image: url("../../blog/images/room/cta_bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-ctaRoom strong {
  font-size: 48px;
}
.l-ctaRoom .l-ctaRoom_text {
  font-size: 24px;
}
.l-ctaRoom .l-ctaRoom_textSmall {
  font-size: 16px;
}
.inner .sc_btn.__room {
  display: none;
  position: absolute;
  top: 16px;
  right: 40px;
  justify-content: space-between;
  width: auto;
}
.inner .sp_header_btn_room {
  position: absolute;
  top: 2.9333333333vw;
  right: 17.6vw;
  width: 28.8vw;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
}
.inner.active .sp_header_btn_room {
  right: 4vw;
}
.l-roomFunction-titleLayout {
  padding-left: 164px;
}
.l-roomFunction-ribbon {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  margin: 0;
  padding-top: 29px;
  padding-bottom: 16px;
  background: #0f37ff;
  color: #fff;
  text-align: center;
}
.l-roomFunction-ribbon::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-right: 50px solid #0f37ff;
  border-bottom: 22px solid transparent;
  border-left: 50px solid #0f37ff;
  content: "";
}
.l-roomFunction-arrow {
  position: relative;
}
.l-roomFunction-border {
  z-index: 0;
  position: relative;
  background-color: #f5f6fa;
}
.l-roomFunction-border::before {
  z-index: -2;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 4px;
  transform: translateY(-50%);
  background-color: #0f37ff;
  content: "";
}
.l-roomFee-arrow {
  position: relative;
}
.l-roomFee-title {
  position: absolute;
  top: -16px;
  left: 40px;
  padding-right: 6px;
  padding-left: 6px;
  background-color: #f5f6fa;
}
.l-roomNews .l-wrap_kv:before {
  display: none !important;
}
.p-room-lp .p-room-lp__mvMain {
  z-index: 0;
  position: relative;
}
.p-room-lp .p-room-lp__mvMain .p-room-lp__mvMain__wrap {
  width: 100%;
}
.p-room-lp .p-room-lp__mvMain:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.p-room-lp .p-room-lp__mvMain .p-room-lp__mvMain__logo {
  z-index: 1;
  position: absolute;
}
.p-room-lp
  .p-room-lp__mvMain
  .p-room-lp__mvMain__logo
  .p-room-lp__mvMain__logo__img {
  width: 208px;
}
.p-room-lp .p-room-lp__mvForm {
  width: 360px;
  height: 720px;
}
.p-room-lp.troublePoints .ele01 {
  position: relative;
  padding-top: 40px;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
  border-radius: 20px;
  background-color: #ededf0;
}
.p-room-lp.troublePoints .ele01:before {
  position: absolute;
  top: -24px;
  left: -20px;
  width: 104px;
  height: 56px;
  content: "";
}
.p-room-lp.troublePoints .ele01.ele01__01:before {
  background-image: url("../../blog/images/lp_room/troublePoints_case01.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-room-lp.troublePoints .ele01.ele01__02:before {
  background-image: url("../../blog/images/lp_room/troublePoints_case02.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-room-lp.troublePoints .ele01.ele01__03:before {
  background-image: url("../../blog/images/lp_room/troublePoints_case03.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-room-lp.troublePoints .ele02 {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
  border: 3px solid #0f37ff;
  border-radius: 20px;
}
.p-room-lp.troublePoints .ele02 .ele02__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  max-height: 92px;
  background-color: #0f37ff;
  color: #fff;
}
.p-room-lp.troublePoints .ele02 .ele02__text {
  padding-top: 24px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  background-color: #fff;
}
.p-room-lp.troublePoints .troublePoints__list-icon {
  display: flex;
  gap: 5px;
}
.p-room-lp.troublePoints .troublePoints__list-icon:before {
  display: block;
  width: 10px;
  height: 7px;
  margin-top: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cpath id='Icon_awesome-check-square' data-name='Icon awesome-check-square' d='M7.532,15.327l5.75-5.4a.449.449,0,0,0,0-.664L12.575,8.6a.523.523,0,0,0-.707,0L7.179,13,4.989,10.949a.523.523,0,0,0-.707,0l-.707.664a.449.449,0,0,0,0,.664l3.25,3.051A.523.523,0,0,0,7.532,15.327Z' transform='translate(-3.429 -8.464)' fill='%23888'/%3E%3C/svg%3E%0A");
  background-size: 10px 7px;
  content: "";
}
.p-room-lp.troublePoints
  .troublePoints__list-icon
  .troublePoints__list-icon__wrap {
  flex: 1 1 0%;
}
.p-room-lp.roomFeatures .col-6-12 {
  display: grid;
}
.p-room-lp.implementationFlow .col-4-12 {
  display: grid;
}
.p-room-lp.implementationFlow .col-4-12 > * {
  position: relative;
}
.p-room-lp.implementationFlow .col-4-12 > *:after {
  display: block;
  position: absolute;
  content: "";
}
.p-room-lp.implementationFlow .col-4-12 > *:nth-last-child(1):after {
  display: none;
}
.p-room-lp.faqs .faqs__container > * {
  position: relative;
  border: 2px solid #ecedf0;
  border-radius: 20px;
  background-color: #fff;
}
.p-room-lp.faqs .faqs__container > *:before {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.001' height='40' viewBox='0 0 40.001 40'%3E%3Cpath id='faq_icon' d='M14-150a19.876,19.876,0,0,1-7.785-1.572,19.935,19.935,0,0,1-6.357-4.286,19.933,19.933,0,0,1-4.286-6.357A19.873,19.873,0,0,1-6-170a19.873,19.873,0,0,1,1.572-7.785,19.933,19.933,0,0,1,4.286-6.357,19.934,19.934,0,0,1,6.357-4.286A19.876,19.876,0,0,1,14-190a19.875,19.875,0,0,1,7.785,1.572,19.933,19.933,0,0,1,6.357,4.286,19.933,19.933,0,0,1,4.286,6.357A19.875,19.875,0,0,1,34-170a19.875,19.875,0,0,1-1.572,7.785,19.933,19.933,0,0,1-4.286,6.357,19.934,19.934,0,0,1-6.357,4.286A19.875,19.875,0,0,1,14-150Zm4.286-13.993h0L20.4-161.88l1.82-1.82-2.073-2.073a7.182,7.182,0,0,0,.793-1.417,7.365,7.365,0,0,0,.56-2.87,7.423,7.423,0,0,0-.56-2.89,7.069,7.069,0,0,0-1.57-2.319,7.265,7.265,0,0,0-2.36-1.541,7.789,7.789,0,0,0-2.95-.55,7.733,7.733,0,0,0-2.929.55A7.28,7.28,0,0,0,8.77-175.27,7.094,7.094,0,0,0,7.2-172.96a7.331,7.331,0,0,0-.56,2.88,7.244,7.244,0,0,0,.57,2.87,7.318,7.318,0,0,0,1.58,2.33,7.274,7.274,0,0,0,2.37,1.56,7.676,7.676,0,0,0,2.94.561,7.524,7.524,0,0,0,2.92-.561,7.591,7.591,0,0,0,1.266-.673ZM14.06-165.62a4.439,4.439,0,0,1-1.71-.32,3.868,3.868,0,0,1-1.33-.91,4.054,4.054,0,0,1-.86-1.41,5.29,5.29,0,0,1-.3-1.82,4.9,4.9,0,0,1,.529-2.33,3.873,3.873,0,0,1,1.471-1.54,4.3,4.3,0,0,1,2.2-.55,4.608,4.608,0,0,1,1.73.31,3.74,3.74,0,0,1,1.33.9,4.062,4.062,0,0,1,.86,1.4,5.209,5.209,0,0,1,.3,1.81,5.109,5.109,0,0,1-.394,2.046L15.62-170.3,13.8-168.48l2.366,2.366A4.337,4.337,0,0,1,14.06-165.62Z' transform='translate(6 190)' fill='%230f37ff'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-room-lp .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
}
.p-room-lp .title.__sizeS {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.p-room-lp .title.__sizeSS {
  font-weight: bold;
  font-size: 18px;
}
.p-room-lp .title.__sizeM {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
}
.p-room-lp .title.__sizeM--modBoth {
  font-size: 20px;
  line-height: 1.5;
}
.p-room-lp .title.__sizeM--modBoth::before,
.p-room-lp .title.__sizeM--modBoth::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.p-room-lp .title.__sizeM--modBoth::before {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.p-room-lp .title.__sizeM--modBoth::after {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.p-room-lp .title--under-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.p-room-lp .title--under-line:after {
  width: 60px;
  height: 4px;
  background-color: #0f37ff;
  content: "";
}
.p-room-lp .text {
  font-size: 14px;
  line-height: 1.714;
}
.p-room-lp .text::before,
.p-room-lp .text::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.p-room-lp .text::before {
  margin-bottom: calc((1 - 1.714) * 0.5em);
}
.p-room-lp .text::after {
  margin-top: calc((1 - 1.714) * 0.5em);
}
.p-room-lp .text.__list {
  font-size: 14px;
  line-height: 1.5;
}
.p-room-lp .text.__list::before,
.p-room-lp .text.__list::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.p-room-lp .text.__list::before {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.p-room-lp .text.__list::after {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.p-room-lp .text.__sizeS {
  font-size: 12px;
}
.p-room-lp .text.__sizeM {
  font-size: 14px;
  line-height: 1.714;
}
.p-room-lp .text.__sizeM::before,
.p-room-lp .text.__sizeM::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.p-room-lp .text.__sizeM::before {
  margin-bottom: calc((1 - 1.714) * 0.5em);
}
.p-room-lp .text.__sizeM::after {
  margin-top: calc((1 - 1.714) * 0.5em);
}
.p-room-lp .text.__btn {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.p-room-lp .text.__btn .__sizeS {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
.p-room-lp .text + .text {
  margin-top: 18px;
}
.p-room-lp .text-link {
  color: #0f37ff;
  text-decoration: underline;
}
.lp_room.lp_ad .l-header {
  align-items: center;
}
.lp_room.lp_ad .l-header__button > a {
  margin-top: 4px;
  padding: 0 0 0 0;
}
.lp_room .row.__noMargin {
  margin-right: 0;
  margin-left: 0;
}
.lp_room .col.__noPadding {
  padding-right: 0;
  padding-left: 0;
}
.l-event .l-wrap_kv {
  height: calc(100vh - 80px);
  padding: 0 0 0;
}
.l-event .l-wrap_kv .l-wrap_kv_background {
  background-image: url("../../blog/images/event/bg.jpg");
  background-position: center center;
  background-size: cover;
}
.l-event .l-wrap_form {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-event .l-wrap_form .l-formControl {
  top: 0;
}
.l-event .l-wrap_form .l-formControlChild {
  top: 50%;
  right: 15px;
  bottom: initial;
  height: auto;
  transform: translateY(-50%);
}
.l-event .l-wrap_form .l-formControl_wrap {
  padding-bottom: 29px;
}
.l-event .eventGrid {
  position: relative;
}
.l-event .eventGrid img {
  width: unset;
  max-width: 100%;
  height: auto;
}
.l-event .eventGrid:before {
  position: absolute;
  bottom: 0;
  left: 17px;
  width: 4px;
  height: calc(100% - 20px);
  background-color: #0f37ff;
  content: "";
}
.l-event .eventGrid .eventGrid_wrap {
  position: relative;
  margin-left: 60px;
}
.l-event .eventGrid .eventGrid_wrap + .eventGrid_wrap {
  margin-top: 49px;
}
.l-event .eventGrid .eventGrid_title {
  display: flex;
  align-items: center;
}
.l-event .eventGrid .eventGrid_title span {
  color: #0f37ff;
}
.l-event .eventGrid .eventGrid_title:before {
  position: absolute;
  left: -60px;
  width: 40px;
  height: 40px;
  border-radius: 50vh;
  background-color: #0f37ff;
  content: "";
}
.l-event .eventGrid .eventGrid_img {
  width: 320px;
  height: auto;
}
.l-event .eventTitleBorder {
  margin-top: 37px;
  padding-top: 31px;
  padding-bottom: 25px;
  border-top: solid 1px #d4d8e4;
  border-bottom: solid 1px #d4d8e4;
}
.l-event .eventBorder {
  padding-top: 11px;
  padding-bottom: 18px;
  border-bottom: solid 1px #d4d8e4;
}
.l-event .eventBorder:nth-child(-n + 2) {
  padding-top: 25px;
}
.l-event .contact .u-formControl_hr {
  padding-bottom: 0;
  border-bottom-width: 0;
}
.l-event .contact h2 {
  padding: 0;
}
.l-event .contact h2.u-marker {
  padding-right: 10px;
  padding-left: 10px;
  background: linear-gradient(transparent 70%, #f9dc4b 0%);
}
.l-event .contact h2.h2__fs24px {
  font-size: max(24px, 3.125vh);
}
.l-event .contact .c-form_block {
  width: auto;
  margin-top: 10px;
}
.l-event .contact .c-form_block .c-form_label {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}
.l-event .contact .c-form_block .c-form_label::before,
.l-event .contact .c-form_block .c-form_label::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.l-event .contact .c-form_block .c-form_label::before {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.l-event .contact .c-form_block .c-form_label::after {
  margin-top: calc((1 - 1) * 0.5em);
}
.l-event .contact .c-form_block .c-form_label .h {
  display: flex;
  top: inherit;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin-left: 5px;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  font-size: 10px;
  line-height: 1;
}
.l-event .contact .c-form_block .c-form_label .h::before,
.l-event .contact .c-form_block .c-form_label .h::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.l-event .contact .c-form_block .c-form_label .h::before {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.l-event .contact .c-form_block .c-form_label .h::after {
  margin-top: calc((1 - 1) * 0.5em);
}
.l-event .contact .c-form_block .c-form_label .h__fs10px {
  font-size: max(10px, 1.3020833333vh);
}
.l-event .contact .c-form_block .c-form_label__fs12px {
  font-size: max(12px, 1.5625vh);
}
.l-event .contact .form_txt {
  width: auto;
  margin-top: 10px;
}
.l-event .c-form_field {
  padding-top: 11px;
  padding-right: 10px;
  padding-bottom: 11px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 1;
}
.l-event .c-form_field::before,
.l-event .c-form_field::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.l-event .c-form_field::before {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.l-event .c-form_field::after {
  margin-top: calc((1 - 1) * 0.5em);
}
.c-form_control .common_btn {
  width: 100%;
}
.u-shadow-event {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.l-eventCommon.l-wrap .l-wrap_kv {
  padding-top: 64px;
  padding-bottom: 64px;
  background-image: url("../../blog/images/event/kv.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-eventCommon-titleQa {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  font-size: 16px;
}
.l-eventCommon-titleQa:before {
  display: block;
  position: absolute;
  left: 0;
  content: "Q";
  color: #78afff;
}
.inner .sc_btn.__event {
  display: none;
  position: absolute;
  top: 16px;
  right: 40px;
  justify-content: space-between;
  width: auto;
}
.inner .sp_header_btn_event {
  position: absolute;
  top: 2.9333333333vw;
  right: 17.6vw;
  width: 28.8vw;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
}
.inner.active .sp_header_btn_event {
  right: 4vw;
}
.l-eventNews .l-wrap_kv:before {
  display: none !important;
}
.l-infoCommon.l-wrap .l-wrap_kv {
  padding-top: 64px;
  padding-bottom: 64px;
}
.inner .sc_btn.__info {
  display: none;
  position: absolute;
  top: 16px;
  right: 40px;
  justify-content: space-between;
  width: auto;
}
.inner .sp_header_btn_info {
  position: absolute;
  top: 2.9333333333vw;
  right: 17.6vw;
  width: 28.8vw;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
}
.inner.active .sp_header_btn_info {
  right: 4vw;
}
.l-infoNews .l-wrap_kv:before {
  display: none !important;
}
.l-top .l-wrap_kv {
  height: calc(100vh - 80px);
  padding: 0 0 0;
  background: none;
}
.l-top .l-wrap_kv .l-wrap_kv_background {
  background-image: url(../../blog/images/top/kv_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-top .l-wrap_kv .l-wrap_kv_background_side {
  position: relative;
  width: 520px;
  height: 529px;
  background-image: url("../../blog/images/room/mv_img.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-top .l-wrap_form {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-top .l-wrap_form .l-formControl {
  top: 0;
  right: 3.8067349927vw;
}
.l-top .l-wrap_form .l-formControlChild {
  top: 50%;
  right: 15px;
  bottom: initial;
  height: auto;
  transform: translateY(-50%);
}
.l-top .l-wrap_form .l-formControl_wrap {
  padding-bottom: 29px;
}
.l-top_row {
  margin-right: -4.9414348463vw !important;
  margin-left: -4.9414348463vw !important;
}
.l-top_col {
  padding-right: 4.9414348463vw !important;
  padding-left: 4.9414348463vw !important;
}
.l-top_zindex {
  z-index: 1;
  position: relative;
}
.l-top_kvImg2 img {
  width: 19.7657393851vw;
  min-width: 270px;
  height: auto;
}
.l-top .topGrid {
  position: relative;
}
.l-top .topGrid img {
  width: unset;
  max-width: 100%;
  height: auto;
}
.l-top .topGrid:before {
  position: absolute;
  bottom: 0;
  left: 17px;
  width: 4px;
  height: calc(100% - 20px);
  background-color: #0f37ff;
  content: "";
}
.l-top .topGrid .topGrid_wrap {
  position: relative;
  margin-left: 60px;
}
.l-top .topGrid .topGrid_wrap + .topGrid_wrap {
  margin-top: 49px;
}
.l-top .topGrid .topGrid_title {
  display: flex;
  align-items: center;
}
.l-top .topGrid .topGrid_title span {
  color: #0f37ff;
}
.l-top .topGrid .topGrid_title:before {
  position: absolute;
  left: -60px;
  width: 40px;
  height: 40px;
  border-radius: 50vh;
  background-color: #0f37ff;
  content: "";
}
.l-top .topGrid .topGrid_box {
  border-radius: 10px;
}
.l-top .topGrid .topGrid_box-option {
  z-index: 0;
  position: relative;
  margin: 51px 0 0;
}
.l-top .topGrid .topGrid_box-option:before {
  z-index: 1;
  position: absolute;
  top: -21px;
  left: -5px;
  width: 180px;
  height: 37px;
  background-image: url("../../blog/images/top/option.png");
  background-size: cover;
  content: "";
}
.l-top .topGrid .topGrid_box-border {
  border: solid 5px #d1d1d1;
  border-radius: 10px;
}
.l-top .topGrid .topGrid_img {
  width: 128px;
  height: auto;
}
.l-top .u-symbol {
  display: inline-block;
  position: relative;
  padding-right: 21px;
  padding-left: 21px;
}
.l-top .u-symbol::before,
.l-top .u-symbol::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  content: "";
  filter: drop-shadow(2px 2px 10px rgba(20, 20, 20, 0.8));
}
.l-top .u-symbol::before {
  left: 0;
  background-image: url("../../blog/images/top/symbol1.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-top .u-symbol::after {
  right: 0;
  background-image: url("../../blog/images/top/symbol2.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-top .u-common_h2-afterOnly {
  display: inline-block;
}
.l-top .u-common_h2-afterOnly:before {
  display: none;
}
.l-top .u-common_h2-afterOnly:after {
  left: 100%;
}
.l-top .u-common_h3-textStart {
  text-align: left;
}
.l-top .u-shadow-top {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.l-top .contact .u-formControl_hr {
  padding-bottom: 0;
  border-bottom-width: 0;
}
.l-top .contact h2 {
  padding: 0;
}
.l-top .contact h2.u-marker {
  padding-right: 10px;
  padding-left: 10px;
  background: linear-gradient(transparent 70%, #f9dc4b 0%);
}
.l-top .contact h2.h2__fs24px {
  font-size: max(24px, 3.125vh);
}
.l-top .contact .c-form_block {
  width: auto;
  margin-top: 23px;
}
.l-top .contact .c-form_block .c-form_label {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}
.l-top .contact .c-form_block .c-form_label::before,
.l-top .contact .c-form_block .c-form_label::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.l-top .contact .c-form_block .c-form_label::before {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.l-top .contact .c-form_block .c-form_label::after {
  margin-top: calc((1 - 1) * 0.5em);
}
.l-top .contact .c-form_block .c-form_label .h {
  display: flex;
  top: inherit;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin-left: 5px;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  font-size: 10px;
  line-height: 1;
}
.l-top .contact .c-form_block .c-form_label .h::before,
.l-top .contact .c-form_block .c-form_label .h::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.l-top .contact .c-form_block .c-form_label .h::before {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.l-top .contact .c-form_block .c-form_label .h::after {
  margin-top: calc((1 - 1) * 0.5em);
}
.l-top .contact .c-form_block .c-form_label .h__fs10px {
  font-size: max(10px, 1.3020833333vh);
}
.l-top .contact .c-form_block .c-form_label__fs12px {
  font-size: max(12px, 1.5625vh);
}
.l-top .contact .form_txt {
  width: auto;
  margin-top: 10px;
}
.l-top .c-form_field {
  padding-top: 11px;
  padding-right: 10px;
  padding-bottom: 11px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 1;
}
.l-top .c-form_field::before,
.l-top .c-form_field::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.l-top .c-form_field::before {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.l-top .c-form_field::after {
  margin-top: calc((1 - 1) * 0.5em);
}
.inner .sc_btn.__rakuneko {
  display: none;
  position: absolute;
  top: 16px;
  right: 40px;
  justify-content: space-between;
  width: auto;
}
.inner .sp_header_btn_ov {
  display: none;
}
.inner .sp_header_btn_rakuneko {
  position: absolute;
  top: 2.9333333333vw;
  right: 17.6vw;
  width: 28.8vw;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
}
.inner.active .sp_header_btn_rakuneko {
  right: 4vw;
}
.top.globalHeader {
  background-color: #fff;
}
.lp2211-fixed-btn {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 22px;
  background-color: #0020be;
}
.lp2211-fixed-btn .c-linkBtn {
  padding: 20px 0;
}
.l-lp2211 .u-lp2211__trim1::before,
.l-lp2211 .u-lp2211__trim1::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.l-lp2211 .u-lp2211__trim1::before {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.l-lp2211 .u-lp2211__trim1::after {
  margin-top: calc((1 - 1) * 0.5em);
}
.l-lp2211 .u-lp2211__trim10-14::before,
.l-lp2211 .u-lp2211__trim10-14::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.l-lp2211 .u-lp2211__trim10-14::before {
  margin-bottom: calc((1 - line-height-value(10, 14)) * 0.5em);
}
.l-lp2211 .u-lp2211__trim10-14::after {
  margin-top: calc((1 - line-height-value(10, 14)) * 0.5em);
}
.l-lp2211 figure {
  margin: 0;
}
.l-lp2211 .line {
  background: linear-gradient(transparent 60%, #ffea83 60%);
}
.l-lp2211 .txt-blue {
  color: #0f37ff;
}
.l-lp2211 .txt-black {
  color: #000;
}
.l-lp2211 .txt-lblue {
  color: #5698f8;
}
.l-lp2211 .txt-gray {
  color: #7c7b7b;
}
.l-lp2211 .u_line {
  text-decoration: underline;
}
.l-lp2211 .shadow {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.l-lp2211 .fw-700 {
  font-weight: 700;
}
.l-lp2211 .fw-900 {
  font-weight: 900;
}
.l-lp2211 .c-linkBtn.__red {
  background: #9f2c18;
  color: #fff;
}
.l-lp2211 .c-linkBtn.__red:before {
  background: #fd654b;
}
.l-lp2211 .c-linkBtn.__red:after {
  background: url(../../blog/images/common/icon_arrow_white.svg) no-repeat left top;
  background-size: 100% auto;
}
.l-lp2211 .mw-md-279px {
  max-width: 279px;
  margin-right: auto;
  margin-left: auto;
}
.l-lp2211 .mw-md-400px {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.l-lp2211 .mw-md-400px .c-linkBtn {
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
  padding-bottom: 17px;
}
.l-lp2211 .mw-md-400px .c-linkBtn:after {
  right: 18px;
}
.l-lp2211 .mw-md-585px {
  max-width: 585px;
  margin-right: auto;
  margin-left: auto;
}
.l-lp2211 .mw-md-868px {
  max-width: 868px;
  margin-right: auto;
  margin-left: auto;
}
.l-lp2211 .mw-md-1260px {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}
.l-lp2211 .mw-md-1041px {
  max-width: 1041px;
  margin-right: auto;
  margin-left: auto;
}
.l-lp2211 .mw-md-1080px {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
.l-lp2211 .mw-md-960px {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.l-lp2211 .lp2211_kv {
  position: relative;
  padding-top: 80px;
  background: url(../../blog/images/lp2211/mv-back.jpg) no-repeat center;
}
.l-lp2211 .lp2211_kv::before,
.l-lp2211 .lp2211_kv::after {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
}
.l-lp2211 .lp2211_kv::before {
  top: 80px;
  right: 0;
  border-top: 136px solid #0020be;
  border-left: 54.7584187408vw solid transparent;
}
.l-lp2211 .lp2211_kv::after {
  bottom: 0;
  left: 0;
  border-right: 100vw solid transparent;
  border-bottom: 100px solid #0020be;
}
.l-lp2211.lp_entrance .lp2211_kv {
  background-image: linear-gradient(#007add, #0035aa);
}
.l-lp2211 .lp2211_kv .inner {
  position: relative;
  width: 90.1171303075vw;
  margin-right: auto;
  margin-left: auto;
}
.l-lp2211 .lp2211_kv .inner .mv-catch img {
  max-width: 100%;
  height: auto;
}
.l-lp2211 .lp2211_kv .inner .lp2211_mv_form {
  z-index: 2;
  position: absolute;
  right: 0;
  width: 360px;
  border: solid 3px #cee2ff;
  border-radius: 10px;
  background-color: #fff;
}
.l-lp2211.lp_entrance .lp2211_kv::before {
  top: unset;
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
  border-left: 100vw solid transparent;
  border-bottom: 180px solid #f5f6fa;
}
.l-lp2211.lp_entrance .lp2211_kv::after {
  bottom: 0;
  left: 0;
  border-right: 100vw solid transparent;
  border-bottom: 180px solid #f5f6fa;
}
.l-lp2211.lp_entrance .lp2211_kv .inner {
  z-index: 1;
}
.l-lp2211 .lp2211_mv_form-title {
  padding-top: 18px;
  padding-bottom: 18px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #cee2ff;
  line-height: 1;
}
.l-lp2211 #form_area_top .c-linkBtn:after {
  right: 12px;
  width: 8px;
  height: 14px;
}
.l-lp2211 #form_area_top .c-form_block.req:first-of-type {
  margin-top: 20px;
}
.l-lp2211 #form_area_top .c-form_block.req:not(:first-of-type) {
  margin-top: 13px;
}
.l-lp2211 #form_area .c-form_block.req:first-of-type {
  margin-top: 25px;
}
.l-lp2211 #form_area .c-form_block.req:not(:first-of-type) {
  margin-top: 18px;
}
.l-lp2211 .lp2211_kv .c-form_block .c-form_label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 84px;
}
.l-lp2211 .lp2211_kv .c-form_block .c-form_label .h {
  top: -1px;
  width: 30px;
  height: 14px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 2px;
  background: #ed726d;
  color: #fff;
  font-size: 10px;
  line-height: 1.4;
  vertical-align: middle;
}
.l-lp2211 .lp2211_mv_form .form_btn {
  max-width: 270px;
  margin-right: auto;
  margin-left: auto;
}
.l-lp2211 .lp2211_mv_form .c-linkBtn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.l-lp2211 .lp2211_mv_form .c-linkBtn::after {
  right: 18px;
}
.l-lp2211 .c-form_label__fs14px {
  font-size: 14px;
}
.l-lp2211 .lp2211_kv .formrun {
  width: 100%;
  max-width: 300px;
  margin: auto;
}
.l-lp2211 .lp2211_kv .l-formControl {
  top: 144px;
}
.l-lp2211 .lp2211_kv #agree {
  display: none;
}
.l-lp2211 .lp2211_kv .agree_btn {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: auto;
  margin-left: 20px;
  padding: 5px 30px;
  cursor: pointer;
}
.l-lp2211 .lp2211_kv .agree_btn::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  border: 1px solid #cecece;
  border-radius: 3px;
  background: #fff;
  content: "";
}
.l-lp2211 .lp2211_kv .agree_btn::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 14px;
  width: 9px;
  height: 20px;
  margin-top: -16px;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  border-right: 3px solid #0020be;
  border-bottom: 3px solid #0020be;
  content: "";
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.l-lp2211 .lp2211_kv input[type="checkbox"]:checked + .agree_btn::before {
  border-color: #666;
}
.l-lp2211 .lp2211_kv input[type="checkbox"]:checked + .agree_btn::after {
  transform: rotate(45deg) scale3d(1, 1, 1);
  opacity: 1;
}
.l-lp2211 .lp2211_kv .c-form_field {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 5px 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  border-color: #ddd;
  background-color: #fff;
}
.l-lp2211 .lp2211_kv .c-form_field ::placeholder {
  color: rgba(20, 20, 20, 0.3);
  font-size: 14px !important;
}
.l-lp2211 .lp2211_kv .c-form_field .c-form_field::-webkit-input-placeholder {
  color: rgba(20, 20, 20, 0.3);
}
.l-lp2211 .lp2211_kv .c-form_field .c-form_field::-moz-placeholder {
  color: rgba(20, 20, 20, 0.3);
}
.l-lp2211 .lp2211_kv .c-form_field .c-form_field:-ms-input-placeholder {
  color: rgba(20, 20, 20, 0.3);
}
.l-lp2211 .title-box {
  position: relative;
  line-height: 1;
}
.l-lp2211 .title-box::before,
.l-lp2211 .title-box::after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 84px solid #f5f6fa;
  content: "";
}
.l-lp2211.lp_entrance .title-box::before,
.l-lp2211.lp_entrance .title-box::after {
  border-bottom: 84px solid #ffffff;
}
.l-lp2211 .title-box::before {
  left: 0;
  border-right: 50vw solid transparent;
}
.l-lp2211 .title-box::after {
  right: 0;
  border-left: 50vw solid transparent;
}
.l-lp2211 .list-reason-bk {
  background-color: #f5f6fa;
}
.l-lp2211 .list-reason {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  display: grid;
  display: flex;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1120px;
  gap: 40px;
}
.l-lp2211 .list-item_reason {
  display: flex;
  position: relative;
}
.l-lp2211 .list-item_reason .box {
  box-sizing: border-box;
  max-width: 346px;
  min-height: 390px;
  padding-top: 33px;
  padding-right: 32px;
  padding-bottom: 28px;
  padding-left: 32px;
  border-radius: 10px;
  background-color: #fff;
}
.l-lp2211 .list-item_reason::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: -40px;
  left: -21px;
  width: 138px;
  height: 138px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.l-lp2211 .list-reason .list-item_reason:nth-child(1)::before {
  background-image: url(../../blog/images/lp2211/n_reason01.png);
}
.l-lp2211 .list-reason .list-item_reason:nth-child(2)::before {
  background-image: url(../../blog/images/lp2211/n_reason02.png);
}
.l-lp2211 .list-reason .list-item_reason:nth-child(3)::before {
  background-image: url(../../blog/images/lp2211/n_reason03.png);
}
.l-lp2211 .list-reason .list-item_reason:nth-child(4)::before {
  background-image: url(../../blog/images/lp2211/n_reason04.png);
}
.l-lp2211 .list-reason .list-item_reason:nth-child(5)::before {
  background-image: url(../../blog/images/lp2211/n_reason05.png);
}
.l-lp2211 .list-reason .list-item_reason:nth-child(6)::before {
  background-image: url(../../blog/images/lp2211/n_reason06.png);
}
.l-lp2211 .list-item_reason img {
  display: block;
  width: auto;
  height: 130px;
  margin-right: auto;
  margin-left: auto;
}
.l-lp2211 .lp-price-point-item {
  width: 100%;
  max-width: 680px;
  padding: 18px 10px 15px 26px;
  border-radius: 10px;
}
.l-lp2211 .lp-price-point-box .lp-price-point-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.l-lp2211 .lp-price-img {
  max-width: 535px;
  margin-right: 44px;
  padding: 17px 32px 33px 30px;
  border-radius: 10px;
  background-color: #f5f6fa;
}
.l-lp2211 .lp2211-feature {
  position: relative;
}
.l-lp2211 .lp2211-feature::before,
.l-lp2211 .lp2211-feature::after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 80px solid #cce2ff;
  content: "";
}
.l-lp2211 .lp2211-feature::before {
  left: 0;
  border-right: 50vw solid transparent;
}
.l-lp2211 .lp2211-feature::after {
  right: 0;
  border-left: 50vw solid transparent;
}
.l-lp2211 .lp2211-feature-bk {
  background-color: #f5f6fa;
}
.l-lp2211 .list-feature {
  position: relative;
  padding-bottom: 106px;
  counter-reset: steps features_n;
}
.l-lp2211 .title-steps {
  line-height: 1;
}
.l-lp2211 .list-feature-item {
  counter-increment: steps;
}
.l-lp2211 .list-feature-item .step-content .title-steps::before {
  display: block;
  margin-bottom: 10px;
  content: "STEP " counter(steps);
  font-size: 20px;
}
.l-lp2211 .feature-content {
  position: relative;
  justify-content: space-between;
  width: 100%;
  max-width: 820px;
  padding: 6px 20px 20px 18px;
  border: 2px solid #ededed;
}
.l-lp2211 .feature-item {
  width: 50%;
}
.l-lp2211 .list-feature-item .feature-content .feature-item {
  min-height: 454px;
}
.l-lp2211 .list-feature-item .feature-content .feature-item .feature-title {
  position: relative;
  min-height: 52px;
  white-space: nowrap !important;
  counter-increment: features_n;
}
.l-lp2211
  .list-feature-item
  .feature-content
  .feature-item
  .feature-title::before {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: -46px;
  width: 58px;
  height: 52px;
  content: counter(features_n);
  color: #fff;
  font-size: 33px;
}
.l-lp2211
  .list-feature-item
  .feature-content
  .feature-item
  .feature-title::after {
  display: block;
  position: absolute;
  top: 0px;
  left: -60px;
  width: 58px;
  height: 52px;
  background-image: url(../../blog/images/lp2211/features-back.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.l-lp2211 .step-content {
  box-sizing: border-box;
  position: relative;
  width: 200px;
  height: 360px;
  margin-right: 50px;
  border: 2px solid #ededed;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #cee2ff;
}
.l-lp2211 .list-feature .list-feature-item {
  margin-bottom: 50px;
}
.l-lp2211
  .list-feature
  .list-feature-item:not(:last-child)
  .step-content:after {
  display: block;
  position: absolute;
  bottom: -80px;
  width: 84px;
  height: 37px;
  background-image: url(../../blog/images/lp2211/step-arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.l-lp2211 .feature-item {
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 60px;
}
.l-lp2211 .lp2211-monthly .inner {
  position: relative;
  margin-top: -84px;
}
.l-lp2211 .lp2211-monthly-bk {
  background-color: #cce2ff;
}
.l-lp2211 .monthly-btn-box {
  justify-content: space-between;
}
.l-lp2211 .monthly-btn-box .c-linkBtn {
  padding-top: 17px;
  padding-bottom: 17px;
}
.l-lp2211 .monthly-btn-box .c-linkBtn::after {
  right: 17px;
  width: 7px;
  height: 14px;
}
.l-lp2211 .lp2211-partner-title {
  line-height: 2 !important;
}
.l-lp2211 .view-all-function-link {
  position: relative;
}
.l-lp2211 .view-all-function-link span::after {
  display: block;
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #0f37ff;
  content: "";
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0);
  }
}
.l-lp2211 .scroll-logo__wrapper {
  -webkit-animation: 30s linear infinite forwards scroll;
  animation: 30s linear infinite forwards scroll;
}
.l-lp2211 .scroll-logo {
  background-color: #f5f6fa;
}
.l-lp2211 .logo-item {
  position: relative;
  width: 140px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 0.375rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.l-lp2211 .partner-voice {
  grid-column-gap: 36px;
  grid-row-gap: 32px;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
}
.l-lp2211 .partner-voice li {
  max-width: 323px;
}
.l-lp2211 .partner-voice li img.pc {
  width: 100%;
}
.l-lp2211 .lp2211-logo img {
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.l-lp2211 .lp2211-titleQa {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  font-size: 16px;
}
.l-lp2211 .lp2211-titleQa:before {
  display: block;
  position: absolute;
  left: 0;
  content: "Q";
  color: #78afff;
}
.l-lp2211 .lp2211_faq .inner {
  background-color: #f5f6fa;
}
.l-lp2211 .lp2211_faq .box {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0;
  padding: 60px 0 55px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.l-lp2211 .lp2211_faq .box ul {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.l-lp2211 .lp2211_faq .accordion__title {
  padding-top: 0;
  padding-right: 50px;
  padding-bottom: 0;
  padding-left: 8px;
  font-size: 16px;
  line-height: 1.3;
}
.l-lp2211 .lp2211_faq .accordion__title .quest {
  padding-right: 0.5em;
  color: #78afff;
}
.l-lp2211 .lp2211_faq .accordion__title .circle {
  display: block;
  z-index: 0;
  position: absolute;
  top: 60%;
  right: 16px;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #dedede;
}
.l-lp2211 .lp2211_faq .accordion__title::before,
.l-lp2211 .lp2211_faq .accordion__title::after {
  z-index: 1;
  top: 20%;
  right: 22px;
  bottom: 0;
  width: 14px;
}
.l-lp2211 .lp2211_faq-list li:not(:last-child) {
  margin-bottom: 35px;
  padding-bottom: 30px;
}
.l-lp2211 .lp2211_faq-list .accordion__content {
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0;
}
.l-lp2211 .lp2211_faq-list li:not(:last-child) {
  border-bottom: solid 2px #ecedf0;
}
.l-lp2211 .lp2211_faq-list li p {
  position: relative;
  margin-top: 15px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}
.l-lp2211 .lp2211_faq-list li p::before {
  display: block;
  position: absolute;
  left: 0;
  content: "A";
  color: #0f37ff;
  font-weight: 700;
}
.l-lp2211 .lp2211_form_box {
  border-width: 4px;
  border-style: solid;
  border-radius: 8px;
  border-color: #0f37ff;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.l-lp2211 .lp2211_form_box .c-form_field {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 5px 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  border-color: #cecece;
  background-color: #f5f5f5;
}
.l-lp2211 .lp2211_form_box .c-form_block .c-form_label {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 15px;
}
.l-lp2211 .lp2211_form_box .c-form_block .c-form_label .h {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 38px;
  height: 15px;
  margin-left: 12px;
  padding-top: 3px;
  border-radius: 2px;
  background: #9dc5ff;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
.l-lp2211 .lp2211_form_box .form_txt {
  text-align: left;
}
.l-lp2211 .lp2211_form_box .form_txt .form_txt01 {
  padding-left: 2em;
  font-size: 12px !important;
}
.l-lp2211 .lp2211_form_box .form_txt02 {
  margin-top: 22px;
  padding-bottom: 55px;
  padding-left: 2em;
  font-size: 12px;
}
.l-lp2211 .lp2211_form_box .c-form_block.req {
  margin-bottom: 32px;
}
.l-lp2211 .lp2211_contact .c-linkBtn::after {
  right: 14px;
  width: 7px;
  height: 14px;
}
.l-lp2211 footer {
  padding-top: 70px;
}
.l-lp2211 footer .inner .logo {
  top: -25px;
}
.l-lp2211 footer .inner .sns {
  display: flex;
  position: absolute;
  top: -3px;
  right: 60px;
  justify-content: space-between;
  width: 80px;
}
.l-lp2211 footer .navi ul {
  display: flex;
}
.l-lp2211 footer .navi ul li {
  margin-right: 50px;
}
.l-lp2211 .form_btn.c-formControl_send {
  display: inline-flex !important;
  z-index: 1;
  width: 286px;
  height: 45px;
  border: none;
}
.l-lp2211 .form_btn.c-formControl_send:before {
  z-index: -1;
}
.l-lp2211 .form_btn.c-formControl_send:after {
  z-index: -1;
}
.l-lp2211 .form_btn.c-formControl_send button {
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
  transform: translateY(-4px);
  border: none;
  backface-visibility: hidden;
  background: transparent;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.4s;
}
.l-lp2211 .form_btn.c-formControl_send:hover button {
  transform: translateY(0);
}
.l-lp2211 .form_btn.c-formControl_send.is-disable button {
  cursor: default;
}
.l-lp2211 .form_btn.c-formControl_send.is-disable:hover button {
  transform: translateY(-4px);
}
.lp2211_detail {
  background-color: #f5f6fa;
}
.lp2211_detail__subTitle {
  line-height: 1.2;
  text-align: center;
  margin-bottom: 16px;
}
.lp2211_detail__desc {
  font-size: 16px;
  text-align: center;
}
.lp2211_detail__desc p:not(:last-of-type) {
  margin-bottom: 20px;
}
.lp2211_detail__content {
  width: min(95%, 1160px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.78vw;
  margin: 60px auto 0;
}
.lp2211_detail__content .item__number {
  text-align: center;
  margin-bottom: 16px;
}
.lp2211_detail__content .item__title {
  text-align: center;
  font-size: clamp(13px, 1.39vw, 20px);
  font-weight: 700;
  color: #0f37ff;
  margin-bottom: 16px;
}
.lp2211_detail__content .item__img {
  text-align: center;
}
.lp2211_detail__content .item__img img {
  width: 100%;
  height: auto;
}
.lp2211_detail__content .item__desc {
  margin-top: 24px;
  font-size: clamp(12px, 0.97vw, 14px);
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .l-lp2211 .lp2211-logo {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1046px) {
  .l-lp2211 .txt-price {
    white-space: nowrap;
  }
  .l-lp2211 .price-btn {
    margin-top: 96px;
    margin-bottom: 24px;
  }
}
@media (min-width: 769px) {
  .container-md,
  .container {
    max-width: 720px;
  }
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .g-md-12px {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-12px {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-20px,
  .gx-md-20px {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-20px {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-40px {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-40px {
    --bs-gutter-y: 2.5rem;
  }
  .gx-md-52px {
    --bs-gutter-x: 3.25rem;
  }
  .gx-md-82px {
    --bs-gutter-x: 5.125rem;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-none {
    display: none;
  }
  .w-md-auto {
    width: auto;
  }
  .w-md-333px {
    width: 333px;
  }
  .w-md-345px {
    width: 345px;
  }
  .w-md-667px {
    width: 667px;
  }
  .w-md-1000px {
    width: 1000px;
  }
  .w-md-1120px {
    width: 1120px;
  }
  .w-md-427px {
    width: 427px;
  }
  .w-md-190px {
    width: 190px;
  }
  .w-md-290px {
    width: 290px;
  }
  .w-md-806px {
    width: 806px;
  }
  .w-md-800px {
    width: 800px;
  }
  .w-md-880px {
    width: 880px !important;
  }
  .w-md-200px {
    width: 200px !important;
  }
  .w-md-208px {
    width: 208px !important;
  }
  .w-md-336px {
    width: 336px !important;
  }
  .mw-md-1120px {
    max-width: 1120px;
  }
  .mw-md-345px {
    max-width: 345px;
  }
  .mw-md-1000px {
    max-width: 1000px;
  }
  .mw-md-880px {
    max-width: 880px;
  }
  .mw-md-800px {
    max-width: 800px;
  }
  .h-md-53px {
    height: 53px;
  }
  .h-md-48px {
    height: 48px !important;
  }
  .h-md-64px {
    height: 64px;
  }
  .h-md-27px {
    height: 27px !important;
  }
  .min-vh-md-auto {
    min-height: auto !important;
  }
  .min-vh-md-247px {
    min-height: 247px !important;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .gap-md-24px {
    gap: 1.5rem;
  }
  .gap-md-50px {
    gap: 3.125rem;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-center {
    align-items: center;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .mx-md-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-md-20px {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  .mx-md-40px {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
  .mx-md-43px {
    margin-right: 2.6875rem;
    margin-left: 2.6875rem;
  }
  .mx-md-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-md-100px {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .mt-md-9px {
    margin-top: 0.5625rem;
  }
  .mt-md-10px {
    margin-top: 0.625rem;
  }
  .mt-md-12px {
    margin-top: 0.75rem;
  }
  .mt-md-15px {
    margin-top: 0.9375rem;
  }
  .mt-md-16px {
    margin-top: 1rem;
  }
  .mt-md-19px {
    margin-top: 1.1875rem;
  }
  .mt-md-20px {
    margin-top: 1.25rem;
  }
  .mt-md-21px {
    margin-top: 1.3125rem;
  }
  .mt-md-22px {
    margin-top: 1.375rem;
  }
  .mt-md-23px {
    margin-top: 1.4375rem;
  }
  .mt-md-24px {
    margin-top: 1.5rem;
  }
  .mt-md-25px {
    margin-top: 1.5625rem;
  }
  .mt-md-28px {
    margin-top: 1.75rem;
  }
  .mt-md-29px {
    margin-top: 1.8125rem;
  }
  .mt-md-30px {
    margin-top: 1.875rem;
  }
  .mt-md-31px {
    margin-top: 1.9375rem;
  }
  .mt-md-32px {
    margin-top: 2rem;
  }
  .mt-md-34px {
    margin-top: 2.125rem;
  }
  .mt-md-37px {
    margin-top: 2.3125rem;
  }
  .mt-md-42px {
    margin-top: 2.625rem;
  }
  .mt-md-44px {
    margin-top: 2.75rem;
  }
  .mt-md-46px {
    margin-top: 2.875rem;
  }
  .mt-md-48px {
    margin-top: 3rem;
  }
  .mt-md-49px {
    margin-top: 3.0625rem;
  }
  .mt-md-52px {
    margin-top: 3.25rem;
  }
  .mt-md-53px {
    margin-top: 3.3125rem;
  }
  .mt-md-55px {
    margin-top: 3.4375rem;
  }
  .mt-md-56px {
    margin-top: 3.5rem;
  }
  .mt-md-58px {
    margin-top: 3.625rem;
  }
  .mt-md-60px {
    margin-top: 3.75rem;
  }
  .mt-md-62px {
    margin-top: 3.875rem;
  }
  .mt-md-64px {
    margin-top: 4rem;
  }
  .mt-md-65px {
    margin-top: 4.0625rem;
  }
  .mt-md-70px {
    margin-top: 4.375rem;
  }
  .mt-md-71px {
    margin-top: 4.4375rem;
  }
  .mt-md-72px {
    margin-top: 4.5rem;
  }
  .mt-md-76px {
    margin-top: 4.75rem;
  }
  .mt-md-80px {
    margin-top: 5rem;
  }
  .mt-md-83px {
    margin-top: 5.1875rem;
  }
  .mt-md-100px {
    margin-top: 6.25rem;
  }
  .mt-md-120px {
    margin-top: 7.5rem;
  }
  .me-md-14px {
    margin-right: 0.875rem;
  }
  .me-md-15px {
    margin-right: 0.9375rem;
  }
  .me-md-16px {
    margin-right: 1rem;
  }
  .me-md-24px {
    margin-right: 1.5rem;
  }
  .me-md-35px {
    margin-right: 2.1875rem;
  }
  .me-md-40px {
    margin-right: 2.5rem;
  }
  .me-md-43px {
    margin-right: 2.6875rem;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-10px {
    margin-bottom: 0.625rem;
  }
  .mb-md-11px {
    margin-bottom: 0.6875rem;
  }
  .mb-md-12px {
    margin-bottom: 0.75rem;
  }
  .mb-md-16px {
    margin-bottom: 1rem;
  }
  .mb-md-17px {
    margin-bottom: 1.0625rem;
  }
  .mb-md-19px {
    margin-bottom: 1.1875rem;
  }
  .mb-md-20px {
    margin-bottom: 1.25rem;
  }
  .mb-md-22px {
    margin-bottom: 1.375rem;
  }
  .mb-md-24px {
    margin-bottom: 1.5rem;
  }
  .mb-md-25px {
    margin-bottom: 1.5625rem;
  }
  .mb-md-27px {
    margin-bottom: 1.6875rem;
  }
  .mb-md-28px {
    margin-bottom: 1.75rem;
  }
  .mb-md-29px {
    margin-bottom: 1.8125rem;
  }
  .mb-md-30px {
    margin-bottom: 1.875rem;
  }
  .mb-md-31px {
    margin-bottom: 1.9375rem;
  }
  .mb-md-32px {
    margin-bottom: 2rem;
  }
  .mb-md-36px {
    margin-bottom: 2.25rem;
  }
  .mb-md-38px {
    margin-bottom: 2.375rem;
  }
  .mb-md-39px {
    margin-bottom: 2.4375rem;
  }
  .mb-md-44px {
    margin-bottom: 2.75rem;
  }
  .mb-md-45px {
    margin-bottom: 2.8125rem;
  }
  .mb-md-46px {
    margin-bottom: 2.875rem;
  }
  .mb-md-49px {
    margin-bottom: 3.0625rem;
  }
  .mb-md-55px {
    margin-bottom: 3.4375rem;
  }
  .mb-md-56px {
    margin-bottom: 3.5rem;
  }
  .mb-md-60px {
    margin-bottom: 3.75rem;
  }
  .mb-md-62px {
    margin-bottom: 3.875rem;
  }
  .mb-md-63px {
    margin-bottom: 3.9375rem;
  }
  .mb-md-78px {
    margin-bottom: 4.875rem;
  }
  .mb-md-100px {
    margin-bottom: 6.25rem;
  }
  .ms-md-0 {
    margin-left: 0;
  }
  .ms-md-16px {
    margin-left: 1rem;
  }
  .ms-md-43px {
    margin-left: 2.6875rem;
  }
  .ms-md-45px {
    margin-left: 2.8125rem;
  }
  .ms-md-52px {
    margin-left: 3.25rem;
  }
  .px-md-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-md-10px {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .px-md-20px {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .px-md-24px {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-md-30px {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .px-md-40px {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .px-md-45px {
    padding-right: 2.8125rem;
    padding-left: 2.8125rem;
  }
  .px-md-50px {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
  .py-md-16px {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-md-20px {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .py-md-30px {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .py-md-32px {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-md-37px {
    padding-top: 2.3125rem;
    padding-bottom: 2.3125rem;
  }
  .py-md-40px {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .py-md-80px {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .py-md-90px {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .py-md-100px {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-20px {
    padding-top: 1.25rem;
  }
  .pt-md-24px {
    padding-top: 1.5rem;
  }
  .pt-md-27px {
    padding-top: 1.6875rem;
  }
  .pt-md-37px {
    padding-top: 2.3125rem;
  }
  .pt-md-39px {
    padding-top: 2.4375rem;
  }
  .pt-md-40px {
    padding-top: 2.5rem;
  }
  .pt-md-43px {
    padding-top: 2.6875rem;
  }
  .pt-md-45px {
    padding-top: 2.8125rem;
  }
  .pt-md-48px {
    padding-top: 3rem;
  }
  .pt-md-49px {
    padding-top: 3.0625rem;
  }
  .pt-md-57px {
    padding-top: 3.5625rem;
  }
  .pt-md-66px {
    padding-top: 4.125rem;
  }
  .pt-md-76px {
    padding-top: 4.75rem;
  }
  .pt-md-79px {
    padding-top: 4.9375rem;
  }
  .pt-md-83px {
    padding-top: 5.1875rem;
  }
  .pt-md-87px {
    padding-top: 5.4375rem;
  }
  .pt-md-94px {
    padding-top: 5.875rem;
  }
  .pt-md-96px {
    padding-top: 6rem;
  }
  .pt-md-100px {
    padding-top: 6.25rem;
  }
  .pt-md-144px {
    padding-top: 9rem;
  }
  .pe-md-16px {
    padding-right: 1rem;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-25px {
    padding-bottom: 1.5625rem;
  }
  .pb-md-30px {
    padding-bottom: 1.875rem;
  }
  .pb-md-34px {
    padding-bottom: 2.125rem;
  }
  .pb-md-35px {
    padding-bottom: 2.1875rem;
  }
  .pb-md-37px {
    padding-bottom: 2.3125rem;
  }
  .pb-md-40px {
    padding-bottom: 2.5rem;
  }
  .pb-md-43px {
    padding-bottom: 2.6875rem;
  }
  .pb-md-48px {
    padding-bottom: 3rem;
  }
  .pb-md-56px {
    padding-bottom: 3.5rem;
  }
  .pb-md-57px {
    padding-bottom: 3.5625rem;
  }
  .pb-md-64px {
    padding-bottom: 4rem;
  }
  .pb-md-65px {
    padding-bottom: 4.0625rem;
  }
  .pb-md-80px {
    padding-bottom: 5rem;
  }
  .pb-md-96px {
    padding-bottom: 6rem;
  }
  .pb-md-100px {
    padding-bottom: 6.25rem;
  }
  .pb-md-102px {
    padding-bottom: 6.375rem;
  }
  .pb-md-104px {
    padding-bottom: 6.5rem;
  }
  .pb-md-106px {
    padding-bottom: 6.625rem;
  }
  .pb-md-116px {
    padding-bottom: 7.25rem;
  }
  .pb-md-217px {
    padding-bottom: 13.5625rem;
  }
  .ps-md-16px {
    padding-left: 1rem;
  }
  .ps-md-164px {
    padding-left: 10.25rem;
  }
  .fs-md-14px {
    font-size: 14px;
  }
  .fs-md-15px {
    font-size: 15px;
  }
  .fs-md-16px {
    font-size: 16px;
  }
  .fs-md-18px {
    font-size: 18px;
  }
  .fs-md-20px {
    font-size: 20px;
  }
  .fs-md-21px {
    font-size: 21px;
  }
  .fs-md-22px {
    font-size: 22px;
  }
  .fs-md-23px {
    font-size: 23px;
  }
  .fs-md-24px {
    font-size: 24px;
  }
  .fs-md-25px {
    font-size: 25px;
  }
  .fs-md-26px {
    font-size: 26px;
  }
  .fs-md-27px {
    font-size: 27px;
  }
  .fs-md-28px {
    font-size: 28px;
  }
  .fs-md-29px {
    font-size: 29px;
  }
  .fs-md-30px {
    font-size: 30px;
  }
  .fs-md-35px {
    font-size: 35px;
  }
  .fs-md-40px {
    font-size: 40px;
  }
  .text-md-start {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-nowrap {
    white-space: nowrap;
  }
  .u-mt-md-n12px {
    margin-top: -12px !important;
  }
  .u-mt-md-n20px {
    margin-top: -20px !important;
  }
  .l-wrap .l-wrap_container {
    padding-right: 0;
    padding-left: 0;
  }
  .l-wrap .l-wrap_kv .l-wrap_kv_background {
    position: relative;
    width: 1120px;
    margin: 0 auto;
  }
  .l-wrap .l-wrap_kv .l-wrap_kv_background:before {
    position: absolute;
    right: 0;
    bottom: -95px;
    width: 392px;
    height: 330px;
    content: "";
  }
  .l-wrap .l-wrap_kv .l-wrap_kv_contents {
    width: 100%;
  }
  .l-wrap .l-wrap_kv .l-wrap_kv_contents2 {
    width: 420px;
    max-width: 420px;
  }
  .l-wrap.l-function .l-wrap_kv .l-wrap_kv_background:before {
    background-image: url(../../blog/images/function/kv.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-wrap.l-functionQr .l-wrap_kv .l-wrap_kv_background:before {
    background-image: url(../../blog/images/function/qr/kv.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-wrap.l-about .l-wrap_kv .l-wrap_kv_background:before {
    background-image: url(../../blog/images/about/kv.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-wrap.l-seminar_archive .l-wrap_kv .l-wrap_kv_background:before {
    background-image: url(../../blog/images/seminar/kv.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-wrap.l-fee .l-wrap_kv .l-wrap_kv_background:before {
    background-image: url(../../blog/images/fee/kv.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .accordion__content {
    display: block !important;
  }
  .l-footer .inner.accordion ul.accordion__content-list li a:before {
    margin-right: 5px;
    content: "-";
  }
  .l-footer .inner.accordion ul.accordion__content-list li a.otherLink:before {
    display: none;
  }
  .c-dialog .c-dialog__content {
    padding-top: 30px;
    padding-right: 28px;
    padding-bottom: 40px;
    padding-left: 28px;
  }
  .c-caseList {
    position: relative;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
  }
  .c-caseList:after {
    display: block;
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 24px;
    height: 24px;
    background-image: url(../../blog/images/news/icon_news_right.png);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none;
  }
  .c-caseList .c-caseList__wrap {
    position: relative;
    height: 100%;
  }
  .c-caseList .c-caseList__wrap:after {
    display: none;
  }
  .c-caseList .c-caseList__wrap .c-caseList__wrap__logo {
    position: absolute !important;
    top: 286px;
    left: 0 !important;
    width: 192px;
    height: 55px;
    padding: 6px 24px;
    border-radius: 0 4px 0 0;
  }
  .c-caseList
    .c-caseList__wrap
    .c-caseList__wrap__logo
    .c-caseList__wrap__logo__image {
    max-width: 144px;
    max-height: 43px;
  }
  .c-caseList .c-caseList__wrap .c-caseList__wrap__txt {
    margin: 15px 16px 52px;
    font-size: 14px;
    line-height: 1.786;
  }
  .c-caseDetail {
    margin-top: 64px !important;
    padding: 48px 64px !important;
    gap: 40px;
  }
  .c-caseDetail .c-caseDetail__content {
    flex: 1 1 0%;
    gap: 20px;
  }
  .c-caseDetail .c-caseDetail__content .c-caseDetail__content__child {
    gap: 16px;
    font-size: 16px !important;
  }
  .c-caseDetail .c-caseDetail__content .caseDetail__content__title {
    width: 104px;
  }
  .c-caseDetail .c-caseDetail__logo {
    width: 368px;
    height: 168px;
    padding: 24px 32px;
  }
  .c-caseDetail .c-caseDetail__logo .c-caseDetail__logo__image {
    max-width: 320px;
    max-height: 104px;
  }
  .l-function .functionMobileLayoutRow hr {
    display: none;
  }
  .l-functionQr .functionIntro .functionIntro_box-arrow:before {
    display: block;
    position: absolute;
    top: 50%;
    right: -11px;
    width: 22px;
    height: 48px;
    transform: translateY(-50%);
    background-image: url("../../blog/images/function/qr/arrow.png");
    background-size: cover;
    content: "";
  }
  .l-functionQr .functionGuide-arrow:before {
    display: block;
    position: absolute;
    top: 50%;
    right: -11px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background-image: url("../../blog/images/function/qr/plus.png");
    background-size: cover;
    content: "";
  }
  .l-register-main-arrow:before {
    display: block;
    position: absolute;
    top: 50%;
    right: -11px;
    width: 22px;
    height: 48px;
    transform: translateY(-50%);
    background-image: url("../../blog/images/function/qr/arrow.png");
    background-size: cover;
    content: "";
  }
  .l-register .contact.contact_new .inner_r .form_txt {
    text-align: center;
  }
  .l-register .contact.contact_new .formrun .form_txt {
    text-align: center;
    white-space: nowrap;
  }
  .l-room .l-wrap_kv .l-wrap_kv_background {
    width: 100%;
  }
  .l-room .l-wrap_kv .l-wrap_kv_background__wrap {
    margin-left: 9.0043923865vw;
  }
  .l-room .l-wrap_kv .l-wrap_kv_background--left {
    width: 40.9956076135vw;
  }
  .l-room_kvTtl {
    width: 40.9956076135vw;
    height: auto;
  }
  .l-room_kvText {
    font-size: 1.9033674963vw;
  }
  .l-room_kvTextSub {
    font-size: 1.317715959vw;
  }
  .inner .sp_header_btn_room {
    display: none;
  }
  .l-roomFunction-arrow:before {
    display: block;
    position: absolute;
    top: 50%;
    right: -54px;
    width: 22px;
    height: 48px;
    transform: translateY(-50%);
    background-image: url("../../blog/images/function/qr/arrow.png");
    background-size: cover;
    content: "";
  }
  .l-roomFee-arrow:before {
    display: block;
    position: absolute;
    top: 50%;
    right: -11px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background-image: url("../../blog/images/function/qr/plus.png");
    background-size: cover;
    content: "";
  }
  .p-room-lp .p-room-lp__wrap {
    width: 1120px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-room-lp .p-room-lp__mvWrap {
    display: flex;
    align-items: center;
    height: 100svh;
    min-height: 720px;
  }
  .p-room-lp .p-room-lp__mvMain {
    width: calc(100% - 360px);
    height: 100%;
    min-height: 720px;
  }
  .p-room-lp .p-room-lp__mvMain .p-room-lp__mvMain__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-room-lp .p-room-lp__mvMain:before {
    background-image: url("../../blog/images/lp_room/bg_mv.jpg");
    background-position: center center;
    background-size: cover;
  }
  .p-room-lp .p-room-lp__mvMain .p-room-lp__mvMain__logo {
    top: 24px;
    left: 32px;
  }
  .p-room-lp.troublePoints {
    margin-top: 238px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .p-room-lp.roomOverview {
    margin-top: 100px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .p-room-lp.roomFeatures {
    margin-top: 100px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .p-room-lp.roomFeatures .col-6-12 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 80px;
    row-gap: 70px;
  }
  .p-room-lp.roomFeatures .col-6-12__main {
    flex: 1 1 0%;
  }
  .p-room-lp.pricingGuide {
    margin-top: 96px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .p-room-lp.implementationFlow {
    margin-top: 112px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .p-room-lp.implementationFlow .col-4-12 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 48px;
  }
  .p-room-lp.implementationFlow .col-4-12 > *:after {
    top: 0;
    right: -48px;
    width: 48px;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14.004' viewBox='0 0 8 14.004'%3E%3Cpath id='Icon_material-keyboard-arrow-right' data-name='Icon material-keyboard-arrow-right' d='M12.885,20.984l4.945-5.357L12.885,10.27l1.522-1.645,6.478,7-6.478,7Z' transform='translate(-12.885 -8.625)' fill='%230f37ff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 107px;
  }
  .p-room-lp.faqs {
    margin-top: 100px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .p-room-lp.faqs .faqs__container > * {
    padding-top: 38px;
    padding-right: 120px;
    padding-bottom: 38px;
    padding-left: 120px;
  }
  .p-room-lp.faqs .faqs__container > *:before {
    top: 30px;
    left: 66px;
    width: 40px;
    height: 40px;
  }
  .p-room-lp .title::before,
  .p-room-lp .title::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .p-room-lp .title::before {
    margin-bottom: calc((1 - 1.2) * 0.5em);
  }
  .p-room-lp .title::after {
    margin-top: calc((1 - 1.2) * 0.5em);
  }
  .p-room-lp .title.__sizeS::before,
  .p-room-lp .title.__sizeS::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .p-room-lp .title.__sizeS::before {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .p-room-lp .title.__sizeS::after {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .p-room-lp .title.__sizeSS {
    line-height: 1.556;
  }
  .p-room-lp .title.__sizeSS::before,
  .p-room-lp .title.__sizeSS::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .p-room-lp .title.__sizeSS::before {
    margin-bottom: calc((1 - 1.556) * 0.5em);
  }
  .p-room-lp .title.__sizeSS::after {
    margin-top: calc((1 - 1.556) * 0.5em);
  }
  .p-room-lp .title.__sizeM::before,
  .p-room-lp .title.__sizeM::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .p-room-lp .title.__sizeM::before {
    margin-bottom: calc((1 - 1.25) * 0.5em);
  }
  .p-room-lp .title.__sizeM::after {
    margin-top: calc((1 - 1.25) * 0.5em);
  }
  .p-room-lp .title.__sizeL {
    font-size: 36px;
    line-height: 1.194;
  }
  .p-room-lp .title.__sizeL::before,
  .p-room-lp .title.__sizeL::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .p-room-lp .title.__sizeL::before {
    margin-bottom: calc((1 - 1.194) * 0.5em);
  }
  .p-room-lp .title.__sizeL::after {
    margin-top: calc((1 - 1.194) * 0.5em);
  }
  .p-room-lp .text.__sizeS {
    line-height: 2;
  }
  .p-room-lp .text.__sizeS::before,
  .p-room-lp .text.__sizeS::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .p-room-lp .text.__sizeS::before {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
  .p-room-lp .text.__sizeS::after {
    margin-top: calc((1 - 2) * 0.5em);
  }
  .p-room-lp .text.__sizeL {
    font-size: 18px;
    line-height: 1.222;
  }
  .p-room-lp .text.__sizeL::before,
  .p-room-lp .text.__sizeL::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .p-room-lp .text.__sizeL::before {
    margin-bottom: calc((1 - 1.222) * 0.5em);
  }
  .p-room-lp .text.__sizeL::after {
    margin-top: calc((1 - 1.222) * 0.5em);
  }
  .lp_room.lp_ad .l-header {
    height: 75px;
    padding: 0 24px 0 32px;
  }
  .l-event .l-wrap_kv .l-wrap_kv_background {
    width: 100%;
  }
  .l-event_kvText {
    font-size: 2.7818448023vw;
  }
  .l-event_kvLogo {
    width: 43.9238653001vw;
    height: auto;
  }
  .l-event_wrap {
    width: 81.9912152269vw;
  }
  .l-event .contact .form_txt {
    text-align: center;
    white-space: nowrap;
  }
  .inner .sp_header_btn_event {
    display: none;
  }
  .inner .sp_header_btn_info {
    display: none;
  }
  .l-top .l-wrap_kv .l-wrap_kv_background {
    width: 100%;
  }
  .l-top .l-wrap_kv .l-wrap_kv_background:before {
    display: none;
  }
  .l-top_kvTtl {
    width: 36.6032210835vw;
    min-width: 500px;
    height: auto;
  }
  .l-top_kvImg {
    width: 35.505124451vw;
    min-width: 485px;
    height: auto;
  }
  .l-top_kvImg2 {
    z-index: 0;
    position: absolute;
    bottom: -2.9282576867vw;
    left: max(500px, 36.6032210835vw);
    width: 19.7657393851vw;
    min-width: 270px;
    height: auto;
  }
  .l-top .contact .form_txt {
    text-align: center;
    white-space: nowrap;
  }
  .inner .sp_header_btn_rakuneko {
    display: none;
  }
  .l-lp2211 .lp2211_kv {
    display: flex;
    align-items: center;
    height: 100vh;
    min-height: 720px;
  }
  .l-lp2211 .lp2211_kv .inner {
    display: flex;
  }
  .l-lp2211 .lp2211_kv .inner .mv-catch {
    display: flex;
    width: calc(100% - 400px);
    height: 100%;
  }
  .l-lp2211 .lp2211_kv .inner .mv-catch img {
    aspect-ratio: 550/554;
  }
  .l-lp2211.lp_entrance .lp2211_kv .inner .mv-catch img {
    aspect-ratio: 750/1040;
  }
  .l-lp2211 .lp2211_kv {
    display: flex;
    align-items: center;
    height: 100vh;
    min-height: 720px;
  }
  .l-lp2211 .lp2211_kv .inner {
    display: flex;
  }
  .l-lp2211 .lp2211_kv .inner .mv-catch {
    display: flex;
    width: calc(100% - 400px);
    height: 100%;
  }
  .l-lp2211 .lp2211_kv .inner .mv-catch img {
    aspect-ratio: 550/554;
  }
  .l-lp2211.lp_entrance .lp2211_kv .inner .mv-catch img {
    aspect-ratio: 750/1040;
  }
}
@media (min-width: 769px) and (max-width: 1047.98px) {
  .l-lp2211 .lp2211_kv::before {
    border-top: 107px solid #0020be;
    border-left: 56.2559694365vw solid transparent;
  }
  .l-lp2211 .lp2211_kv::after {
    border-right: 115.1862464183vw solid transparent;
    border-bottom: 8.3094555874vw solid #0020be;
  }
}
@media screen and (min-width: 900px) {
  .l-lp2211 .monthly-btn-box .monthly-btn:nth-child(2) {
    padding-right: 24px;
  }
}
@media (min-width: 1000px) {
  .container-md,
  .container {
    max-width: 960px;
  }
  .text-lg-end {
    text-align: right;
  }
}
@media (min-width: 1048px) {
  .l-lp2211 .lp2211_kv .inner .mv-catch {
    align-items: center;
    width: calc(100% - 430px);
  }
  .l-lp2211 .lp2211_kv .inner .mv-catch img {
    aspect-ratio: 810/580;
  }
  .l-lp2211.lp_entrance .lp2211_kv .inner .mv-catch img {
    aspect-ratio: 1680/1280;
  }
}
@media (min-width: 1120px) {
  .container-xl,
  .container-md,
  .container {
    max-width: 1140px;
  }
  .px-xl-0 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1360px) {
  .l-lp2211 .txt-price {
    white-space: nowrap;
  }
}
@media (min-width: 1367px) {
  .container-xl,
  .container-md,
  .container {
    max-width: 1320px;
  }
  .text-xxl-center {
    text-align: center;
  }
  .l-lp2211 .lp2211_kv .inner {
    max-width: 1232px;
  }
}
@media screen and (max-width: 1300px) {
  .l-lp2211 .lp2211-price {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1140px) {
  .l-lp2211 .lp2211-feature .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-lp2211 .lp2211-feature::before,
  .l-lp2211 .lp2211-feature::after {
    border-bottom: 24px solid #cce2ff !important;
  }
  .l-lp2211 .list-feature-item .feature-content .feature-item .feature-title {
    line-height: 1.6;
    white-space: pre-wrap;
  }
  .l-lp2211
    .list-feature-item
    .feature-content
    .feature-item
    .feature-title::before {
    font-size: 24px;
  }
  .l-lp2211
    .list-feature-item
    .feature-content
    .feature-item
    .feature-title::after {
    top: 0px;
    left: -57px;
    width: 43px;
    height: 39px;
  }
  .l-lp2211 .step-content {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1120px) {
  .l-lp2211 .lp2211_faq .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .l-lp2211 .lp2211_faq .box ul {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1119.98px) {
  .l-top_row {
    padding-right: 1.0980966325vw;
    padding-left: 1.0980966325vw;
  }
}
@media screen and (max-width: 1100px) {
  .l-lp2211 .partner-voice {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-lp2211 .partner-voice li {
    max-width: 797px;
  }
}
@media (max-width: 1047.98px) {
  .l-lp2211 .lp2211_kv .inner .mv-catch {
    align-items: start;
  }
}
@media screen and (max-width: 1046px) {
  .l-lp2211 .lp-price-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-lp2211 .lp-price-img {
    width: 100%;
    max-width: 680px !important;
    margin-right: 0px !important;
    margin-bottom: 36px;
  }
  .l-lp2211 .list-feature-item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-lp2211 .step-content {
    width: 100%;
    max-width: 100%;
    max-width: 820px;
    height: 120px;
    margin-right: 0px;
    margin-bottom: 11px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0px;
  }
  .l-lp2211 .list-feature .list-feature-item:not(:last-child) {
    margin-bottom: 70px !important;
  }
  .l-lp2211
    .list-feature
    .list-feature-item:not(:last-child)
    .step-content:after {
    display: none;
  }
  .l-lp2211
    .list-feature
    .list-feature-item:not(:last-child)
    .feature-content:after {
    display: block;
    position: absolute;
    bottom: -55px;
    left: 50%;
    width: 84px;
    height: 37px;
    transform: translateX(-50%);
    background-image: url(../../blog/images/lp2211/step-arrow.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
  }
}
@media (max-width: 1000.98px) {
  .l-lp2211 .lp2211_kv .inner .mv-catch {
    align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  .l-lp2211 .lp2211-monthly .inner {
    padding-right: 1.4641288433vw;
    padding-left: 1.4641288433vw;
  }
  .l-lp2211 .lp2211-monthly .inner {
    padding-right: 1.4641288433vw;
    padding-left: 1.4641288433vw;
  }
}
@media screen and (max-width: 960px) {
  .l-lp2211 .list-reason {
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .l-lp2211 .monthly-btn-box {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .l-lp2211 .monthly-btn-box .monthly-btn {
    width: 100%;
    max-width: 500%;
  }
  .l-lp2211 .monthly-btn-box .monthly-btn:first-child {
    margin-bottom: 32px;
  }
}
@media (max-width: 768.98px) {
  .u-border-radius-12 {
    border-radius: 1.6vw;
  }
  .u-border-radius-12.u-border-radius-nosp {
    border-radius: unset;
  }
  .u-border-radius-10.u-border-radius-nosp {
    border-radius: unset;
  }
  .u-border-radius-8.u-border-radius-8--spHarf {
    border-radius: 1.0666666667vw;
  }
  .u-border-radius-8.u-border-radius-nosp {
    border-radius: unset;
  }
  .u-border-radius-5.u-border-radius-nosp {
    border-radius: unset;
  }
  .u-triangle-top {
    margin-top: 15px;
  }
  .u-triangle-top:before {
    top: -15px;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #0f37ff;
    border-left: 8px solid transparent;
  }
  .u-fs-mb-10px {
    font-size: 2.6666666667vw;
  }
  .u-fs-mb-12px {
    font-size: 3.2vw;
  }
  .u-fs-mb-13px {
    font-size: 3.4666666667vw;
  }
  .u-fs-mb-14px {
    font-size: 3.7333333333vw;
  }
  .u-fs-mb-15px {
    font-size: 4vw;
  }
  .u-fs-mb-16px {
    font-size: 4.2666666667vw;
  }
  .u-fs-mb-18px {
    font-size: 4.8vw;
  }
  .u-fs-mb-20px {
    font-size: 5.3333333333vw;
  }
  .u-fs-mb-24px {
    font-size: 6.4vw;
  }
  .u-fs-mb-25px {
    font-size: 6.6666666667vw;
  }
  .u-fs-mb-26px {
    font-size: 6.9333333333vw;
  }
  .u-fs-mb-30px {
    font-size: 8vw;
  }
  .u-lh-mb-1_2 {
    line-height: 1.2;
  }
  .u-lh-mb-1_2::before,
  .u-lh-mb-1_2::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .u-lh-mb-1_2::before {
    margin-bottom: calc((1 - 1.2) * 0.5em);
  }
  .u-lh-mb-1_2::after {
    margin-top: calc((1 - 1.2) * 0.5em);
  }
  .u-lh-mb-1_5 {
    line-height: 1.5;
  }
  .u-lh-mb-1_5::before,
  .u-lh-mb-1_5::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .u-lh-mb-1_5::before {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .u-lh-mb-1_5::after {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .u-lh-mb-1_6 {
    line-height: 1.6;
  }
  .u-lh-mb-1_6::before,
  .u-lh-mb-1_6::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .u-lh-mb-1_6::before {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .u-lh-mb-1_6::after {
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .u-lh-mb-1_7 {
    line-height: 1.7;
  }
  .u-lh-mb-1_7::before,
  .u-lh-mb-1_7::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .u-lh-mb-1_7::before {
    margin-bottom: calc((1 - 1.7) * 0.5em);
  }
  .u-lh-mb-1_7::after {
    margin-top: calc((1 - 1.7) * 0.5em);
  }
  .u-lh-mb-2 {
    line-height: 2;
  }
  .u-lh-mb-2::before,
  .u-lh-mb-2::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .u-lh-mb-2::before {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
  .u-lh-mb-2::after {
    margin-top: calc((1 - 2) * 0.5em);
  }
  .u-lh-mb-2_2 {
    line-height: 2.2;
  }
  .u-lh-mb-2_2::before,
  .u-lh-mb-2_2::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .u-lh-mb-2_2::before {
    margin-bottom: calc((1 - 2.2) * 0.5em);
  }
  .u-lh-mb-2_2::after {
    margin-top: calc((1 - 2.2) * 0.5em);
  }
  .a-w-mb-100 {
    width: 100% !important;
  }
  .c-form_error {
    font-size: 2.6666666667vw;
  }
  .l-wrap .l-wrap_kv {
    margin-top: 19.6vw;
    padding-top: 20px;
    padding-bottom: 8vw;
  }
  .l-wrap .l-wrap_kv .l-wrap_kv_h1 .wrap_kv_h1_small {
    font-size: 24px;
    line-height: 1.2083333333;
  }
  .l-wrap .l-wrap_kv .l-wrap_kv_story2 {
    margin-top: 18px;
    margin-right: 5px;
    margin-bottom: 13px;
    margin-left: 5px;
  }
  .l-wrap.l-function .l-wrap_kv .l-wrap_kv_img {
    width: 49.0666666667vw;
  }
  .l-wrap.l-functionQr .l-wrap_kv .l-wrap_kv_img {
    width: 48vw;
  }
  .l-wrap.l-about .l-wrap_kv .l-wrap_kv_img {
    width: 52.2666666667vw;
  }
  .l-wrap.l-seminar_archive .l-wrap_kv .l-wrap_kv_img {
    width: 53.8666666667vw;
  }
  .l-wrap.l-fee .l-wrap_kv .l-wrap_kv_img {
    width: 49.3333333333vw;
  }
  .l-wrap.l-case .l-wrap_kv,
  .l-wrap.l-news .l-wrap_kv,
  .l-wrap.l-faq .l-wrap_kv {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    background-image: url("../../blog/images/common/kv_sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .l-wrap.l-case .l-wrap_kv .l-wrap_kv_mw,
  .l-wrap.l-news .l-wrap_kv .l-wrap_kv_mw,
  .l-wrap.l-faq .l-wrap_kv .l-wrap_kv_mw {
    padding-top: 53.3333333333vw;
  }
  .l-wrap.l-case .l-wrap_kv:before,
  .l-wrap.l-news .l-wrap_kv:before,
  .l-wrap.l-faq .l-wrap_kv:before {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background: url(../../blog/images/case/case_kv_bg.png) no-repeat left top;
    background-size: cover;
    content: "";
  }
  .l-wrap.l-case .l-wrap_kv .l-wrap_kv_img,
  .l-wrap.l-news .l-wrap_kv .l-wrap_kv_img,
  .l-wrap.l-faq .l-wrap_kv .l-wrap_kv_img {
    width: 49.3333333333vw;
  }
  .l_formHubspot {
    width: 100%;
  }
  .l_formHubspot fieldset + fieldset {
    margin-top: 5vw;
  }
  .l_formHubspot fieldset .hs_lastname {
    margin-top: 5vw;
  }
  .l_formHubspot label span {
    font-size: 3.73vw;
  }
  .l_formHubspot .hs_submit {
    width: 53.3vw;
    height: 11.46vw;
    margin-top: 13.3vw;
    margin-right: auto;
    margin-left: auto;
  }
  .l_formHubspot .hs_submit .actions {
    font-size: 3.73vw;
  }
  .l_formHubspot .hs_submit .actions input[type="submit"] {
    font-size: 3.73vw;
  }
  .l_formHubspot .hs-richtext.hs-main-font-element {
    font-size: 5.3vw;
  }
  .c-efoBanner {
    right: unset;
    bottom: 0;
    width: 100%;
    height: 161px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0;
  }
  .c-efoBanner .c-efoBanner_wrap {
    margin: 16px 0 25px;
  }
  .c-efoBanner .c-efoBanner_wrap .c-efoBanner_wrap__text {
    line-height: 1;
  }
  .c-efoBanner
    .c-efoBanner_wrap
    .c-efoBanner_wrap__text
    .c-efoBanner_wrap__text__underline {
    line-height: 1.9615384615;
  }
  .c-efoBanner .c-efoBanner_wrap .c-efoBanner_wrap__link {
    max-width: 250px;
  }
  .c-efoBanner .c-efoBanner__closeBtn {
    width: 35px;
    height: 35px;
    background-size: 15px 15px;
  }
  .c-linkBtn {
    justify-content: start;
  }
  .c-linkBtn.__mb-center {
    justify-content: center;
  }
  .c-linkBtnRoom {
    padding-top: 3.7333333333vw;
    padding-right: 10.6666666667vw;
    padding-bottom: 3.7333333333vw;
    padding-left: 4.2666666667vw;
  }
  .c-linkBtnRoom .c-linkBtnRoom_icon {
    width: 10.6666666667vw;
    margin-right: 1.6vw;
  }
  .c-linkBtnRoom .c-linkBtnRoom_icon img {
    width: 10.6666666667vw;
  }
  .c-linkBtnRoom:after {
    right: 4.5333333333vw;
    width: 6.4vw;
    height: 6.4vw;
    background-image: url(../../blog/images/common/icon_arrow_black2.svg);
    background-size: 1.8666666667vw 2.6666666667vw;
    background-position-x: center;
  }
  .accordion__item {
    margin-left: 0;
  }
  .accordion__content {
    display: none;
    padding-top: 8vw;
    padding-right: 10.6666666667vw;
    padding-left: 10.6666666667vw;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }
  .l-footer {
    padding-top: 0;
  }
  .l-footer .inner.accordion {
    width: 100%;
  }
  .l-footer .inner.accordion ul.accordion__content-list li {
    margin-bottom: 8vw;
  }
  .l-footer .inner.accordion ul.accordion__content-list li:nth-last-child(1) {
    margin-bottom: 10.6666666667vw;
  }
  .l-footer .inner.accordion ul.accordion__content-list li a {
    font-size: 3.7333333333vw;
  }
  .l-footer .inner.accordion .other ul.accordion__content-list li a {
    font-size: 3.7333333333vw;
  }
  .l-footer .inner.accordion .logo {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 60px;
  }
  .c-tableTheme thead > tr th {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
  .c-tableTheme tbody > tr td {
    padding-top: 3.4666666667vw;
    padding-bottom: 3.4666666667vw;
  }
  .c-dialog .c-dialog__content {
    padding-top: 24px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
  .c-caseList-parent {
    margin-top: 24px !important;
  }
  .c-caseList {
    min-height: 38.4vw !important;
    margin-right: 0 !important;
    margin-bottom: 8.5333333333vw !important;
  }
  .c-caseList .c-caseList__wrap {
    display: flex !important;
    flex-direction: column-reverse;
    padding-left: 42.6666666667vw !important;
    gap: 16px;
  }
  .c-caseList .c-caseList__wrap:after {
    top: initial;
    right: 0;
    bottom: 2.1333333333vw;
    left: initial;
    width: 6.4vw;
    height: 6.4vw;
  }
  .c-caseList .c-caseList__wrap .c-caseList__wrap__photo {
    width: 38.4vw !important;
    border-radius: 4px;
  }
  .c-caseList .c-caseList__wrap .c-caseList__wrap__logo {
    left: initial !important;
    width: 36.2666666667vw;
    height: 10.6666666667vw;
    padding: 6px 16px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
  }
  .c-caseList
    .c-caseList__wrap
    .c-caseList__wrap__logo
    .c-caseList__wrap__logo__image {
    max-width: 27.7333333333vw;
    max-height: 7.4666666667vw;
  }
  .c-caseList .c-caseList__wrap .c-caseList__wrap__txt {
    margin-top: 0 !important;
    font-size: 14px;
    line-height: 1.714;
  }
  .c-caseList .c-caseList__wrap .c-caseList__wrap__txt::before,
  .c-caseList .c-caseList__wrap .c-caseList__wrap__txt::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .c-caseList .c-caseList__wrap .c-caseList__wrap__txt::before {
    margin-bottom: calc((1 - 1.714) * 0.5em);
  }
  .c-caseList .c-caseList__wrap .c-caseList__wrap__txt::after {
    margin-top: calc((1 - 1.714) * 0.5em);
  }
  .c-caseDetail {
    flex-direction: column;
    margin-top: 48px !important;
    padding: 20px 20px 24px !important;
    gap: 24px;
  }
  .c-caseDetail .c-caseDetail__content {
    width: 100%;
    margin-top: 0 !important;
    gap: 8px;
  }
  .c-caseDetail .c-caseDetail__content .c-caseDetail__content__child {
    padding-left: 0;
    gap: 8px;
    font-size: 12px !important;
    text-indent: 0;
  }
  .c-caseDetail .c-caseDetail__content .caseDetail__content__title {
    width: 72px;
  }
  .c-caseDetail .c-caseDetail__logo {
    width: 100% !important;
    height: 36vw;
    padding: 20px 28px;
  }
  .c-caseDetail .c-caseDetail__logo .c-caseDetail__logo__image {
    max-width: 63.7333333333vw;
    max-height: 25.3333333333vw;
  }
  .c-btn-Rakuneko {
    padding-top: 16px;
    padding-right: 0;
    padding-bottom: 16px;
    padding-left: 0;
  }
  .c-enterprisesList {
    padding: 10.6vw 0 10.6vw;
  }
  .c-enterprisesList .c-enterprisesList__list {
    width: 89.3vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3.3vw;
  }
  .c-enterprisesList
    .c-enterprisesList__list
    .c-enterprisesList__list__linkEle:after {
    right: 1vw;
    bottom: 1vw;
    width: 2.6vw;
    height: 2.6vw;
  }
  .p-blog_cta {
    margin-top: 10.6vw;
  }
  .l-function .functionMobileLayoutRow hr {
    display: block;
    width: 89.3vw;
    height: 1px;
    margin: 10.6666666667vw auto;
    border-top: 1px solid #0f37ff;
  }
  .l-function .functionMobileLayoutRow .functionMobileLayout {
    width: 100%;
  }
  .l-function .functionMobileLayoutRow .functionMobileLayout .inner h3 {
    margin-bottom: 0;
    padding-left: unset;
  }
  .l-function .functionGrid:before {
    left: 9px;
    width: 2px;
    height: calc(100% - 10px);
  }
  .l-function .functionGrid .functionGrid_wrap {
    margin-left: 28px;
  }
  .l-function .functionGrid .functionGrid_wrap + .functionGrid_wrap {
    margin-top: 29px;
  }
  .l-function .functionGrid .functionGrid_title:before {
    position: absolute;
    left: -28px;
    width: 20px;
    height: 20px;
    border-radius: 50vh;
    background-color: #0f37ff;
    content: "";
  }
  .l-function .functionGrid .functionGrid_box-option {
    margin: 41px 0 0;
  }
  .l-function .functionGrid .functionGrid_box-option:before {
    top: -19px;
    width: 160px;
    height: 33px;
    background-image: url("../../blog/images/top/option.png");
    background-size: cover;
  }
  .l-function .functionMobileLayoutRow .functionMobileLayout .inner {
    width: 100%;
    margin-top: 5.0666666667vw;
  }
  .l-function .functionMobileLayoutRow .functionMobileLayout ul li img {
    position: relative;
    top: unset;
    left: unset;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .l-function
    .functionMobileLayoutRow
    .functionMobileLayout
    ul
    li
    .functionMobileLayout_title {
    margin-top: 15px;
  }
  .l-function
    .functionMobileLayoutRow
    .functionMobileLayout
    ul
    li
    .functionMobileLayout_title
    h3 {
    font-size: 4.26vw;
  }
  .l-function
    .functionMobileLayoutRow
    .functionMobileLayout
    ul
    li
    .functionMobileLayout_title
    h3
    span.min {
    margin-bottom: 4vw;
    padding: 1vw 0 1vw;
    border-top: solid 0.26vw #0f37ff;
    border-bottom: solid 0.26vw #0f37ff;
    color: #0f37ff;
    font-size: 4.2666666667vw;
  }
  .l-function
    .functionMobileLayoutRow
    .functionMobileLayout
    ul
    li
    .functionMobileLayout_title
    h3
    span.ttl {
    width: max-content;
    font-size: 5.3333333333vw;
  }
  .l-function
    .functionMobileLayoutRow
    .functionMobileLayout
    ul
    li
    .functionMobileLayout_title
    h3
    span
    .movie_tag {
    display: inline-block;
    width: 48px;
    height: auto;
  }
  .l-function
    .functionMobileLayoutRow
    .functionMobileLayout
    ul
    li
    .functionMobileLayout_title
    h3
    span
    .movie_tag
    img {
    top: 0;
    left: 0;
    width: 11.7vw;
    height: auto;
  }
  .l-function .functionImageWidth {
    width: auto;
    max-width: 100% !important;
  }
  .l-functionQr .functionIntro:before {
    left: 9px;
    width: 2px;
    height: calc(100% - 10px);
  }
  .l-functionQr .functionIntro .functionIntro_wrap {
    margin-left: 28px;
  }
  .l-functionQr .functionIntro .functionIntro_wrap + .functionIntro_wrap {
    margin-top: 29px;
  }
  .l-functionQr .functionIntro .functionIntro_title {
    font-size: 5.3333333333vw;
  }
  .l-functionQr .functionIntro .functionIntro_title span {
    font-size: 3.2vw;
  }
  .l-functionQr .functionIntro .functionIntro_title:before {
    position: absolute;
    left: -28px;
    width: 20px;
    height: 20px;
    border-radius: 50vh;
    background-color: #0f37ff;
    content: "";
  }
  .l-functionQr .functionIntro .functionIntro_box {
    margin: 20px 0 0;
    padding: 23px 16px 22px;
  }
  .l-functionQr .functionIntro .functionIntro_box-recommend {
    margin: 41px 0 0;
  }
  .l-functionQr .functionIntro .functionIntro_box-recommend:before {
    top: -16.5px;
    width: 122px;
    height: 33px;
    background-image: url("../../blog/images/function/qr/recommend_sp.png");
    background-size: cover;
  }
  .l-functionQr .functionIntro .functionIntro_box-arrow:before {
    display: block;
    position: absolute;
    bottom: -41px;
    left: 50%;
    width: 48px;
    height: 22px;
    transform: translateX(-50%);
    background-image: url("../../blog/images/function/qr/arrow_sp.png");
    background-size: cover;
    content: "";
  }
  .l-functionQr .functionIntro .functionIntro_subTitle {
    font-size: 4.2666666667vw;
  }
  .l-functionQr .functionIntro .functionIntro_text {
    margin-top: 10px;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  .l-functionQr .functionFeature .functionFeature_subTitle {
    font-size: 4.2666666667vw;
  }
  .l-functionQr .functionFeature .functionFeature_text {
    margin-top: 10px;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  .l-functionQr .functionFeature .functionFeature_img {
    width: 100px;
    height: 100px;
  }
  .l-functionQr .functionGuide-arrow:before {
    display: block;
    position: absolute;
    bottom: -41px;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translateX(-50%);
    background-image: url("../../blog/images/function/qr/plus.png");
    background-size: cover;
    content: "";
  }
  .l-fee .fee-qr-img1 {
    width: 241px;
    max-width: 241px;
  }
  .l-fee .fee-qr-img2 {
    width: 181px;
    max-width: 181px;
  }
  .l-fee .fee-qr-img3 {
    width: 196px;
    max-width: 196px;
  }
  .l-solution strong {
    font-size: 6.6133333333vw;
  }
  .l-solution .l-solution_text {
    font-size: 3.7333333333vw;
  }
  .l-ctaRegister .top_block02 .bnr_area {
    width: 89.3vw;
    margin: 12vw auto 0;
    padding-bottom: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }
  .l-ctaRegister .cv_area .bnr_area {
    width: 89.3vw;
    margin: 12vw auto 0;
    margin-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }
  .l-ctaRegister .top_block02 .bnr_area h2,
  .l-ctaRegister .cv_area .bnr_area h2 {
    padding-top: 0;
    font-size: 5.3vw;
  }
  .l-ctaRegister .top_block02 .bnr_area ul,
  .l-ctaRegister .cv_area .bnr_area ul {
    display: flex;
    justify-content: space-between;
    margin-top: 5vw;
  }
  .l-ctaRegister .top_block02 .bnr_area ul li,
  .l-ctaRegister .cv_area .bnr_area ul li {
    width: 42.6vw;
    margin-right: 0px;
  }
  .l-ctaRegister .top_block02 .bnr_area ul li:last-child,
  .l-ctaRegister .cv_area .bnr_area ul li:last-child {
    margin-right: 0;
  }
  .l-ctaRegister .top_block02 .bnr_area ul li a,
  .l-ctaRegister .cv_area .bnr_area ul li a {
    height: 30.6vw;
  }
  .l-ctaRegister .top_block02 .bnr_area ul li a:after,
  .l-ctaRegister .cv_area .bnr_area ul li a:after {
    top: auto;
    right: 1.3vw;
    bottom: 2.1vw;
    width: 5.3vw;
    height: 5.3vw;
    transform: none;
  }
  .l-ctaRegister .top_block02 .bnr_area ul li a > span,
  .l-ctaRegister .cv_area .bnr_area ul li a > span {
    font-weight: 700;
    font-size: 3.73vw;
  }
  .l-ctaRegister .top_block02 .bnr_area ul li a > span:before,
  .l-ctaRegister .cv_area .bnr_area ul li a > span:before {
    width: 12.26vw;
    height: 11.73vw;
    margin: 0 auto 2vw;
    margin-top: 4vw;
  }
  .l-ctaRegister .top_block02 .bnr_area ul li span.txt,
  .l-ctaRegister .cv_area .bnr_area ul li span.txt {
    display: block;
    margin-top: 1.3vw;
    font-size: 2.93vw;
    text-align: center;
  }
  .l-ctaRegister .top_block02 .bnr_area ul li:last-child a > span:before,
  .l-ctaRegister .cv_area .bnr_area ul li:last-child a > span:before {
    position: relative;
    top: 2px;
    width: 12vw;
    height: 11.33vw;
  }
  .l-ctaRegister .top_block02 .bnr_area ul li a > span > span,
  .l-ctaRegister .cv_area .bnr_area ul li a > span > span {
    display: block;
    font-size: 3.2vw;
  }
  .l-ctaRegister .top_block02 .bnr_area ul li a > span > span.txt,
  .l-ctaRegister .cv_area .bnr_area ul li a > span > span.txt {
    display: none;
  }
  .l-ctaRegister .cv_area {
    margin-top: 13.3vw;
    padding: 5.3vw 0;
  }
  .l-ctaRegister .cv_area .bnr_area {
    box-sizing: border-box;
    padding: 5.3vw 0;
    border-radius: 1.6vw;
    background: #fff;
  }
  .l-ctaRegister .cv_area .bnr_area ul {
    display: block;
    width: 78.6vw;
    margin: 5.3vw auto 0;
  }
  .l-ctaRegister .cv_area .bnr_area ul li {
    width: 100%;
    margin-bottom: 2.6vw;
  }
  .l-ctaRegister .cv_area .bnr_area ul li:last-child {
    margin-bottom: 0;
  }
  .l-ctaRegister .cv_area .bnr_area ul li a {
    position: relative;
    height: 22vw;
  }
  .l-ctaRegister .cv_area .bnr_area ul li a span:before {
    position: absolute !important;
    top: 3.1vw !important;
    left: 4.6vw;
    width: 10.6vw;
    margin: 0;
  }
  .l-ctaRegister .cv_area .bnr_area ul li:last-child a > span:before {
    top: 2.1vw !important;
    width: 10.53vw;
  }
  .l-ctaRegister .cv_area .bnr_area ul li a > span {
    box-sizing: border-box;
    top: 0;
    left: 0;
    margin: 0;
    padding-top: 5.5vw;
    padding-left: 10.3vw;
    transform: none;
    font-size: 4.26vw;
    text-align: center;
  }
  .l-ctaRegister .cv_area .bnr_area ul li a:after {
    top: 50%;
    right: 3vw;
    transform: translateY(-50%);
  }
  .l-ctaRegister .cv_area .bnr_area ul li a > span > span {
    display: inline-block;
    font-size: 3.2vw;
  }
  .l-ctaRegister .cv_area .bnr_area ul li a > span > span.txt {
    display: block;
    position: absolute;
    top: 12vw;
    left: 4vw;
    font-size: 2.6vw;
  }
  .l-ctaRegister .cv_area .bnr_area h2 {
    font-size: 4vw;
  }
  .r-register {
    overflow-x: hidden;
  }
  .l-register {
    flex-direction: column-reverse;
  }
  .l-register-main {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .l-register-main-arrow:before {
    display: block;
    position: absolute;
    bottom: -11px;
    left: 50%;
    width: 48px;
    height: 22px;
    transform: translateX(-50%);
    background-image: url("../../blog/images/function/qr/arrow_sp.png");
    background-size: cover;
    content: "";
  }
  .l-register-form {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-bottom: 14.9333333333vw;
    margin-left: auto;
  }
  .l-register .contact.contact_new .inner_r {
    height: auto;
  }
  .l-register .contact.contact_new .inner_r .form_txt {
    text-align: left;
  }
  .l-register .contact.contact_new .formrun .form_txt {
    text-align: left;
  }
  .l-room .l-wrap_kv {
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-room .l-wrap_kv .l-wrap_kv_background {
    padding-top: 8vw;
    padding-bottom: 8vw;
    background-image: url("../../blog/images/room/bg_sp.jpg");
    background-position: center center;
    background-size: cover;
  }
  .l-room .l-wrap_kv .l-wrap_kv_background__wrap {
    margin-right: auto;
    margin-left: auto;
  }
  .l-room .l-wrap_kv .l-wrap_kv_background_side {
    width: 100%;
    height: auto;
  }
  .l-room .roomGrid:before {
    left: 9px;
    width: 2px;
    height: calc(100% - 10px);
  }
  .l-room .roomGrid .roomGrid_wrap {
    margin-left: 28px;
  }
  .l-room .roomGrid .roomGrid_wrap + .roomGrid_wrap {
    margin-top: 29px;
  }
  .l-room .roomGrid .roomGrid_title:before {
    position: absolute;
    left: -28px;
    width: 20px;
    height: 20px;
    border-radius: 50vh;
    background-color: #0f37ff;
    content: "";
  }
  .l-roomCommon.l-wrap .l-wrap_kv {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    background-image: url("../../blog/images/room/kv_sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .l-roomCommon.l-wrap .l-wrap_kv .l-wrap_kv_mw {
    padding-top: 53.3333333333vw;
  }
  .l-roomCommon-titleQa {
    padding-left: 4.8vw;
    font-size: 3.73vw;
  }
  .l-ctaRoom {
    background-image: url("../../blog/images/room/cta_bg_sp.jpg");
    background-size: cover;
  }
  .l-ctaRoom strong {
    font-size: 8vw;
  }
  .l-ctaRoom .l-ctaRoom_text {
    font-size: 4.2666666667vw;
  }
  .l-ctaRoom .l-ctaRoom_textSmall {
    font-size: 3.7333333333vw;
  }
  .inner .sc_btn.__room {
    display: none;
  }
  .inner.active .sc_btn.__room {
    display: none;
  }
  .header_logo.__room {
    width: 49.6vw;
  }
  .l-roomFunction-titleLayout {
    display: flex;
    align-items: center;
    height: 17.6vw;
    padding-left: 17.6vw;
  }
  .l-roomFunction-ribbon {
    left: 0;
    width: 13.3333333333vw;
    padding-top: 2.9333333333vw;
    padding-bottom: 1.0666666667vw;
  }
  .l-roomFunction-ribbon::after {
    border-right: 6.6666666667vw solid #0f37ff;
    border-bottom: 2.9333333333vw solid transparent;
    border-left: 6.6666666667vw solid #0f37ff;
  }
  .l-roomFunction-arrow:before {
    display: block;
    position: absolute;
    bottom: -11px;
    left: 50%;
    width: 48px;
    height: 22px;
    transform: translateX(-50%);
    background-image: url("../../blog/images/function/qr/arrow_sp.png");
    background-size: cover;
    content: "";
  }
  .l-roomFee-arrow:before {
    display: block;
    position: absolute;
    bottom: -41px;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translateX(-50%);
    background-image: url("../../blog/images/function/qr/plus.png");
    background-size: cover;
    content: "";
  }
  .l-roomFee-title {
    left: 4.2666666667vw;
    padding-right: 1.0666666667vw;
    padding-left: 1.0666666667vw;
  }
  .p-room-lp .p-room-lp__wrap {
    margin-right: 20px;
    margin-left: 20px;
  }
  .p-room-lp .p-room-lp__mvMain {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    height: 185.0666666667vw;
    gap: 48px;
  }
  .p-room-lp .p-room-lp__mvMain .p-room-lp__mvMain__ele01 {
    padding-right: 17px;
    padding-left: 16px;
  }
  .p-room-lp .p-room-lp__mvMain .p-room-lp__mvMain__ele02 {
    width: 96vw;
    width: 100%;
    padding-right: 11px;
    padding-left: 4px;
  }
  .p-room-lp .p-room-lp__mvMain:before {
    height: 178.6666666667vw;
    background-image: url("../../blog/images/lp_room/bg_mv-sp.jpg");
    background-position: center center;
    background-size: cover;
  }
  .p-room-lp .p-room-lp__mvMain .p-room-lp__mvMain__logo {
    display: flex;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    padding-right: 8px;
    padding-left: 16px;
    background-color: #fff;
  }
  .p-room-lp .p-room-lp__mvMain .p-room-lp__mvMain__logo .c-linkBtn:after {
    display: none;
  }
  .p-room-lp
    .p-room-lp__mvMain
    .p-room-lp__mvMain__logo
    .p-room-lp__mvMain__logo__img {
    width: 48vw;
  }
  .p-room-lp .p-room-lp__mvForm {
    display: none;
  }
  .p-room-lp.troublePoints {
    margin-top: 55px;
    margin-right: 12px;
    margin-left: 12px;
  }
  .p-room-lp.troublePoints .ele01:before {
    top: -18px;
    left: -16px;
    width: 80px;
    height: 42px;
  }
  .p-room-lp.troublePoints .ele02 .ele02__title {
    min-height: 61px;
    max-height: 61px;
  }
  .p-room-lp.troublePoints .ele02 .ele02__text {
    padding-top: 17px;
    padding-right: 21px;
    padding-bottom: 27px;
    padding-left: 21px;
  }
  .p-room-lp.roomOverview {
    margin-top: 80px;
    margin-right: 0;
    margin-left: 0;
  }
  .p-room-lp.roomFeatures {
    margin-top: 87px;
    margin-right: 0;
    margin-left: 0;
  }
  .p-room-lp.roomFeatures .col-6-12 {
    row-gap: 50px;
  }
  .p-room-lp.pricingGuide {
    margin-top: 76px;
    margin-right: 0;
    margin-left: 0;
  }
  .p-room-lp.implementationFlow {
    margin-top: 89px;
    margin-right: 0;
    margin-left: 0;
  }
  .p-room-lp.implementationFlow .col-4-12 {
    row-gap: 48px;
  }
  .p-room-lp.implementationFlow .col-4-12 > *:after {
    bottom: -54px;
    left: 0;
    width: 100%;
    height: 54px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.004' height='8' viewBox='0 0 14.004 8'%3E%3Cpath id='Icon_material-keyboard-arrow-right' data-name='Icon material-keyboard-arrow-right' d='M12.885,20.984l4.945-5.357L12.885,10.27l1.522-1.645,6.478,7-6.478,7Z' transform='translate(22.629 -12.885) rotate(90)' fill='%230f37ff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
  }
  .p-room-lp.faqs {
    margin-top: 80px;
    margin-right: 0;
    margin-left: 0;
  }
  .p-room-lp.faqs .faqs__container > * {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 36px;
    padding-left: 30px;
  }
  .p-room-lp.faqs .faqs__container > *:before {
    top: 30px;
    left: 30px;
    width: 32px;
    height: 32px;
  }
  .p-room-lp .title {
    font-size: 24px;
    line-height: 1.5;
  }
  .p-room-lp .title::before,
  .p-room-lp .title::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .p-room-lp .title::before {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .p-room-lp .title::after {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .p-room-lp .title.__sizeS {
    font-size: 16px;
    line-height: 1.5;
  }
  .p-room-lp .title.__sizeS::before,
  .p-room-lp .title.__sizeS::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .p-room-lp .title.__sizeS::before {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .p-room-lp .title.__sizeS::after {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .p-room-lp .title.__sizeSS {
    font-size: 16px;
    line-height: 1.5;
  }
  .p-room-lp .title.__sizeSS::before,
  .p-room-lp .title.__sizeSS::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .p-room-lp .title.__sizeSS::before {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .p-room-lp .title.__sizeSS::after {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .p-room-lp .title.__sizeM {
    font-size: 20px;
    line-height: 1.5;
  }
  .p-room-lp .title.__sizeM::before,
  .p-room-lp .title.__sizeM::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .p-room-lp .title.__sizeM::before {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .p-room-lp .title.__sizeM::after {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .p-room-lp .title.__sizeL {
    font-size: 24px;
    line-height: 1.5;
  }
  .p-room-lp .title.__sizeL::before,
  .p-room-lp .title.__sizeL::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .p-room-lp .title.__sizeL::before {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .p-room-lp .title.__sizeL::after {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .p-room-lp .title--under-line {
    gap: 17px;
  }
  .p-room-lp .title--under-line:after {
    height: 3px;
  }
  .p-room-lp .text.__sizeS {
    line-height: 1.5;
  }
  .p-room-lp .text.__sizeS::before,
  .p-room-lp .text.__sizeS::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .p-room-lp .text.__sizeS::before {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .p-room-lp .text.__sizeS::after {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .p-room-lp .text.__sizeL {
    font-size: 16px;
    line-height: 1.188;
  }
  .p-room-lp .text.__sizeL::before,
  .p-room-lp .text.__sizeL::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .p-room-lp .text.__sizeL::before {
    margin-bottom: calc((1 - 1.188) * 0.5em);
  }
  .p-room-lp .text.__sizeL::after {
    margin-top: calc((1 - 1.188) * 0.5em);
  }
  .p-room-lp .text.__btn {
    font-size: 14px;
  }
  .p-room-lp .text.__btn .__sizeS {
    font-size: 12px;
  }
  .p-room-lp .text + .text {
    margin-top: 15px;
  }
  .lp_room.lp_ad .l-header {
    height: 56px;
    padding: 0 8px 0 16px;
  }
  .lp_room.lp_ad .l-header .c-linkBtn:after {
    display: none;
  }
  .lp_room.lp_ad .l-header__button .c-linkBtn::before {
    top: -4px;
  }
  .lp_room.lp_ad .l-header__button .c-linkBtn span {
    height: initial;
    transform: translateY(-4px);
  }
  .lp_room.lp_ad .l-header__button .c-linkBtn:hover::before {
    top: 0;
  }
  .lp_room.lp_ad .l-header__button .c-linkBtn:hover span {
    transform: translateY(0);
  }
  .l-event .l-wrap_kv {
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-event .l-wrap_kv .l-wrap_kv_background {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .l-event .eventGrid:before {
    left: 9px;
    width: 2px;
    height: calc(100% - 10px);
  }
  .l-event .eventGrid .eventGrid_wrap {
    margin-left: 28px;
  }
  .l-event .eventGrid .eventGrid_wrap + .eventGrid_wrap {
    margin-top: 29px;
  }
  .l-event .eventGrid .eventGrid_title:before {
    position: absolute;
    left: -28px;
    width: 20px;
    height: 20px;
    border-radius: 50vh;
    background-color: #0f37ff;
    content: "";
  }
  .l-event .eventTitleBorder {
    margin-top: 18px;
    padding-top: 14px;
    padding-bottom: 10px;
  }
  .l-event .eventBorder {
    padding-top: 9px;
    padding-bottom: 14px;
  }
  .l-event .eventBorder:nth-child(-n + 2) {
    padding-top: 16px;
  }
  .l-event .contact .form_txt {
    text-align: left;
  }
  .l-eventCommon.l-wrap .l-wrap_kv {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    background-image: url("../../blog/images/event/kv_sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .l-eventCommon.l-wrap .l-wrap_kv .l-wrap_kv_mw {
    padding-top: 53.3333333333vw;
  }
  .l-eventCommon-titleQa {
    padding-left: 4.8vw;
    font-size: 3.73vw;
  }
  .inner .sc_btn.__event {
    display: none;
  }
  .inner.active .sc_btn.__event {
    display: none;
  }
  .header_logo.__event {
    width: 49.6vw;
  }
  .l-infoCommon.l-wrap .l-wrap_kv {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    background-image: url("../../blog/images/common/kv_sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .l-infoCommon.l-wrap .l-wrap_kv .l-wrap_kv_mw {
    padding-top: 53.3333333333vw;
  }
  .inner .sc_btn.__info {
    display: none;
  }
  .inner.active .sc_btn.__info {
    display: none;
  }
  .header_logo.__info {
    width: 29.3333333333vw;
  }
  .l-top .l-wrap_kv {
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-top .l-wrap_kv .l-wrap_kv_background {
    padding-top: 8vw;
    padding-bottom: 8vw;
    background-image: url(../../blog/images/top/kv_bg_sp.jpg);
    background-position: top center;
    background-size: contain;
  }
  .l-top .l-wrap_kv .l-wrap_kv_background_side {
    width: 100%;
    max-width: 323px;
    height: 248px;
    margin-right: auto;
    margin-left: auto;
    background-image: url("../../blog/images/room/mv_img_sp.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-top_kvTtl {
    width: 89.3333333333vw;
    margin-top: 3.3866666667vw;
    margin-right: auto;
    margin-left: auto;
  }
  .l-top_kvImg {
    width: 60vw;
    margin-right: auto;
    margin-left: auto;
  }
  .l-top_kvImg2 {
    display: none;
  }
  .l-top .topGrid:before {
    left: 9px;
    width: 2px;
    height: calc(100% - 10px);
  }
  .l-top .topGrid .topGrid_wrap {
    margin-left: 28px;
  }
  .l-top .topGrid .topGrid_wrap + .topGrid_wrap {
    margin-top: 29px;
  }
  .l-top .topGrid .topGrid_title:before {
    position: absolute;
    left: -28px;
    width: 20px;
    height: 20px;
    border-radius: 50vh;
    background-color: #0f37ff;
    content: "";
  }
  .l-top .topGrid .topGrid_box-option {
    margin: 41px 0 0;
  }
  .l-top .topGrid .topGrid_box-option:before {
    top: -19px;
    width: 160px;
    height: 33px;
    background-image: url("../../blog/images/top/option.png");
    background-size: cover;
  }
  .l-top .contact .form_txt {
    text-align: left;
  }
  .inner .sc_btn.__rakuneko {
    display: none;
  }
  .inner.active .sc_btn.__rakuneko {
    display: none;
  }
  .l-lp2211 .lp2211_kv {
    height: 158.4vw;
    padding-top: 19.7333333333vw;
  }
  .l-lp2211 .lp2211_kv .lp2211_mv_form {
    display: none;
  }
  .l-lp2211 .lp2211_kv::before {
    top: 19.7333333333vw;
    border-top: 31px solid #0020be;
    border-left: 52.5333333333vw solid transparent;
  }
  .l-lp2211 .lp2211_kv::after {
    display: none;
  }
  .l-lp2211.lp_entrance .lp2211_kv::before {
    border-bottom: 130px solid #f5f6fa;
    bottom: -2px;
  }
  .l-lp2211.lp_entrance .lp2211_kv::after {
    display: block;
    border-bottom: 130px solid #f5f6fa;
    bottom: -2px;
  }
  .l-lp2211 .lp2211_kv .inner {
    height: auto !important;
  }
  .l-lp2211 .lp2211_kv .inner .mv-catch {
    width: 76.8vw;
    height: 124.8vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6.1333333333vw;
    text-align: center;
  }
  .l-lp2211 .lp2211_kv .inner .mv-catch img {
    aspect-ratio: 310/482;
  }
  .l-lp2211.lp_entrance .lp2211_kv {
    height: 170vw;
  }
  .l-lp2211.lp_entrance .lp2211_kv .inner {
    width: 100vw;
  }
  .l-lp2211.lp_entrance .lp2211_kv .inner .mv-catch {
    width: 100vw;
  }
  .l-lp2211.lp_entrance .lp2211_kv .inner .mv-catch img {
    aspect-ratio: 750/1040;
  }
  .lp2211_detail__desc {
    width: min(90%, 327px);
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
  }
  .lp2211_detail__content {
    grid-template-columns: repeat(1, 1fr);
  }
  .lp2211_detail__content .item__number {
    width: 104px;
    margin: 0 auto 16px;
  }
  .lp2211_detail__content .item__title {
    font-size: 20px;
  }
  .lp2211_detail__content .item__img {
    width: 230px;
    margin: 0 auto;
  }
  .lp2211_detail__content {
    width: min(95%, 327px);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lp2211 footer {
    margin-bottom: 88px;
  }
  .lp2211 .page_top {
    bottom: 90px;
  }
  .l-lp2211 .btn-box {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-lp2211 .title-box {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-lp2211 .title-box .title {
    line-height: 1.2;
  }
  .l-lp2211 .title-box::before,
  .l-lp2211 .title-box::after {
    border-bottom: 54px solid #f5f6fa !important;
  }
  .l-lp2211.lp_entrance .title-box::before,
  .l-lp2211.lp_entrance .title-box::after {
    border-bottom: 54px solid #ffffff !important;
  }
  .l-lp2211 .list-reason {
    grid-column-gap: 0px;
    grid-row-gap: 45px;
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
  .l-lp2211 .list-item_reason .box {
    padding-right: 14px;
    padding-left: 14px;
  }
  .l-lp2211 .list-reason .list-item_reason:before {
    left: -26px;
  }
  .l-lp2211 .list-reason .list-item_reason:nth-child(1):before {
    top: -78px;
  }
  .l-lp2211 .u-symbol {
    line-height: 1.5;
  }
  .l-lp2211 .lp-price-img {
    max-width: 568px !important;
    margin-bottom: 26px;
  }
  .l-lp2211 .lp-price-point-box .lp-price-point-item:not(:last-of-type) {
    margin-bottom: 26px;
  }
  .l-lp2211 .txt-price {
    line-height: 1.2;
    white-space: pre-wrap;
  }
  .l-lp2211 .lp-price-img {
    padding: 17px 24px 24px;
    border-radius: 30px;
  }
  .l-lp2211 .list-feature {
    padding-bottom: 66px;
  }
  .l-lp2211 .list-feature-item .step-content .title-steps::before {
    font-size: 15px;
  }
  .l-lp2211 .feature-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-lp2211 .feature-item {
    width: 100%;
  }
  .l-lp2211 .list-feature-item .feature-content .feature-item .feature-title {
    margin-left: 53px;
  }
  .l-lp2211 .step-content {
    height: 73px;
  }
  .l-lp2211 .feature-item {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .l-lp2211 .monthly-btn-box {
    width: 326px;
  }
  .l-lp2211 .monthly-btn-box .c-linkBtn {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .l-lp2211 .partner-voice {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    grid-template-rows: repeat(6, 1fr);
    grid-template-columns: repeat(1, 1fr);
  }
  .l-lp2211 .partner-voice li {
    width: 100%;
    max-width: 325px;
    margin-right: auto;
    margin-left: auto;
  }
  .l-lp2211 .partner-box-title {
    line-height: 1;
  }
  .l-lp2211 .lp2211-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .l-lp2211 .lp2211-logo img {
    width: 50%;
    height: 100%;
    margin: 0;
  }
  .l-lp2211 .lp2211-logo img:nth-child(1) {
    max-width: 148px;
  }
  .l-lp2211 .lp2211-logo img:nth-child(2) {
    max-width: 140px;
  }
  .l-lp2211 .lp2211_faq .inner {
    background-color: #ecedef;
  }
  .l-lp2211 .lp2211_faq .box {
    padding: 20px 0px 31px;
  }
  .l-lp2211 .lp2211_faq .box ul {
    padding-right: 12px;
  }
  .l-lp2211 .lp2211_faq-list li:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 22px;
  }
  .l-lp2211 .lp2211_form_box .c-form_field {
    background-color: #fff;
  }
  .l-lp2211 .lp2211_form_box .c-form_field::placeholder {
    color: #b8b8b8 !important;
  }
  .l-lp2211 .lp2211_contact .inner {
    padding-right: 24px;
    padding-left: 24px;
  }
  .l-lp2211 .contact-title {
    line-height: 1.2;
  }
  .l-lp2211 .lp2211_form_box .formrun {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-lp2211 .lp2211_form_box .c-form_block.req {
    margin-bottom: 22px !important;
  }
  .l-lp2211 .lp2211_form_box .caution {
    padding-right: 20px;
    padding-left: 1px;
  }
  .l-lp2211 .lp2211_form_box .form_txt01 {
    line-height: 1;
  }
  .l-lp2211 .lp2211_form_box .form_txt02 {
    margin-top: 0px;
    padding-bottom: 30px;
    line-height: 1.2;
  }
  .l-lp2211 footer {
    padding-top: 12vw;
  }
  .l-lp2211 footer .inner .logo {
    top: 45vw;
  }
  .l-lp2211 footer .inner .sns {
    display: flex;
    position: absolute;
    top: 69vw;
    right: auto;
    left: 50%;
    justify-content: center;
    width: 100%;
    transform: translateX(-50%);
  }
  .l-lp2211 footer .inner .sns li {
    width: 8vw;
    margin-right: 5.3vw;
  }
  .l-lp2211 footer .inner .sns li:last-child {
    margin-right: 0;
  }
  .l-lp2211 footer .navi ul {
    display: block;
    width: 60vw;
    margin: 0 auto;
  }
  .l-lp2211 footer .navi ul li {
    margin-right: 50px;
  }
  .l-lp2211 header .sp_header_btn {
    right: 5vw;
    left: auto;
  }
  .l-lp2211 .sp_header_btn_ov {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .l-lp2211 .mw-md-400px .c-linkBtn {
    margin-right: auto;
    margin-left: auto;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .l-lp2211 .mw-md-400px .c-linkBtn:after {
    right: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
  .bs-btn {
    transition: none;
  }
}
.case-news-link,
.case-news-link * {
  box-sizing: border-box;
}
.case-news-link {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  margin-top: 64px;
}
.update-day {
  background: #0f37ff;
  border-radius: 4px 4px 0px 0px;
  padding: 8px 24px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.sub-title {
  color: #ffffff;
  text-align: left;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.case-news-link-inner {
  background: #ffffff;
  border-radius: 0px 4px 4px 4px;
  border-style: solid;
  border-color: #0f37ff;
  border-width: 2px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.news-link-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: inherit;
  flex: 1;
}
@media (hover: hover) and (pointer: fine) {
  .news-link-wrapper:hover .link-text {
    color: #0f37ff;
    text-decoration: underline;
  }
}
.link-text {
  color: #000000;
  text-align: left;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.link-text a {
  text-decoration: none;
  color: inherit;
}
.link-text a:hover {
  color: #0f37ff;
  text-decoration: underline;
}
.icon-news-right {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1;
}

/*/edit2605 lp02 lp03------------------------------------------------------------*/
:where(.l-lp02) {
  .lp2605_kv {
    padding-top: 19.6vw;
    overflow: hidden;
  }
  .lp2605_kv_inner {
    position: relative;
    padding: 15px 0 32px;
    background-color: #fff;
  }
  .lp2605_kv_bg {
    position: absolute;
    z-index: 1;
    inset: 0;
  }
  .lp2605_kv_bg img {
    width: 100%;
    height: 177.7vw;
  }
  .lp2605_kv_cont {
    position: relative;
    z-index: 2;
    margin-inline: auto;
    width: 100%;
  }
  .lp2605_kv_cont_inner {
    margin-inline: auto;
  }
  .lp2605_kv_cont img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lp2605_kv_btnWrap {
    position: relative;
    z-index: 2;
    margin-inline: auto;
    width: 89.8vw;
  }
  .lp2605_kv_btn {
    position: relative;
    margin-bottom: 13px;
  }
  .lp2605_kv_btnWrap .c-linkBtn:after {
    width: 7px;
    height: 15px;
  }
  .lp2605_kv_text {
    margin: 0 auto 8px;
    width: 249px;
  }
  
  @media screen and (min-width: 768px) {
    .lp2605_kv {
      position: relative;
      padding-top: 80px;
      height: 100vh;
      min-height: 540px;
    }
    .lp2605_kv_inner {
      position: relative;
      padding: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
    }
    .lp2605_kv_bg {
      z-index: 1;
      inset: 0;
      width: 100vw;
      height: calc(100% - 104px);
    }
  
    .lp2605_kv_bg img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
  
    .lp2605_kv_cont {
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 0;
      width: 100%;
      height: calc(100% - 104px);
      min-height: 344px;
    }
  
    .lp2605_kv_cont_inner {
      margin-inline: unset;
      height: auto;
      transform: translateX(2%);
    }
  
    .lp2605_kv_btnWrap {
      position: absolute;
      z-index: 3;
      inset: auto 0 0;
      display: flex;
      justify-content: center;
      align-self: flex-end;
      gap: 14px;
      padding: 40px 0 16px;
      width: auto;
      background-color: #fff;
    }
  
    .lp2605_kv_btnWrap a {
      align-items: center;
      padding-top: 0;
      padding-bottom: 3px;
      width: 268px;
      height: 44px;
    }
  
    .lp2605_kv_btn {
      margin-bottom: 0;
    }
  
    .lp2605_kv_text {
      position: absolute;
      inset: -24px 0 auto;
      width: 200px;
    }
  }
}

:where(.l-lp03) {
  .lp2605_kv {
    padding-top: 19.6vw;
    overflow: hidden;
  }
  .lp2605_kv_inner {
    position: relative;
    padding: 14px 0 32px;
    background-color: #fff;
  }
  .lp2605_kv_inner::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0 0 auto 50%;
    width: 200vw;
    height: 98vw;
    background-color: #0F37FF;
    transform-origin: left bottom;
    transform: translateX(-50%) rotate(-15deg);
  }
  .lp2605_kv_cont {
    position: relative;
    z-index: 2;
    margin-inline: auto;
    width: 100%;
  }
  .lp2605_kv_cont_inner {
    margin-inline: auto;
  }
  .lp2605_kv_cont img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lp2605_kv_btnWrap {
    position: relative;
    z-index: 2;
    margin-inline: auto;
    width: 89.8vw;
  }
  .lp2605_kv_btn {
    position: relative;
    margin-bottom: 13px;
  }
  .lp2605_kv_btnWrap .c-linkBtn:after {
    width: 7px;
    height: 15px;
  }
  .lp2605_kv_text {
    margin: 0 auto 8px;
    width: 249px;
  }
  
  @media screen and (min-width: 768px) {
    .lp2605_kv {
      position: relative;
      padding-top: 80px;
      height: 100vh;
      min-height: 600px;
    }
    .lp2605_kv_inner {
      position: relative;
      padding: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
    }
    .lp2605_kv_inner::after {
      display: none;
    }

    .lp2605_kv_cont {
      position: relative;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: calc(100% - 104px);
      min-height: 344px;
    }

    .lp2605_kv_cont_inner {
      position: relative;
      margin-inline: unset;
      height: auto;
    }

    .lp2605_kv_cont_inner img {
      position: relative;
      z-index: 2;
    }

    .lp2605_kv_cont_inner::after {
      content: "";
      position: absolute;
      z-index: 1;
      inset: auto 0 9.5vw 50%;
      width: 2200px;
      height: 98vw;
      background-color: #0F37FF;
      transform-origin: left bottom;
      transform: translateX(-50%) rotate(-3deg);
    }
  
    .lp2605_kv_btnWrap {
      position: absolute;
      z-index: 3;
      inset: auto 0 0;
      display: flex;
      justify-content: center;
      align-self: flex-end;
      gap: 14px;
      padding: 45px 0 16px;
      width: auto;
      background-color: #fff;
    }
  
    .lp2605_kv_btnWrap a {
      align-items: center;
      padding-top: 0;
      padding-bottom: 3px;
      width: 268px;
      height: 44px;
    }
  
    .lp2605_kv_btn {
      margin-bottom: 0;
    }
  
    .lp2605_kv_text {
      position: absolute;
      inset: -24px 0 auto;
      width: 200px;
    }
  }
}
.lp02-03-fixed-btn {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 22px;
  background-color: #0020be;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.lp02-03-fixed-btn.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lp02-03-fixed-btn .c-linkBtn {
  padding: 20px 0;
}