@charset "UTF-8";
/* #Normalize.css
   -------------------------------------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* #Base
   -------------------------------------------------------------------------- */
/**
 * Baseレイヤーにはプロジェクトにおける、基本的なベーススタイルを定義します。
 * 要素セレクタや属性セレクタなど、詳細度はできるかぎり低く保っておきます。
 * 基本的にclass属性は使用しません。
 */
/**
 * `padding`と`border`を`width`に含めます。
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
  line-height: 1.7;
}

body {
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
  background: #FCFCFC;
  color: #333333;
  font-family: gill-sans-nova, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  -webkit-font-kerning: normal;
          font-kerning: normal;
}

@media screen and (max-width: 1080px) {
  body {
    font-family: gill-sans-nova, dnp-shuei-gothic-gin-std, sans-serif;
  }
}

html,
body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.4;
  color: inherit;
}

ul, ol {
  padding: 0;
}

/**
 * ネストされたリストのマージンをリセットします。
 */
li {
  list-style: none;
}

li > ul, li > ol {
  margin-bottom: 0;
}

/**
 * `dt`と`dd`の左端を揃えます。
 */
dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

a {
  color: #333333;
  text-decoration: none;
}

/**
 * フルードイメージにします。
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  max-width: 100%;
  vertical-align: sub;
}

/**
 * IEでSVGがフルードイメージにならない不具合があります。
 * 属性値が`.svg`で終わる要素に適応します。
 */
[src$=".svg"],
[data$=".svg"] {
  width: 100%;
}

/**
 * 日本語では斜体を使用しないためリセットします。
 */
i,
cite,
em,
address,
dfn {
  font-style: normal;
}

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace;
}

code {
  padding: 0.2em;
  border-radius: 3px;
  font-size: 0.8em;
  background-color: rgba(0, 0, 0, 0.06);
}

pre code {
  padding: 0;
  font-size: 0.8em;
  background-color: inherit;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

input,
textarea,
select,
button {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

.pc {
  display: block;
}

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

.sp {
  display: none;
}

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

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px;
  -webkit-box-shadow: 0 4px 4px rgba(51, 51, 51, 0.2);
          box-shadow: 0 4px 4px rgba(51, 51, 51, 0.2);
  background: #FCFCFC;
  z-index: 200;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1080px) {
  .l-header {
    display: none;
  }
}

.l-header.vh {
  visibility: hidden;
  opacity: 0;
}

.l-header.float {
  background: transparent;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}

.l-header.float .l-header-logo {
  visibility: hidden;
}

.l-header.float .l-header-nav-ul-li-link {
  color: #FCFCFC;
}

.l-header.float .l-header-nav-ul-li-link::before {
  display: none;
}

.l-header-logo {
  height: 56px;
  width: 306px;
}

.l-header-logo img {
  height: 100%;
}

.l-header-nav {
  height: 100%;
  width: calc(100% - 306px);
}

.l-header-nav-ul {
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-header-nav-ul-li {
  display: inline-block;
  height: 100%;
}

.l-header-nav-ul-li-link {
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  padding: 0 12px 16px;
}

.l-header-nav-ul-li-link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 0;
  right: 0;
  left: auto;
  background: #5DC19D;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header-nav-ul-li-link:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.l-wrapper {
  position: relative;
}

.l-section {
  padding: 64px calc((100% - 1080px)/2);
}

@media screen and (max-width: 767px) {
  .l-section {
    padding: 64px 5vw;
  }
}

.l-hbBtn {
  width: 48px;
  height: 48px;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: calc(200 + 50);
  background: #5DC19D;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-hbBtn.active {
  visibility: visible;
  opacity: 1;
}

.l-hbBtn.open {
  border: 1px solid #FCFCFC;
}

@media screen and (min-width: 1080px) {
  .l-hbBtn {
    display: none;
  }
}

.l-hbBtn-bar {
  height: 2px;
  background: #FCFCFC;
  position: absolute;
  left: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-hbBtn-bar:nth-of-type(1) {
  width: 24px;
  top: 16px;
}

.l-hbBtn-bar:nth-of-type(1).open {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-hbBtn-bar:nth-of-type(2) {
  width: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-hbBtn-bar:nth-of-type(2).open {
  opacity: 0;
}

.l-hbBtn-bar:nth-of-type(3) {
  width: 24px;
  bottom: 16px;
}

.l-hbBtn-bar:nth-of-type(3).open {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-hbMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5DC19D;
  z-index: 200;
  text-align: center;
  background-image: url(/library/img/hane.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-hbMenu.open {
  opacity: 1;
  visibility: visible;
}

.l-hbMenu-ul {
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-hbMenu-ul-li {
  width: 90%;
}

.l-hbMenu-ul-li-link {
  display: inline-block;
  width: 100%;
  padding: 8px;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.l-footer {
  width: 100%;
  height: 280px;
  background: #F7F7F7;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.l-footer-logo {
  width: 360px;
}

.l-footer small {
  position: absolute;
  width: 100%;
  padding: 4px;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  bottom: 0;
  left: 0;
  color: #FCFCFC;
  background: #5DC19D;
}

.c-btn {
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#FFA133), to(#FFC077));
  background: linear-gradient(to right, #FFA133, #FFC077);
  padding: 24px;
  color: #FCFCFC;
  font-size: 3.2rem;
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  position: relative;
  -webkit-box-shadow: 0 4px 4px rgba(51, 51, 51, 0.2);
          box-shadow: 0 4px 4px rgba(51, 51, 51, 0.2);
}

.c-btn::before {
  display: none;
}

@media screen and (max-width: 1080px) {
  .c-btn {
    width: 90%;
    max-width: 340px;
  }
  .c-btn::before {
    display: block;
  }
}

.c-btn::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/library/img/icon_conversion_arrow.svg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 32px;
}

@media screen and (max-width: 1080px) {
  .c-btn {
    font-size: 2rem;
    padding: 16px 24px;
  }
}

.c-btn.center {
  margin: 0 auto;
}

.c-btn-detail {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 4px;
  background: #FCFCFC;
  color: #C15D5D;
  font-size: 1.4rem;
}

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

.c-headline {
  font-size: 3.2rem;
  text-align: center;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 48px;
}

@media screen and (max-width: 1080px) {
  .c-headline {
    font-size: 2.4rem;
  }
}

.c-headline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  width: 80px;
  background: #5DC19D;
}

.c-subheadline {
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 1080px) {
  .c-subheadline {
    font-size: 2rem;
  }
}

.c-subheadline .mod__strong {
  display: inline-block;
  padding: 8px 8px;
  background: #FFF8AB;
  line-height: 1;
}

.p-kv {
  width: 100%;
  height: 768px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .p-kv {
    height: 640px;
  }
}

.p-kv-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: transparent;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-kv-loading-logo {
  width: 400px;
  height: 400px;
}

.p-kv-loading-logo svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1080px) {
  .p-kv-loading-logo {
    width: 280px;
    height: 280px;
    margin-top: -120px;
  }
}

.p-kv-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.p-kv-content-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -100;
}

.p-kv-content-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  top: 0;
  left: 0;
  z-index: 0;
}

.p-kv-content-bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}

.p-kv-content-bg-img.active {
  visibility: visible;
  opacity: 1;
}

.p-kv-content-bg-img.zoomIn {
  -webkit-animation: zoomIn 6s ease-in 0s;
  animation: zoomIn 6s ease-in 0s;
}

.p-kv-content-main {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
}

.p-kv-content-main-component {
  position: absolute;
}

.p-kv-content-main-component::before {
  content: "";
  background: #FCFCFC;
  position: absolute;
}

.p-kv-content-main-component.top {
  left: calc(50% - 540px);
  top: 0;
  padding-top: 96px;
}

@media screen and (max-width: 1080px) {
  .p-kv-content-main-component.top {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 96px;
    top: auto;
  }
}

.p-kv-content-main-component.top::before {
  width: 4px;
  height: 320px;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1080px) {
  .p-kv-content-main-component.top::before {
    display: none;
  }
}

.p-kv-content-main-component.top .p-kv-content-main-component-detail {
  font-size: 2rem;
  color: #FCFCFC;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 6px;
  line-height: 2;
}

@media screen and (max-width: 1080px) {
  .p-kv-content-main-component.top .p-kv-content-main-component-detail {
    font-size: 1.6rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.p-kv-content-main-component.bottom {
  right: calc(50% - 540px);
  bottom: 0;
  height: 320px;
}

@media screen and (max-width: 1080px) {
  .p-kv-content-main-component.bottom {
    display: none;
  }
}

.p-kv-content-main-component.bottom::before {
  width: 4px;
  height: 320px;
  bottom: 0;
  right: 0;
}

.p-kv-content-main-component.bottom .p-kv-content-main-component-detail {
  font-size: 1.6rem;
  color: #FCFCFC;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 6px;
  line-height: 2;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-section1 {
  background: rgba(93, 193, 157, 0.1);
  text-align: center;
}

.p-section1-ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: features;
}

.p-section1-ul-li {
  width: 324px;
  margin: 0 18px 48px;
}

.p-section1-ul-li-headline {
  text-align: center;
  font-size: 1.6rem;
  color: #5DC19D;
  margin-bottom: 16px;
}

.p-section1-ul-li-headline::before {
  display: block;
  text-align: center;
  content: "特徴 0" counter(features);
  counter-increment: features;
  font-size: 1.6rem;
  border-top: 1px solid #5DC19D;
  border-bottom: 1px solid #5DC19D;
  width: 90%;
  margin: 0 auto 16px;
  padding: 4px 0;
}

.p-section2-content {
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .p-section2-content {
    width: 100%;
  }
}

.p-section2-content-description {
  text-align: center;
}

.p-section2-content-description-paragraph {
  font-size: 1.4rem;
  margin-bottom: 24px;
}

.p-section3 {
  background: #F7F7F7;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .p-section3 {
    padding-bottom: 210px;
  }
}

.p-section3-ul {
  width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .p-section3-ul {
    width: 100%;
  }
}

.p-section3-ul-li {
  width: 320px;
  height: 48px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FCFCFC;
  font-size: 1.6rem;
  border-radius: 24px;
  background: #5DC19D;
  margin-bottom: 8px;
  position: relative;
  margin-left: 3%;
}

@media screen and (max-width: 1080px) {
  .p-section3-ul-li {
    margin-bottom: 16px;
    margin-left: 15%;
  }
}

@media screen and (max-width: 767px) {
  .p-section3-ul-li {
    margin-left: 3%;
  }
}

.p-section3-ul-li:nth-of-type(2n - 1) {
  margin-left: auto;
  margin-right: 3%;
}

@media screen and (max-width: 1080px) {
  .p-section3-ul-li:nth-of-type(2n - 1) {
    margin-right: 15%;
  }
}

@media screen and (max-width: 767px) {
  .p-section3-ul-li:nth-of-type(2n - 1) {
    margin-right: 3%;
  }
}

.p-section3-ul-li:nth-of-type(2n - 1)::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: auto;
  right: -52px;
}

.p-section3-ul-li::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  background-image: url("/library/img/cloud.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: -12px;
  left: -52px;
}

@media screen and (max-width: 1080px) {
  .p-section3-ul-li::before {
    display: none;
  }
}

.p-section3-person {
  position: absolute;
  bottom: 0;
}

.p-section3-person.mod__man {
  width: 205px;
  left: 8%;
}

@media screen and (max-width: 1080px) {
  .p-section3-person.mod__man {
    width: 160px;
    left: 16%;
  }
}

@media screen and (max-width: 767px) {
  .p-section3-person.mod__man {
    left: 3%;
  }
}

.p-section3-person.mod__woman {
  width: 186px;
  right: 8%;
}

@media screen and (max-width: 1080px) {
  .p-section3-person.mod__woman {
    width: 150px;
    right: 16%;
  }
}

@media screen and (max-width: 767px) {
  .p-section3-person.mod__woman {
    right: 3%;
  }
}

.p-section4 {
  text-align: center;
}

.p-section4-example {
  font-size: 1.6rem;
  margin-bottom: 56px;
}

.p-section4-example-paragraph {
  margin: 0 auto 16px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, rgba(93, 193, 157, 0.2)));
  background: linear-gradient(transparent 70%, rgba(93, 193, 157, 0.2) 30%);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-section4-example-paragraph {
    font-size: 1.4rem;
  }
}

.p-section4-system {
  margin-bottom: 56px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-section4-system {
    text-align: left;
  }
}

.p-section4-courses {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-section5 {
  background: #F7F7F7;
  text-align: center;
}

.p-section5-ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
}

@media screen and (max-width: 1080px) {
  .p-section5-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-section5-ul-li {
  padding: 32px;
  background: #FCFCFC;
  margin: 0 24px 0;
  position: relative;
  width: calc(100% - 48px);
}

.p-section5-ul-li::before, .p-section5-ul-li::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
}

.p-section5-ul-li::before {
  border-top: 2px solid #5DC19D;
  border-left: 2px solid #5DC19D;
  top: 0;
  left: 0;
}

.p-section5-ul-li::after {
  border-right: 2px solid #5DC19D;
  border-bottom: 2px solid #5DC19D;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1080px) {
  .p-section5-ul-li {
    margin: 0 auto 24px;
    padding: 24px;
    width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .p-section5-ul-li {
    width: 90%;
  }
}

.p-section5-ul-li-headline {
  font-size: 2.4rem;
  margin-bottom: 24px;
}

.p-section5-ul-li-img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1080px) {
  .p-section5-ul-li-img {
    height: 120px;
    ht: 120px;
  }
}

.p-section5-ul-li-description {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 1080px) {
  .p-section5-ul-li-description {
    font-size: 1.4rem;
  }
}

.p-section6-ul {
  width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .p-section6-ul {
    width: 90%;
  }
}

.p-section6-ul-li {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px;
  border: 2px solid #5DC19D;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .p-section6-ul-li {
    padding: 16px;
  }
}

.p-section6-ul-li::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 24px;
}

@media screen and (max-width: 1080px) {
  .p-section6-ul-li::before {
    width: 48px;
    height: 48px;
  }
}

.p-section6-ul-li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 60px 0 60px;
  border-color: #5DC19D transparent transparent transparent;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -64px;
}

.p-section6-ul-li.mod__first {
  margin-bottom: 80px;
}

.p-section6-ul-li.mod__first::before {
  background-image: url(/library/img/icon_flow01.svg);
}

.p-section6-ul-li.mod__second {
  margin-bottom: 80px;
}

.p-section6-ul-li.mod__second::before {
  background-image: url(/library/img/icon_flow02.svg);
}

.p-section6-ul-li.mod__third::before {
  background-image: url(/library/img/icon_flow03.svg);
}

.p-section6-ul-li.mod__third::after {
  display: none;
}

.p-section6-ul-li-content {
  width: calc(100% - 64px - 24px);
}

.p-section6-ul-li-content-headline {
  font-size: 2.4rem;
  margin-bottom: 8px;
}

@media screen and (max-width: 1080px) {
  .p-section6-ul-li-content-headline {
    font-size: 1.6rem;
  }
}

.p-section6-ul-li-content-description {
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 1080px) {
  .p-section6-ul-li-content-description {
    font-size: 1.2rem;
  }
}

.p-section7 {
  background: #F7F7F7;
}

.p-section7-ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1080px) {
  .p-section7-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-section7-ul-li {
  width: 255px;
  margin: 0 32px;
}

@media screen and (max-width: 1080px) {
  .p-section7-ul-li {
    margin: 0 0 48px;
  }
}

.p-section7-ul-li-img {
  width: 160px;
  height: 160px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  margin: 0 auto 16px;
  cursor: pointer;
}

.p-section7-ul-li-headline {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 16px;
}

.p-section7-ul-li-description {
  font-size: 1.2rem;
  margin-bottom: 16px;
  font-weight: 400;
}

.p-section7-ul-li-readmore {
  width: 160px;
  height: 32px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  background: #FCFCFC;
  color: #5DC19D;
  position: relative;
  border: 1px solid #5DC19D;
  margin: 0 auto;
  border-radius: 16px;
}

.p-section7-ul-li-readmore-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: -1px;
  background: #5DC19D;
  border-radius: 50%;
}

.p-section7-ul-li-readmore-arrow::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: -3px;
  margin: auto;
  border-top: 2px solid #FCFCFC;
  border-right: 2px solid #FCFCFC;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-section8 {
  text-align: center;
}

.p-section8-ul {
  text-align: left;
  width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .p-section8-ul {
    width: 100%;
  }
}

.p-section8-ul-li {
  margin-bottom: 24px;
}

.p-section8-ul-li-question {
  padding: 16px 64px 16px 32px;
  background: #C6C6C6;
  width: 100%;
  font-size: 1.6rem;
  border-radius: 8px;
  text-align: left;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .p-section8-ul-li-question {
    width: 90%;
    padding: 16px 64px 16px 24px;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}

.p-section8-ul-li-question::before {
  content: "";
  display: block;
  width: 27px;
  height: 25px;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/library/img/icon_question.svg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1080px) {
  .p-section8-ul-li-question::before {
    width: 20px;
    height: 18px;
  }
}

.p-section8-ul-li-question::after {
  content: "";
  width: 24px;
  height: 12px;
  background-image: url(/library/img/icon_question_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-section8-ul-li-question.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-section8-ul-li-answer {
  padding: 16px 32px 16px 80px;
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 16px;
  position: relative;
  display: none;
}

.p-section8-ul-li-answer::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 25px;
  top: 16px;
  left: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/library/img/icon_answer.svg);
}

@media screen and (max-width: 1080px) {
  .p-section8-ul-li-answer::before {
    width: 20px;
    height: 18px;
    left: calc(5% + 24px);
    top: 24px;
  }
}

.p-section9 {
  background: rgba(93, 193, 157, 0.1);
}

.p-section9-courses {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(280px * 3 + 48px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-section9-courses {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-section9-courses-item {
  width: 280px;
  padding: 24px;
  margin-bottom: 24px;
  background: #FCFCFC;
}

@media screen and (min-width: 1080px) {
  .p-section9-courses-item:nth-of-type(3n + 2) {
    margin: 0 24px 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-section9-courses-item {
    margin: 0 auto 24px;
    width: 100%;
  }
  .p-section9-courses-item:last-of-type {
    margin-bottom: 0;
  }
}

.p-section9-courses-item-title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.p-section9-courses-item-title > .mod__weak {
  font-size: 1.4rem;
}

.p-section9-courses-item-price {
  font-size: 2rem;
  color: #5DC19D;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.p-section9-courses-item-price > .mod__weak {
  font-size: 1.4rem;
}

.p-section9-courses-item-content-title {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 8px;
}

.p-section9-courses-item-content-title::before {
  content: '学習内容';
  display: inline-block;
  padding: 0 8px;
  background: #FCFCFC;
  z-index: 100;
  position: relative;
  font-size: 1.6rem;
}

.p-section9-courses-item-content-title::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(51, 51, 51, 0.3);
  z-index: 10;
}

.p-section9-courses-item-content-description {
  font-size: 1.4rem;
  text-align: center;
}

.p-section9-courses-item-content-description-detail {
  margin-bottom: 16px;
}

.p-section10-ul-item {
  text-align: center;
}

.p-section10-ul-item-title {
  font-size: 2rem;
  margin-bottom: 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, rgba(93, 193, 157, 0.2)));
  background: linear-gradient(transparent 70%, rgba(93, 193, 157, 0.2) 30%);
  display: inline-block;
}

.p-section10-ul-item-description {
  font-size: 1.6rem;
  margin-bottom: 32px;
}

.p-section11-container {
  width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-section11-container {
    width: 100%;
  }
}

.p-section11-dl {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-section11-dl:nth-of-type(2n + 1) {
  background: rgba(93, 193, 157, 0.1);
}

@media screen and (max-width: 767px) {
  .p-section11-dl {
    display: block;
    padding: 16px 32px;
  }
}

.p-section11-dl-dt {
  width: 160px;
  font-size: 1.6rem;
  padding: 16px 32px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-section11-dl-dt {
    padding: 0;
    font-size: 1.4rem;
    font-weight: 700;
    width: 100%;
  }
}

.p-section11-dl-dd {
  width: 1fr;
  font-size: 1.6rem;
  padding: 16px 32px;
  font-weight: 400;
}

.p-section11-dl-dd a {
  color: blue;
}

@media screen and (max-width: 767px) {
  .p-section11-dl-dd {
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
  }
}

.p-tokusho-header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #CCCCCC;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-tokusho-header-logo {
  display: block;
  height: 64px;
}

.p-tokusho-header-logo-img {
  height: 100%;
}

.p-tokusho {
  width: 560px;
  margin: 0 auto;
  padding: 48px 0;
}

@media screen and (max-width: 1080px) {
  .p-tokusho {
    width: 90vw;
  }
}

.p-tokusho-headline {
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  color: #5DC19D;
}

@media screen and (max-width: 1080px) {
  .p-tokusho-headline {
    font-size: 2.4rem;
  }
}

.p-tokusho-container-dl {
  padding: 16px 0;
  border-bottom: 1px solid #CCC;
}

.p-tokusho-container-dl:last-of-type {
  border-bottom: 0;
}

.p-tokusho-container-dl-dt {
  font-size: 2rem;
  margin-bottom: 8px;
}

.p-tokusho-container-dl-dt::before {
  content: '・';
}

.p-tokusho-container-dl-dd {
  font-size: 1.6rem;
}

.cls-1 {
  opacity: 0.496;
  fill: url(#linear-gradient);
}

.cls-2 {
  fill: #fff;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  stroke: #fff;
  -webkit-animation: hello 3s ease-in 0s;
  animation: hello 3s ease-in 0s;
}

.cls-3, .cls-5 {
  fill: none;
}

.cls-3 {
  stroke: #fff;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 3;
  -webkit-animation: helloBox 3s ease-in 0s;
  animation: helloBox 3s ease-in 0s;
}

@-webkit-keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}

@-webkit-keyframes helloBox {
  0% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/*# sourceMappingURL=style.css.map */