@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::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;
  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.
 */
/*EF利用規約/個人情報の取り扱い部分*/
a {
  background-color: transparent;
  text-decoration: underline;
  color: inherit;
  color: #005ead;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.l-header {
  height: auto;
  background-color: #ffffff;
  vertical-align: bottom;
}
.l-header__contents {
  width: 1200px;
  margin: 5px auto;
  display: flex;
  height: auto;
  justify-content: space-evenly;
}
@media screen and (max-width:1200px) {
  .l-header__contents {
    width: 768px;
    margin: 5px auto;
  }
}
@media screen and (max-width:850px) {
  .l-header__contents {
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  .l-header__contents {
    height: 50px;
  }
}
.l-header__content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: auto;
}
@media screen and (max-width:850px) {
  .l-header__logo img {
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width:480px) {
  .l-header__logo img {
    width: 250px;
    height: auto;
  }
}
.l-header__logo a {
  display: block;
}
@media (min-width: 851px) {
  .l-header__logo a:hover {
    transform: translateY(0);
    opacity: 0.7;
  }
}
.l-header__text {
  padding-top: 5px;
  padding-left: 10px;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width:850px) {
  .l-header__text {
    font-size: 12px;
    padding-left: 5px;
    padding-top: 5px;
    line-height: 1.2rem;
  }
}
.l-header__text span {
  display: inline-block;
}
.l-header ul {
  list-style: none;
}
.l-header__kyevisual {
  min-width: 768px;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width:850px) {
  .l-header__kyevisual {
    width: 100%;
    min-width: 100%;
    max-width: 768px;
  }
}
.l-header picture {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
}
.l-header__under {
  width: 100%;
  text-align: center;
}
.l-header__subcopy {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width:850px) {
  .l-header__subcopy {
    font-size: 14px;
  }
}
.l-header__subcopy span {
  display: inline-block;
}
.l-header__company {
  vertical-align: top;
  width: 70%;
}
@media screen and (max-width:850px) {
  .l-header__company {
    width: 100%;
    margin: 10px 0;
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-115px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-button {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 1.5rem 5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #e90000;
  border-radius: 50px;
  border: solid 3px #e90000;
}
.c-button:hover {
  background-color: #ffffff;
  color: #e90000;
  transition: 0.8s;
}
@media screen and (max-width:1024px) {
  .c-button {
    font-size: 20px;
    padding: 1rem 2rem;
  }
}
@media screen and (max-width:1024px) {
  .c-button {
    font-size: 18px;
    padding: 1rem 2rem;
  }
}

.p-arrow {
  background: #d9f5ff;
  margin-top: -10px;
}
@media screen and (max-width:480px) {
  .p-arrow {
    margin-top: 0px;
  }
}
.p-arrow__wrap {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width:1024px) {
  .p-arrow__wrap {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .p-arrow__wrap {
    width: 95%;
  }
}
.p-arrow__wrap img {
  width: 200px;
  margin: 15px 10px 10px;
}
@media screen and (max-width:850px) {
  .p-arrow__wrap img {
    width: 150px;
  }
}
@media screen and (max-width:480px) {
  .p-arrow__wrap img {
    width: 35%;
  }
}
.p-arrow_box {
  position: relative;
  width: 450px;
  height: 90px;
  background: #00aaeb;
  padding: 20px;
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  left: -80px;
  line-height: 1.5em;
}
@media screen and (max-width:1024px) {
  .p-arrow_box {
    width: 350px;
    height: 110px;
    left: -30px;
  }
}
@media screen and (max-width:850px) {
  .p-arrow_box {
    width: 210px;
    height: 100px;
    padding: 15px;
    left: 0px;
    font-size: 15px;
  }
}
.p-arrow_box:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(90, 230, 40, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-top: -10px;
  border-right-color: #00aaeb;
  right: 100%;
  top: 50%;
}
@media screen and (max-width:480px) {
  .p-arrow_box:after {
    border-left-width: 10px;
    border-right-width: 10px;
  }
}
.p-arrow_box span {
  display: inline-block;
}

.p-slick__item {
  width: 300px;
  max-width: 300px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  margin: 0 5px;
}
.p-slick__item--1 {
  background-color: #00aaeb;
}
.p-slick__item--2 {
  background-color: #00aaeb;
}
.p-slick__item--3 {
  background-color: #00aaeb;
}
@media screen and (max-width:850px) {
  .p-slick__item {
    width: 200px;
    max-width: 200px;
    font-size: 18px;
    margin: 0 5px 5px;
  }
}

#Slider .slide {
  width: 360px;
}

.slider {
  background: #d9f5ff;
}

.p-picture {
  display: none;
  padding: 10px 0 20px;
  text-align: center;
  background: url(../images/sec3_bg.png) center center/cover no-repeat;
  text-align: center;
}
@media screen and (max-width:850px) {
  .p-picture {
    display: inline-block;
  }
}
.p-picture__img {
  width: 600px;
  margin: auto;
}
@media screen and (max-width:850px) {
  .p-picture__img {
    width: 100%;
  }
}

.main {
  padding-top: 30px;
}

.stepHide.is-show {
  animation: none;
}

#lp_entryForm {
  background: #f0f0f0;
  min-height: 100%;
  padding-bottom: 80px;
  margin-top: 0;
}

#lp_entryForm h2 {
  padding: 0px 0 25px;
  text-align: center;
}

.ent_stepWrap, #ent_contentWrap, .ent_stepWrap p {
  background: #f0f0f0;
}

#lp_entryForm #ef-container {
  background-color: #f0f0f0;
}

#lp_entryForm .ent_stepWrap h2 {
  background: url(../images/agnet_entry_title01.png) no-repeat center 25px;
  margin: 0 auto;
  padding: 25px 0 10px;
  width: 960px;
  height: 200px;
  display: block;
}

.spOnly {
  display: none;
}

@media screen and (max-width: 640px) {
  .main {
    padding-top: 0px;
  }
  .keyvisual {
    margin-top: 50px;
  }
  .stepHide.is-show {
    animation: none;
  }
  #lp_entryForm {
    margin-bottom: 10px;
    padding-bottom: 0px;
    margin-top: 0px;
  }
  #lp_entryForm .ent_stepWrap h2 {
    padding: 0;
    margin: 0;
    display: none;
  }
  .spOnly {
    display: block;
  }
  #lp_entryForm .ent_stepWrap .incHeader {
    background-image: none;
    background-color: #2673bf;
    padding: 10px 0;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
  }
  .footer {
    margin: 0;
  }
}
.p-cta-button {
  width: 100%;
  height: auto;
  text-align: center;
  background: url(../images/sec3_bg.png) center center/cover no-repeat;
  text-align: center;
}
.p-cta-button__area {
  margin: 0 auto;
  padding: 40px 0 50px;
  width: 1000px;
  text-align: center;
}
@media screen and (max-width:1024px) {
  .p-cta-button__area {
    width: 100%;
    padding: 30px 0;
  }
}
.p-cta-button__copy {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.2em;
  text-align: center;
  color: #000000;
}
@media screen and (max-width:480px) {
  .p-cta-button__copy {
    font-size: 15px;
  }
}
.p-cta-button__copy:before {
  margin-right: 1rem;
  content: "＼";
}
@media screen and (max-width:480px) {
  .p-cta-button__copy:before {
    margin-right: 0.5rem;
  }
}
.p-cta-button__copy:after {
  margin-left: 1rem;
  content: "／";
}
@media screen and (max-width:480px) {
  .p-cta-button__copy:after {
    margin-left: 0.5rem;
  }
}

@media (min-width: 1201px) {
  .lp-container {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 12;
}

#lp080_kv {
  margin: 60px 0 -30px;
  background: url(../images/bgkv.jpg) no-repeat center bottom/cover;
  height: 145.33vw;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 851px) {
  #lp080_kv {
    background: url(../images/bgkv_pc.jpg) no-repeat center bottom/1600px 789px;
    height: 65.83vw;
    margin: 65px 0 -9vw;
  }
}
@media (min-width: 1201px) {
  #lp080_kv {
    height: 789px;
    margin: 65px 0 -107px;
  }
}
@media (min-width: 1601px) {
  #lp080_kv {
    background-size: cover;
  }
}
@media (min-width: 851px) {
  #lp080_kv .lp-container {
    padding: 40px 0 107px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  #lp080_kv img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 851px) {
  #lp080_kv .kv-cont {
    width: 40%;
    padding-left: 15px;
  }
}
@media (min-width: 1201px) {
  #lp080_kv .kv-cont {
    padding: 0;
  }
  #lp080_kv .kv-cont h2 img {
    width: 492px;
    margin: 0 -6px;
  }
}
#lp080_kv .kv-btn {
  background: url(../images/bg.jpg) repeat center/5px;
  padding: 10px 17px 20px;
  border-radius: 20px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 850px) {
  #lp080_kv .kv-btn {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -5px;
  }
}
@media (min-width: 851px) {
  #lp080_kv .kv-btn {
    display: inline-block;
    background-size: 10px;
    padding: 15px 25px 20px;
    margin-top: 22px;
  }
}
#lp080_kv .kv-btn a {
  display: block;
}
@media (min-width: 851px) {
  #lp080_kv .kv-btn a:hover {
    opacity: 0.7;
    transform: translateY(0);
  }
}
#lp080_kv .kv-btn a img {
  display: block;
}
@media (min-width: 851px) {
  #lp080_kv .kv-btn a img {
    width: 380px;
  }
}
#lp080_kv .kv-img {
  height: 85.33vw;
  position: relative;
}
@media (min-width: 851px) {
  #lp080_kv .kv-img {
    width: 60%;
    height: 50.83vw;
  }
}
@media (min-width: 1201px) {
  #lp080_kv .kv-img {
    height: 610px;
  }
}
@media (min-width: 851px) {
  #lp080_kv .kv-img .bg img {
    width: 734px;
    margin: 0 -7px;
  }
}
#lp080_kv .kv-img .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00a0f0;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.12);
  position: absolute;
}
@media (min-width: 851px) {
  #lp080_kv .kv-img .circle {
    width: 20px;
    height: 20px;
  }
}
#lp080_kv .kv-img .circle.c1 {
  top: 5.6vw;
  left: 39.33vw;
}
@media (min-width: 851px) {
  #lp080_kv .kv-img .circle.c1 {
    top: 0.8vw;
    left: 23.16vw;
  }
}
@media (min-width: 1201px) {
  #lp080_kv .kv-img .circle.c1 {
    top: 10px;
    left: 278px;
  }
}
#lp080_kv .kv-img .circle.c2 {
  top: 9.33vw;
  right: 17.33vw;
}
@media (min-width: 851px) {
  #lp080_kv .kv-img .circle.c2 {
    top: 3.1vw;
    right: 9.1vw;
  }
}
@media (min-width: 1201px) {
  #lp080_kv .kv-img .circle.c2 {
    top: 38px;
    right: 110px;
  }
}
#lp080_kv .kv-img .circle.c3 {
  top: 13.33vw;
  right: 8vw;
}
@media (min-width: 851px) {
  #lp080_kv .kv-img .circle.c3 {
    top: 5.6vw;
    right: 3.33vw;
  }
}
@media (min-width: 1201px) {
  #lp080_kv .kv-img .circle.c3 {
    top: 68px;
    right: 40px;
  }
}
#lp080_kv .kv-img .circle.c4 {
  top: 40vw;
  left: 4.93vw;
}
@media (min-width: 851px) {
  #lp080_kv .kv-img .circle.c4 {
    top: 22.5vw;
    left: 1.4vw;
  }
}
@media (min-width: 1201px) {
  #lp080_kv .kv-img .circle.c4 {
    top: 270px;
    left: 17px;
  }
}
#lp080_kv .kv-img .circle.c5 {
  top: 65.33vw;
  left: 8vw;
}
@media (min-width: 851px) {
  #lp080_kv .kv-img .circle.c5 {
    top: inherit;
    left: 3.33vw;
    bottom: 5.83vw;
  }
}
@media (min-width: 1201px) {
  #lp080_kv .kv-img .circle.c5 {
    left: 40px;
    bottom: 70px;
  }
}
#lp080_kv .kv-img .circle.c6 {
  top: 74.66vw;
  left: 17.33vw;
}
@media (min-width: 851px) {
  #lp080_kv .kv-img .circle.c6 {
    top: inherit;
    left: 9.1vw;
    bottom: 3.33vw;
  }
}
@media (min-width: 1201px) {
  #lp080_kv .kv-img .circle.c6 {
    left: 110px;
    bottom: 40px;
  }
}
#lp080_kv .kv-img .circle.c7 {
  top: 69.6vw;
  right: 32.53vw;
}
@media (min-width: 851px) {
  #lp080_kv .kv-img .circle.c7 {
    top: inherit;
    right: 18.75vw;
    bottom: 3vw;
  }
}
@media (min-width: 1201px) {
  #lp080_kv .kv-img .circle.c7 {
    right: 225px;
    bottom: 37px;
  }
}
#lp080_kv .kv-img .circle.c8 {
  top: 78.13vw;
  right: 27.33vw;
}
@media (min-width: 851px) {
  #lp080_kv .kv-img .circle.c8 {
    top: inherit;
    right: 15.5vw;
    bottom: 1vw;
  }
}
@media (min-width: 1201px) {
  #lp080_kv .kv-img .circle.c8 {
    right: 187px;
    bottom: 12px;
  }
}
#lp080_kv .kv-img .circle.is-large {
  width: 30px;
  height: 30px;
}
@media (min-width: 851px) {
  #lp080_kv .kv-img .circle.is-large {
    width: 5vw;
    height: 5vw;
  }
}
@media (min-width: 1201px) {
  #lp080_kv .kv-img .circle.is-large {
    width: 60px;
    height: 60px;
  }
}
#lp080_kv .kv-img .circle.bg-green {
  background-color: #00bebe;
}
#lp080_kv .kv-img .circleP {
  position: absolute;
}
#lp080_kv .kv-img .circleP img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 850px) {
  #lp080_kv .kv-img .circleP.peo1 {
    width: 36.53vw;
    left: 0;
    top: 7.2vw;
  }
  #lp080_kv .kv-img .circleP.peo2 {
    width: 34.4vw;
    left: 42.66vw;
    top: 0;
  }
  #lp080_kv .kv-img .circleP.peo3 {
    width: 35.73vw;
    left: 22.66vw;
    bottom: 0;
  }
  #lp080_kv .kv-img .circleP.peo4 {
    width: 34.4vw;
    right: 0;
    bottom: 5.6vw;
  }
}
@media (min-width: 851px) {
  #lp080_kv .kv-img .circleP.peo1 {
    width: 22vw;
    left: 0;
    top: 3.16vw;
  }
  #lp080_kv .kv-img .circleP.peo2 {
    width: 21vw;
    left: 26vw;
    top: 0;
  }
  #lp080_kv .kv-img .circleP.peo3 {
    width: 21.83vw;
    left: 13.83vw;
    bottom: 0;
  }
  #lp080_kv .kv-img .circleP.peo4 {
    width: 19.91vw;
    right: 0;
    bottom: 3.41vw;
  }
}
@media (min-width: 1201px) {
  #lp080_kv .kv-img .circleP.peo1 {
    width: 265px;
    top: 38px;
  }
  #lp080_kv .kv-img .circleP.peo2 {
    width: 252px;
    left: 312px;
  }
  #lp080_kv .kv-img .circleP.peo3 {
    width: 262px;
    left: 166px;
  }
  #lp080_kv .kv-img .circleP.peo4 {
    width: 239px;
    bottom: 41px;
  }
}

#lp080_timeline {
  background-color: #f6fcfe;
  padding: 65px 0 50px;
  text-align: center;
}
@media (min-width: 851px) {
  #lp080_timeline {
    padding: 140px 0 0;
  }
}
#lp080_timeline img {
  max-width: 100%;
  height: auto;
}
#lp080_timeline a {
  display: block;
}
@media (min-width: 851px) {
  #lp080_timeline a:hover {
    opacity: 0.7;
    transform: translateY(0);
  }
}
#lp080_timeline h2 {
  margin-bottom: 40px;
}
@media (min-width: 851px) {
  #lp080_timeline h2 {
    margin-bottom: 95px;
  }
}
@media (min-width: 851px) {
  #lp080_timeline h2 img {
    width: 560px;
  }
}
#lp080_timeline .timeline {
  margin-bottom: 18vw;
  position: relative;
}
@media (min-width: 851px) {
  #lp080_timeline .timeline {
    margin-bottom: 65px;
  }
}
#lp080_timeline .timeline .lp080_point {
  position: absolute;
  left: 0;
  width: 100%;
}
@media (max-width: 850px) {
  #lp080_timeline .timeline .lp080_point img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 851px) {
  #lp080_timeline .timeline .lp080_point .stage {
    text-align: left;
  }
  #lp080_timeline .timeline .lp080_point .stage img {
    width: 36.67vw;
    height: auto;
  }
}
@media (min-width: 1201px) {
  #lp080_timeline .timeline .lp080_point .stage img {
    width: 440px;
  }
}
#lp080_timeline .timeline .lp080_point .text-1 {
  margin-top: -10px;
}
@media (min-width: 851px) {
  #lp080_timeline .timeline .lp080_point .text-1 {
    margin-top: -17px;
  }
  #lp080_timeline .timeline .lp080_point .text-1 img {
    display: block;
    margin: 0 auto;
    width: 92%;
  }
}
@media (min-width: 1201px) {
  #lp080_timeline .timeline .lp080_point .text-1 img {
    width: 1118px;
  }
}
@media (min-width: 851px) {
  #lp080_timeline .timeline .lp080_point .text-2 {
    margin-top: -8px;
  }
  #lp080_timeline .timeline .lp080_point .text-2 img {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  #lp080_timeline .timeline .lp080_point .text-2 img {
    width: 1218px;
    max-width: none;
    margin: 0 -9px;
  }
}
#lp080_timeline .timeline .lp080_point:nth-child(2n) .stage {
  text-align: right;
}
@media (max-width: 850px) {
  #lp080_timeline .timeline .start {
    top: -32px;
  }
}
@media (min-width: 851px) {
  #lp080_timeline .timeline .start {
    left: 50%;
    top: -46px;
    transform: translateX(-50%);
  }
  #lp080_timeline .timeline .start img {
    width: 193px;
  }
}
@media (max-width: 850px) {
  #lp080_timeline .timeline .end {
    top: 762.66vw;
  }
}
@media (min-width: 851px) {
  #lp080_timeline .timeline .end {
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
  }
  #lp080_timeline .timeline .end img {
    width: 638px;
  }
}
@media (max-width: 850px) {
  #lp080_timeline .timeline .p1 {
    top: 22.13vw;
  }
}
@media (min-width: 851px) {
  #lp080_timeline .timeline .p1 {
    top: 8.83vw;
  }
}
@media (min-width: 1201px) {
  #lp080_timeline .timeline .p1 {
    top: 106px;
  }
}
@media (max-width: 850px) {
  #lp080_timeline .timeline .p2 {
    top: 130.4vw;
  }
}
@media (min-width: 851px) {
  #lp080_timeline .timeline .p2 {
    top: 63vw;
  }
}
@media (min-width: 1201px) {
  #lp080_timeline .timeline .p2 {
    top: 776px;
  }
}
@media (max-width: 850px) {
  #lp080_timeline .timeline .p3 {
    top: 237.06vw;
  }
}
@media (min-width: 851px) {
  #lp080_timeline .timeline .p3 {
    top: 119vw;
  }
}
@media (min-width: 1201px) {
  #lp080_timeline .timeline .p3 {
    top: 1446px;
  }
}
@media (max-width: 850px) {
  #lp080_timeline .timeline .p4 {
    top: 341.86vw;
  }
}
@media (min-width: 851px) {
  #lp080_timeline .timeline .p4 {
    top: 174vw;
  }
}
@media (min-width: 1201px) {
  #lp080_timeline .timeline .p4 {
    top: 2110px;
  }
}
@media (max-width: 850px) {
  #lp080_timeline .timeline .p5 {
    top: 450.66vw;
  }
}
@media (min-width: 851px) {
  #lp080_timeline .timeline .p5 {
    top: 229vw;
  }
}
@media (min-width: 1201px) {
  #lp080_timeline .timeline .p5 {
    top: 2785px;
  }
}
@media (max-width: 850px) {
  #lp080_timeline .timeline .p6 {
    top: 557.33vw;
  }
}
@media (min-width: 851px) {
  #lp080_timeline .timeline .p6 {
    top: 284vw;
  }
}
@media (min-width: 1201px) {
  #lp080_timeline .timeline .p6 {
    top: 3450px;
  }
}
@media (max-width: 850px) {
  #lp080_timeline .timeline .p7 {
    top: 660.26vw;
  }
}
@media (min-width: 851px) {
  #lp080_timeline .timeline .p7 {
    top: 339vw;
  }
}
@media (min-width: 1201px) {
  #lp080_timeline .timeline .p7 {
    top: 4088px;
  }
}
#lp080_timeline .lp080_textnote {
  text-align: center;
  margin-top: 80px;
  background-color: #fff;
  color: #005ab4;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding: 30px 0;
}
@media (max-width: 850px) {
  #lp080_timeline .lp080_textnote {
    display: none;
  }
}

/*----- フェードインしながら上へスライド -----*/
.fadeIn {
  opacity: 0;
  transition: 0.5s;
}

.fadeIn.animated {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transform: translate(0, 90px);
  -webkit-transform: translate(0, 90px);
  transition: 0.5s;
}

.fadeInUp.animated {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.zoomIn {
  opacity: 0;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transition: 0.5s;
}

.zoomIn.animated {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.slow1 {
  transition-delay: 1s;
}

@media (min-width: 851px) {
  #lp080_timeline h2 {
    transition: 1s;
  }
}
.c-button {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 1.5rem 5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #e90000;
  border-radius: 50px;
  border: solid 3px #e90000;
}
.c-button:hover {
  background-color: #ffffff;
  color: #e90000;
  transition: 0.8s;
}
@media screen and (max-width:1024px) {
  .c-button {
    font-size: 20px;
    padding: 1rem 2rem;
  }
}
@media screen and (max-width:1024px) {
  .c-button {
    font-size: 18px;
    padding: 1rem 2rem;
  }
}/*# sourceMappingURL=style.css.map */