@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;800&display=swap);@charset "UTF-8";
/* =========================================================
 Foundation
========================================================= */
/* stylelint-disable */
/* =========================================================
 Variables for this lp
========================================================= */
@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
sub,
sup,
var,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ul,
li {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

input,
button,
textarea,
select {
  font-size: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

img {
  vertical-align: middle; }

button {
  cursor: pointer; }

sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em; }

main {
  display: block; }

@font-face {
  font-family: 'icomoon';
  src: url("/assets/fonts/icomoon.eot?ja977x");
  src: url("/assets/fonts/icomoon.eot?ja977x#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon.woff2?ja977x") format("woff2"), url("/assets/fonts/icomoon.ttf?ja977x") format("truetype"), url("/assets/fonts/icomoon.woff?ja977x") format("woff"), url("/assets/fonts/icomoon.svg?ja977x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

[class^='icon-'],
[class*=' icon-'] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pen::before {
  content: '\e906'; }

.icon-arrow-bottom::before {
  content: '\e905'; }

.icon-arrow-right::before {
  content: '\e900'; }

.icon-arrow-left::before {
  content: '\e904'; }

.icon-envelope::before {
  content: '\e901'; }

.icon-envelope-2::before {
  content: '\e902'; }

.icon-window::before {
  content: '\e903'; }

.icon-point-right::before {
  content: '\ea04'; }

html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%;
  color: #2a2525;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Verdana, Meiryo, sans-serif; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  color: #d61e2b;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.21, 1.11, 0.7, 0.99);
          transition-timing-function: cubic-bezier(0.21, 1.11, 0.7, 0.99); }
  .hasHover a:hover {
    color: #eb6f78; }

p,
h1,
h2,
h3,
h4,
h5,
dt,
dd {
  line-height: 1.75; }

img {
  max-width: 100%; }

/* =========================================================
 Utility
========================================================= */
.u-br-sp {
  display: none; }

.u-left {
  text-align: left !important; }

.u-right {
  text-align: right !important; }

.u-center {
  text-align: center !important; }

.u-hide-lg {
  display: none; }

.u-nm {
  margin: 0 !important; }

.u-mt0 {
  margin-top: 0 !important; }

.u-mt10 {
  margin-top: 10px !important; }

.u-mt30 {
  margin-top: 30px !important; }

.u-mtb10 {
  margin: 10px 0 !important; }

.u-mtb20 {
  margin: 20px 0 !important; }

.u-mtb30 {
  margin: 30px 0 !important; }

.u-mb5 {
  margin-bottom: 5px !important; }

.u-mb15 {
  margin-bottom: 15px !important; }

.u-mt15 {
  margin-top: 15px !important; }

.u-mb20 {
  margin-bottom: 20px !important; }

.u-mb25 {
  margin-bottom: 25px !important; }

.u-mt25 {
  margin-top: 25px !important; }

.u-mb30 {
  margin-bottom: 30px !important; }

.u-mb35 {
  margin-bottom: 35px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

.u-mb60 {
  margin-bottom: 60px !important; }

.u-ml15 {
  margin-left: 15px !important; }

/* ---------------------------------------------------------
 Component
--------------------------------------------------------- */
.c-external-link i {
  margin-left: 0.4em;
  font-size: 80%; }

.c-list {
  line-height: 1.5; }
  .c-list li {
    line-height: 1.8; }
  .c-list > li ~ li {
    margin-top: 0.4em; }

.c-list--decimal {
  margin-left: 1.5em; }
  .c-list--decimal > li {
    list-style-type: decimal; }

.c-list--disc > li {
  text-indent: -1em;
  padding-left: 1em; }
  .c-list--disc > li::before {
    content: '・'; }

.c-list--notice > li {
  text-indent: -1em;
  padding-left: 1em; }
  .c-list--notice > li::before {
    content: '※'; }

.c-list--asta > li {
  text-indent: -1em;
  padding-left: 1em; }
  .c-list--asta > li::before {
    content: '＊'; }

.c-list--roman {
  margin-left: 1.5em; }
  .c-list--roman > li {
    list-style-type: lower-roman; }

.c-list--alpha {
  margin-left: 1.5em; }
  .c-list--alpha > li {
    list-style-type: lower-alpha; }

.c-notice-txt {
  color: #666666;
  font-size: 90%; }

.c-list li {
  line-height: 1.5; }

.c-section {
  padding: 80px 0;
  background-color: #f5f5f5; }
  .c-section--white {
    background-color: #fff; }
  .c-section--c1 {
    background-color: #EFFDFF; }
  .c-section--c2 {
    background-color: #E8F7FF; }
  .c-section--c3 {
    background-color: #E3EFFF; }
  .c-section__heading {
    font-size: 40px;
    font-size: 4rem;
    font-weight: bold;
    color: #171441;
    text-align: center;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-section__heading--icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 10px; }
    .c-section__heading--white {
      color: #fff; }
    .c-section__heading--black {
      color: #000; }
  .c-section__heading-sub {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    color: #171441;
    text-align: center;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-section__heading-sub--icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 10px; }
    .c-section__heading-sub--c1 {
      color: #171441; }
    .c-section__heading-sub--c2 {
      color: #5487EF; }
    .c-section__heading-sub--c3 {
      color: #117FAE; }
  .c-section__heading-bold {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1em; }
  .c-section__body {
    margin-top: 52px; }
  .c-section__lead {
    text-align: center;
    margin-bottom: 64px; }

/* ---------------------------------------------------------
 Project
--------------------------------------------------------- */
.p-container {
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto; }
  .p-container .p-container {
    padding-left: 0;
    padding-right: 0; }

.p-container--small {
  max-width: 1060px; }

.p-container-small {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto; }

.p-flex-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px; }
  .p-flex-layout--row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .p-flex-layout--justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .p-flex-layout__item {
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .p-flex-layout__item > * {
      width: 100%; }
  .p-flex-layout img.-r1 {
    aspect-ratio: 580 / 367;
    height: auto; }
  .p-flex-layout img.-r2 {
    aspect-ratio: 16 / 10;
    height: auto; }
  .p-flex-layout img.-rsolbv4 {
    aspect-ratio: 73 / 45;
    height: auto; }
  .p-flex-layout img.-r7 {
    aspect-ratio: 144 / 89;
    height: auto; }
  .p-flex-layout img.-rsolcd2 {
    aspect-ratio: 592 / 341;
    height: auto; }

.p-flex-layout--col-1 .p-flex-layout__item {
  width: 100%; }

.p-flex-layout--col-2 .p-flex-layout__item {
  width: 50%; }

.p-flex-layout--col-3 .p-flex-layout__item {
  width: 33.3333%; }

.p-flex-layout--col-4 .p-flex-layout__item {
  width: 25%; }

.p-pagetop {
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 96px;
  height: 96px;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  z-index: 50; }
  .p-pagetop::after {
    content: '';
    border: solid transparent;
    border-width: 0 0 96px 96px;
    border-bottom-color: #171441;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.21, 1.11, 0.7, 0.99);
            transition-timing-function: cubic-bezier(0.21, 1.11, 0.7, 0.99); }
  .p-pagetop span {
    position: absolute;
    bottom: 15px;
    right: 10px;
    z-index: 1; }
    .p-pagetop span::before {
      content: '';
      width: 2px;
      height: 40px;
      background: #fff;
      position: absolute;
      top: -50px;
      left: calc(50% - 1px);
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.6s;
              transition-duration: 0.6s;
      -webkit-transition-timing-function: cubic-bezier(0.21, 1.11, 0.7, 0.99);
              transition-timing-function: cubic-bezier(0.21, 1.11, 0.7, 0.99); }
  .hasHover .p-pagetop:hover span::before {
    background: #171441;
    height: 60px;
    top: -80px; }

#js-pagetop {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.21, 1.11, 0.7, 0.99);
          transition-timing-function: cubic-bezier(0.21, 1.11, 0.7, 0.99); }
  #js-pagetop.is-show {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

body {
  background-color: #fff; }

.p-container {
  position: relative;
  height: 100%; }

.p-container-lg {
  width: 100%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto; }

.p-container-md {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto; }

.p-container-sm {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto; }

.l-header::before {
  position: fixed;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 64px;
  background-color: #fff;
  z-index: 4; }

.p-header {
  position: fixed;
  width: 100%;
  max-width: 1300px;
  height: 64px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
  background: #fff;
  padding: 0 44px; }
  .p-header__logo-cov {
    position: absolute;
    z-index: 1;
    top: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1260px;
    padding-left: 30px;
    max-width: 100%;
    margin: auto; }
  .p-header__logo {
    width: 300px; }
    .p-header__logo img {
      aspect-ratio: 190 / 11;
      height: auto; }
  .p-header__link {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: calc(100% - 300px); }
  .p-header__text {
    color: #000;
    text-decoration: none;
    padding-left: 0.75em;
    padding-right: 0.75em;
    line-height: 1.35;
    font-size: 16px; }
  .p-header__cta {
    background: #ffff00;
    color: #000;
    text-decoration: none;
    border-radius: 100px;
    padding: 0 1em;
    font-weight: bold;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.21, 1.11, 0.7, 0.99);
            transition-timing-function: cubic-bezier(0.21, 1.11, 0.7, 0.99);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-header__cta:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .p-header__cta p {
      font-size: 16px; }
    .p-header__cta--dl {
      background: #FFB800;
      margin-left: 10px; }
  .p-header__cta-icon {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .p-header__cta-icon img {
      aspect-ratio: 1 / 1;
      height: auto; }

.p-list li {
  line-height: 1.3;
  text-indent: -1em;
  margin-left: 1em; }
  .p-list li::before {
    content: '・'; }

.p-common-heading {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.4; }

.p-common-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }
  .p-common-header__copy {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold; }
    .p-common-header__copy span {
      color: #117FAE;
      font-weight: bold; }
      .p-common-header__copy span.-yellow {
        color: #FFB800; }
  .p-common-header__main {
    margin-top: 0.2em;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold; }

.p-mv {
  height: 600px;
  margin-top: 64px;
  position: relative; }
  .p-mv__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .p-mv__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
  .p-mv__circle {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: url("/lp/11business-assist-360/assets/images/bg-circle-mv.jpg.webp") no-repeat center center/contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .p-mv__circle-copy {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold; }
    .p-mv__circle-copy span {
      color: #117FAE;
      font-weight: bold; }
  .p-mv__circle-main {
    margin-top: 0.4em;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 800;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff; }
  .p-mv__circle-p {
    margin-top: 0.8em;
    font-size: 15px;
    font-size: 1.5rem;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff; }
  .p-mv__circle-item {
    position: absolute;
    display: none; }
  .p-mv__main-copy {
    font-size: 64px;
    font-size: 6.4rem;
    font-weight: 800;
    position: relative;
    z-index: 1;
    line-height: 1.5; }
  .p-mv__text {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0.5em; }

.p-mv-change {
  margin-top: 64px;
  background-color: #171441; }
  .p-mv-change__main-copy {
    text-align: center;
    padding: 30px 32px; }

.p-intro {
  color: #333333;
  padding: 60px 16px 0;
  background: #EDEDED;
  border-radius: 60px 60px 0 0; }
  .p-intro__circle {
    max-width: 909px;
    width: 100%;
    height: 932px;
    padding: 50px;
    margin: auto;
    background: url("/lp/11business-assist-360/assets/images/bg-circle-intro@2x.png.webp") no-repeat center bottom/auto 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    text-align: center; }
  .p-intro__circle-cov {
    position: relative; }
  .p-intro__circle-copy {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold; }
    .p-intro__circle-copy span {
      color: #117FAE;
      font-weight: bold; }
  .p-intro__circle-mg {
    display: none; }
  .p-intro__circle-main {
    margin-top: 0.4em;
    font-size: 30px;
    font-size: 3rem;
    margin-left: 14px;
    font-weight: bold;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff; }
  .p-intro__list {
    position: absolute;
    font-size: 13px;
    text-align: left; }
    .p-intro__list > li {
      line-height: 1.5; }
      .p-intro__list > li.-sp-title {
        display: none; }
      .p-intro__list > li ~ li {
        margin-top: 0.0em; }
  .p-intro .-item1 {
    position: absolute;
    top: 180px;
    left: 54%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 28%; }
  .p-intro .-item2 {
    position: absolute;
    top: 43%;
    left: 14%;
    width: 20%; }
  .p-intro .-item3 {
    position: absolute;
    top: 43%;
    right: 8%;
    width: 20%; }
  .p-intro .-item4 {
    position: absolute;
    bottom: 270px;
    left: 26%;
    width: 20%; }
  .p-intro .-item5 {
    position: absolute;
    bottom: 242px;
    right: 16%;
    width: 20%; }
  .p-intro__lead {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 10px;
    line-height: 1.5; }
  .p-intro__text {
    margin-bottom: 30px; }
  .p-intro__box {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    width: 720px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 0;
    margin-top: 30px; }
    .p-intro__box .-img {
      margin-top: 1em; }
      .p-intro__box .-img img {
        aspect-ratio: 641 / 131;
        height: auto; }

.p-support-bg {
  background-color: #2A303E; }

.p-support {
  padding: 60px 16px 60px;
  background: #fff url("/lp/11business-assist-360/assets/images/bg-gradient.jpg.webp") no-repeat center bottom/100% auto;
  border-radius: 60px 60px 0 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #333333; }
  .p-support__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-top: 40px; }
    .p-support__row > * {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background-color: #E1E3E8;
      border-radius: 8px;
      padding: 20px;
      color: #000; }
  .p-support__ttl {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.4; }
    .p-support__ttl span {
      font-weight: bold; }
  .p-support__lead {
    font-size: 20px;
    font-size: 2rem;
    text-align: center; }
    .p-support__lead span {
      font-weight: bold; }

.p-support-flow2 .-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  margin-top: 30px; }

.p-support-flow2 .-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.p-support-flow2 .-ttl {
  font-weight: bold;
  margin-bottom: 10px; }

.p-support-flow2 .-row-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px; }

.p-support-flow2 .-white {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.3em 0.5em;
  text-align: center;
  line-height: 1.35; }
  .p-support-flow2 .-white.-r2, .p-support-flow2 .-white.-r3 {
    padding: 3.6em 0.5em; }

.p-support-flow2 .-sub {
  position: relative;
  text-align: center;
  margin-top: 10px; }
  .p-support-flow2 .-sub::before {
    content: "";
    width: 100%;
    border-radius: 10px;
    height: 10px;
    background-color: #5487EF;
    position: absolute;
    left: 0;
    top: 0; }
  .p-support-flow2 .-sub p {
    color: #5487EF;
    font-weight: bold;
    padding-top: 10px;
    letter-spacing: 0.2em; }

.p-support-flow1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px; }
  .p-support-flow1 .-sub {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 70px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-support-flow1 .-sub::before {
      content: "";
      width: 10px;
      border-radius: 10px;
      height: 100%;
      background-color: #5487EF;
      position: absolute;
      left: 10px;
      top: 0; }
    .p-support-flow1 .-sub p {
      color: #5487EF;
      -webkit-writing-mode: vertical-lr;
          -ms-writing-mode: tb-lr;
              writing-mode: vertical-lr;
      font-weight: bold;
      padding-left: 20px;
      letter-spacing: 0.2em; }
  .p-support-flow1 .-main {
    width: calc(100% - 70px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px; }
  .p-support-flow1 .-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    position: relative;
    z-index: 0;
    height: 46px; }
    .p-support-flow1 .-box.-r2 {
      width: 50%; }
    .p-support-flow1 .-box.-line0::after {
      content: "";
      width: 2px;
      height: 40px;
      border-left: 2px solid #fff;
      position: absolute;
      bottom: -40px;
      left: 25%; }
    .p-support-flow1 .-box.-line1::after {
      content: "";
      width: 2px;
      height: 40px;
      border-left: 2px solid #fff;
      position: absolute;
      bottom: -40px;
      left: 50%; }
    .p-support-flow1 .-box.-line1::before {
      content: "";
      border: 6px solid transparent;
      border-top: 10px solid #fff;
      position: absolute;
      bottom: -46px;
      left: calc(50% - 5px); }
    .p-support-flow1 .-box.-line2::after {
      content: "";
      width: 2px;
      height: 126px;
      border-left: 2px solid #fff;
      position: absolute;
      bottom: 46px;
      left: 75%;
      z-index: -1; }
    .p-support-flow1 .-box.-line2::before {
      content: "";
      border: 6px solid transparent;
      border-top: 10px solid #fff;
      position: absolute;
      bottom: 40px;
      left: calc(75% - 5px); }

.p-solution-bg {
  background-color: #EDEDED; }

.p-solution {
  color: #FFF;
  padding: 60px 0 60px;
  background: #2A303E;
  border-radius: 60px 60px 0 0; }
  .p-solution__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    gap: 40px; }
  .p-solution__photo {
    width: 43%;
    height: 100%;
    background: url("/lp/11business-assist-360/assets/images/fig-office.jpg.webp") no-repeat 8% center/cover;
    border-radius: 0 20px 20px 0;
    height: 1200px; }
  .p-solution__main {
    width: 57%;
    max-width: 660px;
    height: 100%;
    text-align: left; }
  .p-solution__main-content {
    width: 100%;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 15px; }
  .p-solution__ttl {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.4; }
    .p-solution__ttl span {
      color: #117FAE;
      font-weight: bold; }
  .p-solution__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px; }
    .p-solution__lead .-round {
      width: 56px;
      height: 56px;
      border: 2px solid #fff;
      border-radius: 100px;
      overflow: hidden; }
  .p-solution__box {
    border-top: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px; }
  .p-solution__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-top: 15px; }
    .p-solution__step .-box {
      background-color: #E3ECFF;
      color: #000;
      padding: 1em;
      border-radius: 10px; }
      .p-solution__step .-box p {
        line-height: 1.45; }
    .p-solution__step .-arrow {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 70px;
      text-align: right; }
      .p-solution__step .-arrow img {
        aspect-ratio: 36 / 29;
        height: auto; }
    .p-solution__step p ~ p {
      margin-top: .5em; }
  .p-solution__step-ttl {
    font-size: 20px;
    font-weight: bold; }

.p-service__notice {
  display: none; }

.p-service__picture {
  margin-top: 30px; }

.p-service__inner img {
  aspect-ratio: 145 / 102;
  height: auto; }

.p-use-bg {
  background-color: #f5f5f5; }

.p-use {
  color: #000;
  padding: 60px 16px 60px;
  background: #fff url("/lp/11business-assist-360/assets/images/bg-gradient2.jpg.webp") no-repeat center center/cover;
  border-radius: 60px 60px 0 0;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .p-use__lead {
    font-size: 24px;
    line-height: 1.5; }
  .p-use__notice {
    display: none; }
  .p-use__picture {
    margin-top: 40px; }
  .p-use__inner img {
    aspect-ratio: 1084 / 695;
    height: auto; }

.p-case-bg {
  background-color: #196171; }

.p-case {
  color: #fff;
  padding: 60px 16px 60px;
  background: #2A303E url("/lp/11business-assist-360/assets/images/bg-building.jpg.webp") no-repeat center center/cover;
  border-radius: 60px 60px 0 0;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .p-case__lead {
    font-size: 24px; }

.p-use-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .p-use-list > li {
    padding: 10px 0 10px;
    width: calc(33% - 33px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .p-use-list__copy {
    font-weight: 800;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px; }

.p-reason {
  background-color: #196171;
  color: #fff; }
  .p-reason__cover {
    padding: 60px 16px 0px;
    background: transparent url("/lp/11business-assist-360/assets/images/bg-circle-30.png.webp") no-repeat center center/contain; }
  .p-reason__theme {
    text-align: center;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px; }
    .p-reason__theme.-single::before {
      content: "";
      width: 1px;
      height: 30px;
      background-color: #fff;
      position: absolute;
      top: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .p-reason__theme::after {
      content: "";
      width: 725px;
      height: 1px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      z-index: 0; }
    .p-reason__theme span {
      letter-spacing: 0.04em;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
      z-index: 1;
      font-weight: bold;
      background-color: #196171; }

.p-reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1040px;
  max-width: 100%;
  margin: 20px auto 20px; }
  .p-reason-list > li {
    text-align: center;
    width: calc(33% - 40px);
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    padding: 40px 10px 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .p-reason-list > li.-border {
      margin-top: 40px; }
      .p-reason-list > li.-border::before {
        content: "";
        width: 1px;
        height: 40px;
        background-color: #fff;
        position: absolute;
        top: -90px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
  .p-reason-list__icon {
    top: -45px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .p-reason-list__icon img {
      aspect-ratio: 1 / 1;
      height: auto; }
  .p-reason-list__copy {
    font-weight: bold;
    line-height: 1.6;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    color: #171441;
    min-height: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-size: 2rem; }
  .p-reason-list__txt {
    line-height: 1.4;
    text-align: left; }

.p-resolving {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -38px; }
  .p-resolving__block {
    width: calc(33% - 22px);
    background: #f5f5f5;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    margin-right: 37px;
    margin-bottom: 38px;
    border-radius: 4px;
    overflow: hidden; }
    .p-resolving__block:nth-child(3n) {
      margin-right: 0; }
  .p-resolving__body {
    padding: 30px; }
  .p-resolving__heading {
    color: #171441;
    text-align: center;
    min-height: 4em;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px; }
    .p-resolving__heading::before {
      content: '';
      min-height: 3em; }
  .p-resolving__notice {
    font-size: 14px;
    font-size: 1.4rem;
    color: #757575;
    display: block; }

.p-cta {
  text-align: center;
  background-color: #171441;
  color: #fff;
  padding: 60px 0 80px;
  position: relative;
  z-index: 1; }
  .p-cta__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .p-cta__long {
    margin-top: 40px; }
  .p-cta__text {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.1em; }
  .p-cta__button {
    font-size: 32px;
    font-size: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    max-width: 500px;
    margin: 16px auto 0;
    padding: 0 38px;
    border-radius: 100px;
    font-weight: bold;
    position: relative;
    background-color: #ffff00;
    color: #000;
    text-decoration: none;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.21, 1.11, 0.7, 0.99);
            transition-timing-function: cubic-bezier(0.21, 1.11, 0.7, 0.99); }
    .p-cta__button.-long {
      max-width: 840px; }
    .p-cta__button:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
      .p-cta__button:hover::after {
        -webkit-transform: scale(0.95) translateY(-10px);
                transform: scale(0.95) translateY(-10px); }
    .p-cta__button--orange {
      background-color: #FFB800; }
      .p-cta__button--orange::after {
        background: rgba(0, 0, 0, 0.5); }
  .p-cta__icon {
    margin-top: 5px;
    aspect-ratio: 47 / 43;
    height: auto; }

.p-footer {
  padding: 2rem 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #757575;
  background: #ededed; }

.p-footer-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .p-footer-navi__item {
    font-size: 14px;
    font-size: 1.4rem; }
    .p-footer-navi__item ~ .p-footer-navi__item {
      margin-left: 2em; }
  .p-footer-navi a {
    color: #757575;
    text-decoration: none; }
    .p-footer-navi a:hover {
      text-decoration: underline; }

.p-casestudy {
  background: -webkit-gradient(linear, left top, left bottom, from(#b71375), color-stop(#a50873), color-stop(#930071), color-stop(#81006e), color-stop(#6e006a), color-stop(#5b0066), color-stop(#480061), to(#33005b));
  background: linear-gradient(#b71375, #a50873, #930071, #81006e, #6e006a, #5b0066, #480061, #33005b);
  border-radius: 10px;
  padding: 20px;
  width: 840px;
  max-width: 100%;
  margin: auto; }
  .p-casestudy__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
  .p-casestudy__square {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100px;
    height: 80px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .p-casestudy__square span {
      font-weight: bold; }
  .p-casestudy__heading {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.3; }
  .p-casestudy__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px; }
  .p-casestudy__section {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .p-casestudy__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .p-casestudy__image.-o2 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .p-casestudy__image img {
      height: auto;
      aspect-ratio: 39 / 28; }
  .p-casestudy__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background-color: #313030;
    padding: 0.75em 0.5em;
    width: calc(100% - 10px);
    margin: -5px auto 0; }
    .p-casestudy__body.-o2 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin: 0 auto -5px;
      z-index: 2; }
  .p-casestudy__ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4; }
  .p-casestudy__info {
    margin-top: 1em;
    font-size: 12px;
    text-align: right; }
  .p-casestudy__foot {
    width: 840px;
    max-width: 100%;
    margin: 30px auto 0; }
    .p-casestudy__foot p {
      word-break: break-all; }
  .p-casestudy__lead {
    font-size: 20px;
    font-weight: bold; }

.p-flow {
  margin-top: 40px; }

.p-flow-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%; }
  .p-flow-row__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.p-support-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px; }

.p-support-item {
  width: calc(33% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .p-support-item__col.-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .p-support-item__ex {
    text-align: center;
    position: relative; }
    .p-support-item__ex:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 1px;
      border-top: dashed 1px black;
      border-bottom: dashed 1px black; }
    .p-support-item__ex span {
      position: relative;
      z-index: 2;
      background-color: #E3EFFF;
      display: inline-block;
      padding: 0.25em 1em; }
  .p-support-item.-line-sp {
    position: relative; }
  @media only screen and (max-width: 1160px) {
    .p-header {
      padding: 0 30px; }
      .p-header__logo {
        width: 220px; }
      .p-header__link {
        max-width: calc(100% - 220px); }
      .p-header__text {
        padding-left: 1em;
        padding-right: 0em;
        font-size: 15px; }
        .p-header__cta p {
          font-size: 15px;
          line-height: 1.25; }
        .p-header__cta--dl {
          max-width: 160px; }
    .p-common-heading {
      font-size: 38px;
      font-size: 3.8rem; }
      .p-common-header__copy {
        font-size: 18px;
        font-size: 1.8rem; }
      .p-common-header__main {
        font-size: 34px;
        font-size: 3.4rem; }
    .p-mv {
      height: 540px; }
      .p-mv__circle {
        height: 540px; }
      .p-mv__circle-main {
        font-size: 32px;
        font-size: 3.2rem; }
      .p-mv__main-copy {
        font-size: 46px;
        font-size: 4.6rem; }
      .p-intro__circle-copy {
        font-size: 22px;
        font-size: 2.2rem; }
      .p-intro__circle-main {
        font-size: 28px;
        font-size: 2.8rem; }
      .p-support__ttl {
        font-size: 32px;
        font-size: 3.2rem; }
      .p-solution__ttl {
        font-size: 32px;
        font-size: 3.2rem; }
        .p-reason__theme::after {
          width: 70.5%; }
      .p-cta__button {
        font-size: 28px;
        font-size: 2.8rem;
        padding: 0 30px; } }
  @media only screen and (max-width: 980px) {
  .u-br-pc {
    display: none; }
  .u-hide-md {
    display: none !important; }
    .p-container {
      padding-left: 30px;
      padding-right: 30px; }
      .p-header__text {
        font-size: 14px; }
        .p-header__cta p {
          font-size: 14px; }
    .p-common-heading {
      font-size: 34px;
      font-size: 3.4rem; }
    .p-mv {
      height: 400px; }
      .p-mv__circle {
        height: 400px; }
      .p-reason-list__copy {
        font-size: 16px;
        font-size: 1.6rem; } }
  @media only screen and (max-width: 768px) and (min-width: 561px) {
      .p-mv__body {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important; } }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px;
      font-size: 1.6rem; }
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    dt,
    dd {
      line-height: 1.75; }
    .u-br-sp {
      display: block; }
  .u-br-tab {
    display: none; }
    .u-hide-lg {
      display: block; }
  .u-hide-sm {
    display: none !important; }
  .u-mb15-sm {
    margin-bottom: 15px !important; }
  .u-mb30-sm {
    margin-bottom: 30px !important; }
    .c-section {
      padding: 40px 0; }
      .c-section__heading {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 1.5; }
        .c-section__heading--icon {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          text-align: left;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
        .c-section__heading--icon img {
          width: 32px;
          height: 32px;
          margin-top: 5px; }
      .c-section__heading-sub {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.5; }
        .c-section__heading-sub--icon {
          width: 24px;
          height: 24px; }
      .c-section__heading-bold {
        font-size: 18px;
        font-size: 1.8rem; }
      .c-section__body {
        margin-top: 30px; }
      .c-section__lead {
        margin-bottom: 40px; }
    .p-container {
      padding-left: 30px;
      padding-right: 30px; }
    .p-flex-layout--col-2 .p-flex-layout__item {
      width: 100%; }
    .p-flex-layout--col-3 .p-flex-layout__item {
      width: 100%; }
    .p-flex-layout--col-4 .p-flex-layout__item {
      width: 50%; }
    .p-pagetop {
      width: 76px;
      height: 76px; }
      .p-pagetop::after {
        border-width: 0 0 76px 76px; }
      .p-pagetop span {
        right: 2px;
        bottom: 7px; }
      .hasHover .p-pagetop:hover span::before {
        height: 40px;
        top: -50px;
        background: #fff; }
    #js-pagetop.is-bottom::after {
      border-bottom-color: #09081a; }
    .p-container {
      padding-left: 20px;
      padding-right: 20px; }
    .p-container.-sp-wide {
      padding-left: 0px;
      padding-right: 0px; }
    .p-container-lg {
      padding-left: 30px;
      padding-right: 30px; }
    .p-container-md {
      padding-left: 30px;
      padding-right: 30px; }
    .p-container-sm {
      padding-left: 30px;
      padding-right: 30px; }
      .p-header__logo-cov {
        padding-left: 0px; }
      .p-header__logo {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center; }
      .p-header__link {
        display: none; }
      .p-header__cta {
        display: none; }
    .p-list li {
      font-size: 14px;
      font-size: 1.4rem; }
    .p-common-heading {
      font-size: 26px;
      font-size: 2.6rem; }
    .p-common-header {
      gap: 10px;
      margin-bottom: 20px; }
      .p-common-header__copy {
        font-size: 12px;
        font-size: 1.2rem; }
      .p-common-header__main {
        margin-top: 0.5em;
        font-size: 14px;
        font-size: 1.4rem; }
    .p-mv {
      height: auto; }
      .p-mv__container {
        display: block;
        padding-left: 20px;
        padding-right: 20px; }
      .p-mv__body {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 100%; }
      .p-mv__circle {
        height: 90vw;
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
        padding-bottom: 20px; }
      .p-mv__circle-copy {
        font-size: 16px;
        font-size: 1.6rem; }
      .p-mv__circle-main {
        font-size: 22px;
        font-size: 2.2rem; }
      .p-mv__circle-p {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.4; }
      .p-mv__main-copy {
        font-size: 26px;
        font-size: 2.6rem;
        letter-spacing: 0.05em;
        text-align: center;
        text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff; }
      .p-mv__text {
        margin-top: 16px;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center; }
      .p-mv-change__main-copy {
        padding: 0; }
    .p-intro {
      border-radius: 30px 30px 0 0; }
      .p-intro__circle {
        height: auto;
        display: block;
        background: none;
        padding: 0px; }
    .p-intro__spdiv {
      position: absolute;
      top: 52%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
      .p-intro__circle-copy {
        font-size: 16px;
        font-size: 1.6rem; }
      .p-intro__circle-mg {
        display: block; }
      .p-intro__circle-main {
        font-size: 18px;
        font-size: 1.8rem;
        margin-left: 0px; }
    .p-intro__sprow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 15px 0; }
      .p-intro__list {
        position: relative;
        margin-top: 15px; }
          .p-intro__list > li.-sp-title {
            display: block;
            font-weight: bold; }
          .p-intro__list > li.-sp-title::before {
            content: none; }
      .p-intro .-item1 {
        position: relative;
        -webkit-transform: none;
                transform: none;
        width: 100%;
        top: initial;
        left: initial; }
      .p-intro .-item2 {
        position: relative;
        -webkit-transform: none;
                transform: none;
        width: 50%;
        top: initial;
        left: initial; }
      .p-intro .-item3 {
        position: relative;
        -webkit-transform: none;
                transform: none;
        width: 50%;
        top: initial;
        right: initial; }
      .p-intro .-item4 {
        position: relative;
        -webkit-transform: none;
                transform: none;
        width: 50%;
        bottom: initial;
        left: initial; }
      .p-intro .-item5 {
        position: relative;
        width: 50%;
        bottom: initial;
        right: initial; }
    .p-intro {
      padding: 24px 16px; }
      .p-intro__lead {
        font-size: 20px;
        font-size: 5.33333vw; }
      .p-intro__text {
        font-size: 14px;
        font-size: 1.4rem; }
      .p-intro__box {
        font-size: 14px;
        font-size: 1.4rem; }
    .p-support {
      border-radius: 30px 30px 0 0; }
      .p-support__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        margin-top: 20px; }
      .p-support__ttl {
        font-size: 22px;
        font-size: 2.2rem; }
      .p-support__lead {
        font-size: 16px;
        font-size: 1.6rem; }
    .p-support-flow2 .-main {
      gap: 12px; }
    .p-support-flow2 .-white {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 15px;
      font-size: 1.5rem; }
    .p-solution {
      border-radius: 30px 30px 0 0; }
      .p-solution__row {
        margin-top: 20px;
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
      .p-solution__photo {
        background: url("/lp/11business-assist-360/assets/images/fig-office.jpg.webp") no-repeat left center/auto 800px;
        height: 300px;
        width: 100%;
        border-radius: 20px 20px 0 0; }
      .p-solution__main {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        background: transparent; }
      .p-solution__ttl {
        font-size: 22px;
        font-size: 2.2rem; }
      .p-solution__lead {
        font-size: 18px;
        font-size: 1.8rem; }
    .p-solution__list {
      font-size: 14px;
      font-size: 1.4rem; }
          .p-solution__step .-box p {
            font-size: 13.5px;
            font-size: 1.35rem; }
        .p-solution__step .-arrow {
          width: 40px; }
      .p-solution__step-ttl {
        font-size: 18px;
        font-size: 1.8rem; }
  .p-service__txt {
    font-size: 14px; }
    .p-service__notice {
      margin-top: 20px;
      display: block;
      font-size: 12px; }
    .p-service__picture {
      margin-top: 0px;
      width: calc(100% + 30px);
      margin-left: -10px;
      margin-right: -20px;
      overflow-x: scroll; }
    .p-service__inner img {
      aspect-ratio: 690 / 446; }
  .p-service__inner {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    width: 700px; }
    .p-use {
      border-radius: 30px 30px 0 0; }
      .p-use__lead {
        font-size: 18px;
        font-size: 1.8rem; }
      .p-use__notice {
        margin-top: 20px;
        display: block;
        font-size: 12px; }
      .p-use__picture {
        margin-top: 0px;
        width: calc(100% + 30px);
        margin-left: -10px;
        margin-right: -20px;
        overflow-x: scroll; }
      .p-use__inner img {
        aspect-ratio: 1017 / 543; }
    .p-use__inner {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-right: 15px;
      width: 700px; }
    .p-case {
      border-radius: 30px 30px 0 0; }
    .p-use-list {
      margin-top: 15px;
      gap: 20px 5%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .p-use-list > li {
        padding: 0;
        width: 100%; }
      .p-use-list__copy {
        font-size: 16px; }
    .p-reason {
      background: #196171 url("/lp/11business-assist-360/assets/images/bg-circle-30.png.webp") no-repeat center center/120vw auto; }
      .p-reason__cover {
        background: transparent;
        padding: 40px 16px 0px; }
        .p-reason__theme::after {
          content: none; }
    .p-reason__txt {
      font-size: 14px; }
    .p-reason-list {
      margin-top: 10px;
      gap: 20px 5%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .p-reason-list > li {
        width: 100%; }
          .p-reason-list > li.-border::before {
            height: 30px;
            top: -60px; }
      .p-reason-list__icon {
        top: -35px; }
        .p-reason-list__icon img {
          width: 70px;
          height: 70px; }
      .p-reason-list__copy {
        line-height: 1.5;
        font-size: 14px;
        font-size: 1.4rem; }
      .p-reason-list__txt {
        margin-top: 0; }
    .p-resolving {
      margin-bottom: -16px; }
      .p-resolving__block {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px; }
    .p-resolving__img {
      height: 200px; }
      .p-resolving__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .p-resolving__heading {
        font-size: 18px;
        font-size: 1.8rem;
        min-height: 0; }
        .p-resolving__heading::before {
          min-height: 0; }
    .p-cta {
      padding: 30px 0; }
      .p-cta__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px; }
      .p-cta__text {
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: 0.02em;
        line-height: 1.3; }
      .p-cta__button {
        font-size: 20px;
        font-size: 2rem;
        padding: 0 24px;
        margin: 10px auto 0; }
      .p-cta__icon {
        width: 60px; }
    .p-footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 2rem 30px;
      font-size: 13px;
      font-size: 1.3rem; }
      .p-footer > * ~ * {
        margin-top: 1.5em; }
    .p-footer-navi {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .p-footer-navi__item {
        font-size: 13px;
        font-size: 1.3rem; }
        .p-footer-navi__item ~ .p-footer-navi__item {
          margin-left: 1em; }
      .p-footer-navi__item:nth-child(3) {
        margin-top: 1em; }
      .p-casestudy__square {
        font-size: 18px;
        font-size: 1.8rem;
        width: 86px;
        height: 60px; }
      .p-casestudy__heading {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold; }
      .p-casestudy__block {
        display: block; }
      .p-casestudy__section ~ .p-casestudy__section {
        margin-top: 20px; }
        .p-casestudy__image.-o2 {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
      .p-casestudy__image {
        width: 100%;
        margin-right: 0;
        text-align: center; }
        .p-casestudy__body.-o2 {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          margin: -5px auto 0; }
      .p-casestudy__ttl {
        font-size: 18px; }
      .p-casestudy__foot {
        font-size: 14px; }
      .p-casestudy__lead {
        font-size: 18px; }
    .p-flow-row {
      gap: 3%;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .p-flow-row__item.-sp-stretch-cover {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
    .p-support-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 32px; }
    .p-support-item {
      width: 100%;
      font-size: 14px;
      font-size: 1.4rem; }
    .p-support-item__col:last-child {
      padding-bottom: 1em; }
      .p-support-item.-line-sp::after {
        content: "";
        width: 2px;
        height: 30px;
        border-left: 2px dashed #5487EF;
        position: absolute;
        bottom: -30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .p-support-item.-line-sp::before {
        content: "";
        border: 6px solid transparent;
        border-top: 10px solid #5487EF;
        position: absolute;
        bottom: -36px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }

/*# sourceMappingURL=style.css.map*/