@charset "UTF-8";
/*======================================================
variables
======================================================*/
/* font */
/*======================================================
mixin
======================================================*/
@keyframes main-visual {
  0% {
    transform: translateX(-101%);
  }
  30% {
    transform: translateX(0%);
  }
  70% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes font-rotate-1 {
  0% {
    transform: translate3d(-60%, 40%, 0) rotate3d(-4, -2, -1, 60deg) scale(1);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale(1);
  }
}
@keyframes font-rotate-2 {
  0% {
    transform: translate3d(50%, -20%, 0) rotate3d(-2, -1, 2, 45deg) scale(1);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale(1);
  }
}
@keyframes font-rotate-3 {
  0% {
    transform: translate3d(40%, -40%, 0) rotate3d(-2, -1, 2, 85deg) scale(1);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale(1);
  }
}
@keyframes font-rotate-4 {
  0% {
    transform: translate3d(0, 50%, 0) rotate3d(-2, -1, 0, 60deg) scale(1);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale(1);
  }
}
@keyframes font-rotate-5 {
  0% {
    transform: translate3d(0, -40%, 0) rotate3d(-2, -2, -2, 80deg) scale(1);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale(1);
  }
}
@keyframes font-rotate-6 {
  0% {
    transform: translate3d(40%, 60%, 0) rotate3d(1, -1, 1, 80deg) scale(1);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale(1);
  }
}
@keyframes font-rotate-7 {
  0% {
    transform: translate3d(43%, -30%, 0) rotate3d(1, -1, 1, 45deg) scale(1);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale(1);
  }
}
@keyframes font-slide-left {
  0% {
    transform: translate(-100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes font-slide-right {
  0% {
    transform: translate(100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show-text {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes icon-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*======================================================
base
======================================================*/
body {
  color: #004638;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  background-color: #fafafa;
  background-image: var(--body-bg-image-1);
  background-image: image-set(var(--body-bg-image-1) 1x, var(--body-bg-image-2) 2x);
  background-image: -webkit-image-set(var(--body-bg-image-1) 1x, var(--body-bg-image-2) 2x);
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  letter-spacing: 0.05em;
  line-height: inherit;
}

h1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 2.4em;
  margin-bottom: 0.8em;
  letter-spacing: 0.05em;
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.625;
  margin-top: 2.4375em;
  margin-bottom: 0.8125em;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.65;
  margin-top: 2.475em;
  margin-bottom: 0.825em;
  letter-spacing: 0.05em;
}

h4 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.675;
  margin-top: 2.5125em;
  margin-bottom: 0.8375em;
  letter-spacing: 0.05em;
}

h5 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 2.55em;
  margin-bottom: 0.85em;
  letter-spacing: 0.05em;
}

h6 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.725;
  margin-top: 2.5875em;
  margin-bottom: 0.8625em;
  letter-spacing: 0.05em;
}

dl {
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}

dt {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

dd {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

p {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 1.75em;
  margin-bottom: 1.75em;
  letter-spacing: 0.05em;
}

a {
  color: #FF6500;
  text-decoration: none;
}

ul,
ol {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 1.75em;
  margin-bottom: 1.75em;
  letter-spacing: 0.05em;
}

input,
textarea {
  appearance: none;
  line-height: 1.75;
  letter-spacing: 0.05em;
  vertical-align: top;
  border-radius: 0;
}

select {
  appearance: none;
  border-radius: 0;
  line-height: 1.75;
}

address {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

blockquote {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
blockquote > * {
  font-size: inherit;
}
blockquote:before {
  left: -1em;
}
blockquote:after {
  margin-left: 0;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.12);
  border-collapse: collapse;
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}
table th {
  font-weight: bold;
  border: solid 1px rgba(0, 0, 0, 0.12);
  padding: 15px;
}
table td {
  border: solid 1px rgba(0, 0, 0, 0.12);
  padding: 15px;
  background: #fff;
}

i {
  outline: none;
}

#header {
  color: #004638;
  transition: background-color 750ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  background-color: transparent;
}

.header {
  overflow: hidden;
}
.header-site-navi {
  flex-grow: 1;
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 17px;
}
.c-top-app-bar__hidden-row .header-site-navi {
  align-items: stretch;
  margin: 0;
}
.header-site-navi__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: min(20.5px, calc(20.5/1248) * 100vw);
  transform: translateX(8px);
}
.header-site-navi__list-item {
  display: flex;
  align-items: stretch;
  color: #004638;
}
.header-site-navi__list-item:hover {
  color: #FF6500;
}
.header-site-navi__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #004638;
  position: relative;
  text-decoration: inherit;
  color: inherit;
  transition: all 250ms;
  cursor: pointer;
  padding: 4px 8px;
}
.header-site-navi__link:hover {
  text-decoration: none;
}
.header-site-navi__text {
  color: inherit;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}
#drawer {
  z-index: 6;
  color: inherit;
}

#main {
  display: flex;
  flex-direction: column;
  padding: 12px;
  overflow: clip;
}
#main .main__top, #main .main__bottom, #main .main__middle {
  padding: 12px;
}
#main .main__middle {
  position: relative;
}
#main .main__middle-main {
  flex-grow: 1;
}
#main .main__bottom {
  position: relative;
  z-index: 0;
}

#footer {
  color: #fff;
  background-color: #004638;
  padding: 12px;
  position: relative;
}

.footer__gototop {
  width: 52px;
  position: absolute;
  top: -26px;
  right: 45px;
}
.footer__gototop::after {
  content: "";
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 50%;
}
.footer__gototop-link {
  display: block;
  position: relative;
  z-index: 1;
}
.footer__body {
  padding: 12px;
}
.footer__contents {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 33px;
  padding-bottom: 45px;
  display: flex;
  flex-direction: column;
  gap: 75px;
}
.footer__contents-top {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas: "footer_logo footer_menu";
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer__contents-bottom {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas: "footer_address footer_sub-menu" "footer_address footer_copy";
  align-items: flex-end;
  justify-content: space-between;
}
.footer__logo {
  grid-area: footer_logo;
  width: 228px;
}
.footer__logo-link {
  display: block;
}
.footer__menu {
  grid-area: footer_menu;
}
.footer__menu-layout {
  display: flex;
  align-items: baseline;
  gap: min(40px, calc(40/1248) * 100vw);
}
.footer__menu-layout-item {
  display: inherit;
  align-items: inherit;
  gap: inherit;
}
.footer__menu-item-link {
  color: inherit;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__menu-item-link.is-external {
  font-size: 0.875rem;
}
.footer__menu-item-link-icon {
  width: 9px;
}
.footer__sub-menu {
  grid-area: footer_sub-menu;
}
.footer__sub-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 16px;
  font-size: 0.75rem;
  letter-spacing: 0;
}
.footer__sub-menu-list-item {
  font-size: inherit;
  letter-spacing: inherit;
}
.footer__sub-menu-link {
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  display: block;
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.2em;
}
.footer__address {
  grid-area: footer_address;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__address-text {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0px;
  font-style: normal;
}
.footer__copy {
  grid-area: footer_copy;
  margin: 37px 0 0;
}
.footer__copy-text {
  display: block;
  text-align: right;
  font-size: 0.6875rem;
  letter-spacing: 0;
}

.c-top-app-bar__row, .c-top-app-bar__hidden-row {
  display: flex;
  height: 101px;
  position: relative;
  padding-bottom: 24px;
}
.c-top-app-bar__hidden-row {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  transform: translateY(-100%);
  transition: transform 250ms;
  padding-bottom: 0;
  background-image: var(--body-bg-image-1);
  background-image: image-set(var(--body-bg-image-1) 1x, var(--body-bg-image-2) 2x);
  background-image: -webkit-image-set(var(--body-bg-image-1) 1x, var(--body-bg-image-2) 2x);
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}
.is-no-top .c-top-app-bar__hidden-row {
  transform: translateY(0%);
}
.c-top-app-bar__section {
  display: flex;
  width: 100%;
  max-width: 1302px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  z-index: 1;
  position: relative;
}
.c-top-app-bar__navigation-icon {
  display: none;
}
.c-top-app-bar__navigation-icon-bar, .c-top-app-bar__navigation-icon-bar--bottom, .c-top-app-bar__navigation-icon-bar--middle, .c-top-app-bar__navigation-icon-bar--top {
  width: 20px;
  height: 2px;
  background-color: #004638;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 250ms;
}
.c-top-app-bar__navigation-icon-bar--top {
  transform: translate(-50%, calc(-50% - 7px));
}
.mdc-drawer-scroll-lock .c-top-app-bar__navigation-icon-bar--top {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-top-app-bar__navigation-icon-bar--middle {
  transform: translate(-50%, -1px);
  opacity: 1;
}
.mdc-drawer-scroll-lock .c-top-app-bar__navigation-icon-bar--middle {
  opacity: 0;
}
.c-top-app-bar__navigation-icon-bar--bottom {
  transform: translate(-50%, calc(-50% + 7px));
}
.mdc-drawer-scroll-lock .c-top-app-bar__navigation-icon-bar--bottom {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-top-app-bar__title {
  align-self: flex-end;
  margin: 0;
}
.c-top-app-bar__hidden-row .c-top-app-bar__title {
  align-self: center;
}
.c-top-app-bar__title-link {
  display: block;
  width: 222px;
  height: 0;
  padding-top: calc((59.816/222) * 100%);
  overflow: hidden;
  background-image: var(--logo-image);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-top-app-bar__hidden-row .c-top-app-bar__title-link {
  width: 87.5px;
  padding-top: 50px;
  background-image: var(--logo-image);
}
.c-top-app-bar--fixed-adjust {
  padding-top: 0;
}

.c-notched-outline {
  width: 100%;
  height: 100%;
}
.c-notched-outline__idle {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

.c-floating-label {
  margin-bottom: -1px;
  width: calc(100% - 24px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: transparent;
}
.c-text-field--textarea .c-floating-label {
  background-color: transparent;
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .c-floating-label {
  width: auto;
}
.c-floating-label.mdc-floating-label--float-above {
  margin-bottom: 0;
  width: auto;
}

.c-text-field {
  width: 100%;
}
.c-text-field--textarea {
  width: 100%;
}
.c-text-field__input {
  height: 32px;
}
.c-text-field__input:-webkit-autofill {
  border: rgba(0, 0, 0, 0.24) solid 1px !important;
  border-radius: 4px;
}
.c-text-field--textarea:not(.mdc-text-field--disabled), .c-text-field--textarea:not(.mdc-text-field--disabled) .c-text-field__input:focus {
  border-color: rgba(0, 0, 0, 0.24);
}

.c-select {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 8px;
}

.c-button {
  font-weight: 700;
}
.c-button:hover {
  text-decoration: none;
}

.c-primary-button, .c-primary-button--big, .c-primary-button--big-counter, .c-primary-button--min {
  font-weight: 700;
  border: solid 1px #FF6500;
  border-radius: 0;
  transition: all 250ms;
}
.c-primary-button:not(:disabled), .c-primary-button--big:not(:disabled), .c-primary-button--big-counter:not(:disabled), .c-primary-button--min:not(:disabled) {
  color: #FF6500;
  background-color: transparent;
}
.c-primary-button:hover:not(:disabled), .c-primary-button--big:hover:not(:disabled), .c-primary-button--big-counter:hover:not(:disabled), .c-primary-button--min:hover:not(:disabled) {
  color: #fff;
  background-color: #FF6500;
  text-decoration: none;
}
.c-primary-button--min {
  height: 32px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  width: 100%;
  max-width: 140px;
}
.c-primary-button--big, .c-primary-button--big-counter {
  height: 52px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  width: 100%;
  max-width: 300px;
  min-width: 120px;
}
.c-primary-button--big-counter {
  border-color: #004638;
}
.c-primary-button--big-counter:not(:disabled) {
  color: #004638;
  background-color: transparent;
}
.c-primary-button--big-counter:hover:not(:disabled) {
  color: #fff;
  background-color: #004638;
  text-decoration: none;
}

.c-drawer__drawer {
  background-image: var(--body-bg-image-1);
  background-image: image-set(var(--body-bg-image-1) 1x, var(--body-bg-image-2) 2x);
  background-image: -webkit-image-set(var(--body-bg-image-1) 1x, var(--body-bg-image-2) 2x);
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}
.mdc-drawer--temporary .c-drawer__drawer {
  transform: translateX(calc(100% + 20px));
  width: 100%;
  max-width: 100%;
  box-shadow: none;
}
.mdc-drawer--open .c-drawer__drawer {
  transform: translateX(0) !important;
}
.mdc-drawer--temporary .c-drawer__header::before {
  padding-top: 182px;
}
.c-drawer__logo {
  width: 264px;
  margin: 0 auto;
}
.c-drawer__logo-link {
  display: block;
}
.c-drawer__contents-inner {
  position: relative;
  padding-bottom: 40px;
}
.c-drawer__site-navi {
  margin-top: 40px;
}
.c-drawer__site-navi-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.75rem;
  gap: 7.5px;
}
.c-drawer__site-navi-list-item {
  font-size: inherit;
}
.c-drawer__site-navi-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0;
}
.is-contact .c-drawer__site-navi-link {
  color: #FF6500;
}
.c-drawer__site-navi-link-icon {
  width: 29px;
}
.c-drawer__sns {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.c-drawer__sns-link {
  color: inherit;
  font-size: 0.875rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-drawer__sub-menu {
  margin-top: 5px;
}
.c-drawer__sub-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.c-drawer__sub-menu-list-item {
  font-size: inherit;
}
.c-drawer__sub-menu-link {
  font-size: inherit;
  letter-spacing: 0;
  color: inherit;
  display: block;
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.2em;
}
.c-drawer__copy {
  margin: 56px 0 0;
}
.c-drawer__copy-text {
  display: block;
  text-align: center;
  font-size: 0.6875rem;
  letter-spacing: 0;
}

.c-title {
  position: relative;
}
.c-title__text, .c-title__text--en, .c-title__text--ja {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
  padding-top: 39px;
  box-sizing: border-box;
  line-height: 1.5;
  letter-spacing: 0;
}
.c-title__text--ja {
  font-size: 1.875rem;
  font-weight: 700;
}
.c-title__text--en {
  font-size: 2.125rem;
  font-weight: 500;
}

.c-breadcrumbs {
  margin: 0 -24px;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.c-breadcrumbs__list {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
.c-breadcrumbs__list-item {
  font-size: 10px;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-breadcrumbs__list-item:nth-child(1) {
  flex-shrink: 0;
}
.c-breadcrumbs__link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 2.1em;
  color: #004638;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.c-breadcrumbs__link:after {
  content: "/";
  text-align: center;
  width: 1.05em;
  position: absolute;
  top: 50%;
  right: 0.55em;
  transform: translateY(-50%);
}
.c-breadcrumbs__link:hover {
  color: rgba(0, 70, 56, 0.8);
  text-decoration: none;
}
.c-breadcrumbs__link:hover:after {
  color: #004638;
}

.c-animation__font-from-left, .c-animation__font-from-right {
  opacity: 0;
}
.is-loaded .is-animated .c-animation__font-from-left {
  opacity: 1;
  animation: font-slide-left 0.5s cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.is-loaded .is-animated .c-animation__font-from-right {
  opacity: 1;
  animation: font-slide-right 0.5s cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.c-animation__show {
  transition: all 500ms 250ms ease-in-out;
  opacity: 0;
  transform: translateY(20px);
}
.is-loaded .is-animated .c-animation__show {
  opacity: 1;
  transform: translateY(0);
}
.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2147483646;
  opacity: 1;
  visibility: visible;
}
.is-loaded .c-loading {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms cubic-bezier(0, 0, 0.2, 1) 50ms;
}
.c-works__link {
  display: block;
  transition: opacity 250ms;
  opacity: 1;
}
.c-works__link:hover {
  opacity: 0.8;
}
.c-works__layout {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.c-works__layout-item--pc {
  width: 77.8584392015%;
}
.c-works__layout-item--sp {
  width: 18.1488203267%;
}
.c-works__pc {
  border: #000 solid 1px;
  border-radius: 5px;
  overflow: hidden;
}
.c-works__pc-header {
  display: flex;
  padding: 3px 6px;
  border-bottom: #000 solid 1px;
}
.c-works__pc-contents {
  padding-top: 63.935%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.c-works__pc-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.c-works__sp {
  border: #000 solid 1px;
  border-radius: 10px;
  overflow: hidden;
}
.c-works__sp-contents {
  padding-top: 211.225%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.c-works__sp-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.c-works__circle {
  width: 3px;
  height: 3px;
  border: #000 solid 1px;
  border-radius: 50%;
  margin-right: 1px;
}

.c-picture {
  position: relative;
  margin: 0;
}
.c-picture::after {
  content: "";
  display: block;
  padding-top: calc((var(--image-ratio-h) / var(--image-ratio-w)) * 100%);
  position: relative;
  z-index: -1;
}
.c-picture__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.c-picture__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.c-picture__image.is-contain {
  object-fit: contain;
}

.c-icon {
  display: block;
  font-size: 0;
  line-height: 1;
  flex-shrink: 0;
}
.c-icon svg {
  vertical-align: top;
  width: 100%;
  height: auto;
  overflow: visible;
}

.c-pager__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  column-gap: 6px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.c-pager__list-item, .c-pager__list-item--active {
  display: flex;
  align-items: center;
}
.c-pager__list-item--active {
  position: relative;
}
.c-pager__link {
  display: block;
  color: inherit;
  padding: 0 0.5em;
}
.c-pager__list-item--active .c-pager__link {
  pointer-events: none;
}
.c-pager__list-item--active .c-pager__link::before {
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-pager__link-icon {
  width: 23px;
}

/*!
 * froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2023 Froala Labs
 */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-view img.fr-rounded,
.fr-view .fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-view img.fr-shadow,
.fr-view .fr-img-caption.fr-shadow img {
  -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
  -moz-box-shadow: 10px 10px 5px 0px #cccccc;
  box-shadow: 10px 10px 5px 0px #cccccc;
}

.fr-view img.fr-bordered,
.fr-view .fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}

.fr-view img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-view .fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-view li img.fr-dii.fr-fil {
  margin-right: 20px;
}

.fr-view {
  word-wrap: break-word;
}

.fr-view span[style~="color:"] a {
  color: inherit;
}

.fr-view strong {
  font-weight: 700;
}

.fr-view table[border="0"] td:not([class]),
.fr-view table[border="0"] th:not([class]),
.fr-view table[border="0"] td[class=""],
.fr-view table[border="0"] th[class=""] {
  border-width: 0px;
}

.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}

.fr-view table td {
  min-width: 5px;
}

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: whitesmoke;
}

.fr-view table td,
.fr-view table th {
  border: 1px solid #DDD;
}

.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red;
}

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px;
}

.fr-view table th {
  background: #ececec;
}

.fr-view table tfoot td {
  background: #ececec;
}

.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  break-after: always;
  page-break-after: always;
}

.fr-view .fr-file {
  position: relative;
}

.fr-view .fr-file::after {
  position: relative;
  content: "📎";
  font-weight: normal;
}

.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}

.fr-view[dir=rtl] blockquote {
  border-left: none;
  border-right: solid 2px #5E35B1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0;
}

.fr-view[dir=rtl] blockquote blockquote {
  border-color: #00BCD4;
}

.fr-view[dir=rtl] blockquote blockquote blockquote {
  border-color: #43A047;
}

.fr-view blockquote {
  border-left: solid 2px #5E35B1;
  margin-left: 0;
  padding-left: 5px;
  color: #5E35B1;
}

.fr-view blockquote blockquote {
  border-color: #00BCD4;
  color: #00BCD4;
}

.fr-view blockquote blockquote blockquote {
  border-color: #43A047;
  color: #43A047;
}

.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}

.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}

.fr-view .fr-text-gray {
  color: #AAA !important;
}

.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}

.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}

.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}

.fr-view .fr-class-highlighted {
  background-color: #ffff00;
}

.fr-view .fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}

.fr-view .fr-class-transparency {
  opacity: 0.5;
}

.fr-view img {
  position: relative;
  max-width: 100%;
}

.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}

.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.fr-view .fr-video {
  text-align: center;
  position: relative;
}

.fr-view .fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.fr-view .fr-video.fr-rv > iframe,
.fr-view .fr-video.fr-rv object,
.fr-view .fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}

.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}

.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}

.fr-view .fr-video.fr-dvi {
  display: inline-block;
}

.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}

.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}

.fr-view a.fr-strong {
  font-weight: 700;
}

.fr-view a.fr-green {
  color: green;
}

.fr-view .fr-img-caption {
  text-align: center;
}

.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap a {
  display: block;
}

.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100% !important;
}

.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}

.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
  font-size: 24px;
}

.fr-view span.fr-img-caption.fr-dii.fr-fil,
.fr-view p img.fr-dii.fr-fil {
  margin-right: 15px;
}

a.fr-view.fr-strong {
  font-weight: 700;
}

a.fr-view.fr-green {
  color: green;
}

img.fr-view {
  position: relative;
  max-width: 100%;
}

img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}

span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.p-common__breadcrumbs, .p-common__works, .p-common__pickup, .p-common__contact {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  z-index: 1;
}
.p-common__works-body, .p-common__pickup-body, .p-common__contact-body {
  max-width: 1200px;
  margin: 0 auto;
}
.p-common__works-title, .p-common__pickup-title {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin: 0;
  transform: translateY(-12px);
}
.p-common__works-title--en, .p-common__pickup-title--en {
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0;
}
.p-common__works-title--ja, .p-common__pickup-title--ja {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
}

.p-common__contact {
  margin-top: 167px;
}
.p-common__contact-body {
  padding-bottom: 194px;
}
.p-common__contact-content {
  max-width: 730px;
  margin: auto;
  padding: 0 50px;
}
.p-common__contact-link {
  color: inherit;
  display: block;
  position: relative;
  border-radius: 3px;
  border: 1.5px solid #004638;
  background: #FFF;
  padding: 68px 24px;
}
.p-common__contact-icon {
  width: 98px;
  position: absolute;
  top: -24px;
  right: -31px;
}
.p-common__contact-text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 172.222%;
  letter-spacing: 0;
  margin: 0;
}
.p-common__contact-image {
  width: 129.25px;
  position: absolute;
  left: -74px;
  bottom: -47px;
}
.p-common__contact-navi {
  width: 109px;
  height: 109px;
  position: fixed;
  right: 63px;
  bottom: 70px;
  z-index: 5;
  transition: opacity 250ms;
}
.p-common__contact-navi.is-show {
  opacity: 1;
}
.p-common__contact-navi.is-hide {
  opacity: 0;
}
.p-common__contact-navi-link {
  display: block;
  transition: opacity 250ms;
  opacity: 1;
}
.p-common__pickup {
  background-color: #fff;
  margin-top: 140px;
}
.p-common__pickup-body {
  padding: 96px 0 91px;
}
.p-common__pickup-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.p-common__pickup-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(40px, (40 / 828) * 100%);
  width: 100%;
  max-width: min(828px, (828 / 1200) * 100%);
}
.p-common__pickup-item-link {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: inherit;
}
.p-common__pickup-item-picture {
  border-radius: 4px;
  overflow: hidden;
}
.p-common__pickup-item-title {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
}
.p-common__works {
  margin-top: 176px;
}
.p-common__works-body {
  display: flex;
  flex-direction: column;
  gap: 133px;
}
.p-common__works-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.p-common__works-logo {
  width: 100%;
  max-width: min(755px, (755 / 1200) * 100%);
}
.p-common__works-logo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 36px min(72px, (72 / 755) * 100%);
  flex-wrap: wrap;
}
.p-common__works-logo-list-item {
  width: min(var(--logo-w-pc) * 1px, (var(--logo-w-pc) / 755) * 100%);
}
.p-common__works-content {
  display: flex;
  flex-direction: column;
  gap: 53px;
}
.p-common__works-content-inner {
  display: flex;
  justify-content: space-between;
  gap: 67px min(48px, (48 / 1200) * 100%);
  flex-wrap: wrap;
}
.p-common__works-item {
  width: min(368px, (368 / 1200) * 100%);
}
.p-common__works-item:nth-child(1), .p-common__works-item:nth-child(2) {
  width: min(576px, (576 / 1200) * 100%);
}
.p-common__works-item-link {
  display: flex;
  flex-direction: column;
  gap: 11px;
  color: inherit;
}
.p-common__works-item-title {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 166.667%;
  letter-spacing: 0;
  margin: 0;
}
.p-common__works-action {
  display: flex;
  justify-content: flex-end;
}
.p-common__works-action-link {
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.p-common__works-action-link-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}
.p-common__works-action-link-icon {
  width: 18px;
}
.p-common__breadcrumbs-list {
  margin: 0;
  padding: 0 16px;
  list-style: none;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}
.p-common__breadcrumbs-link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: inherit;
}
.p-common__breadcrumbs-link-icon {
  flex-shrink: 0;
  width: 6px;
  margin-top: 4px;
}
.p-top__topics, .p-top__service, .p-top__intro {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  z-index: 1;
}
.p-top__topics-body, .p-top__service-body {
  max-width: 1200px;
  margin: 0 auto;
}
.p-top__topics-title, .p-top__service-title {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin: 0;
  transform: translateY(-12px);
}
.p-top__topics-title--en, .p-top__service-title--en {
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0;
}
.p-top__topics-title--ja, .p-top__service-title--ja {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
}

.p-top__move-range {
  position: relative;
}
.p-top__move-range--sub {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: max(202.5px, calc(50dvh - 125px - 38px));
  z-index: 1;
  width: 100%;
  max-width: 1050px;
  pointer-events: none;
}
.p-top__move-range--main {
  position: relative;
  z-index: 0;
}
.p-top__copy {
  font-size: min(2.75rem, calc((44/1098) * 100vw));
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 412px 0 0;
  position: sticky;
  top: max(calc(202.5px + 125px), calc(50dvh - 38px));
}
.p-top__main-visual {
  margin: -24px -24px 0;
  padding: 24px;
  box-sizing: border-box;
  height: calc(100dvh - 125px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.p-top__main-visual-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.p-top__main-visual-contents {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 503px;
}
.p-top__main-visual-image {
  width: 100%;
  max-width: calc(var(--image-ratio-w) * 1px);
  margin: -35px auto 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top__main-visual-scroll {
  align-self: center;
  margin-bottom: 42px;
  position: relative;
  z-index: 1;
}
.p-top__main-visual-scroll-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.p-top__main-visual-scroll-contents::after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 54px;
  background-color: #004638;
}
.p-top__main-visual-scroll-text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
}
.p-top__intro-contents {
  max-width: 1050px;
  margin: 110px auto 0;
}
.p-top__intro-layout {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 40px;
  padding-right: 17px;
}
.p-top__intro-lead {
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
  position: sticky;
  top: 100px;
}
.p-top__intro-text {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 205.556%;
  letter-spacing: 0;
}
.p-top__intro-text-break--pc {
  display: inline;
}
.p-top__service {
  margin-top: 176px;
  position: relative;
  background-image: var(--body-bg-image-1);
  background-image: image-set(var(--body-bg-image-1) 1x, var(--body-bg-image-2) 2x);
  background-image: -webkit-image-set(var(--body-bg-image-1) 1x, var(--body-bg-image-2) 2x);
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}
.p-top__service::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EFEFEF;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.p-top__service-body {
  position: relative;
  z-index: 1;
}
.p-top__service-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding: 109px 0 106px;
}
.p-top__service-content {
  width: 100%;
  max-width: min(963px, (963 / 1200) * 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px min(24px, (24 / 963) * 100%);
}
.p-top__service-item-link {
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-top__service-item-picture {
  border-radius: 4px;
  overflow: hidden;
}
.p-top__service-item-action {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.p-top__service-item-action-text {
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.p-top__service-item-action-icon {
  width: 15px;
}
.p-top__topics {
  margin-top: 176px;
}
.p-top__topics-layout {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.p-top__topics-layout-item:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-top__topics-layout-item:nth-child(2) {
  width: 100%;
  max-width: min(946px, (946 / 1200) * 100%);
}
.p-top__topics-content {
  margin: 0 calc((15/946) * -100%);
}
.p-top__topics .p-top__topics-swiper {
  overflow: visible;
  clip-path: inset(-5px -100vw -5px 0);
}
.p-top__topics .p-top__topics-swiper-slide {
  width: calc(((272/976) * 100%) + ((30/976) * 100%));
  padding: 0 calc((15/976) * 100%);
  box-sizing: border-box;
}
.p-top__topics-item-link {
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.p-top__topics-item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-top__topics-item-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: calc((24/272) * 100%);
}
.p-top__topics-item-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 4px;
}
.p-top__topics-item-category-list-item {
  color: var(--tag-text-color);
  background-color: var(--tag-bg-color);
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0 8px;
}
.p-top__topics-item-date {
  font-size: 0.8125rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 2.5px 0px 0 0;
}
.p-top__topics-item-title {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 169.231%;
  letter-spacing: 0;
  margin: 0;
}
.p-top__topics-action-link {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  color: inherit;
}
.p-top__topics-action-link-text {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.p-top__topics-action-link-icon {
  width: 18px;
}

.p-lower__service {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  z-index: 1;
}
.p-lower__service-body {
  max-width: 1240px;
  margin: 0 auto;
}

.p-lower__service {
  padding-top: 100px;
}
.p-lower__service-contents {
  margin: 0 auto;
}

.p-service-cloud__other, .p-service-cloud__example, .p-service-cloud__feature, .p-service-ec__other, .p-service-ec__example, .p-service-ec__partner, .p-service-ec__customize, .p-service-ec__renewal, .p-service-ec__construction, .p-service-ec__consulting {
  margin-top: 140px;
  margin-bottom: 70px;
}
.p-service-cloud__other-title, .p-service-cloud__example-title, .p-service-cloud__feature-title, .p-service-ec__other-title, .p-service-ec__example-title, .p-service-ec__customize-title, .p-service-ec__renewal-title, .p-service-ec__construction-title, .p-service-ec__consulting-title {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.55;
}
.p-service-cloud__other-contents, .p-service-cloud__example-contents, .p-service-cloud__feature-contents, .p-service-ec__other-contents, .p-service-ec__example-contents, .p-service-ec__customize-contents, .p-service-ec__renewal-contents, .p-service-ec__construction-contents, .p-service-ec__consulting-contents {
  margin-top: 70px;
  margin-bottom: 35px;
  overflow: hidden;
}
.p-service-cloud__other-layout, .p-service-cloud__example-layout, .p-service-cloud__feature-layout, .p-service-ec__other-layout, .p-service-ec__example-layout, .p-service-ec__customize-layout, .p-service-ec__renewal-layout, .p-service-ec__construction-layout, .p-service-ec__consulting-layout {
  display: flex;
  align-items: center;
  margin: 0 -30px;
}
.p-service-cloud__other-layout-item, .p-service-cloud__example-layout-item, .p-service-cloud__feature-layout-item, .p-service-ec__other-layout-item, .p-service-ec__example-layout-item, .p-service-ec__customize-layout-item, .p-service-ec__renewal-layout-item, .p-service-ec__construction-layout-item, .p-service-ec__consulting-layout-item {
  flex-grow: 1;
  width: 50%;
  padding: 0 30px;
  box-sizing: border-box;
}
.p-service-cloud__feature-description, .p-service-ec__customize-description, .p-service-ec__renewal-description, .p-service-ec__construction-description, .p-service-ec__consulting-description {
  margin: 0;
}
.p-service-cloud__feature-image, .p-service-ec__customize-image, .p-service-ec__renewal-image, .p-service-ec__construction-image, .p-service-ec__consulting-image {
  margin: 0;
  text-align: center;
}

.p-service {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-service-ec__header {
  margin-bottom: 100px;
}
.p-service-ec__text {
  margin: 70px 0 0;
}
.p-service-ec__title {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.4;
}
.p-service-ec__catch-copy {
  margin: 0;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.65;
}
.p-service-ec__description {
  font-size: 1.1rem;
  line-height: 1.725;
  margin-top: 1.725em;
  margin-bottom: 1.725em;
  letter-spacing: 0.05em;
}
.p-service-ec__eccube-logo {
  width: 100%;
  max-width: 280px;
}
.p-service-ec__annotation {
  margin: 10px 0 0;
  font-size: 10px;
  line-height: 1.5;
}
.p-service-ec__customize-example {
  margin: 70px 0 0;
  background: #efefef;
  padding: 24px;
}
.p-service-ec__customize-example-title {
  margin: 0 0 24px;
}
.p-service-ec__customize-example-list {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -12px;
}
.p-service-ec__customize-example-list-item {
  flex-basis: calc(100%/4);
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 20px 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-service-ec__customize-example-item {
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 12px;
  word-break: break-all;
}
.p-service-ec__customize-example-icon {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-service-ec__customize-example-icon.is-rwd {
  width: 180px;
}
.p-service-ec__customize-example-icon.is-speed {
  width: 160px;
}
.p-service-ec__customize-example-icon.is-seo {
  width: 180px;
}
.p-service-ec__customize-example-icon.is-blog {
  width: 180px;
}
.p-service-ec__customize-example-icon.is-sns {
  width: 180px;
}
.p-service-ec__customize-example-icon.is-pay {
  width: 180px;
}
.p-service-ec__customize-example-icon.is-server {
  width: 160px;
}
.p-service-ec__customize-example-icon.is-maintenance {
  width: 180px;
}
.p-service-ec__partner {
  display: flex;
  align-items: center;
  position: relative;
  padding: 24px 0;
}
.p-service-ec__partner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #efefef;
  z-index: -1;
}
.p-service-ec__partner-banner {
  width: 240px;
  flex-shrink: 0;
  margin: 0;
}
.p-service-ec__partner-description {
  margin: 0 0 0 24px;
  font-weight: 700;
}
.p-service-ec__example-item-title {
  width: 100%;
  max-width: 551px;
  margin: 0 auto 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.p-service-ec__example-actions {
  margin: 70px 0 0;
  display: flex;
  justify-content: center;
}
.p-service-ec__other-item-image {
  margin: 0;
  text-align: center;
}
.p-service-ec__other-item-actions {
  margin: 24px 0 0;
  display: flex;
  justify-content: center;
}
.p-service-cloud__header {
  margin-bottom: 100px;
}
.p-service-cloud__text {
  margin: 70px 0 0;
}
.p-service-cloud__title {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.4;
}
.p-service-cloud__catch-copy {
  margin: 0;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.65;
}
.p-service-cloud__description {
  font-size: 1.1rem;
  line-height: 1.725;
  margin-top: 1.725em;
  margin-bottom: 1.725em;
  letter-spacing: 0.05em;
}
.p-service-cloud__image {
  margin: 0;
  text-align: center;
}
.p-service-cloud__example-item-title {
  width: 100%;
  max-width: 551px;
  margin: 0 auto 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.p-service-cloud__example-actions {
  margin: 70px 0 0;
  display: flex;
  justify-content: center;
}
.p-service-cloud__other-item-image {
  margin: 0;
  text-align: center;
}
.p-service-cloud__other-item-actions {
  margin: 24px 0 0;
  display: flex;
  justify-content: center;
}
.p-service__layout {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 44px 0 0;
  gap: calc((44/1200) * 100%);
}
.p-service__layout-item:nth-child(1) {
  width: 160px;
  flex-shrink: 0;
}
.p-service__layout-item:nth-child(2) {
  flex-grow: 1;
  background: #fff;
  position: relative;
}
.p-service__layout-item:nth-child(2)::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  background: #fff;
}
.p-service__follow {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: sticky;
  top: 96px;
}
.p-service__title {
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  transform: translateY(-6px);
}
.p-service__toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  gap: 8.3px;
}
.p-service__toc-link {
  color: inherit;
  display: inline-flex;
  align-items: flex-start;
}
.p-service__toc-link::before {
  content: "・";
}
.p-service__toc-link.is-active {
  color: #99A9B0;
}
.p-service__content {
  padding-top: 72px;
  padding-right: 24px;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
  gap: 75px;
}
.p-service__item {
  max-width: 894px;
}
.p-service__item-title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: solid 1px #C3C3C3;
  margin: 0;
  padding: 0 0 7px;
}
.p-service__item-content {
  margin: 32px 0 0;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.p-service__item-layout {
  display: flex;
  align-items: center;
  gap: calc((80/894) * 100%);
}
.p-service__item-media {
  flex-shrink: 0;
  width: calc((400/894) * 100%);
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.p-service__item-prose {
  flex-grow: 1;
}
.p-service__item-text {
  margin: 0;
  letter-spacing: 0;
  font-size: 0.9375rem;
  line-height: 200%;
}
.p-service__item-text.is-small {
  font-size: 0.875rem;
  line-height: 185.714%;
}
.p-service__item-notes {
  font-size: 0.6875rem;
  line-height: 190.909%;
  letter-spacing: 0;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.p-service__item-notes-item {
  display: flex;
}
.p-service__item-notes-item::before {
  content: "※";
}
.p-service__item-example {
  background: #F6F6F6;
  padding: 20px 24px;
  margin: 16px 0;
}
.p-service__item-example-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 0.9375rem;
  line-height: 200%;
  letter-spacing: 0;
  max-width: 347px;
}
.p-service__item-example-list-item {
  display: flex;
}
.p-service__item-example-list-item::before {
  content: "・";
}
.p-service__item-action {
  display: flex;
  justify-content: flex-end;
}
.p-service__item-link {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
}
.p-service__item-link-text {
  font-size: 0.8125rem;
  letter-spacing: 0;
  line-height: 1.2;
}
.p-service__item-link-icon {
  width: 10px;
}
.p-service__integrate-partner {
  background: #F6F6F6;
  padding: 24px;
}
.p-service__integrate-partner-inner {
  display: flex;
  align-items: center;
  gap: calc((48/752) * 100%);
  max-width: 752px;
  margin: 0 auto;
}
.p-service__integrate-partner-picture {
  width: calc((151/752) * 100%);
  flex-shrink: 0;
}
.p-service__integrate-partner-text {
  flex-grow: 1;
  font-size: 0.75rem;
  line-height: 183.333%;
  letter-spacing: 0;
  margin: 0;
}

.p-works, .p-works--detail, .p-works--list {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
  box-sizing: border-box;
}
.p-works--detail {
  margin-top: 52px;
}
.p-works__title {
  letter-spacing: 0;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 154.545%;
}
.p-works__content {
  display: flex;
  flex-direction: column;
}
.p-works--list .p-works__content {
  margin: 28px 0 0;
  gap: 106px;
}
.p-works--detail .p-works__content {
  border-top: solid 1px #C3C3C3;
  margin: 69px 0 0;
  padding: 94px 0 0;
  gap: 76px;
}
.p-works__item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 76px;
}
.p-works__item-link {
  display: flex;
  flex-direction: column;
  gap: 23px;
  color: inherit;
}
.p-works__item-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-works__item-lead {
  font-size: 0.8125rem;
  line-height: 169.231%;
  letter-spacing: 0;
  margin: 0;
}
.p-works__item-title {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 193.333%;
  letter-spacing: 0;
  margin: 0;
}
.p-works__action {
  display: flex;
  justify-content: center;
}
.p-works--detail .p-works__action {
  margin: 114px 0 0;
}
.p-works__action.is-hidden {
  display: none;
}
.p-works__button {
  display: flex;
  align-items: center;
  gap: 13px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.p-works__button-text {
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.is-loading .p-works__button-text {
  display: none;
}
.p-works__button-icon {
  width: 24px;
}
.is-loading .p-works__button-icon {
  display: none;
}
.p-works__button-loading {
  width: 18px;
  display: none;
  animation: icon-rotate 800ms linear 0s;
}
.is-loading .p-works__button-loading {
  display: block;
}
.p-works__header {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.p-works__header-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-works__prose {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-works__info {
  display: flex;
  font-size: 0.9375rem;
  line-height: 186.667%;
  letter-spacing: 0;
  margin: 0;
}
.p-works__info-label {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  width: 5.3em;
  flex-shrink: 0;
}
.p-works__info-content {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin: 0;
  flex-grow: 1;
  transform: translateY(-0.1em);
}
.p-works__info-link {
  color: inherit;
}
.p-works__info-text {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.p-works__gallery {
  width: 100%;
  max-width: 794px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-works__summary {
  width: 100%;
  max-width: 794px;
  margin: 0 auto;
  border: 1px solid #004638;
  padding: 36px calc((38/996) * 100%);
  box-sizing: border-box;
}
.p-works__summary-text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 193.333%;
  letter-spacing: 0;
}
.p-works__return {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 17px;
}
.p-works__return-icon {
  width: 8px;
  transform: translateY(2px);
}
.p-works__return-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
.p-works__other {
  margin: 164px 0 0;
}
.p-works__other-title {
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}
.p-works__other-content {
  margin: 60px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc((56/996) * 100%);
}
.p-works__other-item-link {
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.p-works__other-item-title {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 193.333%;
  letter-spacing: 0;
  margin: 0;
}

.p-lower__topics {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  z-index: 1;
}
.p-lower__topics-body {
  max-width: 996px;
  margin: 0 auto;
}
.p-topics {
  margin: 28px 0 0;
}
.p-topics__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 74px;
}
.p-topics__list-item {
  list-style: none;
}
.p-topics__item-link {
  color: inherit;
  display: flex;
  align-items: center;
  gap: calc((24/996) * 100%);
}
.p-topics__item-picture {
  flex-shrink: 0;
  width: calc((280/996) * 100%);
}
.p-topics__item-content {
  flex-grow: 1;
}
.p-topics__item-info {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.p-topics__item-date {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin: 2px 0 0;
  flex-shrink: 0;
}
.p-topics__item-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.p-topics__item-category-list-item {
  color: var(--tag-text-color);
  background-color: var(--tag-bg-color);
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0 8px;
}
.p-topics__item-prose {
  border-top: solid 1px #717171;
  margin: 14px 0 0;
}
.p-topics__text {
  letter-spacing: 0px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.p-topics__text:after {
  content: "";
  width: 10px;
  height: 10px;
  transform: translate(-6px, 9px) rotate(45deg);
  border-top: solid 1px #004638;
  border-right: solid 1px #004638;
  transition: all 250ms;
  flex-shrink: 0;
  margin-left: 20px;
}
.p-topics__pager {
  margin: 120px 0 0;
}
.p-topics__entry {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-topics__entry-header-title {
  margin-top: 0;
}
.p-topics__entry-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.p-topics__entry-date {
  display: flex;
  align-items: center;
  margin: 0;
  flex-shrink: 0;
}
.p-topics__entry-date-icon {
  margin-right: 8px;
}
.p-topics__entry-date-time {
  white-space: nowrap;
}
.p-topics__entry-category {
  margin: 5px 0 0;
}
.p-topics__entry-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.p-topics__entry-category-list-item {
  color: var(--tag-text-color);
  background-color: var(--tag-bg-color);
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0 8px;
}
.p-topics__entry-social {
  display: flex;
  padding: 12px 18px;
  margin-top: 1.75em;
  margin-bottom: 3.5em;
  background: #f2f2f2;
}
.p-topics__entry-social-twitter, .p-topics__entry-social-facebook {
  line-height: 1;
  padding: 12px 6px;
}
.p-topics__entry-social-twitter iframe, .p-topics__entry-social-facebook iframe {
  vertical-align: top;
}
.p-topics__entry-main {
  word-break: break-all;
}
.p-topics__entry-main h2 {
  border-bottom: solid 1px #004638;
  padding-bottom: 0.40625em;
}
.p-topics__entry-main p {
  word-break: break-all;
}
.p-topics__entry-main pre {
  margin-top: 1.75em;
  margin-bottom: 1.75em;
  background: #fafafa;
  border: #dfdfdf solid 1px;
  border-radius: 0;
}
.p-topics__entry-footer {
  border-top: #004638 solid 1px;
}
.p-topics__entry-author-title {
  display: flex;
  align-items: center;
}
.p-topics__entry-author-title-icon {
  margin-right: 0.25em;
}
.p-topics__entry-author-title-text {
  font-weight: bold;
}
.p-topics__entry-author-contents {
  display: flex;
}
.p-topics__entry-author-image {
  margin: 0;
  flex-basis: 100px;
  flex-shrink: 0;
}
.p-topics__entry-author-text {
  flex-grow: 1;
  padding-left: 2.1em;
}
.p-topics__entry-author-name {
  display: flex;
  align-items: baseline;
  margin: 0;
}
.p-topics__entry-author-name-text {
  font-weight: bold;
  margin-right: 1.05em;
}
.p-topics__entry-author-name-position {
  font-size: 11px;
}
.p-topics__entry-author-description {
  margin: 10px 0 0;
}
.p-topics__entry #mdraw {
  display: none;
}
.p-topics__share {
  max-width: 760px;
  margin: 86px auto 0;
  overflow: hidden;
}
.p-topics__share-title {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.2;
}
.p-topics__share-title-text {
  position: relative;
  z-index: 1;
  font-size: inherit;
  line-height: inherit;
  padding: 0 1em;
}
.p-topics__share-title-text::before, .p-topics__share-title-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background-color: #004638;
}
.p-topics__share-title-text::before {
  left: 0;
  transform: translate(-100%, -50%);
}
.p-topics__share-title-text::after {
  right: 0;
  transform: translate(100%, -50%);
}
.p-topics__share-list {
  margin: 37px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  column-gap: 34px;
}
.p-topics__share-list-item {
  width: 36px;
}
.p-topics__action {
  display: flex;
  justify-content: center;
  margin: 86px 0 0;
}
.p-topics__return {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 17px;
}
.p-topics__return-icon {
  width: 8px;
  transform: translateY(2px);
}
.p-topics__return-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.p-lower__contact {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  z-index: 1;
}
.p-lower__contact-body {
  max-width: 996px;
  margin: 0 auto;
}

.p-lower__contact {
  padding-bottom: 100px;
}
.p-contact {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
}
.p-contact__body {
  margin-top: 28px;
}
.p-contact__description {
  margin-top: 0;
}
.p-contact__parts {
  display: flex;
  align-items: flex-start;
  margin: 0;
}
.is-confirm .p-contact__parts {
  border-bottom: solid 1px #717171;
}
.is-confirm .p-contact__parts:nth-last-of-type(1) {
  border: none;
}
.p-contact__parts-label {
  flex-shrink: 0;
  width: 13.65em;
  font-weight: bold;
}
.p-contact__parts-label-text {
  display: block;
  line-height: 32px;
  height: 32px;
  padding: 12px 0;
  margin: 16px 0 8px;
  white-space: nowrap;
}
.is-confirm .p-contact__parts-label-text {
  margin: 12px 0;
}
.p-contact__parts-label-text.is-text-field {
  padding-top: 26px;
}
.is-confirm .p-contact__parts-label-text.is-text-field {
  padding-top: 12px;
}
.p-contact__parts-label-required {
  color: #FF0004;
  margin-left: 0.25em;
}
.p-contact__parts-detail {
  flex-grow: 1;
  margin: 0;
}
.p-contact__parts-detail-text {
  line-height: 32px;
  height: 32px;
  padding: 12px 0;
  margin: 16px 0 8px;
}
.is-confirm .p-contact__parts-detail-text {
  margin: 12px 0;
}
.p-contact__parts-detail-text.is-text-field {
  padding-top: 26px;
  line-height: 1.75;
  height: auto;
}
.is-confirm .p-contact__parts-detail-text.is-text-field {
  padding-top: 12px;
}
.p-contact__actions {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 60px -10px;
}
.p-contact__actions-item {
  margin: 0 10px;
}
.p-contact__complete {
  width: 100%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
.p-contact__message {
  margin: 0;
}
.p-contact__message-label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.65;
}
.p-contact__message-detail {
  margin: 0;
}

.p-company {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
}
.p-company__body {
  margin-top: 4px;
}
.p-company__parts {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #717171;
}
.p-company__parts:last-of-type {
  border: none;
}
.p-company__parts-label {
  flex-shrink: 0;
  width: 13.65em;
  font-weight: bold;
}
.p-company__parts-detail {
  flex-grow: 1;
  margin: 0;
}
.p-company__isms {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.p-company__isms-text {
  margin: 0 24px 0 0;
}
.p-company__isms-log {
  width: 150px;
  margin-top: 0.875em;
}
.p-company__number-list {
  margin: 0;
  padding: 0;
}
.p-company__number-list-item {
  list-style: none;
}
.p-company__map {
  margin-top: 1.75em;
  margin-bottom: 1.75em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-company__map-canvas {
  width: 100%;
  height: 600px;
  border: #717171 solid 1px;
}
.p-privacy {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.p-privacy__body {
  margin-top: 28px;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.p-privacy__signature {
  text-align: right;
  margin-top: 4.375em;
  margin-bottom: 1.75em;
}
.p-privacy__signature-company {
  margin: 0;
}
.p-privacy__signature-name {
  margin: 0;
}

.p-security {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.p-security__body {
  margin-top: 28px;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.p-security__signature {
  text-align: right;
  margin-top: 4.375em;
  margin-bottom: 1.75em;
}
.p-security__signature-company {
  margin: 0;
}
.p-security__signature-name {
  margin: 0;
}

.p-404 {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
}
.p-404__body {
  margin-top: 1.75em;
  margin-bottom: 3.5em;
}
.p-404__message {
  margin-top: 100px;
  margin-bottom: 150px;
  text-align: center;
}
.p-404__message-label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
}
.p-404__message-detail {
  margin: 0;
}
.p-404__actions {
  display: flex;
  justify-content: flex-end;
  margin: 60px -10px;
}
.p-404__actions-item {
  margin: 0 10px;
}

.p-noshify__main-visual {
  margin: -24px -24px 0;
}
.p-noshify__main-visual-body {
  position: relative;
  z-index: 1;
  padding: 64px 24px 0;
}
.p-noshify__main-visual-body::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #FCEBA7;
}
.p-noshify__main-visual-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  padding: 167px 0 163px;
}
.p-noshify__main-visual-reading {
  width: 100%;
  max-width: 455px;
  margin: 0 40px 0 0;
  padding: 0 0 5px;
}
.p-noshify__main-visual-image {
  width: 100%;
  max-width: 719px;
}
.p-noshify__main-visual-image-svg {
  width: 100%;
}
.p-noshify__main-visual-title {
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.p-noshify__main-visual-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5555555556;
  margin: 26px 0 0;
}
.p-noshify__main-visual-actions {
  margin: 64px 0 0;
}
.p-noshify__main-visual-actions.is-pc {
  display: block;
}
.p-noshify__main-visual-actions.is-sp {
  display: none;
}
.p-noshify__main-visual-actions-text {
  margin: 0 0 10px;
  font-family: "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-seri;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-noshify__features, .p-noshify__guide, .p-noshify__plan {
  margin: 100px -24px 0;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 105px;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}
.p-noshify__features-body, .p-noshify__guide-body, .p-noshify__plan-body {
  max-width: 980px;
  margin: 0 auto;
}
.p-noshify__features-title, .p-noshify__guide-title, .p-noshify__plan-title {
  margin: 0;
}
.p-noshify__features-title--ja, .p-noshify__guide-title--ja, .p-noshify__plan-title--ja {
  color: #004638;
  -webkit-font-smoothing: subpixel-antialiased;
}
.p-noshify__features-title--en, .p-noshify__guide-title--en, .p-noshify__plan-title--en {
  display: flex;
  color: rgba(0, 0, 0, 0.04);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 230px;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin-left: -0.25em;
  perspective: 1000px;
}
.p-noshify__features-contents {
  margin: 40px 0 0;
}
.p-noshify__features-list {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -3.0612244898%;
  margin-right: -3.0612244898%;
  padding: 0;
  display: flex;
}
.p-noshify__features-list-item {
  list-style: none;
  width: calc(100%/3);
  padding-left: 2.8735632184%;
  padding-right: 2.8735632184%;
  box-sizing: border-box;
}
.p-noshify__features-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-noshify__features-item-def {
  margin: 33px 0 0;
}
.p-noshify__features-item-def-term {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.p-noshify__features-item-def-desc {
  margin: 14px 0 0;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.p-noshify__plan {
  margin-top: 0;
}
.p-noshify__plan-title--en {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -0.25em;
}
.p-noshify__plan-contents {
  background: #fff;
  margin: 44px 0 0;
}
.p-noshify__plan-layout {
  display: flex;
}
.p-noshify__plan-layout-item.is-entry {
  flex-grow: 1;
}
.p-noshify__plan-layout-item.is-basic {
  width: calc(100%/3);
}
.p-noshify__plan-item {
  position: relative;
  z-index: 1;
}
.p-noshify__plan-item:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #E6E6E6;
  position: absolute;
  top: 0;
  z-index: 2;
}
.is-entry .p-noshify__plan-item:after {
  left: 50%;
}
.is-basic .p-noshify__plan-item:after {
  left: 0;
}
.is-enterprise .p-noshify__plan-item:after {
  left: 0;
}
.p-noshify__plan-item-heading {
  display: flex;
  justify-content: flex-end;
}
.is-entry .p-noshify__plan-item-heading-item {
  width: 50%;
}
.is-basic .p-noshify__plan-item-heading-item {
  width: 100%;
}
.is-enterprise .p-noshify__plan-item-heading-item {
  width: 100%;
}
.p-noshify__plan-item-heading-def {
  margin: 0;
}
.p-noshify__plan-item-heading-def-term {
  font-weight: bold;
  line-height: 1.2;
  padding: 30px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-entry .p-noshify__plan-item-heading-def-term {
  color: #000;
  background: rgba(51, 51, 51, 0.12);
}
.is-basic .p-noshify__plan-item-heading-def-term {
  color: #fff;
  background: #333333;
}
.is-enterprise .p-noshify__plan-item-heading-def-term {
  color: #fff;
  background: rgba(51, 51, 51, 0.55);
}
.p-noshify__plan-item-heading-def-term-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.p-noshify__plan-item-heading-def-desc {
  margin: 0;
  padding: 23px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-noshify__plan-item-actions {
  margin: 0 24px;
  border-top: solid 1px #D0D0D0;
  display: none;
}
.p-noshify__plan-item-actions-button {
  border: none;
  background: none;
  padding: 24px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.p-noshify__plan-item-actions-button-icon {
  width: 8px;
  height: 8px;
  position: relative;
  margin: 3px 10px 0 0;
}
.p-noshify__plan-item-actions-button-icon::before, .p-noshify__plan-item-actions-button-icon::after {
  content: "";
  width: 8px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 200ms linear;
}
.p-noshify__plan-item-actions-button-icon::before {
  transform: translate(-50%, -50%);
}
.p-noshify__plan-item-actions-button-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.is-active .p-noshify__plan-item-actions-button-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-noshify__plan-item-actions-button-text {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
}
.p-noshify__plan-item-contents {
  display: block;
}
.p-noshify__plan-item-description {
  margin: 0;
  font-size: 11px;
}
.p-noshify__plan-item-price {
  font-size: 0;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
}
.p-noshify__plan-item-price-unit {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  padding: 10px 0 0;
  margin: 0 2px 0 0;
}
.p-noshify__plan-item-price-number {
  display: inline-block;
  font-size: 55px;
}
.p-noshify__plan-item-price-period {
  display: inline-block;
  font-size: 16px;
  vertical-align: baseline;
  margin: 0 0 0 6px;
}
.p-noshify__plan-item-price-period::before {
  content: "/";
  display: inline-block;
  margin: 0 6px 0 0;
}
.p-noshify__plan-item-number, .p-noshify__plan-item-text {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.p-noshify__plan-item-number {
  font-family: "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-seri;
}
.p-noshify__plan-item-text {
  letter-spacing: 0.05em;
}
.p-noshify__plan-item-def {
  margin: 0;
  display: flex;
}
.p-noshify__plan-item-def:nth-of-type(odd) {
  background: #f5f5f5;
}
.p-noshify__plan-item-def-term {
  width: 50%;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.is-basic .p-noshify__plan-item-def-term {
  display: none;
}
.is-enterprise .p-noshify__plan-item-def-term {
  display: none;
}
.p-noshify__plan-item-def-desc {
  margin: 0;
  padding: 18px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.is-entry .p-noshify__plan-item-def-desc {
  width: 50%;
}
.is-basic .p-noshify__plan-item-def-desc {
  width: 100%;
}
.is-enterprise .p-noshify__plan-item-def-desc {
  width: 100%;
}
.p-noshify__guide {
  margin-top: 25px;
}
.p-noshify__guide-contents {
  display: flex;
  align-items: center;
  margin: 37px 0 0;
}
.p-noshify__guide-text {
  flex-grow: 1;
  font-weight: bold;
  line-height: 1.6153846154;
  margin: 0 20px 0 0;
}
.p-noshify__guide-text-break {
  display: none;
}

.p-noshify-guide {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.p-noshify-guide__layout {
  display: flex;
}
.p-noshify-guide__layout.is-2column {
  margin-left: -3.4693877551%;
  margin-right: -3.4693877551%;
}
.p-noshify-guide__layout.is-3column {
  margin-left: -2.6530612245%;
  margin-right: -2.6530612245%;
}
.p-noshify-guide__layout-item {
  box-sizing: border-box;
}
.is-2column .p-noshify-guide__layout-item {
  width: 50%;
  padding-left: 3.2442748092%;
  padding-right: 3.2442748092%;
}
.is-3column .p-noshify-guide__layout-item {
  width: calc(100%/3);
  padding-left: 2.519379845%;
  padding-right: 2.519379845%;
}
.p-noshify-guide__step {
  position: relative;
  padding: 0 0 40px;
  margin: 0 0 40px;
}
.p-noshify-guide__step::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-noshify-guide__step:nth-last-of-type(1) {
  padding: 0;
  margin: 0;
}
.p-noshify-guide__step:nth-last-of-type(1)::before {
  display: none;
}
.p-noshify-guide__step-title {
  display: flex;
  margin: 0;
}
.p-noshify-guide__step-title--sub {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  box-sizing: border-box;
  width: 58px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #333;
  border-radius: 23px;
  margin: 1px 0 0;
}
.p-noshify-guide__step-title--main {
  font-family: "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-seri;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  margin: 0 0 0 20px;
}
.p-noshify-guide__step-actions-text {
  font-size: 14px;
  margin-top: 1.75em;
  margin-bottom: 1.3125em;
}
.p-noshify-guide__step-actions-button {
  text-transform: inherit;
}
.p-noshify-guide__step-actions-button-text {
  margin: 0 5px 0 0;
}
.p-noshify-guide__step-actions-button-icon {
  font-size: 18px;
}
.p-noshify-guide__step-text {
  font-size: 14px;
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}
.p-noshify-guide__step-text.is-pc {
  display: block;
}
.p-noshify-guide__step-text.is-sp {
  display: none;
}
.p-noshify-guide__step-notes {
  font-family: "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-seri;
  font-size: 12px;
  margin-top: 0.875em;
  margin-bottom: 0;
  display: flex;
}
.p-noshify-guide__step-notes::before {
  content: "※";
  width: 1em;
  letter-spacing: inherit;
}
.p-noshify-guide__step-souce {
  font-size: 14px;
  background: #F5F5F5;
  padding: 1.75em;
}
.p-noshify-guide__step-souce pre {
  margin: 0;
  white-space: pre-wrap;
  font-family: "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-seri;
  font-size: inherit;
  letter-spacing: 0;
}
.p-noshify-guide__step-souce code {
  word-break: break-all;
}
.p-noshify-guide__step-image {
  margin: 33px 0 0;
  border: solid 1px rgba(0, 0, 0, 0.18);
}
.is-variable .p-noshify-guide__step-image {
  margin-top: 0;
}
.p-noshify-guide__text {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.p-noshify-guide__text.is-pc {
  display: block;
}
.p-noshify-guide__text.is-sp {
  display: none;
}
.p-noshify-guide__image {
  border: solid 1px rgba(0, 0, 0, 0.18);
}
.p-noshify-guide__install, .p-noshify-guide__faq, .p-noshify-guide__order, .p-noshify-guide__setting {
  margin: 24px 0 64px;
}
.p-noshify-guide__install-title, .p-noshify-guide__faq-title, .p-noshify-guide__order-title, .p-noshify-guide__setting-title {
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
  display: flex;
}
.p-noshify-guide__install-title::before, .p-noshify-guide__faq-title::before, .p-noshify-guide__order-title::before, .p-noshify-guide__setting-title::before {
  content: "";
  width: 4px;
  height: 28px;
  background: #333;
  transform: translateY(2.5px);
  margin: 0 21px 0 0;
}
.p-noshify-guide__install-contents, .p-noshify-guide__faq-contents, .p-noshify-guide__order-contents, .p-noshify-guide__setting-contents {
  margin: 52px 0 0;
}
.p-noshify-guide__faq-item {
  margin: 36px 0 0;
}
.p-noshify-guide__faq-item-title {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0;
}
.p-noshify-guide__faq-item-contents {
  margin: 21px 0 0;
}
.p-noshify-guide__faq-def {
  margin: 0 0 5px;
}
.p-noshify-guide__faq-def:last-child {
  margin: 0;
}
.p-noshify-guide__faq-def-term {
  font-feature-settings: "palt";
  display: flex;
  background: #F5F5F5;
  padding: 26px 30px;
  cursor: pointer;
}
.p-noshify-guide__faq-def-term-icon {
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  color: #fff;
  letter-spacing: 0;
  margin: 0 31px 0 0;
}
.p-noshify-guide__faq-def-term-text {
  flex-grow: 1;
  font-weight: bold;
  margin: 8px 0;
}
.p-noshify-guide__faq-def-term-state {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
  margin: 14px 0 0 30px;
}
.p-noshify-guide__faq-def-term-state::before, .p-noshify-guide__faq-def-term-state::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 200ms linear;
}
.p-noshify-guide__faq-def-term-state::before {
  transform: translate(-50%, -50%);
}
.p-noshify-guide__faq-def-term-state::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.is-active .p-noshify-guide__faq-def-term-state::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-noshify-guide__faq-def-desc {
  display: none;
  margin: 0;
  padding: 26px 30px;
}
.is-active .p-noshify-guide__faq-def-desc {
  display: flex;
}
.p-noshify-guide__faq-def-desc-icon {
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  letter-spacing: 0;
  margin: 0 31px 0 0;
}
.p-noshify-guide__faq-def-desc-text {
  font-size: 14px;
  margin: 10px 0;
}

.u-letter-spacing-spacer {
  letter-spacing: 0.5em;
}
.u-letter-spacing-p-0025 {
  letter-spacing: 0.025em;
}
.u-letter-spacing-p-0050 {
  letter-spacing: 0.05em;
}
.u-letter-spacing-p-0075 {
  letter-spacing: 0.075em;
}
.u-letter-spacing-p-0100 {
  letter-spacing: 0.1em;
}
.u-letter-spacing-m-0025 {
  letter-spacing: -0.025em;
}
.u-letter-spacing-m-0050 {
  letter-spacing: -0.05em;
}
.u-letter-spacing-m-0075 {
  letter-spacing: -0.075em;
}
.u-letter-spacing-m-0100 {
  letter-spacing: -0.1em;
}

.u-mt-0 {
  margin-top: 0;
}
.u-mb-0 {
  margin-bottom: 0;
}

.u-pt-0 {
  padding-top: 0;
}

.u-font--en {
  font-family: "Roboto", sans-serif;
}
.u-font--ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-hidden__block--pc {
  display: none;
}
.u-hidden__block--sp {
  display: block;
}
.u-hidden__inline--pc {
  display: none;
}
.u-hidden__inline--sp {
  display: inline;
}
.u-hidden__flex--pc {
  display: flex;
}
.u-hidden__flex--sp {
  display: inline;
}

.u-hover, .u-hover__scale, .u-hover__none, .u-hover__opacity, .u-hover__opacity--06, .u-hover__opacity--08 {
  transition: all 150ms linear;
}
.u-hover__opacity, .u-hover__opacity--06, .u-hover__opacity--08 {
  opacity: 1;
}

@media screen and (max-width: 1028px) {
  .p-noshify__features-title--en, .p-noshify__guide-title--en, .p-noshify__plan-title--en {
    font-size: 176px;
  }
}

@media screen and (max-width: 979px) {
  .c-works {
    max-width: 551px;
    margin: auto;
    width: 100%;
  }
  .p-top__intro-layout {
    padding-right: 0;
  }
  .p-top__intro-text-break--pc {
    display: none;
  }
  .p-service-cloud__other-layout, .p-service-cloud__example-layout, .p-service-cloud__feature-layout, .p-service-ec__other-layout, .p-service-ec__example-layout, .p-service-ec__customize-layout, .p-service-ec__renewal-layout, .p-service-ec__construction-layout, .p-service-ec__consulting-layout {
    flex-direction: column;
  }
  .p-service-cloud__other-layout-item, .p-service-cloud__example-layout-item, .p-service-cloud__feature-layout-item, .p-service-ec__other-layout-item, .p-service-ec__example-layout-item, .p-service-ec__customize-layout-item, .p-service-ec__renewal-layout-item, .p-service-ec__construction-layout-item, .p-service-ec__consulting-layout-item {
    width: 100%;
    margin-bottom: 70px;
  }
  .p-service-cloud__other-layout-item:nth-last-of-type(1), .p-service-cloud__example-layout-item:nth-last-of-type(1), .p-service-cloud__feature-layout-item:nth-last-of-type(1), .p-service-ec__other-layout-item:nth-last-of-type(1), .p-service-ec__example-layout-item:nth-last-of-type(1), .p-service-ec__customize-layout-item:nth-last-of-type(1), .p-service-ec__renewal-layout-item:nth-last-of-type(1), .p-service-ec__construction-layout-item:nth-last-of-type(1), .p-service-ec__consulting-layout-item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .p-service-ec__customize-example-icon.is-rwd {
    width: calc(180px*0.8);
  }
  .p-service-ec__customize-example-icon.is-speed {
    width: calc(160px*0.8);
  }
  .p-service-ec__customize-example-icon.is-seo {
    width: calc(180px*0.8);
  }
  .p-service-ec__customize-example-icon.is-blog {
    width: calc(180px*0.8);
  }
  .p-service-ec__customize-example-icon.is-sns {
    width: calc(180px*0.8);
  }
  .p-service-ec__customize-example-icon.is-pay {
    width: calc(180px*0.8);
  }
  .p-service-ec__customize-example-icon.is-server {
    width: calc(160px*0.8);
  }
  .p-service-ec__customize-example-icon.is-maintenance {
    width: calc(180px*0.8);
  }
  .p-404__message-label {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
    line-height: 1.75;
  }
  h1 {
    font-size: 1.475rem;
    line-height: 1.6;
    margin-top: 2.4em;
    margin-bottom: 0.8em;
  }
  h2 {
    font-size: 1.375rem;
    line-height: 1.625;
    margin-top: 2.4375em;
    margin-bottom: 0.8125em;
  }
  h3 {
    font-size: 1.275rem;
    line-height: 1.65;
    margin-top: 2.475em;
    margin-bottom: 0.825em;
  }
  h4 {
    font-size: 1.175rem;
    line-height: 1.675;
    margin-top: 2.5125em;
    margin-bottom: 0.8375em;
  }
  h5 {
    font-size: 1.075rem;
    line-height: 1.7;
    margin-top: 2.55em;
    margin-bottom: 0.85em;
  }
  h6 {
    font-size: 0.975rem;
    line-height: 1.725;
    margin-top: 2.5875em;
    margin-bottom: 0.8625em;
  }
  dl {
    margin-top: 1.75em;
    margin-bottom: 1.75em;
  }
  dt {
    font-size: 0.875rem;
    line-height: 1.75;
  }
  dd {
    font-size: 0.875rem;
    line-height: 1.75;
  }
  p {
    font-size: 0.875rem;
    line-height: 1.75;
    margin-top: 1.75em;
    margin-bottom: 1.75em;
  }
  ul,
ol {
    font-size: 0.875rem;
    line-height: 1.75;
    margin-top: 1.75em;
    margin-bottom: 1.75em;
  }
  input,
textarea {
    line-height: 1.75;
  }
  select {
    line-height: 1.75;
  }
  address {
    font-size: 0.875rem;
    line-height: 1.75;
  }
  blockquote {
    line-height: 1.75;
  }
  .header-site-navi {
    display: none;
  }
  #main {
    padding: 8px;
  }
  #main .main__top, #main .main__bottom, #main .main__middle {
    padding: 8px;
  }
  #footer {
    padding: 8px;
  }
  .footer__gototop {
    top: -27px;
    right: 14px;
  }
  .footer__body {
    padding: 8px;
  }
  .footer__contents {
    padding-top: 41px;
    gap: 40px;
  }
  .footer__contents-top {
    grid-template-columns: auto;
    grid-template-areas: "footer_logo" "footer_menu";
    justify-content: center;
    justify-items: center;
    gap: 57.5px;
  }
  .footer__contents-bottom {
    grid-template-columns: auto;
    grid-template-areas: "footer_sub-menu" "footer_address" "footer_copy";
    justify-content: center;
    justify-items: center;
    gap: 38px;
  }
  .footer__logo {
    width: 236px;
  }
  .footer__menu-layout {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .footer__menu-layout-item {
    justify-content: center;
    gap: min(20px, calc(20/390) * 100vw);
    flex-wrap: wrap;
  }
  .footer__menu-item-link {
    font-size: 1rem;
  }
  .footer__sub-menu-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px min(17px, calc(17/390) * 100vw);
  }
  .footer__address {
    align-items: center;
    gap: 6px;
  }
  .footer__address-text {
    font-size: 0.8125rem;
  }
  .footer__copy {
    margin: 0;
  }
  .c-top-app-bar__row, .c-top-app-bar__hidden-row {
    height: 75px;
    padding-bottom: 16px;
  }
  .c-top-app-bar__hidden-row {
    height: 72px;
    padding-bottom: 0;
  }
  .c-top-app-bar__section {
    padding-left: 28px;
    padding-right: 28px;
  }
  .c-top-app-bar__navigation-icon {
    display: flex;
    flex-direction: column;
    box-sizing: content-box;
    width: 20px;
    height: 16px;
    position: fixed;
    top: 22px;
    right: 10px;
    z-index: 7;
    padding: 20px 18px;
    transition: top 250ms;
  }
  .is-no-top .c-top-app-bar__navigation-icon {
    top: 8px;
  }
  .c-top-app-bar__title-link {
    width: 180px;
    padding-top: 48.5px;
  }
  .c-top-app-bar__hidden-row .c-top-app-bar__title-link {
    width: 70px;
    padding-top: 40px;
  }
  .c-text-field:not(.mdc-text-field--fullwidth):not(.mdc-text-field--box) {
    margin-top: 8px;
  }
  .c-select {
    margin-top: 8px;
  }
  .c-button {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  .c-primary-button--big, .c-primary-button--big-counter {
    max-width: 315px;
  }
  .c-title {
    padding: 0 12px;
  }
  .c-title__text, .c-title__text--en, .c-title__text--ja {
    font-size: 1.625rem;
    padding-top: 10px;
  }
  .c-breadcrumbs {
    margin: 0 -16px;
    padding: 0 16px;
  }
  .c-breadcrumbs__list-item:nth-child(2) {
    min-width: 7.35em;
  }
  .c-works {
    max-width: 315px;
  }
  .p-common__breadcrumbs, .p-common__works, .p-common__pickup, .p-common__contact {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .p-common__works-title, .p-common__pickup-title {
    transform: translateY(0);
  }
  .p-common__works-title--en, .p-common__pickup-title--en {
    font-size: 1.625rem;
  }
  .p-common__contact {
    margin-top: 60px;
  }
  .p-common__contact-body {
    padding-bottom: 122px;
  }
  .p-common__contact-content {
    padding: 0 19px;
  }
  .p-common__contact-link {
    padding: 34px 16px;
  }
  .p-common__contact-icon {
    width: 71px;
    top: -27px;
    right: -20px;
  }
  .p-common__contact-text {
    font-size: 1.125rem;
  }
  .p-common__contact-image {
    width: 83.705px;
    left: -25px;
    bottom: -52px;
  }
  .p-common__contact-navi {
    width: 96px;
    height: 96px;
    right: 23px;
    bottom: 44px;
  }
  .p-common__pickup {
    margin-top: 83px;
  }
  .p-common__pickup-body {
    padding: 54px 12px 55px;
  }
  .p-common__pickup-layout {
    flex-direction: column;
    gap: 45px;
  }
  .p-common__pickup-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
    max-width: none;
  }
  .p-common__pickup-item-link {
    gap: 14px;
  }
  .p-common__works {
    margin-top: 75px;
  }
  .p-common__works-body {
    padding: 0 12px;
    gap: 77px;
  }
  .p-common__works-layout {
    flex-direction: column;
    gap: 45px;
  }
  .p-common__works-logo {
    max-width: none;
  }
  .p-common__works-logo-list {
    gap: 18px min(32px, (32 / 334) * 100%);
  }
  .p-common__works-logo-list-item {
    width: min(var(--logo-w-sp) * 1px, (var(--logo-w-sp) / 334) * 100%);
  }
  .p-common__works-content {
    gap: 60px;
  }
  .p-common__works-content-inner {
    flex-direction: column;
    gap: 33px;
  }
  .p-common__works-item {
    width: 100%;
  }
  .p-common__works-item:nth-child(1), .p-common__works-item:nth-child(2) {
    width: 100%;
  }
  .p-common__works-item-link {
    gap: 14px;
  }
  .p-common__works-action-link {
    gap: 8px;
  }
  .p-common__breadcrumbs-list {
    padding: 0 12px;
  }
  .p-top__topics, .p-top__service, .p-top__intro {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .p-top__topics-title, .p-top__service-title {
    transform: translateY(0);
  }
  .p-top__topics-title--en, .p-top__service-title--en {
    font-size: 1.625rem;
  }
  .p-top__move-range--sub {
    position: relative;
    padding: 0;
  }
  .p-top__copy {
    margin: 47px 0 0;
    font-size: min(2rem, calc((32/390) * 100vw));
    text-align: center;
    position: relative;
    top: auto;
    z-index: 2;
  }
  .p-top__main-visual {
    height: calc(100dvh - 91px);
    margin: -16px -16px 0;
    padding: 0;
  }
  .p-top__main-visual-contents {
    min-height: 580px;
  }
  .p-top__main-visual-image {
    margin: -11px auto 0;
  }
  .p-top__main-visual-scroll {
    margin-bottom: 65px;
  }
  .p-top__intro-contents {
    max-width: 301px;
    margin-top: 69px;
  }
  .p-top__intro-text {
    font-size: 1rem;
    line-height: 187.5%;
  }
  .p-top__service {
    margin-top: 67px;
  }
  .p-top__service-layout {
    flex-direction: column;
    gap: 28px;
    padding: 60px 12px 76px;
  }
  .p-top__service-content {
    max-width: none;
    grid-template-columns: repeat(1, 1fr);
    gap: 29px;
    padding: 0 14px;
    box-sizing: border-box;
  }
  .p-top__service-item-link {
    gap: 13.5px;
  }
  .p-top__topics {
    margin-top: 62.5px;
  }
  .p-top__topics-body {
    padding: 0 12px;
  }
  .p-top__topics-layout {
    flex-direction: column;
    gap: 30px;
  }
  .p-top__topics-layout-item:nth-child(2) {
    max-width: none;
  }
  .p-top__topics-content {
    margin: 0 calc((10/334) * -100%);
  }
  .p-top__topics .p-top__topics-swiper {
    clip-path: none;
  }
  .p-top__topics .p-top__topics-swiper-slide {
    width: calc(((272/354) * 100%) + ((20/354) * 100%));
    padding: 0 calc((10/354) * 100%);
  }
  .p-top__topics-action {
    text-align: right;
    margin-top: 37.5px;
    padding: 0 calc((10/354) * 100%);
  }
  .p-lower__service {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .p-lower__service-body {
    padding: 0 14px;
  }
  .p-lower__service {
    padding-top: 50px;
  }
  .p-service-cloud__other, .p-service-cloud__example, .p-service-cloud__feature, .p-service-ec__other, .p-service-ec__example, .p-service-ec__partner, .p-service-ec__customize, .p-service-ec__renewal, .p-service-ec__construction, .p-service-ec__consulting {
    margin-top: 70px;
    margin-bottom: 35px;
  }
  .p-service-cloud__other-title, .p-service-cloud__example-title, .p-service-cloud__feature-title, .p-service-ec__other-title, .p-service-ec__example-title, .p-service-ec__customize-title, .p-service-ec__renewal-title, .p-service-ec__construction-title, .p-service-ec__consulting-title {
    font-size: 1.475rem;
    line-height: 1.6;
  }
  .p-service-cloud__other-contents, .p-service-cloud__example-contents, .p-service-cloud__feature-contents, .p-service-ec__other-contents, .p-service-ec__example-contents, .p-service-ec__customize-contents, .p-service-ec__renewal-contents, .p-service-ec__construction-contents, .p-service-ec__consulting-contents {
    margin-top: 35px;
    margin-bottom: 17.5px;
  }
  .p-service-cloud__other-layout-item, .p-service-cloud__example-layout-item, .p-service-cloud__feature-layout-item, .p-service-ec__other-layout-item, .p-service-ec__example-layout-item, .p-service-ec__customize-layout-item, .p-service-ec__renewal-layout-item, .p-service-ec__construction-layout-item, .p-service-ec__consulting-layout-item {
    margin-bottom: 35px;
  }
  .p-service-cloud__other-layout-item:nth-last-of-type(1), .p-service-cloud__example-layout-item:nth-last-of-type(1), .p-service-cloud__feature-layout-item:nth-last-of-type(1), .p-service-ec__other-layout-item:nth-last-of-type(1), .p-service-ec__example-layout-item:nth-last-of-type(1), .p-service-ec__customize-layout-item:nth-last-of-type(1), .p-service-ec__renewal-layout-item:nth-last-of-type(1), .p-service-ec__construction-layout-item:nth-last-of-type(1), .p-service-ec__consulting-layout-item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .p-service-ec__header {
    margin-bottom: 40px;
  }
  .p-service-ec__text {
    margin: 35px 0 0;
  }
  .p-service-ec__title {
    font-size: 2.075rem;
    line-height: 1.45;
  }
  .p-service-ec__catch-copy {
    font-size: 1.075rem;
    line-height: 1.7;
  }
  .p-service-ec__description {
    font-size: 0.975rem;
    line-height: 1.725;
    margin-top: 1.725em;
    margin-bottom: 1.725em;
  }
  .p-service-ec__eccube-logo {
    max-width: 180px;
  }
  .p-service-ec__customize-example {
    margin: 35px 0 0;
    padding: 16px;
  }
  .p-service-ec__customize-example-title {
    margin: 16px 0 32px;
  }
  .p-service-ec__customize-example-list {
    margin: -8px;
  }
  .p-service-ec__customize-example-list-item {
    flex-basis: calc(100%/2);
    padding: 10px 8px;
    margin-bottom: 16px;
  }
  .p-service-ec__customize-example-item {
    font-size: 0.75em;
    margin: 0 0 8px;
  }
  .p-service-ec__customize-example-icon.is-rwd {
    width: calc(180px*0.7);
  }
  .p-service-ec__customize-example-icon.is-speed {
    width: calc(160px*0.7);
  }
  .p-service-ec__customize-example-icon.is-seo {
    width: calc(180px*0.7);
  }
  .p-service-ec__customize-example-icon.is-blog {
    width: calc(180px*0.7);
  }
  .p-service-ec__customize-example-icon.is-sns {
    width: calc(180px*0.7);
  }
  .p-service-ec__customize-example-icon.is-pay {
    width: calc(180px*0.7);
  }
  .p-service-ec__customize-example-icon.is-server {
    width: calc(160px*0.7);
  }
  .p-service-ec__customize-example-icon.is-maintenance {
    width: calc(180px*0.7);
  }
  .p-service-ec__partner {
    flex-direction: column;
    padding: 16px 0;
  }
  .p-service-ec__partner-banner {
    flex-basis: inherit;
  }
  .p-service-ec__partner-description {
    margin: 16px 0 0;
  }
  .p-service-ec__example-item-title {
    max-width: 315px;
    margin: 0 auto 8px;
    font-size: 1.075rem;
    line-height: 1.7;
  }
  .p-service-ec__example-actions {
    margin: 35px 0 0;
  }
  .p-service-ec__other-item-actions {
    margin: 16px 0 0;
  }
  .p-service-cloud__header {
    margin-bottom: 40px;
  }
  .p-service-cloud__text {
    margin: 35px 0 0;
  }
  .p-service-cloud__title {
    font-size: 2.075rem;
    line-height: 1.45;
  }
  .p-service-cloud__catch-copy {
    font-size: 1.075rem;
    line-height: 1.7;
  }
  .p-service-cloud__description {
    font-size: 0.975rem;
    line-height: 1.725;
    margin-top: 1.725em;
    margin-bottom: 1.725em;
  }
  .p-service-cloud__example-item-title {
    max-width: 315px;
    margin: 0 auto 8px;
    font-size: 1.075rem;
    line-height: 1.7;
  }
  .p-service-cloud__example-actions {
    margin: 35px 0 0;
  }
  .p-service-cloud__other-item-actions {
    margin: 16px 0 0;
  }
  .p-service__layout {
    flex-direction: column;
    margin: 13px 0 0;
    padding: 0 12px;
    gap: 45px;
  }
  .p-service__layout-item:nth-child(1) {
    width: auto;
  }
  .p-service__follow {
    gap: 20.5px;
  }
  .p-service__title {
    font-size: 1.625rem;
    transform: translateY(0);
  }
  .p-service__toc-list {
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 0.9375rem;
    gap: 11px 17px;
  }
  .p-service__content {
    padding-top: 48px;
    padding-right: 40px;
    padding-bottom: 95px;
    gap: 57px;
  }
  .p-service__item-title {
    font-size: 1.25rem;
    padding: 0 0 8px;
  }
  .p-service__item-content {
    margin: 24px 0 0;
    gap: 25px;
  }
  .p-service__item-layout {
    flex-direction: column;
    gap: 20px;
  }
  .p-service__item-media {
    width: auto;
    gap: 21px;
  }
  .p-service__item-example {
    padding: 20px 16px;
  }
  .p-service__item-example-list {
    line-height: 160%;
  }
  .p-service__integrate-partner-inner {
    flex-direction: column;
    gap: 20px;
  }
  .p-service__integrate-partner-picture {
    width: 100%;
    max-width: 151px;
  }
  .p-works, .p-works--detail, .p-works--list {
    padding: 0 12px;
  }
  .p-works--detail {
    margin-top: 19px;
  }
  .p-works__title {
    font-size: 1.375rem;
  }
  .p-works--list .p-works__content {
    margin-top: 26px;
    gap: 76px;
  }
  .p-works--detail .p-works__content {
    margin-top: 36px;
    padding-top: 64px;
    gap: 48px;
  }
  .p-works__item-wrapper {
    gap: 42px;
  }
  .p-works__item-link {
    gap: 14px;
  }
  .p-works--detail .p-works__action {
    margin: 74px 0 0;
  }
  .p-works__header {
    gap: 27px;
  }
  .p-works__header-content {
    gap: 17px;
  }
  .p-works__prose {
    gap: 3px;
  }
  .p-works__info {
    line-height: 193.333%;
  }
  .p-works__gallery {
    gap: 24px;
  }
  .p-works__summary {
    padding: 27px;
  }
  .p-works__summary-text {
    font-size: 0.875rem;
    line-height: 200%;
  }
  .p-works__other {
    margin-top: 125px;
  }
  .p-works__other-title {
    font-size: 1.625rem;
  }
  .p-works__other-content {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 37px;
    gap: 35px;
  }
  .p-works__other-item-link {
    gap: 19px;
  }
  .p-lower__topics {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .p-lower__topics-body {
    padding: 0 14px;
  }
  .p-topics {
    margin-top: 26px;
  }
  .p-topics__list {
    gap: 32px;
  }
  .p-topics__item-link {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .p-topics__item-picture {
    width: 100%;
  }
  .p-topics__item-info {
    gap: 16px;
  }
  .p-topics__text {
    font-size: 14px;
    line-height: 2;
    margin: 14px 0;
  }
  .p-topics__text:after {
    width: 8px;
    height: 8px;
    transform: translate(-2px, 10px) rotate(45deg);
  }
  .p-topics__pager {
    margin: 60px 0 0;
  }
  .p-topics__entry {
    gap: 24px;
  }
  .p-topics__entry-info {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .p-topics__entry-social {
    padding: 8px 12px;
    margin-top: 1.75em;
    margin-bottom: 1.75em;
  }
  .p-topics__entry-social-twitter, .p-topics__entry-social-facebook {
    padding: 8px 4px;
  }
  .p-topics__entry-main h2 {
    padding-bottom: 0.40625em;
  }
  .p-topics__entry-main pre {
    margin-top: 1.75em;
    margin-bottom: 1.75em;
  }
  .p-topics__entry-author-image {
    flex-basis: 55px;
  }
  .p-topics__entry-author-text {
    padding-left: 1.05em;
  }
  .p-topics__entry-author-name {
    flex-direction: column;
  }
  .p-topics__entry-author-description {
    font-size: 12px;
    line-height: 1.75;
  }
  .p-topics__share {
    margin-top: 50px;
  }
  .p-topics__share-list {
    margin: 27px 0 0;
  }
  .p-topics__action {
    margin: 50px 0 0;
  }
  .p-lower__contact {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .p-lower__contact-body {
    padding: 0 12px;
  }
  .p-lower__contact {
    padding-bottom: 50px;
  }
  .p-contact__body {
    margin-top: 26px;
  }
  .p-contact__parts {
    flex-direction: column;
    align-items: stretch;
    padding: 0 0 8px;
  }
  .is-confirm .p-contact__parts {
    padding: 16px 0;
  }
  .p-contact__parts-label {
    width: auto;
  }
  .p-contact__parts-label-text {
    line-height: 1.75;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .is-confirm .p-contact__parts-label-text {
    margin: 0;
  }
  .p-contact__parts-label-text.is-text-field {
    padding-top: 0;
  }
  .is-confirm .p-contact__parts-label-text.is-text-field {
    padding-top: 0px;
  }
  .p-contact__parts-detail-text {
    line-height: 1.75;
    height: auto;
    padding: 0;
    margin: 8px 0;
  }
  .is-confirm .p-contact__parts-detail-text {
    margin: 8px 0 0;
  }
  .p-contact__parts-detail-text.is-text-field {
    padding-top: 0;
    line-height: 1.75;
  }
  .is-confirm .p-contact__parts-detail-text.is-text-field {
    padding-top: 0px;
  }
  .p-contact__actions {
    flex-direction: column;
    margin: 30px 0px;
  }
  .p-contact__actions-item {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .p-contact__actions-item:last-child {
    margin-bottom: 0;
  }
  .p-contact__message-label {
    font-size: 1.275rem;
    line-height: 1.65;
  }
  .p-company__body {
    margin-top: 10px;
    padding: 0 12px;
    box-sizing: border-box;
  }
  .p-company__parts {
    flex-direction: column;
    align-items: stretch;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .p-company__parts-label {
    width: auto;
  }
  .p-company__parts-detail {
    margin-top: 6px;
  }
  .p-company__isms-text {
    margin: 0 0 10px;
  }
  .p-company__isms-log {
    width: 75px;
    margin-top: 0.875em;
  }
  .p-company__map {
    margin-top: 1.75em;
    margin-bottom: 1.75em;
  }
  .p-company__map-canvas {
    height: 300px;
  }
  .p-privacy__body {
    margin-top: 26px;
    padding: 0 12px;
    box-sizing: border-box;
  }
  .p-privacy__signature {
    margin-top: 4.375em;
    margin-bottom: 1.75em;
  }
  .p-security__body {
    margin-top: 26px;
    padding: 0 12px;
    box-sizing: border-box;
  }
  .p-security__signature {
    margin-top: 4.375em;
    margin-bottom: 1.75em;
  }
  .p-404__body {
    margin-top: 1.75em;
    margin-bottom: 1.75em;
  }
  .p-404__message {
    margin-top: 50px;
    margin-bottom: 75px;
  }
  .p-404__message-label {
    font-size: 40px;
  }
  .p-404__actions {
    flex-direction: column;
    align-items: center;
    margin: 30px 0px;
  }
  .p-404__actions-item {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .p-404__actions-item:last-child {
    margin-bottom: 0;
  }
  .p-noshify__main-visual {
    margin: -16px -16px 0;
  }
  .p-noshify__main-visual-body {
    padding: 56px 16px 0;
  }
  .p-noshify__main-visual-body::before {
    width: 100%;
    height: 334px;
    bottom: auto;
    right: 0;
  }
  .p-noshify__main-visual-contents {
    flex-direction: column;
    padding: 55px 0 0;
  }
  .p-noshify__main-visual-reading {
    max-width: none;
    margin: 0;
  }
  .p-noshify__main-visual-image {
    max-width: 332px;
    margin: 60px 0 0;
  }
  .p-noshify__main-visual-title {
    font-size: 32px;
  }
  .p-noshify__main-visual-text {
    font-size: 13px;
    line-height: 1.6153846154;
    margin: 6px 0 0;
  }
  .p-noshify__main-visual-actions {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 280px;
    margin: 71px auto 0;
  }
  .p-noshify__main-visual-actions.is-pc {
    display: none;
  }
  .p-noshify__main-visual-actions.is-sp {
    display: flex;
  }
  .p-noshify__features, .p-noshify__guide, .p-noshify__plan {
    margin: 104px -16px 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 30px;
  }
  .p-noshify__features-title--en, .p-noshify__guide-title--en, .p-noshify__plan-title--en {
    font-size: 60px;
    margin-left: 8px;
  }
  .p-noshify__features-contents {
    margin: 32px 0 0;
  }
  .p-noshify__features-list {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .p-noshify__features-list-item {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .p-noshify__features-item {
    margin: 0 0 31px;
  }
  .p-noshify__features-item-def {
    margin: 19px 0 0;
  }
  .p-noshify__features-item-def-term {
    text-align: center;
  }
  .p-noshify__plan-title--en {
    left: 0;
    right: auto;
    margin-left: 8px;
    margin-right: 0;
  }
  .p-noshify__plan-contents {
    margin: 33px 0 0;
  }
  .p-noshify__plan-layout {
    flex-direction: column;
  }
  .p-noshify__plan-layout-item.is-basic {
    width: auto;
  }
  .p-noshify__plan-item {
    border: solid 1px #D0D0D0;
    box-sizing: border-box;
    width: 100%;
    max-width: 279px;
    margin: 0 auto 16px;
  }
  .p-noshify__plan-item:after {
    display: none;
  }
  .is-entry .p-noshify__plan-item-heading-item {
    width: 100%;
  }
  .p-noshify__plan-item-heading-def-desc {
    padding-bottom: 14px;
  }
  .p-noshify__plan-item-actions {
    display: block;
  }
  .p-noshify__plan-item-contents {
    display: none;
  }
  .is-active .p-noshify__plan-item-contents {
    display: block;
  }
  .p-noshify__plan-item-def-term {
    border-right: solid 1px #D0D0D0;
  }
  .is-basic .p-noshify__plan-item-def-term {
    display: flex;
  }
  .is-enterprise .p-noshify__plan-item-def-term {
    display: flex;
  }
  .is-basic .p-noshify__plan-item-def-desc {
    width: 50%;
  }
  .is-enterprise .p-noshify__plan-item-def-desc {
    width: 50%;
  }
  .p-noshify__guide {
    margin-top: 19px;
  }
  .p-noshify__guide-contents {
    flex-direction: column;
    margin: 30px 0 0;
  }
  .p-noshify__guide-text {
    font-size: 13px;
    margin: 0;
    letter-spacing: 0.175em;
  }
  .p-noshify__guide-text-break {
    display: inline;
  }
  .p-noshify__guide-button {
    margin: 36px 0 0;
  }
  .p-noshify-guide__layout {
    flex-direction: column;
  }
  .p-noshify-guide__layout.is-2column {
    margin-left: 0;
    margin-right: 0;
  }
  .p-noshify-guide__layout.is-3column {
    margin-left: 0;
    margin-right: 0;
  }
  .is-2column .p-noshify-guide__layout-item {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .is-3column .p-noshify-guide__layout-item {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .p-noshify-guide__step-title--main {
    margin: 0 0 0 9px;
  }
  .p-noshify-guide__step-actions {
    margin: 0 0 40px;
  }
  .p-noshify-guide__step-actions-item {
    display: flex;
    flex-direction: column;
  }
  .p-noshify-guide__step-text.is-pc {
    display: none;
  }
  .p-noshify-guide__step-text.is-sp {
    display: block;
  }
  .p-noshify-guide__step-image {
    width: 100%;
    max-width: 343px;
    margin-left: auto;
    margin-right: auto;
  }
  .is-variable .p-noshify-guide__step-image {
    margin-top: 33px;
  }
  .p-noshify-guide__text {
    margin-top: 1.75em;
  }
  .p-noshify-guide__text.is-pc {
    display: none;
  }
  .p-noshify-guide__text.is-sp {
    display: block;
  }
  .p-noshify-guide__image {
    width: 100%;
    max-width: 343px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-noshify-guide__install, .p-noshify-guide__faq, .p-noshify-guide__order, .p-noshify-guide__setting {
    margin: 43px 0 31px;
  }
  .p-noshify-guide__install-title, .p-noshify-guide__faq-title, .p-noshify-guide__order-title, .p-noshify-guide__setting-title {
    font-size: 22px;
  }
  .p-noshify-guide__install-title::before, .p-noshify-guide__faq-title::before, .p-noshify-guide__order-title::before, .p-noshify-guide__setting-title::before {
    height: 22px;
    margin: 0 15px 0 0;
  }
  .p-noshify-guide__install-contents, .p-noshify-guide__faq-contents, .p-noshify-guide__order-contents, .p-noshify-guide__setting-contents {
    margin: 36px 0 0;
  }
  .p-noshify-guide__faq-def-term {
    align-items: center;
    padding: 13px 15px;
  }
  .p-noshify-guide__faq-def-term-icon {
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0;
  }
  .p-noshify-guide__faq-def-term-state {
    margin: 0 0 0 15px;
  }
  .p-noshify-guide__faq-def-desc {
    align-items: center;
    padding: 13px 15px;
  }
  .p-noshify-guide__faq-def-desc-icon {
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0;
  }
  .u-hidden__block--pc {
    display: block;
  }
  .u-hidden__block--sp {
    display: none;
  }
  .u-hidden__inline--pc {
    display: inline;
  }
  .u-hidden__inline--sp {
    display: none;
  }
  .u-hidden__flex--pc {
    display: inline;
  }
  .u-hidden__flex--sp {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: underline;
    text-decoration-thickness: from-font;
    text-underline-offset: 0.2em;
  }
  a:not([href]):hover {
    text-decoration: none;
  }
  .u-hover__opacity:hover, .u-hover__opacity--06:hover, .u-hover__opacity--08:hover {
    text-decoration: none;
  }
  .u-hover__opacity--08:hover {
    opacity: 0.8;
  }
  .u-hover__opacity--06:hover {
    opacity: 0.6;
  }
  .u-hover__none:hover {
    text-decoration: none;
  }
  .u-hover__scale:hover {
    text-decoration: none;
    transform: scale(1.025);
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
#header {
    background-color: #fff;
  }
  *::-ms-backdrop,
.c-animation__font-from-left,
.c-animation__font-from-right {
    opacity: 1;
    transform: translate(0, 0);
  }
  *::-ms-backdrop,
.p-common__contact-contents:after,
.p-common__contact-contents:before {
    opacity: 1;
    transform: translateX(0px);
  }

  *::-ms-backdrop,
.p-common__contact-body:before {
    opacity: 1;
    transform: translateX(0);
  }

  *::-ms-backdrop,
.p-common__contact-body:after {
    opacity: 1;
    transform: translateX(0) rotate(45deg);
  }
}

/*# sourceMappingURL=bundle.css.map */