@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@800&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
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;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
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;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
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;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-size: 16px;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4vw;
  }
}

.lpWrap {
  overflow: hidden;
  background-color: #fff;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .lpWrap .pc-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .pc-tab {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .lpWrap .tab-sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .lpWrap .sp-only {
    display: none;
  }
}
.lpWrap > section {
  position: relative;
}
.lpWrap .inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lpWrap .inner {
    padding: 0 5.3vw;
  }
}
.lpWrap .ib {
  display: inline-block;
}
.lpWrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline;
  vertical-align: bottom;
}
.lpWrap p {
  line-height: 1.7;
}
.lpWrap .serif {
  font-family: serif;
}
.lpWrap .bebas {
  font-family: "Bebas Neue", cursive;
}
.lpWrap .maker {
  background-image: linear-gradient(to top, #ffff00, #ffff00);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
}
.lpWrap .maker._2 {
  background-image: linear-gradient(to top, #ffff00 0.46em, transparent 0.46em);
}
.lpWrap .maker._3 {
  background-image: linear-gradient(to top, #c0ddfa 0.15em, transparent 0.15em);
}
.lpWrap .maker.anim {
  background-size: 100% 100%;
}
.lpWrap .kerning {
  font-feature-settings: "palt" 1;
}
.lpWrap .cta {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lpWrap .cta {
    max-width: 89.3vw;
  }
}
.lpWrap .cta_tel {
  position: absolute;
  width: 48%;
  height: 36%;
  top: 28%;
  left: 7%;
}
@media screen and (max-width: 768px) {
  .lpWrap .cta_tel {
    top: 15vw;
    left: 5vw;
    right: 5vw;
    width: auto;
    height: 15vw;
  }
}
.lpWrap .cta_web {
  position: absolute;
  width: 42.2%;
  top: 7%;
  right: 2%;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .lpWrap .cta_web {
    width: 83vw;
    left: 3.5vw;
    top: 42vw;
  }
}
.lpWrap .cta_web:hover {
  transform: translateY(-2.5%);
}
.lpWrap .title01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lpWrap .title01 {
    font-size: 6.4vw;
  }
}
.lpWrap .font01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
}
.lpWrap .fv {
  background: #000 url(../img/hydrafacial_bg_01.webp) no-repeat center center/auto 100%;
  height: 610px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv {
    background-image: url(../img/hydrafacial_bg_01_sp.webp);
    height: 152vw;
  }
}
.lpWrap .fv .inner {
  max-width: 1406px;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv .inner {
    padding-top: 4.3vw;
  }
}
.lpWrap .fv_txt1 {
  font-size: clamp(2px, 7vw, 96px);
  line-height: 1;
  margin-bottom: 177px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt1 {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_txt1 {
    font-size: 12.8vw;
    line-height: 1.1;
    margin-bottom: 43.7vw;
    margin-right: -5.3vw;
  }
}
.lpWrap .fv_list {
  margin-left: 382px;
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_list {
    margin-left: 220px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_list {
    margin-left: 0;
    margin-bottom: 3.3vw;
    gap: 1.7vw;
  }
}
.lpWrap .fv_list_item {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(146deg, #0046ae 58.2%, #3e81d4 79.88%);
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_list_item {
    width: 20.2vw;
    height: 20.2vw;
    font-size: 4.4vw;
  }
}
.lpWrap .fv_list_item:nth-child(1) {
  animation-delay: 0.1s;
}
.lpWrap .fv_list_item:nth-child(2) {
  animation-delay: 0.2s;
}
.lpWrap .fv_list_item:nth-child(3) {
  animation-delay: 0.3s;
}
.lpWrap .fv_ttl {
  margin-left: 130px;
  font-size: 64px;
  line-height: 1;
  margin-bottom: 16px;
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_ttl {
    margin-left: 50px;
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_ttl {
    font-size: 12.8vw;
    margin-left: 0;
    margin-bottom: 5.3vw;
  }
}
.lpWrap .fv_txt2 {
  margin-left: 130px;
  font-size: 18px;
  line-height: 2;
  animation-delay: 0.5s;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt2 {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_txt2 {
    margin-left: 0;
    font-size: 4.3vw;
    line-height: 1.5;
  }
}
.lpWrap .block1 {
  background: url(../img/hydrafacial_bg_02.webp) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1 {
    background-image: url(../img/hydrafacial_bg_02_sp.webp);
  }
}
.lpWrap .block1 .inner {
  padding-top: 72px;
  padding-bottom: 80px;
  max-width: 818px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1 .inner {
    padding-top: 10.7vw;
    padding-bottom: 10.7vw;
  }
}
.lpWrap .block1_box {
  max-width: 565px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_box {
    max-width: none;
  }
}
.lpWrap .block1_box_ttl {
  margin-bottom: 34px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_box_ttl {
    margin-bottom: 6.6vw;
  }
}
.lpWrap .block1_box_ttl .big {
  font-size: 1.44em;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_box_ttl .big {
    font-size: 1.33em;
  }
}
.lpWrap .block1_box_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_box_txt {
    font-size: 4vw;
  }
}
.lpWrap .block2 {
  background: #fff url(../img/hydrafacial_bg_03.webp) no-repeat center center/cover;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2 {
    background-image: url(../img/hydrafacial_bg_03_sp.webp);
  }
}
.lpWrap .block2 .inner {
  max-width: 1040px;
  padding-top: 72px;
  padding-bottom: 202px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2 .inner {
    padding-top: 10.7vw;
    padding-bottom: 60.5vw;
  }
}
.lpWrap .block2_img {
  position: absolute;
  top: 177px;
  left: 0;
  width: 100%;
  height: 423px;
  background: url(../img/hydrafacial_00.webp) repeat-x 0 0/auto 100%;
  animation: anim-txt 120s linear infinite;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_img {
    top: 19.2vw;
    height: 112.8vw;
  }
}
.lpWrap .block2_ttl {
  color: #fff;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_ttl {
    margin-bottom: 8vw;
  }
}
.lpWrap .block2_ttl .big {
  font-size: 1.67em;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_ttl .big {
    font-size: 1.33em;
  }
}
.lpWrap .block2_list {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 73px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_list {
    max-width: none;
    width: auto;
    margin-bottom: 9vw;
    row-gap: 3vw;
  }
}
.lpWrap .block2_list_item {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_list_item {
    width: 42.7vw;
  }
}
.lpWrap .block2_list_item:nth-child(2) {
  animation-delay: 0.1s;
}
.lpWrap .block2_list_item:nth-child(3) {
  animation-delay: 0.2s;
}
.lpWrap .block2_list_item:nth-child(4) {
  animation-delay: 0.3s;
}
.lpWrap .block2_list_item:nth-child(5) {
  animation-delay: 0.4s;
}
.lpWrap .block2_list_item:nth-child(6) {
  animation-delay: 0.5s;
}
.lpWrap .block2_list_item .img {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_list_item .img {
    margin-bottom: 1.5vw;
  }
}
.lpWrap .block2_list_item .txt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_list_item .txt {
    font-size: 4.8vw;
  }
}
.lpWrap .block2_box1 {
  background: #fff;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.3);
  padding: 40px 0 32px;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_box1 {
    padding: 6vw 4.3vw 6.5vw;
    max-width: none;
    margin: 0 -2.7vw;
  }
}
.lpWrap .block2_box1_ttl {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_box1_ttl {
    font-size: 6.4vw;
    margin-bottom: 5.2vw;
  }
}
.lpWrap .block2_box1_ttl .big {
  font-size: 2.25em;
  color: #052b58;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_box1_ttl .big {
    font-size: 1.75em;
  }
}
.lpWrap .block2_box1_txt1 {
  font-size: 32px;
  color: #052b58;
  text-align: center;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_box1_txt1 {
    font-size: 4vw;
    margin-bottom: 4.5vw;
  }
}
.lpWrap .block2_box1_txt1 .txt {
  position: relative;
}
.lpWrap .block2_box1_txt1 .txt::before, .lpWrap .block2_box1_txt1 .txt::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2em;
  background: #052b58;
  bottom: -0.3em;
}
.lpWrap .block2_box1_txt1 .txt::before {
  left: -0.8em;
  transform: rotate(-34deg);
}
.lpWrap .block2_box1_txt1 .txt::after {
  right: -0.8em;
  transform: rotate(34deg);
}
.lpWrap .block2_box1_row {
  padding: 0 64px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_box1_row {
    padding: 0;
  }
}
.lpWrap .block2_box1_row_img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_box1_row_img {
    width: 48.3%;
  }
}
.lpWrap .block2_box1_txt2 {
  padding: 0 64px;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_box1_txt2 {
    padding: 0;
    font-size: 2.7vw;
  }
}
.lpWrap .block2_box1._1 {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_box1._1 {
    margin-bottom: 6.4vw;
  }
}
.lpWrap .block2_box1._2 {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_box1._2 {
    margin-bottom: 6.4vw;
  }
}
.lpWrap .block2_box2 {
  background: #052b58;
  color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  padding: 40px 48px;
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_box2 {
    padding: 7vw 4.3vw;
    max-width: none;
    flex-direction: column;
    margin: 0 -2.7vw;
  }
}
.lpWrap .block2_box2_box {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_box2_box {
    display: contents;
  }
}
.lpWrap .block2_box2_box_ttl {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_box2_box_ttl {
    order: 0;
    font-size: 5.6vw;
    margin-bottom: 6.1vw;
  }
}
.lpWrap .block2_box2_box_txt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_box2_box_txt {
    order: 2;
    font-size: 4vw;
  }
}
.lpWrap .block2_box2_img {
  width: 38%;
  max-width: 312px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_box2_img {
    order: 1;
    max-width: none;
    width: 64vw;
    margin: 0 auto 6.4vw;
  }
}
.lpWrap .block2_cta {
  position: absolute;
  bottom: -130px;
  left: 0;
  right: 0;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_cta {
    bottom: -49.8vw;
    margin: 0 auto;
  }
}
.lpWrap .block3 {
  background: #ebf2f9;
}
.lpWrap .block3 .inner {
  padding-top: 200px;
  height: 654px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3 .inner {
    padding-top: 60vw;
    height: auto;
    padding-bottom: 10.7vw;
  }
}
.lpWrap .block3_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1249px;
  height: 100%;
  transform: translateX(190px);
}
@media screen and (max-width: 1024px) {
  .lpWrap .block3_bg {
    transform: none;
    margin: 0;
    left: auto;
    right: -500px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_bg {
    top: 41.3vw;
    left: 0;
    right: auto;
    width: 100vw;
    height: auto;
  }
}
.lpWrap .block3_bg picture {
  display: block;
}
.lpWrap .block3_bg picture.scrollAnim {
  opacity: 0;
  transform: translateX(5%);
  transition: 1s;
  transition-delay: 0.5s;
}
.lpWrap .block3_bg picture.scrollAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .block3_ttl {
  color: #052b58;
  margin-bottom: 51px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_ttl {
    text-align: left;
    margin-bottom: 9.5vw;
    margin-left: 3.2vw;
    line-height: 1.4;
  }
}
.lpWrap .block3_ttl .big1 {
  font-size: 1.44em;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_ttl .big1 {
    font-size: 2em;
  }
}
.lpWrap .block3_ttl .big2 {
  font-size: 1.44em;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_ttl .big2 {
    font-size: 1.33em;
  }
}
@media screen and (min-width: 769px) {
  .lpWrap .block3_ttl .spLine {
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_ttl .pcLine {
    background-image: none;
  }
}
.lpWrap .block3_list {
  max-width: 778px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_list {
    max-width: 67.2vw;
    margin-right: 0;
    flex-direction: column;
    gap: 2.1vw;
  }
}
.lpWrap .block3_list_txt {
  position: absolute;
  z-index: -1;
  top: -112px;
  left: -72px;
  text-align: center;
  background: #ffff00;
  font-size: 21px;
  line-height: 1.3;
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block3_list_txt {
    left: -10px;
    top: -110px;
    width: 120px;
    height: 120px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_list_txt {
    width: 26.7vw;
    height: 26.7vw;
    font-size: 4vw;
    top: -4.3vw;
    left: -24.8vw;
  }
}
.lpWrap .block3_list_item {
  width: 48.5%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  background: #fff;
  padding: 12px 15px 13px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_list_item {
    width: auto;
    font-size: 4vw;
    padding: 1.8vw 2.1vw;
  }
}
.lpWrap .block3_list_item::before {
  content: "";
  background: url(../img/check.webp) no-repeat center center/contain;
  min-width: 24px;
  height: 24px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_list_item::before {
    min-width: 6.4vw;
    height: 6.4vw;
    margin-right: 2.1vw;
  }
}
.lpWrap .block3_list_item:nth-of-type(2) {
  animation-delay: 0.1s;
}
.lpWrap .block3_list_item:nth-of-type(3) {
  animation-delay: 0.2s;
}
.lpWrap .block3_list_item:nth-of-type(4) {
  animation-delay: 0.3s;
}
.lpWrap .block3_list_item:nth-of-type(5) {
  animation-delay: 0.4s;
}
.lpWrap .block3_list_item:nth-of-type(6) {
  animation-delay: 0.5s;
}
.lpWrap .block4 {
  background: url(../img/hydrafacial_bg_05.webp) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4 {
    background-image: url(../img/hydrafacial_bg_05_sp.webp);
  }
}
.lpWrap .block4 .inner {
  padding-top: 72px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4 .inner {
    padding: 10.7vw 2.7vw;
  }
}
.lpWrap .block4 .ttl01 {
  background: #052b58;
  color: #fff;
  text-align: center;
  font-size: 36px;
  line-height: 1.3;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4 .ttl01 {
    font-size: 6.4vw;
    padding: 4.2vw 0;
  }
}
.lpWrap .block4 .box01 {
  background: #fff;
  padding: 38px 0 42px;
}
.lpWrap .block4 .boxInner {
  max-width: 864px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4 .boxInner {
    max-width: none;
    padding: 0 4.3vw;
  }
}
.lpWrap .block4 .num {
  background: #052b58;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4 .num {
    font-size: 3.5vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.lpWrap .block4 .box02 {
  background: #052b58;
  padding: 32px 48px;
}
.lpWrap .block4 .ttl02 {
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4 .ttl02 {
    font-size: 5.6vw;
  }
}
.lpWrap .block4_box1 {
  margin-bottom: 32px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box1 {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box1 .box01 {
    padding: 4.3vw 0 5.2vw;
  }
}
.lpWrap .block4_box1_box {
  position: relative;
  overflow: hidden;
}
.lpWrap .block4_box1_box_img {
  position: absolute;
  width: 406px;
  top: 0;
  left: -52px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block4_box1_box_img {
    left: -80px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box1_box_img {
    top: 1vw;
    left: auto;
    right: 0;
    width: 52vw;
  }
}
.lpWrap .block4_box1_box_ttl {
  padding-left: 234px;
  font-size: 24px;
  color: #052b58;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box1_box_ttl {
    padding-left: 0;
    font-size: 5.6vw;
    margin-bottom: 7.4vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box1_box_ttl .big {
    font-size: 1.71em;
    line-height: 1.3;
  }
}
.lpWrap .block4_box1_box_txt {
  padding-left: 234px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box1_box_txt {
    padding-left: 0;
    font-size: 4vw;
  }
}
.lpWrap .block4_box2 {
  margin-bottom: 32px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2 {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2 .box01 {
    padding: 6.4vw 0;
  }
}
.lpWrap .block4_box2_box_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 8px;
  margin-bottom: 35px;
  padding: 0 23px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2_box_row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 4.3vw;
    padding: 0;
  }
}
.lpWrap .block4_box2_box_row_img1 {
  width: 60.5%;
  max-width: 470px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2_box_row_img1 {
    width: auto;
    max-width: none;
    margin-bottom: 2.4vw;
    order: 0;
  }
}
.lpWrap .block4_box2_box_row_img2 {
  width: 38.6%;
  max-width: 300px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2_box_row_img2 {
    width: auto;
    max-width: none;
    order: 2;
  }
}
.lpWrap .block4_box2_box_row_img2 .txt {
  position: absolute;
  font-size: 16px;
  color: #fff;
  left: 6px;
  bottom: 46px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2_box_row_img2 .txt {
    font-size: 4.3vw;
    left: 1.7vw;
    bottom: 13.1vw;
  }
}
.lpWrap .block4_box2_box_row_list {
  width: 100%;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2_box_row_list {
    flex-direction: column;
    gap: 2.1vw;
    width: auto;
    margin-bottom: 4.3vw;
    order: 1;
  }
}
.lpWrap .block4_box2_box_row_list_item {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2_box_row_list_item {
    gap: 1.1vw;
  }
}
.lpWrap .block4_box2_box_row_list_item .txt {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2_box_row_list_item .txt {
    font-size: 4vw;
  }
}
.lpWrap .block4_box2_box_txt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2_box_txt {
    font-size: 4vw;
    margin-bottom: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2_box .box02 {
    padding: 4.3vw 4.3vw 9.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2_box_box .ttl02 {
    margin-bottom: 4.3vw;
  }
}
.lpWrap .block4_box2_box_box_row {
  display: flex;
  justify-content: space-between;
  gap: 6.6%;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2_box_box_row {
    flex-direction: column;
    gap: 4.3vw;
  }
}
.lpWrap .block4_box2_box_box_row .box {
  width: 312px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2_box_box_row .box {
    width: auto;
  }
}
.lpWrap .block4_box2_box_box_row .box_ttl {
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 0.71em 0;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2_box_box_row .box_ttl {
    font-size: 4vw;
  }
}
.lpWrap .block4_box2_box_box_row .box_con {
  background: #fff;
  position: relative;
}
.lpWrap .block4_box2_box_box_row .box_con_img {
  width: 145px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2_box_box_row .box_con_img {
    width: 36.3vw;
  }
}
.lpWrap .block4_box2_box_box_row .box_con_txt {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  width: 144px;
  right: 19px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2_box_box_row .box_con_txt {
    font-size: 3vw;
    width: 37vw;
    right: 3.5vw;
  }
}
.lpWrap .block4_box2_box_box_row .box_con_txt._1 {
  top: 30px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2_box_box_row .box_con_txt._1 {
    top: 8vw;
  }
}
.lpWrap .block4_box2_box_box_row .box_con_txt._2 {
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2_box_box_row .box_con_txt._2 {
    bottom: 9.8vw;
  }
}
.lpWrap .block4_box2_box_box_row .txt {
  flex: 1;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box2_box_box_row .txt {
    font-size: 4vw;
  }
}
.lpWrap .block4_box2_box_box_row .txt .maker {
  background-image: linear-gradient(to top, #ffff00 0.1em, transparent 0.1em);
}
.lpWrap .block4_box3 {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box3 .box01 {
    padding: 6.4vw 0 8.5vw;
  }
}
.lpWrap .block4_box3_box_list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box3_box_list {
    gap: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.lpWrap .block4_box3_box_list_item {
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box3_box_list_item {
    flex-direction: column;
    padding-bottom: 6.4vw;
    gap: 4.3vw;
  }
}
.lpWrap .block4_box3_box_list_item .img {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box3_box_list_item .img {
    width: auto;
  }
}
.lpWrap .block4_box3_box_list_item .txt {
  flex: 1;
}
.lpWrap .block4_box3_box_list_item .txt_ttl {
  color: #052b58;
  font-size: 24px;
  line-height: 1.33;
  padding-left: 8px;
  border-left: 4px solid #052b58;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box3_box_list_item .txt_ttl {
    font-size: 5.6vw;
    line-height: 1.24;
    padding-left: 1.3vw;
    border-left-width: 1vw;
    margin-bottom: 4.3vw;
  }
}
.lpWrap .block4_box3_box_list_item .txt_txt {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box3_box_list_item .txt_txt {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box3_box .box02 {
    padding: 6.4vw 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box3_box_box .ttl02 {
    margin-bottom: 6.4vw;
    text-align: left;
  }
}
.lpWrap .block4_box3_box_box_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box3_box_box_list {
    flex-direction: column;
    gap: 4.3vw;
    margin-bottom: 6.4vw;
  }
}
.lpWrap .block4_box3_box_box_list_item {
  width: 30.2%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box3_box_box_list_item {
    width: auto;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box3_box_box_list_item .img {
    width: 24.4%;
  }
}
.lpWrap .block4_box3_box_box_list_item .ttl {
  background: #004eae;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 0.7em 0;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block4_box3_box_box_list_item .ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box3_box_box_list_item .ttl {
    font-size: 4.3vw;
    position: absolute;
    top: 0;
    right: 0;
    width: 75.6%;
  }
}
.lpWrap .block4_box3_box_box_list_item .txt {
  background: #fff;
  padding: 0.53em 1.07em 1.07em;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box3_box_box_list_item .txt {
    font-size: 4vw;
    position: absolute;
    top: 10.9vw;
    right: 0;
    width: 75.6%;
    padding-bottom: 0;
  }
}
.lpWrap .block4_box3_box_box_txt1 {
  color: #fff;
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box3_box_box_txt1 {
    font-size: 5.6vw;
    margin-bottom: 3.5vw;
  }
}
.lpWrap .block4_box3_box_box_txt2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_box3_box_box_txt2 {
    font-size: 4vw;
  }
}
.lpWrap .block5 {
  background: linear-gradient(90deg, #c0ddfa 0%, #fff 50%, #c0ddfa 100%);
}
.lpWrap .block5 .inner {
  padding-top: 72px;
  padding-bottom: 82px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5 .inner {
    padding-top: 10.7vw;
    padding-bottom: 9.9vw;
  }
}
.lpWrap .block5_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_ttl {
    margin-bottom: 4.3vw;
  }
}
.lpWrap .block5_ttl .big {
  font-size: 1.67em;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_ttl .big {
    font-size: 1.33em;
  }
}
.lpWrap .block5_row {
  position: relative;
  padding-left: 370px;
  padding-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block5_row {
    padding-left: 280px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_row {
    padding-left: 0;
    padding-bottom: 10.6vw;
  }
}
.lpWrap .block5_row_img {
  position: absolute;
  width: 313px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block5_row_img {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_row_img {
    width: 42.4vw;
  }
}
.lpWrap .block5_row_img.scrollAnim {
  opacity: 0;
  transform: translateX(-5%);
  transition: 1s;
  transition-delay: 0.5s;
}
.lpWrap .block5_row_img.scrollAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .block5_row_ttl {
  font-size: 32px;
  line-height: 1.5;
  color: #052b58;
  padding-left: 72px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block5_row_ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_row_ttl {
    padding-left: 0;
    text-align: center;
    font-size: 5.5vw;
    margin-bottom: 2.8vw;
  }
}
.lpWrap .block5_row_ttl .big {
  font-size: 1.75em;
}
.lpWrap .block5_row_ttl .txt {
  position: relative;
}
.lpWrap .block5_row_ttl .txt::before, .lpWrap .block5_row_ttl .txt::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2em;
  background: #052b58;
  bottom: 0em;
}
.lpWrap .block5_row_ttl .txt::before {
  left: -0.8em;
  transform: rotate(-34deg);
}
.lpWrap .block5_row_ttl .txt::after {
  right: -0.8em;
  transform: rotate(34deg);
}
.lpWrap .block5_row_list {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_row_list {
    gap: 0;
    justify-content: space-between;
    margin-bottom: 8.2vw;
  }
}
.lpWrap .block5_row_list_item {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #052b58;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.1em;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block5_row_list_item {
    width: 100px;
    height: 100px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_row_list_item {
    width: 21.3vw;
    height: 21.3vw;
    font-size: 4.6vw;
  }
}
.lpWrap .block5_row_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block5_row_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_row_txt {
    font-size: 4vw;
    line-height: 1.7;
    width: 45.6vw;
    margin-left: auto;
  }
}
.lpWrap .block5_list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_list {
    gap: 4.3vw;
    margin-bottom: 6.6vw;
  }
}
.lpWrap .block5_list_item .ttl {
  padding: 6px;
  background: #004eae;
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_list_item .ttl {
    padding: 1.6vw;
    gap: 1.6vw;
  }
}
.lpWrap .block5_list_item .ttl_head {
  background: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #1a1a1a;
  padding: 0.72em 0.76em;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_list_item .ttl_head {
    font-size: 3.5vw;
    padding: 1.7vw 1.4vw;
  }
}
.lpWrap .block5_list_item .ttl_txt {
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_list_item .ttl_txt {
    font-size: 6.4vw;
  }
}
.lpWrap .block5_list_item .box {
  padding: 40px 48px;
  display: flex;
  justify-content: space-between;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_list_item .box {
    padding: 4.3vw 4.3vw 7.4vw;
    flex-direction: column;
    gap: 4.6vw;
    align-items: center;
  }
}
.lpWrap .block5_list_item .box_img {
  width: 30%;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_list_item .box_img {
    width: 32vw;
    max-width: none;
  }
}
.lpWrap .block5_list_item .box_txt {
  width: 66%;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_list_item .box_txt {
    width: auto;
    font-size: 4vw;
  }
}
.lpWrap .block5_txt1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
  max-width: 559px;
  width: 61%;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_txt1 {
    font-size: 4vw;
    margin-bottom: 11.4vw;
    max-width: none;
    width: auto;
  }
}
.lpWrap .block5_txt2 {
  font-size: 40px;
  max-width: 559px;
  width: 61%;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block5_txt2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_txt2 {
    font-size: 6.4vw;
    max-width: none;
    width: auto;
  }
}
.lpWrap .block5_img {
  position: absolute;
  max-width: 361px;
  width: 40%;
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_img {
    max-width: none;
    width: 46.4vw;
    right: 0;
  }
}
.lpWrap .block5_img.scrollAnim {
  opacity: 0;
  transform: translateX(5%);
  transition: 1s;
  transition-delay: 0.5s;
}
.lpWrap .block5_img.scrollAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .block6 {
  background: #fafbfd;
}
.lpWrap .block6 .inner {
  padding-top: 66px;
  height: 437px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6 .inner {
    padding-top: 10.7vw;
    height: auto;
    padding-bottom: 10.7vw;
  }
}
.lpWrap .block6_img {
  position: absolute;
  width: 995px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-342px);
}
@media screen and (max-width: 1024px) {
  .lpWrap .block6_img {
    transform: none;
    right: auto;
    left: -400px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_img {
    width: 78.4vw;
    left: 0;
  }
}
.lpWrap .block6_img picture {
  display: block;
}
.lpWrap .block6_img picture.scrollAnim {
  opacity: 0;
  transform: translateX(-5%);
  transition: 1s;
  transition-delay: 0.5s;
}
.lpWrap .block6_img picture.scrollAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .block6_box {
  position: relative;
  max-width: 509px;
  margin-left: auto;
  margin-right: 71px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block6_box {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_box {
    max-width: none;
    margin: 0;
  }
}
.lpWrap .block6_box_ttl {
  color: #052b58;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_box_ttl {
    text-align: right;
    margin-bottom: 6.4vw;
    margin-right: 3.7vw;
  }
}
.lpWrap .block6_box_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_box_list {
    gap: 2.1vw;
    margin-bottom: 6.4vw;
  }
}
.lpWrap .block6_box_list_item {
  background: #052b58;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  padding: 0 0.89em;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_box_list_item {
    font-size: 4vw;
    line-height: 1.53;
    padding: 0 0.53em;
    border-radius: 1vw;
  }
}
.lpWrap .block6_box_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_box_txt {
    font-size: 4vw;
    line-height: 1.7;
  }
}
.lpWrap .pb {
  padding: 72px 0 188px;
  background: url(../img/pb-bg.webp) repeat center center/cover;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lpWrap .pb {
    padding: 13.4vw 0 62vw;
    background-image: url(../img/pb-bg-sp.webp);
  }
}
.lpWrap .pb_ttl {
  max-width: 770px;
  width: 100%;
  margin: 0 auto 58px;
}
@media screen and (max-width: 768px) {
  .lpWrap .pb_ttl {
    max-width: 78.7vw;
    margin-bottom: 8.3vw;
  }
}
.lpWrap .pb_list_item {
  display: flex;
}
.lpWrap .pb_list_item:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .lpWrap .pb_list_item:not(:last-child) {
    margin-bottom: 7.5vw;
  }
}
.lpWrap .pb_list_item_img {
  min-width: 90px;
  width: 90px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .lpWrap .pb_list_item_img {
    width: 13.3vw;
    min-width: 13.3vw;
    margin-right: 1.9vw;
  }
}
.lpWrap .pb_list_item_box {
  flex: auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lpWrap .pb_list_item_box {
    padding-top: 4.3vw;
  }
}
.lpWrap .pb_list_item_box_ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .lpWrap .pb_list_item_box_ttl {
    font-size: 5.6vw;
    margin-bottom: 4.4vw;
  }
}
.lpWrap .pb_list_item_box_txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lpWrap .pb_list_item_box_txt {
    font-size: 4vw;
    line-height: 1.8;
  }
}
.lpWrap .block20 {
  height: 300px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lpWrap .block20 {
    height: 110vw;
  }
}
.lpWrap .block20 .inner {
  max-width: 1040px;
}
.lpWrap .block20_cta {
  margin-top: -140px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block20_cta {
    margin-top: -49.6vw;
  }
}
.lpWrap .scrollAnim.fadeUp {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .lpWrap .scrollAnim.fadeUp {
    animation-delay: 0s !important;
  }
}
.lpWrap .scrollAnim.fadeUp.anim {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.lpWrap .loadingAnim.fadeUp {
  opacity: 0;
}
.lpWrap .loadingAnim.fadeUp.anim {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes sway {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    height: 0;
    top: 100%;
  }
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes anim-txt {
  100% {
    background-position: -3000px 0;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=lp-style.css.map */