@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.
 */
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] {
  -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 a:hover {
  opacity: 0.6;
}
.l-header__content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: auto;
}
.l-header__logo {
  cursor: pointer;
}
@media screen and (max-width:850px) {
  .l-header__logo img {
    width: 90%;
  }
}
@media screen and (max-width:480px) {
  .l-header__logo img {
    width: 250px;
  }
}
.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: 25px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 2rem 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 {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width:640px) {
  .c-button {
    font-size: 20px;
    padding: 1.5rem 3rem;
  }
}

.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: 100%;
  }
}
.p-arrow__wrap img {
  width: 200px;
  margin: 15px 10px 10px;
}
@media screen and (max-width:850px) {
  .p-arrow__wrap img {
    width: 40%;
  }
}
@media screen and (max-width:480px) {
  .p-arrow__wrap img {
    width: 35%;
  }
}
.p-arrow_box {
  position: relative;
  width: 400px;
  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: 400px;
    height: auto;
    padding: 35px 20px;
    left: 0px;
    font-size: 23px;
  }
}
@media screen and (max-width:640px) {
  .p-arrow_box {
    width: 200px;
    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;
  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;
    font-size: 18px;
    margin: 0 5px 5px;
  }
}

#Slider .slide {
  width: 360px;
}

.slider {
  background: #d9f5ff;
}

.slick-slider {
  margin-top: -20px;
}
@media screen and (max-width:850px) {
  .slick-slider {
    margin-top: 0px;
  }
}

.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: -10px;
}

#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:850px) {
  .p-cta-button__copy {
    font-size: 18px;
  }
}
@media screen and (max-width:640px) {
  .p-cta-button__copy {
    font-size: 15px;
  }
}
.p-cta-button__copy:before {
  margin-right: 16px;
  content: "＼";
}
@media screen and (max-width:850px) {
  .p-cta-button__copy:before {
    font-size: 18px;
  }
}
@media screen and (max-width:640px) {
  .p-cta-button__copy:before {
    margin-right: 0.5rem;
  }
}
.p-cta-button__copy:after {
  margin-left: 16px;
  content: "／";
}
@media screen and (max-width:850px) {
  .p-cta-button__copy:after {
    font-size: 18px;
  }
}
@media screen and (max-width:640px) {
  .p-cta-button__copy:after {
    margin-left: 0.5rem;
  }
}

.c-button {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 2rem 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 {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width:640px) {
  .c-button {
    font-size: 20px;
    padding: 1.5rem 3rem;
  }
}/*# sourceMappingURL=style.css.map */