@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  src: url("../font/eb-garamond-v32-latin-regular.woff2") format("woff2");
}
html {
  font-size: 62.5%;
  margin: 0;
  scroll-behavior: smooth;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.1em;
  width: 100%;
}

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-stretch: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}
body * {
  box-sizing: border-box;
}
body *::before, body *::after {
  box-sizing: border-box;
}

sup {
  font-size: 0.8em;
  vertical-align: super;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  vertical-align: top;
}

:root {
  --color-main: #0c8dbf;
  --color-sub: #0a567c;
  --color-brown: #000000;
  --color-bg: #e4eef2;
}

.c-anchor {
  display: block;
  height: 0;
  position: relative;
}

.p-bizpremium {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}
.p-bizpremium a {
  color: inherit;
}
.p-bizpremium img {
  display: block;
  max-width: 100%;
}

.p-bizpremium-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(12, 97, 149, 0.14);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.p-bizpremium-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.p-bizpremium-header__brand {
  align-items: center;
  display: flex;
}
.p-bizpremium-header__service-name {
  color: #20557d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
.p-bizpremium-header__nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2.1875vw, 28px);
}
.p-bizpremium-header__nav a {
  align-items: center;
  color: #3e627f;
  display: flex;
  font-size: clamp(14px, 1.25vw, 16px);
  gap: clamp(10px, 1.25vw, 16px);
  position: relative;
  transition: 0.3s ease;
}
.p-bizpremium-header__nav a img {
  height: clamp(28px, 3.125vw, 40px);
  width: clamp(27px, 2.96875vw, 38px);
}
.p-bizpremium-header__nav a::after {
  background: #2498cb;
  bottom: -8px;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0.4);
  transform-origin: left center;
  transition: 0.3s ease;
  width: 100%;
}
.p-bizpremium-header__nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
.p-bizpremium-header__cta {
  align-items: center;
  background: linear-gradient(45deg, #0068b6 0%, #7dccf3 100%);
  border-radius: 999px;
  box-shadow: 0 5px 5px rgba(13, 109, 170, 0.22);
  color: #fff !important;
  display: flex;
  gap: 16px;
  transition: 0.3s ease;
  white-space: nowrap;
}
.p-bizpremium-header__cta img {
  width: clamp(16px, 1.796875vw, 23px);
}

.p-bizpremium-hero {
  background: #afdbf6;
  position: relative;
}
.p-bizpremium-hero::before {
  background: url("../images/bg.webp") center top/cover no-repeat;
  content: "";
  display: block;
  height: 600px;
  inset: 0;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}
.p-bizpremium-hero::after {
  background: #afdbf6;
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  bottom: -200px;
  content: "";
  height: 200px;
  left: -5%;
  position: absolute;
  width: 110%;
  z-index: 1;
}
.p-bizpremium-hero__content {
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 1;
}
.p-bizpremium-hero__title {
  animation: bizpremium-fade-up 1.2s ease 0.15s both;
  bottom: -150px;
  left: 50%;
  margin: 0 auto -12px;
  max-width: 500px !important;
  position: absolute;
  transform: translateX(-50%);
  z-index: 10;
}

@keyframes bizpremium-fade-up {
  0% {
    opacity: 0;
    transform: translate(-50%, 22px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.p-bizpremium-section {
  position: relative;
}
.p-bizpremium-section__heading {
  position: relative;
  text-align: center;
}
.p-bizpremium-section__heading--light {
  color: #fff;
}
.p-bizpremium-section__heading--light::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
}
.p-bizpremium-section__title {
  color: #0a567c;
  font-family: "EB Garamond", serif;
  font-feature-settings: "pnum" 1, "lnum" 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
}
.p-bizpremium-section__subtitle {
  color: var(--color-main);
  line-height: 1.6;
  position: relative;
}
.p-bizpremium-section--signup {
  background: linear-gradient(90deg, #4a9cc6 0%, #0263a3 100%);
  color: #fff;
}
.p-bizpremium-section--signup .p-bizpremium-section__title {
  color: white;
  opacity: 0.7;
}
.p-bizpremium-section--signup .p-bizpremium-section__subtitle {
  color: white;
  margin-top: 30px;
}

.p-bizpremium-service {
  margin: 0 auto;
  position: relative;
}
.p-bizpremium-service__item {
  background-color: var(--color-bg);
  border-radius: 34px;
  position: relative;
}
.p-bizpremium-service__item::before {
  background: url("../images/bg_02.webp") right top/contain no-repeat;
  content: "";
  opacity: 0.18;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.p-bizpremium-service__body {
  position: relative;
  z-index: 1;
}
.p-bizpremium-service__head {
  align-items: baseline;
  align-items: center;
  display: flex;
  position: relative;
}
.p-bizpremium-service__head::after {
  background: linear-gradient(90deg, #7dccf3 0%, #0068b6 100%);
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
}
.p-bizpremium-service__number {
  color: var(--color-main);
  font-family: "EB Garamond", serif;
  font-feature-settings: "pnum" 1, "lnum" 1;
  font-weight: 500;
  line-height: 1;
}
.p-bizpremium-service__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
.p-bizpremium-service__title em {
  color: var(--color-main);
  font-size: 120%;
}
.p-bizpremium-service__text {
  line-height: 1.7;
}
.p-bizpremium-service__visual {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-bizpremium-service__visual--triple {
  gap: 14px;
  margin: 20px auto 0;
  max-width: 800px;
}
.p-bizpremium-screen {
  display: block;
  overflow: hidden;
  position: relative;
}

.p-bizpremium-steps {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
}
.p-bizpremium-steps__item a {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("../images/icn_dl.svg");
  background-position: left 24px center;
  background-repeat: no-repeat;
  border-radius: 999px;
  box-shadow: 0 5px 5px rgba(13, 109, 170, 0.8);
  color: #30678e;
  display: flex;
  justify-content: center;
  line-height: 1.7;
  position: relative;
  text-align: center;
  transition: 0.3s ease;
}

.p-bizpremium-signup__text {
  line-height: 1.7;
  margin: 0 auto;
  text-align: center;
}
.p-bizpremium-signup__text strong {
  color: #ffe277;
}
.p-bizpremium-signup__button {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  margin: 24px auto 40px;
  max-width: 520px;
  min-height: 58px;
  padding: 10px 24px;
  text-align: center;
  transition: 0.3s ease;
}

.p-bizpremium-flow {
  background: #eee;
  border-radius: 15px;
  margin: 0 auto;
}
.p-bizpremium-flow__title {
  color: var(--color-sub);
  font-weight: 700;
  text-align: center;
}
.p-bizpremium-flow__box {
  border-radius: 10px;
}
.p-bizpremium-flow__notes {
  color: #333;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.p-bizpremium-flow__notes p + p {
  margin-top: 10px;
}
.p-bizpremium-flow__notes a {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.p-bizpremium-flow__notes strong {
  color: var(--color-sub);
}

.p-bizpremium-flow__image {
  width: 100%;
}

.p-bizpremium-flow__preview {
  margin: 0 auto;
  width: 100%;
}

.p-bizpremium-caution {
  border: 2px solid white;
  margin: 32px auto 0;
}
.p-bizpremium-caution__title {
  text-align: center;
}
.p-bizpremium-caution li {
  border-bottom: 1px solid white;
  line-height: 1.9;
  padding: 14px 0 14px 20px;
  position: relative;
}
.p-bizpremium-caution li::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 14px;
}

.p-bizpremium-faq {
  margin: 0 auto;
}
.p-bizpremium-faq__item {
  background-color: var(--color-bg);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(64, 111, 150, 0.05);
  display: grid;
  grid-template-rows: auto 0fr;
  line-height: 1.7;
  position: relative;
  transition: grid-template-rows 0.3s ease;
}
.p-bizpremium-faq__item + .p-bizpremium-faq__item {
  margin-top: 12px;
}
.p-bizpremium-faq__item[open] {
  grid-template-rows: auto 1fr;
}
.p-bizpremium-faq__item[open] .p-bizpremium-faq__answer {
  opacity: 1;
  transform: translateY(0);
}
.p-bizpremium-faq__question {
  cursor: pointer;
  list-style: none;
  padding: 30px 50px 30px 96px;
  position: relative;
  transition: 0.3s;
}
.p-bizpremium-faq__question::-webkit-details-marker {
  display: none;
}
.p-bizpremium-faq__question::before, .p-bizpremium-faq__question::after {
  position: absolute;
  top: 50%;
}
.p-bizpremium-faq__question::before {
  color: var(--color-sub);
  content: "Q";
  font-family: "EB Garamond", serif;
  left: 20px;
  line-height: 1;
  transform: translateY(-56%);
  z-index: 1;
}
.p-bizpremium-faq__question::after {
  background: linear-gradient(#427191, #427191) center/38px 1px no-repeat, linear-gradient(#427191, #427191) center/1px 38px no-repeat;
  content: "";
  height: 38px;
  right: 38px;
  transform: translate(50%, -50%);
  transition: background-size 0.25s ease;
  width: 38px;
  z-index: 1;
}
.p-bizpremium-faq__item[open] .p-bizpremium-faq__question::after {
  background-size: 38px 1px, 1px 0;
}
.p-bizpremium-faq__answer {
  background: #fff;
  border-radius: 8px;
  line-height: 1.9;
  margin: 0 18px;
  opacity: 0;
  position: relative;
  transform: translateY(-8px);
  transition: margin 0.3s ease, opacity 0.24s ease, padding 0.3s ease, transform 0.3s ease;
}
.p-bizpremium-faq__answer::before {
  color: var(--color-sub);
  content: "A";
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  left: 20px;
  position: absolute;
  top: -14px;
}

.p-bizpremium-contact {
  border: 1px solid var(--color-sub);
  max-width: 1080px;
}
.p-bizpremium-contact__label {
  color: var(--color-sub);
  font-weight: 700;
  position: relative;
}
.p-bizpremium-contact__text {
  line-height: 1.8;
}
.p-bizpremium-contact__text a {
  color: inherit;
  text-decoration: none;
}

.p-bizpremium-footer {
  background: linear-gradient(90deg, #0b5788 0%, #043f68 100%);
  color: rgba(255, 255, 255, 0.92);
}
.p-bizpremium-footer__inner {
  margin: 0 auto;
}
.p-bizpremium-footer__copyright {
  line-height: 1.8;
}
.p-bizpremium-footer__links {
  display: flex;
  gap: 18px;
}
.p-bizpremium-footer__links a {
  opacity: 0.86;
}
.p-bizpremium-mobile-nav__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  min-width: 0;
  text-align: center;
}
.p-bizpremium-mobile-nav__item span {
  display: block;
}

.p-annotation {
  line-height: 1.6;
  margin-top: 0.5em;
  padding-left: 1.2em;
  position: relative;
}
.p-annotation::before {
  content: "※";
  left: 0;
  position: absolute;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

html[lang=en-US] ._jp {
  display: none !important;
}

html[lang=ja] ._en {
  display: none !important;
}

.ta_left {
  text-align: left;
}

.ta_center {
  text-align: center;
}

.u-m0 {
  margin: 0;
}

.js_scrollHint {
  transform: translate3d(0, 0, 0);
}

.js_scrollHint > .js_scrollHint-inner {
  background: transparent !important;
}

.js_scrollHint > .js_scrollHint-inner {
  margin-right: -2rem;
  padding: 0 2rem 1rem 0;
}

.js_scrollHint > .js_scrollHint-inner.is-left-scrollable::before {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 95%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 1rem;
  z-index: 2;
}

.js_scrollHint > .js_scrollHint-inner.is-right-scrollable::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 75%);
  bottom: 0;
  content: "";
  height: 100%;
  position: fixed;
  right: -2rem;
  top: 0;
  width: 2rem;
  z-index: 2;
}

.js_scrollHint > .js_scrollHint-inner > table,
.js_scrollHint > .js_scrollHint-inner > img {
  margin-bottom: 0;
  min-width: 70rem;
}

.scroll-hint-icon {
  top: 45px;
}

.c-gmap iframe {
  min-height: 250px;
}

.p-bizpremium-comingsoon{
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  }

@media print, screen and (min-width: 48em) {
  .c-anchor {
    scroll-margin-top: 80px;
    top: -80px;
  }
  .p-bizpremium-header {
    position: fixed;
  }
  .p-bizpremium-header__inner {
    max-width: 1400px;
    min-height: 74px;
    padding: 20px clamp(16px, 1.875vw, 24px);
  }
  .p-bizpremium-header__brand {
    gap: clamp(12px, 1.4vw, 18px);
  }
  .p-bizpremium-header__logo {
    width: clamp(240px, 29.6875vw, 380px);
  }
  .p-bizpremium-header__service-name {
    font-size: clamp(14px, 1.5625vw, 20px);
  }
  .p-bizpremium-header__nav {
    margin: 0 15px;
  }
  .p-bizpremium-header__nav a:hover {
    color: var(--color-main);
  }
  .p-bizpremium-header__cta {
    font-size: clamp(14px, 1.25vw, 16px);
    padding: 12px clamp(18px, 2.5vw, 32px);
  }
  .p-bizpremium-header__cta:hover {
    background: linear-gradient(45deg, #0068b6 0%, #0068b6 100%);
    box-shadow: none;
  }
  .p-bizpremium-hero {
    min-height: 590px;
    padding-top: 30px;
  }
  .p-bizpremium-hero__content {
    width: 100%;
  }
  .p-bizpremium-section {
    padding: 74px 24px 88px;
  }
  .p-bizpremium-section__heading {
    margin-bottom: 48px;
  }
  .p-bizpremium-section__title {
    font-size: 8.6rem;
  }
  .p-bizpremium-section__subtitle {
    font-size: 2.4rem;
    margin-top: 20px;
  }
  .p-bizpremium-section--service {
    background: url("../images/bg_01.webp") left 100px/contain no-repeat;
    background-size: 1000px;
    padding-top: 300px !important;
  }
  .p-bizpremium-section--faq {
    background: url("../images/bg_01.webp") left -210px/contain no-repeat;
  }
  .p-bizpremium-service {
    max-width: 1160px;
  }
  .p-bizpremium-service__item {
    background-image: url("../images/bg_02.webp");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 500px;
    border-radius: 80px;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.85fr);
    margin-top: 28px;
    padding: 40px 40px 40px 60px;
  }
  .p-bizpremium-service__item::before {
    height: 220px;
    width: 220px;
  }
  .p-bizpremium-service__head {
    gap: 18px;
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
  .p-bizpremium-service__head::after {
    left: -80px;
    max-width: 120%;
    width: 660px;
  }
  .p-bizpremium-service__number {
    font-size: 8.4rem;
    letter-spacing: 0.1em;
  }
  .p-bizpremium-service__title {
    font-size: 2.4rem;
  }
  .p-bizpremium-service__text {
    font-size: 1.8rem;
  }
  .p-bizpremium-service__visual {
    min-height: 220px;
  }
  .p-bizpremium-screen {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }
  .p-bizpremium-steps {
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 auto 32px;
    max-width: 1080px;
  }
  .p-bizpremium-steps__item a {
    background-size: 30px 30px;
    font-size: 1.8rem;
    min-width: 210px;
    padding: 24px 70px;
  }
  .p-bizpremium-steps__item a:hover {
    background-color: rgb(255, 255, 255);
  }
  .p-bizpremium-signup__text {
    font-size: 1.8rem;
    max-width: 920px;
  }
  .p-bizpremium-signup__button {
    font-size: 2rem;
  }
  .p-bizpremium-signup__button:hover {
    background: white;
    color: var(--color-sub);
  }
  .p-bizpremium-flow {
    max-width: 1080px;
    padding: 35px;
  }
  .p-bizpremium-flow__title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .p-bizpremium-flow__box {
    display: flex;
    gap: 14px;
  }
  .p-bizpremium-flow__notes {
    font-size: 1.6rem;
    width: calc(100% - 436px);
  }
  .p-bizpremium-flow__notes strong {
    font-size: 1.8rem;
  }
  .p-bizpremium-flow__image {
    max-width: 422px;
  }
  .p-bizpremium-flow__preview {
    max-width: 422px;
  }
  .p-bizpremium-caution {
    max-width: 1080px;
    padding: 40px;
  }
  .p-bizpremium-caution__title {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .p-bizpremium-caution li {
    font-size: 1.6rem;
  }
  .p-bizpremium-faq {
    max-width: 1000px;
  }
  .p-bizpremium-faq__item[open] .p-bizpremium-faq__answer {
    margin: 18px;
    padding: 16px 18px 16px 76px;
  }
  .p-bizpremium-faq__question {
    font-size: 1.8rem;
  }
  .p-bizpremium-faq__question:hover {
    background-color: #c5e5ef;
    border-radius: 8px;
  }
  .p-bizpremium-faq__question::before {
    font-size: 5rem;
  }
  .p-bizpremium-faq__answer {
    font-size: 1.8rem;
    padding: 0 18px 0 56px;
  }
  .p-bizpremium-faq__answer::before {
    font-size: 5rem;
  }
  .p-bizpremium-contact {
    align-items: center;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    margin: 60px auto;
  }
  .p-bizpremium-contact__label {
    font-size: 2rem;
    margin: 0;
    padding: 34px;
  }
  .p-bizpremium-contact__label::after {
    background: var(--color-sub);
    content: "";
    height: 64px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
  .p-bizpremium-contact__text {
    font-size: 1.8rem;
    padding: 34px 40px;
  }
  .p-bizpremium-footer__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    min-height: 74px;
    padding: 0 24px;
  }
  .p-bizpremium-footer__copyright {
    font-size: 1.1rem;
  }
  .p-bizpremium-mobile-nav {
    display: none;
  }
  .p-annotation {
    font-size: 1.4rem;
  }
  ._sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .c-anchor {
    scroll-margin-top: 15px;
    top: -15px;
  }
  .p-bizpremium {
    padding-bottom: 108px;
  }
  .p-bizpremium-header {
    position: sticky;
  }
  .p-bizpremium-header__inner {
    gap: 12px;
    min-height: 56px;
    padding: 10px 14px;
  }
  .p-bizpremium-header__brand {
    gap: 10px;
    min-width: 0;
  }
  .p-bizpremium-header__logo {
    width: 190px;
  }
  .p-bizpremium-header__service-name {
    font-size: clamp(9.3866666663px, 11 / 375 * 100vw, 11px);
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-bizpremium-header__nav {
    display: none;
  }
  .p-bizpremium-header__cta {
    font-size: clamp(10.2399999996px, 12 / 375 * 100vw, 12px);
    padding: 10px 14px;
  }
  .p-bizpremium-header__cta img {
    width: 12px;
  }
  .p-bizpremium-hero {
    min-height: 290px;
  }
  .p-bizpremium-hero::before {
    height: 220px;
  }
  .p-bizpremium-hero::after {
    border-radius: 0 0 80% 80%/0 0 100% 100%;
    bottom: -42px;
    height: 72px;
  }
  .p-bizpremium-hero__content {
    padding: 162px 16px 0;
  }
  .p-bizpremium-hero__title {
    bottom: -20px;
    width: 250px;
  }
  .p-bizpremium-section {
    padding: 42px 12px 48px;
  }
  .p-bizpremium-section__heading {
    margin-bottom: 24px;
  }
  .p-bizpremium-section__title {
    font-size: clamp(36.6933333319px, 43 / 375 * 100vw, 43px);
  }
  .p-bizpremium-section__subtitle {
    font-size: clamp(12.7999999995px, 15 / 375 * 100vw, 15px);
    margin-top: 4px;
  }
  .p-bizpremium-section--service {
    background: url("../images/bg_01.webp") left top/contain no-repeat;
    background-size: 300px;
    padding-top: 70px !important;
  }
  .p-bizpremium-section--faq {
    background: url("../images/bg_01.webp") -120px top/contain no-repeat;
    background-size: 400px;
  }
  .p-bizpremium-service__item {
    margin-top: 14px;
    padding: 25px 16px;
  }
  .p-bizpremium-service__item::before {
    height: 110px;
    width: 110px;
  }
  .p-bizpremium-service__head {
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }
  .p-bizpremium-service__head::after {
    left: -25px;
    width: calc(100% + 20px);
  }
  .p-bizpremium-service__number {
    font-size: clamp(36.6933333319px, 43 / 375 * 100vw, 43px);
  }
  .p-bizpremium-service__title {
    font-size: clamp(12.7999999995px, 15 / 375 * 100vw, 15px);
  }

    
  .p-bizpremium-service__text {
    font-size: clamp(11.9466666662px, 14 / 375 * 100vw, 14px);
    margin-bottom: 14px;
  }
  .p-bizpremium-service__visual {
    flex-direction: column;
  }
  .p-bizpremium-service__visual--triple {
    gap: 8px;
    max-width: 220px;
  }
  .p-bizpremium-screen {
    border-radius: 8px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }
  .p-bizpremium-screen--document {
    margin: 0 auto;
    max-width: 180px;
    width: 100%;
  }
  .p-bizpremium-steps {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
  }
  .p-bizpremium-steps__item a {
    background-position: left 16px center;
    background-size: 25px 25px;
    font-size: clamp(12.7999999995px, 15 / 375 * 100vw, 15px);
    max-height: 62px;
    padding: 20px 14px;
    width: 330px;
  }
  .p-bizpremium-signup__text {
    font-size: clamp(11.9466666662px, 14 / 375 * 100vw, 14px);
    padding: 0 4px;
    text-align: left;
  }
  .p-bizpremium-signup__button {
    font-size: clamp(11.9466666662px, 14 / 375 * 100vw, 14px);
    margin: 18px auto 24px;
    min-height: 48px;
  }
  .p-bizpremium-flow {
    max-width: 1080px;
    padding: 20px 15px;
  }
  .p-bizpremium-flow__title {
    font-size: clamp(12.7999999995px, 15 / 375 * 100vw, 15px);
    margin-bottom: 12px;
  }
  .p-bizpremium-flow__notes {
    font-size: clamp(10.2399999996px, 12 / 375 * 100vw, 12px);
    margin-top: 12px;
  }
  .p-bizpremium-flow__notes strong {
    font-size: clamp(11.9466666662px, 14 / 375 * 100vw, 14px);
  }
  .p-bizpremium-flow__preview {
    max-width: 100%;
  }
  .p-bizpremium-caution {
    margin-top: 24px;
    padding: 20px 16px;
  }
  .p-bizpremium-caution__title {
    font-size: clamp(12.7999999995px, 15 / 375 * 100vw, 15px);
    margin-bottom: 10px;
  }
  .p-bizpremium-caution li {
    font-size: clamp(10.2399999996px, 12 / 375 * 100vw, 12px);
    padding: 10px 0 10px 14px;
  }
  .p-bizpremium-caution li::before {
    top: 10px;
  }
  .p-bizpremium-faq__item[open] .p-bizpremium-faq__answer {
    margin: 10px;
    padding: 12px 12px 12px 38px;
  }
  .p-bizpremium-faq__question {
    font-size: clamp(10.2399999996px, 12 / 375 * 100vw, 12px);
    line-height: 1.7;
    padding: 14px 42px 14px 38px;
  }
  .p-bizpremium-faq__question::before {
    font-size: clamp(15.3599999994px, 18 / 375 * 100vw, 18px);
    left: 12px;
    transform: translateY(-54%);
  }
  .p-bizpremium-faq__question::after {
    background: linear-gradient(#427191, #427191) center/24px 1px no-repeat, linear-gradient(#427191, #427191) center/1px 24px no-repeat;
    height: 24px;
    right: 25px;
    width: 24px;
  }
  .p-bizpremium-faq__item[open] .p-bizpremium-faq__question::after {
    background-size: 24px 1px, 1px 0;
  }
  .p-bizpremium-faq__answer {
    font-size: clamp(9.3866666663px, 11 / 375 * 100vw, 11px);
    margin: 0 10px;
    padding: 0 12px 0 38px;
  }
  .p-bizpremium-faq__answer::before {
    font-size: clamp(13.6533333328px, 16 / 375 * 100vw, 16px);
    left: 12px;
    top: 12px;
  }
  .p-bizpremium-contact {
    margin-top: 40px;
    padding: 16px 14px;
  }
  .p-bizpremium-contact__label {
    font-size: clamp(11.9466666662px, 14 / 375 * 100vw, 14px);
    margin-bottom: 20px;
    text-align: center;
  }
  .p-bizpremium-contact__label::after {
    background: var(--color-sub);
    bottom: -10px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 23px;
  }
  .p-bizpremium-contact__text {
    font-size: clamp(11.0933333329px, 13 / 375 * 100vw, 13px);
    text-align: center;
  }
  .p-bizpremium-footer__inner {
    padding: 16px 12px;
    text-align: center;
  }
  .p-bizpremium-footer__copyright {
    font-size: clamp(7.6799999997px, 9 / 375 * 100vw, 9px);
  }
  .p-bizpremium-footer__links {
    font-size: clamp(9.3866666663px, 11 / 375 * 100vw, 11px);
    justify-content: center;
    margin-top: 10px;
  }
  .p-bizpremium-mobile-nav {
    background: #cde2e8;
    border-radius: 14px;
    bottom: 14px;
    box-shadow: 0 8px 24px rgba(40, 86, 115, 0.22);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    left: 12px;
    padding: 12px 8px 10px;
    position: fixed;
    right: 12px;
    z-index: 30;
  }
  .p-bizpremium-mobile-nav__item {
    font-size: clamp(9.3866666663px, 11 / 375 * 100vw, 11px);
    font-weight: 700;
    line-height: 1.4;
    padding: 4px 2px;
  }
  .p-bizpremium-mobile-nav__item img {
    height: 28px;
    width: auto;
  }
  .p-annotation {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  ._pc {
    display: none !important;
  }

  .p-bizpremium-comingsoon{
    font-size: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

    /* 0723追記 */
      .p-bizpremium-service__title span{
    font-size: clamp(12.7999999995px, 15 / 375 * 100vw, 18px);
  }

/*# sourceMappingURL=maps/style.css.map */
