@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 !important;
}

/* 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", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: black;
  overflow-x: hidden;
}

p {
  font-size: 17px;
  line-height: normal;
  font-weight: normal;
}
@media screen and (max-width:850px) {
  p {
    font-weight: normal;
  }
}

h2 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width:480px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 20px;
}

.l-header {
  height: auto;
  background-color: #ffffff;
  vertical-align: bottom;
  margin-top: -5px;
}
.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: 65px;
  }
}
.l-header__content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 5px auto;
}
@media screen and (max-width:850px) {
  .l-header__content h1 img {
    width: 90%;
  }
}
@media screen and (max-width:480px) {
  .l-header__content h1 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: 20px 50px;
  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;
  border-radius: 10px;
  background-color: #ff9100;
}
@media screen and (max-width:1024px) {
  .c-button {
    font-size: 18px;
    padding: 20px 25px;
  }
}
.c-button__cubic {
  border-bottom: 10px solid #4B4242;
}
.c-button__cubic:hover {
  margin-top: 7px;
  border-bottom: 3px solid #4B4242;
}
.c-button i {
  margin-left: 10px;
  transform: rotate(90deg);
}

.c-mark {
  width: 100px;
  height: 5px;
  background-color: #ff7800;
  border-right: solid 50px #45bbcf;
  margin: 10px auto 40px;
}
@media screen and (max-width:850px) {
  .c-mark {
    width: 60px;
    border-right: solid 30px #45bbcf;
    height: 5px;
    margin: 10px auto 40px;
  }
}

.p-banner {
  background-color: #f0f7ff;
  text-align: center;
  padding: 50px 0;
  margin-top: -10px;
}
@media screen and (max-width:850px) {
  .p-banner {
    padding: 40px 0;
  }
}
@media screen and (max-width:480px) {
  .p-banner {
    padding: 30px 0 20px;
  }
}
.p-banner__item {
  display: flex;
  align-items: center;
  width: 1000px;
  margin: auto;
  justify-content: space-evenly;
}
@media screen and (max-width:1024px) {
  .p-banner__item {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .p-banner__item {
    width: 80%;
  }
}
@media screen and (max-width:480px) {
  .p-banner__item {
    width: 90%;
  }
}
.p-banner__item img {
  width: 320px;
}
@media screen and (max-width:850px) {
  .p-banner__item img {
    display: none;
  }
}
.p-banner__box {
  width: 550px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width:1024px) {
  .p-banner__box {
    width: 450px;
  }
}
@media screen and (max-width:850px) {
  .p-banner__box {
    width: 100%;
    padding: 20px 10px;
  }
}
.p-banner h3 {
  font-weight: bold;
  font-size: 25px;
  margin: 20px;
  color: orange;
  line-height: normal;
}
.p-banner h3 span {
  color: #000;
}
.p-banner h4 {
  position: relative;
  width: 400px;
  padding: 1rem 1rem 1rem 1.5rem;
  border-radius: 30px;
  background-color: #333;
  color: white;
  font-weight: bold;
  font-size: 15px;
  margin: auto;
}
@media screen and (max-width:850px) {
  .p-banner h4 {
    width: 100%;
  }
}
.p-banner h4:before {
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-color: transparent;
  border-top-color: #333;
  border-width: 8px;
  content: "";
}
.p-banner__dot {
  background-image: radial-gradient(circle at center, orange 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.4em;
}
.p-banner__display {
  display: inline-block;
}
.p-banner__color {
  color: orange;
  font-weight: bold;
  font-size: 23px;
}

.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: 5px;
  }
  #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: -5px 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
  }
  .footer {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */