@charset "UTF-8";
.copyright small, .tech-title {
  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: 1.8;
  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%;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 0 0 rgba(35, 24, 21, 0.3);
          box-shadow: 0 0 0 0 rgba(35, 24, 21, 0.3);
}

.is_scroll .l-header {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 0 10px 0 rgba(35, 24, 21, 0.1);
          box-shadow: 2px 0 10px 0 rgba(35, 24, 21, 0.1);
}
.is_scroll .headerBtn a {
  border-color: #E50060;
}

.l-sec-1, .l-sec-1_bg, .l-sec-1_line {
  position: relative;
  padding: 80px 0;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .l-sec-1, .l-sec-1_bg, .l-sec-1_line {
    padding: 60px 0;
  }
}
@media screen and (max-width: 512px) {
  .l-sec-1, .l-sec-1_bg, .l-sec-1_line {
    padding: 40px 0;
  }
}
.l-sec-1_line {
  border-bottom: 1px solid #E4E4E4;
}
.l-sec-1_bg {
  background-color: #F7F7F7;
}
.l-sec-2, .l-sec-2_bottom, .l-sec-2_bg, .l-sec-2_line {
  position: relative;
}
.l-sec-2_line {
  border-bottom: 1px solid #E4E4E4;
}
.l-sec-2_bg {
  background-color: #F7F7F7;
}
.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 60px 0;
  }
}
@media screen and (max-width: 512px) {
  .l-sec-2_bottom {
    padding: 0 0 40px 0;
  }
}

.l-colset-1 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .l-colset-1 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 512px) {
  .l-colset-1 {
    padding: 0 15px;
  }
}
.l-colset-2 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .l-colset-2 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 512px) {
  .l-colset-2 {
    padding: 0 15px;
  }
}

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

.l-footer {
  background-color: #E50060;
}

.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 fadeLeft2 {
  0% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeLeft2 {
  0% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 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;
}

.mainV-title,
.mainV-txt,
.mainVPanel-txt,
.mainVPanel-item {
  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);
}

.move .mainVPanel-item {
  -webkit-animation: fadeLeft2 1s ease-Out forwards;
          animation: fadeLeft2 1s ease-Out forwards;
}
.move .mainVPanel-item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.move .mainVPanel-item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.move .mainVPanel-item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.move .mainVPanel-item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.move .mainVPanel-item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.move .mainVPanel-item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.move .mainVPanel-item:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.move .mainVPanel-item:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.move .mainVPanel-item:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.move .mainVPanel-item:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.move .mainVPanel-item:nth-child(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.move .mainVPanel-item:nth-child(12) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.move .mainVPanel-item:nth-child(13) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.move .mainVPanel-item:nth-child(14) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.move .mainVPanel-item:nth-child(15) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.move .mainVPanel-item:nth-child(16) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.move .mainVPanel-item:nth-child(17) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
.move .mainVPanel-item:nth-child(18) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.move .mainVPanel-item:nth-child(19) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.move .mainVPanel-item:nth-child(20) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.move .mainVPanel-item:nth-child(21) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.move .mainVPanel-item:nth-child(22) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.move .mainVPanel-item:nth-child(23) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.move .mainVPanel-item:nth-child(24) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.move .mainVPanel-item:nth-child(26) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.move .mainVPanel-item:nth-child(26) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.move .mainVPanel-item:nth-child(27) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.move .mainVPanel-item:nth-child(28) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.move .mainVPanel-item:nth-child(29) {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
.move .mainVPanel-item:nth-child(30) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.move .mainVPanel-txt {
  -webkit-animation: fadeUp 0.8s ease-Out forwards;
          animation: fadeUp 0.8s ease-Out forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.move .mainV-title {
  -webkit-animation: fadeLeft 1.4s ease-Out forwards;
          animation: fadeLeft 1.4s ease-Out forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.move .mainV-txt {
  -webkit-animation: fadeLeft 1.4s ease-Out forwards;
          animation: fadeLeft 1.4s ease-Out forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

/*----------------------
        module
        ----------------------*/
@media screen and (max-width: 800px) {
  .none-tablet {
    display: none;
  }
}
@media screen and (max-width: 512px) {
  .none-sp {
    display: none;
  }
}

.header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 30px;
  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;
}
@media screen and (max-width: 800px) {
  .header {
    background-color: #ffffff;
    margin: 0;
    padding: 0 10px 0 10px;
    height: 70px;
  }
}
@media screen and (max-width: 512px) {
  .header {
    padding: 0 15px 0 10px;
  }
}
.header-logo, .header-logo_b {
  height: 50px;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 0;
}
@media screen and (max-width: 800px) {
  .header-logo, .header-logo_b {
    height: 40px;
  }
}
@media screen and (max-width: 512px) {
  .header-logo, .header-logo_b {
    height: 36px;
  }
}
.header-logo img, .header-logo_b img {
  height: 100%;
  width: auto;
  vertical-align: middle;
}
.header-logo a, .header-logo_b a {
  height: 100%;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-logo_b a {
  padding: 5px 0;
}

.headerBtn {
  padding: 10px 0;
}
.headerBtn a {
  display: block;
  border: #ffffff 3px solid;
  border-radius: 5px;
  color: #231815;
  background-color: #ffffff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 800px) {
  .headerBtn a {
    font-size: 12px;
    padding: 8px 12px;
    border-color: #E50060;
  }
}
@media screen and (max-width: 512px) {
  .headerBtn a {
    font-size: 11px;
  }
}
.headerBtn a:hover {
  color: #E50060;
}
.headerBtn a:hover .headerBtn-ico svg {
  fill: #E50060;
}
.headerBtn-txt {
  line-height: 1.2;
  font-weight: 600;
}
.headerBtn-txt_01 {
  font-size: 0.7em;
  display: block;
}
.headerBtn-ico {
  height: auto;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 800px) {
  .headerBtn-ico {
    width: 20px;
  }
}
.headerBtn-ico svg {
  height: auto;
  width: 100%;
  fill: #231815;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.open {
  overflow-y: hidden;
}
.open .gNav {
  opacity: 1;
  height: 100%;
  overflow-y: scroll;
}
.open .gNav-inner {
  opacity: 1;
}

.gNav {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 200;
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.gNav-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gNav-close {
  position: absolute;
  width: 50px;
  top: 50px;
  right: 50px;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .gNav-close {
    width: 40px;
    top: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 512px) {
  .gNav-close {
    width: 30px;
    top: 30px;
    right: 30px;
  }
}
.gNav-inner {
  opacity: 0;
  width: 100%;
  max-width: 900px;
  max-height: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gNav-title {
  font-size: min(4vw, 42px);
  line-height: 1.4;
  margin: 0 0 50px 0;
  padding: 50px 0 0 0;
  text-align: center;
  color: #E50060;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
}
.gNav-title span {
  display: block;
  font-size: 0.45em;
  color: #231815;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .gNav-title {
    font-size: 36px;
    margin: 0 0 30px 0;
    padding: 40px 0 0 0;
  }
}
@media screen and (max-width: 512px) {
  .gNav-title {
    font-size: min(6vw, 30px);
    margin: 0 0 20px 0;
    padding: 30px 0 0 0;
  }
}
.gNav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 50px 50px 50px;
}
.gNav-item {
  width: 32.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 1.25% 1.25% 0;
  padding: 0;
  list-style: none;
  font-size: min(1.6vw, 16px);
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 801px) {
  .gNav-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .gNav-item {
    width: 49%;
    margin: 2% 2% 0 0;
    font-size: min(2.4vw, 15px);
  }
  .gNav-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 512px) {
  .gNav-item {
    width: 100%;
    margin: 0 0 8px 0;
    font-size: min(3.8vw, 15px);
  }
}
.gNav-item a {
  display: block;
  padding: 10px;
  border: 2px solid #E50060;
  border-radius: 5px;
  text-decoration: none;
  color: #231815;
  position: relative;
  background-color: #ffffff;
}
@media screen and (max-width: 512px) {
  .gNav-item a {
    padding: 10px 6px;
  }
}
.gNav-item a:after {
  z-index: 2;
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  display: block;
  background-color: #B9B9B9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 64.9 100"><path d="M64.9,50L14.9,100,0,85.1l35.1-35.1L0,14.9,14.9,0l50,50Z" /></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 64.9 100"><path d="M64.9,50L14.9,100,0,85.1l35.1-35.1L0,14.9,14.9,0l50,50Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 800px) {
  .gNav-item a:after {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
  }
}
.gNav-item a:hover {
  color: #E50060;
}
.gNav-item a:hover:after {
  background-color: #E50060;
  right: 10px;
}

.mainV {
  width: 100%;
  background: #ffffff;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(229, 0, 96, 0.8);
  background-image: url(../images/mainV-bg.svg);
  background-size: 50%;
  background-position: center right;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .mainV {
    background-color: #ffffff;
    background-image: none;
    display: block;
    margin: 70px 0 0 0;
  }
}
.mainV-copy {
  width: 45%;
  max-width: 800px;
  background-color: #F7F7F7;
  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;
}
@media screen and (max-width: 800px) {
  .mainV-copy {
    width: auto;
    display: block;
    margin: 0;
    padding: 30px;
    background-color: #ffffff;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 512px) {
  .mainV-copy {
    padding: 30px 15px;
    margin: 0;
  }
}
.mainV-panel {
  width: 55%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .mainV-panel {
    width: 100%;
    background-color: rgba(229, 0, 96, 0.8);
    background-image: url(../images/mainV-bg.svg);
    background-size: 100%;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 512px) {
  .mainV-panel {
    padding: 15px;
  }
}
.mainV-inner {
  padding: 100px 50px;
}
@media screen and (max-width: 800px) {
  .mainV-inner {
    padding: 0;
  }
}
.mainV-title {
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .mainV-title {
    padding: 0;
    margin: 0 0 20px 0;
    max-width: 600px;
  }
}
.mainV-title img {
  height: auto;
  width: 100%;
  vertical-align: middle;
}
.mainV-txt {
  font-weight: 600;
  line-height: 1.6;
  margin: 30px 0 0 0;
  padding: 0;
  font-size: min(1.12vw, 18px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .mainV-txt {
    font-size: min(3vw, 18px);
    padding: 0;
    width: auto;
    display: inline-block;
    margin: 0;
  }
}

.mainVPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mainVPanel-wrapper {
  max-width: 660px;
  padding: 100px 50px;
}
@media screen and (max-width: 800px) {
  .mainVPanel-wrapper {
    max-width: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.mainVPanel-item {
  width: 18%;
  margin: 0 2.5% 2.5% 0;
}
@media screen and (min-width: 900px) {
  .mainVPanel-item:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 801px) and (max-width: 900px) {
  .mainVPanel-item {
    width: 23.125%;
    margin: 0 2.5% 2.5% 0;
  }
  .mainVPanel-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .mainVPanel-item:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 512px) {
  .mainVPanel-item {
    width: 23.125%;
    margin: 0 2.5% 2.5% 0;
  }
  .mainVPanel-item:nth-child(4n) {
    margin-right: 0;
  }
}
.mainVPanel-inner {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.mainVPanel-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 8px 0 rgba(35, 24, 21, 0.3);
          box-shadow: 3px 3px 8px 0 rgba(35, 24, 21, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #231815;
}
.mainVPanel-link:before {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: solid 2px #ffffff;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  border-radius: 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mainVPanel-link:hover {
  color: #E50060;
  -webkit-box-shadow: 0 0 0 0 rgba(35, 24, 21, 0.3);
          box-shadow: 0 0 0 0 rgba(35, 24, 21, 0.3);
}
.mainVPanel-link:hover:before {
  border-color: #E50060;
}
.mainVPanel-noLink {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #231815;
}
.mainVPanel-ribbon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 40%;
  line-height: 1;
}
.mainVPanel-ribbon img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.mainVPanel-icon {
  width: 45%;
  height: auto;
  margin: 0 auto;
  padding: 20% 0 3%;
  line-height: 1;
}
.mainVPanel-icon img {
  width: 100%;
  height: auto;
}
.mainVPanel-name {
  font-weight: 600;
  font-size: min(0.9vw, 12px);
  text-align: center;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .mainVPanel-name {
    font-size: min(1.8vw, 12px);
  }
}
@media screen and (max-width: 512px) {
  .mainVPanel-name {
    font-size: min(2.2vw, 12px);
  }
}
.mainVPanel-txt {
  background-color: #ffffff;
  border-radius: 5px;
  color: #231815;
  text-align: center;
  max-width: 660px;
  line-height: 2;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: min(1.4vw, 18px);
  letter-spacing: 0.1em;
}
.mainVPanel-txt span {
  font-weight: 200;
}
@media screen and (max-width: 800px) {
  .mainVPanel-txt {
    max-width: 100%;
    line-height: 2.5;
    font-size: min(2.8vw, 16px);
  }
}

.title {
  font-size: min(4vw, 42px);
  line-height: 1.4;
  margin: 0 0 50px 0;
  padding: 0;
  text-align: center;
  color: #E50060;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
}
.title span {
  display: block;
  font-size: 0.45em;
  color: #231815;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .title {
    font-size: 36px;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 512px) {
  .title {
    font-size: min(6vw, 30px);
    margin: 0 0 20px 0;
  }
}
.title_2 {
  font-size: min(6vw, 32px);
  line-height: 1.2;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
  color: #231815;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
}
.title_2 span {
  display: block;
  font-size: 0.45em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.title_2 strong {
  font-size: 1.4em;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .title_2 {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 512px) {
  .title_2 {
    margin: 0 0 20px 0;
  }
}

.tech {
  margin: 30px 0 0 0;
  border: 5px solid #E4E4E4;
  border-radius: 5px;
  padding: 50px;
  position: relative;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .tech {
    padding: 40px;
  }
}
@media screen and (max-width: 512px) {
  .tech {
    margin: 20px 0 0 0;
    padding: 30px;
  }
}
.tech:before {
  content: "";
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: solid 2px #E4E4E4;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tech-titleWrapper {
  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;
}
.tech-title {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0;
  margin: 0 40px 0 0;
  border-bottom: 1px solid #231815;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .tech-title {
    font-size: 28px;
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 512px) {
  .tech-title {
    font-size: 22px;
    margin: 0 25px 0 0;
  }
}
.tech-icon {
  height: auto;
  width: 50px;
  margin-right: 15px;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .tech-icon {
    margin-right: 10px;
    width: 45px;
  }
}
@media screen and (max-width: 512px) {
  .tech-icon {
    margin-right: 10px;
    width: 40px;
  }
}
.tech-icon img {
  height: auto;
  width: 100%;
}
.tech-txt {
  margin: 20px 0 0 0;
  padding: 0;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .tech-txt {
    font-size: 14px;
    margin: 20px 0 10px 0;
  }
}
@media screen and (max-width: 512px) {
  .tech-txt {
    font-size: 12px;
    margin: 20px 0 5px 0;
  }
}
.tech-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tech-menuItem {
  width: 32.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1.25% 1.25% 0 0;
  padding: 0;
  list-style: none;
  font-size: min(1.2vw, 15px);
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 801px) {
  .tech-menuItem:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .tech-menuItem {
    width: 49%;
    margin: 2% 2% 0 0;
    font-size: min(1.8vw, 15px);
  }
  .tech-menuItem:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 512px) {
  .tech-menuItem {
    width: 100%;
    margin: 2% 0 0 0;
    font-size: min(2.5vw, 15px);
  }
}
.tech-menuItem a {
  display: block;
  padding: 10px;
  border: 2px solid #E50060;
  border-radius: 5px;
  text-decoration: none;
  color: #231815;
  position: relative;
}
@media screen and (max-width: 512px) {
  .tech-menuItem a {
    padding: 10px 6px;
  }
}
.tech-menuItem a:after {
  z-index: 2;
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  display: block;
  background-color: #B9B9B9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 64.9 100"><path d="M64.9,50L14.9,100,0,85.1l35.1-35.1L0,14.9,14.9,0l50,50Z" /></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 64.9 100"><path d="M64.9,50L14.9,100,0,85.1l35.1-35.1L0,14.9,14.9,0l50,50Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 800px) {
  .tech-menuItem a:after {
    top: calc(50% - 4px);
    right: 5px;
    width: 8px;
    height: 8px;
  }
}
.tech-menuItem a:hover {
  color: #E50060;
}
.tech-menuItem a:hover:after {
  background-color: #E50060;
  right: 10px;
}
@media screen and (max-width: 800px) {
  .tech-menuItem a:hover:after {
    right: 3px;
  }
}

.merit {
  width: 48%;
}
@media screen and (max-width: 512px) {
  .merit {
    width: 100%;
  }
  .merit:nth-child(2) {
    margin-top: 20px;
  }
}
.merit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.merit-label {
  background-color: #231815;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  font-weight: 600;
  border-radius: 20px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .merit-label {
    font-size: 12px;
  }
}
@media screen and (max-width: 512px) {
  .merit-label {
    font-size: 12px;
  }
}
.merit-gra {
  width: 60%;
  max-width: 300px;
  margin: 30px auto;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .merit-gra {
    margin: 20px auto;
  }
}
@media screen and (max-width: 512px) {
  .merit-gra {
    margin: 15px auto;
  }
}
.merit-gra span {
  display: block;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.merit-gra img {
  position: absolute; /* 相対位置に指定 */
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.merit-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #E50060;
  padding: 0;
  margin: 0 0 5px 0;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .merit-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 512px) {
  .merit-title {
    font-size: 16px;
  }
}
.merit-txt {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #231815;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .merit-txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 512px) {
  .merit-txt {
    font-size: 12px;
  }
}

.review {
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #231815;
  text-decoration: none;
  border: 1px solid #E4E4E4;
  -webkit-box-shadow: 3px 3px 8px 0 rgba(35, 24, 21, 0.1);
          box-shadow: 3px 3px 8px 0 rgba(35, 24, 21, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .review {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .review:nth-child(2n) {
    margin-right: 0;
  }
  .review:nth-child(3) {
    margin-bottom: 0;
  }
  .review:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 512px) {
  .review {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .review:nth-child(4) {
    margin-bottom: 0;
  }
}
.review:hover {
  color: #E50060;
  -webkit-box-shadow: 0 0 0 0 rgba(35, 24, 21, 0.1);
          box-shadow: 0 0 0 0 rgba(35, 24, 21, 0.1);
}
.review-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.review-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E4E4E4;
}
.review-serviceLogo {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.review-serviceName {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-userTxt {
  width: calc(100% - 70px);
}
.review-userProfile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.review-userPic {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 10px 0 0;
}
.review-userName {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-userCareer {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-comment {
  padding: 0 20px 20px 20px;
}
.review-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 20px 10px 20px;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.review-txt {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 20px 20px 20px;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.starRating {
  position: relative;
  padding: 0;
  margin: 0 0 10px 20px;
  display: inline-block;
}
.starRating-wrapper {
  font-size: 0;
}
.starRating-point {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.starRating-icoSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85px;
}
.starRating-ico {
  width: 20%;
  margin: 0;
  padding: 0;
}
.starRating-ico img {
  vertical-align: middle;
}

.flow {
  margin: 50px 0 0 0;
}
.flow-step {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 30px auto;
}
.flow-step img {
  width: 100%;
  height: auto;
}

.bnr {
  max-width: 600px;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bnr:hover {
  opacity: 0.5;
}
.bnr img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 513px) {
  .bnr-pc {
    display: block;
  }
}
@media screen and (max-width: 512px) {
  .bnr-pc {
    display: none;
  }
}
.bnr-sp {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 513px) {
  .bnr-sp {
    display: none;
  }
}
@media screen and (max-width: 512px) {
  .bnr-sp {
    display: block;
  }
}

.qa {
  background-color: #ffffff;
  border: 1px solid #E4E4E4;
  -webkit-box-shadow: 3px 3px 8px 0 rgba(35, 24, 21, 0.1);
          box-shadow: 3px 3px 8px 0 rgba(35, 24, 21, 0.1);
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 512px) {
  .qa {
    margin: 0 0 20px 0;
  }
}
.qa-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #E4E4E4;
}
.qa-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.qa-initial {
  color: #E50060;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  text-align: center;
  font-size: 1.2em;
  padding: 4px 15px 0 0;
  position: relative;
  line-height: 1.2;
}
.qa a {
  color: #E50060;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline;
}
.qa a:hover {
  border-color: #ffffff;
  opacity: 0.5;
}

.copyright {
  text-align: center;
  padding: 40px;
}
.copyright small {
  font-size: 12px;
  color: #ffffff;
}

.btn, .btn_grad {
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px auto 0 auto;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 800px) {
  .btn, .btn_grad {
    font-size: 14px;
  }
}
.btn a, .btn_grad a {
  display: inline-block;
  padding: 10px 40px 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  background-color: #E50060;
}
.btn a:after, .btn_grad a:after {
  z-index: 2;
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  display: block;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 64.9 100"><path d="M64.9,50L14.9,100,0,85.1l35.1-35.1L0,14.9,14.9,0l50,50Z" /></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 64.9 100"><path d="M64.9,50L14.9,100,0,85.1l35.1-35.1L0,14.9,14.9,0l50,50Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 800px) {
  .btn a:after, .btn_grad a:after {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
  }
}
.btn a:hover, .btn_grad a:hover {
  background-color: rgba(229, 0, 96, 0.8);
}
.btn a:hover:after, .btn_grad a:hover:after {
  right: 10px;
}
@media screen and (max-width: 800px) {
  .btn a:hover:after, .btn_grad a:hover:after {
    right: 3px;
  }
}
.btn_grad a {
  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;
}
.btn_grad a:hover {
  background-position: 0 0;
}