r@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Reset
   ----------------------------------------------------------------- */
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

caption, th {
  text-align: left;
}

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

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

sup {
  vertical-align: super;
  font-size: 0.5em;
}

img {
  vertical-align: top;
}

i {
  font-style: normal;
}

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

/* Base
   ----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  line-height: 1.8;
}

body {
  color: #111111;
  background: #ffffff;
  -webkit-text-size-adjust: none;
  font-size: 1.2rem;
  font-feature-settings: "palt" on;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  body {
    min-width: 1340px;
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #111111;
}
a:link, a:visited, a:active {
  text-decoration: underline;
}
.mouse a:hover, .touch a.touchstart {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

body, pre, input, textarea, select {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus, *:focus {
  outline: none;
}

a[href^="tel:"] {
  text-decoration: none;
}

#page {
  padding-top: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #page {
    padding-top: 78px;
  }
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* Header
   ----------------------------------------------------------------- */
/* ==========================================================================
   Object
   ========================================================================== */
/* --------------------------------------------------------------------------
   Component
   -------------------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
.c-over {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.c-over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.c-container {
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .c-container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Title
   ----------------------------------------------------------------- */
.c-title-primary {
  -moz-transform: translate(-10px, -20px);
  -ms-transform: translate(-10px, -20px);
  -webkit-transform: translate(-10px, -20px);
  transform: translate(-10px, -20px);
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .c-title-primary {
    -moz-transform: translate(-40px, -30px);
    -ms-transform: translate(-40px, -30px);
    -webkit-transform: translate(-40px, -30px);
    transform: translate(-40px, -30px);
  }
}
.c-title-primary.-center {
  text-align: center;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.c-title-primary.right {
  text-align: right;
  -moz-transform: translate(10px, -20px);
  -ms-transform: translate(10px, -20px);
  -webkit-transform: translate(10px, -20px);
  transform: translate(10px, -20px);
}
.c-title-primary > span {
  display: block;
}
.c-title-primary__main {
  font-family: "Quicksand", sans-serif;
  font-size: 2.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .c-title-primary__main {
    line-height: 0.8;
    font-size: 7.2rem;
  }
}
.c-title-primary__sub {
  margin-top: -5px;
}
@media only screen and (min-width: 768px) {
  .c-title-primary__sub {
    font-size: 2.4rem;
    margin-top: 5px;
  }
}

.c-title-role {
  overflow: hidden;
  position: absolute;
  top: 0;
  top: -10px;
  left: -20px;
  font-weight: normal;
}
.c-title-role.-left {
  text-align: left;
  top: -15px;
  left: -10px;
}
@media only screen and (min-width: 768px) {
  .c-title-role.-left {
    top: -30px;
    left: -40px;
  }
}
.c-title-role.-right {
  text-align: right;
  top: -15px;
  right: -10px;
}
@media only screen and (min-width: 768px) {
  .c-title-role.-right {
    top: -30px;
    right: -40px;
  }
}
.c-title-role > span {
  display: block;
}
.c-title-role__main {
  font-family: "Quicksand", sans-serif;
  font-size: 2.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .c-title-role__main {
    font-size: 6rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) {
  .c-title-role__sub {
    font-size: 2.4rem;
  }
}

.c-title-member {
  font-weight: normal;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .c-title-member {
    text-align: left;
  }
}
.c-title-member > span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-title-member > span {
    display: inline-block;
  }
}
.c-title-member__main {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .c-title-member__main {
    font-size: 2.4rem;
    margin-right: 15px;
  }
}
.c-title-member__sub {
  font-family: "Quicksand", sans-serif;
}
@media only screen and (min-width: 768px) {
  .c-title-member__sub {
    font-size: 1.6rem;
  }
}

.c-title-ver {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: absolute;
  right: -40px;
  top: 0;
  writing-mode: vertical-rl;
}
@media only screen and (min-width: 768px) {
  .c-title-ver {
    right: 0;
    font-size: 4.8rem;
    line-height: 0.8;
  }
}
.c-title-ver.-left {
  right: auto;
  left: -40px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@media only screen and (min-width: 768px) {
  .c-title-ver.-left {
    left: 0;
  }
}

.c-list-sns {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .c-list-sns {
    margin-top: 25px;
  }
}
.c-list-sns__item {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .c-list-sns__item {
    margin-right: 10px;
  }
}
.c-list-sns__item:last-child {
  margin-right: 0;
}
.c-list-sns__item > a {
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #000000;
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .c-list-sns__item > a {
    width: 48px;
    line-height: 48px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .c-list-sns__item > a:hover {
    background-color: #3eb7d0;
  }
}
.c-list-sns__item > a > i {
  font-size: 16px;
  -moz-transform: translate(1px, 2px);
  -ms-transform: translate(1px, 2px);
  -webkit-transform: translate(1px, 2px);
  transform: translate(1px, 2px);
}
@media only screen and (min-width: 768px) {
  .c-list-sns__item > a > i {
    font-size: 20px;
  }
}

.c-title-secondary {
  font-weight: bold;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 3rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .c-title-secondary {
    font-size: 7.2rem;
  }
}
.c-title-secondary span {
  overflow: hidden;
}
.c-title-secondary span em {
  display: inline-block;
}

/* Button
   ----------------------------------------------------------------- */
.c-btn-primary {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .c-btn-primary {
    margin-top: 40px;
  }
}
.c-btn-primary > a {
  display: inline-block;
  color: #fff;
  text-align: center;
  width: 100%;
  background: #000;
  text-decoration: none;
  line-height: 55px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  height: 55px;
}
@media only screen and (min-width: 768px) {
  .c-btn-primary > a {
    font-size: 1.6rem;
    line-height: 80px;
    height: 80px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .c-btn-primary > a:hover {
    background: #3eb7d0;
  }
  .c-btn-primary > a:hover > svg path {
    fill: #fff;
  }
}
.c-btn-primary > a > svg {
  margin-right: 5px;
  width: 20px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .c-btn-primary > a > svg {
    width: 26px;
  }
}
.c-btn-primary > a > svg path {
  fill: #6fb2de;
}

/* --------------------------------------------------------------------------
   Project
   -------------------------------------------------------------------------- */
/* Header
   ----------------------------------------------------------------- */
.p-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 10px 2.5%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-header {
    padding: 15px 40px;
  }
}
.p-header__logo img {
  width: 80px;
}
@media only screen and (min-width: 768px) {
  .p-header__logo img {
    width: 130px;
  }
}
.p-header__menu a {
  display: block;
  width: 24px;
  height: 18px;
  position: relative;
}
.p-header__menu a:before, .p-header__menu a:after {
  content: "";
  display: block;
}
.p-header__menu a span, .p-header__menu a:before, .p-header__menu a:after {
  width: 100%;
  position: absolute;
  height: 2px;
  background: #000;
  left: 0;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-header__menu a:before {
  top: 0;
}
.p-header__menu a:after {
  bottom: 0;
}
.p-header__menu a span {
  top: 50%;
  margin-top: -1px;
}
@media only screen and (min-width: 768px) {
  .p-header__menu {
    display: none;
  }
}
.p-header__menu.is-active a span {
  opacity: 0;
}
.p-header__menu.is-active a:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
}
.p-header__menu.is-active a:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 7px;
}

/* Gnav
   ----------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .p-gnav {
    position: fixed;
    top: 49px;
    left: 0;
    width: 100%;
    height: calc(100% - 49px);
    overflow: scroll;
    background-image: linear-gradient(120deg, rgba(132, 250, 176, 0.8) 0%, rgba(143, 211, 244, 0.8) 100%);
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .p-gnav {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-gnav__list {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .p-gnav__list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.p-gnav__item {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .p-gnav__item {
    margin-top: 0;
    margin-right: 40px;
    margin-bottom: 0;
  }
  .p-gnav__item:last-child {
    margin-right: 0;
  }
}
.p-gnav__item:last-child {
  margin-bottom: 0;
}
.p-gnav__item a {
  text-align: center;
  font-size: 1.8rem;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-gnav__item a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .p-gnav__item a:hover {
    color: #3eb7d0;
  }
}
.p-gnav__sns {
  font-size: 2rem;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .p-gnav__sns {
    position: static;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .p-gnav__sns a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .p-gnav__sns a:hover {
    color: #3eb7d0;
  }
}

/* Top -> MainVisual
   ----------------------------------------------------------------- */
.p-top-mv {
  background: url(../img/home/bg-mv.jpg) center no-repeat;
  background-size: cover;
  margin: 0 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-top-mv {
    margin: 0 60px;
    height: 700px;
    max-height: calc(100vh - 135px);
    min-height: 500px;
  }
}
@media only screen and (min-width: 1800px) {
  .p-top-mv {
    max-width: 1680px;
    margin: 0 auto;
  }
}
.p-top-mv:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  -webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.p-top-mv.js-animated:before {
  height: 0;
}
.p-top-mv__content {
  text-align: center;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .p-top-mv__content {
    text-align: left;
    padding-top: 0;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -30px;
    z-index: 3;
  }
}
.p-top-mv__title span {
  display: none;
}
.p-top-mv__title path {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.p-top-mv__title path:nth-child(1) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.p-top-mv__title path:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.p-top-mv__title path:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.p-top-mv__title path:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.p-top-mv__title path:nth-child(5) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.p-top-mv__title path:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.p-top-mv__title path:nth-child(7) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.p-top-mv__title path:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.p-top-mv__title path:nth-child(9) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.p-top-mv__title path:nth-child(10) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.p-top-mv__title path:nth-child(11) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.p-top-mv__title path:nth-child(12) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.p-top-mv__title path:nth-child(13) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.p-top-mv__title path:nth-child(14) {
  -webkit-animation-delay: 0.70s;
  animation-delay: 0.70s;
}
.p-top-mv__title path:nth-child(15) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.p-top-mv__title path:nth-child(16) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.p-top-mv__title.js-animated path {
  -webkit-animation-name: show-title-mv-sp;
  animation-name: show-title-mv-sp;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media only screen and (min-width: 768px) {
  .p-top-mv__title.js-animated path {
    -webkit-animation-name: show-title-mv;
    animation-name: show-title-mv;
  }
}
.p-top-mv__title.js-animated--repeat path {
  -webkit-animation-name: show-title-reverse;
  animation-name: show-title-reverse;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.p-top-mv__title svg {
  width: 74vw;
}
@media only screen and (min-width: 768px) {
  .p-top-mv__title svg {
    width: 730px;
  }
}
.p-top-mv__lead {
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-top: -1.5vw;
}
.p-top-mv__lead.js-animated {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .p-top-mv__lead {
    margin-top: -20px;
    text-align: left;
  }
}
.p-top-mv__lead img {
  width: 60vw;
}
@media only screen and (min-width: 768px) {
  .p-top-mv__lead img {
    width: 609px;
  }
}
.p-top-mv__text {
  text-align: center;
  color: #555555;
  margin-top: 15px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.p-top-mv__text.js-animated {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .p-top-mv__text {
    text-align: left;
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
.p-top-mv__charactor {
  position: relative;
  top: 20px;
  text-align: center;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.p-top-mv__charactor.js-animated {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .p-top-mv__charactor {
    top: auto;
    margin-top: 0;
    bottom: -45px;
    right: -45px;
    position: absolute;
    width: 37%;
    z-index: 3;
  }
}
@media only screen and (min-width: 1240px) {
  .p-top-mv__charactor {
    width: auto;
  }
}
.p-top-mv__charactor img {
  width: 60vw;
}
@media only screen and (min-width: 768px) {
  .p-top-mv__charactor img {
    width: 100%;
    max-width: 695px;
  }
}
@media only screen and (min-width: 1240px) {
  .p-top-mv__charactor img {
    width: 33vw;
  }
}

/* Top -> Intro
   ----------------------------------------------------------------- */
.p-top-intro {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .p-top-intro {
    margin-top: 100px;
  }
}
.p-top-intro__logo {
  text-align: center;
}
.p-top-intro__logo img {
  width: 64px;
}
@media only screen and (min-width: 768px) {
  .p-top-intro__logo img {
    width: 98px;
  }
}
.p-top-intro__lead {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-top-intro__lead {
    font-size: 3rem;
    margin-top: 50px;
  }
}
.p-top-intro__text {
  margin-top: 15px;
  color: #555555;
}
@media only screen and (min-width: 768px) {
  .p-top-intro__text {
    line-height: 2.4;
    text-align: center;
    margin-top: 30px;
    font-size: 1.7rem;
  }
}

/* Top -> History
   ----------------------------------------------------------------- */
.p-top-history {
  margin-top: 40px;
  position: relative;
  padding: 20px 30px;
}
@media only screen and (min-width: 768px) {
  .p-top-history {
    padding: 30px 60px;
    margin-top: 80px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
}
.p-top-history:before, .p-top-history:after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  border: 1px solid #000;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .p-top-history:before, .p-top-history:after {
    width: 20px;
  }
}
.p-top-history:before {
  left: 0;
  border-right: none;
}
.p-top-history:after {
  right: 0;
  border-left: none;
}
.p-top-history__title {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .p-top-history__title {
    text-align: left;
    margin-bottom: 0;
    margin-right: 60px;
    font-size: 2rem;
  }
}
.p-top-history__text {
  color: #555555;
  flex: 1;
  -webkit-flex: 1;
}

/* Top -> Service
   ----------------------------------------------------------------- */
.p-top-service {
  margin: 80px 20px 0 20px;
  padding-top: 12px;
}
@media only screen and (min-width: 768px) {
  .p-top-service {
    margin-left: calc((100% - 1240px) / 2);
    margin-right: 0;
    margin-top: 180px;
    padding-top: 40px;
  }
}
.p-top-service__inner {
  background: #ebf6fc;
  padding-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-top-service__inner {
    padding-bottom: 0;
  }
}
.p-top-service__list {
  padding: 0 30px;
}
@media only screen and (min-width: 768px) {
  .p-top-service__list {
    padding: 140px 50px 120px 50px;
    display: -webkit-flex;
    display: flex;
  }
}
.p-top-service__item {
  margin-bottom: 30px;
  flex: 1;
  -webkit-flex: 1;
}
@media only screen and (min-width: 768px) {
  .p-top-service__item {
    margin-bottom: 0;
  }
}
.p-top-service__item:last-child {
  margin-bottom: 0;
}
.p-top-service__image {
  text-align: center;
  margin-bottom: 15px;
}
.p-top-service__image img {
  height: 100px;
}
@media only screen and (min-width: 768px) {
  .p-top-service__image img {
    height: 126px;
  }
}
.p-top-service__title {
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .p-top-service__title {
    font-size: 1.8rem;
  }
}
.p-top-service__text {
  margin-top: 10px;
  color: #555555;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-top-service .c-title-primary {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-top-team {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .p-top-team {
    margin-top: 120px;
  }
}
.p-top-team > .c-title-primary {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .p-top-team > .c-title-primary {
    margin-bottom: 90px;
  }
}

/* Top -> Member
   ----------------------------------------------------------------- */
.p-top-member {
  margin-bottom: 45px;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  .p-top-member {
    padding-top: 30px;
    margin-bottom: 150px;
  }
}
.p-top-member:last-child {
  margin-bottom: 0;
}
.p-top-member__inner {
  position: relative;
  padding: 60px 20px 30px 20px;
  background: #ebf6fc;
}
@media only screen and (min-width: 768px) {
  .p-top-member__inner {
    padding: 100px 30px 0 30px;
  }
}
.p-top-member.-right {
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .p-top-member.-right {
    margin-right: calc((100% - 1240px) / 2);
  }
}
.p-top-member.-left {
  margin-left: 20px;
}
@media only screen and (min-width: 768px) {
  .p-top-member.-left {
    margin-left: calc((100% - 1240px) / 2);
  }
  .p-top-member.-left .p-top-member__wrap {
    margin-right: auto;
    margin-left: 0;
  }
}
.p-top-member__wrap {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .p-top-member__wrap {
    max-width: 1160px;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
}
.p-top-member__image {
  width: 180px;
  height: 180px;
  position: relative;
  background: #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .p-top-member__image {
    margin-right: 40px;
    width: 320px;
    height: 320px;
    margin-bottom: 0;
  }
}
.p-top-member__image img {
  position: absolute;
  height: 120%;
  top: -10%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .p-top-member__image img {
    height: 104%;
    top: -2%;
  }
}
@media only screen and (min-width: 768px) {
  .p-top-member__content {
    flex: 1;
    -webkit-flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .p-top-member__text {
    font-size: 1.6rem;
  }
}

/* Top -> MemberSkill
   ----------------------------------------------------------------- */
.p-top-member-skill {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .p-top-member-skill {
    margin-top: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.p-top-member-skill__title {
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .p-top-member-skill__title {
    font-size: 1.8rem;
    margin-right: 30px;
  }
}
.p-top-member-skill__title > i {
  color: #bbd915;
}
.p-top-member-skill__text {
  color: #555555;
  flex: 1;
  -webkit-flex: 1;
}

/* Top -> Works
   ----------------------------------------------------------------- */
.p-top-works {
  position: relative;
  margin-top: 30px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .p-top-works {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 60px;
  }
  .p-top-works:after {
    content: "";
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 310px;
  }
}

/* Top -> Blog
   ----------------------------------------------------------------- */
.p-top-blog {
  position: relative;
  margin-top: 30px;
}

/* Top -> Contact
   ----------------------------------------------------------------- */
.p-top-contact {
  margin-top: 60px;
  padding: 40px 0;
  background: url(../img/home/bg-contact.jpg) center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-top-contact {
    margin-top: 160px;
    padding: 120px 0;
  }
}
.p-top-contact__lead {
  text-align: center;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .p-top-contact__lead {
    font-size: 2.4rem;
  }
}
.p-top-contact .c-btn-primary > a {
  width: 260px;
}
@media only screen and (min-width: 768px) {
  .p-top-contact .c-btn-primary > a {
    width: 400px;
  }
}

/* Footer
   ----------------------------------------------------------------- */
.p-footer {
  padding: 20px 2.5% 10px 2.5%;
}
@media only screen and (min-width: 768px) {
  .p-footer {
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .p-footer-left {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.p-footer-left__logo {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-footer-left__logo {
    margin-right: 15px;
  }
}
.p-footer-left__logo img {
  width: 50px;
}
@media only screen and (min-width: 768px) {
  .p-footer-left__logo img {
    width: 94px;
  }
}
.p-footer-left__text {
  text-align: center;
  font-size: 1rem;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .p-footer-left__text {
    margin-top: 0;
    font-size: 1.2rem;
  }
}

.p-footer-right {
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-footer-right__sns {
    font-size: 20px;
  }
  .p-footer-right__sns a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .p-footer-right__sns a:hover {
    color: #3eb7d0;
  }
}
.p-footer-right__copyright {
  margin-left: 10px;
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
}
@media only screen and (min-width: 768px) {
  .p-footer-right__copyright {
    margin-left: 30px;
    font-size: 1.4rem;
  }
}

/* Works -> Slider
   ----------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .p-works-slider.-default {
    margin-left: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .p-works-slider.-reverse {
    margin-right: 90px;
  }
}
.p-works-slider__item {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .p-works-slider__item {
    width: 380px;
    margin-left: 40px;
  }
}
.p-works-slider__item > a, .p-works-slider__item > div {
  display: block;
  text-decoration: none;
  padding: 30px 15px 0 15px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-works-slider__item > a, .p-works-slider__item > div {
    min-height: 400px;
    padding: 50px 15px 30px 15px;
  }
}
.p-works-slider__item > a:after, .p-works-slider__item > div:after {
  content: "";
  display: block;
  position: absolute;
  height: 180px;
  background: #3eb7d0;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-works-slider__item > a:after, .p-works-slider__item > div:after {
    height: 230px;
    -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
}
@media only screen and (min-width: 768px) {
  .p-works-slider__item > a:hover:after {
    height: 100%;
  }
  .p-works-slider__item > a:hover .p-works-slider__title,
  .p-works-slider__item > a:hover .p-works-slider__category,
  .p-works-slider__item > a:hover .p-works-slider__date {
    color: #fff;
  }
}
.p-works-slider__item.-blue01 > a:after, .p-works-slider__item.-blue01 > div:after {
  background-color: #3eb7d0;
}
.p-works-slider__item.-gray > a:after, .p-works-slider__item.-gray > div:after {
  background-color: #8c8c8c;
}
.p-works-slider__item.-blue02 > a:after, .p-works-slider__item.-blue02 > div:after {
  background-color: #99f4d7;
}
.p-works-slider__item.-blue03 > a:after, .p-works-slider__item.-blue03 > div:after {
  background-color: #30569a;
}
.p-works-slider__image {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .p-works-slider__image {
    margin-bottom: 20px;
  }
}
.p-works-slider__image img {
  margin-left: auto;
  margin-right: auto;
}
.p-works-slider__title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .p-works-slider__title {
    font-size: 1.8rem;
    -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.p-works-slider__category {
  margin-top: 10px;
  font-family: "Quicksand", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  color: #555555;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .p-works-slider__category {
    -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    font-size: 1.4rem;
  }
}
.p-works-slider__date {
  font-family: "Quicksand", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  color: #555555;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .p-works-slider__date {
    -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    font-size: 1.4rem;
  }
}

.slick-arrow {
  width: 21px;
  height: 41px;
  text-indent: -9999px;
  position: absolute;
  top: 125px;
}
.slick-arrow.slick-prev {
  background: url(../img/common/ic-angle-left.svg) center no-repeat;
  background-size: contain;
  left: -30px;
}
.slick-arrow.slick-next {
  background: url(../img/common/ic-angle-right.svg) center no-repeat;
  background-size: contain;
  right: -30px;
}

.slick-dots {
  text-align: center;
  margin-top: 10px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.slick-dots li button {
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
}
.slick-dots li.slick-active button {
  background: #000;
}

/* --------------------------------------------------------------------------
   Utility
   -------------------------------------------------------------------------- */
/* View
   ----------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .u-view-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-view-pc {
    display: none !important;
  }
}

/* Animation
   ----------------------------------------------------------------- */
.u-anime-show-title > span {
  overflow: hidden;
  display: block;
}
.u-anime-show-title > span.c-title-primary__main {
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .u-anime-show-title > span.c-title-primary__main {
    padding-bottom: 10px;
  }
}
.u-anime-show-title em {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  display: inline-block;
}
.u-anime-show-title.js-inview-in em {
  -webkit-animation-name: show-title;
  animation-name: show-title;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.u-anime-show-title.js-inview-in em:nth-child(1) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.u-anime-show-title.js-inview-in em:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.u-anime-show-title.js-inview-in em:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.u-anime-show-title.js-inview-in em:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.u-anime-show-title.js-inview-in em:nth-child(5) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.u-anime-show-title.js-inview-in em:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.u-anime-show-title.js-inview-in em:nth-child(7) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.u-anime-show-title.js-inview-in em:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.u-anime-show-title.js-inview-in em:nth-child(9) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.u-anime-show-title.js-inview-in em:nth-child(10) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.u-anime-show-title.js-inview-in em:nth-child(11) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.u-anime-fade-in {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.u-anime-fade-in.js-inview-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -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-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@media only screen and (min-width: 768px) {
  .u-anime-fade-in.u-delay1 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  .u-anime-fade-in.u-delay2 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .u-anime-fade-in.u-delay3 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
  .u-anime-fade-in.u-delay4 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
}

.u-anime-scale-in {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}
.u-anime-scale-in.js-inview-in {
  -webkit-animation-name: scale-in;
  animation-name: scale-in;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes show-title-mv {
  from {
    -webkit-transform: translate3d(0, -125px, 0);
    transform: translate3d(0, -125px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes show-title-mv {
  from {
    -webkit-transform: translate3d(0, -125px, 0);
    transform: translate3d(0, -125px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes show-title-mv-sp {
  from {
    -webkit-transform: translate3d(0, -34vw, 0);
    transform: translate3d(0, -34vw, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes titleshow {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes titleshow {
  0% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  30% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  45% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes show-title-mv-sp {
  from {
    -webkit-transform: translate3d(0, -34vw, 0);
    transform: translate3d(0, -34vw, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes show-title {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes show-title {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes show-title-reverse {
  from {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
  10% {
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
  }
  20% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes show-title-reverse {
  from {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
  10% {
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
  }
  20% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes scale-in {
  from {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }
  70% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  85% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes scale-in {
  from {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }
  70% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  85% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.css-10obuwj-StyledLink {
  text-decoration: none!important;
}