/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2026 | 07:54:54 */
@charset "UTF-8";
.main-navigation > ul > li {margin-right: 10px;}
.main-navigation > ul > li > a {padding: 33px 6px;}
.site-footer .widget li {margin-left: 10px; margin-right: 10px;}
#post-3614 {margin-bottom: 0;}
/* 
  ブレークポイントの考え方：
  - モバイルファースト（320px〜がベース）
  - sm: 540px〜  大型スマートフォン（iPhone 14 Pro Max等）
  - md: 768px〜  タブレット縦向き（iPad縦等）
  - lg: 1024px〜 タブレット横向き、小型ノートPC（iPad横等）
  - xl: 1280px〜 一般的なノートPC、デスクトップ
  - xxl: 1600px〜 大型ディスプレイ、4K対応
*/
body {
  background-color: #f7f7f7;
}

a {
  color: inherit;
}

.c-link {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
.c-link-icon {
  position: absolute;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #6BBAD9;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-link-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 1.5px);
  width: 0.6rem;
  height: 0.6rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.trail-items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0 !important;
}

#content {
  background: #f7f7f7;
}

.page-header {
  max-width: 1600px;
  margin: 0 auto;
  padding: 4rem 0;
}
@media screen and (max-width: 1599px) {
  .page-header {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1279px) {
  .page-header {
    padding: 4rem 2rem 2rem;
  }
}

.page-title {
  color: #6BBAD9;
}

.site-main .page-main-heading {
  position: relative;
  padding: 10rem 2rem;
  margin: 0 auto 6rem;
  max-width: 1400px;
}
@media screen and (max-width: 1279px) {
  .site-main .page-main-heading {
	padding: 6rem 2rem;
    margin: 0 auto 4rem;
  }
}
.site-main .page-main-heading::before {
  background-color: #fff;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .site-main .page-main-heading::before {
    border-top-right-radius: 50px !important;
  }
}
.site-main .page-main-heading__inner {
  position: relative;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 1599px) {
  .site-main .page-main-heading__inner {
    max-width: 1200px;
  }
}
.site-main .page-main-heading img {
  width: 80%;
  height: auto;
  display: block;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .site-main .page-main-heading img {
    width: 100%;
  }
}

.app-pdf-viewer {
  position: relative;
  width: 100%;
  background: #1a1a1a;
  border-radius: 14px;
  overflow: hidden;
  user-select: none;
}
.app-pdf-viewer.is-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  border-radius: 0;
  background: #000;
}
.app-pdf-viewer.is-fullscreen .app-pdf-stage-shell {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.app-pdf-viewer.is-fullscreen .app-pdf-stage {
  height: 100%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.app-pdf-viewer.is-fullscreen .app-pdf-stage canvas {
  flex: 0 0 auto;
  max-height: 100%;
  max-width: 50%;
  width: auto;
  height: auto;
}
.app-pdf-viewer.is-fullscreen .app-pdf-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.app-pdf-viewer.is-fullscreen.is-controls-visible .app-pdf-controls {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.app-pdf-viewer:fullscreen, .app-pdf-viewer:-webkit-full-screen {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  border-radius: 0;
  background: #000;
}
.app-pdf-viewer:fullscreen .app-pdf-stage-shell, .app-pdf-viewer:-webkit-full-screen .app-pdf-stage-shell {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.app-pdf-viewer:fullscreen .app-pdf-stage, .app-pdf-viewer:-webkit-full-screen .app-pdf-stage {
  height: 100%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.app-pdf-viewer:fullscreen .app-pdf-stage canvas, .app-pdf-viewer:-webkit-full-screen .app-pdf-stage canvas {
  flex: 0 0 auto;
  max-height: 100%;
  max-width: 50%;
  width: auto;
  height: auto;
}
.app-pdf-viewer:fullscreen .app-pdf-controls, .app-pdf-viewer:-webkit-full-screen .app-pdf-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.app-pdf-viewer:fullscreen.is-controls-visible .app-pdf-controls, .app-pdf-viewer:-webkit-full-screen.is-controls-visible .app-pdf-controls {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.app-pdf-stage-shell {
  position: relative;
  display: flex;
  align-items: stretch;
  outline: none;
  cursor: pointer;
}

.app-pdf-hit {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}
.app-pdf-hit-prev {
  left: 0;
}
.app-pdf-hit-next {
  right: 0;
}

.app-pdf-viewer.is-fullscreen .app-pdf-hit::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 52px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.15s ease;
  pointer-events: none;
}
.app-pdf-viewer.is-fullscreen .app-pdf-hit-prev::after {
  content: "‹";
  left: 18px;
}
.app-pdf-viewer.is-fullscreen .app-pdf-hit-next::after {
  content: "›";
  right: 18px;
}
.app-pdf-viewer.is-fullscreen.is-edge-left .app-pdf-hit-prev::after {
  opacity: 1;
}
.app-pdf-viewer.is-fullscreen.is-edge-right .app-pdf-hit-next::after {
  opacity: 1;
}

.app-pdf-close-edge {
  display: none;
}

.app-pdf-viewer.is-fullscreen .app-pdf-close-edge {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  z-index: 40;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}
.app-pdf-viewer.is-fullscreen .app-pdf-close-edge:hover {
  background: rgba(0, 0, 0, 0.75);
}

.app-pdf-stage {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.app-pdf-stage canvas {
  display: block;
  flex: 1 1 50%;
  max-width: 50%;
  height: auto;
}

.app-pdf-gutter {
  width: 2px;
  flex-shrink: 0;
  background: #000;
  align-self: stretch;
}

.app-pdf-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}
.app-pdf-controls-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.app-pdf-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  padding: 2px 8px;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 0.15s;
}
.app-pdf-btn:hover:not(:disabled) {
  opacity: 1;
}
.app-pdf-btn:disabled {
  opacity: 0.3;
  cursor: default;
}

.app-pdf-pageinfo {
  color: #fff;
  font-size: 13px;
  min-width: 80px;
  text-align: center;
}

.app-pdf-fullscreen-btn {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 0.15s;
}
.app-pdf-fullscreen-btn:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .app-pdf-stage canvas {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .app-pdf-viewer.is-fullscreen .app-pdf-stage canvas {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .app-pdf-viewer:fullscreen .app-pdf-stage canvas, .app-pdf-viewer:-webkit-full-screen .app-pdf-stage canvas {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .app-pdf-stage canvas + canvas {
    display: none;
  }
  .app-pdf-gutter {
    display: none;
  }
}
.bg-stack-base {
  position: relative;
  z-index: 0;
  isolation: isolate;
}
.bg-stack-base::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(50vw + 50%);
  z-index: 0;
  pointer-events: none;
}
.bg-stack-base.is-stack-right::before {
  right: 0;
  border-top-right-radius: 100px;
}
.bg-stack-base.is-stack-left::before {
  left: 0;
  border-top-left-radius: 100px;
}

.title-h2 {
  margin: 0 0 2.2rem;
  color: #55aeca;
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.15;
  font-weight: 700;
}
.title-h2--center {
  text-align: center;
}

.app-intro-block {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  /*padding: 72px 48px 272px;*/
  padding: 72px 48px 92px;
}
.app-intro-block::before {
  background: linear-gradient(-180deg, #D8F6FD 80%, #F6F0F5 100%) !important;
  height: 100%;
  z-index: 1;
}
.app-intro-block .app-intro-inner {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
}
.app-intro-block .app-intro-lead {
  margin: 0 0 2.6rem;
  color: #3f4c56;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.45;
  font-weight: 700;
}
.app-intro-block .app-intro-placeholder {
  display: flex;
  gap: 32px;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .app-intro-block .app-intro-placeholder {
	gap: 0;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .app-intro-block .app-intro-content {
    max-width: 60%;
  }
}
.app-intro-block .app-intro-content p {
  margin: 0 0 14px;
  color: #3f4c56;
  line-height: 1.9;
}
.app-intro-block .app-intro-content p:last-child {
  margin-bottom: 0;
}
.app-intro-block .app-intro-content .app-intro-note {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(63, 76, 86, 0.2);
  color: #6b7882;
  font-size: 14px;
}
.app-intro-block .app-intro-content .app-intro-note a {
  color: #3f88bc;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.app-intro-block .app-intro-content .app-intro-note a:hover {
  text-decoration-thickness: 2px;
}
.app-intro-block .app-intro-visual {
  position: absolute;
  top: -36px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .app-intro-block .app-intro-visual {
    position: relative;
    top: auto;
  }
}
.app-intro-block .app-phone-mock {
  max-width: 300px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1023px) {
  .app-intro-block .app-phone-mock {
    max-width: 280px;
  }
}
@media screen and (max-width: 539px) {
  .app-intro-block .app-phone-mock {
    max-width: 180px;
  }
}
.app-intro-block .app-phone-mock img {
  width: 100%;
  height: auto;
  display: block;
}
.app-intro-block .app-release-date {
  margin: 0 0 10px;
  color: #3f4c56;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}
.app-intro-block .app-store-buttons {
  display: none;
  /*display: flex;*/
  gap: 10px;
}
.app-intro-block .app-store-buttons a {
  display: inline-block;
}
.app-intro-block .app-store-buttons img {
  width: 176px;
  height: auto;
  display: block;
}

.js-2section {
  --stack-height: 100%;
}
.js-2section::before {
  height: var(--stack-height);
}
.js-2section > * {
  position: relative;
  z-index: 1;
}
.js-2section.is-stack-right::before {
  background: #fff;
}
.js-2section.is-stack-left::before {
  background: linear-gradient(-180deg, #FFFAFE 80%, #D8F6FD 100%);
}

.app-outline-block {
  padding: 72px 48px !important;
}
.app-outline-block::before {
  background: linear-gradient(-180deg, #FFFAFE 80%, #D8F6FD 100%) !important;
}

.app-outline-inner {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
}

.app-features-block {
  padding: 72px 48px !important;
}
.app-features-block::before {
  background: linear-gradient(-180deg, #fff 38%, #E8F3F9 100%) !important;
}

.app-features-inner {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
}

.app-features-placeholder a {
	transition: all .3s ease;
}
.app-features-placeholder a:hover {
	opacity: .6;
}

.app-features-placeholder img {
  display: block;
  margin: auto;
}

.app-development-block {
  padding: 72px 48px !important;
}
.app-development-block::before {
  background: linear-gradient(-180deg, #fff 38%, #E8F3F9 100%) !important;
}

.app-development-inner {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
}

.app-outline-block,
.app-features-block,
.app-development-block {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 48px 48px 72px;
  z-index: 2;
}

.app-outline-block,
.app-development-block {
  border-radius: 44px 44px 0 0;
}

.app-features-block {
  border-radius: 44px 0 0 0;
}

.app-development-block {
  background: linear-gradient(-180deg, #fff 38%, #E8F3F9 100%);
}

.app-development-placeholder {
  max-width: 1000px;
  margin: auto;
}
.app-development-placeholder__panel {
  display: flex;
  gap: 1.5rem;
  border-bottom: 1px solid rgba(63, 76, 86, 0.2);
  padding: 1rem 0;
}
@media screen and (max-width: 1023px) {
  .app-development-placeholder__panel {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.app-development-placeholder__head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.app-development-placeholder__label {
  background-color: #E5E5E5;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  font-size: 0.85rem;
  width: max-content;
}
.app-development-placeholder__body {
  padding: 0.5rem 0;
}

.app-development-placeholder__detail {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.app-development-placeholder__body a,
.app-development-placeholder__detail a {
	transition: all .3s ease;
	text-decoration: none;
}
.app-development-placeholder__body a:hover,
.app-development-placeholder__detail a:hover {
  color: #55aeca;
}

@media (max-width: 960px) {
  .site-main .app-intro-block {
    padding: 48px 24px;
  }
  .site-main .app-intro-block .app-intro-inner {
    grid-template-columns: 1fr;
  }
  .site-main .app-intro-block .app-intro-visual {
    margin-top: 16px;
  }
  .site-main .app-outline-block {
    padding: 48px 24px !important;
  }
  .site-main .app-features-block,
  .site-main .app-development-block {
    padding: 48px 24px !important;
  }
}
@media (max-width: 640px) {
  .site-main .app-intro-block {
    border-radius: 28px;
    margin-bottom: 48px;
  }
  .site-main .app-intro-block .app-intro-title {
    font-size: 30px;
  }
  .site-main .app-intro-block .app-intro-lead {
    font-size: 20px;
  }
  .site-main .app-intro-block .app-intro-content p {
    font-size: 14px;
    line-height: 1.8;
  }
  .site-main .app-intro-block .app-store-buttons img {
    width: 160px;
  }
  .site-main .app-outline-block {
    border-radius: 28px 28px 0 0;
  }
  .site-main .app-outline-block .app-outline-title {
    font-size: 30px;
  }
  .site-main .app-features-block {
    border-radius: 28px 0 0 0;
  }
  .site-main .app-development-block {
    border-radius: 28px 28px 0 0;
  }
  .site-main .app-features-title,
  .site-main .app-development-title {
    font-size: 30px;
  }
  .site-main .js-2section::before {
    width: calc(100% + 24px);
  }
  .site-main .js-2section.is-stack-right::before {
    right: -24px;
    border-top-right-radius: 64px;
  }
  .site-main .js-2section.is-stack-left::before {
    left: -24px;
    border-top-left-radius: 64px;
  }
}/*# sourceMappingURL=style.css.map */