@charset "UTF-8";
:root {
  --explanation-color: #888888;
  --explanation-bgcolor: #F4F7F7;
}

body {
  color: #231815;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (max-width: 768px) {
  .u-hidden-sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .u-hidden-pc {
    display: none;
  }
}
.mainContents {
  min-width: 960px;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .mainContents {
    min-width: 0;
    width: 100%;
    margin: 0 auto;
  }
}
section {
  overflow: hidden;
}

section * {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}

l-inner {
  max-width: 940px;
  margin: 0 auto;
}

.p-section__title {
  color: #595757;
  font-size: 34px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2.72px;
}

@media screen and (max-width: 768px) {
  .p-section__title {
    font-size: 24px;
  }
}
.c-menu {
  color: #333;
  font-size: 1.2rem;
  letter-spacing: -1rem;
  line-height: 2.2rem;
}

.c-menu > li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 2rem;
}

.c-menu > li a {
  color: #333;
  text-decoration: none;
}

.c-menu i {
  font-size: 1.4rem;
  margin-right: 4px;
}

.caution-list li {
  color: #231815;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.96px;
  position: relative;
  padding-left: calc(1em + 4px);
}

.caution-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.fa-angle-right:before {
  content: "\f105";
}

.p-tec_primary {
  background: #eee;
  padding: 1.1rem 0;
  overflow-x: auto;
  overflow-y: hidden;
}

@media screen and (max-width: 768px) {
  .p-tec_primary .p-tec_inner {
    width: 100%;
  }
}
.u-pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}
.u-sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block !important;
  }
}
.noscript {
  background-color: #fdd7b4;
  font-family: "Noto Sans JP", sans-serif;
  padding: 16px 0;
}

@media screen and (max-width: 768px) {
  .noscript {
    padding: 12px 10px;
  }
}
.noscript.is_active {
  background-color: #fdd7b4;
  padding: 16px 0;
}

.noscript__text {
  font-size: 14px;
  line-height: 1.8;
  width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .noscript__text {
    width: 100%;
  }
}
.noscript__text span {
  font-weight: 700;
}

.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 24px 0;
  border-bottom: 1px solid #ABABAB;
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.fixed-nav.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.fixed-nav__inner {
  max-width: 940px;
  margin: 0 auto;
}

.fixed-nav__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}

@media screen and (max-width: 768px) {
  .fixed-nav__list {
    flex-wrap: wrap;
    gap: 10px 32px;
  }
}
.fixed-nav__item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-left: 20px;
}

.fixed-nav__item::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 1px #0064D2;
  border-right: solid 1px #0064D2;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-75%) rotate(45deg);
}

.fixed-nav__anchor {
  color: #0064D2;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.12px;
}

.fixed-nav__anchor:hover {
  opacity: 0.8;
  transition: 0.5s;
  text-decoration: underline;
}

.fv__content {
  padding: 55px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .fv__content {
    padding: 56px 10px;
  }
}
.fv__content::before {
  content: "";
  display: block;
  background: url(../img/fv_bg_circle_01.svg) no-repeat;
  background-size: contain;
  width: 261px;
  height: 261px;
  position: absolute;
  bottom: -127px;
  left: 50%;
  transform: translateX(calc(-50% - 470px));
}

@media screen and (max-width: 768px) {
  .fv__content::before {
    background-image: url(../img/fv_bg_circle_01--sp.svg);
    width: 100px;
    height: 74px;
    bottom: 0;
    left: 0;
    transform: none;
  }
}
.fv__content::after {
  content: "";
  display: block;
  background: url(../img/fv_bg_circle_02.svg) no-repeat;
  background-size: contain;
  width: 183px;
  height: 183px;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(calc(50% + 470px));
}

@media screen and (max-width: 768px) {
  .fv__content::after {
    background-image: url(../img/fv_bg_circle_02--sp.svg);
    width: 93px;
    height: 73px;
    top: 0;
    right: 0;
    transform: none;
  }
}
.fv__title {
  margin-bottom: 10px;
  color: #595757;
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 2.88px;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 26px;
  }
}
.fv__sub-title {
  display: block;
  color: #F26F45;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.16em;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv__sub-title {
    margin-bottom: 8px;
  }
}
.fv__text {
  color: #231815;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 1.28px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv__text {
    line-height: 160%;
  }
}
.fv__cta {
  padding: 24px 0 28px;
  background: #FDFAEF;
}

@media screen and (max-width: 768px) {
  .fv__cta {
    padding: 24px 10px;
  }
}
.fv__cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 44px;
  max-width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .fv__cta-inner {
    flex-direction: column;
    gap: 16px;
  }
}
.fv__cta-text {
  color: #595757;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 160%;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}

.fv__cta-button.green {
  background-color: #52B0A7;
}

.fv__cta-button.orange {
  background-color: #F26F45;
}

.anchor {
  padding: 80px 10px 0;
  margin-bottom: 40px;
}
.anchor__flex {
  gap: 40px;
}
.anchor__flex a {
  color: #0064D2;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
  transition: .3s;
}
.anchor__flex a:hover {
    text-decoration-line: underline;
}
.anchor__flex a::before {
  content: "∨";
  font-size: 0.8em;
  line-height: 16px;
  display: block;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 768px) {
  .anchor {
    padding: 56px 10px 0;
    margin-bottom: 36px;
  }
  .anchor__flex {
    flex-wrap: wrap !important;
    gap: 12px 32px;
  }
  .anchor__flex a:hover {
      opacity: 1;
  }
  .anchor__flex a:hover {
      text-decoration-line: none;
  }
}
.owner, .explanation, .seminar {
  margin-bottom: 60px;
  padding: 40px 10px 0;
}
.owner h2, .explanation h2, .seminar h2 {
  color: #595757;
  font-size: 34px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
.owner .startbutton, .explanation .startbutton, .seminar .startbutton {
  display: block;
  position: relative;
}
.owner .startbutton::after, .explanation .startbutton::after, .seminar .startbutton::after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background: no-repeat url("../img/icon__start.svg") center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .owner, .explanation, .seminar {
    margin-bottom: 56px;
  }
  .owner h2, .explanation h2, .seminar h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .owner .startbutton::after, .explanation .startbutton::after, .seminar .startbutton::after {
    width: 56px;
    height: 56px;
  }
}
.owner__flex {
  gap: 44px;
  justify-content: left !important;
  max-width: 940px;
}
.owner__flex--box {
  width: calc((100% - 88px) / 3);
}
.owner__flex--box--a {
  display: block;
  cursor: pointer;
  transition: .3s;
}
.owner__flex--box--a:hover {
    opacity: .7;
}
.owner__flex--box img {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 8px;
}
.owner__flex--box--name {
  color: #231815;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 4px;
}
.owner__flex--box--title {
  color: #595757;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 20px;
}
.owner__flex--box--list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.owner__flex--box--list li {
  color: #F26F45;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  display: inline-block;
  height: 27px;
  padding: 0 12px;
  border: 1px solid #F26F45;
}
.owner__flex--box--link {
  color: #0064D2;
  font-size: 14px;
  line-height: 1.8;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  transition: .3s;
}
.owner__flex--box--link:hover {
    text-decoration-line: underline;
}
.owner__flex--box--link::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0064D2;
  border-right: 1px solid #0064D2;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform: rotate(45deg) translateY(-50%);
}
.owner__button {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .owner__flex {
    gap: 32px;
    flex-direction: column;
    margin-bottom: 32px !important;
  }
  .owner__flex--box {
    width: 100%;
  }
  .owner__flex--box--a:hover {
      opacity: 1;
  }
  .owner__flex--box--link:hover {
      opacity: 1;
      text-decoration-line: none;
  }
}
.explanation {
  max-width: 940px;
  margin: 0 auto 60px;
}
.explanation__flex {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 40px;
}
.explanation__flex a {
  color: #888888;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  display: block;
  width: calc((100% - 36px) / 4);
  background-color: #F4F7F7;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: 0.3s;
  cursor: pointer;
}
.explanation__flex a.js-active, .explanation__flex a:hover {
  color: var(--explanation-color) !important;
  background-color: var(--explanation-bgcolor) !important;
}
.explanation__flex a.js-active[name=ex-begin], .explanation__flex a:hover[name=ex-begin] {
  --explanation-color: #F26F45;
  --explanation-bgcolor: #FEF0E8;
}
.explanation__flex a.js-active[name=ex-use], .explanation__flex a:hover[name=ex-use] {
  --explanation-color: #52B0A7;
  --explanation-bgcolor: #EAF4F3;
}
.explanation__flex a.js-active[name=ex-trouble], .explanation__flex a:hover[name=ex-trouble] {
  --explanation-color: #DFAC2A;
  --explanation-bgcolor: #FBF2DB;
}
.explanation__flex a.js-active[name=ex-close], .explanation__flex a:hover[name=ex-close] {
  --explanation-color: #354D6F;
  --explanation-bgcolor: #DFECF8;
}
.explanation__content {
  display: none;
}
.explanation__content.js-active {
  display: block;
}
.explanation__content.js-active#ex-begin {
  --explanation-color: #F26F45;
  --explanation-bgcolor: #FEF0E8;
}
.explanation__content.js-active#ex-use {
  --explanation-color: #52B0A7;
  --explanation-bgcolor: #EAF4F3;
}
.explanation__content.js-active#ex-trouble {
  --explanation-color: #DFAC2A;
  --explanation-bgcolor: #FBF2DB;
}
.explanation__content.js-active#ex-close {
  --explanation-color: #354D6F;
  --explanation-bgcolor: #DFECF8;
}
.explanation__content--top {
  color: var(--explanation-color);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  display: table;
  padding: 0 12px;
  margin: 0 auto 10px;
  background-color: var(--explanation-bgcolor);
}
.explanation__content--title {
  color: #595757;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}
.explanation__content--description {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 36px;
}
.explanation__content--flex {
  display: flex;
  gap: 36px 44px;
  flex-wrap: wrap;
}
.explanation__content--flex--a {
  display: block;
  width: calc((100% - 88px) / 3);
  margin: 0;
  cursor: pointer;
  transition: .3s;
}
.explanation__content--flex--a:hover {
    opacity: .7;
}
.explanation__content--flex--a img {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 8px;
}
.explanation__content--flex--a .title {
  color: #595757;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.explanation__content--flex--a .contents {
  color: #231815;
  font-size: 14px;
  line-height: 1.8;
}
.explanation__anchor {
  color: #0064D2;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  display: table;
  padding-left: 20px;
  margin: 28px auto 0;
  position: relative;
}
.explanation__anchor::before {
  content: "∨";
  font-size: 0.8em;
  line-height: 16px;
  display: block;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .explanation {
    margin-bottom: 56px;
  }
  .explanation__flex {
    gap: 4px;
    margin-bottom: 32px;
  }
  .explanation__flex a {
    font-size: 12px;
    line-height: 40px;
    width: calc((100% - 12px) / 4);
  }
  .explanation__flex a:hover {
    color: #888888;
    background-color: #F4F7F7;
  }
  .explanation__content--title {
    font-size: 20px;
  }
  .explanation__content--description {
    margin-bottom: 32px;
  }
  .explanation__content--flex {
    flex-direction: column;
    gap: 48px;
  }
  .explanation__content--flex--a {
    width: 100%;
  }
  .explanation__content--flex--a:hover {
      opacity: 1;
  }
}
.seminar {
  max-width: 940px;
  margin: 0 auto 100px;
}
.seminar__inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 4.68%;
}
.seminar__inner--left {
  display: block;
  width: 30.213%;
  cursor: pointer;
  transition: .3s;
}
.seminar__inner--left:hover {
    opacity: .7;
}
.seminar__inner--left img {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.seminar__inner--left--date {
  color: #231815;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 4px;
}
.seminar__inner--left--title {
  color: #595757;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
}
.seminar__inner--right {
  width: 65.106%;
  padding: 28px 38px;
  background-color: #F4F7F7;
}
.seminar__inner--right--title {
  color: #595757;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 12px;
}
.seminar__inner--right--content {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 12px;
}
.seminar__inner--right--caution {
    color: #231815;
    font-size: 12px;
    line-height: 1.6;
    padding-left: 16px;
    position: relative;
}
.seminar__inner--right--caution::before {
    content: "\0203b";
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 768px) {
  .seminar {
    margin-bottom: 56px;
  }
  .seminar__inner {
    flex-direction: column;
    gap: 24px;
  }
  .seminar__inner--left {
    width: 100%;
  }
  .seminar__inner--left:hover {
      opacity: 1;
  }
  .seminar__inner--right {
    width: 100%;
    padding: 28px 20px;
  }
  .seminar__inner--right--title {
    margin-bottom: 8px;
  }
  .seminar__inner--right--content {
    font-size: 16px;
    line-height: 2.2;
  }
}
.modal {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.modal.show {
  visibility: visible;
  opacity: 1;
}
.modal__bk {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3E3A39;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.modal__content {
  display: block;
  padding-top: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal__content .close {
  color: #ffffff !important;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  padding-left: 3px;
  border-radius: 50%;
  background-color: #3E3A39;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.modal__content--inner iframe {
  width: min(100vw - 20px,(100vh - 20px - 52px) * (16 / 9));
  max-width: 776px;
  max-height: calc(100vh - 20px - 52px);
}

@media screen and (max-width: 768px) {
  .modal__content {
    padding-top: 36px;
  }
  .modal__content .close {
    font-size: 14px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    padding-left: 1.5px;
  }
}
.case {
  padding: 0 10px 108px;
}

.case .tcolumn {
  max-width: 940px;
  margin: 0 auto;
  gap: 14px;
  align-items: center;
}

.case .tcolumn p {
  color: #595757;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  width: calc(100% - 14px - 300px);
}

.case .tcolumn p span, .case .tcolumn p strong {
  color: #F26F45;
}

.case .tcolumn picture {
  display: block;
  width: 300px;
  aspect-ratio: 1/1;
  position: relative;
}

.case .tcolumn picture img {
  display: block;
  width: 100%;
  position: relative;
}

.case .tcolumn picture::before {
  content: "";
  display: block;
  width: 280px;
  height: 280px;
  background: no-repeat url("/products/pos/posasy/support/img/case__bk.svg") center/cover;
  position: absolute;
  top: 57px;
  left: 54px;
}

@media screen and (max-width: 768px) {
  .case {
    padding: 0 10px 56px;
  }
  .case .tcolumn {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
  .case .tcolumn p {
    font-size: 20px;
    width: 100%;
    text-align: center;
  }
  .case .tcolumn picture {
    width: 263px;
  }
  .case .tcolumn picture::before {
    width: 100%;
    height: 100%;
    background-image: url("/products/pos/posasy/support/img/case__bk--sp.svg");
    top: 20px;
    left: auto;
    right: 20px;
  }
}
.summary {
  padding: 64px 0;
  background: #FDFAEF;
}

@media screen and (max-width: 768px) {
  .summary {
    padding: 40px 0;
  }
}
.summary__inner {
  max-width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .summary__inner {
    padding: 0 10px;
  }
}
.summary__heading {
  display: flex;
  flex-flow: column;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .summary__heading {
    margin-bottom: 12px;
  }
}
.summary__store-name {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row-reverse;
  gap: 12px;
  color: #595757;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 220%;
  letter-spacing: 1.28px;
}

.summary__store-name::before {
  content: "事例店舗名";
  order: 1;
}

.summary__store-name::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #ABABAB;
  order: 0;
}

.summary__title {
  color: #595757;
  font-family: "Noto Sans JP";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 2.72px;
}

@media screen and (max-width: 768px) {
  .summary__title {
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}
.summary__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.summary__label {
  padding: 4px 12px;
  border: 1px solid #F26F45;
  background: #FFF;
  color: #F26F45;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.96px;
}

.summary__thumbnail {
  display: block;
  width: 100%;
  max-width: 776px;
  margin: 0 auto;
  padding-top: 40px;
}

.summary__movie-wrapper {
  max-width: 776px;
  margin: 0 auto;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .summary__movie-wrapper {
    margin-top: 24px;
  }
}
.summary__movie {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.summary__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.toc {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .toc {
    padding-top: 56px;
  }
}
.toc__inner {
  max-width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .toc__inner {
    padding: 0 10px;
  }
}
.toc__heading {
  margin-bottom: 36px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ABABAB;
  color: #595757;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.92px;
}

@media screen and (max-width: 768px) {
  .toc__heading {
    margin-bottom: 24px;
    padding-bottom: 12px;
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}
.toc__list {
  display: flex;
  flex-flow: column;
  gap: 24px;
  counter-reset: toc-list;
}

.toc__item {
  counter-increment: toc-list;
}

.toc__chapter-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #595757;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.44px;
}

@media screen and (max-width: 768px) {
  .toc__chapter-title {
    margin-bottom: 12px;
  }
}
.toc__chapter-list {
  display: flex;
  flex-flow: column;
  gap: 4px;
  padding-left: 5px;
}

.toc__chapter-item {
  position: relative;
  padding-left: 20px;
}

.toc__chapter-item::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 1px #0064D2;
  border-right: solid 1px #0064D2;
  position: absolute;
  top: 1em;
  left: 0;
  transform: translateY(-85%) rotate(45deg);
}

.toc__link {
  color: #0064D2;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.12px;
}

.toc__link:hover {
  opacity: 0.8;
  transition: 0.5s;
  text-decoration: underline;
}

.intro {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .intro {
    padding-top: 56px;
  }
}
.intro__inner {
  max-width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .intro__inner {
    padding: 0 10px;
  }
}
.intro__box {
  padding: 28px 38px 32px;
  background: #F4F7F7;
}

@media screen and (max-width: 768px) {
  .intro__box {
    padding: 28px 20px 32px;
  }
}
.intro__box--issue {
  background: #F4F7F7;
}

.intro__box--effect {
  background: #FDFAEF;
}

.intro__box-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
  color: #595757;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.92px;
}

@media screen and (max-width: 768px) {
  .intro__box-title {
    margin-bottom: 12px;
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}
.intro__box--effect .intro__box-title {
  color: #F26F45;
}

.intro__box-title::before {
  content: "";
  display: block;
  background: url(../img/icon_issue.png) no-repeat;
  background-size: contain;
  width: 64px;
  height: 64px;
  border-radius: 64px;
}

@media screen and (max-width: 768px) {
  .intro__box-title::before {
    width: 40px;
    height: 40px;
  }
}
.intro__box--effect .intro__box-title::before {
  background-image: url(../img/icon_effect.png);
}

.intro__box-list {
  display: flex;
  flex-flow: column;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .intro__box-list {
    gap: 12px;
  }
}
.intro__box-item {
  position: relative;
  padding-left: 20px;
  color: #231815;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.28px;
}

.intro__box-item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #3E3A39;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-75%);
}

.intro__box--effect .intro__box-item::before {
  background: #F26F45;
}

.intro__box-em {
  font-weight: 700;
}

.intro__box--effect .intro__box-em {
  color: #F26F45;
}

.intro__box-time {
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  color: #231815;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.12px;
}

.intro__box-time::before {
  content: "導入時期";
  order: 1;
}

.intro__box-time::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #ABABAB;
  order: 0;
}

.intro__box-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
}

.intro__box-arrow::before {
  content: "";
  display: block;
  background: url(../img/icon_box_arrow.png) no-repeat;
  background-size: contain;
  width: 32px;
  height: 18px;
}

.intro__text {
  padding-top: 48px;
  color: #231815;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 1.28px;
}

@media screen and (max-width: 768px) {
  .intro__text {
    padding-top: 32px;
  }
}
.intro__text + .intro__text {
  padding-top: 2em;
}

.content {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .content {
    padding-top: 56px;
  }
}
.content__inner {
  max-width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .content__inner {
    padding: 0 10px;
  }
}
.content__title {
  margin-bottom: 40px;
  padding-left: 20px;
  color: #595757;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.92px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .content__title {
    margin-bottom: 24px;
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}
.content__title::before {
  content: "";
  display: block;
  background: #F26F45;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.content__question {
  display: flex;
  align-items: start;
  gap: 16px;
  margin-bottom: 24px;
  padding: 40px 0 16px;
  border-bottom: 1px dashed #ABABAB;
  color: #231815;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 220%;
  letter-spacing: 1.44px;
}

@media screen and (max-width: 768px) {
  .content__question {
    margin-top: 36px;
    padding-top: 0;
    line-height: 160%;
  }
}
.content__question::before {
  content: "Q";
  color: #F26F45;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 144%;
  letter-spacing: 2.24px;
}

@media screen and (max-width: 768px) {
  .content__question::before {
    line-height: 100%;
  }
}
.content__text {
  color: #231815;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 1.28px;
}

.content__text + .content__text {
  padding-top: 2em;
}

.content__img-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 44px;
}

@media screen and (max-width: 768px) {
  .content__img-wrapper {
    gap: 8px;
  }
}
.content__img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .content__img {
    max-width: 448px;
  }
}
.content__button {
  display: block;
  width: 100%;
  margin: 48px auto 0;
  padding: 16px 0;
  border-radius: 50px;
  background: #52B0A7;
  position: relative;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 220%;
  letter-spacing: 1.44px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  .content__button {
    max-width: 448px;
  }
}
@media screen and (max-width: 768px) {
  .content__button {
    margin-top: 32px;
    padding: 10px 0;
  }
}
.content__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #2f635e;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

@media screen and (min-width: 769px) {
  .content__button:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.content__button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 0;
  margin: auto 0;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .content__button::after {
    right: 20px;
  }
}
.content__button span {
  position: relative;
  z-index: 3;
}

.access {
  margin-bottom: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .access {
    padding-top: 56px;
  }
}
.access__inner {
  max-width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .access__inner {
    padding: 0 10px;
  }
}
.access__box {
  padding: 28px 38px 32px;
  background: #F4F7F7;
}

@media screen and (max-width: 768px) {
  .access__box {
    padding: 28px 20px 32px;
  }
}
.access__list {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .access__list {
    gap: 8px;
  }
}
.access__item {
  display: flex;
}

@media screen and (min-width: 769px) {
  .access__item {
    align-items: start;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .access__item {
    flex-flow: column;
    gap: 2px;
  }
}
.access__heading {
  min-width: 80px;
  color: #231815;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.12px;
}

@media screen and (min-width: 769px) {
  .access__heading {
    line-height: 180%;
  }
}
.access__text {
  flex: 1;
  color: #231815;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.12px;
}

.access__text a {
  color: #0064D2;
}

.access__text a[target=_blank] {
  position: relative;
}

.access__text a[target=_blank]::after {
  content: "\f08e";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: -1.5em;
  transform: translateY(calc(-50% + 1px));
  line-height: 100%;
}

.access__text a:hover {
  text-decoration: underline;
}

.access__opening-hours {
  display: flex;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .access__opening-hours {
    gap: 12px;
  }
}
.access__opening-hours::before {
  content: "";
  display: block;
  min-width: 48px;
}

.access__opening-hours--weekday::before {
  content: "平日";
}

.access__opening-hours--holiday::before {
  content: "土日祝";
}

.access__caution {
  display: block;
  margin-top: 12px;
  padding-left: 1em;
  color: #231815;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.96px;
  position: relative;
}

.access__caution::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.contact {
  padding-top: 106px;
  padding-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 40px;
    padding-top: 80px;
  }
}
.contact__inner {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .contact__inner {
    padding: 0 10px;
  }
}
.contact__title {
  margin-bottom: 40px;
  color: #595757;
  font-family: "Noto Sans JP";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 2.72px;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}
.contact__sub-title {
  display: block;
  color: #F26F45;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.16em;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .contact__sub-title {
    margin-bottom: 8px;
  }
}
.contact__list {
  display: flex;
  gap: 44px;
  max-width: 940px;
  margin: 0 auto;
  padding-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .contact__list {
    flex-flow: column;
    gap: 36px;
  }
}
.contact__item {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.contact__heading {
  margin-bottom: 20px;
  color: #595757;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.92px;
}

@media screen and (max-width: 768px) {
  .contact__heading {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}
.contact__content {
  display: flex;
  flex-flow: column;
  align-items: center;
  flex-grow: 1;
}

.contact__img {
  max-height: 190px;
}

.contact__img--inquiry {
  transform: translateX(12px);
}

.contact__text {
  margin-bottom: 16px;
  padding-top: 20px;
  color: #231815;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.28px;
}

@media screen and (max-width: 768px) {
  .contact__text {
    margin-bottom: 32px;
    padding-top: 16px;
  }
}
.contact__button {
  display: block;
  max-width: 448px;
  width: 100%;
  margin-top: auto;
  background-color: #52b0a7;
  font-size: 18px;
  line-height: 72px;
  color: #FFF;
  text-decoration-line: none;
  font-weight: bold;
  text-align: center;
  border-radius: 99px;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .contact__button {
    line-height: 56px;
  }
}
.contact__button--download {
  background-color: #F26F45;
}

.contact__button--download::before {
  background-color: #a64b2e;
}

.contact__button--inquiry {
  background-color: #52b0a7;
}

.contact__button--inquiry::before {
  background-color: #2f635e;
}

.contact__button--trial {
  background-color: #FFF;
  box-shadow: 0 0 0 2px #52B0A7 inset;
  color: #52B0A7;
}

.contact__button--trial::before {
  background-color: #2f635e;
}

@media screen and (min-width: 769px) {
  .contact__button--trial:hover {
    color: #FFF;
    box-shadow: 0 0 0 2px #2f635e inset;
  }
}
@media screen and (min-width: 769px) {
  .contact__button--trial:hover::after {
    border-top-color: #FFF;
    border-right-color: #FFF;
  }
}
.contact__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

@media screen and (min-width: 769px) {
  .contact__button:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.contact__button::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: 0.5s;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}

.contact__button--trial::after {
  border-top-color: #52B0A7;
  border-right-color: #52B0A7;
}

.contact__button span {
  position: relative;
  z-index: 3;
}

.tcolumn {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  justify-content: center;
}

.hbutton {
  display: block;
  width: 100%;
  height: 72px;
  font-size: 18px;
  line-height: 72px;
  color: #ffffff;
  text-decoration-line: none;
  font-weight: bold;
  text-align: center;
  border-radius: 36px;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.6s;
}
.hbutton.black {
  color: #3E3A39;
  border: 2px solid #3E3A39;
  background-color: #ffffff;
  width: 300px;
  height: 56px;
}
.hbutton.black span {
  line-height: 54px;
}
.hbutton.black::before {
  background-color: #3E3A39;
}
.hbutton.black:hover {
  color: #ffffff;
}
.hbutton.black:hover::after {
  border-color: #ffffff;
}
.hbutton.black::after {
  border-color: #3E3A39;
}

.hbutton::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.hbutton:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.hbutton::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: 0.5s;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}

.hbutton span {
  font-size: 18px;
  line-height: 72px;
  display: block;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .hbutton {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 448px;
    height: 56px;
    line-height: 56px;
  }
  .hbutton.black {
    height: 48px;
  }
  .hbutton.black span {
    line-height: 44px;
  }
  .hbutton:hover::before {
    transform: scale(0, 1);
  }
  .hbutton::after {
    z-index: 2;
    right: 22px;
  }
  .hbutton span {
    line-height: 56px;
  }
}
.bottomnav {
  display: none;
}

@media screen and (max-width: 768px) {
  .bottomnav {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #ABABAB;
    overflow: visible;
    width: 100%;
    min-width: 960px;
    position: fixed;
    left: 0;
    bottom: -120px;
    z-index: 1000;
    min-width: 100%;
    transition: 0.3s;
  }
  .bottomnav.active {
    bottom: 0;
  }
  .bottomnav.hide {
    display: none;
  }
  .bottomnav__button {
    display: none;
    width: 30px;
    height: 30px;
    background-color: #3E3A39;
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: -15px;
    right: 10px;
  }
  .bottomnav__button.active {
    display: block;
  }
  .bottomnav__button i::before {
    line-height: 30px;
  }
  .bottomnav__tcolumn {
    min-width: 100%;
    max-width: 100%;
    padding: 20px 0;
    gap: 1.6vw;
  }
  .bottomnav__tcolumn--left .button,
  .bottomnav__tcolumn--right .button {
    width: 46.4vw;
  }
  .bottomnav__tcolumn--left .button span,
  .bottomnav__tcolumn--right .button span {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
  }
  .bottomnav__tcolumn--left .button {
    background-color: #f26f45;
  }
  .bottomnav__tcolumn--right .button {
    background-color: #52B0A7;
  }
}
.p-tec-footer__pagetop {
  bottom: 2rem;
  z-index: 900;
}

.p-tec-footer__copyright--bottom {
  color: #231815;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .p-tec-footer.active {
    padding-bottom: 96px;
    transition: 0.3s;
  }
  .p-tec-footer.active.hide {
    padding-bottom: 0;
  }
  .p-tec-footer__pagetop {
    bottom: 12rem;
  }
  .p-tec-footer.hide .p-tec-footer__pagetop {
    bottom: 2rem;
  }
} /*# sourceMappingURL=posasy_gallery.css.map */