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

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

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

h3 {
  font-size: 20px;
}

.l-header {
  height: 80px;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width:500px) {
  .l-header {
    height: 70px;
  }
}
.l-header__contents {
  width: 1200px;
  margin: 5px auto;
  display: flex;
  height: auto;
  justify-content: space-evenly;
}
@media screen and (max-width:1300px) {
  .l-header__contents {
    width: 768px;
    margin: 5px auto;
  }
}
@media screen and (max-width:850px) {
  .l-header__contents {
    width: 100%;
  }
}
@media screen and (max-width:500px) {
  .l-header__contents {
    height: 40px;
  }
}
.l-header__content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: auto;
  text-align: center;
}
.l-header__logo img {
  width: 400px;
  height: auto;
  padding: 0px 0 5px;
}
@media screen and (max-width:850px) {
  .l-header__logo img {
    width: 250px;
    margin-top: 5px;
  }
}
.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 {
  margin-top: 80px;
  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;
    margin-top: 70px;
  }
}
.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);
  }
}
.l-footer {
  background-color: #669e9b;
}

.c-button {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 2rem 4rem;
  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: #ff7800;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px #777777;
}
.c-button:hover {
  background-color: #ff9539;
  color: #ffffff;
  transition: 0.8s;
  box-shadow: 0px 0px 15px -21px #777777;
}
@media screen and (max-width:850px) {
  .c-button {
    font-size: 17px;
    padding: 1.5rem;
  }
}

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

.p-contents {
  text-align: center;
  margin: -10px auto 0;
  padding: 15px 0 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  background-color: #0a9fc2;
  color: #ffffff;
}
@media screen and (max-width:850px) {
  .p-contents {
    font-size: 17px;
    line-height: normal;
    padding: 15px 10px 10px;
  }
}
@media screen and (max-width:500px) {
  .p-contents {
    font-size: 16px;
    margin: 0 auto;
  }
}
.p-contents span {
  display: inline-block;
}

.p-cta-button {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-top: -10px;
}
.p-cta-button__area {
  margin: 0 auto;
  padding: 40px 0 0px;
  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: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  color: #000000;
}
@media screen and (max-width:850px) {
  .p-cta-button__copy {
    font-size: 15px;
  }
}
@media screen and (max-width:500px) {
  .p-cta-button__copy {
    font-size: 14px;
  }
}
.p-cta-button__copy span {
  color: #ff7800;
  font-weight: bold;
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}
.p-cta-button__copy:before {
  margin-right: 16px;
  content: "＼";
}
@media screen and (max-width:500px) {
  .p-cta-button__copy:before {
    margin-right: 0px;
  }
}
.p-cta-button__copy:after {
  margin-left: 16px;
  content: "／";
}
@media screen and (max-width:500px) {
  .p-cta-button__copy:after {
    margin-left: 0px;
  }
}

.p-list {
  padding: 60px 0;
}
@media screen and (max-width:500px) {
  .p-list {
    padding: 10px 0 50px;
  }
}
.p-list__wrap {
  width: 768px;
  padding: 1em;
  margin: auto;
  border: dashed 2px #9f9f9f;
  border-radius: 8px;
  background: #fff6f1;
  box-shadow: 0 0 0 10px #fff6f1;
}
@media screen and (max-width:850px) {
  .p-list__wrap {
    width: 80%;
  }
}
@media screen and (max-width:500px) {
  .p-list__wrap {
    width: 90%;
  }
}
.p-list__title {
  position: relative;
  font-size: 25px;
  padding: 4px 0 20px 12px;
  color: #669e9b;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:500px) {
  .p-list__title {
    font-size: 23px;
    line-height: 30px;
  }
}
.p-list__title span {
  display: inline-block;
  color: #000000;
}
.p-list__area__box {
  text-align: center;
}
.p-list ul, .p-list ol {
  position: relative;
  margin: 0;
  padding: 0 15px 0 15px;
  color: #000000;
  border: none;
  font-weight: bold;
  list-style-type: none;
  font-size: 20px;
}
@media screen and (max-width:850px) {
  .p-list ul, .p-list ol {
    font-size: 18px;
  }
}
.p-list ol {
  counter-reset: number;
}
.p-list ul li, .p-list ol li {
  line-height: 1.5;
  padding: 15px 0 15px 25px;
  border-bottom: dashed 1px #9f9f9f;
}
.p-list li:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f14a";
  left: 0.5em;
  color: #669e9b;
}
.p-list ol li:before {
  display: inline-block;
  position: absolute;
  font-family: "Quicksand", sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0.5em;
  width: 22px;
  height: 22px;
  border-radius: 20%;
  background: #669e9b;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
}
.p-list ul li:last-of-type, .p-list ol li:last-of-type {
  border-bottom: none;
}

.p-content {
  padding: 10px 0;
  margin: 30px auto;
}
.p-content__wrap {
  width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width:1024px) {
  .p-content__wrap {
    width: 768px;
    justify-content: space-between;
  }
}
@media screen and (max-width:850px) {
  .p-content__wrap {
    width: 90%;
  }
}
@media screen and (max-width:500px) {
  .p-content__wrap {
    flex-flow: column;
  }
}
.p-content__box {
  width: 550px;
  margin: -10px 0 0;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width:500px) {
  .p-content__box {
    width: 90%;
    padding: 0px;
    margin-top: 260px;
  }
}
.p-content h2 {
  position: relative;
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 50px;
}
.p-content h2 span {
  display: inline-block;
}
.p-content h2:before {
  position: absolute;
  content: "";
  background: #2C831B;
  bottom: 0;
  left: calc(50% - 30px);
  width: 80px;
  height: 5px;
  left: 50%;
  top: 100%;
  transform: translateY(-50%) translateX(-50%);
}
.p-content__imgbox {
  width: 400px;
  display: flex;
}
@media screen and (max-width:850px) {
  .p-content__imgbox {
    width: 70%;
  }
}
@media screen and (max-width:500px) {
  .p-content__imgbox {
    width: 90%;
  }
}
.p-content h3 {
  font-weight: bold;
  color: #000000;
  font-size: 24px;
  line-height: 1.5em;
}
@media screen and (max-width:500px) {
  .p-content h3 {
    font-size: 20px;
  }
}
.p-content h3 span {
  color: #2C831B;
}
.p-content p {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
}
@media screen and (max-width:500px) {
  .p-content p {
    font-size: 15px;
  }
}
.p-content p span {
  color: #2C831B;
}
.p-content__line {
  border: dashed 1px #9f9f9f;
  margin: 20px 0;
}
.p-content__img {
  position: relative;
  width: 360px;
}
@media screen and (max-width:500px) {
  .p-content__img {
    width: 90%;
  }
}
.p-content__img img {
  position: absolute;
  width: 100%;
  top: -150px;
}
@media screen and (max-width:500px) {
  .p-content__img img {
    top: -20px;
  }
}

.p-success {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  background-color: #fff6f1;
  overflow: hidden;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000000;
}
.p-success h2 {
  color: #000000;
}
.p-success h2 span {
  color: #000000;
  display: inline-block;
}
.p-success__sub {
  color: #000000;
}
.p-success__sub span {
  color: #2C831B;
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
  font-size: 23px;
}
@media screen and (max-width:850px) {
  .p-success__sub span {
    font-size: 18px;
  }
}
.p-success__sub br {
  display: none;
}
@media screen and (max-width:850px) {
  .p-success__sub br {
    display: inline-block;
  }
}
.p-success__area {
  margin: 0 auto;
  padding: 60px 0px 30px;
  width: 1000px;
  text-align: center;
}
@media screen and (max-width:1024px) {
  .p-success__area {
    width: 90%;
  }
}
@media screen and (max-width:850px) {
  .p-success__area {
    padding: 50px 0px 0px;
    width: 100%;
  }
}
@media screen and (max-width:500px) {
  .p-success__area {
    padding: 40px 0px 0px;
    width: 100%;
    margin: auto;
  }
}
.p-success__area__box {
  text-align: center;
  margin-bottom: 20px;
  color: #2C831B;
  font-weight: bold;
}
@media screen and (max-width:500px) {
  .p-success__area__box {
    margin: 10px;
  }
}
.p-success__items {
  width: 768px;
  margin: 20px auto 60px;
  text-align: left;
}
@media screen and (max-width:850px) {
  .p-success__items {
    width: 90%;
  }
}
@media screen and (max-width:850px) {
  .p-success__items {
    width: 100%;
    margin: 20px auto 30px;
  }
}
.p-success__item {
  display: flex;
  justify-content: space-evenly;
}
.p-success__item span {
  display: inline-block;
}
@media screen and (max-width:500px) {
  .p-success__item {
    flex-direction: column;
    align-items: center;
  }
}
.p-success__item img {
  width: 200px;
}
@media screen and (max-width:500px) {
  .p-success__item img {
    width: 60%;
    order: 2;
    margin-top: 10px;
  }
}
.p-success__left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 25px 15px;
  width: 500px;
  font-size: 16px;
  border-radius: 10px;
  background: #abd5d5;
  height: 100px;
}
@media screen and (max-width:850px) {
  .p-success__left {
    width: 60%;
    height: auto;
  }
}
@media screen and (max-width:500px) {
  .p-success__left {
    width: 90%;
    margin: auto;
    height: 150px;
    order: 1;
  }
}
.p-success__left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #abd5d5;
}
@media screen and (max-width:500px) {
  .p-success__left:before {
    content: "";
    position: absolute;
    top: 110%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #abd5d5;
    transform: rotate(-90deg);
  }
}
.p-success__left p {
  width: 450px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 18px;
  font-weight: bold !important;
}
@media screen and (max-width:850px) {
  .p-success__left p {
    width: 80%;
  }
}
@media screen and (max-width:500px) {
  .p-success__left p {
    width: 90%;
  }
}
.p-success__right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 25px 15px;
  width: 500px;
  font-size: 16px;
  border-radius: 10px;
  background: #ecd8bf;
  height: 100px;
  align-items: center;
}
@media screen and (max-width:850px) {
  .p-success__right {
    width: 60%;
    height: auto;
  }
}
@media screen and (max-width:500px) {
  .p-success__right {
    width: 90%;
    margin: auto;
    height: 100px;
    order: 1;
  }
}
.p-success__right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ecd8bf;
}
@media screen and (max-width:500px) {
  .p-success__right:before {
    content: "";
    position: absolute;
    top: 110%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #ecd8bf;
    transform: rotate(-90deg);
  }
}
.p-success__right p {
  width: 450px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 18px;
  font-weight: bold !important;
}
@media screen and (max-width:850px) {
  .p-success__right p {
    width: 80%;
  }
}
@media screen and (max-width:500px) {
  .p-success__right p {
    width: 90%;
  }
}
.p-success__textbox {
  background-color: #fff;
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #9f9f9f 100%);
  background-size: 8px 100%, 100% 2em;
  line-height: 2;
  border: solid 1px #c4c4c4;
  padding: 2em 1em 1.98em 1em;
  margin: 2em 0;
  font-weight: 550;
  border-radius: 10px;
  margin-top: -10px;
  font-size: 18px;
}
@media screen and (max-width:850px) {
  .p-success__textbox {
    width: 90%;
    margin: auto;
    font-size: 16px;
  }
}
.p-success__text {
  text-align: center;
  padding: 20px;
}
.p-success__text img {
  width: 650px;
}
@media screen and (max-width:850px) {
  .p-success__text img {
    width: 450px;
  }
}
@media screen and (max-width:500px) {
  .p-success__text img {
    width: 100%;
  }
}
.p-success__text p {
  font-weight: 550;
  font-size: 18px;
  margin: 20px 0;
  line-height: normal;
}
@media screen and (max-width:850px) {
  .p-success__text p {
    font-size: 15px;
  }
}
@media screen and (max-width:640px) {
  .p-success__text p {
    text-align: left;
  }
}
@media screen and (max-width:500px) {
  .p-success__text p br {
    display: none;
  }
}
.p-success h3 {
  font-size: 30px;
  font-weight: bold;
  color: #ff7800;
  line-height: normal;
}
@media screen and (max-width:500px) {
  .p-success h3 {
    font-size: 25px;
    margin-top: 20px;
  }
}
.p-success h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width:640px) {
  .p-success h4 {
    font-size: 18px;
    text-align: left;
  }
}
.p-success h4 span {
  display: inline-block;
}
@media screen and (max-width:640px) {
  .p-success h4 span {
    display: inline;
  }
}

.p-strong {
  width: 100%;
  height: auto;
  padding: 30px 0;
  overflow: hidden !important;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.p-strong__area {
  margin: 0 auto;
  padding: 40px 0px;
  width: 1100px;
}
@media screen and (max-width:1024px) {
  .p-strong__area {
    width: 90%;
  }
}
@media screen and (max-width:850px) {
  .p-strong__area {
    padding: 50px 0px 0px;
    width: 90%;
  }
}
@media screen and (max-width:500px) {
  .p-strong__area {
    width: 100%;
    padding: 20px 0px 0px;
  }
}
.p-strong__area__box {
  text-align: center;
  margin-bottom: 50px;
}
.p-strong__box {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width:640px) {
  .p-strong__box {
    margin-bottom: 0px;
  }
}
.p-strong__box h2 {
  font-size: 30px !important;
  font-weight: bold !important;
  color: #000 !important;
  line-height: normal !important;
}
@media screen and (max-width:500px) {
  .p-strong__box h2 {
    font-size: 25px !important;
  }
}
.p-strong__box h2 span {
  display: inline-block;
  line-height: normal !important;
}
.p-strong__box h3 {
  font-size: 20px;
  color: #669e9b;
  line-height: normal;
  text-align: center;
  border-bottom: dotted 3px #abd5d5;
}
@media screen and (max-width:850px) {
  .p-strong__box h3 {
    font-size: 23px;
  }
}
@media screen and (max-width:500px) {
  .p-strong__box h3 {
    font-size: 19px !important;
  }
}
.p-strong__br {
  display: inline-block;
}
.p-strong__textbox {
  width: 33.33333%; /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc(100% / 3);
  width: 33.3333333333%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px -5px #abd5d5;
  padding: 15px 25px 20px;
  text-align: center;
  margin: auto 5px;
  font-weight: 600;
  border-radius: 20px;
}
@media screen and (max-width:500px) {
  .p-strong__textbox {
    width: 370px !important;
    padding: 15px 25px 50px;
    border: solid 1px #abd5d5;
    box-shadow: 0px #fff;
  }
}
.p-strong__textbox p {
  margin-top: 10px;
  line-height: normal;
  text-align: left;
}
@media screen and (max-width:850px) {
  .p-strong__textbox p {
    font-size: 18px !important;
  }
}
@media screen and (max-width:500px) {
  .p-strong__textbox p {
    font-size: 16px !important;
  }
}
.p-strong__textbox img {
  width: 200px;
  margin-bottom: 20px;
}
@media screen and (max-width:850px) {
  .p-strong__textbox img {
    margin: 0px auto 20px;
  }
}
.p-strong__kome {
  width: 100%;
}
.p-strong__kome p {
  font-size: 14px !important;
  color: red;
}
@media screen and (max-width:640px) {
  .p-strong__kome {
    width: 90%;
    margin: auto;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 50px !important;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}
@media screen and (max-width:850px) {
  .slick-slide {
    height: 450px !important;
  }
}
@media screen and (max-width:500px) {
  .slick-slide {
    height: 460px !important;
  }
}

.slick-dots li button:before {
  content: "●";
}

.slick-dots li button:before {
  font-size: 15px !important;
  color: #669e9b !important;
}

.slick-dots li.slick-active button:before {
  color: #669e9b !important;
}

.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(../../../../lp/common/images/contents/agnet_entry_title01.webp) no-repeat center 25px;
  margin: 0 auto;
  padding: 25px 0;
  width: 413px;
  height: 151px;
  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: 15px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
  }
  .footer {
    margin: 0;
  }
}
.p-flow {
  padding: 30px auto 50px;
  margin: 30px auto 0px;
  background-color: #F0FFF1;
}
.p-flow__wrap {
  width: 1300px;
  margin: auto;
  padding-bottom: 50px;
}
@media screen and (max-width:1300px) {
  .p-flow__wrap {
    width: 1000px;
    padding: 0 20px 50px;
  }
}
@media screen and (max-width:1024px) {
  .p-flow__wrap {
    width: 768px;
    padding: 0 20px 50px;
  }
}
@media screen and (max-width:850px) {
  .p-flow__wrap {
    width: 100%;
    padding: 0 20px 20px;
  }
}
.p-flow h2 {
  text-align: center;
  padding-top: 40px;
  color: #000000;
}
@media screen and (max-width:640px) {
  .p-flow h2 {
    line-height: 30px;
  }
}
.p-flow h2 span {
  display: inline-block;
}
.p-flow__wrap {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width:640px) {
  .p-flow__wrap {
    flex-flow: column;
  }
}
.p-flow__wrap img {
  width: 100%;
  margin: auto;
}
@media screen and (max-width:850px) {
  .p-flow__wrap img {
    width: 300px;
    margin-right: 10px;
  }
}
@media screen and (max-width:640px) {
  .p-flow__wrap img {
    width: 90%;
    margin-right: 20px;
  }
}
@media screen and (max-width:500px) {
  .p-flow__wrap img {
    width: 90%;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */