@charset "UTF-8";
.btn, h1, h2, h3, h4, h5 {
  -webkit-font-smoothing: antialiased;
}

.faq-q:after {
  background: -webkit-gradient(linear, left top, right top, from(#e51d5f), color-stop(33%, #e51d5f), color-stop(66%, #fb4), to(#fb4));
  background: linear-gradient(90deg, #e51d5f 0%, #e51d5f 33%, #fb4 66%, #fb4 100%);
  background-size: 250% 100%;
  background-position: 50% 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.featuresItem-title:after, .subTitle, .title_grad {
  background: -webkit-gradient(linear, left top, right top, from(#e50060), color-stop(33%, #e50060), color-stop(66%, #f9bb44), to(#f9bb44));
  background: linear-gradient(90deg, #e50060 0%, #e50060 33%, #f9bb44 66%, #f9bb44 100%);
  background-size: 250% 100%;
  background-position: 50% 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.movie-icon:after, .movie-link {
  background: linear-gradient(135deg, #e50060 0%, #e50060 33%, #f9bb44 66%, #f9bb44 100%);
  background-size: 250% 100%;
  background-position: 50% 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.btn {
  background: -webkit-gradient(linear, left top, right top, from(#e50060), color-stop(33%, #e50060), color-stop(66%, #ea830c), to(#ea830c));
  background: linear-gradient(90deg, #e50060 0%, #e50060 33%, #ea830c 66%, #ea830c 100%);
  background-size: 250% 100%;
  background-position: 50% 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * 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.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 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 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

/*----------------------
        reset
----------------------*/
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

/*----------------------
            base
----------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-break: break-all;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 512px) {
  body {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 320px) {
  body {
    letter-spacing: 0;
  }
}

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

::-moz-selection {
  color: #ffffff;
  background-color: #000;
}

::selection {
  color: #ffffff;
  background-color: #000;
}

p {
  font-size: 16px;
  margin: 0;
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  p {
    font-size: 14px;
  }
}
@media screen and (max-width: 512px) {
  p {
    font-size: 13px;
  }
}

li {
  font-size: 15px;
}
@media screen and (max-width: 512px) {
  li {
    font-size: 13px;
  }
}

dt, dd {
  font-size: 15px;
}
@media screen and (max-width: 512px) {
  dt, dd {
    font-size: 13px;
  }
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
}
a:focus {
  outline: none;
}

address {
  font-style: normal;
}

input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
  font-size: 15px;
  position: relative;
  top: -0.02em;
}

input[type=text]::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
  font-size: 15px;
  position: relative;
  top: -0.02em;
}

input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
  font-size: 15px;
  position: relative;
  top: -0.02em;
}

input[type=text]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #aaa;
  font-size: 15px;
  position: relative;
  top: -0.02em;
}

input[type=text]::placeholder, textarea::placeholder {
  color: #aaa;
  font-size: 15px;
  position: relative;
  top: -0.02em;
}
@media screen and (max-width: 512px) {
  input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    top: 0;
    font-size: 14px;
  }
  input[type=text]::-moz-placeholder, textarea::-moz-placeholder {
    top: 0;
    font-size: 14px;
  }
  input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    top: 0;
    font-size: 14px;
  }
  input[type=text]::-ms-input-placeholder, textarea::-ms-input-placeholder {
    top: 0;
    font-size: 14px;
  }
  input[type=text]::placeholder, textarea::placeholder {
    top: 0;
    font-size: 14px;
  }
}

input[type=search] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

label, select {
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}
@media screen and (max-width: 512px) {
  label, select {
    font-size: 13px;
  }
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Sans JP";
}

strong {
  font-weight: bold;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

/*----------------------
                layout
----------------------*/
.l-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border-bottom: 2px solid #D0DAED;
  width: 100%;
  position: relative;
  position: fixed;
  z-index: 1000;
}

main {
  padding-top: 60px;
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  main {
    padding-top: 52px;
  }
}
@media screen and (max-width: 512px) {
  main {
    padding-top: 44px;
  }
}

.l-section {
  position: relative;
  letter-spacing: 0.06em;
  padding: 80px 0;
}
@media screen and (max-width: 1300px) {
  .l-section {
    padding: 80px 0;
  }
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .l-section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 512px) {
  .l-section {
    padding: 40px 0;
  }
}
.l-section.o-bg:before {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(229, 29, 95, 0.14)), to(rgba(255, 187, 68, 0.14)));
  background: linear-gradient(90deg, rgba(229, 29, 95, 0.14) 0%, rgba(255, 187, 68, 0.14) 100%);
}
.l-section.o-line, .l-section.l-space.o-line_dotted {
  border-bottom: 1px solid #ccc;
}
.l-section.o-padding_none {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .l-section.o-padding_small {
    padding: 70px 0;
  }
}
.l-section.o-padding_bottom {
  padding: 0 0 80px 0;
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .l-section.o-padding_bottom {
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 512px) {
  .l-section.o-padding_bottom {
    padding: 0 0 20px 0;
  }
}

.l-block {
  width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-block {
    width: auto;
    max-width: 1300px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .l-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-block {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 512px) {
  .l-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 320px) {
  .l-block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .l-block.o-width_s {
    width: auto;
    max-width: 1000px;
  }
}
@media screen and (min-width: 769px) {
  .l-block.o-width_l {
    width: auto;
    max-width: 1380px;
  }
}
.l-block.o-width_max {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.l-column, .l-column-6, .l-column-5, .l-column-4, .l-column-3, .l-column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-column.o-tabletColumn_2, .o-tabletColumn_2.l-column-6, .o-tabletColumn_2.l-column-5, .o-tabletColumn_2.l-column-4, .o-tabletColumn_2.l-column-3, .o-tabletColumn_2.l-column-2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-column.o-tabletColumn_2 .l-columnItem, .o-tabletColumn_2.l-column-6 .l-columnItem, .o-tabletColumn_2.l-column-5 .l-columnItem, .o-tabletColumn_2.l-column-4 .l-columnItem, .o-tabletColumn_2.l-column-3 .l-columnItem, .o-tabletColumn_2.l-column-2 .l-columnItem {
    width: 48%;
    margin-right: 0;
    margin-top: 30px;
  }
  .l-column.o-tabletColumn_2 .l-columnItem:nth-child(-n+2), .o-tabletColumn_2.l-column-6 .l-columnItem:nth-child(-n+2), .o-tabletColumn_2.l-column-5 .l-columnItem:nth-child(-n+2), .o-tabletColumn_2.l-column-4 .l-columnItem:nth-child(-n+2), .o-tabletColumn_2.l-column-3 .l-columnItem:nth-child(-n+2), .o-tabletColumn_2.l-column-2 .l-columnItem:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-column.o-tabletColumn_1 .l-columnItem, .o-tabletColumn_1.l-column-6 .l-columnItem, .o-tabletColumn_1.l-column-5 .l-columnItem, .o-tabletColumn_1.l-column-4 .l-columnItem, .o-tabletColumn_1.l-column-3 .l-columnItem, .o-tabletColumn_1.l-column-2 .l-columnItem {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  .l-column.o-tabletColumn_1 .l-columnItem:nth-child(-n+2), .o-tabletColumn_1.l-column-6 .l-columnItem:nth-child(-n+2), .o-tabletColumn_1.l-column-5 .l-columnItem:nth-child(-n+2), .o-tabletColumn_1.l-column-4 .l-columnItem:nth-child(-n+2), .o-tabletColumn_1.l-column-3 .l-columnItem:nth-child(-n+2), .o-tabletColumn_1.l-column-2 .l-columnItem:nth-child(-n+2) {
    margin-top: 30px;
  }
  .l-column.o-tabletColumn_1 .l-columnItem:nth-child(-n+1), .o-tabletColumn_1.l-column-6 .l-columnItem:nth-child(-n+1), .o-tabletColumn_1.l-column-5 .l-columnItem:nth-child(-n+1), .o-tabletColumn_1.l-column-4 .l-columnItem:nth-child(-n+1), .o-tabletColumn_1.l-column-3 .l-columnItem:nth-child(-n+1), .o-tabletColumn_1.l-column-2 .l-columnItem:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-column.o-tabletColumn_1 .l-columnItem.o-tabletMargin_0:nth-child(n+2), .o-tabletColumn_1.l-column-6 .l-columnItem.o-tabletMargin_0:nth-child(n+2), .o-tabletColumn_1.l-column-5 .l-columnItem.o-tabletMargin_0:nth-child(n+2), .o-tabletColumn_1.l-column-4 .l-columnItem.o-tabletMargin_0:nth-child(n+2), .o-tabletColumn_1.l-column-3 .l-columnItem.o-tabletMargin_0:nth-child(n+2), .o-tabletColumn_1.l-column-2 .l-columnItem.o-tabletMargin_0:nth-child(n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 512px) {
  .l-column.o-tabletColumn_1.o-spMargin_20 .l-columnItem:nth-child(n+2), .o-tabletColumn_1.o-spMargin_20.l-column-6 .l-columnItem:nth-child(n+2), .o-tabletColumn_1.o-spMargin_20.l-column-5 .l-columnItem:nth-child(n+2), .o-tabletColumn_1.o-spMargin_20.l-column-4 .l-columnItem:nth-child(n+2), .o-tabletColumn_1.o-spMargin_20.l-column-3 .l-columnItem:nth-child(n+2), .o-tabletColumn_1.o-spMargin_20.l-column-2 .l-columnItem:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 512px) {
  .l-column.o-spColumn_2, .o-spColumn_2.l-column-6, .o-spColumn_2.l-column-5, .o-spColumn_2.l-column-4, .o-spColumn_2.l-column-3, .o-spColumn_2.l-column-2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-column.o-spColumn_2 .l-columnItem, .o-spColumn_2.l-column-6 .l-columnItem, .o-spColumn_2.l-column-5 .l-columnItem, .o-spColumn_2.l-column-4 .l-columnItem, .o-spColumn_2.l-column-3 .l-columnItem, .o-spColumn_2.l-column-2 .l-columnItem {
    width: 48%;
    margin-right: 0;
    margin-top: 30px;
  }
  .l-column.o-spColumn_2 .l-columnItem:nth-child(-n+2), .o-spColumn_2.l-column-6 .l-columnItem:nth-child(-n+2), .o-spColumn_2.l-column-5 .l-columnItem:nth-child(-n+2), .o-spColumn_2.l-column-4 .l-columnItem:nth-child(-n+2), .o-spColumn_2.l-column-3 .l-columnItem:nth-child(-n+2), .o-spColumn_2.l-column-2 .l-columnItem:nth-child(-n+2) {
    margin-top: 0;
  }
  .l-column.o-spColumn_2.o-spMargin_20:nth-child(n+3), .o-spColumn_2.o-spMargin_20.l-column-6:nth-child(n+3), .o-spColumn_2.o-spMargin_20.l-column-5:nth-child(n+3), .o-spColumn_2.o-spMargin_20.l-column-4:nth-child(n+3), .o-spColumn_2.o-spMargin_20.l-column-3:nth-child(n+3), .o-spColumn_2.o-spMargin_20.l-column-2:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 512px) {
  .l-column.o-spColumn_1 .l-columnItem, .o-spColumn_1.l-column-6 .l-columnItem, .o-spColumn_1.l-column-5 .l-columnItem, .o-spColumn_1.l-column-4 .l-columnItem, .o-spColumn_1.l-column-3 .l-columnItem, .o-spColumn_1.l-column-2 .l-columnItem {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  .l-column.o-spColumn_1 .l-columnItem:nth-child(-n+2), .o-spColumn_1.l-column-6 .l-columnItem:nth-child(-n+2), .o-spColumn_1.l-column-5 .l-columnItem:nth-child(-n+2), .o-spColumn_1.l-column-4 .l-columnItem:nth-child(-n+2), .o-spColumn_1.l-column-3 .l-columnItem:nth-child(-n+2), .o-spColumn_1.l-column-2 .l-columnItem:nth-child(-n+2) {
    margin-top: 30px;
  }
  .l-column.o-spColumn_1 .l-columnItem:nth-child(-n+1), .o-spColumn_1.l-column-6 .l-columnItem:nth-child(-n+1), .o-spColumn_1.l-column-5 .l-columnItem:nth-child(-n+1), .o-spColumn_1.l-column-4 .l-columnItem:nth-child(-n+1), .o-spColumn_1.l-column-3 .l-columnItem:nth-child(-n+1), .o-spColumn_1.l-column-2 .l-columnItem:nth-child(-n+1) {
    margin-top: 0;
  }
  .l-column.o-spColumn_1.o-spMargin_20:nth-child(n+2), .o-spColumn_1.o-spMargin_20.l-column-6:nth-child(n+2), .o-spColumn_1.o-spMargin_20.l-column-5:nth-child(n+2), .o-spColumn_1.o-spMargin_20.l-column-4:nth-child(n+2), .o-spColumn_1.o-spMargin_20.l-column-3:nth-child(n+2), .o-spColumn_1.o-spMargin_20.l-column-2:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .l-column.o-1000pxColumn_1 .l-columnItem, .o-1000pxColumn_1.l-column-6 .l-columnItem, .o-1000pxColumn_1.l-column-5 .l-columnItem, .o-1000pxColumn_1.l-column-4 .l-columnItem, .o-1000pxColumn_1.l-column-3 .l-columnItem, .o-1000pxColumn_1.l-column-2 .l-columnItem {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  .l-column.o-1000pxColumn_1 .l-columnItem:nth-child(-n+2), .o-1000pxColumn_1.l-column-6 .l-columnItem:nth-child(-n+2), .o-1000pxColumn_1.l-column-5 .l-columnItem:nth-child(-n+2), .o-1000pxColumn_1.l-column-4 .l-columnItem:nth-child(-n+2), .o-1000pxColumn_1.l-column-3 .l-columnItem:nth-child(-n+2), .o-1000pxColumn_1.l-column-2 .l-columnItem:nth-child(-n+2) {
    margin-top: 30px;
  }
  .l-column.o-1000pxColumn_1 .l-columnItem:nth-child(-n+1), .o-1000pxColumn_1.l-column-6 .l-columnItem:nth-child(-n+1), .o-1000pxColumn_1.l-column-5 .l-columnItem:nth-child(-n+1), .o-1000pxColumn_1.l-column-4 .l-columnItem:nth-child(-n+1), .o-1000pxColumn_1.l-column-3 .l-columnItem:nth-child(-n+1), .o-1000pxColumn_1.l-column-2 .l-columnItem:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 512px) {
  .l-column.o-spMargin_20 .l-columnItem:nth-child(n+3), .o-spMargin_20.l-column-6 .l-columnItem:nth-child(n+3), .o-spMargin_20.l-column-5 .l-columnItem:nth-child(n+3), .o-spMargin_20.l-column-4 .l-columnItem:nth-child(n+3), .o-spMargin_20.l-column-3 .l-columnItem:nth-child(n+3), .o-spMargin_20.l-column-2 .l-columnItem:nth-child(n+3) {
    margin-top: 20px;
  }
}
.l-column.o-flex-justify_center, .o-flex-justify_center.l-column-6, .o-flex-justify_center.l-column-5, .o-flex-justify_center.l-column-4, .o-flex-justify_center.l-column-3, .o-flex-justify_center.l-column-2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-column.o-flex-justify_center:before, .o-flex-justify_center.l-column-6:before, .o-flex-justify_center.l-column-5:before, .o-flex-justify_center.l-column-4:before, .o-flex-justify_center.l-column-3:before, .o-flex-justify_center.l-column-2:before {
  display: none;
}
.l-column.o-flex-justify_center:after, .o-flex-justify_center.l-column-6:after, .o-flex-justify_center.l-column-5:after, .o-flex-justify_center.l-column-4:after, .o-flex-justify_center.l-column-3:after, .o-flex-justify_center.l-column-2:after {
  display: none;
}
.l-column.o-flex-justify_center .l-columnItem:last-child, .o-flex-justify_center.l-column-6 .l-columnItem:last-child, .o-flex-justify_center.l-column-5 .l-columnItem:last-child, .o-flex-justify_center.l-column-4 .l-columnItem:last-child, .o-flex-justify_center.l-column-3 .l-columnItem:last-child, .o-flex-justify_center.l-column-2 .l-columnItem:last-child {
  margin-right: 0;
}
.l-column-2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-column-2 .l-columnItem {
  width: 48%;
  margin-top: 30px;
}
.l-column-2 .l-columnItem:nth-child(-n+2) {
  margin-top: 0;
}
.l-column-3 .l-columnItem {
  width: 31%;
  margin-right: 3.5%;
}
.l-column-3 .l-columnItem:nth-child(3n) {
  margin-right: 0;
}
.l-column-3 .l-columnItem:nth-child(n+4) {
  margin-top: 30px;
}
.l-column-4 .l-columnItem {
  width: 22.5%;
  margin-right: 3.333333%;
}
.l-column-4 .l-columnItem:nth-child(4n) {
  margin-right: 0;
}
.l-column-4 .l-columnItem:nth-child(n+5) {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .l-column-4.o-margin_l .l-columnItem:nth-child(n+5) {
    margin-top: 40px;
  }
  .l-column-4.o-margin_s .l-columnItem:nth-child(n+5) {
    margin-top: 20px;
  }
}
.l-column-5 .l-columnItem {
  width: 18%;
  margin-right: 2.5%;
}
.l-column-5 .l-columnItem:nth-child(5n) {
  margin-right: 0;
}
.l-column-5 .l-columnItem:nth-child(n+6) {
  margin-top: 30px;
}
.l-column-6 .l-columnItem {
  width: 15%;
  margin-right: 2%;
}
.l-column-6 .l-columnItem:nth-child(6n) {
  margin-right: 0;
}
.l-column-6 .l-columnItem:nth-child(n+7) {
  margin-top: 30px;
}

.l-columnItem {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-columnItem.o-width_32 {
  width: 32%;
}
.l-columnItem.o-width_64 {
  width: 64%;
}
.l-columnItem.o-width_36 {
  width: 36%;
}
.l-columnItem.o-width_60 {
  width: 60%;
}
.l-columnItem.o-width_46 {
  width: 46%;
}
.l-columnItem.o-margin_40 {
  margin-top: 40px;
}

.l-space {
  margin-bottom: 80px;
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .l-space {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 512px) {
  .l-space {
    margin-bottom: 35px;
  }
}
.l-space_s {
  margin-bottom: 50px;
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .l-space_s {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 512px) {
  .l-space_s {
    margin-bottom: 30px;
  }
}
.l-space_s.o-line, .l-space_s.l-space.o-line_dotted {
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .l-space_s.o-line, .l-space_s.l-space.o-line_dotted {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 512px) {
  .l-space_s.o-line, .l-space_s.l-space.o-line_dotted {
    padding-bottom: 30px;
  }
}
.l-space_0 {
  margin-bottom: 0;
}
.l-space.o-line, .l-space.o-line_dotted {
  border-bottom: 1px solid #ccc;
  padding-bottom: 80px;
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .l-space.o-line, .l-space.o-line_dotted {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 512px) {
  .l-space.o-line, .l-space.o-line_dotted {
    padding-bottom: 40px;
  }
}
.l-space.o-line_dotted {
  border-bottom-style: dotted;
}

.l-contentBox, .l-contentBox_line {
  margin-bottom: 50px;
}
.l-contentBox:last-child, .l-contentBox_line:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .l-contentBox, .l-contentBox_line {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 512px) {
  .l-contentBox, .l-contentBox_line {
    margin-bottom: 30px;
  }
}
.l-contentBox_line {
  border-bottom: 1px solid #ccc;
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-flex.justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-flex.align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-flex.end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 1000px) {
  .l-flex.single1col {
    display: block;
  }
}

.scroll-prevent {
  overflow: hidden;
}

.header-inner {
  padding: 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .header-inner {
    height: 50px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 512px) {
  .header-inner {
    height: 44px;
    padding: 0 7px;
  }
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo .headerLogo {
  max-width: 350px;
  width: 40vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.header-logo .headerLogo:hover {
  opacity: 0.7;
}
.header-logo .headerLogo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .header-logo .headerLogo {
    min-width: 250px;
  }
}
@media screen and (max-width: 512px) {
  .header-logo .headerLogo {
    min-width: 180px;
    width: 46vw;
  }
}
.header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-cv.btnSet {
  margin: 0;
  width: 100%;
}
.header-cv.btnSet li {
  width: auto;
  margin-right: 15px;
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .header-cv.btnSet li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 512px) {
  .header-cv.btnSet li {
    margin-right: 5px;
  }
}
.header-cv.btnSet a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  min-width: auto;
  min-width: initial;
  padding: 0 1.7vw;
  border-radius: 5px;
}
.header-cv.btnSet a:hover {
  background-position: 0 0;
  color: #ffffff;
}
@media screen and (min-width: 1301px) {
  .header-cv.btnSet a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-cv.btnSet a {
    width: 100%;
    padding: 10px;
    padding: 10px 2.3vw;
    font-size: 12px;
    font-size: max(1.8vw,12px);
    letter-spacing: 0;
    line-height: 1.2;
    border-radius: 3px;
  }
  .header-cv.btnSet a span {
    display: none;
  }
}
@media screen and (max-width: 512px) {
  .header-cv.btnSet a {
    padding: 7px 1.5vw;
    font-size: 10px;
    font-size: max(2.4vw,10px);
    letter-spacing: 0;
    line-height: 1.2;
    border-radius: 3px;
  }
}

.footer-copyright {
  background: #000;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
}

.btnSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .btnSet {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 680px;
    margin: 0 auto;
  }
}
.btnSet li {
  margin-right: 30px;
  text-align: center;
}
.btnSet li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .btnSet li {
    width: 48.5%;
    margin-right: 0;
  }
}
.btnSet li a {
  min-width: 280px;
}
@media screen and (max-width: 768px) {
  .btnSet li a {
    min-width: 100%;
  }
}

.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 200px;
  padding: 0 20px;
  text-align: center;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 7px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .btn {
    font-size: 15px;
    border-radius: 5px;
    line-height: 44px;
  }
}
@media screen and (max-width: 512px) {
  .btn {
    font-size: 12px;
    max-width: 300px;
    padding: 0 5px;
    line-height: 40px;
    border-radius: 4px;
  }
}
.btn:hover {
  background-position: 0 0;
}
.btn:focus {
  color: #ffffff;
}

.titleBox {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .titleBox {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 512px) {
  .titleBox {
    margin-bottom: 15px;
  }
}

.title {
  font-size: 40px;
  font-size: min(4.4vw,40px);
  font-weight: 900;
  line-height: 1.2;
  text-indent: 0.06em;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 21px;
    font-size: max(4.5vw,21px);
  }
}
@media screen and (max-width: 512px) {
  .title {
    letter-spacing: 0;
    font-size: 21px;
    font-size: max(5.4vw,21px);
  }
}

.title_grad {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.12em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .title_grad {
    font-size: 30px;
  }
}
@media screen and (max-width: 512px) {
  .title_grad {
    font-size: 22px;
    font-size: max(6vw,22px);
  }
}

.subTitle {
  font-size: 28px;
  font-size: min(2.8vw,28px);
  font-weight: 900;
  line-height: 1.3;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .subTitle {
    font-size: 20px;
    font-size: max(3.4vw,20px);
  }
  .subTitle span {
    display: block;
  }
}
@media screen and (max-width: 512px) {
  .subTitle {
    font-size: 16px;
    font-size: max(4.4vw,16px);
    margin-top: 5px;
    letter-spacing: 0;
  }
}

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

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

@media screen and (min-width: 513px) and (max-width: 768px) {
  .tablet-none {
    display: none;
  }
}

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

.o-color_main {
  color: #e50060;
}

/*----------------------
        module
        ----------------------*/
.kv {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3%;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .kv {
    padding-left: 1.5%;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    padding: 0 10px;
  }
}
.kv-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: calc(100vh - 100px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .kv-inner {
    min-height: initial;
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .kv-inner {
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.kv-detail {
  width: 52%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .kv-detail {
    width: 56%;
  }
}
@media screen and (max-width: 768px) {
  .kv-detail {
    width: 100%;
    padding: 45px 8% 70px;
  }
}
@media screen and (max-width: 512px) {
  .kv-detail {
    padding: 30px 4% 40px;
  }
}
.kv-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .kv-title {
    max-width: 560px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 512px) {
  .kv-title {
    margin-bottom: 20px;
  }
}
.kv-title img {
  width: 100%;
}
.kv-text {
  line-height: 2;
  font-weight: 500;
  font-size: 18px;
  font-size: min(1.4vw,17px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1301px) {
  .kv-text {
    font-size: max(1.1vw,19px);
  }
}
@media screen and (max-width: 1100px) {
  .kv-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .kv-text br {
    display: none;
  }
}
@media screen and (max-width: 512px) {
  .kv-text {
    line-height: 1.8;
    font-size: 13px;
  }
}
.kv-image {
  padding: 0 0 0 4%;
  background-image: url(../images/top/bg-kv.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .kv-image {
    width: 42%;
    padding-left: 2%;
    background-position: left center;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 768px) {
  .kv-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 417/233;
    padding: 40px 0 0;
    background-image: url(../images/top/bg-kv_sp.jpg);
    background-position: center;
    background-size: 108% auto;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .kv-image:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
  }
}
.kv-image span {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .kv-image span {
    width: 66%;
  }
}
@media screen and (max-width: 768px) {
  .kv-image span {
    width: 40%;
    margin: 0 auto -30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.kv-image img {
  width: 100%;
}
.kv-btn {
  margin-top: 60px;
}
@media screen and (min-width: 1301px) {
  .kv-btn {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 1100px) {
  .kv-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 512px) {
  .kv-btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .kv-btn .btnSet {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .kv-btn .btnSet li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .kv-btn .btnSet li {
    width: 48.5%;
  }
}
.kv-btn .btnSet li a {
  min-width: auto;
  min-width: initial;
}
@media screen and (min-width: 1301px) {
  .kv-btn .btnSet li a {
    font-size: max(1.2vw,18px);
    line-height: 3.6vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .kv-btn .btnSet li a {
    font-size: 15px;
    font-size: min(1.8vw,15px);
    padding: 0 10px;
    min-width: 200px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .kv-btn .btnSet li a {
    width: 100%;
    font-size: min(2.5vw,17px);
    line-height: 50px;
  }
}
@media screen and (max-width: 512px) {
  .kv-btn .btnSet li a {
    font-size: 12px;
    line-height: 44px;
  }
}
.kv.move .kv-detail {
  -webkit-animation: fadeRight 0.7s ease-out forwards;
          animation: fadeRight 0.7s ease-out forwards;
}
.kv.move .kv-image {
  -webkit-animation: fadeLeft 0.7s ease-out forwards;
          animation: fadeLeft 0.7s ease-out forwards;
}
.kv.move .kv-image span {
  -webkit-animation: scaleUp 0.5s ease-out forwards;
          animation: scaleUp 0.5s ease-out forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.worries {
  position: relative;
}
@media screen and (max-width: 512px) {
  .worries {
    padding: 40px 0;
  }
}
.worries-list {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .worries-list {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .worries-list {
    padding-top: 10px;
  }
}
.worries-list.move .worriesItem:nth-child(1) {
  -webkit-animation: fadeRight 0.7s ease-out forwards;
          animation: fadeRight 0.7s ease-out forwards;
}
.worries-list.move .worriesItem:nth-child(2) {
  -webkit-animation: fadeRight 0.7s ease-out forwards;
          animation: fadeRight 0.7s ease-out forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.worries-list.move .worriesItem:nth-child(3) {
  -webkit-animation: fadeRight 0.7s ease-out forwards;
          animation: fadeRight 0.7s ease-out forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.worriesItem {
  width: 31%;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
}
@media screen and (min-width: 513px) and (max-width: 1280px) {
  .worriesItem {
    padding: 20px 3%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}
@media screen and (min-width: 513px) and (max-width: 1000px) {
  .worriesItem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 5% 30px 3%;
  }
  .worriesItem:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .worriesItem {
    -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 512px) {
  .worriesItem {
    width: 100%;
    padding: 25px 20px;
    margin-bottom: 20px;
    border-radius: 6px;
  }
}
.worriesItem:first-child.move {
  -webkit-animation: fadeRight 0.7s ease-out forwards;
          animation: fadeRight 0.7s ease-out forwards;
}
.worriesItem:last-child {
  margin-bottom: 0;
}
.worriesItem:last-child.move {
  -webkit-animation: fadeLeft 0.7s ease-out forwards;
          animation: fadeLeft 0.7s ease-out forwards;
}
.worriesItem-image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 230px;
  position: relative;
  margin: 0 auto 10px;
}
@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .worriesItem-image {
    height: 19vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .worriesItem-image {
    height: auto;
    width: 180px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .worriesItem-image {
    width: 41%;
    min-width: 130px;
    height: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 512px) {
  .worriesItem-image {
    width: 50%;
    margin-bottom: 20px;
  }
}
.worriesItem-image img {
  width: 100%;
  max-height: 100%;
}
.worriesItem-image span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 513px) and (max-width: 1000px) {
  .worriesItem-detail {
    padding-left: 30px;
    width: 100%;
  }
}
.worriesItem-title {
  font-size: 20px;
  font-weight: 900;
  color: #e50060;
  line-height: 1.4;
  letter-spacing: 0.09em;
  margin-bottom: 10px;
}
@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .worriesItem-title br {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .worriesItem-title {
    margin-bottom: 15px;
    font-size: min(3.6vw,24px);
  }
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .worriesItem-title {
    font-size: 26px;
    font-size: min(3vw,24px);
  }
}
@media screen and (max-width: 512px) {
  .worriesItem-title {
    font-size: 17px;
    font-size: max(4.2vw,17px);
    letter-spacing: 0.04em;
  }
}
.worriesItem-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (min-width: 513px) and (max-width: 1280px) {
  .worriesItem-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 512px) {
  .worriesItem-text {
    font-size: 13px;
    line-height: 1.8;
  }
}
.worries-image_01 {
  max-width: 230px;
}
@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .worries-image_01 {
    max-width: 80%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .worries-image_01 {
    max-width: 90%;
  }
}
.worries-image_02 {
  max-width: 230px;
}
@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .worries-image_02 {
    max-width: 80%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .worries-image_02 {
    max-width: 92%;
    margin-left: -10px;
  }
}
.worries-image_03 {
  max-width: 246px;
  margin-left: 30px;
}
@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .worries-image_03 {
    margin-left: 15px;
    max-width: 86%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .worries-image_03 {
    margin-left: 3%;
    max-width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .worries-image_03 {
    margin-left: 5%;
  }
}

.features {
  position: relative;
}
@media screen and (max-width: 512px) {
  .features {
    padding: 40px 0;
  }
}
.features-title {
  width: 70%;
  max-width: 600px;
  margin: 0 auto 15px;
}
.features-title img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .features-title {
    width: 80%;
  }
}
@media screen and (max-width: 512px) {
  .features-title {
    width: 90%;
  }
}
.features-list {
  padding: 60px 5% 0;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .features-list {
    padding: 30px 6% 0;
  }
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .features-list {
    padding: 30px 3% 0;
  }
}
@media screen and (max-width: 512px) {
  .features-list {
    padding: 30px 5% 0;
  }
}
.featuresItem {
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 513px) and (max-width: 1280px) {
  .featuresItem {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 512px) {
  .featuresItem {
    border-radius: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.featuresItem:first-child {
  padding-right: 12%;
}
@media screen and (max-width: 1280px) {
  .featuresItem:first-child {
    padding-right: 0;
  }
}
.featuresItem:first-child .featuresItem-detail {
  padding-right: 50px;
}
@media screen and (max-width: 1280px) {
  .featuresItem:first-child .featuresItem-detail {
    padding-right: 0;
  }
}
.featuresItem:nth-child(2) {
  padding-left: 12%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1280px) {
  .featuresItem:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 512px) {
  .featuresItem:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.featuresItem:nth-child(2) .featuresItem-detail {
  padding-left: 50px;
}
@media screen and (max-width: 1280px) {
  .featuresItem:nth-child(2) .featuresItem-detail {
    padding-left: 0;
  }
}
.featuresItem:last-child {
  padding-right: 12%;
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .featuresItem:last-child {
    padding-right: 0;
  }
}
.featuresItem:last-child .featuresItem-detail {
  padding-right: 50px;
}
@media screen and (max-width: 1280px) {
  .featuresItem:last-child .featuresItem-detail {
    padding-right: 0;
  }
}
.featuresItem.move .featuresItem-title:after {
  width: 100%;
}
.featuresItem-image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 512px) {
  .featuresItem-image {
    width: 50%;
    max-width: 200px;
    margin-bottom: 20px;
  }
}
.featuresItem-image img {
  width: 100%;
}
.featuresItem-image span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .featuresItem-detail {
    width: 66%;
  }
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .featuresItem-detail {
    width: 64%;
  }
}
.featuresItem-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.09em;
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.featuresItem-title:after {
  width: 0px;
  content: "";
  display: block;
  height: 6px;
  margin-top: 8px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .featuresItem-title:after {
    height: 3px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .featuresItem-title {
    margin-bottom: 20px;
    font-size: min(4vw,28px);
  }
}
@media screen and (max-width: 768px) {
  .featuresItem-title {
    font-size: 21px;
    font-size: min(4vw,21px);
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 512px) {
  .featuresItem-title {
    font-size: 20px;
    font-size: max(4.2vw,18px);
    letter-spacing: 0.04em;
    text-align: center;
  }
}
.featuresItem-title span {
  display: block;
}
.featuresItem-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
  font-size: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .featuresItem-text {
    font-size: 17px;
  }
  .featuresItem-text br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .featuresItem-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 512px) {
  .featuresItem-text {
    font-size: 13px;
    line-height: 1.8;
  }
}
.featuresItem-text span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #e50060;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.cv {
  padding: 60px 0;
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .cv {
    padding: 40px 0;
  }
}
@media screen and (max-width: 512px) {
  .cv {
    padding: 30px 0;
  }
}
.cv-btnSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cv-btn {
  margin-right: 25px;
  text-align: center;
}
.cv-btn:last-child {
  margin-right: 0;
}
.cv-btn a {
  min-width: 280px;
}

.introduction-title {
  width: 70%;
  max-width: 600px;
  margin: 0 auto 15px;
}
.introduction-title img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .introduction-title {
    max-width: 90%;
  }
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .introduction-title {
    width: 80%;
  }
}
@media screen and (max-width: 512px) {
  .introduction-title {
    width: 90%;
  }
}
.introduction-movie {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.introduction-movie img {
  width: 100%;
}

.movie-link {
  display: block;
  position: relative;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 512px) {
  .movie-link {
    padding: 6px;
  }
}
.movie-link:hover {
  background-position: 0 0;
}
.movie-link:hover .movie-icon {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.movie-link:hover .movie-icon:after {
  background-position: 0 0;
}
.movie-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  width: 106px;
  height: 106px;
  margin-top: -53px;
  margin-left: -53px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 512px) {
  .movie-icon {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }
}
.movie-icon:after {
  content: "";
  display: block;
  width: 25px;
  height: 44px;
  -webkit-transform: translate(5px, 0);
      -ms-transform: translate(5px, 0);
          transform: translate(5px, 0);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  z-index: 2;
}
@media screen and (max-width: 512px) {
  .movie-icon:after {
    -webkit-transform: translate(3px, 0);
        -ms-transform: translate(3px, 0);
            transform: translate(3px, 0);
    width: 15px;
    height: 24px;
  }
}

.modal-video-body {
  max-width: 1160px;
  padding: 0 15px;
}

.effect {
  position: relative;
}
@media screen and (min-width: 769px) {
  .effect {
    padding-top: 70px;
  }
}
.effect-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .effect-list {
    display: block;
  }
}
.effect-list.move .effectItem:nth-child(1) {
  -webkit-animation: fadeRight 0.7s ease-out forwards;
          animation: fadeRight 0.7s ease-out forwards;
}
.effect-list.move .effectItem:nth-child(2) {
  -webkit-animation: fadeRight 0.7s ease-out forwards;
          animation: fadeRight 0.7s ease-out forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.effectItem {
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48.5%;
  opacity: 0;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .effectItem {
    padding: 30px 3%;
  }
}
@media screen and (max-width: 768px) {
  .effectItem {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 5%;
    -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .effectItem:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 512px) {
  .effectItem {
    padding: 25px 20px;
    border-radius: 6px;
  }
}
.effectItem-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .effectItem-head {
    margin-bottom: 15px;
  }
}
.effectItem-icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 75px;
}
@media screen and (min-width: 513px) and (max-width: 1280px) {
  .effectItem-icon {
    width: 5.4vw;
  }
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .effectItem-icon {
    width: 32%;
  }
}
@media screen and (max-width: 512px) {
  .effectItem-icon {
    width: 40px;
  }
}
.effectItem-icon img {
  width: 100%;
  max-height: 100%;
}
.effectItem-icon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.effectItem-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-left: 15px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .effectItem-title {
    font-size: min(1.9vw,22px);
    padding-left: 10px;
  }
  .effectItem-title br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .effectItem-title {
    font-size: 26px;
    font-size: min(3.5vw,24px);
    word-break: keep-all;
  }
  .effectItem-title br {
    display: none;
  }
}
@media screen and (max-width: 512px) {
  .effectItem-title {
    padding-left: 10px;
    font-size: 15px;
    font-size: max(4.2vw,15px);
    letter-spacing: 0.04em;
    word-break: break-all;
  }
}
.effectItem-title span {
  color: #e50060;
}
.effectItem-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .effectItem-text {
    font-size: 15px;
  }
  .effectItem-text br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .effectItem-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 512px) {
  .effectItem-text {
    font-size: 13px;
  }
}
.effect-icon_01 {
  max-width: 75px;
}
.effect-icon_02 {
  max-width: 85%;
}

.plan {
  position: relative;
}
@media screen and (min-width: 769px) {
  .plan {
    padding-top: 70px;
  }
}
.plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}
@media screen and (max-width: 1300px) {
  .plan-list {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .plan-list {
    display: block;
  }
}
.plan-list.move .planItem:nth-child(1) {
  -webkit-animation: fadeRight 0.7s ease-out forwards;
          animation: fadeRight 0.7s ease-out forwards;
}
.plan-list.move .planItem:nth-child(2) {
  -webkit-animation: fadeRight 0.7s ease-out forwards;
          animation: fadeRight 0.7s ease-out forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.plan-list.move .planItem:nth-child(3) {
  -webkit-animation: fadeRight 0.7s ease-out forwards;
          animation: fadeRight 0.7s ease-out forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.planItem {
  width: 32%;
  background: #e50060;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
}
@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .planItem {
    padding: 30px 3%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (max-width: 1000px) {
  .planItem {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 3%;
  }
  .planItem:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 512px) {
  .planItem {
    padding: 20px 15px 15px;
    border-radius: 6px;
  }
}
.planItem-title {
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 0.09em;
  margin-bottom: 20px;
}
@media screen and (min-width: 513px) and (max-width: 1280px) {
  .planItem-title {
    font-size: min(2vw,25px);
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 513px) and (max-width: 1000px) {
  .planItem-title {
    font-size: 28px;
    font-size: min(5.2vw,28px);
  }
}
@media screen and (max-width: 512px) {
  .planItem-title {
    font-size: 22px;
    font-size: max(5.2vw,22px);
    letter-spacing: 0.04em;
    margin-bottom: 12px;
  }
}
.planItem-title span {
  display: block;
}
.planItem-text {
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.7;
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .planItem-text br {
    display: none;
  }
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .planItem-text span {
    display: block;
  }
}
@media screen and (max-width: 512px) {
  .planItem-text {
    font-size: 13px;
    line-height: 1.8;
    width: 100%;
    padding-left: 0;
    text-align: left;
  }
}
.planItem-detail {
  font-weight: 500;
}
.planItem-box {
  background: #ffffff;
  border-radius: 4px;
  padding: 15px 20px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 512px) {
  .planItem-box {
    padding: 10px 20px;
  }
}
.planItem-box:last-child {
  margin-bottom: 0;
}
.planItem-box p {
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.planItem-box strong {
  font-weight: 900;
}
.planItem-price {
  font-weight: bold;
}
.planItem-price span {
  position: relative;
  bottom: -1px;
  font-size: 30px;
  font-weight: 900;
  color: #e50060;
  line-height: 1;
  padding-right: 3px;
}
@media screen and (max-width: 512px) {
  .planItem-price span {
    font-size: 26px;
    letter-spacing: 0.02em;
  }
}

.faq-a:before, .faq-q:before {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-weight: 900;
  font-size: 23px;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e50060;
  color: #ffffff;
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .faq-a:before, .faq-q:before {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}
@media screen and (max-width: 512px) {
  .faq-a:before, .faq-q:before {
    width: 28px;
    height: 28px;
    font-size: 17px;
  }
}

@media screen and (min-width: 769px) {
  .faq {
    padding-top: 70px;
  }
}
.faqItem {
  width: 100%;
  max-width: 700px;
  -webkit-box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  padding: 30px 40px;
  margin: 0 auto 24px;
  position: relative;
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .faqItem {
    padding: 25px 25px 25px 20px;
  }
}
@media screen and (max-width: 512px) {
  .faqItem {
    border-radius: 6px;
    margin: 0 auto 20px;
    padding: 20px 15px;
    -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  }
}
.faqItem:last-child {
  margin-bottom: 0;
}
.faq-q {
  position: relative;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
  padding-top: 6px;
  padding-left: 58px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .faq-q {
    font-size: 15px;
    padding-top: 4px;
    padding-left: 45px;
  }
}
@media screen and (max-width: 512px) {
  .faq-q {
    font-size: 13px;
    padding-top: 3px;
    padding-left: 38px;
    margin-bottom: 10px;
  }
}
.faq-q:after {
  content: "";
  display: block;
  margin-top: 15px;
  height: 2px;
  width: 100%;
}
@media screen and (max-width: 512px) {
  .faq-q:after {
    margin-top: 10px;
  }
}
.faq-q:before {
  content: "Q";
  padding-bottom: 4px;
}
.faq-a {
  position: relative;
  padding-top: 4px;
  padding-left: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .faq-a {
    padding-left: 45px;
    font-size: 15px;
  }
}
@media screen and (max-width: 512px) {
  .faq-a {
    padding-top: 2px;
    padding-left: 38px;
    font-size: 13px;
  }
}
.faq-a a {
  font-weight: bold;
  color: #e50060;
}
.faq-a a:hover {
  color: #b2004b;
  text-decoration: underline;
}
.faq-a:before {
  content: "A";
  padding-bottom: 3px;
}
@media screen and (max-width: 512px) {
  .faq-a:before {
    padding-bottom: 2px;
  }
}
.faq-btn {
  margin-top: 60px;
}
@media screen and (min-width: 513px) and (max-width: 768px) {
  .faq-btn {
    margin-top: 45px;
  }
}
@media screen and (max-width: 512px) {
  .faq-btn {
    margin-top: 30px;
  }
}

.fadeUp, .fadeLeft, .fadeRight {
  opacity: 0;
}

.scale {
  opacity: 0;
  -webkit-transform: scale(0.8) translateY(0px);
      -ms-transform: scale(0.8) translateY(0px);
          transform: scale(0.8) translateY(0px);
}

.scaleUp {
  -webkit-transform: scale(0) translateY(0px);
      -ms-transform: scale(0) translateY(0px);
          transform: scale(0) translateY(0px);
}

.move.fadeUp {
  -webkit-animation: fadeUp 0.8s ease-out forwards;
          animation: fadeUp 0.8s ease-out forwards;
}
.move.fadeLeft {
  -webkit-animation: fadeLeft 0.7s ease-out forwards;
          animation: fadeLeft 0.7s ease-out forwards;
}
.move.fadeRight {
  -webkit-animation: fadeRight 0.7s ease-out forwards;
          animation: fadeRight 0.7s ease-out forwards;
}
.move.scaleUp {
  -webkit-animation: scaleUp 0.6s forwards;
          animation: scaleUp 0.6s forwards;
}

@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(0px);
            transform: scale(0) translateY(0px);
  }
  50% {
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
            transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    -webkit-transform: scale(1.1) translateY(0);
            transform: scale(1.1) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(0px);
            transform: scale(0) translateY(0px);
  }
  50% {
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
            transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    -webkit-transform: scale(1.1) translateY(0);
            transform: scale(1.1) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(0px);
            transform: scale(0.8) translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(0px);
            transform: scale(0.8) translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp_2 {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeUp_2 {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeLeft {
  0% {
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeLeft {
  0% {
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeRight {
  0% {
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeRight {
  0% {
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes UpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-webkit-keyframes UpDown_2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes UpDown_2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}