@charset "UTF-8";
.title, .title_inline, .title_right, .title_center {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

/*----------------------
            base
----------------------*/
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #231815;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  word-break: break-all;
}
@media screen and (max-width: 512px) {
  body {
    font-size: 14px;
    line-height: 1.7;
  }
}

p {
  font-weight: 400;
}

img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: middle;
}

/*----------------------
                layout
----------------------*/
.l-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 512px) {
  .l-header {
    padding: 0 10px;
  }
}

.l-contents {
  margin: 0 0 130px 0;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .l-contents {
    margin: 0 0 100px 0;
  }
}
@media screen and (max-width: 512px) {
  .l-contents {
    margin: 0 0 70px 0;
  }
}

.l-sec-1, .l-sec-2_bottom, .l-sec-2_bg, .l-sec-2_line {
  position: relative;
  padding: 80px 0;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .l-sec-1, .l-sec-2_bottom, .l-sec-2_bg, .l-sec-2_line {
    padding: 20px 0;
  }
}
@media screen and (max-width: 512px) {
  .l-sec-1, .l-sec-2_bottom, .l-sec-2_bg, .l-sec-2_line {
    padding: 15px 0;
  }
}
.l-sec-1_line {
  border-bottom: 1px solid #9FA0A0;
}
.l-sec-1_bg {
  background-color: #F0F3F5;
}
.l-sec-2, .l-sec-1_line, .l-sec-1_bg {
  position: relative;
}
.l-sec-2_line {
  border-bottom: 1px solid #9FA0A0;
}
.l-sec-2_bg {
  background-color: #F0F3F5;
}
.l-sec-2_bottom {
  padding: 0 0 80px 0;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .l-sec-2_bottom {
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 512px) {
  .l-sec-2_bottom {
    padding: 0 0 15px 0;
  }
}

.l-col-2_left {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
  .l-col-2_left {
    width: auto;
    position: static;
    float: none;
  }
}
.l-col-2_right {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
  .l-col-2_right {
    width: auto;
    position: static;
    float: none;
  }
}

.fadeIn, .fadeUp, .fadeDown, .fadeLeft, .fadeRight {
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

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

.move.fadeIn {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}
.move.fadeUp {
  -webkit-animation: fadeUp 1s ease-out forwards;
          animation: fadeUp 1s ease-out forwards;
}
.move.fadeDown {
  -webkit-animation: fadeDown 1s ease-out forwards;
          animation: fadeDown 1s ease-out forwards;
}
.move.fadeLeft {
  -webkit-animation: fadeLeft 1s ease-out forwards;
          animation: fadeLeft 1s ease-out forwards;
}
.move.fadeRight {
  -webkit-animation: fadeRight 1s ease-out forwards;
          animation: fadeRight 1s ease-out forwards;
}
.move.scaleUp {
  -webkit-animation: scaleUp 0.8s forwards;
          animation: scaleUp 0.8s forwards;
}

@-webkit-keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0) translateY(0px);
            transform: scale(0) translateY(0px);
  }
  50% {
    -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% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0) translateY(0px);
            transform: scale(0) translateY(0px);
  }
  50% {
    -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% {
    -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, 40px, 0);
            transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeDown {
  0% {
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 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(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeLeft {
  0% {
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 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(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeRight {
  0% {
    -webkit-transform: translate3d(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.stepUp .stepUp-item, .stepUp .stepUp-item_left {
  opacity: 0;
}
.stepUp.move .stepUp-item, .stepUp.move .stepUp-item_left {
  -webkit-animation: fadeLeft 0.8s ease-Out forwards;
          animation: fadeLeft 0.8s ease-Out forwards;
}
.stepUp.move .stepUp-item:nth-child(1), .stepUp.move .stepUp-item_left:nth-child(1) {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.stepUp.move .stepUp-item:nth-child(2), .stepUp.move .stepUp-item_left:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.stepUp.move .stepUp-item:nth-child(3), .stepUp.move .stepUp-item_left:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.stepUp.move .stepUp-item:nth-child(4), .stepUp.move .stepUp-item_left:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.stepUp.move .stepUp-item:nth-child(5), .stepUp.move .stepUp-item_left:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/*----------------------
        module
----------------------*/
.header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px 0 0 0;
  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: 512px) {
  .header {
    margin: 10px 0 0 0;
  }
}
.header-logo {
  width: 140px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 512px) {
  .header-logo {
    width: 120px;
  }
}
.header-logo svg {
  vertical-align: middle;
  width: 100%;
  height: auto;
  fill: #231815;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-logo a:hover svg {
  fill: #E50060;
}
.header-sns {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-sns_facebook {
  display: block;
  height: 34px;
  margin: 0 30px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 512px) {
  .header-sns_facebook {
    margin: 0 15px 0 0;
    height: 30px;
  }
}
.header-sns_facebook svg {
  height: 100%;
  width: auto;
  fill: #231815;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-sns_facebook:hover svg {
  fill: #E50060;
}
.header-sns_x {
  display: block;
  height: 30px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 512px) {
  .header-sns_x {
    height: 26px;
  }
}
.header-sns_x svg {
  height: 100%;
  width: auto;
  fill: #231815;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-sns_x:hover svg {
  fill: #E50060;
}

.mainV {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 512px) {
  .mainV {
    padding: 0 10px;
  }
}
.mainV-inner {
  margin: 50px 0 200px;
  position: relative;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .mainV-inner {
    margin: 60px 0 200px;
  }
}
@media screen and (max-width: 512px) {
  .mainV-inner {
    margin: 70px 0 100px;
  }
}
.mainV-gra {
  margin: 0 0 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .mainV-gra {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 512px) {
  .mainV-gra {
    margin: 0;
  }
}
.mainV-logo {
  height: auto;
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 512px) {
  .mainV-logo {
    width: 40%;
  }
}
.mainV-logo img {
  height: auto;
  width: 100%;
}
.mainV-txt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0%;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 512px) {
  .mainV-txt {
    padding: 0 15px;
  }
}
.mainV-txt img {
  height: auto;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainV-comment {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .mainV-comment {
    font-size: 20px;
  }
}
@media screen and (max-width: 512px) {
  .mainV-comment {
    font-size: min(4.5vw, 18px);
  }
}

.title, .title_inline, .title_right, .title_center {
  font-size: 42px;
  line-height: 1;
  margin: 0 0 50px 0;
  padding: 0;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .title, .title_inline, .title_right, .title_center {
    font-size: 36px;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 512px) {
  .title, .title_inline, .title_right, .title_center {
    font-size: min(7.5vw, 30px);
    margin: 0 0 20px 0;
  }
}
.title span, .title_inline span, .title_right span, .title_center span {
  color: #E50060;
}
.title_center {
  text-align: center;
}
.title_right {
  text-align: right;
}
.title_inline {
  margin: 0;
}
.title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .title-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 512px) {
  .title-wrapper {
    margin-bottom: 20px;
  }
}
.title-description {
  width: 67%;
}
@media screen and (max-width: 800px) {
  .title-description {
    width: 100%;
  }
}

.sec1,
.sec2,
.sec3,
.sec4,
.sec5,
.sec6,
.sec7 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .sec1,
  .sec2,
  .sec3,
  .sec4,
  .sec5,
  .sec6,
  .sec7 {
    margin: 0 auto 40px auto;
  }
}
@media screen and (max-width: 512px) {
  .sec1,
  .sec2,
  .sec3,
  .sec4,
  .sec5,
  .sec6,
  .sec7 {
    padding: 0 15px;
    margin: 0 auto 30px auto;
  }
}

.sec1 {
  text-align: center;
}
.sec1-titleWrapper {
  display: inline-block;
  margin: 0 0 50px 0;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .sec1-titleWrapper {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 512px) {
  .sec1-titleWrapper {
    margin: 0 0 30px 0;
  }
}
.sec1-title {
  text-align: left;
  font-size: 68px;
  line-height: 1.3;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .sec1-title {
    font-size: min(7.5vw, 50px);
  }
}
@media screen and (max-width: 512px) {
  .sec1-title {
    font-size: min(7.5vw, 30px);
  }
}
.sec1-title span {
  color: #E50060;
}
.sec1-pic {
  border-radius: 10px;
  text-align: left;
  background-image: url(../images/pic-01.jpg);
  background-size: cover;
  background-position: center center;
  height: auto;
  width: calc(100% - 350px);
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .sec1-pic {
    height: 40vw;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 512px) {
  .sec1-pic {
    height: 45vw;
    width: 100%;
    margin-bottom: 30px;
  }
}
.sec1-txt {
  text-align: left;
  width: 300px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .sec1-txt {
    width: 100%;
  }
}
.sec1-inner {
  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: 800px) {
  .sec1-inner {
    display: block;
  }
}

.sec2 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 2;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .sec2 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 512px) {
  .sec2 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.sec2-ico {
  width: auto;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
.sec2-ico img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .sec2-ico {
    height: 80%;
  }
}
@media screen and (max-width: 512px) {
  .sec2-ico {
    height: auto;
    width: 90%;
    max-width: 300px;
  }
  .sec2-ico img {
    width: 100%;
    height: auto;
  }
}
.sec2-txt {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 680px;
  width: 80%;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .sec2-txt {
    width: 100%;
    max-width: 100%;
  }
}
.sec2-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec3 {
  position: relative;
}
.sec3-logo {
  width: 47%;
}
@media screen and (max-width: 800px) {
  .sec3-logo {
    width: 100%;
  }
}
.sec3-ico {
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .sec3-ico {
    max-width: 60%;
  }
}
@media screen and (max-width: 512px) {
  .sec3-ico {
    max-width: 60%;
  }
}
.sec3-ico img {
  width: 100%;
  height: auto;
}
.sec3-txt {
  position: relative;
  z-index: 1;
  text-align: left;
  width: 47%;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .sec3-txt {
    width: 100%;
  }
}
.sec3-inner {
  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: 800px) {
  .sec3-inner {
    display: block;
  }
}

.sec4-color {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec4-color_1 {
  border-radius: 10px;
  height: 310px;
  width: 31%;
  background-color: #E50060;
}
@media screen and (max-width: 800px) {
  .sec4-color_1 {
    height: 120px;
    width: 100%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 512px) {
  .sec4-color_1 {
    height: 60px;
  }
}
.sec4-color_2 {
  border-radius: 10px;
  height: 310px;
  width: 14%;
  background-color: #5544AA;
}
@media screen and (max-width: 800px) {
  .sec4-color_2 {
    height: 120px;
    width: 48%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 512px) {
  .sec4-color_2 {
    height: 60px;
  }
}
.sec4-color_3 {
  border-radius: 10px;
  height: 310px;
  width: 14%;
  background-color: #36BCD9;
}
@media screen and (max-width: 800px) {
  .sec4-color_3 {
    height: 120px;
    width: 48%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 512px) {
  .sec4-color_3 {
    height: 60px;
  }
}
.sec4-color_4 {
  border-radius: 10px;
  height: 310px;
  width: 14%;
  background-color: #11AA3A;
}
@media screen and (max-width: 800px) {
  .sec4-color_4 {
    height: 120px;
    width: 48%;
  }
}
@media screen and (max-width: 512px) {
  .sec4-color_4 {
    height: 60px;
  }
}
.sec4-color_5 {
  border-radius: 10px;
  height: 310px;
  width: 14%;
  background-color: #F9BB44;
}
@media screen and (max-width: 800px) {
  .sec4-color_5 {
    height: 120px;
    width: 48%;
  }
}
@media screen and (max-width: 512px) {
  .sec4-color_5 {
    height: 60px;
  }
}

.sec5 {
  margin-bottom: 80px;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .sec5 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 512px) {
  .sec5 {
    margin-bottom: 50px;
  }
}
.sec5-gra_1 {
  width: 100%;
  height: auto;
  margin: 0 0 30px;
}
@media screen and (max-width: 512px) {
  .sec5-gra_1 {
    margin: 0 0 20px;
  }
}
.sec5-gra_2 {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F0F3F5;
  margin: 0 0 30px;
  padding: 30px 30px 50px 30px;
}
@media screen and (max-width: 512px) {
  .sec5-gra_2 {
    margin: 0 0 20px;
    padding: 15px 15px 20px 15px;
  }
}
.sec5-gra_3 {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F0F3F5;
  margin: 0 0 30px;
  padding: 30px;
}
@media screen and (max-width: 512px) {
  .sec5-gra_3 {
    margin: 0 0 20px;
    padding: 15px;
  }
}
.sec5-subTitle {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 40px 0;
  padding: 0;
  line-height: 1;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .sec5-subTitle {
    margin: 0 0 30px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 512px) {
  .sec5-subTitle {
    margin: 0 0 15px 0;
    font-size: 14px;
  }
}
.sec5-comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec5-comparison_old {
  width: 47.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.sec5-comparison_old img {
  width: 85%;
  height: auto;
}
.sec5-comparison_arrow {
  width: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.sec5-comparison_arrow img {
  width: 70%;
  height: auto;
}
.sec5-comparison_new {
  width: 47.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.sec5-comparison_new img {
  width: 85%;
  width: 100;
  height: auto;
}
.sec5-variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec5-variation_left {
  width: 47.5%;
}
.sec5-variation_right {
  width: 47.5%;
}

.sec6 {
  text-align: center;
}
.sec6-titleWrapper {
  display: inline-block;
  margin: 0 0 70px 0;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .sec6-titleWrapper {
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 512px) {
  .sec6-titleWrapper {
    margin: 0 0 30px 0;
  }
}
.sec6-title {
  text-align: left;
  font-size: 68px;
  line-height: 1.3;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .sec6-title {
    font-size: min(7.5vw, 50px);
  }
}
@media screen and (max-width: 512px) {
  .sec6-title {
    font-size: min(7.5vw, 30px);
  }
}
.sec6-title span {
  color: #E50060;
}
.sec6-gra {
  margin: 0 0 70px 0;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .sec6-gra {
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 512px) {
  .sec6-gra {
    margin: 0 0 30px 0;
  }
}
.sec6-subTitle {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .sec6-subTitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 512px) {
  .sec6-subTitle {
    font-size: 20px;
  }
}
.sec6-txt {
  text-align: left;
  width: 300px;
  margin: 0;
  padding: 0;
}
.sec6-colset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .sec6-colset {
    display: block;
  }
}
.sec6-colset_reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 50px 0;
}
@media screen and (max-width: 800px) {
  .sec6-colset_reverse {
    display: block;
    margin: 40px 0;
  }
}
@media screen and (max-width: 512px) {
  .sec6-colset_reverse {
    margin: 30px 0;
  }
}
.sec6-box {
  width: 47%;
}
@media screen and (max-width: 800px) {
  .sec6-box {
    width: 100%;
  }
}
.sec6-bg_1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background: linear-gradient(135deg, #CCEFFF, #FFCCDD);
  border-radius: 5px;
}
@media screen and (max-width: 512px) {
  .sec6-bg_1 {
    padding: 10px;
  }
}
.sec6-bg_1 img {
  border-radius: 5px;
}
.sec6-bg_2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background: linear-gradient(135deg, #FFCCDD, #FFE0AB);
  border-radius: 5px;
}
@media screen and (max-width: 512px) {
  .sec6-bg_2 {
    padding: 10px;
  }
}
.sec6-bg_2 img {
  border-radius: 5px;
}
.sec6-bg_3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background: linear-gradient(135deg, #CCFFE6, #FDCEDD);
  border-radius: 5px;
}
@media screen and (max-width: 512px) {
  .sec6-bg_3 {
    padding: 10px;
  }
}
.sec6-bg_3 img {
  border-radius: 5px;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px 0;
  padding: 0;
}
@media screen and (max-width: 512px) {
  .footer-nav {
    display: block;
    text-align: center;
  }
}
.footer-navItem {
  display: block;
  list-style: none;
  font-weight: 700;
  font-size: 16px;
  margin: 0 50px 0 0;
  padding: 0;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .footer-navItem {
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 512px) {
  .footer-navItem {
    font-size: 14px;
    padding: 5px;
    margin: 0;
  }
}
.footer-navItem:last-child {
  margin: 0;
}
.footer-navItem a {
  color: #231815;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.footer-navItem a:hover {
  color: #E50060;
}
.footer-copyright {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1;
}
.footer-copyright small {
  font-size: 14px;
}