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

/* 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%;
  overflow-x: hidden;
}

p {
  font-size: 17px;
  line-height: 1.5rem;
  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:500px) {
  h2 {
    font-size: 5.5vw;
  }
}

h3 {
  font-size: 5vw;
}

.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: 10px auto;
  display: flex;
  height: auto;
  justify-content: space-evenly;
}
@media screen and (max-width:1300px) {
  .l-header__contents {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width:850px) {
  .l-header__contents {
    width: 100%;
    margin-top: 10px;
  }
}
@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;
}
.l-header__logo {
  width: 300px;
  margin-top: -5px;
  padding: 0px 0 5px;
}
@media screen and (max-width:850px) {
  .l-header__logo {
    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);
  }
}
*,
*: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: 10px;
  width: 500px;
}
@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;
  }
}
@media screen and (max-width:500px) {
  a.btn-c span__sp {
    display: inline-block;
  }
}

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);
}

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

.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;
}

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

.c-bold {
  font-weight: bold;
  color: #ff7800;
}

.c-bold--2 {
  font-weight: bold;
  font-size: 23px;
  color: #ff7800;
  display: block;
}

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

.p-cta-button {
  width: 100%;
  height: auto;
  margin-top: -10px;
  background-color: #EDFE00;
  background-size: 10px 10px;
  background-position: 0 0, 20px 20px;
}
.p-cta-button__area {
  margin: 0 auto;
  padding: 20px 0 30px;
  width: 1000px;
  text-align: center;
}
@media screen and (max-width:1024px) {
  .p-cta-button__area {
    width: 100%;
    padding: 30px 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-sec1 {
  position: relative;
  text-align: center;
  background-color: #e5fff3;
  padding: 50px 0;
}
.p-sec1__contents {
  text-align: center;
  width: 1000px;
  margin: 0 auto 20px;
}
@media screen and (max-width:500px) {
  .p-sec1__contents {
    width: 100%;
    padding: 0 10px;
  }
}
.p-sec1__contents__box {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px #b1d6c5;
}
.p-sec1__contents__box__top {
  display: flex;
  align-items: center;
}
@media screen and (max-width:500px) {
  .p-sec1__contents__box__top {
    display: block;
  }
}
.p-sec1__contents__box__top__logo-area {
  width: 30%;
}
@media screen and (max-width:500px) {
  .p-sec1__contents__box__top__logo-area {
    width: 100%;
    height: 150px;
    padding: 10px;
  }
}
.p-sec1__contents__box__top__logo-area img {
  width: 174px;
}
@media screen and (max-width:500px) {
  .p-sec1__contents__box__top__logo-area img {
    width: 90%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-sec1__contents__box__top__detail-area {
  width: 70%;
}
@media screen and (max-width:500px) {
  .p-sec1__contents__box__top__detail-area {
    width: 100%;
  }
}
.p-sec1__contents__box__top__detail-area__name {
  background-color: #1CB5B6;
  border-radius: 10px;
  color: #fff;
  text-align: left;
  padding: 20px;
}
@media screen and (max-width:500px) {
  .p-sec1__contents__box__top__detail-area__name {
    border-radius: 10px 10px 0 0;
  }
}
.p-sec1__contents__box__top__detail-area__name__name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-sec1__contents__box__top__detail-area__name__copy {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}
.p-sec1__contents__box__top__detail-area__text {
  padding: 20px 30px;
  text-align: left;
  font-size: 18px;
}
.p-sec1__contents__box__top__detail-area__text__heading {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  color: #7FE3E3;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-sec1__contents__box__top__detail-area__text__heading::after {
  border-radius: 5px; /* 横線の両端を丸く */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  margin-left: 15px; /* 文字との余白 */
  border: dashed 1px #7FE3E3;
}
@media screen and (max-width:500px) {
  .p-sec1__contents__box__top__detail-area__text__heading::after {
    margin-right: 10px;
  }
}
.p-sec1__contents__box__top__detail-area__text__bold {
  line-height: 25px;
}
.p-sec1__contents__box__top2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width:500px) {
  .p-sec1__contents__box__top2 {
    display: block;
    flex-direction: row;
  }
}
.p-sec1__contents__box__bottom {
  background-color: #F5F5F5;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: center;
  padding: 20px 30px;
}
@media screen and (max-width:500px) {
  .p-sec1__contents__box__bottom {
    display: block;
    padding: 20px;
  }
}
.p-sec1__contents__box__bottom__cta-watch {
  background-color: #0A78B3;
  background-image: linear-gradient(90deg, #3a99d0, #0a78b3);
  color: #fff;
  margin: 0 10px;
  padding: 20px 30px;
  border-radius: 10px;
}
@media screen and (max-width:500px) {
  .p-sec1__contents__box__bottom__cta-watch {
    padding: 20px;
    margin: 0 0 10px;
    display: block;
  }
}
.p-sec1__contents__box__bottom__cta-watch p {
  font-weight: 700;
}
.p-sec1__contents__box__bottom__cta-watch:hover {
  transform: translate(0, 3px);
  color: #fff;
  background: #56c4ff;
}
.p-sec1__contents__box__bottom__cta-check {
  background-color: #F7790A;
  background-image: linear-gradient(90deg, #fc993b, #f7790a);
  color: #fff;
  margin: 0 10px;
  padding: 20px 30px;
  border-radius: 10px;
}
@media screen and (max-width:500px) {
  .p-sec1__contents__box__bottom__cta-check {
    padding: 20px;
    margin: 0;
    display: block;
  }
}
.p-sec1__contents__box__bottom__cta-check p {
  font-weight: 700;
}
.p-sec1__contents__box__bottom__cta-check:hover {
  transform: translate(0, 3px);
  color: #fff;
  background: rgb(255, 176, 106);
}
.p-sec1__contents2 {
  text-align: center;
  width: 1000px;
  margin: 0 auto 20px;
  display: none;
}
@media screen and (max-width:500px) {
  .p-sec1__contents2 {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
}

.cp_box1 {
  position: relative;
}

.cp_box1 input {
  display: none;
}

/*開くためのボタンとテキストを隠すグラデーションの設定*/
.cp_box1 label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  bottom: 0px;
  width: 100%;
  height: 100px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

/* 開いた時にグラデーションを消す */
.cp_box1 input:checked + label {
  background: inherit;
}

.cp_box1 input:checked + label {
  /* display: none ; 閉じるボタンを消す場合コメントアウトを外す */
}

.cp_box1 .cp_container {
  overflow: hidden;
  height: 150px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
.cp_box1 .cp_container ul {
  font-size: 18px;
  padding: 20px 30px;
}
.cp_box1 .cp_container ul li {
  text-align: left;
}

/*続きをよむボタン*/
.cp_box1 label:after,
.cp_box1 label::before {
  content: "";
  position: absolute;
  line-height: 2.5rem;
}

.cp_box1 label:after {
  z-index: 2;
  bottom: 20px;
  width: 13em;
  content: "続きをよむ";
  color: #1BB5B6;
  background: #ffffff;
  border: solid 3px #1BB5B6;
  border-radius: 20px;
  font-size: 16px;
}

.cp_box1 label::before {
  position: absolute;
  bottom: 35px;
  left: calc(50% - 6em);
  z-index: 3;
  width: 10px;
  height: 5px;
  background: #1BB5B6;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/*閉じるボタン*/
.cp_box1 input:checked + label:after {
  content: "閉じる";
}

.cp_box1 input:checked + label:before {
  left: calc(50% - 4.5em);
  transform: scale(1, -1);
}

.cp_box1 input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 40px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

.p-sec2 {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  padding: 50px 0;
}
.p-sec2__contents {
  width: 1000px;
  margin: 60px auto 0;
}
@media screen and (max-width:500px) {
  .p-sec2__contents {
    width: 100%;
    margin: 100px 0 0;
    padding: 0 20px;
  }
}
.p-sec2__contents__desc {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:500px) {
  .p-sec2__contents__desc {
    display: none;
  }
}
.p-sec2__contents__desc ul li {
  color: #0bb1b0;
  font-weight: 700;
  font-size: 18px;
}
.p-sec2__contents__desc ul li img {
  width: 200px;
  margin-bottom: 40px;
}
@media screen and (max-width:500px) {
  .p-sec2__contents__desc ul li img {
    margin-bottom: 20px;
  }
}
.p-sec2__contents__detail {
  margin: 40px auto 0;
  font-size: 16px;
}
@media screen and (max-width:500px) {
  .p-sec2__contents__detail {
    margin: 20px auto 0;
  }
}
.p-sec2__contents__detail p {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 40px;
}
.p-sec2__contents__detail__red {
  font-weight: 700;
  color: #ec0000;
}
.p-sec2__contents__detail__bold {
  font-weight: 700;
  font-size: 20px;
}

.p-charm {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  line-height: normal;
  display: none;
}
@media screen and (max-width:850px) {
  .p-charm {
    padding-bottom: 40px;
    display: block;
  }
}
.p-charm__slider {
  display: flex;
  width: 1000px;
  margin: 50px auto 0;
  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;
  justify-content: center;
  text-align: center;
}
.p-charm__voice {
  width: 300px;
  color: #0bb1b0;
}
.p-charm__voice img {
  width: 200px;
  margin: 0 auto 30px;
}
.p-charm__voice p {
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
}

.slick-track {
  display: flex;
}

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

.p-sec3 {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  padding: 50px 0;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
.p-sec3__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  margin: 100px auto 0;
}
@media screen and (max-width:500px) {
  .p-sec3__contents {
    width: 100%;
    padding: 0 10px;
  }
}
.p-sec3__contents__box {
  width: 484px;
  margin-bottom: 50px;
  border-radius: 8px;
  background-color: #f5f5f5;
}
@media screen and (max-width:500px) {
  .p-sec3__contents__box {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 0;
  }
}
.p-sec3__contents__box__img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0;
}
@media screen and (max-width:500px) {
  .p-sec3__contents__box__img {
    height: auto;
  }
}
.p-sec3__contents__box__img__eng {
  font-size: 13px;
}
.p-sec3__contents__box__img__num {
  font-size: 40px;
}
.p-sec3__contents__box__img img {
  display: block;
  margin: auto;
  height: 245px;
}
.p-sec3__contents__figcaption {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translate(-25px, -50%);
  font-weight: 700;
  color: #0bb1b0;
  line-height: 0.9;
}

.p-sec4 {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  padding: 50px 0;
}
.p-sec4__contents {
  margin: auto;
}
.p-sec4 picture img {
  width: 1000px;
}
@media screen and (max-width:500px) {
  .p-sec4 picture img {
    width: 100%;
  }
}

.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;
}

.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;
  }
}
.p-container {
  text-align: center;
  padding: 50px auto;
  background-color: #ffffff;
}
.p-container__line {
  background-color: #E3F8F8;
  width: 100%;
  height: 10px;
  margin-bottom: 40px;
}
.p-container__title {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  padding: 5px 20px;
  width: 700px;
  background-color: #E3F8F8;
  margin: auto;
  position: relative;
  top: -15px;
  border-radius: 20px;
}
@media screen and (max-width:500px) {
  .p-container__title {
    width: 100%;
    border-radius: 0;
    font-size: 25px;
  }
}
@media screen and (max-width:500px) {
  .p-container__title span {
    display: inline-block;
  }
}
.p-container h1 {
  margin-bottom: 20px;
}
.p-container__wrapper {
  width: 100%;
  padding: 40px 0;
  margin: auto;
  background-color: #E3F8F8;
  background-size: cover;
}
@media screen and (max-width:500px) {
  .p-container__wrapper {
    padding: 40px 0 20px;
  }
}
.p-container__wrapper__line {
  background-color: #01B1B2;
  width: 100%;
  height: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width:500px) {
  .p-container__wrapper__line {
    margin-bottom: 40px;
  }
}
.p-container__wrapper__title {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  padding: 5px 20px;
  width: 700px;
  background-color: #01B1B2;
  margin: auto;
  position: relative;
  top: -15px;
  border-radius: 20px;
}
@media screen and (max-width:500px) {
  .p-container__wrapper__title {
    width: 100%;
    border-radius: 0;
    font-size: 25px;
  }
}
.p-container__wrapper__title__sub {
  width: 1000px;
  margin: 0 auto 50px;
}
@media screen and (max-width:500px) {
  .p-container__wrapper__title__sub {
    width: 100%;
    padding: 20px 10px;
    margin: 0 auto 10px;
  }
}
.p-container__wrapper__title__sub p {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}/*# sourceMappingURL=style.css.map */