@charset "UTF-8";
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;
}

.support {
  padding: 100px 10px;
}
.support__inner {
  gap: 44px;
  align-items: center;
  width: 940px;
}
.support__inner > * {
  flex: 1;
}
.support__inner div h2 {
  color: #595757;
  font-size: 34px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0.08em;
}
.support__inner div h2 span {
  color: #F26F45;
}
.support__inner div p {
  font-size: 16px;
  line-height: 2.2;
  font-weight: 400;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .support {
    padding: 56px 10px;
  }
  .support__inner {
    align-items: normal;
    width: 100%;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .support__inner > * {
    flex: auto;
  }
  .support__inner div h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.step {
  background-color: #F4F7F7;
  padding: 100px 10px;
}
.step .c-mb0 {
  margin-bottom: 0px !important;
}
.step .c-mb28 {
  margin-bottom: 28px !important;
}
.step .c-mb40 {
  margin-bottom: 40px !important;
}
.step .c-mb48 {
  margin-bottom: 48px !important;
}
.step h2 {
  color: #595757;
  font-size: 34px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}
.step h2 span {
  color: #F26F45;
}
.step__header {
  gap: 85px;
  padding-bottom: 100px;
}
.step__header figure {
  width: 202px;
  position: relative;
}
.step__header figure img {
  display: block;
  width: 126px;
  margin: 0 auto 16px;
}
.step__header figure figcaption {
  text-align: center;
}
.step__header figure figcaption p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 16px;
}
.step__header figure figcaption p span {
  color: #595757;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}
.step__header figure figcaption a {
  color: #0064D2;
  padding-left: 20px;
  position: relative;
  transition: .3s;
}
.step__header figure figcaption a::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #0064D2;
  border-bottom: 1px solid #0064D2;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 3px;
  margin: auto 0;
}
.step__header figure figcaption a:hover{
    text-decoration-line: underline;
}
.step__header figure:not(:last-of-type):after {
  content: "";
  display: block;
  width: 39px;
  height: 9px;
  background: no-repeat url("/products/pos/posasy/support/img/step_header_arrow.svg") center/cover;
  position: absolute;
  top: 0;
  right: -62px;
  bottom: 0;
  margin: auto 0;
}
.step__content {
  gap: 38px;
  width: 940px;
  background-color: #ffffff;
  padding: 36px 38px;
}
.step__content:not(:last-of-type) {
  margin-bottom: 8px !important;
}
.step__content > figure {
  display: block;
  width: 126px;
}
.step__content > figure img {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.step__content > figure figcaption {
  color: #595757;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
.step__content > div {
  width: calc(100% - 164px);
}
.step__content > div h3 {
  color: #595757;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 16px;
}
.step__content > div .h3__bottom {
  font-size: 16px;
  line-height: 2.2;
  margin-bottom: 32px;
}
.step__content > div h4 {
  color: #52B0A7;
  font-size: 20px;
  line-height: 2.2;
  font-weight: bold;
  padding-bottom: 7px;
  border-bottom: 1px solid #52B0A7;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.step__content > div .h4__bottom {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 32px;
}
.step__content > div .h4__bottom > span {
  color: #595757;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}
.step__content > div .tcolumn {
  gap: 44px;
  margin-bottom: 32px;
}
.step__content > div .tcolumn.center {
  align-items: center;
}
.step__content > div .tcolumn > figure {
  width: 328px;
}
.step__content > div .tcolumn > p, .step__content > div .tcolumn > div {
  width: calc(100% - 38px - 328px);
}
.step__content > div .tcolumn > p ul, .step__content > div .tcolumn > div ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding-top: 16px;
}
.step__content > div .tcolumn > p ul li, .step__content > div .tcolumn > div ul li {
  font-size: 12px;
  line-height: 1.6;
}
.step__content > div .tcolumn > p ul li span, .step__content > div .tcolumn > div ul li span {
  color: #ffffff;
  font-size: 12px;
  line-height: 23px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background-color: #666666;
  width: 97px;
  height: 23px;
  margin-right: 12px;
}
.step__content > div .tcolumn figure, .step__content > div .tcolumn .h4__bottom {
  margin-bottom: 0;
}
.step__content > div .fcolumn {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
}
.step__content > div .fcolumn figure {
  flex: 1;
  padding: 20px 0;
  background-color: #F4F7F7;
}
.step__content > div .fcolumn figure img {
  display: block;
  width: 100px;
  aspect-ratio: 1/1;
  margin: 0 auto 12px;
}
.step__content > div .fcolumn figure figcaption h5 {
  color: #595757;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  display: block;
  height: 47px;
  margin-bottom: 4px;
}
.step__content > div .fcolumn figure figcaption h5.single {
  line-height: 47px;
}
.step__content > div .fcolumn figure figcaption h5 span {
  font-size: 14px;
  display: block;
}
.step__content > div .fcolumn figure figcaption p {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
.step__content > div .hbutton {
  width: 448px;
  height: 72px;
  margin: 0 auto;
  position: relative;
}
.step__content > div .hbutton.green {
  color: #ffffff;
  background-color: #52B0A7;
}
.step__content > div .hbutton.white {
  color: #52B0A7;
  background-color: #ffffff;
  border: 2px solid #52B0A7;
}
.step__content > div .hbutton.white::after {
  border-top: 2px solid #52B0A7;
  border-right: 2px solid #52B0A7;
}
.step__content > div .hbutton.white:hover {
  color: #ffffff;
  border-color: #2f635e;
}
.step__content > div .hbutton.white:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.step__content > div .hbutton span {
  font-size: 15px;
  line-height: 72px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 3;
}
.step__content > div .hbutton::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;
}
.step__content > div .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;
}
.step__content > div .hbutton:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.step__content > div .dotbox {
  border: 2px dotted #DBDBDB;
  padding: 28px 38px 32px;
  margin-bottom: 32px;
}
.step__content > div .dotbox__top {
  color: #52B0A7;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  display: table;
  padding: 0 20px;
  margin: 0 auto 8px;
  position: relative;
}
.step__content > div .dotbox__top:before, .step__content > div .dotbox__top::after {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background-color: #52b0a7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.step__content > div .dotbox__top::before {
  left: 0;
  transform: translateY(-50%) rotate(-35deg);
}
.step__content > div .dotbox__top::after {
  right: 0;
  transform: translateY(-50%) rotate(35deg);
}
.step__content > div .dotbox__title {
  color: #595757;
  text-align: center;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 8px;
}
.step__content > div .dotbox__content {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.step__content > div .dotbox__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  counter-reset: dotboxNum;
}
.step__content > div .dotbox__list li {
  font-size: 12px;
  line-height: 1.6;
  padding-left: 24px;
  position: relative;
}
.step__content > div .dotbox__list li::before {
  counter-increment: dotboxNum;
  content: "※" counter(dotboxNum);
  position: absolute;
  left: 0;
}

@media screen and (max-width: 768px) {
  .step {
    padding: 40px 10px;
  }
  .step .c-mb28 {
    margin-bottom: 28px !important;
  }
  .step .c-mb40 {
    margin-bottom: 40px !important;
  }
  .step .c-mb48 {
    margin-bottom: 48px !important;
  }
  .step h2 {
    font-size: 20px;
    font-weight: bold;
  }
  .step__header {
    flex-direction: column;
    gap: 60px;
    padding-bottom: 56px;
    max-width: 385px;
  }
  .step__header figure {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-bottom: 0;
  }
  .step__header figure img {
    width: 100px;
    margin: 0;
  }
  .step__header figure figcaption {
    text-align: left;
  }
  .step__header figure figcaption p {
    margin-bottom: 12px;
  }
  .step__header figure figcaption a:hover {
    opacity: 1;
  }
  .step__header figure:not(:last-of-type):after {
    width: 20px;
    height: 4.5px;
    transform: rotate(90deg);
    top: calc(100% + 20px);
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
  }
  .step__content {
    gap: 12px;
    flex-direction: column;
    width: 100%;
    padding: 20px;
  }
  .step__content:not(:last-of-type) {
    margin-bottom: 16px !important;
  }
  .step__content > figure {
    width: 100%;
    margin-bottom: 0;
  }
  .step__content > figure img {
    width: 100px;
    margin: 0 auto 8px;
  }
  .step__content > figure figcaption {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
  }
  .step__content > div {
    width: 100%;
  }
  .step__content > div h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 8px;
  }
  .step__content > div h4 {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .step__content > div .h4__bottom {
    margin-bottom: 24px;
  }
  .step__content > div .h4__bottom > span {
    font-size: 18px;
    line-height: 2.2;
    margin-bottom: 4px;
    text-align: center;
  }
  .step__content > div .tcolumn {
    flex-direction: column;
    gap: 4px;
  }
  .step__content > div .tcolumn.center {
    align-items: center;
  }
  .step__content > div .tcolumn > figure {
    width: 100%;
  }
  .step__content > div .tcolumn > figure img {
    display: block;
    width: 100%;
  }
  .step__content > div .tcolumn > p, .step__content > div .tcolumn > div {
    width: 100%;
  }
  .step__content > div .tcolumn > p ul, .step__content > div .tcolumn > div ul {
    gap: 8px;
  }
  .step__content > div .tcolumn > p ul li span, .step__content > div .tcolumn > div ul li span {
    margin-right: 16px;
  }
  .step__content > div .fcolumn {
    flex-direction: column;
    gap: 8px;
  }
  .step__content > div .fcolumn figure {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
  }
  .step__content > div .fcolumn figure img {
    width: 80px;
    margin: 0;
  }
  .step__content > div .fcolumn figure figcaption h5 {
    height: auto;
    margin-bottom: 0;
    text-align: left;
  }
  .step__content > div .fcolumn figure figcaption h5.single {
    line-height: unset;
  }
  .step__content > div .fcolumn figure figcaption p {
    text-align: left;
  }
  .step__content > div .hbutton {
    width: 100%;
    max-width: 448px;
    margin: 0 auto;
    height: 58px;
  }
  .step__content > div .hbutton.white span {
    line-height: 54px;
  }
  .step__content > div .hbutton.white:hover {
    color: #52B0A7;
    background-color: #ffffff;
    border: 2px solid #52B0A7;
  }
  .step__content > div .hbutton.white:hover::after {
    border-top: 2px solid #52B0A7;
    border-right: 2px solid #52B0A7;
  }
  .step__content > div .hbutton span {
    font-size: 18px;
    line-height: 58px;
  }
  .step__content > div .hbutton::after {
    width: 12px;
    height: 12px;
    right: 25px;
  }
  .step__content > div .hbutton:hover::before {
    transform: scale(0, 1);
  }
  .step__content > div .dotbox {
    border-width: 1px;
    padding: 20px;
    margin-bottom: 32px;
  }
  .step__content > div .dotbox__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .step__content > div .dotbox__content {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 8px;
  }
}
.faq {
  width: 100%;
  padding: 100px 10px;
}
.faq__title {
  color: #595757;
  font-size: 34px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.faq__title span {
  color: #F26F45;
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.faq__nav {
  padding-top: 40px;
}
.faq__nav-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.faq__nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-left: 20px;
}
.faq__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);
}
.faq__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;
}
.faq__nav-anchor:hover {
  opacity: 0.8;
  transition: 0.5s;
  text-decoration: underline;
}
.faq__group {
  padding-top: 40px;
}
.faq__group-title {
  color: #595757;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.92px;
}
.faq__accordion {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  gap: 8px;
  max-width: 960px;
  margin: 0 auto 48px;
}
.faq__item {
  background-color: #F4F7F7;
  transition: 0.3s;
  position: relative;
}
.faq__item[open]::after {
  content: "";
  display: block;
  width: 100%;
  height: var(--after-height, 0px);
  position: absolute;
  left: 0;
  bottom: 0;
}
.faq__item[open] .faq__question-text::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__item[open] .faq__answer {
  max-height: 300px;
}
.faq__question {
  cursor: pointer;
  list-style: none;
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question-icon::before {
  content: "Q";
  color: #f26f45;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  display: inline-block;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  margin: auto 0;
}
.faq__question-text {
  color: #231815;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  display: block;
  padding: 16px 38px;
  padding-left: 78px;
  position: relative;
}
.faq__question-text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 16px;
  height: 2px;
  background-color: #f58220;
  transform: translateY(-50%);
}
.faq__question-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 46px;
  width: 2px;
  height: 16px;
  background-color: #f58220;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.faq__answer {
  display: flex;
  flex-flow: column;
  gap: 12px;
  position: relative;
  z-index: 3;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
  padding: 0 38px;
  cursor: default;
}
.faq__answer > *:last-child {
  padding-bottom: 28px;
}
.faq__answer a {
  color: #0064d2 !important;
}
.faq__answer a:hover {
  text-decoration: underline;
}
.faq__answer-text {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.faq__answer-text a {
  color: #0064d2 !important;
}
.faq__answer-text a:hover {
  text-decoration-line: underline;
}
.faq__answer-numlist {
  counter-reset: numlist;
  list-style: none;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.faq__answer-numlist li {
  position: relative;
  padding-left: 2em;
}
.faq__answer-numlist li::before {
  counter-increment: numlist;
  content: "【" counter(numlist) "】";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.faq__answer-numlist li:not(:last-of-type) {
  margin-bottom: 4px;
}
.faq .hbutton {
  color: #52B0A7;
  width: 448px;
  background-color: #ffffff;
  border: 2px solid #52B0A7;
  margin: 0 auto 20px;
}
.faq .hbutton::before {
  background-color: #2f635e;
}
.faq .hbutton::after {
  border-color: #52B0A7;
}
.faq .hbutton:hover {
  color: #ffffff;
  border-color: #2f635e;
}
.faq .hbutton:hover::after {
  border-color: #ffffff;
}
.faq .texta {
  color: #0064D2;
  font-size: 14px;
  line-height: 2;
  display: table;
  margin: 0 auto;
  padding-left: 20px;
  position: relative;
}
.faq .texta:hover{
    text-decoration-line: underline;
}
.faq .texta::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #0064D2;
  border-right: 1px solid #0064D2;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 56px 10px;
  }
  .faq__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .faq__title span {
    margin-bottom: 8px;
  }
  .faq__accordion {
    margin: 0 auto 32px;
  }
  .faq__item[open] .faq__answer {
    max-height: 300px;
  }
  .faq__question-icon::before {
    left: 20px;
  }
  .faq__question-text {
    line-height: 1.6;
    display: block;
    padding: 14px 52px;
    padding-left: 60px;
  }
  .faq__question-text::before {
    right: 20px;
  }
  .faq__question-text::after {
    right: 26px;
  }
  .faq__answer {
    padding: 0 20px;
  }
  .faq__answer-text a:hover{
    opacity: 1;
  }
  .faq .hbutton {
    color: #52B0A7;
    width: 100%;
    max-width: 448px;
    background-color: #ffffff;
    border: 2px solid #52B0A7;
    margin: 0 auto 20px;
  }
  .faq .hbutton span {
    line-height: 52px;
  }
  .faq .hbutton::before {
    background-color: #2f635e;
  }
  .faq .hbutton::after {
    border-color: #52B0A7;
  }
  .faq .hbutton:hover {
    color: #52B0A7;
    border-color: #52B0A7;
  }
  .faq .hbutton:hover::after {
    border-color: #52B0A7;
  }
  .faq .texta:hover{
    opacity: 1;
  }
}
.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::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: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_support.css.map */