@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
* {
  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;
}

/*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", "ヒラギノ角ゴ 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: #000 !important;
  overflow-x: hidden;
  line-height: normal !important;
}

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

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

h3 {
  font-size: 20px;
  font-weight: bold;
}

.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: 350px;
  height: auto;
  padding: 5px 0;
}
@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: 70px 0 0;
  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;
  }
}
.l-header__video {
  width: 100%; /*背景色を横幅いっぱいに広げる*/
  text-align: center;
  margin: auto;
  padding-top: 70px;
  background: #e6e6e6; /*余白の背景色*/
}
.l-header__pc {
  width: 100%;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-115px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  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: #212529;
  border-radius: 50px;
  width: 450px;
}
@media screen and (max-width:500px) {
  .btn,
  a.btn,
  button.btn {
    width: 90%;
    padding: 1rem;
  }
}

.btn-area {
  margin: 30px 0;
}

a.btn-c {
  font-size: 2.2rem;
  position: relative;
  padding: 0.25rem 3.5rem 1.5rem 3.5rem;
  color: #fff;
  background: #ff7700;
  box-shadow: 0 5px 0 #db6e00;
}
@media screen and (max-width:500px) {
  a.btn-c {
    font-size: 20px;
    padding: 0.25rem 2rem 1.5rem 2rem;
  }
}

a.btn-c span {
  font-size: 18px;
  position: absolute;
  top: -10px;
  left: calc(50% - 150px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  width: 200px;
  padding: 0.2rem 0;
  color: #ff7700;
  border: 2px solid #ff7700;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width:500px) {
  a.btn-c span {
    font-size: 15px;
  }
}

a.btn-c:hover {
  transform: translate(0, 3px);
  color: #fff;
  background: #ff8418;
  box-shadow: 0 2px 0 #db6e00;
}

a.btn-c:hover:before {
  left: 2rem;
}

i {
  margin-left: 10px;
  transform: rotate(90deg);
}

#page-top {
  position: fixed;
  left: 20px;
  bottom: 10px;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width:640px) {
  #page-top {
    left: -5px;
    bottom: 0px;
  }
}
#page-top:hover {
  opacity: 0.7;
}
#page-top img {
  width: 150px;
}
@media screen and (max-width:640px) {
  #page-top img {
    width: 90px;
  }
}
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}
.c-marker {
  background: linear-gradient(transparent 0%, #FF8000 0%);
  padding: 5px;
}

.c-arrow {
  height: 40px;
  width: 60px;
  background-color: #FF8000;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width:850px) {
  .c-arrow {
    height: 40px;
    width: 40px;
    margin-bottom: 30px;
  }
}
.c-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 50px;
  border-color: transparent transparent transparent #FF8000;
  position: absolute;
  top: -50%;
  left: 100%;
}
@media screen and (max-width:640px) {
  .c-arrow::after {
    transform: rotate(90deg);
    top: 50px;
    right: 0;
    bottom: 0;
    left: -3px;
    margin: auto;
  }
}

.c-arrow__secret {
  height: 40px;
  width: 60px;
  background-color: #FF8000;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width:850px) {
  .c-arrow__secret {
    height: 20px;
    width: 30px;
  }
}
.c-arrow__secret::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 50px;
  border-color: transparent transparent transparent #FF8000;
  position: absolute;
  top: -50%;
  left: 100%;
}
@media screen and (max-width:850px) {
  .c-arrow__secret::after {
    border-width: 20px 0 20px 25px;
  }
}

.c-br {
  display: inline-block;
}
@media screen and (max-width:1024px) {
  .c-br {
    display: inline;
  }
}

.c-br--sp {
  display: inline-block;
}

.c-sec2__fade-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}
.c-sec2__fade-up.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.fade-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}
.fade-up.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.zoomIn {
  opacity: 0;
  transform: scale(0.6);
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}
.zoomIn.after {
  transform: scale(1);
  opacity: 1;
}

.fade-in {
  opacity: 0;
  transition: all 1s;
}
.fade-in.active {
  opacity: 1;
}

.fadein-down {
  transform: translate3d(0, -50px, 0);
  transition: 1s;
  opacity: 0;
}
.fadein-down.after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.p-kvarea {
  width: 100%;
  background-color: #0061A8;
  padding: 100px auto;
}
@media screen and (max-width:1300px) {
  .p-kvarea {
    top: -350px;
  }
}
@media screen and (max-width:1024px) {
  .p-kvarea {
    top: -280px;
  }
}
@media screen and (max-width:850px) {
  .p-kvarea {
    top: -400px;
  }
}
@media screen and (max-width:640px) {
  .p-kvarea {
    top: -200px;
  }
}
.p-kvarea__box {
  width: 1200px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width:1300px) {
  .p-kvarea__box {
    width: 600px;
  }
}
@media screen and (max-width:1024px) {
  .p-kvarea__box {
    width: 500px;
  }
}
@media screen and (max-width:850px) {
  .p-kvarea__box {
    margin: auto;
    width: 100%;
  }
}
@media screen and (max-width:500px) {
  .p-kvarea__box {
    margin: auto;
    width: 100%;
  }
}
@media screen and (max-width:640px) {
  .p-kvarea__box {
    margin: auto;
    width: 100%;
  }
}
.p-kvarea__box h2 {
  align-items: center;
  justify-content: center;
  line-height: 70px;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 30px;
}
@media screen and (max-width:1300px) {
  .p-kvarea__box h2 {
    font-size: 30px;
    line-height: 50px;
  }
}
@media screen and (max-width:1024px) {
  .p-kvarea__box h2 {
    font-size: 25px;
    line-height: 40px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width:850px) {
  .p-kvarea__box h2 {
    font-size: 40px;
    line-height: 55px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:640px) {
  .p-kvarea__box h2 {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width:640px) {
  .p-kvarea__box h2 span {
    display: inline-block;
  }
}
.p-kvarea__box__yellow {
  color: #ffd900;
  display: inline-block;
  font-size: 50px;
}
@media screen and (max-width:640px) {
  .p-kvarea__box__yellow {
    font-size: 22px;
  }
}

.under {
  border-bottom: solid 3px #ffd900;
}

.p-cta-button {
  width: 100%;
  height: auto;
  margin-top: -10px;
  background-color: #0061A8;
}
.p-cta-button__area {
  margin: 0 auto;
  padding: 20px 0 10px;
  width: 1000px;
  text-align: center;
}
@media screen and (max-width:1024px) {
  .p-cta-button__area {
    width: 100%;
    padding: 20px 0;
  }
}
@media screen and (max-width:500px) {
  .p-cta-button__area {
    padding: 10px 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-practice {
  margin-bottom: -120px;
}
@media screen and (max-width:500px) {
  .p-practice {
    margin-bottom: -70px;
  }
}
.p-practice__area {
  width: 70%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width:500px) {
  .p-practice__area {
    width: 100%;
    padding: 0 10px;
  }
}
.p-practice__area h2 {
  margin: 40px 0 25px;
  background-image: linear-gradient(to right, #00477a, #6fb7eb);
  background-repeat: no-repeat;
  background-size: 55% 10%;
  background-position: bottom;
}
@media screen and (max-width:500px) {
  .p-practice__area h2 {
    background-size: 100% 5%;
    line-height: 45px;
  }
}
.p-practice__area ul, .p-practice__area ol {
  padding: 0;
}
.p-practice__area ul li {
  text-align: left;
  position: relative;
  list-style-type: none !important; /*ポチ消す*/
  padding: 12px 9px;
  line-height: 1.5;
  background: linear-gradient(to right, #bfe3fd, #dbebf8);
  vertical-align: middle;
  color: #000000;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  width: 90%;
  margin: auto;
  margin-bottom: 15px;
}
@media screen and (max-width:500px) {
  .p-practice__area ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-practice__area ul li:before {
  display: inline-block;
  vertical-align: middle;
  /*以下白丸つくる*/
  content: "";
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.p-practice__area__img {
  position: relative;
  right: -550px;
  top: -150px;
}
@media screen and (max-width:500px) {
  .p-practice__area__img img {
    width: 120px;
  }
}
@media screen and (max-width:500px) {
  .p-practice__area__img {
    right: -80px;
    top: -40px;
  }
}

.p-charm {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  line-height: normal;
  background-color: aliceblue;
}
@media screen and (max-width:850px) {
  .p-charm {
    padding-bottom: 40px;
  }
}
.p-charm h2 {
  line-height: normal;
}
.p-charm h2::before {
  margin-right: 1rem;
  content: "＼";
}
@media screen and (max-width:850px) {
  .p-charm h2::before {
    display: none;
  }
}
.p-charm h2::after {
  margin-right: 1rem;
  content: "／";
}
@media screen and (max-width:850px) {
  .p-charm h2::after {
    display: none;
  }
}
.p-charm p {
  line-height: normal;
}
.p-charm__area {
  width: 1000px;
  text-align: center;
  margin: auto;
  padding: 50px 0 20px;
}
@media screen and (max-width:1024px) {
  .p-charm__area {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .p-charm__area {
    width: 95%;
    padding: 50px 0 10px;
  }
}
@media screen and (max-width:500px) {
  .p-charm__area {
    padding: 30px 0;
  }
}
.p-charm__slider {
  display: flex;
  width: 1000px;
  margin: auto;
  display: -ms-flexbox;
}
@media screen and (max-width:1024px) {
  .p-charm__slider {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .p-charm__slider {
    width: 90%;
  }
}
@media screen and (max-width:500px) {
  .p-charm__slider {
    width: 100%;
  }
}
.p-charm__slider ul li {
  list-style: none !important;
}
.p-charm__voice {
  width: 300px;
  text-align: center;
}
.p-charm__voice img {
  width: 250px;
  margin: auto;
  padding-left: 20px;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.p-sec1 {
  background-color: rgba(216, 249, 255, 0.404);
  background-blend-mode: lighten;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}
@media screen and (max-width:850px) {
  .p-sec1 {
    height: 550px;
  }
}
@media screen and (max-width:640px) {
  .p-sec1 {
    height: 560px;
  }
}
.p-sec1__wrap {
  width: 1100px;
  margin: auto;
  padding: 20px 0;
  align-items: center;
}
@media screen and (max-width:1024px) {
  .p-sec1__wrap {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .p-sec1__wrap {
    width: 90%;
  }
}
@media screen and (max-width:500px) {
  .p-sec1__wrap {
    width: 95%;
  }
}
.p-sec1__area {
  display: flex;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  height: 300px;
}
.p-sec1__1 {
  width: 250px;
}
.p-sec1__balloon--1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  color: #555;
  font-size: 16px;
  background: #ffffff;
  border-radius: 10px;
  width: 250px;
  height: 100px;
}
.p-sec1__balloon--1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffffff;
}
.p-sec1__balloon--1 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  text-align: center;
  font-weight: 600 !important;
}
.p-sec1__balloon--1 span {
  display: inline-block;
}
.p-sec1__2 {
  width: 250px;
}
.p-sec1__balloon--2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 5px 10px;
  color: #555;
  font-size: 16px;
  background: #ffffff;
  border-radius: 10px;
  width: 250px;
  height: 100px;
}
.p-sec1__balloon--2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffffff;
}
.p-sec1__balloon--2 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  text-align: center;
  font-weight: 600 !important;
}
.p-sec1__balloon--2 span {
  display: inline-block;
}
.p-sec1__3 {
  width: 250px;
}
.p-sec1__balloon--3 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  color: #555;
  font-size: 16px;
  background: #ffffff;
  border-radius: 10px;
  width: 250px;
  height: 100px;
}
.p-sec1__balloon--3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffffff;
}
.p-sec1__balloon--3 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  text-align: center;
  font-weight: 600 !important;
}
.p-sec1__balloon--3 span {
  display: inline-block;
}
.p-sec1__4 {
  width: 250px;
}
.p-sec1__balloon--4 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  color: #555;
  font-size: 16px;
  background: #ffffff;
  border-radius: 10px;
  width: 250px;
  height: 100px;
}
.p-sec1__balloon--4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffffff;
}
.p-sec1__balloon--4 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  text-align: center;
  font-weight: 600 !important;
}
.p-sec1__balloon--4 span {
  display: inline-block;
}
.p-sec1 h2 {
  font-size: 40px;
  text-align: center;
  padding: 40px 0;
  color: #5b9ca5;
  text-shadow: 2px 2px #ffffff, 2px -2px #ffffff, -2px 2px #ffffff, -2px -2px #ffffff;
}
@media screen and (max-width:640px) {
  .p-sec1 h2 {
    font-size: 35px;
  }
}
@media screen and (max-width:640px) {
  .p-sec1 h2 span {
    display: inline-block;
  }
}
.p-sec1 img {
  width: 40%;
}
.p-sec1__area3 {
  width: 100%;
}
.p-sec1__area3 img {
  width: 15%;
}
.p-sec1-5 {
  background-color: #70aca2;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 30px 0px 0px;
  line-height: normal;
  position: relative;
}
@media screen and (max-width:640px) {
  .p-sec1-5 {
    padding: 20px 20px 10px;
    font-size: 18px;
  }
}
.p-sec1-5__bg {
  display: block;
  background-color: #FF8000;
  width: 200px;
  margin: 10px auto;
  padding: 10px;
  font-size: 25px;
}
.p-sec1-5:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 49vw 0 49vw;
  border-color: #70aca2 transparent;
  position: absolute;
  padding-top: -30px;
  top: 99%;
  left: 0;
  right: 0;
}
@media screen and (max-width:640px) {
  .p-sec1-5:after {
    border-width: 30px 48.5vw 0 48.5vw;
  }
}

.p-sec2 {
  background-image: url("../images/sec2_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  margin-top: -20px;
}
@media screen and (max-width:640px) {
  .p-sec2 {
    background-image: url("../images/sec2_bg_sp.png");
  }
}
.p-sec2__wrap {
  width: 1000px;
  margin: auto;
  padding: 0;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: space-around;
}
@media screen and (max-width:1024px) {
  .p-sec2__wrap {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .p-sec2__wrap {
    width: 90%;
    flex-wrap: wrap;
  }
}
.p-sec2__img {
  width: 70%;
  padding: 100px 0 0;
}
@media screen and (max-width:1024px) {
  .p-sec2__img {
    padding: 30px 0;
    width: 70%;
  }
}
@media screen and (max-width:850px) {
  .p-sec2__img {
    width: 400px;
    padding: 0px 0 0;
    order: 2;
  }
}
@media screen and (max-width:640px) {
  .p-sec2__img {
    width: 240px;
    margin-top: -30px;
  }
}
.p-sec2__text {
  width: 70%;
  padding-top: 30px;
}
@media screen and (max-width:850px) {
  .p-sec2__text {
    width: 110%;
    height: 110%;
    -o-object-fit: cover;
       object-fit: cover;
    order: 1;
  }
}
.p-sec2-5 {
  background-color: #0061A8;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  padding: 30px 0;
  line-height: normal;
  position: relative;
  width: 100%;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width:640px) {
  .p-sec2-5 {
    padding: 20px;
    font-size: 25px;
  }
}
.p-sec2-5:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 49vw 0 50vw;
  border-color: #0061A8 transparent;
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
}
@media screen and (max-width:640px) {
  .p-sec2-5:after {
    border-width: 30px 48.5vw 0 51vw;
  }
}
.p-sec2-5__text {
  display: inline-block;
}

.p-sec3 {
  text-align: center;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #def6ff calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #def6ff calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 60px 0px 20px;
  width: 100%;
}
@media screen and (max-width:640px) {
  .p-sec3 {
    padding: 50px 0px 20px;
  }
}
.p-sec3__wrap {
  width: 1000px;
  margin: auto;
  padding: 50px 0;
  align-items: center;
}
@media screen and (max-width:1024px) {
  .p-sec3__wrap {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .p-sec3__wrap {
    width: 90%;
  }
}
.p-sec3__area {
  display: flex;
  width: 100%;
  height: auto;
  padding: 10px 0 30px;
  margin: 40px auto;
  align-items: center;
  justify-content: space-evenly;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width:1024px) {
  .p-sec3__area {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .p-sec3__area {
    width: 100%;
  }
}
@media screen and (max-width:640px) {
  .p-sec3__area {
    flex-direction: column;
  }
}
.p-sec3__area img {
  width: 350px;
}
@media screen and (max-width:1024px) {
  .p-sec3__area img {
    width: 300px;
  }
}
@media screen and (max-width:850px) {
  .p-sec3__area img {
    width: 180px;
  }
}
@media screen and (max-width:640px) {
  .p-sec3__area img {
    width: 300px;
  }
}
.p-sec3__item {
  width: 33.33333%; /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc(100% / 3);
  width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width:640px) {
  .p-sec3__item {
    width: 80%;
  }
}
.p-sec3__item h3 {
  font-weight: bold;
}
.p-sec3__item p {
  font-weight: bold !important;
}
@media screen and (max-width:850px) {
  .p-sec3__item p {
    font-size: 16px;
  }
}
.p-sec3__balloon {
  border-radius: 20px 20px 0px 0px;
  padding: auto;
  position: relative;
  text-align: center;
  z-index: 1;
}
.p-sec3__balloon h2 {
  font-size: 40px;
  color: #ffffff;
  margin: 30px auto;
  padding: 0px 5px;
}
@media screen and (max-width:640px) {
  .p-sec3__balloon h2 {
    font-size: 28px;
  }
}
.p-sec3__proportion {
  margin: 50px auto;
}
@media screen and (max-width:500px) {
  .p-sec3__proportion {
    margin: 20px auto;
  }
}
.p-sec3__proportion img {
  width: 700px;
}
@media screen and (max-width:500px) {
  .p-sec3__proportion img {
    width: 300px;
  }
}
.p-sec3__text h3 {
  color: #242424;
  font-size: 35px;
  font-weight: 600;
  line-height: 55px;
  margin: auto 80px;
}
@media screen and (max-width:1300px) {
  .p-sec3__text h3 {
    margin: auto 20px;
  }
}
@media screen and (max-width:850px) {
  .p-sec3__text h3 {
    font-size: 20px;
    margin: auto 20px;
  }
}
@media screen and (max-width:500px) {
  .p-sec3__text h3 {
    margin: auto 10px;
  }
}
.p-sec3__text span {
  display: inline-block;
}
@media screen and (max-width:1300px) {
  .p-sec3__text span {
    display: inline-block;
  }
}
@media screen and (max-width:1024px) {
  .p-sec3__text span {
    display: inline-block;
  }
}
@media screen and (max-width:850px) {
  .p-sec3__text span {
    display: inline-block;
  }
}
@media screen and (max-width:500px) {
  .p-sec3__text span {
    display: inline-block;
  }
}
.p-sec3__strong {
  font-weight: 800;
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  background-color: #255D85;
}
@media screen and (max-width:850px) {
  .p-sec3__strong {
    font-size: 23px;
    display: inline-block;
  }
}
.p-sec3__interview {
  margin: 50px auto;
}
@media screen and (max-width:500px) {
  .p-sec3__interview {
    margin: 20px auto;
  }
}
.p-sec3__interview img {
  width: 400px;
}
@media screen and (max-width:500px) {
  .p-sec3__interview img {
    width: 300px;
  }
}

.p-sec4 {
  text-align: center;
  width: 100%;
  padding: 40px 0;
  background-color: #0061A8;
}
.p-sec4__appeal {
  text-align: center;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width:500px) {
  .p-sec4__appeal {
    display: block;
    padding: 0 10px;
  }
}
.p-sec4__appeal__inner {
  margin: 0 50px 20px auto;
  padding: 40px 20px;
  background: #fff;
  border: 4px solid #0061A8;
  width: 60%;
  height: 200px;
  box-shadow: 10px 10px #00477a;
}
@media screen and (max-width:500px) {
  .p-sec4__appeal__inner {
    width: 100%;
    height: 180px;
    border: 0;
    box-shadow: 5px 5px #00477a;
    margin: auto auto 10px;
    padding: 10px;
  }
}
.p-sec4__appeal__inner h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 50px;
}
@media screen and (max-width:500px) {
  .p-sec4__appeal__inner h3 {
    font-size: 20px;
    line-height: 35px;
  }
}
.p-sec4__appeal__inner h3 span {
  background: linear-gradient(transparent 0%, #ffcb05 0%);
  background: linear-gradient(to right, #ffbb00, #ffe270);
  display: inline-block;
  font-size: 30px;
}
@media screen and (max-width:500px) {
  .p-sec4__appeal__inner h3 span {
    font-size: 23px;
    line-height: 40px;
    margin-top: 10px;
  }
}
.p-sec4__appeal img {
  width: 200px;
  height: auto;
  margin-right: 200px;
}
@media screen and (max-width:500px) {
  .p-sec4__appeal img {
    width: 160px;
    height: auto;
    margin-right: 0;
  }
}

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