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

.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;
}

.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;
}

.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: 16px 0;
  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: 24px;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fv__cta-inner {
    flex-flow: column;
  }
}
.fv__cta-text {
  color: #595757;
  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) {
  .fv__cta-text {
    text-align: center;
    line-height: 160%;
  }
}
.fv__cta-button {
  display: block;
  max-width: 448px;
  width: 100%;
  height: 72px;
  background-color: #52b0a7;
  font-size: 18px;
  line-height: 72px;
  color: #ffffff !important;
  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;
}
@media screen and (max-width: 768px) {
  .fv__cta-button {
    height: 56px;
    line-height: 56px;
  }
}
.fv__cta-button span {
  position: relative;
  z-index: 3;
}
.fv__cta-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) {
  .fv__cta-button:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.fv__cta-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;
}

.intro {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .intro {
    padding-top: 56px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.intro__text {
  margin-bottom: 40px;
  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;
}
@media screen and (max-width: 768px) {
  .intro__text {
    margin-bottom: 20px;
  }
}
.intro__index {
  display: flex;
  gap: 44px;
}
@media screen and (max-width: 768px) {
  .intro__index {
    flex-flow: column;
    gap: 8px;
  }
}
.intro__index-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
  padding: 28px 38px;
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .intro__index-box {
    gap: 12px;
    padding: 20px;
  }
}
.intro__index-box--posasy {
  background: #FEF0E8;
}
.intro__index-box--cloud {
  background: #EAF4F3;
}
.intro__index-capture {
  max-width: 130px;
}
.intro__index-outline {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.intro__index-outline::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.intro__index-outline--posasy::before {
  background-image: url(../img/logo_posasy.svg);
  width: 204px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .intro__index-outline--posasy::before {
    width: 153px;
    height: 36px;
  }
}
.intro__index-outline--cloud::before {
  background-image: url(../img/logo_posasy_cloud.svg);
  width: 295px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .intro__index-outline--cloud::before {
    width: 221px;
    height: 36px;
  }
}
.intro__index-title {
  margin-bottom: 8px;
  color: #595757;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 220%;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 768px) {
  .intro__index-title {
    font-size: 12px;
  }
}
.intro__index-text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.12px;
}
.intro__index-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .intro__index-list {
    flex-wrap: wrap;
    gap: 10px 32px;
  }
}
.intro__index-item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-left: 20px;
}
.intro__index-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);
}
.intro__index-anchor {
  color: #0064D2;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.12px;
}
.intro__index-anchor:hover {
  opacity: 0.8;
  transition: 0.5s;
  text-decoration: underline;
}

.feature {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .feature {
    padding-top: 56px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.feature__title {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 4px;
  color: #595757;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 220%;
  letter-spacing: 1.28px;
}
.feature__title::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.feature--posasy .feature__title::before {
  background-image: url(../img/logo_posasy.svg);
  width: 264px;
  height: 62px;
}
@media screen and (max-width: 768px) {
  .feature--posasy .feature__title::before {
    width: 205px;
    height: 48px;
  }
}
.feature--cloud .feature__title::before {
  background-image: url(../img/logo_posasy_cloud.svg);
  width: 380px;
  height: 62px;
}
@media screen and (max-width: 768px) {
  .feature--cloud .feature__title::before {
    width: 295px;
    height: 48px;
  }
}
.feature__group {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .feature__group {
    padding-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .feature__group:first-of-type {
    padding-top: 32px;
  }
}
.feature__group-title {
  margin-bottom: 32px;
  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) {
  .feature__group-title {
    margin-bottom: 24px;
  }
}
.feature__group-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 44px;
}
@media screen and (max-width: 768px) {
  .feature__group-list {
    flex-flow: column;
    gap: 20px;
  }
}
.feature__group-item {
  width: calc(50% - 22px);
}
@media screen and (max-width: 768px) {
  .feature__group-item {
    width: 100%;
  }
}
.feature__card {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.feature__card-heading {
  padding-top: 16px;
  margin-bottom: 4px;
  color: #595757;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 220%;
  letter-spacing: 1.44px;
}
.feature__card-imagewrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.feature__card-thumbnail {
  width: 100%;
  max-width: 448px;
  aspect-ratio: 448/260;
}
.feature__card-expand {
  display: flex;
  padding: 4px 12px;
  align-items: center;
  gap: 2px;
  max-width: 105px;
  border-radius: 30px;
  border: 1px solid #ABABAB;
  background: #FFF;
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: #595757;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.96px;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .feature__card-expand {
    display: none;
  }
}
.feature__card-expand:hover {
  opacity: 0.7;
}
.feature__card-expand::before {
  font-family: FontAwesome;
  content: "\f002";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  color: #3E3A39;
}
.feature__card-text {
  color: #231815;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.12px;
}
.feature__card-list {
  display: flex;
  flex-flow: column;
  gap: 4px;
  width: 100%;
}
.feature__card-item {
  padding-left: 20px;
  position: relative;
  color: #231815;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.12px;
}
.feature__card-item::before {
  content: "";
  display: block;
  background: #F26F45;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
}
.feature--posasy .feature__card-item::before {
  background: #F26F45;
}
.feature--cloud .feature__card-item::before {
  background: #52B0A7;
}
.feature__sammary {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .feature__sammary {
    padding-top: 32px;
  }
}
.feature__sammary-title {
  padding-bottom: 20px;
  margin-bottom: 32px;
  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) {
  .feature__sammary-title {
    padding-bottom: 12px;
    margin-bottom: 24px;
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}
.feature__sammary-buttons {
  display: flex;
  gap: 44px;
}
@media screen and (max-width: 768px) {
  .feature__sammary-buttons {
    align-items: center;
    flex-flow: column;
    gap: 16px;
  }
}
.feature__sammary-button {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 60px;
  border: 1px solid #3E3A39;
  padding: 10px 0;
  background: #FFF;
  position: relative;
  color: #231815;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 220%;
  letter-spacing: 1.2px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .feature__sammary-button {
    max-width: 300px;
    max-height: 48px;
  }
}
.feature__sammary-button::after {
  content: "";
  display: block;
  background: url(../img/icon_modal.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.feature__sammary-tabs {
  display: flex;
  border-bottom: 1px solid #ABABAB;
}
.feature__sammary-tab {
  flex: 1;
  padding-bottom: 13px;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  color: #ABABAB;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.12px;
  cursor: pointer;
}
.feature__sammary-tab.is-active {
  border-bottom-color: #F26F45;
  color: #F26F45;
  font-weight: bold;
}
.feature__sammary-body {
  padding-top: 36px;
  overflow-y: auto;
}
.feature__sammary-content {
  display: none;
}
.feature__sammary-content.is-active {
  display: block;
}
.feature__sammary-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 768px) {
  .feature__sammary-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 20px;
  }
}
.feature__sammary-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 5px;
}
.feature__sammary-heading {
  color: #595757;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.44px;
}
.feature__sammary-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;
}
.feature__sammary-category {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
  margin-right: auto;
  padding: 4px 12px;
  border-radius: 2px;
  background: #F4F7F7;
  color: #595757;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.96px;
}

.eyecatch {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 100px 0 100px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .eyecatch {
    padding: 96px 10px 53px;
  }
}
.eyecatch__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .eyecatch__contents {
    flex-flow: column;
    gap: 16px;
  }
}
.eyecatch__text {
  color: #595757;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.92px;
}
.eyecatch__text--strong {
  color: #F26F45;
}
@media screen and (max-width: 768px) {
  .eyecatch__text {
    text-align: center;
    font-size: 20px;
  }
}
.eyecatch__imagewrapper {
  position: relative;
}
.eyecatch__imagewrapper::before {
  content: "";
  display: block;
  background: url(../img/eyecatch_bg.svg) no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
  position: absolute;
  transform: translate(34px, 37px);
}
@media screen and (max-width: 768px) {
  .eyecatch__imagewrapper::before {
    background-image: url(../img/eyecatch_bg_sp.svg);
    width: 263px;
    height: 263px;
    transform: translate(-20px, 20px);
  }
}
.eyecatch__image {
  max-width: 300px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .eyecatch__image {
    width: 263px;
  }
}

.contact {
  padding-top: 106px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 40px;
    padding-top: 80px;
  }
}
.contact::before {
  content: "";
  background-color: #fdfaef;
  height: 1440px;
  width: 2200px;
  padding: 128px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: calc(50% - 1100px);
}
@media screen and (max-width: 768px) {
  .contact::before {
    height: 7000px;
    padding-top: 52px;
  }
}
.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;
  border-radius: 99px;
}
@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;
}

/* --- カルーセル --- */
/* FOUC対策（ページ読み込み時に一瞬画像が並ぶのを防ぐ）*/
.img-carousel,
.modal-carousel {
  visibility: hidden;
}
.img-carousel.slick-initialized,
.modal-carousel.slick-initialized {
  visibility: visible;
}

.slick-carousel-area {
  width: 100%;
  margin: 0 auto;
}

.slick-slide {
  text-align: center;
  box-sizing: border-box;
}

.slick-arrow {
  z-index: 2 !important;
  width: 40px !important;
  height: 40px !important;
  transition: 0.5s;
}
.slick-arrow::before {
  content: "" !important;
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-arrow:hover {
  opacity: 0.7;
}

.slick-prev {
  left: 12px !important;
}
.slick-prev::before {
  background: url(../img/icon_slide_arrow_prev.svg) no-repeat !important;
  background-size: contain !important;
}

.slick-next {
  right: 12px !important;
}
.slick-next::before {
  background: url(../img/icon_slide_arrow_next.svg) no-repeat !important;
  background-size: contain !important;
}

/* --- 画像モーダル --- */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.modal.is-visible {
  visibility: visible;
  opacity: 1;
  z-index: 1001;
  pointer-events: auto;
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 58, 57, 0.7);
}
.modal__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 776px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.modal__carousel {
  width: 100%;
  margin: 0 auto;
}
.modal__close {
  width: 40px;
  height: 40px;
  background: #3E3A39;
  border-radius: 100px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.5s;
}
.modal__close:hover {
  opacity: 0.7;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: white;
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* --- カルーセルモーダル用の調整 --- */
.carousel-modal .modal__content {
  width: 776px;
  height: 450px;
  padding: 0;
}
.carousel-modal .slick-list,
.carousel-modal .slick-track {
  height: 100%;
}
.carousel-modal .slick-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-modal .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* --- コンテンツモーダル --- */
.content-modal-openers {
  display: flex;
  gap: 15px;
}

.content-modal-openers__button {
  flex: 1;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #007bff;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.2s;
}

.content-modal-openers__button:hover {
  background-color: #0056b3;
}

.content-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.content-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 58, 57, 0.7);
  cursor: pointer;
}

.content-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 776px;
  height: 563px;
  padding: 52px 12px 52px 48px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  max-height: calc(100dvh - 90px);
}
@media screen and (max-width: 768px) {
  .content-modal__dialog {
    padding: 52px 24px 52px 48px;
    max-width: calc(100% - 20px);
    height: 100%;
    max-height: calc(100dvh - 90px);
    padding: 32px 5px 32px 10px;
  }
}

.content-modal__header {
  border-bottom: 1px solid #dee2e6;
}

.content-modal__title {
  margin-bottom: 36px;
  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;
}
.feature--posasy .content-modal__title {
  color: #F26F45;
}
.feature--cloud .content-modal__title {
  color: #52B0A7;
}
@media screen and (max-width: 768px) {
  .content-modal__title {
    margin-bottom: 24px;
  }
}

.content-modal__tabs {
  display: flex;
  border-bottom: 1px solid #ABABAB;
}

.content-modal__tab-button {
  flex: 1;
  padding-bottom: 13px;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  color: #ABABAB;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.12px;
  cursor: pointer;
}

.feature--posasy .content-modal__tab-button.is-active {
  border-bottom-color: #F26F45;
  color: #F26F45;
  font-weight: bold;
}

.feature--cloud .content-modal__tab-button.is-active {
  border-bottom-color: #52B0A7;
  color: #52B0A7;
  font-weight: bold;
}

.content-modal__body {
  overflow-y: auto;
  padding-right: 24px;
}
@media screen and (max-width: 768px) {
  .content-modal__body {
    padding-right: 5px;
  }
}

.content-modal__tab-content {
  display: none;
}

.content-modal__tab-content.is-active {
  display: block;
}

.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: 355px;
    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;
  }
}
.localnav {
  width: 100%;
  position: fixed;
  top: -80px;
  left: 0;
  z-index: 1000;
  transition: 0.3s;
}

.localnav.active {
  top: 0;
}

.localnav__button {
  display: none;
}

.localnav__inner {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 12px 0;
}

.localnav__inner .localnav__ul {
  display: flex;
  gap: 21px;
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.localnav__inner .localnav__ul .localnav__ul--li.logo img {
  display: block;
  width: 62px;
  height: 56px;
}

.localnav__inner ul .localnav__ul--li:last-of-type {
  margin-left: auto;
  margin-right: 0;
}

.localnav__inner ul .localnav__ul--li > a {
  color: #595757;
  font-size: 14px;
  line-height: 56px;
  font-weight: 700;
  display: block;
  height: 56px;
  padding: 0 10px;
  transition: 0.3s;
}

.localnav__inner ul .localnav__ul--li > a:hover {
  opacity: 0.7;
}

.localnav__inner .localnav__ul ul {
  display: flex;
  gap: 8px;
  padding: 0 10px;
}

.localnav__inner .localnav__ul ul li {
  height: 52px;
  width: 168px;
  margin: 2px 0;
}

.localnav__inner .localnav__ul ul li::after {
  display: none;
}

.localnav__inner .localnav__ul ul li::before {
  background-color: rgba(0, 0, 0, 0.3);
}

.localnav__inner .localnav__ul ul li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 52px;
  letter-spacing: 0.08em;
  text-align: left;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  position: relative;
  z-index: 100;
}

.localnav__inner .localnav__ul ul li a::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: 18px;
  bottom: 0;
  margin: auto 0;
}

.localnav__inner .localnav__ul ul li.borange {
  background-color: #F26F45;
}

.localnav__inner .localnav__ul ul li.borange a {
  padding-left: 15px;
}

.localnav__inner .localnav__ul ul li.byellow {
  background-color: #E1AA00;
}

.localnav__inner .localnav__ul ul li.byellow a {
  padding-left: 15px;
}

.localnav__inner .localnav__ul ul li.bgreen {
  background-color: #52B0A7;
}

.localnav__inner .localnav__ul ul li.bgreen a {
  padding: 0 30px;
}

#localnav {
  border-bottom: 1px solid #ABABAB;
}

#localnav .faqnav {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  min-width: 960px;
  max-height: 0;
  transition: 0.3s;
  position: relative;
}

#localnav .faqnav.show {
  max-height: 77px;
}

#localnav .faqnav__ul {
  display: flex;
  gap: 0 40px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 24px 0;
  position: relative;
}

#localnav .faqnav__ul li a {
  color: #0064D2;
  font-size: 14px;
  line-height: 2;
  padding-left: 20px;
  position: relative;
}

#localnav .faqnav__ul li 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) {
  .localnav {
    top: -60px;
  }
  .localnav__button {
    text-align: center;
    display: block;
    height: 40px;
    width: 40px;
    background-color: #3E3A39;
    border-radius: 50%;
    line-height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .localnav__button::before {
    content: "≡";
    color: #ffffff;
    font-size: 24px;
    display: block;
    width: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .open .localnav__button::before {
    content: "×";
    font-size: 20px;
  }
  .localnav__inner {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 20px;
    transition: 0.3s;
  }
  .open .localnav__inner {
    background-color: rgb(255, 255, 255);
    max-height: 500px;
  }
  .localnav__inner .localnav__ul {
    width: 100%;
    gap: 0;
  }
  .localnav__inner {
    min-width: 100%;
    padding: 59px 0 0;
    max-height: 0;
    overflow-y: hidden;
    transition: 0.3s;
  }
  .localnav__logo--sp {
    display: block;
    width: 152px;
    height: 36px;
    background: no-repeat url("../../img/localbav__logo--sp.png") center/cover;
    position: absolute;
    top: 11px;
    left: 10px;
  }
  .localnav__inner .localnav__ul {
    width: 100%;
    padding-top: 8px;
    justify-content: left;
    flex-direction: column;
    border-top: 1px solid #ABABAB;
  }
  .localnav__inner .localnav__ul .localnav__ul--li {
    padding: 0 10px;
  }
  .localnav__inner .localnav__ul .localnav__ul--li:last-of-type {
    margin-right: auto;
    width: 100%;
  }
  .localnav__inner .localnav__ul .localnav__ul--li:last-of-type {
    margin-right: auto;
  }
  .localnav__inner .localnav__ul .localnav__ul--li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 51px;
    background-color: #ffffff;
    border-bottom: 1px solid #ABABAB;
    position: relative;
  }
  .localnav__inner .localnav__ul .localnav__ul--li > a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #F26F45;
    border-right: 2px solid #F26F45;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0;
  }
  .localnav__inner .localnav__ul ul {
    padding: 24px 0 36px;
    flex-direction: column;
    gap: 16px;
  }
  .localnav__inner .localnav__ul ul li {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .localnav__inner .localnav__ul ul li a {
    font-size: 18px;
    text-align: center;
  }
  .localnav__inner .localnav__ul ul li.borange a {
    padding-left: 0;
  }
  #localnav .faqnav.show {
    max-height: 85px;
    width: 100%;
    border-width: 1px;
  }
  #localnav .faqnav__ul {
    gap: 4px 32px;
    padding: 12px 0;
  }
}
.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: 1000;
}

.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_features.css.map */