@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,900;1,900&display=swap&text=0123456789);/* =========================================================
 Foundation
========================================================= */
/* =========================================================
 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; }

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

.c-heading {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.05em;
  font-weight: bold; }

.c-typography-large {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em; }

.c-button-primary {
  color: #fff;
  text-decoration: none;
  background: #d4000b;
  border-radius: 100px;
  padding: 1em 1.6em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -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);
  min-width: 270px;
  height: 64px; }
  .c-button-primary span {
    -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); }
  .c-button-primary__icon-left {
    margin-right: 8px;
    -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);
    height: 16px; }
  .c-button-primary__icon-right {
    margin-left: 8px;
    height: 16px;
    -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);
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  .c-button-primary:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2); }
    .c-button-primary:hover .c-button-primary__icon-left {
      opacity: 0;
      -webkit-transform: translateX(10px);
              transform: translateX(10px); }
    .c-button-primary:hover .c-button-primary__icon-right {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }

/* ---------------------------------------------------------
 Project
--------------------------------------------------------- */
.p-container {
  max-width: 1060px;
  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: 800px; }

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

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

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  height: 100px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }

.l-main {
  margin-top: 100px; }

.p-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  margin-top: 16px; }
  .p-header__body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .p-header__logo {
    width: 380px; }
    .p-header__logo img {
      aspect-ratio: 190/ 11;
      height: auto; }

.p-mv {
  height: 600px;
  padding-top: 150px;
  background-color: #fafafa;
  position: relative;
  z-index: 1; }
  @supports (mix-blend-mode: soft-light) {
    .p-mv::before, .p-mv::after {
      content: '';
      width: 300px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      background: #fff;
      mix-blend-mode: soft-light; }
    .p-mv::before {
      -webkit-transform: translateX(-220%) skewX(-15deg);
              transform: translateX(-220%) skewX(-15deg); }
    .p-mv::after {
      -webkit-transform: translateX(-30%) skewX(-15deg);
              transform: translateX(-30%) skewX(-15deg); } }
  .p-mv__image {
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: -1; }
    .p-mv__image img {
      aspect-ratio: 530/ 491;
      height: auto; }
  .p-mv__body {
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
    position: relative;
    z-index: 1; }
  .p-mv__lead {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold; }
  .p-mv__copy {
    font-size: 50px;
    font-size: 5rem;
    font-weight: bold; }
  .p-mv__features {
    width: 460px;
    margin-top: 32px; }
    .p-mv__features img {
      aspect-ratio: 100/ 49;
      height: auto; }

.p-cta {
  background: url("/lp/04docbpob/assets/images/img-cta-bg.jpg") no-repeat center center/cover;
  padding: 120px 0;
  position: relative;
  z-index: 1;
  text-align: center; }
  .p-cta__button {
    margin-top: 24px;
    width: 100%;
    max-width: 700px;
    min-height: 100px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold; }
    .p-cta__button span {
      font-weight: inherit; }
  .p-cta .c-button-primary__icon-left,
  .p-cta .c-button-primary__icon-right {
    height: 26px; }
  .p-cta .c-button-primary__icon-left {
    margin-right: 16px; }
  .p-cta .c-button-primary__icon-right {
    margin-left: 16px; }
  .p-cta__24-hours {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    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;
    margin-top: 40px; }
    .p-cta__24-hours::before, .p-cta__24-hours::after {
      content: '';
      display: block;
      width: 1px;
      height: 30px;
      background: #333; }
    .p-cta__24-hours::before {
      -webkit-transform: skew(15deg);
              transform: skew(15deg);
      margin-right: 16px; }
    .p-cta__24-hours::after {
      -webkit-transform: skew(-15deg);
              transform: skew(-15deg);
      margin-left: 16px; }
  .p-cta__text {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 8px; }

.p-introduction {
  height: 486px;
  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;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .p-introduction__bg {
    width: 100%;
    opacity: 0.4; }
    .p-introduction__bg img {
      width: 100%;
      max-width: none;
      aspect-ratio: 1366 / 1299;
      height: auto; }
  .p-introduction__body {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%; }
  .p-introduction__lead {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2; }
  .p-introduction__copy {
    font-size: 64px;
    font-size: 6.4rem;
    font-weight: bold;
    color: #d4000b;
    margin-top: 24px; }

.p-section {
  padding: 120px 0; }
  .p-section__heading {
    text-align: center; }
  .p-section__lead {
    margin-top: 80px;
    text-align: center; }
  .p-section__body {
    margin-top: 96px; }

.p-voices {
  background-image: url(/lp/04docbpob/assets/images/bg-voices.jpg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .p-voices__body > * {
    margin-left: auto;
    margin-right: auto; }
  .p-voices__body > * ~ * {
    margin-top: 64px; }

.p-voice-card {
  width: calc(100% - 100px);
  background-color: #fff;
  padding: 32px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
  .p-voice-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .p-voice-card__icon {
    width: 56px;
    height: 56px;
    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;
    border-radius: 50%;
    background-color: #fafafa;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 16px; }
    .p-voice-card__icon img {
      height: 24px; }
  .p-voice-card__text {
    margin-top: 16px; }

.p-service-flow {
  position: relative; }
  .p-service-flow::before, .p-service-flow::after {
    content: '';
    width: 67px;
    height: 264px;
    position: absolute; }
  .p-service-flow::before {
    top: 0;
    left: 0;
    background: url("/lp/04docbpob/assets/images/bg-triangle-top.svg") no-repeat 0 0; }
  .p-service-flow::after {
    bottom: 0;
    right: 0;
    background: url("/lp/04docbpob/assets/images/bg-triangle-bottom.svg") no-repeat 0 0; }
  .p-service-flow img.-rfl {
    aspect-ratio: 999 / 463;
    height: auto; }

.p-points {
  background: #f5f5f5;
  position: relative; }
  .p-points::before {
    content: '';
    width: 67px;
    height: 264px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/lp/04docbpob/assets/images/bg-triangle-top.svg") no-repeat 0 0; }
  .p-points__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .p-points__body > *:nth-child(3), .p-points__body > *:nth-child(4), .p-points__body > *:nth-child(5), .p-points__body > *:nth-child(6) {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 47%; }
    .p-points__body > *:nth-child(4) {
      margin-top: 200px; }
    .p-points__body > *:nth-child(5) {
      margin-top: -64px; }
    .p-points__body > * ~ * {
      margin-top: 80px; }

.p-point-card {
  background: #f5f5f5;
  border-radius: 20px;
  -webkit-box-shadow: 20px 20px 40px #d0d0d0, -20px -20px 40px #ffffff;
          box-shadow: 20px 20px 40px #d0d0d0, -20px -20px 40px #ffffff;
  padding: 40px; }
  .p-point-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .p-point-card__number {
    font-size: 56px;
    font-size: 5.6rem;
    color: #d4000b;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    margin-right: 24px;
    margin-left: -56px; }
  .p-point-card__heading {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold; }
  .p-point-card__body {
    margin-top: 24px; }
    .p-point-card__body > * ~ * {
      margin-top: 40px; }
    .p-point-card__body img.-rnum2 {
      aspect-ratio: 883 / 397;
      height: auto; }
    .p-point-card__body img.-rnum7 {
      aspect-ratio: 665 / 234;
      height: auto; }

.p-tasks {
  position: relative;
  padding-bottom: 184px; }
  .p-tasks::before, .p-tasks::after {
    content: '';
    position: absolute;
    z-index: -1; }
  .p-tasks::before {
    width: 150px;
    height: 588px;
    top: 0;
    left: 0;
    background: url("/lp/04docbpob/assets/images/bg-triangle-top.svg") no-repeat 0 0; }
  .p-tasks::after {
    width: 319px;
    height: 1320px;
    right: 0;
    bottom: 0;
    background: url("/lp/04docbpob/assets/images/bg-triangle-bottom.svg") no-repeat 0 0; }
  .p-tasks__body {
    position: relative;
    z-index: 1; }
  .p-tasks__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
  .p-tasks__dots-01, .p-tasks__dots-02, .p-tasks__dots-03, .p-tasks__dots-04 {
    width: 50px;
    height: 244px;
    display: block;
    background: url("/lp/04docbpob/assets/images/bg-dots-wave.svg") no-repeat 0 0;
    position: absolute; }
  .p-tasks__dots-01 {
    top: 64px;
    right: 0; }
  .p-tasks__dots-02 {
    top: 392px;
    left: 0; }
  .p-tasks__dots-03 {
    right: 0;
    top: 680px; }
  .p-tasks__dots-04 {
    top: 1000px;
    left: 0; }
  .p-tasks__item {
    width: 22.6%;
    margin-left: 8%; }
    .p-tasks__item:nth-child(6n + 1) {
      margin-left: 0; }
    .p-tasks__item:nth-child(6n + 4) {
      margin-left: auto; }
    .p-tasks__item:nth-child(n + 4) {
      margin-top: 96px; }
  .p-tasks__solve {
    margin-top: 120px; }
  .p-tasks__bottom {
    width: 100%;
    height: 80px;
    background: #d4000b;
    position: absolute;
    bottom: 0;
    left: 0; }
    .p-tasks__bottom::before {
      content: '';
      width: calc(100% - 267px);
      height: 20px;
      -webkit-transform: skewX(-16deg);
              transform: skewX(-16deg);
      position: absolute;
      top: 0;
      left: 0;
      background: #bd0009; }

.p-task-card {
  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-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .p-task-card__icon {
    width: 64px;
    height: 64px;
    background: #fafafa;
    border-radius: 10px;
    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;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .p-task-card__name {
    margin-top: 16px;
    text-align: center; }
  .p-task-card__detail {
    margin-top: 16px;
    padding-left: 1.5em;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    width: 100%; }
    .p-task-card__detail li {
      list-style: disc;
      line-height: 1.75; }

.p-solve-tasks {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 72px 56px 56px;
  background: #fff; }
  .p-solve-tasks__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #d4000b;
    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: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px; }
  .p-solve-tasks__heading {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center; }
  .p-solve-tasks__text {
    margin-top: 32px; }
  .p-solve-tasks__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px; }
    .p-solve-tasks__images > * {
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .p-solve-tasks__images > * ~ * {
      margin-left: 32px; }
    .p-solve-tasks__images img {
      aspect-ratio: 214/ 141;
      height: auto; }

.p-records {
  background-color: #fafafa;
  background-image: url("/lp/04docbpob/assets/images/bg-papers.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 360px;
  position: relative; }
  .p-records__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .p-records__number {
    margin-top: 160px;
    text-align: center; }
  .p-records__bg-01 {
    width: 184px;
    height: 274px;
    background: url("/lp/04docbpob/assets/images/bg-records-dot-01@2x.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 30px;
    left: 30px; }
  .p-records__bg-02 {
    width: 453px;
    height: 274px;
    background: url("/lp/04docbpob/assets/images/bg-records-dot-02@2x.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 562px;
    right: 0; }
  .p-records__bg-03 {
    width: 184px;
    height: 274px;
    background: url("/lp/04docbpob/assets/images/bg-records-dot-01@2x.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 700px;
    left: 0; }

.p-records-card {
  position: relative;
  width: 43.92387%; }
  .p-records-card__image img {
    width: 100%;
    aspect-ratio: 658 / 407;
    height: auto; }
  .p-records-card__body {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute; }
    .p-records-card__body--left {
      top: 40px;
      right: -105px; }
    .p-records-card__body--right {
      bottom: 55px;
      left: -105px; }
  .p-records-card__heading {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    display: inline-block;
    background: #fff;
    padding: 0.2em 0.5em;
    margin-bottom: 8px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
  .p-records-card__text {
    font-size: 20px;
    font-size: 2rem;
    display: inline-block;
    background: #fff;
    padding: 0.2em 0.5em;
    margin-top: 4px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }

.p-record-number {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .p-record-number__lead {
    color: #fff;
    background: #d4000b;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0.2em 0.8em;
    position: relative; }
    .p-record-number__lead::after {
      content: '';
      border: transparent solid;
      border-width: 10px 8px 0 8px;
      border-top-color: #d4000b;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -8px; }
  .p-record-number__number {
    font-family: 'Roboto', sans-serif;
    font-size: 140px;
    font-size: 14rem;
    color: #d4000b;
    text-shadow: 5px 5px 0 #ffd9da;
    position: relative;
    line-height: 1; }
    .p-record-number__number::before, .p-record-number__number::after {
      content: '';
      width: 105%;
      background: #d4000b;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .p-record-number__number::before {
      height: 4px; }
    .p-record-number__number::after {
      height: 1px;
      bottom: -6px; }
    .p-record-number__number span {
      font-size: 80px;
      font-size: 8rem; }
  .p-record-number__text {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(calc(100% + 16px));
            transform: translateX(calc(100% + 16px)); }

.p-related-services {
  background: -webkit-gradient(linear, left top, left bottom, from(#d4000b), color-stop(50%, #ff000d), to(#d4000b));
  background: linear-gradient(to bottom, #d4000b 0%, #ff000d 50%, #d4000b 100%);
  padding-left: 30px;
  padding-right: 30px; }
  .p-related-services__body {
    background: #fafafa;
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    padding: 96px 64px; }
  .p-related-services__sub-heading {
    color: #d4000b;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center; }
  .p-related-services__heading {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 16px; }
  .p-related-services__lead {
    text-align: center;
    margin-top: 56px; }
  .p-related-services__services {
    margin-top: 80px; }
    .p-related-services__services > * ~ * {
      margin-top: 80px; }

.p-related-service-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .p-related-service-card--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .p-related-service-card--reverse .p-related-service-card__body {
      margin-left: 0;
      margin-right: -40px; }
  .p-related-service-card__image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 350px; }
    .p-related-service-card__image img {
      aspect-ratio: 349 / 216;
      height: auto; }
  .p-related-service-card__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-left: -40px;
    margin-top: 40px;
    position: relative; }
  .p-related-service-card__heading::after {
    content: '';
    display: block;
    width: 25px;
    height: 4px;
    background: #d4000b;
    margin: 16px 0; }

.p-footer {
  padding: 4rem 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #757575; }

.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; }
    @media only screen and (max-width: 1160px) {
      .p-tasks::after {
        width: 200px;
        height: 857px; }
        .p-tasks__bottom::before {
          width: calc(100% - 169px); } }
    @media only screen and (max-width: 980px) {
  .u-br-pc {
    display: none; }
    .p-container {
      padding-left: 30px;
      padding-right: 30px; }
    .l-header {
      height: 60px; }
    .l-main {
      margin-top: 60px; } }
    @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; }
    .c-heading {
      font-size: 24px;
      font-size: 2.4rem; }
      .c-button-primary__icon-right {
        display: none; }
    .p-container {
      padding-left: 30px;
      padding-right: 30px; }
    .p-header {
      margin-top: 24px; }
      .p-header__logo {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center; }
    .p-header__cta {
      width: 260px;
      position: fixed;
      bottom: 16px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .p-header__cta:hover {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      @supports (mix-blend-mode: soft-light){
        .p-mv::before, .p-mv::after {
          display: none; } }
      .p-mv__image {
        position: static;
        max-width: 600px;
        width: 100%;
        left: 0;
        -webkit-transform: none;
                transform: none;
        margin-left: -32px;
        margin-top: 24px; }
    .p-mv {
      height: auto;
      padding-top: 14%; }
      .p-mv__body {
        display: block;
        text-align: right; }
      .p-mv__lead {
        font-size: 16px;
        font-size: 1.6rem; }
      .p-mv__copy {
        font-size: 30px;
        font-size: 3rem; }
      .p-mv__features {
        width: 100%;
        max-width: 324px;
        margin-top: 24px;
        margin-left: auto; }
    .p-cta {
      padding: 48px 0; }
      .p-cta__button {
        font-size: 20px;
        font-size: 2rem;
        min-height: 80px; }
      .p-cta .c-button-primary__icon-left,
      .p-cta .c-button-primary__icon-right {
        height: 20px; }
      .p-cta .c-button-primary__icon-left {
        margin-right: 8px; }
      .p-cta .c-button-primary__icon-right {
        margin-left: 8px; }
      .p-cta__24-hours {
        font-size: 20px;
        font-size: 2rem; }
      .p-cta__text {
        font-size: 16px;
        font-size: 1.6rem; }
    .p-introduction {
      height: 300px; }
      .p-introduction__lead {
        font-size: 16px;
        font-size: 1.6rem; }
      .p-introduction__copy {
        font-size: 30px;
        font-size: 3rem; }
    .p-section {
      padding: 64px 0; }
      .p-section__lead {
        margin-top: 40px; }
      .p-section__body {
        margin-top: 48px; }
      .p-voices__body > * ~ * {
        margin-top: 32px; }
    .p-voice-card {
      width: 100%; }
      .p-service-flow::before, .p-service-flow::after {
        width: 40.2px;
        height: 158.4px; }
      .p-points::before {
        width: 40.2px;
        height: 158.4px; }
      .p-points__body {
        display: block; }
        .p-points__body > *:nth-child(3), .p-points__body > *:nth-child(4), .p-points__body > *:nth-child(5), .p-points__body > *:nth-child(6) {
          width: 100%; }
        .p-points__body > *:nth-child(4) {
          margin-top: 24px; }
        .p-points__body > *:nth-child(5) {
          margin-top: 24px; }
        .p-points__body > * ~ * {
          margin-top: 24px; }
    .p-point-card {
      padding: 24px; }
      .p-point-card__number {
        font-size: 40px;
        font-size: 4rem;
        margin-left: -40px;
        margin-right: 16px; }
      .p-point-card__heading {
        font-size: 20px;
        font-size: 2rem; }
      .p-point-card__body {
        margin-top: 16px; }
        .p-point-card__body > * ~ * {
          margin-top: 24px; }
    .p-tasks {
      padding-bottom: 96px; }
      .p-tasks::before {
        width: 40px;
        height: 157px; }
      .p-tasks::after {
        width: 150px;
        height: 583px; }
      .p-tasks__list {
        margin-left: -16px;
        margin-right: -16px; }
      .p-tasks__item {
        width: 50%;
        margin-left: 0;
        padding: 0 16px;
        margin-top: 48px; }
        .p-tasks__item:nth-child(n + 4) {
          margin-top: 48px; }
      .p-tasks__solve {
        margin-top: 64px; }
      .p-tasks__bottom {
        height: 40px; }
        .p-tasks__bottom::before {
          width: calc(100% - 117px); }
      .p-task-card__icon {
        width: 48px;
        height: 48px; }
        .p-task-card__icon img {
          width: 24px;
          height: auto; }
    .p-solve-tasks {
      padding: 32px 24px 24px; }
      .p-solve-tasks__icon {
        width: 56px;
        height: 56px;
        top: -28px;
        margin-left: -28px; }
        .p-solve-tasks__icon img {
          width: 32px;
          height: auto; }
      .p-solve-tasks__heading {
        font-size: 24px;
        font-size: 2.4rem; }
      .p-solve-tasks__text {
        margin-top: 16px; }
      .p-solve-tasks__images {
        margin-top: 16px; }
        .p-solve-tasks__images > * ~ * {
          margin-left: 8px; }
    .p-records {
      background-size: 200% auto;
      padding-bottom: 160px; }
      .p-records__cards {
        display: block; }
      .p-records__cards > * ~ * {
        margin-top: 32px; }
      .p-records__number {
        margin-top: 80px; }
      .p-records__bg-01 {
        width: 100px; }
      .p-records__bg-02 {
        width: 300px; }
      .p-records__bg-03 {
        width: 150px; }
    .p-records-card {
      width: 100%; }
      .p-records-card__body {
        position: relative; }
        .p-records-card__body--left {
          right: auto;
          top: 0;
          left: 0;
          margin-bottom: -50px; }
        .p-records-card__body--right {
          left: auto;
          right: 0;
          bottom: auto;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          margin-bottom: -25px; }
      .p-records-card__heading {
        font-size: 20px;
        font-size: 2rem; }
      .p-records-card__text {
        font-size: 18px;
        font-size: 1.8rem; }
      .p-record-number__lead {
        font-size: 16px;
        font-size: 1.6rem; }
      .p-record-number__number {
        font-size: 80px;
        font-size: 8rem; }
        .p-record-number__number span {
          font-size: 40px;
          font-size: 4rem; }
      .p-record-number__text {
        font-size: 18px;
        font-size: 1.8rem;
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
    .p-related-services {
      padding-left: 30px;
      padding-right: 30px; }
      .p-related-services__body {
        padding: 32px; }
      .p-related-services__sub-heading {
        font-size: 20px;
        font-size: 2rem; }
      .p-related-services__heading {
        font-size: 26px;
        font-size: 2.6rem; }
      .p-related-services__lead {
        margin-top: 32px; }
      .p-related-services__services {
        margin-top: 40px; }
        .p-related-services__services > * ~ * {
          margin-top: 40px; }
    .p-related-service-card {
      display: block; }
        .p-related-service-card--reverse .p-related-service-card__body {
          margin-right: 0; }
      .p-related-service-card__image {
        width: 100%; }
      .p-related-service-card__body {
        margin-left: 0;
        margin-top: 16px;
        background: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0; }
    .p-footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 4rem 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; } }

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