@charset "UTF-8";
/*==============================
reset select import file
-----reset.scss
-----normalize.scss
-----sanitize.scss
===============================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Unica+One");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*==============================
universal stylesheets import file
===============================*/
/* ======= custom ======= */
/* ======= breakpoint ======= */
/* ======= color ======= */
/* ======= clear ======= */
/* ======= prefix ======= */
/* ======= hoveranimation ======= */
/* ======= positioncenter ======= */
/* ======= mediaquery ======= */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  color: #000;
  background: #fff; }

.clearfix::after {
  content: '';
  display: block;
  clear: both; }

li {
  list-style: none; }

a,
a:hover {
  -webkit-tap-highlight-color: transparent;
  /* iOS highlight color */
  text-decoration: none;
  outline: none; }

a {
  display: block;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: auto;
          transition-delay: auto; }

a:hover {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: auto;
          transition-delay: auto; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

video {
  max-width: 100%;
  height: auto; }

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff; }

img {
  display: block; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

em {
  color: #fa7268; }

label {
  font-size: 15px; }

/* FONT PATH
 * --------------------------- */
/* ======= pc ======= */
body {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  line-height: 1.4;
  font-size: 10px; }

h1 {
  font-size: 36px;
  font-weight: bold; }

h2 {
  font-size: 30px;
  font-weight: bold; }

h3 {
  font-size: 23px;
  font-weight: bold; }

h4 {
  font-size: 18px;
  font-weight: bold; }

h5 {
  font-size: 15px;
  font-weight: bold; }

h6 {
  font-size: 12px;
  font-weight: bold; }

p {
  font-size: 16px; }

a {
  font-size: 16px; }

/* ======= mobile + tablet ======= */
@media screen and (max-width: 480px) {
  body {
    line-height: 1.4;
    font-size: 10px; }
  h1 {
    font-size: 23px;
    font-weight: bold; }
  h2 {
    font-size: 23px;
    font-weight: bold; }
  h3 {
    font-size: 21px;
    font-weight: bold; }
  h4 {
    font-size: 15px;
    font-weight: bold; }
  h5 {
    font-size: 12px;
    font-weight: bold; }
  h6 {
    font-size: 10px;
    font-weight: bold; }
  p {
    font-size: 16px; }
  a {
    font-size: 16px; } }

@-webkit-keyframes bg-slide-x {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes bg-slide-x {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-webkit-keyframes mask-slide-x {
  0% {
    -webkit-mask-position: 100% 50%;
            mask-position: 100% 50%; }
  100% {
    -webkit-mask-position: 0% 50%;
            mask-position: 0% 50%; } }

@keyframes mask-slide-x {
  0% {
    -webkit-mask-position: 100% 50%;
            mask-position: 100% 50%; }
  100% {
    -webkit-mask-position: 0% 50%;
            mask-position: 0% 50%; } }

@-webkit-keyframes mask-slide-y {
  0% {
    -webkit-mask-position: 50% 100%;
            mask-position: 50% 100%; }
  100% {
    -webkit-mask-position: 50% 0%;
            mask-position: 50% 0%; } }

@keyframes mask-slide-y {
  0% {
    -webkit-mask-position: 50% 100%;
            mask-position: 50% 100%; }
  100% {
    -webkit-mask-position: 50% 0%;
            mask-position: 50% 0%; } }

@-webkit-keyframes mask-slide-xy {
  0% {
    -webkit-mask-position: 100% 100%;
            mask-position: 100% 100%; }
  100% {
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%; } }

@keyframes mask-slide-xy {
  0% {
    -webkit-mask-position: 100% 100%;
            mask-position: 100% 100%; }
  100% {
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%; } }

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

@keyframes gradient-x {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

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

@keyframes gradient-y {
  0% {
    background-position: 50% 0%; }
  50% {
    background-position: 50% 100%; }
  100% {
    background-position: 50% 0%; } }

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

@keyframes gradient-xy {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 0%; } }

@-webkit-keyframes transform-x {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@keyframes transform-x {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: trasnlateY(0);
            transform: trasnlateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: trasnlateY(0);
            transform: trasnlateY(0); } }

.fadeIn {
  opacity: 0;
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  will-change: opacity, transform; }

.fadeIn.is-inView {
  opacity: 1; }

.fadeInUp {
  opacity: 0;
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: opacity, transform; }

.fadeInUp.is-inView {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.fadeInDown {
  opacity: 0;
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  will-change: opacity, transform; }

.fadeInDown.is-inView {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.fadeInRight {
  opacity: 0;
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  will-change: opacity, transform; }

.fadeInRight.is-inView {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.fadeInLeft {
  opacity: 0;
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  will-change: opacity, transform; }

.fadeInLeft.is-inView {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

@media screen and (max-width: 480px) {
  .fadeIn-mobile {
    opacity: 0;
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    will-change: opacity, transform; }
  .fadeIn-mobile.is-inView {
    opacity: 1; }
  .fadeInUp-mobile {
    opacity: 0;
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    will-change: opacity, transform; }
  .fadeInUp-mobile.is-inView {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .fadeInDown-mobile {
    opacity: 0;
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    will-change: opacity, transform; }
  .fadeInDown-mobile.is-inView {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .fadeInRight-mobile {
    opacity: 0;
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    will-change: opacity, transform; }
  .fadeInRight-mobile.is-inView {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .fadeInLeft-mobile {
    opacity: 0;
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    will-change: opacity, transform; }
  .fadeInLeft-mobile.is-inView {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.delay100 {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms; }

.delay200 {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms; }

.delay300 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms; }

.delay400 {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms; }

.delay500 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms; }

.delay600 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms; }

.delay700 {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms; }

.delay800 {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms; }

.delay900 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms; }

.delay1000 {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms; }

.delay1100 {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms; }

.delay1200 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms; }

.delay1300 {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms; }

.delay1400 {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms; }

.delay1500 {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms; }

.delay1600 {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms; }

.delay1700 {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms; }

.delay1800 {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms; }

.delay1900 {
  -webkit-transition-delay: 1900ms;
  transition-delay: 1900ms; }

.delay2000 {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms; }

@media screen and (max-width: 480px) {
  .delay100-mobile {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms; }
  .delay200¥-mobile {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }
  .delay300-mobile {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms; }
  .delay400-mobile {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms; }
  .delay500-mobile {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms; }
  .delay600-mobile {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms; }
  .delay700-mobile {
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms; }
  .delay800-mobile {
    -webkit-transition-delay: 800ms;
            transition-delay: 800ms; }
  .delay900-mobile {
    -webkit-transition-delay: 900ms;
            transition-delay: 900ms; }
  .delay1000-mobile {
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms; }
  .delay1100-mobile {
    -webkit-transition-delay: 1100ms;
            transition-delay: 1100ms; }
  .delay1200-mobile {
    -webkit-transition-delay: 1200ms;
            transition-delay: 1200ms; }
  .delay1300-mobile {
    -webkit-transition-delay: 1300ms;
            transition-delay: 1300ms; }
  .delay1400-mobile {
    -webkit-transition-delay: 1400ms;
            transition-delay: 1400ms; }
  .delay1500-mobile {
    -webkit-transition-delay: 1500ms;
            transition-delay: 1500ms; }
  .delay1600-mobile {
    -webkit-transition-delay: 1600ms;
            transition-delay: 1600ms; }
  .delay1700-mobile {
    -webkit-transition-delay: 1700ms;
            transition-delay: 1700ms; }
  .delay1800-mobile {
    -webkit-transition-delay: 1800ms;
            transition-delay: 1800ms; }
  .delay1900-mobile {
    -webkit-transition-delay: 1900ms;
            transition-delay: 1900ms; }
  .delay2000-mobile {
    -webkit-transition-delay: 2000ms;
            transition-delay: 2000ms; } }

/*==============================
grid system
===============================*/
/* ======= Class Grid System ======= */
.l-col-1 {
  width: 8.33333333%; }

.l-col-2 {
  width: 16.66666667%; }

.l-col-3 {
  width: 25%; }

.l-col-4 {
  width: 33.33333333%; }

.l-col-5 {
  width: 41.66666667%; }

.l-col-6 {
  width: 50%; }

.l-col-7 {
  width: 58.33333333%; }

.l-col-8 {
  width: 66.66666667%; }

.l-col-9 {
  width: 75%; }

.l-col-10 {
  width: 83.33333333%; }

.l-col-11 {
  width: 91.66666667%; }

.l-col-12 {
  width: 100%; }

.l-offset-left-1 {
  margin-left: 8.33333333%; }

.l-offset-left-2 {
  margin-left: 16.66666667%; }

.l-offset-left-3 {
  margin-left: 25%; }

.l-offset-left-4 {
  margin-left: 33.33333333%; }

.l-offset-left-5 {
  margin-left: 41.66666667%; }

.l-offset-left-6 {
  margin-left: 50%; }

.l-offset-left-7 {
  margin-left: 58.33333333%; }

.l-offset-left-8 {
  margin-left: 66.66666667%; }

.l-offset-left-9 {
  margin-left: 75%; }

.l-offset-left-10 {
  margin-left: 83.33333333%; }

.l-offset-left-11 {
  margin-left: 91.66666667%; }

.l-offset-left-12 {
  margin-left: 100%; }

.l-offset-right-1 {
  margin-right: 8.33333333%; }

.l-offset-right-2 {
  margin-right: 16.66666667%; }

.l-offset-right-3 {
  margin-right: 25%; }

.l-offset-right-4 {
  margin-right: 33.33333333%; }

.l-offset-right-5 {
  margin-right: 41.66666667%; }

.l-offset-right-6 {
  margin-right: 50%; }

.l-offset-right-7 {
  margin-right: 58.33333333%; }

.l-offset-right-8 {
  margin-right: 66.66666667%; }

.l-offset-right-9 {
  margin-right: 75%; }

.l-offset-right-10 {
  margin-right: 83.33333333%; }

.l-offset-right-11 {
  margin-right: 91.66666667%; }

.l-offset-right-12 {
  margin-right: 100%; }

.left {
  float: left; }

.right {
  float: right; }

[class*='l-full'] {
  margin: 0 auto;
  font-size: 0; }

[class*='l-container'] {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-left: calc(constant(safe-area-inset-left) + 16px);
  padding-left: calc(env(safe-area-inset-left) + 16px);
  padding-right: 16px;
  padding-right: calc(constant(safe-area-inset-right) + 16px);
  padding-right: calc(env(safe-area-inset-right) + 16px); }

[class*='l-row'] {
  margin-left: -16px;
  margin-right: -16px;
  font-size: 0; }

[class*='l-row']::before,
[class*='l-row']::after {
  content: '';
  display: block;
  clear: both; }

[class*='l-row'].is-gapless {
  margin-left: 0;
  margin-right: 0; }

[class*='l-col-'] {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  word-wrap: break-word;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.is-gapless > [class*='l-col-'] {
  padding-left: 0;
  padding-right: 0; }

@media screen and (max-width: 480px) {
  [class*='container'] {
    padding-right: 16px;
    padding-left: 16px; }
  [class*='row'] {
    margin-left: 0;
    margin-right: 0; }
  [class*='col-'] {
    float: none;
    width: 100%;
    padding: 0; }
  [class*='right-col-'] {
    float: none;
    width: 100%;
    padding: 0; }
  [class*='l-offset-'] {
    margin-right: 0;
    margin-left: 0; } }

/* Default */
/* Desktop */
/* Tablet */
/* Mobile */
/* ======= Mixin Grid System ======= */
[class*="flex"] {
  display: -webkit-box;
  display: flex; }

[class*="flex-wrap"] {
  flex-wrap: wrap; }

[class*="flex-wrap-reverse"] {
  flex-wrap: wrap-reverse; }

[class*="flex-nowrap"] {
  flex-wrap: nowrap; }

[class*="flex-row"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }

[class*="flex-row-reverse"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse; }

[class*="flex-column"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

[class*="flex-column-reverse"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse; }

[class*="flex-row-wrap"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap; }

[class*="flex-row-reverse-wrap"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  flex-wrap: wrap; }

.justify-content-end {
  -webkit-box-pack: end;
          justify-content: flex-end; }

.justify-content-center {
  -webkit-box-pack: center;
          justify-content: center; }

.justify-content-between {
  -webkit-box-pack: justify;
          justify-content: space-between; }

.justify-content-around {
  justify-content: space-around; }

.align-items-start {
  -webkit-box-align: start;
          align-items: flex-start; }

.align-items-end {
  -webkit-box-align: end;
          align-items: flex-end; }

.align-items-center {
  -webkit-box-align: center;
          align-items: center; }

.align-items-baseline {
  -webkit-box-align: baseline;
          align-items: baseline; }

.align-items-stretch {
  -webkit-box-align: stretch;
          align-items: stretch; }

.align-self-start {
  align-self: start; }

.align-self-end {
  align-self: end; }

.align-self-center {
  align-self: center; }

.align-self-baseline {
  align-self: baseline; }

.align-self-stretch {
  align-self: stretch; }

.align-content-start {
  align-content: start; }

.align-content-end {
  align-content: end; }

.align-content-center {
  align-content: center; }

.align-content-around {
  align-content: around; }

.align-content-stretch {
  align-content: stretch; }

/*==============================
layout
===============================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9999; }
  .l-header-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    background: #ff96c8;
    padding-top: 50px; }
    .l-header-nav-overlay {
      content: '';
      background: rgba(0, 0, 0, 0.5);
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease, height 0.5s ease, -webkit-transform 0.5s ease, -webkit-backdrop-filter 0.5s ease;
      transition: opacity 0.5s ease, height 0.5s ease, -webkit-transform 0.5s ease, -webkit-backdrop-filter 0.5s ease;
      transition: opacity 0.5s ease, transform 0.5s ease, height 0.5s ease, backdrop-filter 0.5s ease;
      transition: opacity 0.5s ease, transform 0.5s ease, height 0.5s ease, backdrop-filter 0.5s ease, -webkit-transform 0.5s ease, -webkit-backdrop-filter 0.5s ease;
      visibility: hidden;
      z-index: 99; }
      .l-header-nav-overlay.is-active {
        visibility: visible;
        opacity: 1;
        -webkit-backdrop-filter: blur(1.5rem);
                backdrop-filter: blur(1.5rem); }
    .l-header-nav-toggle {
      padding-top: 40px;
      position: fixed;
      top: 5px;
      right: 5px;
      width: 40px;
      z-index: 9999;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      display: block;
      background: #fff;
      border-radius: 100%; }
      .l-header-nav-toggle::before, .l-header-nav-toggle::after, .l-header-nav-toggle-bar {
        position: absolute;
        content: '';
        display: block;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 20px;
        height: 1.5px;
        background: #ff96c8;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-radius: 999px; }
      .l-header-nav-toggle p {
        position: absolute;
        top: 15%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        font-size: 10px; }
      .l-header-nav-toggle::before {
        top: 50%; }
      .l-header-nav-toggle::after {
        top: 75%; }
      .l-header-nav-toggle-bar {
        top: 62.5%; }
      .l-header-nav-toggle.is-active {
        background: none; }
        .l-header-nav-toggle.is-active p {
          display: none; }
      .l-header-nav-toggle.is-active::before, .l-header-nav-toggle.is-active::after,
      .l-header-nav-toggle.is-active .l-header-nav-toggle-bar {
        background: #fff;
        -webkit-transform-origin: center;
                transform-origin: center; }
      .l-header-nav-toggle.is-active::before {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
      .l-header-nav-toggle.is-active::after {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
      .l-header-nav-toggle.is-active .l-header-nav-toggle-bar {
        top: 50%;
        -webkit-transform: translate(-200%, -50%);
                transform: translate(-200%, -50%);
        opacity: 0; }
    .l-header-nav-followMe {
      padding-top: 50px;
      position: fixed;
      top: 0;
      right: 100px;
      width: 100px;
      z-index: 50;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      display: block;
      background: #fff;
      border-radius: 100%; }
      .l-header-nav-followMe:before {
        content: '';
        display: block;
        width: 160px;
        height: 160px;
        position: absolute;
        top: 20%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 100%;
        z-index: 98;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .l-header-nav-followMe img {
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 99;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .l-header-nav-followMe:hover::before {
        -webkit-transform: translate(-50%, -45%);
                transform: translate(-50%, -45%); }
      .l-header-nav-followMe:hover img {
        top: 15px; }
    .l-header-nav-followMeMobile {
      width: 200px;
      z-index: 50;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      display: block;
      padding: 1rem; }
      .l-header-nav-followMeMobile-wrapper {
        position: relative;
        background: #fff;
        border-radius: 1rem; }
      .l-header-nav-followMeMobile img {
        z-index: 99;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .l-header-nav-followMeMobile:hover::before {
        -webkit-transform: translate(-50%, -45%);
                transform: translate(-50%, -45%); }
      .l-header-nav-followMeMobile:hover img {
        top: 15px; }
    .l-header-nav-list {
      display: -webkit-box;
      display: flex;
      -webkit-transition: opacity 0.5s ease, height 0.5s ease, -webkit-transform 0.5s ease;
      transition: opacity 0.5s ease, height 0.5s ease, -webkit-transform 0.5s ease;
      transition: opacity 0.5s ease, transform 0.5s ease, height 0.5s ease;
      transition: opacity 0.5s ease, transform 0.5s ease, height 0.5s ease, -webkit-transform 0.5s ease;
      background: #ff96c8;
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      height: 100vh;
      z-index: 999;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      padding-top: 5vh; }
      .l-header-nav-list.is-active {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
    .l-header-nav-container {
      padding-left: 15px;
      padding-right: 15px; }
    .l-header-nav-row {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      margin-left: -15px;
      margin-right: -15px;
      font-size: 0;
      flex-direction: column;
      margin-left: 0;
      margin-right: 0; }
    .l-header-nav-logo {
      width: auto;
      height: 40px;
      position: absolute;
      top: 40%;
      left: 50%;
      z-index: 99;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 99; }
      .l-header-nav-logo img {
        height: 100%;
        width: auto;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        @media screen and (max-width: 1024px) {
          .l-header-nav-logo img {
            margin-left: auto;
            margin-right: auto; } }
      .l-header-nav-logo:active {
        opacity: 0.1; }
      @media screen and (max-width: 1024px) {
        .l-header-nav-logo:active {
          opacity: 1; } }
      .l-header-nav-logo-area {
        position: relative;
        width: 100%;
        height: 100%; }
        .l-header-nav-logo-area:before {
          content: '';
          display: block;
          width: 160px;
          height: 160px;
          position: absolute;
          top: 20%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background: #ff96c8;
          border-radius: 100%;
          z-index: 98;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .l-header-nav-logo-area:hover:before {
          width: 175px;
          height: 175px; }
        .l-header-nav-logo-area:hover img {
          -webkit-transform: scale(1.25);
                  transform: scale(1.25); }
      .l-header-nav-logo-wrapper {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 200px;
        height: 200px; }
    .l-header-nav-title {
      width: auto;
      height: 75px;
      display: block; }
      .l-header-nav-title:hover {
        opacity: 0.5; }
      .l-header-nav-title img {
        height: 100%;
        width: auto; }
      .l-header-nav-title:active {
        opacity: 0.1; }
    .l-header-nav-items {
      width: 100%; }
    .l-header-nav-item {
      display: block;
      width: 100%; }
      .l-header-nav-item a {
        position: relative;
        color: #fff;
        line-height: 1;
        font-weight: 100;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 45px;
        padding-left: 15px;
        font-size: 18px;
        overflow: hidden;
        border-radius: 999px; }
        .l-header-nav-item a:hover {
          color: #ff96c8; }
        .l-header-nav-item a:hover {
          opacity: 1;
          background: white; }
        .l-header-nav-item a:active {
          color: #000;
          opacity: 0.1; }
        .l-header-nav-item a:active {
          color: #fff;
          opacity: 1;
          background: rgba(0, 0, 0, 0.1); }
        .l-header-nav-item a::after {
          content: '\f054';
          display: inline-block;
          font-family: FontAwesome;
          position: absolute;
          font-size: 15px;
          top: 50%;
          right: 15px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
    .l-header-nav-icon {
      display: inline-block; }
      .l-header-nav-icon a {
        color: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 33px;
        line-height: 1;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 480px) {
          .l-header-nav-icon a {
            padding-left: 10px;
            padding-right: 10px; } }
        .l-header-nav-icon a .fa-envelope {
          font-size: 25px;
          line-height: 35px;
          vertical-align: top; }
        .l-header-nav-icon a[href*='/partner/']::before {
          content: '社員募集';
          font-size: 8px;
          color: #fff;
          display: block;
          width: 45px;
          position: absolute;
          top: 10px;
          left: 53%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
          @media screen and (max-width: 480px) {
            .l-header-nav-icon a[href*='/partner/']::before {
              font-size: 10px;
              left: 53%; } }
        .l-header-nav-icon a::after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 45px;
          height: 45px;
          background: none;
          border-radius: 999px;
          z-index: -1;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .l-header-nav-icon a:hover {
          opacity: 1; }
          .l-header-nav-icon a:hover::after {
            background: rgba(255, 255, 255, 0.25); }
        .l-header-nav-icon a:active {
          opacity: 1; }
          .l-header-nav-icon a:active::after {
            background: rgba(255, 255, 255, 0); }
      .l-header-nav-icon.is-marked a {
        color: #fa7268;
        text-shadow: none; }
        .l-header-nav-icon.is-marked a::after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 45px;
          height: 45px;
          background: #fff;
          border-radius: 999px;
          z-index: -1;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .l-header-nav-icon.is-marked a:hover {
          opacity: 1; }
          .l-header-nav-icon.is-marked a:hover::after {
            background: rgba(255, 255, 255, 0.25); }
        .l-header-nav-icon.is-marked a:active {
          opacity: 1; }
          .l-header-nav-icon.is-marked a:active::after {
            background: rgba(255, 255, 255, 0); }

.l-section {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media screen and (max-width: 480px) {
    .l-section {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .l-section-icon {
    width: 100%;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
    @media screen and (max-width: 480px) {
      .l-section-icon {
        margin-bottom: 15px; } }
  .l-section-title {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .l-section-title {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px; } }
    .l-section-title h2 {
      position: relative;
      line-height: 2;
      color: #000; }
    .l-section-title span img {
      width: auto;
      height: auto;
      max-width: 50px;
      margin-left: auto;
      margin-right: auto; }
    .l-section-title-txt {
      position: relative;
      display: inline-block;
      z-index: 3; }
      .l-section-title-txt p {
        font-size: 18px;
        padding: 15px 15px;
        background: #000 no-repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media screen and (max-width: 480px) {
          .l-section-title-txt p {
            font-size: 14px; } }
      .l-section-title-txt.is-inView p {
        background: -webkit-gradient(linear, left top, right top, from(#e73c7e), color-stop(33.33333%, #fa7268), color-stop(33.33333%, #fff), color-stop(66.66667%, #fff), color-stop(66.66667%, #000));
        background: linear-gradient(90deg, #e73c7e 0%, #fa7268 33.33333%, #fff 33.33333%, #fff 66.66667%, #000 66.66667%);
        background-size: 315%;
        -webkit-animation: bg-slide 1.5s ease 1;
                animation: bg-slide 1.5s ease 1;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .l-section-title-txt.is-inView::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.33333%, rgba(255, 255, 255, 0)), color-stop(33.33333%, #e73c7e), color-stop(66.66667%, #fa7268), color-stop(66.66667%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))) no-repeat;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.33333%, #e73c7e 33.33333%, #fa7268 66.66667%, rgba(255, 255, 255, 0) 66.66667%, rgba(255, 255, 255, 0) 100%) no-repeat;
        background-size: 315%;
        -webkit-animation: bg-slide 1.5s ease 1;
                animation: bg-slide 1.5s ease 1;
        z-index: -1; }
  .l-section-row {
    margin-bottom: 60px; }
    .l-section-row:last-of-type {
      margin-bottom: calc(60px - 15px); }
    @media screen and (max-width: 480px) {
      .l-section-row {
        margin-bottom: 30px; }
        .l-section-row:last-of-type {
          margin-bottom: 0; } }
  .l-section-partition {
    display: block;
    content: '';
    border-top: 2px dotted #ccc;
    height: 1px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px; }
    @media screen and (max-width: 480px) {
      .l-section-partition {
        margin-bottom: 30px; } }

.l-loader {
  position: fixed;
  display: block;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #fa7268;
  z-index: 9999;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .l-loader-inner {
    position: relative;
    width: 100vw;
    height: 100vh; }
  .l-loader object {
    max-width: 300px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .l-loader img {
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100px; }

.l-hero {
  overflow: hidden;
  background: url(../../assets/img/top-bg.jpg) center/cover;
  padding-top: 75vh;
  position: relative;
  border-bottom: 5px solid #ff96c8; }
  @media screen and (max-width: 480px) {
    .l-hero {
      padding-top: 100vh; } }
  .l-hero img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 600px; }
    @media screen and (max-width: 480px) {
      .l-hero img {
        max-width: 75%; } }
  .l-hero h1 {
    display: inline;
    position: absolute;
    top: 100%;
    left: 100%;
    color: #fff;
    white-space: nowrap;
    font-size: 70px;
    background: -webkit-gradient(linear, left bottom, left top, from(#e73c7e), to(#fa7268));
    background: linear-gradient(0deg, #e73c7e 0%, #fa7268 100%);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent; }
    @media screen and (max-width: 1024px) {
      .l-hero h1 {
        font-size: 50px; } }
    @media screen and (max-width: 480px) {
      .l-hero h1 {
        font-size: 30px; } }
  .l-hero-description {
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (max-width: 480px) {
      .l-hero-description {
        top: 30%; } }
    .l-hero-description span {
      font-size: 18px;
      color: #fff;
      display: block;
      text-align: center;
      font-weight: bold; }
      @media screen and (max-width: 480px) {
        .l-hero-description span {
          font-size: 12px; } }
  .l-hero-sub {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../../assets/img/hero-sub.jpg) top/cover;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../../assets/img/hero-sub.jpg) top/cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px; }
    @media screen and (max-width: 1024px) {
      .l-hero-sub {
        padding-top: 75px;
        padding-bottom: 75px; } }
    @media screen and (max-width: 480px) {
      .l-hero-sub {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .l-hero-sub h2 {
      font-size: 68px;
      line-height: 0.5; }
      @media screen and (max-width: 1024px) {
        .l-hero-sub h2 {
          font-size: 40px; } }
      @media screen and (max-width: 480px) {
        .l-hero-sub h2 {
          font-size: 24px; } }
    .l-hero-sub p {
      font-size: 25px;
      line-height: 2; }
      @media screen and (max-width: 1024px) {
        .l-hero-sub p {
          font-size: 20px; } }
      @media screen and (max-width: 480px) {
        .l-hero-sub p {
          font-size: 15px; } }
    .l-hero-sub-inner {
      color: #fff;
      text-shadow: 5px 5px 15px #000;
      width: 100%;
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
    .l-hero-sub-container {
      margin-left: 0; }

.l-breadcrumb {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px; }
  .l-breadcrumb ol {
    color: #fa7268;
    font-size: 15px;
    line-height: 1; }
    .l-breadcrumb ol li {
      display: inline-block; }
      .l-breadcrumb ol li a {
        display: inline-block;
        color: #fa7268; }
      .l-breadcrumb ol li::after {
        content: "›";
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px; }
      .l-breadcrumb ol li:last-of-type::after {
        content: none;
        margin-left: 0;
        margin-right: 0; }

.l-main {
  overflow: hidden; }

.l-footer {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .l-footer-bottom {
    text-align: center;
    background: #555;
    color: #fff; }
  .l-footer-personal {
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-right: 15px; }
    @media screen and (max-width: 480px) {
      .l-footer-personal {
        margin-right: 0; } }
    .l-footer-personal a {
      display: inline-block;
      color: #fff;
      font-weight: bold; }
  .l-footer-copyright {
    font-size: 15px;
    color: #fff;
    text-align: center; }

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir='rtl'] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir='rtl'] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir='rtl'] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir='rtl'] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-slide {
  font-size: 0; }
  .slick-slide:focus {
    outline: 0; }

.js-slick-detail-for {
  margin-bottom: 15px; }

.js-slick-detail-nav {
  width: 100%; }

/*==============================
component
===============================*/
@-webkit-keyframes arrow-left {
  0% {
    left: 15px; }
  50% {
    left: 20px; }
  to {
    left: 15px; } }
@keyframes arrow-left {
  0% {
    left: 15px; }
  50% {
    left: 20px; }
  to {
    left: 15px; } }

@-webkit-keyframes arrow-right {
  0% {
    right: 15px; }
  50% {
    right: 20px; }
  to {
    right: 15px; } }

@keyframes arrow-right {
  0% {
    right: 15px; }
  50% {
    right: 20px; }
  to {
    right: 15px; } }

.c-slide {
  position: relative;
  background: rgba(255, 255, 255, 0.1); }
  .c-slide-arrow {
    position: absolute;
    z-index: 4;
    width: 0;
    height: 100%;
    top: 0; }
    .c-slide-arrow::before {
      position: absolute;
      content: "";
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg);
      width: 1.5rem;
      height: 1.5rem; }
    .c-slide-arrow-left {
      left: 0; }
      .c-slide-arrow-left::before {
        left: 15px;
        border-left: 5px solid #fff;
        border-top: 5px solid #fff;
        -webkit-animation: arrow-left 1.5s ease infinite;
                animation: arrow-left 1.5s ease infinite; }
    .c-slide-arrow-right {
      right: 0; }
      .c-slide-arrow-right::before {
        right: 15px;
        border-right: 5px solid #fff;
        border-bottom: 5px solid #fff;
        -webkit-animation: arrow-right 1.5s ease infinite;
                animation: arrow-right 1.5s ease infinite; }
  .c-slide-inner {
    position: relative;
    margin: 4rem auto;
    max-width: 100%;
    padding: 4rem 2rem;
    width: 100%;
    overflow: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center; }
    @media screen and (max-width: 480px) {
      .c-slide-inner {
        margin: 0 auto; } }
    .c-slide-inner img {
      margin: 0 2rem; }

.c-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 3;
  width: 100%;
  max-width: 290px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  will-change: animation, opacity;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    .c-button {
      max-width: 100%; } }
  .c-button-transpalent {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border: 2px solid #fff;
    padding: 15px; }
  .c-button-pink {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    background: #ff96c8;
    position: relative;
    padding: 8px 16px 8px 8px;
    width: 100%;
    max-width: 300px;
    color: #fff;
    border-radius: 8px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); }
    .c-button-pink span img {
      width: 30px; }
    .c-button-pink span.plus {
      position: relative;
      margin-left: 16px;
      color: #ff96c8; }
      .c-button-pink span.plus:after {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        background: #fff;
        border-radius: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -1; }
  .c-button-white {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    background: #fff;
    position: relative;
    padding: 8px 16px 8px 8px;
    width: 100%;
    max-width: 300px;
    color: #ff96c8;
    border-radius: 8px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); }
    .c-button-white span img {
      width: 30px; }
    .c-button-white span.plus {
      position: relative;
      margin-left: 16px;
      color: #fff; }
      .c-button-white span.plus:after {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        background: #ff96c8;
        border-radius: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -1; }
  .c-button:hover {
    opacity: 0.5; }
  .c-button-large p {
    font-size: 23px; }
    .c-button-large p::after {
      font-size: 15px; }
  .c-button-form {
    display: inline-block;
    color: #ff7bac;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 5px 5px 10px #ff96c8;
    width: 100%;
    max-width: 300px;
    text-align: center;
    line-height: 1;
    font-weight: bold; }
  .c-button-file {
    padding: 10px 15px 10px 10px;
    margin-right: 10px; }
    .c-button-file:last-of-type {
      margin-right: 0; }
    .c-button-file i {
      margin-right: 7.5px; }
    @media screen and (max-width: 480px) {
      .c-button-file {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center;
        padding: 15px 15px 15px 40px;
        margin-right: 0; }
        .c-button-file:first-of-type {
          margin-bottom: 15px; }
        .c-button-file i {
          position: absolute;
          top: 50%;
          left: 15px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .c-button-file span {
          margin-right: 25px; } }
  .c-button-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
    .c-button-input + label {
      cursor: pointer;
      /* "hand" cursor */ }
    .c-button-input:focus + label {
      outline: 1px dotted #000;
      outline: -webkit-focus-ring-color auto 5px; }
  .c-button-submit {
    padding: 16px;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
    .c-button-submit:hover {
      opacity: 0.5; }
  .c-button-company {
    max-width: calc((100% - 45px - 30px) / 2); }
    @media screen and (max-width: 480px) {
      .c-button-company {
        max-width: 100%; } }
  .c-button-tel {
    max-width: calc((100% - 45px - 30px) / 2); }
    .c-button-tel::after {
      content: '\f095';
      display: block;
      font-family: 'FontAwesome';
      position: absolute;
      font-size: 25px;
      top: 55%;
      left: 15px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      opacity: 0;
      will-change: animation, opacity; }
    .c-button-tel.is-inView::after {
      background: -webkit-gradient(linear, left top, right top, from(#e73c7e), color-stop(33.33333%, #fa7268), color-stop(33.33333%, #fff), color-stop(66.66667%, #fff), color-stop(66.66667%, rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, #e73c7e 0%, #fa7268 33.33333%, #fff 33.33333%, #fff 66.66667%, rgba(255, 255, 255, 0) 66.66667%);
      background-size: 315%;
      -webkit-animation: bg-slide-x 0.66666667s linear 1;
              animation: bg-slide-x 0.66666667s linear 1;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      opacity: 1; }
    @media screen and (max-width: 480px) {
      .c-button-tel {
        max-width: calc(100% - 45px - 15px); } }
  .c-button-icon {
    max-width: 45px; }

.c-buttons {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }
  .c-buttons .c-button {
    width: calc(50% - 15px);
    margin-right: 30px; }
    .c-buttons .c-button:last-of-type {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .c-buttons .c-button {
        width: 100%;
        margin-right: 0; } }
    .c-buttons .c-button-prev p::after {
      content: '\f053';
      left: 15px;
      right: auto; }
    .c-buttons .c-button-prev, .c-buttons .c-button-next {
      max-width: 130px; }
      @media screen and (max-width: 480px) {
        .c-buttons .c-button-prev, .c-buttons .c-button-next {
          max-width: 60px; }
          .c-buttons .c-button-prev p::after, .c-buttons .c-button-next p::after {
            content: none; } }
    @media screen and (max-width: 480px) {
      .c-buttons .c-button-center {
        max-width: calc(100% - 120px - 30px);
        margin-left: 15px;
        margin-right: 15px; }
        .c-buttons .c-button-center p::after {
          content: none; } }

.c-entry-info {
  font-family: 'Unica One', sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative; }
  .c-entry-info::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 0px);
    height: 20px;
    background: #000;
    z-index: -1;
    bottom: 15px; }
    @media screen and (max-width: 1024px) {
      .c-entry-info::after {
        bottom: 3px; } }
  .c-entry-info-start {
    letter-spacing: 5px;
    padding-left: 5px;
    font-size: 72px; }
    @media screen and (max-width: 1024px) {
      .c-entry-info-start {
        font-size: 42px; } }
    @media screen and (max-width: 1024px) {
      .c-entry-info-start {
        font-size: 42px; } }
  .c-entry-info-day {
    display: block;
    font-size: 120px;
    line-height: 72px;
    letter-spacing: -10px; }
    @media screen and (max-width: 1024px) {
      .c-entry-info-day {
        font-size: 64px;
        line-height: 42px;
        letter-spacing: -7px; } }
    .c-entry-info-day-inner span {
      letter-spacing: 0;
      font-size: 42px;
      display: inline-block;
      margin-right: -20px;
      margin-left: -10px;
      -webkit-transform: translateY(-30%) rotate(90deg);
              transform: translateY(-30%) rotate(90deg); }
      @media screen and (max-width: 1024px) {
        .c-entry-info-day-inner span {
          font-size: 23px;
          margin-right: -10px;
          margin-left: -5px; } }
    .c-entry-info-day-inner small {
      position: relative;
      font-size: 64px;
      letter-spacing: -5px;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .c-entry-info-day-inner small {
          letter-spacing: -3px;
          font-size: 48px; } }
      .c-entry-info-day-inner small i {
        margin-left: 15px;
        margin-right: 15px; }
        @media screen and (max-width: 1024px) {
          .c-entry-info-day-inner small i {
            margin-right: 10px; } }
      .c-entry-info-day-inner small span {
        font-size: 24px;
        margin-right: -15px;
        margin-left: 0px;
        -webkit-transform: translateY(-20%) rotate(90deg);
                transform: translateY(-20%) rotate(90deg); }
        @media screen and (max-width: 1024px) {
          .c-entry-info-day-inner small span {
            font-size: 18px; } }

.c-slick-col {
  padding-left: 16px;
  padding-right: 16px; }

.c-form-control {
  margin-bottom: 15px; }
  @media screen and (max-width: 480px) {
    .c-form-control {
      margin-bottom: 10px; } }
  .c-form-control label,
  .c-form-control h3 {
    line-height: 1; }
  .c-form-control h3 {
    font-weight: normal;
    margin-bottom: 10px; }
  .c-form-control input {
    border-radius: 5px; }
  .c-form-control input[type='text'],
  .c-form-control input[type='email'] {
    width: 100%;
    border: none;
    height: 30px;
    font-size: 16px;
    padding-left: 7.5px;
    padding-right: 7.5px; }
    @media screen and (max-width: 480px) {
      .c-form-control input[type='text'],
      .c-form-control input[type='email'] {
        height: 32px;
        font-size: 16px;
        padding-left: 8px;
        padding-right: 8px; } }
  .c-form-control select[name='age'],
  .c-form-control select[name='interviewMonth'],
  .c-form-control select[name='interviewDay'],
  .c-form-control select[name='interviewTime'] {
    font-size: 16px;
    padding-left: 7.5px;
    padding-right: 7.5px; }
    @media screen and (max-width: 480px) {
      .c-form-control select[name='age'],
      .c-form-control select[name='interviewMonth'],
      .c-form-control select[name='interviewDay'],
      .c-form-control select[name='interviewTime'] {
        font-size: 16px;
        padding-left: 8px;
        padding-right: 8px; } }
  .c-form-control textarea {
    width: 100%;
    border: none;
    height: 150px;
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 5px; }
    @media screen and (max-width: 480px) {
      .c-form-control textarea {
        height: 240px;
        font-size: 16px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 4px;
        padding-right: 4px; } }
  .c-form-control.category label, .c-form-control.location label {
    margin-right: 10px;
    line-height: 1; }
    .c-form-control.category label:last-child, .c-form-control.location label:last-child {
      margin-right: 0; }
  .c-form-control.category input, .c-form-control.location input {
    height: 15px;
    width: 15px;
    line-height: 1; }
  @media screen and (max-width: 480px) {
    .c-form-control.category label {
      line-height: 1.4; } }
  .c-form-control span.required {
    color: red; }

/*==============================
project
===============================*/
@-webkit-keyframes wave {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -1920px; } }
@keyframes wave {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -1920px; } }

@-webkit-keyframes swell {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0); } }

@keyframes swell {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0); } }

.p-top-faq-box {
  border: 2px solid #ff96c8;
  border-radius: 1rem;
  overflow: hidden; }

.p-top-faq-question {
  background: #ff96c8;
  color: #fff;
  padding: 1rem; }

.p-top-faq-answer {
  padding: 1rem; }

.p-top-lead {
  padding-bottom: 200px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .p-top-lead {
      padding-bottom: 300px; } }
  .p-top-lead p {
    font-size: 24px;
    font-weight: bold; }

.p-top-about {
  position: relative;
  padding-top: 175px;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #ffeaf4 10px, #ffeaf4 20px); }
  @media screen and (max-width: 480px) {
    .p-top-about {
      padding-top: 300px; } }
  @media screen and (max-width: 480px) {
    .p-top-about-logo {
      width: 75%;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 480px) {
    .p-top-about-img {
      width: 75%;
      margin-left: auto;
      margin-right: auto; } }
  .p-top-about-container {
    background: rgba(255, 255, 255, 0.7);
    padding: 32px;
    border-radius: 16px;
    width: calc(100% - 32px);
    position: relative; }
  .p-top-about-header {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../../assets/img/about-bg.jpg) center/cover;
    width: calc(100% - 32px);
    max-width: 1500px;
    padding: 64px;
    border-radius: 32px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.25);
    z-index: 99; }
    @media screen and (max-width: 480px) {
      .p-top-about-header {
        padding: 32px 16px; } }
    .p-top-about-header-txt {
      color: #fff; }
  .p-top-about-mail {
    position: absolute;
    top: 50px;
    right: 0;
    width: 50px;
    height: 50px; }
  .p-top-about h3 {
    line-height: 2; }

.p-top-instagrammers {
  background: url(../../assets/img/section-bg.jpg) center/cover; }
  .p-top-instagrammers-txt {
    text-align: center; }

.p-top-contact {
  background: #ffeaf4; }

.p-top-company {
  background: #ff96c8;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .p-top-company-logo {
      max-width: 150px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 32px; } }
  .p-top-company h2,
  .p-top-company h3,
  .p-top-company p {
    line-height: 2; }

@media screen and (max-width: 480px) {
  .p-top-works-row {
    margin-left: -16px;
    margin-right: -16px; } }

@media screen and (max-width: 480px) {
  .p-top-works-col {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px; } }

@media screen and (max-width: 480px) {
  .p-top-flow-col-2 {
    width: calc(2 / 12 * 100%); } }

@media screen and (max-width: 480px) {
  .p-top-flow-col-10 {
    width: calc(10 / 12 * 100%); } }

.p-top-flow-col-10 h3 {
  margin-left: 16px; }

.p-top-flow-img {
  position: relative; }
  .p-top-flow-img:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
    background: #ff96c8;
    z-index: 0; }
  .p-top-flow-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 64px);
    z-index: 1; }
    @media screen and (max-width: 480px) {
      .p-top-flow-img img {
        width: 50%; } }
  .p-top-flow-img span {
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
    font-weight: bold; }

.p-top-flow-line {
  padding-top: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff96c8), color-stop(50%, #ff96c8), to(#ff96c8)) no-repeat 50%/3px 100%;
  background: linear-gradient(180deg, #ff96c8 0%, #ff96c8 50%, #ff96c8 100%) no-repeat 50%/3px 100%; }
  .p-top-flow-line.finaly:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #ff96c8;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 100%; }

.p-work-job [class*='row'] {
  margin-top: -75px;
  padding-top: 105px; }
  @media screen and (max-width: 480px) {
    .p-work-job [class*='row'] {
      margin-top: -45px;
      padding-top: 60px; } }

.p-work-job .c-box {
  background: none; }

.p-work-result {
  margin-top: -75px;
  padding-top: 105px; }
  @media screen and (max-width: 480px) {
    .p-work-result {
      margin-top: -45px;
      padding-top: 60px; } }
  @media screen and (max-width: 480px) {
    .p-work-result [class*='row'] {
      margin-left: -7.5px;
      margin-right: -7.5px; } }
  @media screen and (max-width: 480px) {
    .p-work-result [class*='col-'] {
      width: 50%;
      padding-left: 7.5px;
      padding-right: 7.5px; } }
  .p-work-result .c-box {
    margin-bottom: 30px; }
    @media screen and (max-width: 480px) {
      .p-work-result .c-box {
        margin-bottom: 15px; } }
    .p-work-result .c-box-title {
      text-align: center; }

@media screen and (max-width: 480px) {
  .p-models-list [class*='row'] {
    margin-left: -7.5px;
    margin-right: -7.5px; } }

@media screen and (max-width: 480px) {
  .p-models-list [class*='col-'] {
    width: 50%;
    padding-left: 7.5px;
    padding-right: 7.5px; } }

.p-models-list .c-box {
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    .p-models-list .c-box {
      margin-bottom: 15px; } }
  .p-models-list .c-box-title {
    text-align: center; }
  .p-models-list .c-box h5 {
    opacity: 0.5; }

.p-model-detail-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%; }
  .p-model-detail-box [class*='container'] {
    height: 100%; }
    @media screen and (max-width: 480px) {
      .p-model-detail-box [class*='container'] {
        padding: 15px; } }
  .p-model-detail-box [class*='row'] {
    height: 100%;
    margin-left: 0;
    margin-right: 0; }
  .p-model-detail-box-title {
    text-align: center;
    width: 100%; }
  .p-model-detail-box h3 {
    font-size: 30px;
    margin-top: 15px; }
    @media screen and (max-width: 1024px) {
      .p-model-detail-box h3 {
        font-size: 23px; } }
  .p-model-detail-box h4 {
    font-size: 21px;
    opacity: 0.5;
    margin-bottom: 30px; }
    @media screen and (max-width: 1024px) {
      .p-model-detail-box h4 {
        font-size: 18px;
        margin-bottom: 15px; } }
  .p-model-detail-box dl dt,
  .p-model-detail-box dl dd {
    display: inline-block;
    width: calc(50% - 15px);
    font-size: 15px;
    margin-bottom: 15px; }
  .p-model-detail-box dl dt {
    text-align: right;
    margin-left: auto;
    margin-right: 15px; }
  .p-model-detail-box dl dd {
    text-align: left;
    margin-left: 0;
    margin-right: auto; }

.p-faq-list-box {
  border-radius: 25.5px;
  overflow: hidden; }
  .p-faq-list-box-toggle {
    height: 51px; }
    .p-faq-list-box-toggle::before {
      color: #fff; }
  .p-faq-list-box-question {
    display: -webkit-box;
    display: flex;
    color: #fff;
    background: #fa7268; }
    .p-faq-list-box-question::before {
      content: 'Q.';
      display: inline-block;
      font-size: 15px;
      font-weight: bold;
      margin-right: 10px; }
      @media screen and (max-width: 480px) {
        .p-faq-list-box-question::before {
          margin-right: 7.5px; } }
    .p-faq-list-box-question h4 {
      font-size: 15px;
      font-weight: normal;
      padding-right: 20px; }
  .p-faq-list-box-answer .c-box-content {
    display: -webkit-box;
    display: flex; }
    .p-faq-list-box-answer .c-box-content::before {
      content: 'A.';
      font-size: 15px;
      font-weight: bold;
      margin-right: 10px; }
      @media screen and (max-width: 480px) {
        .p-faq-list-box-answer .c-box-content::before {
          margin-right: 7.5px; } }
    .p-faq-list-box-answer .c-box-content p {
      width: calc(100% - 30px); }

.p-recruit-application [class*='container'] {
  padding-left: 30px;
  padding-left: calc(constant(safe-area-inset-left) + 30px);
  padding-left: calc(env(safe-area-inset-left) + 30px);
  padding-right: 30px;
  padding-right: calc(constant(safe-area-inset-right) + 30px);
  padding-right: calc(env(safe-area-inset-right) + 30px); }
  @media screen and (max-width: 480px) {
    .p-recruit-application [class*='container'] {
      padding-left: 15px;
      padding-right: 15px; } }

@media screen and (max-width: 480px) {
  .p-recruit-application [class*='row'] {
    margin-left: 0px;
    margin-right: 0px; } }

.p-recruit-application .c-box-title {
  line-height: 1; }

.p-recruit-application .c-box-toggle {
  color: #fff; }

.p-recruit-application [class*='col-']:nth-of-type(2n + 1) .c-box-body:nth-of-type(2n + 1) {
  background-color: #fa7268;
  color: #fff; }

.p-recruit-application [class*='col-']:nth-of-type(2n + 1) .c-box-body:nth-of-type(2n + 2) {
  background-color: #fff; }
  @media screen and (max-width: 480px) {
    .p-recruit-application [class*='col-']:nth-of-type(2n + 1) .c-box-body:nth-of-type(2n + 2) {
      background-color: rgba(255, 255, 255, 0.75); } }

.p-recruit-application [class*='col-']:nth-of-type(2n + 2) .c-box-body:nth-of-type(2n + 1) {
  background-color: #f95b4f;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .p-recruit-application [class*='col-']:nth-of-type(2n + 2) .c-box-body:nth-of-type(2n + 1) {
      background-color: #fa7268; } }

.p-recruit-application [class*='col-']:nth-of-type(2n + 2) .c-box-body:nth-of-type(2n + 2) {
  background-color: rgba(255, 255, 255, 0.75); }

/*==============================
utility
===============================*/
.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important; }

@media screen and (max-width: 1024px) {
  .is-hidden-tablet {
    display: none !important; } }

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .is-hidden-tablet-only {
    display: none !important; } }

@media screen and (min-width: 600px) {
  .is-hidden-except-mobile {
    display: none !important; } }

@media screen and (max-width: 480px) {
  .is-hidden-mobile {
    display: none !important; } }

.is-invisible {
  visibility: hidden !important; }

@media screen and (max-width: 1024px) {
  .is-invisible-tablet {
    visibility: hidden !important; } }

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .is-invisible-tablet-only {
    visibility: hidden !important; } }

@media screen and (max-width: 480px) {
  .is-invisible-mobile {
    visibility: hidden !important; } }

.u-mx-auto {
  margin-left: auto;
  margin-right: auto; }

.u-my-auto {
  margin-top: auto;
  margin-bottom: auto; }

@media screen and (max-width: 1024px) {
  .u-mx-auto-tablet {
    margin-left: auto;
    margin-right: auto; }
  .u-my-auto-tablet {
    margin-top: auto;
    margin-bottom: auto; } }

@media screen and (max-width: 480px) {
  .u-mx-auto-mobile {
    margin-left: auto;
    margin-right: auto; }
  .u-my-auto-mobile {
    margin-top: auto;
    margin-bottom: auto; } }

.u-mt-auto {
  margin-top: auto; }

.u-mt-0 {
  margin-top: 0px; }

.u-mt-5 {
  margin-top: 5px; }

.u-mt-10 {
  margin-top: 10px; }

.u-mt-15 {
  margin-top: 15px; }

.u-mt-20 {
  margin-top: 20px; }

.u-mt-25 {
  margin-top: 25px; }

.u-mt-30 {
  margin-top: 30px; }

.u-mt-35 {
  margin-top: 35px; }

.u-mt-40 {
  margin-top: 40px; }

.u-mt-45 {
  margin-top: 45px; }

.u-mt-50 {
  margin-top: 50px; }

.u-mt-55 {
  margin-top: 55px; }

.u-mt-60 {
  margin-top: 60px; }

.u-mt-65 {
  margin-top: 65px; }

.u-mt-70 {
  margin-top: 70px; }

.u-mt-75 {
  margin-top: 75px; }

.u-mt-80 {
  margin-top: 80px; }

.u-mt-85 {
  margin-top: 85px; }

.u-mt-90 {
  margin-top: 90px; }

.u-mt-95 {
  margin-top: 95px; }

.u-mt-100 {
  margin-top: 100px; }

.u-mt-105 {
  margin-top: 105px; }

.u-mt-110 {
  margin-top: 110px; }

.u-mt-115 {
  margin-top: 115px; }

.u-mt-120 {
  margin-top: 120px; }

.u-mt-125 {
  margin-top: 125px; }

.u-mt-130 {
  margin-top: 130px; }

.u-mt-135 {
  margin-top: 135px; }

.u-mt-140 {
  margin-top: 140px; }

.u-mt-145 {
  margin-top: 145px; }

.u-mt-150 {
  margin-top: 150px; }

.u-mb-auto {
  margin-bottom: auto; }

.u-mb-0 {
  margin-bottom: 0px; }

.u-mb-5 {
  margin-bottom: 5px; }

.u-mb-10 {
  margin-bottom: 10px; }

.u-mb-15 {
  margin-bottom: 15px; }

.u-mb-20 {
  margin-bottom: 20px; }

.u-mb-25 {
  margin-bottom: 25px; }

.u-mb-30 {
  margin-bottom: 30px; }

.u-mb-35 {
  margin-bottom: 35px; }

.u-mb-40 {
  margin-bottom: 40px; }

.u-mb-45 {
  margin-bottom: 45px; }

.u-mb-50 {
  margin-bottom: 50px; }

.u-mb-55 {
  margin-bottom: 55px; }

.u-mb-60 {
  margin-bottom: 60px; }

.u-mb-65 {
  margin-bottom: 65px; }

.u-mb-70 {
  margin-bottom: 70px; }

.u-mb-75 {
  margin-bottom: 75px; }

.u-mb-80 {
  margin-bottom: 80px; }

.u-mb-85 {
  margin-bottom: 85px; }

.u-mb-90 {
  margin-bottom: 90px; }

.u-mb-95 {
  margin-bottom: 95px; }

.u-mb-100 {
  margin-bottom: 100px; }

.u-mb-105 {
  margin-bottom: 105px; }

.u-mb-110 {
  margin-bottom: 110px; }

.u-mb-115 {
  margin-bottom: 115px; }

.u-mb-120 {
  margin-bottom: 120px; }

.u-mb-125 {
  margin-bottom: 125px; }

.u-mb-130 {
  margin-bottom: 130px; }

.u-mb-135 {
  margin-bottom: 135px; }

.u-mb-140 {
  margin-bottom: 140px; }

.u-mb-145 {
  margin-bottom: 145px; }

.u-mb-150 {
  margin-bottom: 150px; }

@media screen and (max-width: 1024px) {
  .u-mt-auto-tablet {
    margin-top: auto; }
  .u-mt-0-tablet {
    margin-top: 0px; }
  .u-mt-5-tablet {
    margin-top: 5px; }
  .u-mt-10-tablet {
    margin-top: 10px; }
  .u-mt-15-tablet {
    margin-top: 15px; }
  .u-mt-20-tablet {
    margin-top: 20px; }
  .u-mt-25-tablet {
    margin-top: 25px; }
  .u-mt-30-tablet {
    margin-top: 30px; }
  .u-mt-35-tablet {
    margin-top: 35px; }
  .u-mt-40-tablet {
    margin-top: 40px; }
  .u-mt-45-tablet {
    margin-top: 45px; }
  .u-mt-50-tablet {
    margin-top: 50px; }
  .u-mt-55-tablet {
    margin-top: 55px; }
  .u-mt-60-tablet {
    margin-top: 60px; }
  .u-mt-65-tablet {
    margin-top: 65px; }
  .u-mt-70-tablet {
    margin-top: 70px; }
  .u-mt-75-tablet {
    margin-top: 75px; }
  .u-mt-80-tablet {
    margin-top: 80px; }
  .u-mt-85-tablet {
    margin-top: 85px; }
  .u-mt-90-tablet {
    margin-top: 90px; }
  .u-mt-95-tablet {
    margin-top: 95px; }
  .u-mt-100-tablet {
    margin-top: 100px; }
  .u-mt-105-tablet {
    margin-top: 105px; }
  .u-mt-110-tablet {
    margin-top: 110px; }
  .u-mt-115-tablet {
    margin-top: 115px; }
  .u-mt-120-tablet {
    margin-top: 120px; }
  .u-mt-125-tablet {
    margin-top: 125px; }
  .u-mt-130-tablet {
    margin-top: 130px; }
  .u-mt-135-tablet {
    margin-top: 135px; }
  .u-mt-140-tablet {
    margin-top: 140px; }
  .u-mt-145-tablet {
    margin-top: 145px; }
  .u-mt-150-tablet {
    margin-top: 150px; }
  .u-mb-auto-tablet {
    margin-bottom: auto; }
  .u-mb-0-tablet {
    margin-bottom: 0px; }
  .u-mb-5-tablet {
    margin-bottom: 5px; }
  .u-mb-10-tablet {
    margin-bottom: 10px; }
  .u-mb-15-tablet {
    margin-bottom: 15px; }
  .u-mb-20-tablet {
    margin-bottom: 20px; }
  .u-mb-25-tablet {
    margin-bottom: 25px; }
  .u-mb-30-tablet {
    margin-bottom: 30px; }
  .u-mb-35-tablet {
    margin-bottom: 35px; }
  .u-mb-40-tablet {
    margin-bottom: 40px; }
  .u-mb-45-tablet {
    margin-bottom: 45px; }
  .u-mb-50-tablet {
    margin-bottom: 50px; }
  .u-mb-55-tablet {
    margin-bottom: 55px; }
  .u-mb-60-tablet {
    margin-bottom: 60px; }
  .u-mb-65-tablet {
    margin-bottom: 65px; }
  .u-mb-70-tablet {
    margin-bottom: 70px; }
  .u-mb-75-tablet {
    margin-bottom: 75px; }
  .u-mb-80-tablet {
    margin-bottom: 80px; }
  .u-mb-85-tablet {
    margin-bottom: 85px; }
  .u-mb-90-tablet {
    margin-bottom: 90px; }
  .u-mb-95-tablet {
    margin-bottom: 95px; }
  .u-mb-100-tablet {
    margin-bottom: 100px; }
  .u-mb-105-tablet {
    margin-bottom: 105px; }
  .u-mb-110-tablet {
    margin-bottom: 110px; }
  .u-mb-115-tablet {
    margin-bottom: 115px; }
  .u-mb-120-tablet {
    margin-bottom: 120px; }
  .u-mb-125-tablet {
    margin-bottom: 125px; }
  .u-mb-130-tablet {
    margin-bottom: 130px; }
  .u-mb-135-tablet {
    margin-bottom: 135px; }
  .u-mb-140-tablet {
    margin-bottom: 140px; }
  .u-mb-145-tablet {
    margin-bottom: 145px; }
  .u-mb-150-tablet {
    margin-bottom: 150px; } }

@media screen and (max-width: 480px) {
  .u-mt-auto-mobile {
    margin-top: auto; }
  .u-mt-0-mobile {
    margin-top: 0px; }
  .u-mt-5-mobile {
    margin-top: 5px; }
  .u-mt-10-mobile {
    margin-top: 10px; }
  .u-mt-15-mobile {
    margin-top: 15px; }
  .u-mt-20-mobile {
    margin-top: 20px; }
  .u-mt-25-mobile {
    margin-top: 25px; }
  .u-mt-30-mobile {
    margin-top: 30px; }
  .u-mt-35-mobile {
    margin-top: 35px; }
  .u-mt-40-mobile {
    margin-top: 40px; }
  .u-mt-45-mobile {
    margin-top: 45px; }
  .u-mt-50-mobile {
    margin-top: 50px; }
  .u-mt-55-mobile {
    margin-top: 55px; }
  .u-mt-60-mobile {
    margin-top: 60px; }
  .u-mt-65-mobile {
    margin-top: 65px; }
  .u-mt-70-mobile {
    margin-top: 70px; }
  .u-mt-75-mobile {
    margin-top: 75px; }
  .u-mt-80-mobile {
    margin-top: 80px; }
  .u-mt-85-mobile {
    margin-top: 85px; }
  .u-mt-90-mobile {
    margin-top: 90px; }
  .u-mt-95-mobile {
    margin-top: 95px; }
  .u-mt-100-mobile {
    margin-top: 100px; }
  .u-mt-105-mobile {
    margin-top: 105px; }
  .u-mt-110-mobile {
    margin-top: 110px; }
  .u-mt-115-mobile {
    margin-top: 115px; }
  .u-mt-120-mobile {
    margin-top: 120px; }
  .u-mt-125-mobile {
    margin-top: 125px; }
  .u-mt-130-mobile {
    margin-top: 130px; }
  .u-mt-135-mobile {
    margin-top: 135px; }
  .u-mt-140-mobile {
    margin-top: 140px; }
  .u-mt-145-mobile {
    margin-top: 145px; }
  .u-mt-150-mobile {
    margin-top: 150px; }
  .u-mb-auto-mobile {
    margin-bottom: auto; }
  .u-mb-0-mobile {
    margin-bottom: 0px; }
  .u-mb-5-mobile {
    margin-bottom: 5px; }
  .u-mb-10-mobile {
    margin-bottom: 10px; }
  .u-mb-15-mobile {
    margin-bottom: 15px; }
  .u-mb-20-mobile {
    margin-bottom: 20px; }
  .u-mb-25-mobile {
    margin-bottom: 25px; }
  .u-mb-30-mobile {
    margin-bottom: 30px; }
  .u-mb-35-mobile {
    margin-bottom: 35px; }
  .u-mb-40-mobile {
    margin-bottom: 40px; }
  .u-mb-45-mobile {
    margin-bottom: 45px; }
  .u-mb-50-mobile {
    margin-bottom: 50px; }
  .u-mb-55-mobile {
    margin-bottom: 55px; }
  .u-mb-60-mobile {
    margin-bottom: 60px; }
  .u-mb-65-mobile {
    margin-bottom: 65px; }
  .u-mb-70-mobile {
    margin-bottom: 70px; }
  .u-mb-75-mobile {
    margin-bottom: 75px; }
  .u-mb-80-mobile {
    margin-bottom: 80px; }
  .u-mb-85-mobile {
    margin-bottom: 85px; }
  .u-mb-90-mobile {
    margin-bottom: 90px; }
  .u-mb-95-mobile {
    margin-bottom: 95px; }
  .u-mb-100-mobile {
    margin-bottom: 100px; }
  .u-mb-105-mobile {
    margin-bottom: 105px; }
  .u-mb-110-mobile {
    margin-bottom: 110px; }
  .u-mb-115-mobile {
    margin-bottom: 115px; }
  .u-mb-120-mobile {
    margin-bottom: 120px; }
  .u-mb-125-mobile {
    margin-bottom: 125px; }
  .u-mb-130-mobile {
    margin-bottom: 130px; }
  .u-mb-135-mobile {
    margin-bottom: 135px; }
  .u-mb-140-mobile {
    margin-bottom: 140px; }
  .u-mb-145-mobile {
    margin-bottom: 145px; }
  .u-mb-150-mobile {
    margin-bottom: 150px; } }

.u-pt-0 {
  padding-top: 0px; }

.u-pt-5 {
  padding-top: 5px; }

.u-pt-10 {
  padding-top: 10px; }

.u-pt-15 {
  padding-top: 15px; }

.u-pt-20 {
  padding-top: 20px; }

.u-pt-25 {
  padding-top: 25px; }

.u-pt-30 {
  padding-top: 30px; }

.u-pt-35 {
  padding-top: 35px; }

.u-pt-40 {
  padding-top: 40px; }

.u-pt-45 {
  padding-top: 45px; }

.u-pt-50 {
  padding-top: 50px; }

.u-pt-55 {
  padding-top: 55px; }

.u-pt-60 {
  padding-top: 60px; }

.u-pt-65 {
  padding-top: 65px; }

.u-pt-70 {
  padding-top: 70px; }

.u-pt-75 {
  padding-top: 75px; }

.u-pt-80 {
  padding-top: 80px; }

.u-pt-85 {
  padding-top: 85px; }

.u-pt-90 {
  padding-top: 90px; }

.u-pt-95 {
  padding-top: 95px; }

.u-pt-100 {
  padding-top: 100px; }

.u-pt-105 {
  padding-top: 105px; }

.u-pt-110 {
  padding-top: 110px; }

.u-pt-115 {
  padding-top: 115px; }

.u-pt-120 {
  padding-top: 120px; }

.u-pt-125 {
  padding-top: 125px; }

.u-pt-130 {
  padding-top: 130px; }

.u-pt-135 {
  padding-top: 135px; }

.u-pt-140 {
  padding-top: 140px; }

.u-pt-145 {
  padding-top: 145px; }

.u-pt-150 {
  padding-top: 150px; }

.u-pb-0 {
  padding-bottom: 0px; }

.u-pb-5 {
  padding-bottom: 5px; }

.u-pb-10 {
  padding-bottom: 10px; }

.u-pb-15 {
  padding-bottom: 15px; }

.u-pb-20 {
  padding-bottom: 20px; }

.u-pb-25 {
  padding-bottom: 25px; }

.u-pb-30 {
  padding-bottom: 30px; }

.u-pb-35 {
  padding-bottom: 35px; }

.u-pb-40 {
  padding-bottom: 40px; }

.u-pb-45 {
  padding-bottom: 45px; }

.u-pb-50 {
  padding-bottom: 50px; }

.u-pb-55 {
  padding-bottom: 55px; }

.u-pb-60 {
  padding-bottom: 60px; }

.u-pb-65 {
  padding-bottom: 65px; }

.u-pb-70 {
  padding-bottom: 70px; }

.u-pb-75 {
  padding-bottom: 75px; }

.u-pb-80 {
  padding-bottom: 80px; }

.u-pb-85 {
  padding-bottom: 85px; }

.u-pb-90 {
  padding-bottom: 90px; }

.u-pb-95 {
  padding-bottom: 95px; }

.u-pb-100 {
  padding-bottom: 100px; }

.u-pb-105 {
  padding-bottom: 105px; }

.u-pb-110 {
  padding-bottom: 110px; }

.u-pb-115 {
  padding-bottom: 115px; }

.u-pb-120 {
  padding-bottom: 120px; }

.u-pb-125 {
  padding-bottom: 125px; }

.u-pb-130 {
  padding-bottom: 130px; }

.u-pb-135 {
  padding-bottom: 135px; }

.u-pb-140 {
  padding-bottom: 140px; }

.u-pb-145 {
  padding-bottom: 145px; }

.u-pb-150 {
  padding-bottom: 150px; }

@media screen and (max-width: 480px) {
  .u-pt-0-mobile {
    padding-top: 0px; }
  .u-pt-5-mobile {
    padding-top: 5px; }
  .u-pt-10-mobile {
    padding-top: 10px; }
  .u-pt-15-mobile {
    padding-top: 15px; }
  .u-pt-20-mobile {
    padding-top: 20px; }
  .u-pt-25-mobile {
    padding-top: 25px; }
  .u-pt-30-mobile {
    padding-top: 30px; }
  .u-pt-35-mobile {
    padding-top: 35px; }
  .u-pt-40-mobile {
    padding-top: 40px; }
  .u-pt-45-mobile {
    padding-top: 45px; }
  .u-pt-50-mobile {
    padding-top: 50px; }
  .u-pt-55-mobile {
    padding-top: 55px; }
  .u-pt-60-mobile {
    padding-top: 60px; }
  .u-pt-65-mobile {
    padding-top: 65px; }
  .u-pt-70-mobile {
    padding-top: 70px; }
  .u-pt-75-mobile {
    padding-top: 75px; }
  .u-pt-80-mobile {
    padding-top: 80px; }
  .u-pt-85-mobile {
    padding-top: 85px; }
  .u-pt-90-mobile {
    padding-top: 90px; }
  .u-pt-95-mobile {
    padding-top: 95px; }
  .u-pt-100-mobile {
    padding-top: 100px; }
  .u-pt-105-mobile {
    padding-top: 105px; }
  .u-pt-110-mobile {
    padding-top: 110px; }
  .u-pt-115-mobile {
    padding-top: 115px; }
  .u-pt-120-mobile {
    padding-top: 120px; }
  .u-pt-125-mobile {
    padding-top: 125px; }
  .u-pt-130-mobile {
    padding-top: 130px; }
  .u-pt-135-mobile {
    padding-top: 135px; }
  .u-pt-140-mobile {
    padding-top: 140px; }
  .u-pt-145-mobile {
    padding-top: 145px; }
  .u-pt-150-mobile {
    padding-top: 150px; }
  .u-pb-0-mobile {
    padding-bottom: 0px; }
  .u-pb-5-mobile {
    padding-bottom: 5px; }
  .u-pb-10-mobile {
    padding-bottom: 10px; }
  .u-pb-15-mobile {
    padding-bottom: 15px; }
  .u-pb-20-mobile {
    padding-bottom: 20px; }
  .u-pb-25-mobile {
    padding-bottom: 25px; }
  .u-pb-30-mobile {
    padding-bottom: 30px; }
  .u-pb-35-mobile {
    padding-bottom: 35px; }
  .u-pb-40-mobile {
    padding-bottom: 40px; }
  .u-pb-45-mobile {
    padding-bottom: 45px; }
  .u-pb-50-mobile {
    padding-bottom: 50px; }
  .u-pb-55-mobile {
    padding-bottom: 55px; }
  .u-pb-60-mobile {
    padding-bottom: 60px; }
  .u-pb-65-mobile {
    padding-bottom: 65px; }
  .u-pb-70-mobile {
    padding-bottom: 70px; }
  .u-pb-75-mobile {
    padding-bottom: 75px; }
  .u-pb-80-mobile {
    padding-bottom: 80px; }
  .u-pb-85-mobile {
    padding-bottom: 85px; }
  .u-pb-90-mobile {
    padding-bottom: 90px; }
  .u-pb-95-mobile {
    padding-bottom: 95px; }
  .u-pb-100-mobile {
    padding-bottom: 100px; }
  .u-pb-105-mobile {
    padding-bottom: 105px; }
  .u-pb-110-mobile {
    padding-bottom: 110px; }
  .u-pb-115-mobile {
    padding-bottom: 115px; }
  .u-pb-120-mobile {
    padding-bottom: 120px; }
  .u-pb-125-mobile {
    padding-bottom: 125px; }
  .u-pb-130-mobile {
    padding-bottom: 130px; }
  .u-pb-135-mobile {
    padding-bottom: 135px; }
  .u-pb-140-mobile {
    padding-bottom: 140px; }
  .u-pb-145-mobile {
    padding-bottom: 145px; }
  .u-pb-150-mobile {
    padding-bottom: 150px; } }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

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

.small {
  font-size: 14px; }

.js-accordion-body {
  padding-top: 0;
  padding-bottom: 0; }

.js-accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.js-slick-detail-nav {
  width: calc(100% - 45px);
  margin-left: auto;
  margin-right: auto; }

.slick-slide:focus {
  outline: 0; }
