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

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

[type=radio] {
  -webkit-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;
  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;
  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;
}
.lpWrap .bgWrap {
  background: url(../img/acgen_bg.webp);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .lpWrap .bgWrap {
    background: url(../img/acgen_bg_sp.webp) repeat-y top center/contain;
  }
}
@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 .hiragino {
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 800;
}
.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, #ffe100 4px, transparent 4px);
}
@media screen and (max-width: 767px) {
  .lpWrap .maker._y {
    background-image: linear-gradient(to top, #ffe100 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 .sec_ttl02 {
  font-size: 4.2rem;
  letter-spacing: 0.07em;
  line-height: 1.19;
  font-weight: 800;
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .lpWrap .sec_ttl02 {
    font-size: 8.533vw;
  }
}
.lpWrap .fv {
  height: 482px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv {
    height: 141.87vw;
    background: url(../img/acgen_bg_sp.webp) no-repeat top center/contain;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
.lpWrap .fv .inner {
  max-width: 966px;
  padding-top: 66px;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv .inner {
    padding-top: 62.6vw;
  }
}
.lpWrap .fv_face {
  position: absolute;
  width: 752px;
  top: 0;
  left: -373px;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_face {
    width: 74.66vw;
    left: 0;
  }
}
.lpWrap .fv_face.loadingAnim {
  transform: translateX(-20%);
  transition: 1s;
  opacity: 0;
}
.lpWrap .fv_face.loadingAnim.anim {
  transform: none;
  opacity: 1;
}
.lpWrap .fv_txt1 {
  width: 606px;
  margin-left: auto;
  margin-bottom: 20px;
  animation-delay: 0.2s;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt1 {
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_txt1 {
    margin-bottom: 4vw;
    width: 100%;
    margin-left: 0;
  }
}
.lpWrap .fv_txt1::after {
  content: "";
  background: url(../img/acgen_20.webp) no-repeat top center/contain;
  width: 394px;
  height: 400px;
  position: absolute;
  top: -35px;
  right: -313px;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_txt1::after {
    width: 52.53vw;
    height: 53.33vw;
    top: -143px;
    right: 0;
  }
}
.lpWrap .fv_txt2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.07em;
  width: 550px;
  margin-left: auto;
  line-height: 1;
  animation-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_txt2 {
    width: 100%;
    font-size: 4.5vw;
  }
}
.lpWrap .fv_txt2 .ttl {
  display: flex;
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_txt2 .ttl {
    white-space: normal;
    display: block;
    text-align: center;
  }
}
.lpWrap .fv_txt2 .notice {
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_txt2 .notice {
    margin-top: 5px;
  }
}
.lpWrap .fv_txt2 .big {
  font-size: 4rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_txt2 .big {
    font-size: 10.66vw;
    margin-top: 10px;
  }
}
.lpWrap .fv_txt2 .small {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_txt2 .small {
    font-size: 2.66vw;
  }
}
.lpWrap .block1 {
  padding-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1 {
    padding-bottom: 12vw;
  }
}
.lpWrap .block1 .inner {
  max-width: 1146px;
}
.lpWrap .block1_box {
  text-align: center;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.19;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_box {
    text-align: left;
    font-size: 4.8vw;
    padding-top: 6vw;
  }
}
.lpWrap .block1_box::after {
  content: "";
  width: 100vw;
  height: 150px;
  display: block;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(90deg, #78a0b4 0%, #000 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_box::after {
    height: 40vw;
  }
}
.lpWrap .block1_box::before {
  content: "";
  position: absolute;
  top: 55px;
  left: -97px;
  width: 400px;
  height: 350px;
  background: url(../img/acgen_21.webp) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_box::before {
    width: 53.333vw;
    height: 46.667vw;
    top: 26.667vw;
    left: -24.533vw;
  }
}
.lpWrap .block1_box_ttl {
  margin-bottom: 60px;
  animation-delay: 0.6s;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_box_ttl {
    margin-bottom: 13.333vw;
    margin-bottom: 8vw;
  }
}
.lpWrap .block1_box_ttl .yellow {
  color: #ffe100;
}
.lpWrap .block1_box_ttl .small {
  font-size: 3.2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_box_ttl .small {
    font-size: 4.267vw;
  }
}
.lpWrap .block1_box_ttl .big {
  font-size: 5.8rem;
  display: block;
  color: #fff;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_box_ttl .big {
    font-size: 10.133vw;
  }
}
.lpWrap .block1_box_text {
  font-size: 2rem;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  line-height: 2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 65px;
  animation-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_box_text {
    margin-bottom: 6.667vw;
    font-size: 4.8vw;
  }
}
.lpWrap .block1_box_img {
  position: absolute;
  top: 0;
  right: -185px;
  width: 600px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block1_box_img {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_box_img {
    width: 80vw;
    height: 48vw;
    right: -33.267vw;
  }
}
.lpWrap .block1_box_img.loadingAnim {
  transform: translateX(20%);
  transition: 1.5s;
  opacity: 0;
}
.lpWrap .block1_box_img.loadingAnim.anim {
  transform: none;
  opacity: 1;
}
.lpWrap .block1_arrow {
  width: 500px;
  height: 80px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_arrow {
    width: 78.667vw;
    margin-bottom: 8vw;
  }
}
.lpWrap .block1_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_row {
    flex-direction: column-reverse;
  }
}
.lpWrap .block1_row_box {
  width: 49.2%;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_row_box {
    width: 100%;
  }
}
.lpWrap .block1_row_box .ttl {
  margin-bottom: 58px;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_row_box .ttl {
    margin-bottom: 10.667vw;
    text-align: center;
  }
}
.lpWrap .block1_row_box .txt {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 2;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_row_box .txt {
    font-size: 4vw;
  }
}
.lpWrap .block1_row_img {
  width: 46.2%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_row_img {
    width: 100%;
    margin-bottom: 9.333vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    height: 48vw;
  }
}
.lpWrap .block1_row_img::after {
  content: "";
  position: absolute;
  top: 230px;
  right: -130px;
  width: 410px;
  height: 350px;
  z-index: -1;
  background: url("../img/acgen_22.webp") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_row_img::after {
    width: 54.667vw;
    height: 46.667vw;
    top: 32vw;
    right: -13.333vw;
  }
}
.lpWrap .block1_row_img img {
  height: inherit;
  object-fit: cover;
}
.lpWrap .block2 {
  padding-top: 50px;
  padding-bottom: 180px;
  background-color: #78a0b4;
}
@media screen and (max-width: 767px) {
  .lpWrap .block2 {
    padding-top: 10.667vw;
    padding-bottom: 62.933vw;
  }
}
.lpWrap .block2_inner {
  max-width: 860px;
}
.lpWrap .block2_ttl {
  color: #fff;
  text-align: center;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block2_ttl {
    margin-bottom: 11.467vw;
  }
}
.lpWrap .block2_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block2_list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4vw;
    row-gap: 8vw;
  }
}
.lpWrap .block2_list_item.scrollAnim {
  opacity: 0;
  transition: 0.6s;
}
.lpWrap .block2_list_item.scrollAnim.anim {
  opacity: 1;
}
.lpWrap .block2_list_item img {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block2_list_item img {
    margin-bottom: 2.667vw;
  }
}
.lpWrap .block2_list_item .txt {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lpWrap .block2_list_item .txt {
    font-size: 4.8vw;
  }
}
.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 .block2_list_item:nth-child(4) {
  transition-delay: 0.6s;
}
.lpWrap .block3 {
  color: #fff;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block3 {
    margin-bottom: 13.333vw;
  }
}
.lpWrap .block3 .inner {
  max-width: 1120px;
}
.lpWrap .block3_cta {
  margin-top: -132px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block3_cta {
    margin-top: -49.6vw;
    margin-bottom: 10.667vw;
  }
}
.lpWrap .block3_row {
  display: flex;
  justify-content: space-between;
  position: relative;
  left: -100px;
}
@media screen and (max-width: 1120px) {
  .lpWrap .block3_row {
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block3_row {
    left: initial;
    flex-direction: column;
  }
}
.lpWrap .block3_row_box {
  width: 49.2%;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lpWrap .block3_row_box {
    width: 100%;
  }
}
.lpWrap .block3_row_box .ttl {
  margin-bottom: 58px;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .lpWrap .block3_row_box .ttl {
    margin-bottom: 10.667vw;
    text-align: center;
  }
}
.lpWrap .block3_row_box .txt {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 2;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .lpWrap .block3_row_box .txt {
    font-size: 4vw;
  }
}
.lpWrap .block3_row_img {
  width: 46.2%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .block3_row_img {
    width: 100%;
    margin-bottom: 9.333vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    height: 48vw;
  }
}
.lpWrap .block3_row_img::after {
  content: "";
  position: absolute;
  top: -138px;
  left: -245px;
  width: 394px;
  height: 400px;
  z-index: -1;
  background: url("../img/acgen_20.webp") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .lpWrap .block3_row_img::after {
    width: 52.533vw;
    height: 58.667vw;
    left: -18.667vw;
    top: 30.933vw;
  }
}
.lpWrap .block3_row_img img {
  height: inherit;
  object-fit: cover;
}
.lpWrap .block4 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block4 {
    right: initial;
    margin-bottom: 13.333vw;
  }
}
.lpWrap .block4 .inner {
  max-width: 1120px;
}
.lpWrap .block4_row {
  display: flex;
  justify-content: space-between;
  position: relative;
  right: -100px;
}
@media screen and (max-width: 1120px) {
  .lpWrap .block4_row {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block4_row {
    right: initial;
    flex-direction: column-reverse;
  }
}
.lpWrap .block4_row_box {
  width: 49.2%;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lpWrap .block4_row_box {
    width: 100%;
  }
}
.lpWrap .block4_row_box .ttl {
  margin-bottom: 58px;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .lpWrap .block4_row_box .ttl {
    margin-bottom: 10.667vw;
    text-align: center;
  }
}
.lpWrap .block4_row_box .txt {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 2;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .lpWrap .block4_row_box .txt {
    font-size: 4vw;
  }
}
.lpWrap .block4_row_img {
  width: 46.2%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .block4_row_img {
    width: 100%;
    margin-bottom: 9.333vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    height: 48vw;
  }
}
.lpWrap .block4_row_img::after {
  content: "";
  position: absolute;
  top: 230px;
  right: -130px;
  width: 410px;
  height: 350px;
  z-index: -1;
  background: url("../img/acgen_21.webp") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .lpWrap .block4_row_img::after {
    width: 54.667vw;
    height: 46.667vw;
    top: 32vw;
    right: -13.333vw;
  }
}
.lpWrap .block4_row_img img {
  height: inherit;
  object-fit: cover;
}
.lpWrap .block5 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5 {
    margin-bottom: 13.333vw;
  }
}
.lpWrap .block5 .inner {
  max-width: 1106px;
}
.lpWrap .block5_box {
  padding: 30px 82.7px 50px;
  background-color: #fff;
  border-style: Solid;
  border-color: #898f93;
  border-width: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_box {
    border-width: 6px;
    margin-bottom: 13.333vw;
    padding: 6.667vw 4vw 9.067vw;
  }
}
.lpWrap .block5_box::after {
  content: "";
  position: absolute;
  top: 392px;
  left: -274px;
  width: 410px;
  height: 350px;
  z-index: -1;
  background: url("../img/acgen_22.webp") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_box::after {
    width: 54.667vw;
    height: 46.667vw;
    top: 115.733vw;
    left: -14.4vw;
  }
}
.lpWrap .block5_ttl {
  text-align: center;
  color: #53575a;
  margin-bottom: 30px;
  font-weight: 700;
}
.lpWrap .block5_img {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_img {
    margin-bottom: 8vw;
  }
}
.lpWrap .block5_txt {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_txt {
    font-size: 4vw;
  }
}
.lpWrap .parallax {
  background-attachment: fixed;
  background-image: url(../img/acgen_12.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lpWrap .parallax {
    background-image: none;
    height: auto;
    width: 100%;
  }
}
.lpWrap .block6 {
  background: #78a0b4;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6 {
    padding-top: 10.667vw;
    padding-bottom: 13.333vw;
  }
}
.lpWrap .block6 .inner {
  max-width: 1000px;
}
.lpWrap .block6_ttl {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_ttl {
    margin-bottom: 8vw;
  }
}
.lpWrap .block6_txt {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_txt {
    font-size: 4vw;
    margin-bottom: 8vw;
    letter-spacing: 0.05em;
  }
}
.lpWrap .block6_box {
  margin-bottom: 20px;
  background-color: #fff;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_box {
    margin-bottom: 5.333vw;
    padding-bottom: 8vw;
  }
}
.lpWrap .block6_box_head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_box_head {
    height: 18.667vw;
  }
}
.lpWrap .block6_box_head .txt {
  background-color: #2a2e31;
  color: #fff;
  width: 300px;
  letter-spacing: 0.02em;
  font-size: 3rem;
  line-height: 2;
  height: 100%;
  font-weight: bold;
  padding-left: 64px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_box_head .txt {
    text-align: center;
    width: 29.85%;
    font-size: 4.8vw;
    line-height: 1.5;
    padding-left: 1.867vw;
  }
}
.lpWrap .block6_box_head .txt::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  width: 60px;
  height: 24px;
  background: url(../img/acgen_arrow.svg) no-repeat center center/contain;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_box_head .txt::after {
    width: 10.667vw;
    height: 5.333vw;
    right: -5.333vw;
  }
}
.lpWrap .block6_box_head .ttl {
  font-size: 4.8rem;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
  background-color: #ddd;
  padding-left: 60px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_box_head .ttl {
    font-size: 8.533vw;
    line-height: 1.5;
    padding-left: 9.067vw;
  }
}
.lpWrap .block6_box_head .ttl.white {
  color: #fff;
  text-shadow: 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, -1px -1px 0px #000000, 1px 0px 0px #000000, 0px 1px 0px #000000, -1px 0px 0px #000000, 0px -1px 0px #000000;
}
.lpWrap .block6_box_head .ttl.black {
  color: #1a1a1a;
}
.lpWrap .block6_box_head .ttl.red {
  color: #be001e;
}
.lpWrap .block6_box_head .ttl.yellow {
  color: #ffe100;
  text-shadow: 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, -1px -1px 0px #000000, 1px 0px 0px #000000, 0px 1px 0px #000000, -1px 0px 0px #000000, 0px -1px 0px #000000;
}
.lpWrap .block6_box_body {
  padding: 40px 50px 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_box_body {
    padding: 0 5.333vw 0;
    flex-direction: column-reverse;
  }
}
.lpWrap .block6_box_body .txt {
  width: 62.79%;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_box_body .txt {
    font-size: 4vw;
    line-height: 1.7;
    width: 100%;
  }
}
.lpWrap .block6_box_body .img {
  width: 34.88%;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_box_body .img {
    width: 84.74%;
    margin-top: -2.667vw;
    margin-left: auto;
    margin-bottom: 8vw;
  }
}
.lpWrap .block7 {
  background: url(../img/acgen_17.webp) no-repeat top center/contain;
  width: 100%;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7 {
    padding-top: 18vw;
    padding-bottom: 13.333vw;
  }
}
.lpWrap .block7 .inner {
  max-width: 1000px;
}
.lpWrap .block7_ttl {
  color: #2a2e31;
  font-weight: 700;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_ttl {
    margin-bottom: 9.067vw;
  }
}
.lpWrap .block7_box {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_box {
    margin-bottom: 5.333vw;
  }
}
.lpWrap .block7_box_head {
  max-width: 312px;
  font-size: 3.2rem;
  letter-spacing: 0.07em;
  font-weight: 700;
  padding-top: 10px;
  padding-left: 18px;
  color: #fff;
  position: relative;
  top: 1px;
  background: #78a0b4;
  line-height: 1.7;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_box_head {
    max-width: 56.533vw;
    padding-left: 5.333vw;
    font-size: 5.6vw;
  }
}
.lpWrap .block7_box_head.dark {
  background: #052b58;
}
.lpWrap .block7_box_body {
  padding: 30px 36px 30px;
  border: #78a0b4 solid 10px;
  position: relative;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
  background: #fff;
  position: relative;
}
.lpWrap .block7_box_body::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(120, 160, 180, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(100% 100%, 100% 0%, 100% 0, 0% 100%);
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_box_body {
    border-width: 5px;
    padding: 6.667vw 5.033vw 9.333vw;
  }
}
.lpWrap .block7_box_body .img {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_box_body .img {
    margin-bottom: 8vw;
  }
}
.lpWrap .block7_box_body .txt {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_box_body .txt {
    font-size: 4vw;
    line-height: 1.7;
  }
}
.lpWrap .block7_box_body.dark {
  border-color: #052b58;
}
.lpWrap .block7_box_body.dark::before {
  background: rgba(5, 43, 88, 0.1);
}
.lpWrap .block8 {
  background: #fff;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8 {
    margin-bottom: 13.333vw;
  }
}
.lpWrap .block8 .inner {
  max-width: 1000px;
}
.lpWrap .block8_ttl {
  color: #53575a;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_ttl {
    margin-bottom: 8vw;
  }
}
.lpWrap .block8_box {
  border: solid 20px #898f93;
  padding: 40px 30px 10px;
  background: #fff;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_box {
    border: solid 10px #898f93;
    padding: 6.667vw 4vw 2.667vw;
  }
}
.lpWrap .block8_box_head {
  background: #3c505a;
  border-radius: 20px;
  color: #fff;
  font-size: 2.1rem;
  text-align: center;
  letter-spacing: 0.07em;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_box_head {
    font-size: 5.6vw;
    margin-bottom: 8vw;
  }
}
.lpWrap .block8_box_body {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_box_body {
    margin-bottom: 7vw;
    display: block;
  }
}
.lpWrap .block8_box_body .txt {
  width: 68.6%;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_box_body .txt {
    font-size: 4vw;
    line-height: 1.7;
    width: 100%;
  }
}
.lpWrap .block8_box_body .img {
  width: 24.4%;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_box_body .img {
    width: 32vw;
    margin-left: 2.733vw;
    margin-bottom: 8vw;
    float: right;
  }
}
.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 */