@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+Serif+JP:wght@400;700&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*/
}

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

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  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;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}

.lpWrap {
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  line-height: 1.15;
}
@media screen and (max-width: 1024px) {
  .lpWrap .pc-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .pc-tab {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .lpWrap .tab-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .lpWrap .sp-only {
    display: none;
  }
}
.lpWrap > section {
  position: relative;
}
.lpWrap .inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lpWrap .inner {
    padding: 0 5.3vw;
  }
}
.lpWrap .ib {
  display: inline-block;
}
.lpWrap img {
  width: 100%;
  max-width: 100%;
  display: inline;
  vertical-align: bottom;
  height: auto;
}
.lpWrap .serif {
  font-family: "Noto Serif JP", serif;
}
.lpWrap .bebas {
  font-family: "Bebas Neue", cursive;
}
.lpWrap .maker {
  background-image: linear-gradient(to top, #009fe8 4px, transparent 4px);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
}
@media screen and (max-width: 767px) {
  .lpWrap .maker {
    background-image: linear-gradient(to top, #009fe8 2px, transparent 2px);
  }
}
.lpWrap .maker.anim {
  background-size: 100% 100%;
}
.lpWrap .maker._y {
  background-image: linear-gradient(to top, #ffff00 4px, transparent 4px);
}
@media screen and (max-width: 767px) {
  .lpWrap .maker._y {
    background-image: linear-gradient(to top, #ffff00 2px, transparent 2px);
  }
}
.lpWrap .kerning {
  font-feature-settings: "palt" 1;
}
.lpWrap .cta {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.lpWrap .cta_tel {
  position: absolute;
  width: 48%;
  height: 36%;
  top: 28%;
  left: 7%;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .lpWrap .cta_web {
    width: 83vw;
    left: 3.5vw;
    top: 42vw;
  }
}
.lpWrap .cta_web:hover {
  transform: translateY(-2.5%);
}
.lpWrap .animTxt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 105px;
  background: url(../img/anim-txt1.webp) repeat-x 0 0 / auto 100%;
  animation: anim-txt 120s linear infinite;
}
@media screen and (max-width: 767px) {
  .lpWrap .animTxt {
    height: 26.7vw;
  }
}
.lpWrap .fv {
  height: 620px;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv {
    height: 106.7vw;
  }
}
.lpWrap .fv .inner {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv .inner {
    padding-top: 4vw;
  }
}
.lpWrap .fv_img1 {
  position: absolute;
  width: 600px;
  height: 620px;
  top: 0;
  left: -322px;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_img1 {
    width: 103.2vw;
    height: 106.7vw;
    left: -72.5vw;
  }
}
.lpWrap .fv_img1.loadingAnim {
  transform: translateX(-20%);
  transition: 1s;
  opacity: 0;
}
.lpWrap .fv_img1.loadingAnim.anim {
  transform: none;
  opacity: 1;
}
.lpWrap .fv_img2 {
  position: absolute;
  width: 536px;
  height: 620px;
  top: 0;
  right: -246px;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_img2 {
    width: 92.2vw;
    height: 106.7vw;
    right: -64vw;
  }
}
.lpWrap .fv_img2.loadingAnim {
  transform: translateX(20%);
  transition: 1s;
  opacity: 0;
}
.lpWrap .fv_img2.loadingAnim.anim {
  transform: none;
  opacity: 1;
}
.lpWrap .fv_txt1 {
  font-size: 6rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 36px;
  line-height: 1.39;
  animation-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt1 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_txt1 {
    font-size: 8vw;
    margin-bottom: 7vw;
  }
}
.lpWrap .fv_txt1 .big {
  font-size: 1.2em;
}
.lpWrap .fv_img3 {
  width: 330px;
  margin: 0 auto;
  position: relative;
  animation-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_img3 {
    width: 40.5vw;
    margin-bottom: 7vw;
  }
}
.lpWrap .fv_row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: -94px auto 0;
  position: relative;
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_row {
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_row {
    gap: 2vw;
    margin: -7vw -5.3vw 0;
  }
}
.lpWrap .fv_row_img {
  width: 250px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_row_img {
    width: 200px;
    margin-left: -70px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_row_img {
    width: 34vw;
    margin-left: 0;
  }
}
.lpWrap .fv_row_txt {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-top: 130px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_row_txt {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_row_txt {
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    padding-top: 10vw;
  }
}
.lpWrap .fv::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-image: linear-gradient(to top, #8fe4ff, transparent);
}
@media screen and (max-width: 767px) {
  .lpWrap .fv::after {
    height: 10.7vw;
  }
}
.lpWrap .block1 {
  background: #8fe4ff;
  padding: 50px 0 106px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1 {
    padding: 8vw 0 33.1vw;
  }
}
.lpWrap .block1_list {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 0 auto 62px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_list {
    width: 78.7vw;
    flex-direction: column;
    gap: 2.7vw;
    margin-bottom: 6vw;
  }
}
.lpWrap .block1_list_item {
  width: 245px;
  height: 245px;
  background: #fff url(../img/block1-1.webp) no-repeat center center/78%;
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #052b58;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block1_list_item {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_list_item {
    width: auto;
    height: 26.7vw;
    font-size: 6.4vw;
    background-size: 28%;
  }
}
.lpWrap .block1_list_item::after {
  content: "";
  position: absolute;
  background: url(../img/block1-2.webp) no-repeat center center/cover;
  width: 96px;
  height: 96px;
  top: -48px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  animation: looprotate 50s linear infinite;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_list_item::after {
    width: 21.3vw;
    height: 21.3vw;
    top: 0;
    bottom: 0;
    right: auto;
    left: -8vw;
  }
}
.lpWrap .block1_list_item.loadingAnim {
  opacity: 0;
  transform: translateY(6%);
  transition: 1s;
}
.lpWrap .block1_list_item.loadingAnim::after {
  opacity: 0;
  transition: 0.6s;
}
.lpWrap .block1_list_item.loadingAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .block1_list_item.loadingAnim.anim::after {
  opacity: 1;
}
.lpWrap .block1_list_item:nth-child(1) {
  transition-delay: 0s;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_list_item:nth-child(1) {
    transition-delay: 0s;
  }
}
.lpWrap .block1_list_item:nth-child(1)::after {
  transition-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_list_item:nth-child(1)::after {
    transition-delay: 1s;
  }
}
.lpWrap .block1_list_item:nth-child(2) {
  transition-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_list_item:nth-child(2) {
    transition-delay: 0s;
  }
}
.lpWrap .block1_list_item:nth-child(2)::after {
  transition-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_list_item:nth-child(2)::after {
    transition-delay: 1s;
  }
}
.lpWrap .block1_list_item:nth-child(3) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_list_item:nth-child(3) {
    transition-delay: 0s;
  }
}
.lpWrap .block1_list_item:nth-child(3)::after {
  transition-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_list_item:nth-child(3)::after {
    transition-delay: 1s;
  }
}
.lpWrap .block1_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_row {
    display: block;
  }
}
.lpWrap .block1_row_txt1 {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.33;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block1_row_txt1 {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_row_txt1 {
    width: auto;
    font-size: 6.4vw;
    text-align: center;
    margin-bottom: 6vw;
    line-height: 1.7;
  }
}
.lpWrap .block1_row_txt2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  width: 47%;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_row_txt2 {
    width: auto;
    font-size: 4vw;
  }
}
.lpWrap .block2_list {
  display: flex;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block2_list {
    display: block;
    height: auto;
  }
}
.lpWrap .block2_list_item {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .lpWrap .block2_list_item {
    height: 58.7vw;
  }
}
.lpWrap .block2_list_item.scrollAnim {
  opacity: 0;
  transition: 0.6s;
}
.lpWrap .block2_list_item.scrollAnim.anim {
  opacity: 1;
}
.lpWrap .block2_list_item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lpWrap .block2_list_item .on {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
}
.lpWrap .block2_list_item:hover .on {
  opacity: 1;
}
.lpWrap .block2_list_item .box {
  background: #052b58;
  color: #fff;
  position: absolute;
  bottom: 43px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skew(-11deg);
}
@media screen and (max-width: 1024px) {
  .lpWrap .block2_list_item .box {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block2_list_item .box {
    bottom: 7.2vw;
    width: 66.5vw;
    height: 13.3vw;
  }
}
.lpWrap .block2_list_item .box_txt {
  font-size: 2.4rem;
  font-weight: bold;
  transform: skew(11deg);
}
@media screen and (max-width: 1024px) {
  .lpWrap .block2_list_item .box_txt {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block2_list_item .box_txt {
    font-size: 6.4vw;
  }
}
.lpWrap .block2_list_item:nth-child(1) {
  transition-delay: 0s;
}
.lpWrap .block2_list_item:nth-child(2) {
  transition-delay: 0.2s;
}
.lpWrap .block2_list_item:nth-child(3) {
  transition-delay: 0.4s;
}
.lpWrap .block3 {
  background: #052b58;
  color: #fff;
  padding: 92px 0 47px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block3 {
    padding: 12vw 0 8.4vw;
  }
}
.lpWrap .block3_row {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block3_row {
    display: block;
  }
}
.lpWrap .block3_row_ttl {
  font-size: 4.2rem;
  line-height: 1.46;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  margin-right: 62px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block3_row_ttl {
    margin-bottom: 40px;
    margin-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block3_row_ttl {
    font-size: 6.9vw;
    margin-bottom: 6.7vw;
  }
}
.lpWrap .block3_row_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block3_row_list {
    gap: 5.1vw;
    padding-top: 0;
  }
}
.lpWrap .block3_row_list_item {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.7;
  display: flex;
}
@media screen and (max-width: 767px) {
  .lpWrap .block3_row_list_item {
    width: auto;
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.lpWrap .block3_row_list_item::before {
  content: "";
  background: url(../img/check.webp) no-repeat center center/contain;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block3_row_list_item::before {
    min-width: 6.4vw;
    height: 6.4vw;
    margin-right: 3vw;
    margin-top: 1vw;
  }
}
.lpWrap .block3_row_list_item:nth-child(2) {
  animation-delay: 0.1s;
}
.lpWrap .block3_row_list_item:nth-child(3) {
  animation-delay: 0.2s;
}
.lpWrap .block3_row_list_item:nth-child(4) {
  animation-delay: 0.3s;
}
.lpWrap .block3_row_list_item:nth-child(5) {
  animation-delay: 0.4s;
}
.lpWrap .block4 {
  background: #000;
  color: #fff;
}
.lpWrap .block4::before {
  content: "";
  position: absolute;
  z-index: 2;
  background: url(../img/block4_before.svg) no-repeat top center/cover;
  top: -1px;
  left: 0;
  right: 0;
  height: 130px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block4::before {
    background-image: url(../img/block4_before-sp.svg);
    height: 29.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block4 .inner {
    padding-top: 86vw;
  }
}
.lpWrap .block4_row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block4_row {
    display: contents;
  }
}
.lpWrap .block4_row_box {
  padding-top: 90px;
  max-width: 540px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lpWrap .block4_row_box {
    display: contents;
  }
}
.lpWrap .block4_row_box_ttl {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block4_row_box_ttl {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block4_row_box_ttl {
    writing-mode: vertical-rl;
    font-size: 8.5vw;
    line-height: 1.5;
    margin: 0;
    position: absolute;
    top: 13.3vw;
    left: 6vw;
  }
}
.lpWrap .block4_row_box_txt {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block4_row_box_txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block4_row_box_txt {
    font-size: 4vw;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-bottom: 12.2vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block4_row_box_txt .left1 {
    margin-right: auto;
    margin-left: 2em;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block4_row_box_txt .left2 {
    margin-right: auto;
  }
}
.lpWrap .block4_row_img {
  max-width: 448px;
  width: 100%;
  margin-right: -52px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block4_row_img {
    margin-right: -150px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block4_row_img {
    margin: 0;
    position: absolute;
    top: 0;
    right: -3.8vw;
    max-width: none;
    width: 64.2vw;
  }
}
.lpWrap .block4_row_img.scrollAnim {
  opacity: 0;
  transform: translateX(20%);
  transition: 1s;
}
.lpWrap .block4_row_img.scrollAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .block4_cta {
  margin-top: -16px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block4_cta {
    margin-top: 0;
  }
}
.lpWrap .block5 {
  background: #8fe4ff;
  padding: 200px 0 169px;
  margin-top: -130px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5 {
    padding: 21.3vw 0 40vw;
    margin-top: -13.3vw;
  }
}
.lpWrap .block5::before,
.lpWrap .block5::after {
  content: "";
  position: absolute;
  background: url(../img/block5-ba.svg) no-repeat top center/cover;
  left: 0;
  right: 0;
  height: 130px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5::before,
  .lpWrap .block5::after {
    background-image: url(../img/block5-ba-sp.svg);
    height: 29.3vw;
  }
}
.lpWrap .block5::before {
  top: -1px;
}
.lpWrap .block5::after {
  bottom: -1px;
  transform: scale(-1);
}
.lpWrap .block5 .inner {
  max-width: 908px;
}
.lpWrap .block5_img {
  position: relative;
}
.lpWrap .block5_img::before {
  content: "";
  position: absolute;
  background: url(../img/block1-2.webp) no-repeat center center/cover;
  width: 96px;
  height: 96px;
  top: 352px;
  right: -48px;
  margin: 0 auto;
  z-index: -1;
  animation: looprotate 50s linear infinite;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_img::before {
    width: 21.3vw;
    height: 21.3vw;
    top: 63.7vw;
    right: -10.7vw;
  }
}
.lpWrap .block5_animTxt {
  bottom: 77px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_animTxt {
    bottom: 16vw;
  }
}
.lpWrap .block6 {
  background: #000;
  color: #fff;
  padding-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6 {
    padding-bottom: 1.7vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block6 .inner {
    padding-top: 5.3vw;
  }
}
.lpWrap .block6_row {
  display: flex;
  justify-content: space-between;
  max-width: 743px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_row {
    display: contents;
  }
}
.lpWrap .block6_row_img1 {
  width: 32.3%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_row_img1 {
    position: absolute;
    top: -9.9vw;
    right: 5.3vw;
    width: 50.7vw;
  }
}
.lpWrap .block6_row_img2 {
  width: 62.3%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_row_img2 {
    width: auto;
  }
}
.lpWrap .block6_img {
  margin-top: -48px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_img {
    margin: -6.7vw -31.1vw 0;
  }
}
.lpWrap .block6_img.scrollAnim {
  opacity: 0;
  transform: scale(1.1);
  transition: 1.5s;
}
.lpWrap .block6_img.scrollAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .block6_txt {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
  text-shadow: #ffffb6 1px 0 10px;
  position: relative;
  margin-top: -36px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block6_txt {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_txt {
    margin-top: -6.8vw;
    font-size: 8.5vw;
    line-height: 1.3;
  }
}
.lpWrap .block6_txt .small {
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_txt .small {
    font-size: 0.88em;
  }
}
.lpWrap .row01 {
  display: flex;
  justify-content: space-between;
  margin-right: -50px;
}
@media screen and (max-width: 767px) {
  .lpWrap .row01 {
    margin-right: 0;
  }
}
.lpWrap .row01_box {
  width: 47.6%;
}
@media screen and (max-width: 767px) {
  .lpWrap .row01_box {
    width: auto;
  }
}
.lpWrap .row01_box_sub {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  margin-left: -14px;
}
@media screen and (max-width: 767px) {
  .lpWrap .row01_box_sub {
    margin-left: 0;
  }
}
.lpWrap .row01_box_sub_txt {
  background: #004eae;
  font-size: 1.8rem;
  line-height: 1.56;
  padding: 0 4px;
  border-radius: 50px 0 0 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .row01_box_sub_txt {
    font-size: 4.8vw;
    padding: 0 1.1vw;
  }
}
.lpWrap .row01_box_sub_num {
  background: #004eae;
  font-size: 6rem;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 1.2;
  margin-left: -7px;
}
@media screen and (max-width: 767px) {
  .lpWrap .row01_box_sub_num {
    font-size: 16vw;
    width: 21.3vw;
    height: 21.3vw;
  }
}
.lpWrap .row01_box_ttl1 {
  color: #052b58;
  font-weight: 700;
  font-size: 4rem;
  margin-top: -13px;
  margin-bottom: 23px;
  font-style: italic;
}
@media screen and (max-width: 1024px) {
  .lpWrap .row01_box_ttl1 {
    font-size: clamp(2.6rem, 3.4vw, 4rem);
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .row01_box_ttl1 {
    font-size: 7.5vw;
    margin-top: -4.7vw;
    margin-bottom: 6vw;
  }
}
.lpWrap .row01_box_ttl1 .big1 {
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .lpWrap .row01_box_ttl1 .big1 {
    font-size: 2.14em;
  }
}
.lpWrap .row01_box_ttl1 .big2 {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .lpWrap .row01_box_ttl1 .big2 {
    font-size: 1em;
  }
}
.lpWrap .row01_box_ttl2 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  position: relative;
  margin-bottom: 38px;
  padding-left: 16px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .row01_box_ttl2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .row01_box_ttl2 {
    font-size: 5.6vw;
    margin-bottom: 8vw;
    padding-left: 0;
  }
}
.lpWrap .row01_box_ttl2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
  width: 1000px;
  height: 60px;
  background: linear-gradient(to left, rgba(0, 78, 174, 0) 0%, #004eae 20%);
}
@media screen and (max-width: 1024px) {
  .lpWrap .row01_box_ttl2::before {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .row01_box_ttl2::before {
    width: 94.7vw;
    height: 10.7vw;
    right: 0;
  }
}
.lpWrap .row01_box_img {
  float: right;
  width: 40vw;
  margin-left: 3vw;
  margin-top: 2vw;
}
.lpWrap .row01_box_txt {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .lpWrap .row01_box_txt {
    font-size: 4vw;
    letter-spacing: 0;
  }
}
.lpWrap .row01_img {
  width: 47.6%;
  padding-top: 70px;
}
.lpWrap .block7 {
  background: url(../img/program_29.webp) no-repeat top center/cover;
  padding: 80px 0 126px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7 {
    background-image: url(../img/program_29-sp.webp);
    padding: 18.9vw 0 12vw;
  }
}
.lpWrap .block7::before,
.lpWrap .block7::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 130px;
}
.lpWrap .block7::before {
  background: url(../img/block5-ba.svg) no-repeat top center/cover;
  top: -1px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .lpWrap .block7::before {
    background-image: url(../img/block5-ba-sp.svg);
    height: 29.3vw;
  }
}
.lpWrap .block7::after {
  bottom: -1px;
  background: url(../img/block7-after.svg) no-repeat bottom center/100% auto;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7::after {
    height: 13.3vw;
    background-image: url(../img/block7-after-sp.svg);
  }
}
.lpWrap .block7 .row01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7 .row01 {
    margin-bottom: 7vw;
  }
}
.lpWrap .block7_txt1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_txt1 {
    margin-bottom: 5.3vw;
  }
}
.lpWrap .block7_txt1_txt {
  color: #004eae;
  border-top: 2px solid #004eae;
  border-bottom: 2px solid #004eae;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 9px 0;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_txt1_txt {
    font-size: 5.6vw;
    display: block;
    padding: 1vw 0;
  }
}
.lpWrap .block7_list {
  display: flex;
  justify-content: center;
  gap: 2%;
  background: #004eae;
  margin-bottom: 32px;
  padding: 30px 0 26px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_list {
    flex-direction: column;
    width: 66.7vw;
    margin: 0 auto 6.5vw;
    padding: 5.3vw 5.3vw 4.4vw;
    gap: 7.8vw;
  }
}
.lpWrap .block7_list_item {
  width: 21%;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_list_item {
    width: auto;
  }
}
.lpWrap .block7_list_item .img {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_list_item .img {
    margin-bottom: 2vw;
  }
}
.lpWrap .block7_list_item .txt {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_list_item .txt {
    font-size: 4vw;
  }
}
.lpWrap .block7_list_item:nth-child(1) {
  animation-delay: 0s;
}
.lpWrap .block7_list_item:nth-child(2) {
  animation-delay: 0.1s;
}
.lpWrap .block7_list_item:nth-child(3) {
  animation-delay: 0.2s;
}
.lpWrap .block7_list_item:nth-child(4) {
  animation-delay: 0.3s;
}
.lpWrap .block7_txt2 {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block7_txt2 {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_txt2 {
    font-size: 4vw;
    letter-spacing: 0;
  }
}
.lpWrap .block7_ice1,
.lpWrap .block7_ice2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.lpWrap .block7_ice1 {
  width: 304px;
  top: 60px;
  transform: translate(-603px);
}
@media screen and (max-width: 1024px) {
  .lpWrap .block7_ice1 {
    transform: none;
    right: auto;
    width: 136px;
    top: 434px;
    left: -46px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_ice1 {
    width: 40.5vw;
    top: 137.9vw;
    left: -15.5vw;
  }
}
.lpWrap .block7_ice2 {
  width: 360px;
  top: 228px;
  transform: translate(585px);
}
@media screen and (max-width: 1024px) {
  .lpWrap .block7_ice2 {
    transform: none;
    left: auto;
    width: 164px;
    top: auto;
    bottom: 30px;
    right: -64px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_ice2 {
    width: 24vw;
    top: 38.4vw;
    right: -4.3vw;
  }
}
@media screen and (min-width: 768px) {
  .lpWrap .block7_ice3 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_ice3 {
    position: absolute;
    bottom: 83.7vw;
    width: 48vw;
    right: -11.8vw;
  }
}
.lpWrap .block8 {
  background: linear-gradient(to right, #000 20%, #320000 50%, #000 80%);
  color: #fff;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8 {
    padding-bottom: 6.8vw;
  }
}
.lpWrap .block8 .row01 {
  margin-bottom: 51px;
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: -50px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8 .row01 {
    margin-left: 0;
    margin-bottom: 7vw;
  }
}
.lpWrap .block8 .row01_box_sub {
  margin-left: 0;
}
.lpWrap .block8 .row01_box_sub_txt {
  background-color: #9e0000;
}
.lpWrap .block8 .row01_box_sub_num {
  background-color: #9e0000;
}
.lpWrap .block8 .row01_box_ttl1 {
  color: #fff;
}
.lpWrap .block8 .row01_box_ttl2::before {
  right: auto;
  left: -40px;
  background: linear-gradient(to right, rgba(158, 0, 0, 0) 0%, #9e0000 20%);
}
@media screen and (max-width: 767px) {
  .lpWrap .block8 .row01_box_ttl2::before {
    background: linear-gradient(to left, rgba(158, 0, 0, 0) 0%, #9e0000 20%);
  }
}
.lpWrap .block8_txt1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_txt1 {
    margin-bottom: 8vw;
  }
}
.lpWrap .block8_txt1_txt {
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 9px 0;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_txt1_txt {
    font-size: 5.6vw;
    display: block;
    padding: 1vw 0;
  }
}
.lpWrap .block8_box {
  display: flex;
  justify-content: space-between;
  max-width: 556px;
  width: 100%;
  margin: 0 auto 13px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_box {
    display: block;
    width: 74.7vw;
    max-width: none;
    margin-bottom: 5.8vw;
  }
}
.lpWrap .block8_box_img {
  width: 246px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_box_img {
    width: 61.3vw;
    margin-left: auto;
    margin-bottom: 8vw;
  }
}
.lpWrap .block8_box_img_txt {
  text-align: center;
  position: absolute;
  top: 0;
  left: -181px;
  border-radius: 50%;
  width: 156px;
  height: 156px;
  padding-top: 0.5em;
  font-size: 3rem;
  letter-spacing: 0.07em;
  line-height: 1.3;
  border: 1px #fff solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block8_box_img_txt {
    left: -90px;
    width: 120px;
    height: 120px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_box_img_txt {
    font-size: 5vw;
    width: 26.1vw;
    height: 26.1vw;
    left: -20.8vw;
  }
}
.lpWrap .block8_box_list {
  display: flex;
  flex-direction: column;
  gap: 34px;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_box_list {
    width: auto;
    gap: 9.1vw;
  }
}
.lpWrap .block8_box_list_item {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.78;
  background: #fff;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_box_list_item {
    font-size: 4.8vw;
  }
}
.lpWrap .block8_box_list_item:not(:last-child) {
  position: relative;
}
.lpWrap .block8_box_list_item:not(:last-child)::before {
  content: "";
  position: absolute;
  background: url(../img/block8-arrow.svg) no-repeat center center/cover;
  width: 74px;
  height: 14px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -24px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_box_list_item:not(:last-child)::before {
    width: 19.6vw;
    height: 3.5vw;
    bottom: -6.3vw;
  }
}
.lpWrap .block8_box_list_item:last-child {
  background: #ffe82a;
}
.lpWrap .block8_small {
  text-align: right;
  max-width: 556px;
  width: 100%;
  margin: 0 auto 37px;
  letter-spacing: 0.07em;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_small {
    width: 74.7vw;
    max-width: none;
    font-size: 3.2vw;
    margin-bottom: 6vw;
  }
}
.lpWrap .block8_txt2 {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block8_txt2 {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_txt2 {
    font-size: 4vw;
    letter-spacing: 0;
  }
}
.lpWrap .block8_fire1,
.lpWrap .block8_fire2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.lpWrap .block8_fire1 {
  width: 584px;
  top: -38px;
  transform: translate(-668px);
}
@media screen and (max-width: 1024px) {
  .lpWrap .block8_fire1 {
    transform: none;
    right: auto;
    width: 160px;
    top: 248px;
    left: -60px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_fire1 {
    width: 77.9vw;
    top: 111.5vw;
    left: -50.7vw;
  }
}
.lpWrap .block8_fire2 {
  width: 553px;
  top: -58px;
  transform: translate(683px);
}
@media screen and (max-width: 1024px) {
  .lpWrap .block8_fire2 {
    transform: none;
    left: auto;
    width: 226px;
    top: 340px;
    right: -80px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_fire2 {
    width: 36.9vw;
    top: -9.6vw;
    right: -13.1vw;
  }
}
@media screen and (min-width: 768px) {
  .lpWrap .block8_fire3 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_fire3 {
    position: absolute;
    bottom: 46.7vw;
    width: 73.7vw;
    right: -38vw;
  }
}
.lpWrap .block9 {
  background: url(../img/program_24.webp) no-repeat top center/cover;
  padding: 130px 0 100px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block9 {
    background-image: url(../img/program_24_sp.webp);
    background-size: contain;
    padding: 16vw 0 13.3vw;
  }
}
.lpWrap .block9::before {
  content: "";
  background: url(../img/block7-after.svg) no-repeat bottom center/100% auto;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 130px;
  transform: scale(1, -1);
}
@media screen and (max-width: 767px) {
  .lpWrap .block9::before {
    height: 13.3vw;
    background-image: url(../img/block7-after-sp.svg);
  }
}
.lpWrap .block9 .row01 {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block9 .row01 {
    margin-bottom: 4.3vw;
  }
}
.lpWrap .block9 .row01_box_sub {
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block9 .row01_box_sub {
    margin-bottom: 3vw;
  }
}
.lpWrap .block9 .row01_box_sub_txt {
  border-radius: 100px;
  background: #8fe4ff;
  color: #052b58;
}
.lpWrap .block9 .row01_box_ttl1 {
  margin-right: -34px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .lpWrap .block9 .row01_box_ttl1 {
    margin-right: 0;
    margin-bottom: 5.4vw;
  }
}
.lpWrap .block9 .row01_box_ttl2 {
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .lpWrap .block9 .row01_box_ttl2 {
    margin-bottom: 5.5vw;
  }
}
.lpWrap .block9 .row01_box_ttl2::before {
  background: linear-gradient(to left, rgba(143, 229, 255, 0) 0%, #8fe4ff 20%);
}
.lpWrap .block9_img {
  max-width: 718px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lpWrap .block9_img {
    max-width: none;
    width: 86.7vw;
    margin: 0 auto;
  }
}
.lpWrap .block10_ttl {
  background: linear-gradient(to right, #8fe4ff, #004eae);
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.07em;
  padding: 21px 0 22px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block10_ttl {
    font-size: 5.3vw;
    padding: 5.5vw 0;
  }
}
.lpWrap .block10_ttl .big {
  font-size: 1.25em;
}
.lpWrap .block10_wrap {
  background: #000;
  color: #fff;
  padding-top: 69px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .block10_wrap {
    padding: 5.3vw 0 8.2vw;
  }
}
.lpWrap .block10_wrap_box {
  max-width: 690px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .lpWrap .block10_wrap_box {
    max-width: none;
    margin: 0;
  }
}
.lpWrap .block10_wrap_box_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block10_wrap_box_list {
    margin-bottom: 6vw;
  }
}
.lpWrap .block10_wrap_box_list_item {
  width: 47.8%;
  padding: 20px 15px 11px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block10_wrap_box_list_item {
    width: 49%;
    padding: 2.7vw 0;
  }
}
.lpWrap .block10_wrap_box_list_item .txt {
  text-align: center;
  font-size: 2.15rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block10_wrap_box_list_item .txt {
    font-size: 4.3vw;
    margin-bottom: 3vw;
  }
}
.lpWrap .block10_wrap_box_list_item .img {
  max-width: 220px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lpWrap .block10_wrap_box_list_item .img {
    max-width: none;
    width: 33.1vw;
  }
}
.lpWrap .block10_wrap_box_list_item:nth-child(1) {
  background: #8fe4ff;
}
.lpWrap .block10_wrap_box_list_item:nth-child(1) .txt {
  color: #052b58;
}
.lpWrap .block10_wrap_box_list_item:nth-child(2) {
  background: #004eae;
}
.lpWrap .block10_wrap_box_txt1 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.07em;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block10_wrap_box_txt1 {
    width: 60vw;
    margin-left: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block10_wrap_box_txt1 {
    width: 46.1vw;
    font-size: 4vw;
    letter-spacing: 0;
    margin-bottom: 5.5vw;
  }
}
.lpWrap .block10_wrap_box_txt2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.07em;
  margin-bottom: 49px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block10_wrap_box_txt2 {
    font-size: 5.6vw;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 8.3vw;
  }
}
.lpWrap .block10_wrap_box_txt3 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block10_wrap_box_txt3 {
    font-size: 6.4vw;
    padding: 6.4vw 5.3vw;
  }
}
.lpWrap .block10_wrap_box_txt3::before {
  background: #000;
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block10_wrap_box_txt3::before {
    top: 2.1vw;
    left: 2.1vw;
    right: 2.1vw;
    bottom: 2.1vw;
  }
}
.lpWrap .block10_wrap_box_txt3::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: repeating-linear-gradient(-45deg, transparent, transparent 4px, white 4px, white 12px);
  background-color: black;
  content: "";
  z-index: -2;
}
.lpWrap .block10_wrap_img {
  width: 540px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-503px);
}
@media screen and (max-width: 1024px) {
  .lpWrap .block10_wrap_img {
    width: 30vw;
    transform: none;
    right: auto;
    top: 250px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block10_wrap_img {
    width: 44.3vw;
    margin: 0;
    top: 39.7vw;
  }
}
.lpWrap .block10_wrap_img img.scrollAnim {
  opacity: 0;
  transform: translateX(-20%);
  transition: 1s;
}
.lpWrap .block10_wrap_img img.scrollAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .block11 {
  background: #e6eaee;
  padding: 130px 0 100px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block11 {
    padding: 21.3vw 0 24vw;
  }
}
.lpWrap .block11::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 130px;
  background: url(../img/block5-ba.svg) no-repeat top center/cover;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .lpWrap .block11::before {
    background-image: url(../img/block11-before-sp.svg);
    height: 13.3vw;
    transform: none;
  }
}
.lpWrap .block11_ttl {
  color: #052b58;
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block11_ttl {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.lpWrap .block11_ttl .maker {
  padding: 0 0.9em;
}
.lpWrap .block11_txt {
  color: #052b58;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lpWrap .block11_txt {
    font-size: 4.8vw;
    margin-bottom: 8vw;
    letter-spacing: 0.05em;
  }
}
.lpWrap .block11_list {
  display: flex;
  flex-direction: column;
  gap: 61px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block11_list {
    gap: 8.2vw;
  }
}
.lpWrap .block11_list_item {
  background: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 20px;
  position: relative;
  width: calc(100% - 176px);
  padding: 21px 52px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .lpWrap .block11_list_item {
    width: 67.2vw;
    font-size: 4.3vw;
    line-height: 1.7;
    padding: 4.1vw 5vw;
    border-radius: 10px;
  }
}
.lpWrap .block11_list_item::before {
  content: "";
  width: 126px;
  height: 170px;
  background: url(../img/block11-1.webp) no-repeat center center/contain;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .lpWrap .block11_list_item::before {
    width: 16.8vw;
    height: 22.7vw;
  }
}
.lpWrap .block11_list_item::after {
  content: "";
  width: 116px;
  height: 70px;
  background: url(../img/block11-2.webp) no-repeat center center/contain;
  position: absolute;
  top: 10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lpWrap .block11_list_item::after {
    width: 15.2vw;
    height: 9.1vw;
    top: 13vw;
  }
}
.lpWrap .block11_list_item:nth-child(odd) {
  margin-left: auto;
}
.lpWrap .block11_list_item:nth-child(odd)::before {
  top: -21px;
  left: -176px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block11_list_item:nth-child(odd)::before {
    top: 0;
    left: -22.1vw;
  }
}
.lpWrap .block11_list_item:nth-child(odd)::after {
  left: -50px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block11_list_item:nth-child(odd)::after {
    left: -5.3vw;
  }
}
.lpWrap .block11_list_item:nth-child(even)::before {
  top: 0;
  right: -176px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block11_list_item:nth-child(even)::before {
    right: -22.1vw;
    top: 0;
  }
}
.lpWrap .block11_list_item:nth-child(even)::after {
  right: -50px;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .lpWrap .block11_list_item:nth-child(even)::after {
    right: -5.3vw;
    top: 16vw;
  }
}
.lpWrap .block11_list_item_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lpWrap .block11_list_item_img::before,
.lpWrap .block11_list_item_img::after {
  content: "";
  width: 40px;
  height: 34px;
  background: url(../img/block11-3.webp) no-repeat center center/contain;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .lpWrap .block11_list_item_img::before,
  .lpWrap .block11_list_item_img::after {
    width: 5.3vw;
    height: 4.5vw;
  }
}
.lpWrap .block11_list_item_img::before {
  top: -10px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block11_list_item_img::before {
    top: -2.7vw;
    left: 2.7vw;
  }
}
.lpWrap .block11_list_item_img::after {
  bottom: -10px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block11_list_item_img::after {
    bottom: -2.7vw;
    right: 2.7vw;
  }
}
.lpWrap .block11_animTxt {
  background-image: url(../img/anim-txt2.webp);
}
.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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .lpWrap .pb_list_item_box_txt {
    font-size: 4vw;
    line-height: 1.8;
  }
}
.lpWrap .block20 {
  height: 300px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .block20 {
    height: 110vw;
  }
}
.lpWrap .block20_cta {
  margin-top: -140px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block20_cta {
    margin-top: -49.6vw;
  }
}
.lpWrap .scrollAnim.fadeUp {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .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;
}
.lpWrap .effects.scrollAnim {
  opacity: 0;
  transform: translate(4%, 4%);
  transition: 1.4s;
  transition-delay: 0.5s;
}
.lpWrap .effects.scrollAnim.anim {
  opacity: 1;
  transform: none;
}

@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 looprotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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 */
.lpWrap .block11_list_item:nth-child(1)::before {
  background-image: url(../img/block11-4.webp);
}
.lpWrap .block11_list_item:nth-child(2)::before {
  background-image: url(../img/block11-5.webp);
}
.lpWrap .block11_list_item:nth-child(3)::before {
  background-image: url(../img/block11-6.webp);
}

/* 16日船津追加 */

.process_top {
  width: 405px;
  height: 310px;
  border: solid 3px yellow;
  background-color: white;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .process_top {
    width: 40.5vw;
    height: 31vw;
  }
}
@media (max-width: 768px) {
  .process_top {
    width: 57.9427083333vw;
    height: 46.875vw;
    margin-top: 14vw;
  }
}
.process_top::after {
  position: absolute;
  top: 151px;
  right: -130px;
  content: "";
  display: inline-block;
  width: 190px;
  height: 175px;
  background-repeat: no-repeat;
  background-image: url(http://d-ism.clinic/wp-content/uploads/2023/10/program_30.webp);
  background-size: cover;
}
@media (max-width: 1000px) {
  .process_top::after {
    width: 19vw;
    height: 17.5vw;
    top: 15.1vw;
    right: -13vw;
  }
}
@media (max-width: 768px) {
  .process_top::after {
    width: 11.765625vw;
    height: 26.0416666667vw;
    top: 23.583333vw;
    right: 1.166667vw;
    background-image: url(http://d-ism.clinic/wp-content/uploads/2023/10/program_30_sp.webp);
    background-size: contain;
  }
}
.process_top::before {
  position: absolute;
  top: 151px;
  left: -130px;
  content: "";
  display: inline-block;
  width: 190px;
  height: 175px;
  background-repeat: no-repeat;
  background-image: url(http://d-ism.clinic/wp-content/uploads/2023/10/program_29.webp);
  background-size: cover;
}
@media (max-width: 1000px) {
  .process_top::before {
    width: 19vw;
    height: 17.5vw;
    top: 15.1vw;
    left: -13vw;
  }
}
@media (max-width: 768px) {
  .process_top::before {
    width: 11.765625vw;
    height: 26.0416666667vw;
    top: 23.583333vw;
    left: 1.166667vw;
    background-image: url(http://d-ism.clinic/wp-content/uploads/2023/10/program_29_sp.webp);
    background-size: contain;
  }
}
.process_top p {
  position: absolute;
  background-color: #052b5b;
  color: white;
  top: 43px;
  left: -199px;
  width: 260px;
  height: 90px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .process_top p {
    width: 26vw;
    height: 9vw;
    top: 4.3vw;
    left: -19.9vw;
    font-size: 2.4vw;
  }
}
@media (max-width: 768px) {
  .process_top p {
    width: 14.3229166667vw;
    height: 44.2708333333vw;
    font-size: 4.1666666667vw;
    writing-mode: vertical-rl;
    text-align: inherit;
    top: -14.416667vw;
    left: -15.583333vw;
  }
}
.process_top p::after {
  content: "";
  position: absolute;
  margin: auto 0;
  top: 18px;
  bottom: 0;
  right: -41px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 48px solid #052b5b;
  border-bottom: 11px solid transparent;
  transform: rotate(20deg);
}
@media (max-width: 1000px) {
  .process_top p::after {
    width: 0vw;
    height: 0vw;
    top: 1.8vw;
    right: -4.1vw;
    border-top: 2vw solid transparent;
    border-left: 4.8vw solid #052b5b;
    border-bottom: 1.1vw solid transparent;
  }
}
@media (max-width: 768px) {
  .process_top p::after {
    top: 2.5vw;
    right: -17.416667vw;
    border-top: 9.666667vw solid transparent;
    border-left: 19vw solid #052b5b;
    border-bottom: 0.916667vw solid transparent;
    transform: rotate(13deg);
  }
}
.process_top h3 {
  background-color: yellow;
  width: 360px;
  height: 60px;
  margin: -33px auto 33px auto;
  border-radius: 30px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .process_top h3 {
    margin: -3.3vw auto 3.3vw auto;
    width: 36vw;
    height: 6vw;
    font-size: 2.4vw;
  }
}
@media (max-width: 768px) {
  .process_top h3 {
    width: 37.109375vw;
    height: 13.671875vw;
    font-size: 4.1666666667vw;
    border-radius: 50px;
    margin: -8.75vw auto 2.75vw auto;
  }
}
.process_top_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.process_top_img img {
  width: 220px;
  height: 220px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1000px) {
  .process_top_img img {
    width: 22vw;
    height: 22vw;
  }
}
@media (max-width: 768px) {
  .process_top_img img {
    width: 27.9947916667vw;
    height: 34.5052083333vw;
  }
}

.process_under {
  display: flex;
  justify-content: center;
  margin-top: 57px;
  gap: 56px;
}
@media (max-width: 1000px) {
  .process_under {
    margin-top: 5.7vw;
    gap: 5.6vw;
  }
}
@media (max-width: 768px) {
  .process_under {
    margin-top: 12.7vw;
    gap: 4.6vw;
  }
}
.process_under_block {
  width: 405px;
  height: 615px;
  border: solid 3px #999999;
  background-color: white;
}
@media (max-width: 1000px) {
  .process_under_block {
    width: 40.5vw;
    height: 61.5vw;
  }
}
@media (max-width: 768px) {
  .process_under_block {
    width: 42.3177083333vw;
    height: 144.53125vw;
    border: solid 4px #999999;
  }
}
.process_under_block h3 {
  width: 360px;
  height: 60px;
  font-size: 24px;
  font-weight: bold;
  margin: -33px auto 27px auto;
  border-radius: 30px;
  background-color: #999999;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 1000px) {
  .process_under_block h3 {
    margin: -3.3vw auto 2.7vw auto;
    width: 36vw;
    height: 6vw;
    font-size: 2.4vw;
  }
}
@media (max-width: 768px) {
  .process_under_block h3 {
    width: 37.109375vw;
    height: 13.0208333333vw;
    font-size: 4.1666666667vw;
    border-radius: 50px;
    margin: -8.3vw auto 2.7vw auto;
  }
}
.process_under_items1 {
  display: flex;
  padding: 0 25px 17px 25px;
  gap: 10px;
}
@media (max-width: 1000px) {
  .process_under_items1 {
    padding: 0vw 2.5vw 1.7vw 2.5vw;
    gap: 1vw;
  }
}
@media (max-width: 768px) {
  .process_under_items1 {
    flex-direction: column-reverse;
  }
}
.process_under_items1 p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 1000px) {
  .process_under_items1 p {
    padding-top: 5vw;
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .process_under_items1 p {
    padding-top: 2vw;
    font-size: 3.6458333333vw;
  }
}
.process_under_items1 p::before {
  position: absolute;
  top: -4px;
  left: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Before";
  border: solid 1px #1a1a1a;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 1000px) {
  .process_under_items1 p::before {
    width: 8vw;
    height: 8vw;
  }
}
@media (max-width: 768px) {
  .process_under_items1 p::before {
    top: -34.416667vw;
    left: 0;
    font-size: 2.6041666667vw;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    border: solid 3px #1a1a1a;
  }
}
.process_under_items1 img {
  width: 170px;
  height: 215px;
}
@media (max-width: 1000px) {
  .process_under_items1 img {
    width: 17vw;
    height: 21.5vw;
  }
}
@media (max-width: 768px) {
  .process_under_items1 img {
    width: 26.6927083333vw;
    height: 33.8541666667vw;
    margin-left: 11.114583vw;
  }
}
.process_under_items2 {
  display: flex;
  padding: 0 25px 10px 25px;
  margin-top: 37px;
  gap: 10px;
}
@media (max-width: 1000px) {
  .process_under_items2 {
    padding: 0vw 2.5vw 1vw 2.5vw;
    gap: 1vw;
  }
}
@media (max-width: 768px) {
  .process_under_items2 {
    flex-direction: column-reverse;
    margin-top: 7.421875vw;
  }
}
.process_under_items2 p {
  padding-top: 94px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 1000px) {
  .process_under_items2 p {
    padding-top: 9.4vw;
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .process_under_items2 p {
    padding-top: 2vw;
    font-size: 3.6458333333vw;
  }
}
.process_under_items2 p span {
  background-color: #1a1a1a;
  color: white;
  padding: 3px;
}
@media (max-width: 1000px) {
  .process_under_items2 p span {
    padding: 0.3vw;
  }
}
.process_under_items2 p::before {
  position: absolute;
  top: -4px;
  left: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "After";
  border: solid 1px white;
  background-color: #1a1a1a;
  box-shadow: 0 0 0 3px black;
  color: white;
  width: 77px;
  height: 77px;
  border-radius: 50%;
}
@media (max-width: 1000px) {
  .process_under_items2 p::before {
    width: 7.7vw;
    height: 7.7vw;
  }
}
@media (max-width: 768px) {
  .process_under_items2 p::before {
    top: -34.416667vw;
    left: 0;
    font-size: 2.6041666667vw;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    border: solid 1px white;
  }
}
.process_under_items2 img {
  width: 170px;
  height: 215px;
}
@media (max-width: 1000px) {
  .process_under_items2 img {
    width: 17vw;
    height: 21.5vw;
  }
}
@media (max-width: 768px) {
  .process_under_items2 img {
    width: 26.6927083333vw;
    height: 33.8541666667vw;
    margin-left: 11.114583vw;
  }
}

.process_under_p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 35px;
  margin: 0 auto;
  color: white;
  background-color: #1a1a1a;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .process_under_p {
    width: 34vw;
    height: 3.5vw;
    font-size: 1.8vw;
    margin-bottom: 2vw;
  }
}
@media (max-width: 768px) {
  .process_under_p {
    width: 37.109375vw;
    height: 9.1145833333vw;
    font-size: 3.90625vw;
    margin-top: 3.2552083333vw;
  }
}
.process_under_p::before {
  position: absolute;
  content: "";
  top: 49px;
  border-top: solid 17px #1a1a1a;
  border-bottom: solid 9px transparent;
  border-left: solid 22px transparent;
  border-right: solid 22px transparent;
}
@media (max-width: 1000px) {
  .process_under_p::before {
    top: 4.9vw;
    border-top: solid 1.7vw #1a1a1a;
    border-bottom: solid 0.9vw transparent;
    border-left: solid 2.2vw transparent;
    border-right: solid 2.2vw transparent;
  }
}
@media (max-width: 768px) {
  .process_under_p::before {
    top: 10.9vw;
    border-top: solid 3.7vw #1a1a1a;
    border-bottom: solid 0.9vw transparent;
    border-left: solid 6.2vw transparent;
    border-right: solid 6.2vw transparent;
  }
}
.process_under_p::after {
  position: absolute;
  content: "";
  top: 34px;
  width: 16px;
  height: 15px;
  background-color: #1a1a1a;
}
@media (max-width: 1000px) {
  .process_under_p::after {
    width: 1.6vw;
    height: 1.5vw;
    top: 3.4vw;
  }
}
@media (max-width: 768px) {
  .process_under_p::after {
    width: 5.083333vw;
    height: 2.953125vw;
    top: 8.427083vw;
  }
}

.under_right {
  border: solid 4px #044fa9;
}
.under_right h3 {
  background-color: #004dae;
}
.under_right_br {
  display: none;
}
@media (max-width: 768px) {
  .under_right_br {
    display: inherit;
  }
}
.under_right_p {
  background-color: #004db0;
}
.under_right_p::before {
  border-top: solid 17px #004db0;
}
@media (max-width: 1000px) {
  .under_right_p::before {
    border-top: solid 1.7vw #004db0;
  }
}
@media (max-width: 768px) {
  .under_right_p::before {
    border-top: solid 3.7vw #004db0;
  }
}
.under_right_p::after {
  background-color: #004db0;
}
.under_right_items2 p span {
  background-color: #004dae;
}
.under_right_items2 p::before {
  background-color: #004dae;
  box-shadow: 0 0 0 3px #004dae;
}

.block11 {
  display: none;
}
.block10_wrap {
  padding-bottom: 60px;
}
.lpWrap .block7 .row01_box_ttl2::before {
  height: 90px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block7 .row01_box_ttl2::before {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block7 .row01_box_ttl2::before {
    height: 16vw;
  }
}
