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

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: 16px;
  line-height: 1.5rem;
  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 {
  width: 100%;
  height: auto;
  background-color: #f1fbff;
}
.l-header__keyvisual {
  width: 100%;
  border-bottom: solid 10px #e60012;
}
@media screen and (max-width:768px) {
  .l-header__keyvisual {
    border-bottom: solid 8px #e60012;
  }
}
.l-header__nav {
  width: 100%;
  height: 90px;
  border-bottom: 4px solid #e60012;
  background-color: #ffffff;
}
@media screen and (max-width:768px) {
  .l-header__nav {
    height: 80px;
    border-bottom: solid 3px #e60012;
  }
}
.l-header__nav ul {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width:768px) {
  .l-header__nav ul {
    justify-content: space-around;
  }
}
.l-header__nav ul li {
  list-style: none;
}
.l-header__nav.HeightMin {
  position: fixed;
  z-index: 999; /*最前面へ*/
  height: 90px;
  animation: DownAnime 0.5s forwards;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:768px) {
  .l-header__nav.HeightMin {
    height: 80px;
  }
}
.l-header__logo {
  width: 300px;
  margin-top: 5px;
}
@media screen and (max-width:1024px) {
  .l-header__logo {
    width: 220px;
    padding-top: 15px;
  }
}
@media screen and (max-width:768px) {
  .l-header__logo {
    width: 110px;
    margin-top: 15px;
    padding-right: 5px;
  }
}
.l-header__mynavi {
  width: 300px;
}
@media screen and (max-width:1024px) {
  .l-header__mynavi {
    width: 220px;
    padding-top: 15px;
  }
}
@media screen and (max-width:768px) {
  .l-header__mynavi {
    width: 70px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 15px;
  }
}
.l-header__human {
  width: 300px;
}
@media screen and (max-width:1024px) {
  .l-header__human {
    width: 220px;
    padding-top: 15px;
  }
}
@media screen and (max-width:768px) {
  .l-header__human {
    width: 130px;
    padding-top: 5px;
    padding-right: 15px;
  }
}
@media screen and (max-width:480px) {
  .l-header__human {
    width: 130px;
    padding-top: 13px;
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-115px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-cta-button {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  margin-top: -10px;
  padding: 30px 0;
}
@media screen and (max-width:768px) {
  .p-cta-button {
    padding: 0px;
  }
}
.p-cta-button__area {
  margin: 0 auto;
  padding: 20px 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__area--2 {
  margin: 0 auto;
  padding: 20px 0 20px;
  width: 1000px;
  text-align: center;
}
@media screen and (max-width:1024px) {
  .p-cta-button__area--2 {
    width: 100%;
    padding: 30px 0;
  }
}
.p-cta-button__copy {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.2em;
  text-align: center;
}
@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;
  }
}
.p-cta-button__line {
  width: 100%;
  height: 30px;
  background-color: #00aaeb;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  background: #e60012;
}
#page_top:hover {
  opacity: 0.5;
  transition: all 0.7s ease;
}
@media screen and (max-width:768px) {
  #page_top {
    right: 0px;
    bottom: 10px;
  }
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s;
}

.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: 100vw;
  background-color: #e60012;
}
@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;
}

.p-contents {
  width: 100%;
  height: auto;
  background-color: #F5F5F5;
}
.p-contents a {
  text-decoration: none;
  color: #000000;
}
.p-contents__area {
  width: 1000px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (max-width:1024px) {
  .p-contents__area {
    width: 768px;
  }
}
@media screen and (max-width:768px) {
  .p-contents__area {
    width: 90%;
  }
}
.p-contents__area-box {
  text-align: center;
}
.p-contents span {
  display: inline-block;
}

.l-pc__banner {
  text-align: center;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #deffde calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #deffde calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #f1fff3;
  padding: 20px 0px;
  margin-top: -10px;
}

@media screen and (max-width: 500px) {
  .l-pc__banner {
    padding: 0px;
    margin-top: 0px;
  }
}
.l-pc__banner img {
  width: 600px;
}

@media screen and (max-width: 768px) {
  .l-pc__banner img {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .l-pc__banner img {
    width: 100%;
  }
}
.c-mark {
  width: 50px;
  height: 5px;
  background-color: #e60012;
  border-right: solid 50px #727272;
  margin: auto;
  margin-top: 10px;
}
@media screen and (max-width:768px) {
  .c-mark {
    width: 30px;
    border-right: solid 30px #727272;
    height: 5px;
    margin-top: 10px;
  }
}

@media screen and (max-width:500px) {
  .c-none {
    display: none;
  }
}

.p-list {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding-bottom: 50px;
  line-height: normal;
}
@media screen and (max-width:768px) {
  .p-list {
    padding-bottom: 10px;
  }
}
.p-list h2 {
  line-height: normal;
}
.p-list h2 span {
  display: inline-block;
}
.p-list p {
  line-height: normal;
}
.p-list__area {
  text-align: center;
  margin: auto;
  padding: 50px 0 20px;
}
@media screen and (max-width:1200px) {
  .p-list__area {
    width: 768px;
  }
}
@media screen and (max-width:768px) {
  .p-list__area {
    width: 95%;
    padding: 70px 0 10px;
  }
}
@media screen and (max-width:480px) {
  .p-list__area {
    padding: 30px 0;
  }
}
.p-list__box {
  margin-bottom: 20px;
}
.p-list__icon {
  margin-bottom: 0.2rem;
  width: 100px;
}
@media screen and (max-width:480px) {
  .p-list__icon {
    width: 60px;
  }
}
.p-list__bold {
  font-weight: bold;
}
.p-list__red {
  color: #E81E25;
  font-weight: bold;
}
.p-list__caution--red {
  padding-top: 10px;
  font-size: 15px;
  text-align: justify;
  color: #E81E25;
  font-weight: bold;
}
.p-list__caution--black {
  padding-top: 10px;
  font-size: 15px;
  text-align: justify;
  color: #000000;
}
.p-list__table {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width:1200px) {
  .p-list__table {
    width: 768px;
  }
}
@media screen and (max-width:768px) {
  .p-list__table {
    width: 100%;
  }
}
.p-list table {
  border-collapse: collapse;
  width: 80%;
  margin: 50px auto;
}
@media screen and (max-width:1200px) {
  .p-list table {
    width: 95%;
    margin: 20px auto 50px;
  }
}
.p-list table td {
  border: solid 1px #e60012;
  box-sizing: border-box;
  font-size: 17px;
  background-color: #ffffff;
}
@media screen and (max-width:1200px) {
  .p-list table td {
    padding: 10px 5px;
  }
}
@media screen and (max-width:768px) {
  .p-list table td {
    padding: 10px 0px;
  }
}
.p-list table td ul {
  list-style: inside;
  text-align: left;
  margin: auto;
}
@media screen and (max-width:768px) {
  .p-list table td ul {
    font-size: 16px;
  }
}
.p-list table td ul li {
  padding-left: 0;
}
@media screen and (max-width:768px) {
  .p-list table td ul li span {
    display: inline-block;
  }
}
@media screen and (max-width:768px) {
  .p-list table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.p-list table th {
  width: 20%;
  border: solid 1px #ccc;
  box-sizing: border-box;
  background: #e60012;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
}
@media screen and (max-width:768px) {
  .p-list table th {
    padding: 10px 30px;
    display: block;
    width: 100%;
    border-bottom: none;
    font-size: 20px;
  }
}
@media screen and (max-width:768px) {
  .p-list table tr:last-child {
    border-bottom: solid 1px #2E2E38;
  }
}
.p-list table td {
  font-weight: 550;
  padding: 20px 55px;
}
@media screen and (max-width:768px) {
  .p-list table td {
    padding: 20px 10px;
    font-weight: normal;
  }
}

.p-strengths {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  padding-bottom: 70px;
  color: #000000;
}
@media screen and (max-width:768px) {
  .p-strengths {
    padding-bottom: 30px;
  }
}
.p-strengths__area {
  text-align: center;
  margin: auto;
  padding: 70px 0 20px;
}
@media screen and (max-width:1200px) {
  .p-strengths__area {
    width: 768px;
  }
}
@media screen and (max-width:768px) {
  .p-strengths__area {
    width: 95%;
    font-weight: 590;
    padding: 70px 0 10px;
  }
}
@media screen and (max-width:480px) {
  .p-strengths__area {
    padding: 50px 0 30px;
  }
}
.p-strengths__area__contents {
  width: 1000px;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width:1024px) {
  .p-strengths__area__contents {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
  }
}
.p-strengths__area--left {
  width: 400px;
  height: 250px;
  margin: 40px 0;
  padding: 30px;
  text-align: justify;
  background-color: #fff;
  border: solid 5px #000000;
}
@media screen and (max-width:1024px) {
  .p-strengths__area--left {
    width: 85%;
    height: auto;
    margin: 20px 0 0px;
  }
}
@media screen and (max-width:768px) {
  .p-strengths__area--left {
    width: 75%;
    height: auto;
  }
}
.p-strengths__area--left ul {
  font-size: 25px;
  font-weight: bold;
  list-style: none;
  line-height: 3rem;
}
.p-strengths__area--left ul span {
  font-size: 50px;
  color: #e60012;
}
@media screen and (max-width:768px) {
  .p-strengths__area--left ul {
    font-size: 20px;
  }
}
.p-strengths__area--left ul li ul {
  font-size: 17px;
  font-weight: normal;
  line-height: normal;
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  .p-strengths__area--left ul li ul {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
  }
}
.p-strengths__area--left ul li ul ul {
  font-size: 20px;
  list-style: inside;
}
@media screen and (max-width:768px) {
  .p-strengths__area--left ul li ul ul {
    font-size: 16px;
    font-weight: bold;
  }
}
.p-strengths__area--left ul li ul ul span {
  font-size: 18px;
  display: block;
}
@media screen and (max-width:768px) {
  .p-strengths__area--left ul li ul ul span {
    font-size: 15px;
    font-weight: normal;
  }
}
.p-strengths__area--right {
  width: 400px;
  height: 250px;
  margin: 40px 0;
  padding: 30px;
  text-align: justify;
  background-color: #fff;
  border: solid 5px #000000;
}
@media screen and (max-width:1024px) {
  .p-strengths__area--right {
    width: 85%;
    height: auto;
    margin: 20px 0 0px;
  }
}
@media screen and (max-width:768px) {
  .p-strengths__area--right {
    width: 75%;
    height: auto;
  }
}
.p-strengths__area--right ul {
  font-size: 25px;
  font-weight: bold;
  list-style: none;
  line-height: 3rem;
}
.p-strengths__area--right ul span {
  font-size: 50px;
  color: #e60012;
}
@media screen and (max-width:768px) {
  .p-strengths__area--right ul {
    font-size: 20px;
  }
}
.p-strengths__area--right ul li ul {
  font-size: 17px;
  font-weight: normal;
  line-height: normal;
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  .p-strengths__area--right ul li ul {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
  }
}
.p-strengths__area--right ul li ul ul {
  font-size: 20px;
  list-style: inside;
}
@media screen and (max-width:768px) {
  .p-strengths__area--right ul li ul ul {
    font-size: 16px;
    font-weight: bold;
  }
}
.p-strengths__area--right ul li ul ul span {
  font-size: 18px;
  display: block;
}
@media screen and (max-width:768px) {
  .p-strengths__area--right ul li ul ul span {
    font-size: 15px;
    font-weight: normal;
  }
}

.p-flow {
  width: 100%;
  padding: 30px 0 10px;
}
@media screen and (max-width:500px) {
  .p-flow {
    padding: 30px 0 0px;
  }
}
.p-flow__area {
  width: 1000px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width:1024px) {
  .p-flow__area {
    width: 90%;
  }
}
@media screen and (max-width:768px) {
  .p-flow__area {
    width: 95%;
    padding: 20px 0 5px;
  }
}
@media screen and (max-width:480px) {
  .p-flow__area {
    padding: 0;
  }
}
.p-flow__title {
  width: 1000px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width:1024px) {
  .p-flow__title {
    width: 768px;
  }
}
@media screen and (max-width:768px) {
  .p-flow__title {
    width: 90%;
  }
}
.p-flow__title span {
  display: inline-block;
}
@media screen and (max-width:1024px) {
  .p-flow__title span {
    display: inline;
  }
}
.p-flow__button {
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width:480px) {
  .p-flow__button {
    margin-top: -30px;
  }
}
.p-flow__wrap {
  width: 1000px;
  display: flex;
  justify-content: space-around;
  margin: 60px auto;
}
@media screen and (max-width:1024px) {
  .p-flow__wrap {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width:768px) {
  .p-flow__wrap {
    width: 95%;
    margin: 30px auto;
  }
}
.p-flow__content {
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
  width: 135px;
  border-radius: 20px;
  box-shadow: 0px 5px 15px 0px rgba(148, 148, 148, 0.35);
}
@media screen and (max-width:1024px) {
  .p-flow__content {
    width: 200px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .p-flow__content {
    width: 25%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:500px) {
  .p-flow__content {
    width: 90%;
    height: 80px;
    margin-top: -5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width:480px) {
  .p-flow__content {
    width: 100%;
  }
}
.p-flow__content img {
  width: 100px;
  margin: 5px 0;
}
@media screen and (max-width:500px) {
  .p-flow__content img {
    width: 72px;
    order: 2;
  }
}
.p-flow__content p {
  font-weight: 550 !important;
  margin: 0px 3px 8px;
  font-size: 16px !important;
  line-height: normal;
}
@media screen and (max-width:500px) {
  .p-flow__content p {
    width: 200px;
    order: 1;
    text-align: left;
    line-height: 1.3;
    margin: 0px 0px 0px 8px;
  }
}
@media screen and (max-width:480px) {
  .p-flow__content p br {
    display: none;
  }
}
.p-flow__step {
  width: 90%;
  margin: auto;
}
@media screen and (max-width:500px) {
  .p-flow__step {
    width: 80px;
    margin: auto 10px;
    font-size: 16px !important;
    padding-bottom: 10px;
  }
}
.p-flow__step h3 {
  width: 100px;
  background-color: #e60012;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  margin: 10px auto 0;
  padding: 2px 5px 0px;
  font-size: 18px !important;
}
@media screen and (max-width:500px) {
  .p-flow__step h3 {
    width: 70px;
    margin: 10px 0;
    font-size: 16px !important;
    padding: 2px 5px 0;
  }
}
.p-flow__step h4 {
  font-size: 20px !important;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width:500px) {
  .p-flow__step h4 {
    margin-top: 5px;
  }
}

.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;
  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: 1.2em;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
  }
  .footer {
    margin: 0;
  }
}
.l-breadcrumb {
  background: #e60012;
  padding: 10px 20px;
}
@media screen and (max-width:768px) {
  .l-breadcrumb {
    text-align: center;
    font-size: 14px;
  }
}
.l-breadcrumb__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: bold;
  color: #FFFFFF;
}
.l-breadcrumb li:after {
  content: ">";
  padding: 0 0.2em;
}
.l-breadcrumb li:last-child:after {
  content: "";
}
.l-breadcrumb li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
}
.l-breadcrumb li a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.l-breadcrumb li a:hover::after {
  transform: scale(1, 1);
}
.l-breadcrumb span {
  display: inline-block;
}/*# sourceMappingURL=style.css.map */