@charset "UTF-8";
/*----------------------------------------------------------------------------------------
rest.scss
----------------------------------------------------------------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-weight: 500;
  font-size: 62.5%;
  font-family: "source-han-sans-japanese", sans-serif;
}

a {
  transition: 0.2s;
}

a, span {
  display: inline-block;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

iframe {
  max-width: 100%;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

/*----------------------------------------------------------------------------------------
header.scss
----------------------------------------------------------------------------------------*/
.l-header {
  transition: 0.2s;
  position: fixed;
  z-index: 100;
  inset: 0;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2%;
  padding-right: 2%;
}
.l-header.is-change {
  background-color: rgba(255, 255, 255, 0.8);
}
.l-header__inner {
  max-width: 1270px;
  margin-inline: auto;
  width: 100%;
}
.l-header__column {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.l-header__logo {
  position: relative;
  z-index: 100;
}
.l-header__hum {
  display: block;
  position: relative;
  z-index: 100;
  top: 0;
  right: 30px;
  width: 30px;
  height: 20px;
  z-index: 1000;
  cursor: pointer;
}
.l-header__hum span {
  position: absolute;
  display: block;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #004ea2;
  transition: all 0.5s;
  border-radius: 4px;
}
.l-header__hum span:nth-child(1) {
  top: 4px;
}
.l-header__hum span:nth-child(2) {
  top: 14px;
}
.l-header__hum.is-open span:nth-child(1) {
  transform: translateY(10px) rotate(225deg);
}
.l-header__hum.is-open span:nth-child(2) {
  transform: rotate(-225deg);
}

.l-res-nav {
  background: #fff;
  transition: 0.2s;
  position: fixed;
  top: 0;
  z-index: 100;
  right: -100vw;
  width: 100%;
  height: 100vh;
  transform: translate3d(0, 0, -1px); /* 追加 */
}
.l-res-nav.is-open {
  right: 0;
}
.l-res-nav__cont {
  display: grid;
  place-content: center;
  height: inherit;
}
.l-res-nav__logo01 {
  text-align: center;
}
.l-res-nav__list {
  margin-top: 70px;
  max-width: 425px;
  width: 100%;
  padding: 0 30px;
  margin-inline: auto;
}
.l-res-nav__list li {
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 40px;
}
.l-res-nav__list li a {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.l-res-nav__list li a::after {
  content: "";
  background-image: url(../../assets/images/arrow.png);
  background-size: contain;
  display: inline-block;
  right: 0;
  width: 25px;
  height: 25px;
}
.l-res-nav__logo02 {
  padding-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-header__hum {
    top: 15px;
    right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .l-res-nav__logo01 {
    margin-top: 30px;
  }
  .l-res-nav__logo01 img {
    width: 70%;
  }
  .l-res-nav__logo02 img {
    width: 70%;
  }
  .l-res-nav__list {
    margin-top: 40px;
  }
  .l-res-nav__list li {
    font-size: clamp(1.8rem, 1.609rem + 0.509vw, 2rem);
  }
}
/*----------------------------------------------------------------------------------------
footer.scss
----------------------------------------------------------------------------------------*/
.l-footer {
  padding: 70px 2%;
  text-align: center;
}
.l-footer__link {
  margin-top: 50px;
  font-size: 1.6rem;
}

@media screen and (max-width: 480px) {
  .l-footer img {
    width: 80%;
  }
}
/*----------------------------------------------------------------------------------------
container.scss
----------------------------------------------------------------------------------------*/
.l-main-container {
  max-width: 1920px;
  margin-inline: auto;
}

/*----------------------------------------------------------------------------------------
heading.scss
----------------------------------------------------------------------------------------*/
.c-sec-heading {
  position: relative;
  background: #fff;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  padding: 115px 0 40px;
}
.c-sec-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 76px;
  background-color: #004ea2;
}
.c-sec-heading::after {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 24px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c-sec-heading {
    font-size: clamp(2.4rem, 0.301rem + 5.598vw, 4.6rem);
  }
}
@media screen and (max-width: 480px) {
  .c-sec-heading {
    padding: 70px 0 30px;
  }
  .c-sec-heading::before {
    height: 45px;
  }
  .c-sec-heading::after {
    height: 24px;
  }
}
/*----------------------------------------------------------------------------------------
component.scss
----------------------------------------------------------------------------------------*/
.c-btn {
  max-width: 600px;
  margin-inline: auto;
  width: 100%;
  height: 80px;
  border-radius: 50px;
  color: #fff;
  background: #004ea2;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-btn {
    max-width: 640px;
    width: 95%;
    font-size: clamp(1.8rem, 0.082rem + 4.58vw, 3.6rem);
  }
}
@media screen and (max-width: 480px) {
  .c-btn {
    height: 60px;
  }
}
/*----------------------------------------------------------------------------------------
main.scss
----------------------------------------------------------------------------------------*/
.p-mainVisual {
  padding-bottom: 175px;
}
.p-mainVisual__column {
  display: flex;
  justify-content: right;
}
.p-mainVisual__txts {
  position: relative;
  z-index: 10;
  margin-top: 90px;
}
.p-mainVisual__imgs {
  position: relative;
  z-index: 1;
  margin-left: -2%;
}
.p-mainVisual__btn {
  position: relative;
  z-index: 10;
}

.p-bcp__heading {
  position: relative;
  max-width: 890px;
  width: 100%;
  margin-inline: auto;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  margin-bottom: 30px;
  background-color: #fff;
}
.p-bcp__heading::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  background-image: url(../images/headingArrow01.svg);
  display: inline-block;
  background-size: contain;
  width: 76px;
  height: 86px;
}
.p-bcp__heading::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  background-image: url(../images/headingArrow02.svg);
  display: inline-block;
  background-size: contain;
  width: 76px;
  height: 86px;
}
.p-bcp__heading--blue {
  color: #0089ce;
}
.p-bcp__detail {
  background-color: #ddedee;
  padding: 30px 6% 95px;
}
.p-bcp__detail-inner {
  max-width: 960px;
  margin-inline: auto;
  position: relative;
  padding: 40px 30px 60px;
  border: 2px solid #0089ce;
  background: #fff;
}
.p-bcp__detail-inner h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #0089ce;
}
.p-bcp__detail-inner img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
.p-bcp__detail-txts {
  width: 61.1183355007vw;
  max-width: 715px;
}
.p-bcp__detail-txt {
  font-size: 1.6rem;
  line-height: 26px;
  margin-top: 20px;
}

.p-what {
  background-color: #ddedee;
}
.p-what__inner {
  max-width: 1064px;
  margin-inline: auto;
  margin-top: 45px;
  padding-bottom: 105px;
}
.p-what__txt {
  padding-right: 35px;
  padding-left: 35px;
  font-size: 1.8rem;
  line-height: 34px;
}
.p-what__column {
  margin-top: 30px;
  margin-bottom: 25px;
  padding-right: 2%;
  padding-left: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-what__column li {
  position: relative;
}
.p-what__column li:nth-of-type(2) {
  margin-right: -20px;
  z-index: 10;
}

.p-step {
  background-color: #ddedee;
  padding-bottom: 115px;
}
.p-step ul {
  padding: 65px 2% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.p-step ul p {
  font-size: 1.6rem;
  line-height: 24px;
  margin-top: 15px;
  margin-inline: auto;
}
.p-step__caution {
  margin: 40px 2% 30px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}

.p-data {
  background-color: #ddedee;
  padding-bottom: 95px;
}
.p-data__inner {
  padding-top: 45px;
}
.p-data__txt {
  text-align: center;
  font-size: 1.8rem;
}
.p-data__list {
  max-width: 1320px;
  margin-inline: auto;
  margin-top: 45px;
  padding: 0 2%;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.p-data__list li {
  display: flex;
  flex-direction: column;
}
.p-data__list h3 {
  background: #004ea2;
  color: #fff;
  font-size: 2.4rem;
  padding: 25px 25px 20px;
}
.p-data__item h4 {
  background: #fff;
  padding: 10px 25px 25px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 24px;
  color: #004ea2;
  flex-grow: 1;
}
.p-data__img {
  padding: 0 25px 25px;
  background: #fff;
}

.p-backup {
  background-color: #ddedee;
  padding-bottom: 135px;
}
.p-backup ul {
  margin-top: 75px;
  margin-bottom: 55px;
  padding: 0 2%;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.p-backup ul h3 {
  color: #004ea2;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-backup__img {
  position: relative;
}
.p-backup__img p {
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  color: #fff;
  font-weight: 700;
}

.p-cost {
  background-color: #b2dcf0;
  padding-top: 100px;
  padding-bottom: 80px;
}
.p-cost hgroup {
  text-align: center;
  margin-bottom: 50px;
}
.p-cost hgroup h2 {
  font-family: "poppins", sans-serif;
  font-size: 7.2rem;
  color: #fff;
}
.p-cost hgroup p {
  margin-top: -40px;
  font-size: 3rem;
  font-weight: 700;
}
.p-cost__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.p-cost__nomal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 80px;
}
.p-cost h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
  text-align: center;
  color: #004ea2;
  font-weight: 700;
}
.p-cost__option li:first-of-type {
  margin-bottom: 10px;
}
.p-cost__caution {
  text-align: right;
  margin-top: 10px;
  font-size: 1.4rem;
  margin-bottom: 35px;
}

.p-to-top {
  background: #b2dcf0;
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (min-width: 1025px) {
  .p-mainVisual__btn {
    margin-top: -8%;
  }
}
@media screen and (max-width: 1024px) {
  .p-mainVisual__column {
    flex-direction: column;
    align-items: center;
  }
  .p-mainVisual__txts {
    order: 2;
    margin-top: -15%;
    width: 90%;
    margin-inline: auto;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-data__list li {
    width: 25%;
  }
  .p-step ul p {
    height: 85px;
    max-width: 200px;
  }
  .p-backup ul h3 {
    font-size: clamp(1.25rem, 0.615rem + 0.825vw, 2.2rem);
    line-height: 1.3636363636;
  }
  .p-backup__img p {
    font-size: clamp(1.2rem, 0.866rem + 0.434vw, 1.7rem);
    line-height: 1.2941176471;
  }
}
@media screen and (max-width: 768px) {
  .p-mainVisual {
    padding-bottom: 90px;
  }
  .p-bcp__heading {
    font-size: clamp(1.6rem, 0.264rem + 3.562vw, 3rem);
    line-height: 1.6666666667;
  }
  .p-bcp__detail-inner img {
    top: 20%;
    right: -20px;
  }
  .p-bcp__detail-top hgroup {
    width: 50%;
  }
  .p-bcp__detail-top hgroup h3 {
    font-size: clamp(2rem, 0.092rem + 5.089vw, 4rem);
    border-bottom: 1px solid #0089ce;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .p-bcp__detail-top hgroup p {
    font-size: clamp(1.6rem, 0.073rem + 4.071vw, 3.2rem);
    line-height: 1.3125;
    color: #0089ce;
    font-weight: 700;
  }
  .p-bcp img {
    width: 44.8vw;
    max-width: 347px;
  }
  .p-bcp__detail-txt {
    font-size: clamp(1.6rem, 0.073rem + 4.071vw, 3.2rem);
    line-height: 1.75;
  }
  .p-what__inner {
    padding-bottom: 120px;
  }
  .p-what__txt {
    font-size: clamp(1.6rem, 0.073rem + 4.071vw, 3.2rem);
    line-height: 1.75;
    width: 85%;
    margin-inline: auto;
  }
  .p-what__column {
    margin-top: 80px;
    margin-bottom: 55px;
    flex-direction: column;
  }
  .p-what__column li:last-of-type {
    margin-top: -30px;
  }
  .p-step ul {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .p-step ul li {
    text-align: center;
  }
  .p-step ul p {
    text-align: center;
    font-size: clamp(1.6rem, 0.073rem + 4.071vw, 3.2rem);
    line-height: 1.5625;
  }
  .p-step__caution {
    margin-top: 90px;
    margin-bottom: 90px;
    font-size: clamp(1.4rem, 0.064rem + 3.562vw, 2.8rem);
  }
  .p-data {
    padding-bottom: 135px;
  }
  .p-data__inner {
    padding-top: 75px;
  }
  .p-data__txt {
    font-size: clamp(1.6rem, 0.073rem + 4.071vw, 3.2rem);
    line-height: 1.5625;
  }
  .p-data__list {
    margin-top: 60px;
    flex-direction: column;
    gap: 40px;
  }
  .p-data__list-inner {
    padding: 35px 30px;
  }
  .p-data__item h3 {
    font-size: clamp(2.2rem, 0.101rem + 5.598vw, 4.4rem);
  }
  .p-data__item h4 {
    font-size: clamp(1.6rem, 0.073rem + 4.071vw, 3.2rem);
    line-height: 1.4375;
  }
  .p-data__item img {
    width: 100%;
  }
  .p-backup ul {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .p-backup ul h3 {
    font-size: clamp(1.8rem, 0.082rem + 4.58vw, 3.6rem);
    line-height: 1.3888888889;
  }
  .p-backup__img p {
    font-size: clamp(1.5rem, 0.069rem + 3.817vw, 3rem);
    line-height: 1.3333333333;
  }
  .p-cost {
    padding-bottom: 85px;
  }
  .p-cost hgroup h2 {
    font-size: clamp(4rem, 0.183rem + 10.178vw, 8rem);
  }
  .p-cost hgroup p {
    font-size: clamp(1.75rem, 0.271rem + 3.944vw, 3.3rem);
  }
  .p-cost__detail h3 {
    font-size: clamp(1.6rem, 0.073rem + 4.071vw, 3.2rem);
    margin-bottom: 30px;
  }
  .p-cost__nomal {
    flex-direction: column;
    gap: 10px;
  }
  .p-cost__option {
    text-align: center;
  }
  .p-cost__caution {
    text-align: center;
    font-size: clamp(1.4rem, 0.064rem + 3.562vw, 2.8rem);
    margin-top: 15px;
    margin-bottom: 90px;
  }
  .p-to-top {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 480px) {
  .p-obj {
    width: 160px;
  }
  .p-mainVisual {
    padding-bottom: 60px;
  }
  .p-mainVisual__txts {
    margin-bottom: 25px;
  }
  .p-bcp__heading::before {
    width: 36px;
    height: 43px;
  }
  .p-bcp__heading::after {
    width: 36px;
    height: 43px;
  }
  .p-bcp__detail {
    padding-bottom: 70px;
  }
  .p-bcp__detail-inner {
    padding-bottom: 40px;
  }
  .p-what__inner {
    padding-bottom: 70px;
  }
  .p-what__txt {
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
  }
  .p-what__column {
    padding-left: 4%;
    padding-right: 4%;
    margin-top: 50px;
  }
  .p-what__column li:last-of-type {
    margin-top: -20px;
  }
  .p-step {
    padding-bottom: 70px;
  }
  .p-step ul {
    padding-left: 4%;
    padding-right: 4%;
    gap: 20px;
  }
  .p-step__caution {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .p-data {
    padding-bottom: 70px;
  }
  .p-data__inner {
    padding-top: 60px;
  }
  .p-data__list {
    padding-left: 4%;
    padding-right: 4%;
    margin-top: 40px;
    gap: 25px;
  }
  .p-data__list-inner {
    padding: 25px 20px;
  }
  .p-backup {
    padding-bottom: 70px;
  }
  .p-backup ul {
    padding-left: 4%;
    padding-right: 4%;
    gap: 30px;
    margin-top: 40px;
  }
  .p-cost {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-cost hgroup {
    margin-bottom: 25px;
  }
  .p-cost hgroup p {
    margin-top: -20px;
  }
  .p-cost__inner {
    padding-left: 4%;
    padding-right: 4%;
  }
  .p-cost__nomal {
    margin-bottom: 40px;
  }
  .p-cost__caution {
    margin-bottom: 45px;
  }
}
/*----------------------------------------------------------------------------------------
none.scss
----------------------------------------------------------------------------------------*/
@media (max-width: 1200px) {
  .u-txt-res-none {
    display: none;
  }
}
@media (min-width: 769px) {
  .u-tab-appea {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-tab-none {
    display: none;
  }
}
@media (min-width: 481px) {
  .u-sp-appea {
    display: none;
  }
}
@media (max-width: 480px) {
  .u-sp-none {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */