@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* HTML5 display-role reset for older browsers */
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; }

html, body {
  width: 100%;
  color: #3b3b3b;
  font-size: 16px;
  background: #fff;
  line-height: 1.6;
  font-family: 'Now', 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-size-adjust: 100%;
  letter-spacing: 0.1em; }

a {
  color: #3b3b3b;
  text-decoration: none;
  outline: none;
  transition: .3s; }

a:hover {
  transition: .3s;
  opacity: 0.8; }

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

input[type='text'],
input[type='email'] {
  display: block;
  -webkit-appearance: none;
  outline: none;
  font-size: 16px;
  border: none;
  padding: 10px;
  font-family: 'Helvetica Neue', Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  @media screen and (max-width: 576px) {
    input[type='text'],
    input[type='email'] {
      font-size: 14px; } }

textarea {
  display: block;
  -webkit-appearance: none;
  outline: none;
  font-size: 16px;
  border: none;
  padding: 10px;
  letter-spacing: 0.1em;
  resize: none;
  font-family: 'Helvetica Neue', Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  @media screen and (max-width: 576px) {
    textarea {
      font-size: 14px; } }

input[type='submit'] {
  -webkit-appearance: none;
  display: block;
  outline: none;
  border: none;
  box-sizing: border-box;
  transition: .3s; }
  input[type='submit']:hover {
    cursor: pointer;
    transition: .3s;
    opacity: 0.8; }

label {
  display: block; }

@font-face {
  font-family: 'Now';
  src: url("../fonts/Now-Regular.otf") format("opentype"); }

.l-site-width {
  max-width: 980px;
  margin: 0 auto; }

.l-header {
  height: 60px;
  width: 100%;
  line-height: 60px;
  position: fixed;
  transition: 0.5s;
  overflow: hidden;
  z-index: 2; }
  .l-header.float-active {
    transition: 0.5s;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18); }

.l-main {
  width: 100%; }

.l-hero {
  min-height: 100vh;
  position: relative; }

.l-about {
  padding: 60px 20px; }

.l-skill {
  padding: 60px 20px;
  background: #F2F2F2; }

.l-service {
  padding: 60px 20px; }

.l-price {
  padding: 60px 20px;
  background: #F2F2F2; }

.l-portfolio {
  padding: 60px 20px; }

.l-contact {
  padding: 60px 20px;
  background: #F2F2F2; }

.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: .3s ease-in-out; }

.l-modal__bg {
  width: 100%;
  height: 100%;
  background: rgba(80, 80, 80, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 2; }

.l-sp-menu {
  display: none;
  padding: 20px;
  position: absolute;
  top: 20px;
  left: 15px; }
  @media screen and (max-width: 576px) {
    .l-sp-menu {
      display: block; } }

/* Component ------------ */
.c-effect--fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1500ms; }

.c-effect--rightin {
  opacity: 0;
  transform: translate(-150px, 0);
  transition: all 700ms; }

.c-effect--leftin {
  opacity: 0;
  transform: translate(150px, 0);
  transition: all 700ms; }

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0); }

.c-icon {
  color: #fff;
  font-size: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.c-section__title {
  font-size: 40px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold; }

.fade-enter-active,
.fade-leave-active {
  transition: all  0.6s; }

.fade-enter {
  opacity: 0;
  transform: translateY(80px); }

.fade-leave-to {
  opacity: 0;
  transform: translatey(80px); }

/* Project ------------ */
.p-about {
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex; }
  @media screen and (max-width: 576px) {
    .p-about {
      display: block;
      margin-bottom: 30px; } }
  .p-about__img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-right: 80px;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .p-about__img {
        margin-right: 60px; } }
    @media screen and (max-width: 576px) {
      .p-about__img {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px; } }
  .p-about__info {
    width: 100%;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .p-about__info {
        margin-top: 15px; } }
  .p-about__description {
    max-width: 980px;
    margin: 0 auto;
    line-height: 2; }
  .p-about__items {
    margin-bottom: 30px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .p-about__items {
        display: block;
        margin-bottom: 0; } }
  .p-about__item {
    width: 215px;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .p-about__item {
        margin-bottom: 10px;
        width: 70%; } }
    @media screen and (max-width: 576px) {
      .p-about__item {
        width: 200px;
        margin: 0 auto;
        margin-bottom: 10px; } }

.p-contact {
  max-width: 980px;
  margin: 0 auto; }

.p-form {
  max-width: 600px;
  margin: 0 auto; }
  .p-form__input {
    width: 100%;
    margin-bottom: 35px;
    border-radius: 3px;
    box-sizing: border-box; }
  .p-form__textarea {
    width: 100%;
    height: 300px;
    border-radius: 3px;
    margin-bottom: 35px;
    box-sizing: border-box; }
  .p-form__btn {
    width: 100%;
    height: 50px;
    background: #fc6f5c;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    box-sizing: border-box;
    transition: all 0.4s;
    cursor: pointer;
    outline: none;
    border: none; }
    .p-form__btn:hover {
      transition: all 0.4s;
      transform: scale(1.05); }

@media screen and (max-width: 576px) {
  .p-header {
    display: none; } }

.p-header__logo {
  display: none;
  margin-left: 20px; }

.p-nav__list {
  display: flex; }
  @media screen and (max-width: 576px) {
    .p-nav__list {
      display: block;
      position: absolute;
      background: rgba(255, 255, 255, 0.85);
      width: 100%;
      height: 100vh;
      padding-top: 50px; }
      .p-nav__list.active {
        transition: .5s;
        transform: translateX(-100%);
        z-index: 2; } }

.p-nav__item {
  margin-right: 20px; }

.l-hero {
  width: 100%;
  min-height: 100vh;
  background-image: url("../img/naoya-ono-hero.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }

.p-hero {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  text-align: center; }
  @media screen and (max-width: 576px) {
    .p-hero {
      top: 40%; } }
  .p-hero__title {
    font-size: 44px; }
    @media screen and (max-width: 576px) {
      .p-hero__title {
        font-size: 24px; } }
  .p-hero__sub-title {
    font-size: 20px; }
    @media screen and (max-width: 576px) {
      .p-hero__sub-title {
        font-size: 14px; } }

.p-hero__title,
.p-hero__sub-title {
  animation-name: fadein;
  animation-duration: 1s; }

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(80px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.p-icon {
  color: #FF2050;
  width: 25px;
  text-align: center; }

.p-message {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 40px;
  background: rgba(114, 211, 238, 0.9);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 40px;
  z-index: 9999; }

.p-modal {
  width: 95%;
  max-width: 900px;
  min-height: 400px;
  height: auto;
  background: #fff;
  border-radius: 3px;
  padding: 25px 20px;
  box-sizing: border-box;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99; }
  @media screen and (max-width: 576px) {
    .p-modal {
      height: 95%;
      overflow-y: scroll;
      padding: 15px; } }
  .p-modal__title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold; }
    @media screen and (max-width: 576px) {
      .p-modal__title {
        font-size: 18px; } }
  .p-modal__close {
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 20px; }
    .p-modal__close:hover {
      cursor: pointer; }

.p-detail {
  display: flex;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .p-detail {
      display: block;
      margin-bottom: 30px; } }
  .p-detail__img {
    width: 300px;
    margin-right: 30px;
    max-height: 185px; }
    @media screen and (max-width: 768px) {
      .p-detail__img {
        display: block;
        width: 80%;
        margin: 0 auto;
        max-height: 500px;
        margin-bottom: 30px; } }
  .p-detail__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px; }
    @media screen and (max-width: 768px) {
      .p-detail__title {
        font-size: 16px; } }
  @media screen and (max-width: 768px) {
    .p-detail__description {
      font-size: 14px; } }
  @media screen and (max-width: 768px) {
    .p-detail__info {
      margin-bottom: 30px; } }
  .p-detail__info--top {
    display: flex;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .p-detail__info--top {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px; } }
    @media screen and (max-width: 576px) {
      .p-detail__info--top {
        display: block; } }
  .p-detail__language {
    width: 60%;
    margin-right: 50px; }
    @media screen and (max-width: 768px) {
      .p-detail__language {
        width: 50%;
        margin-right: 20px;
        box-sizing: border-box; } }
    @media screen and (max-width: 576px) {
      .p-detail__language {
        width: 100%;
        margin-bottom: 20px; } }
  .p-detail__time {
    width: 40%; }
    @media screen and (max-width: 768px) {
      .p-detail__time {
        width: 50%; } }
    @media screen and (max-width: 576px) {
      .p-detail__time {
        width: 100%;
        margin-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .p-detail__outline {
      width: 80%;
      margin: 0 auto; } }
  .p-detail__btns {
    display: flex;
    justify-content: center; }
  .p-detail__btn {
    width: 65%;
    height: 30px;
    font-size: 16px;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.4s; }
    @media screen and (max-width: 768px) {
      .p-detail__btn {
        width: 80%; } }
    .p-detail__btn:hover {
      transition: all 0.4s;
      opacity: 0.7; }
    .p-detail__btn--app {
      margin-right: 20px;
      color: #fff;
      height: 50px;
      border-radius: 5px;
      background: #4F9DF4; }
    .p-detail__btn--memo {
      color: #fff;
      height: 50px;
      border-radius: 5px;
      background: #42C9B4; }

.p-portfolio {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto; }
  .p-portfolio__item {
    background: #fff;
    border-radius: 3px;
    width: calc(33.33% - 100px / 3);
    box-sizing: border-box;
    margin-right: 50px;
    margin-bottom: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
    position: relative;
    cursor: pointer;
    transition: all 0.4s; }
    .p-portfolio__item:hover {
      transform: translateY(-10px);
      transition: all 0.4s; }
    .p-portfolio__item:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .p-portfolio__item {
        width: calc(50% - 25px / 2);
        margin-right: 25px; }
        .p-portfolio__item:nth-child(3n) {
          margin-right: 25px; }
        .p-portfolio__item:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 576px) {
      .p-portfolio__item {
        width: 100%;
        margin-right: 0; }
        .p-portfolio__item:nth-child(3n) {
          margin-right: 0; }
        .p-portfolio__item:nth-child(2n) {
          margin-right: 0; } }
  .p-portfolio__img {
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 57.7%; }
    .p-portfolio__img > img {
      display: block;
      width: 100%;
      max-width: 100%; }
  .p-portfolio__title {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    background: #fff;
    border-top: 2px solid #F2F2F2; }

.p-price {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 576px) {
    .p-price {
      display: block; } }
  .p-price__menu {
    background: #fff;
    width: calc(50% - 30px / 2);
    margin-right: 30px;
    margin-bottom: 30px;
    min-height: 500px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
    transition: all 0.5s; }
    .p-price__menu:nth-child(2n) {
      margin-right: 0; }
    @media screen and (max-width: 576px) {
      .p-price__menu {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 30px; }
        .p-price__menu:nth-child(2n) {
          margin-right: auto; } }
    .p-price__menu:hover {
      transition: all 0.5s;
      transform: scale(1.05); }
  .p-price__icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #fc6f5c;
    margin: 30px auto;
    position: relative; }
  .p-price__title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .p-price__title {
        font-size: 24px; } }
  .p-price__cost {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .p-price__cost {
        font-size: 18px; } }
  .p-price__purpose {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .p-price__purpose {
        font-size: 18px; } }

.p-note__item {
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
  margin-block-end: 0.3em;
  padding-inline-start: 15px; }
  .p-note__item:before {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    content: "";
    background: #1ec4e6; }

.p-addition {
  font-size: 12px; }
  .p-addition__item {
    margin-bottom: 5px; }

.p-service {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around; }
  @media screen and (max-width: 768px) {
    .p-service {
      display: block; } }
  .p-service__menu {
    width: calc(33.33% - 100px / 3);
    margin-right: 50px; }
    .p-service__menu:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .p-service__menu {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0; } }
  .p-service__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px; }

.p-skill {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto; }
  .p-skill__item {
    background: #fff;
    border-radius: 10px;
    width: calc(25% - 150px / 4);
    height: 185px;
    box-sizing: border-box;
    margin-right: 50px;
    margin-bottom: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
    position: relative; }
    .p-skill__item:nth-child(4n) {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .p-skill__item {
        width: calc(33.33% - 60px / 3);
        margin-right: 30px; }
        .p-skill__item:nth-child(3n) {
          margin-right: 0; }
        .p-skill__item:nth-child(4n) {
          margin-right: 30px; } }
    @media screen and (max-width: 576px) {
      .p-skill__item {
        width: calc(50% - 25px / 2);
        margin-right: 25px; }
        .p-skill__item:nth-child(3n) {
          margin-right: 25px; }
        .p-skill__item:nth-child(2n) {
          margin-right: 0; } }
  .p-skill__img {
    display: block;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%); }
  .p-skill__title {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    border-top: 2px solid #F2F2F2; }

.l-hamburger {
  display: none;
  position: absolute;
  top: 3px;
  right: 20px; }
  @media screen and (max-width: 576px) {
    .l-hamburger {
      display: block; } }

.p-hamburger,
.p-hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.p-hamburger {
  position: relative;
  width: 25px;
  height: 19px; }

.p-hamburger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #3b3b3b;
  border-radius: 4px; }

.p-hamburger span:nth-of-type(1) {
  top: 0; }

.p-hamburger span:nth-of-type(2) {
  top: 8px; }

.p-hamburger span:nth-of-type(3) {
  bottom: 0; }

.p-hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-315deg);
  transform: translateY(8px) rotate(-315deg); }

.p-hamburger.active span:nth-of-type(2) {
  opacity: 0; }

.p-hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(315deg);
  transform: translateY(-8px) rotate(315deg); }

.p-sp-nav {
  display: none; }
  @media screen and (max-width: 576px) {
    .p-sp-nav {
      display: block;
      position: fixed;
      top: 0;
      right: -100%;
      background: rgba(33, 33, 33, 0.85);
      width: 100%;
      min-height: 100vh;
      height: 100%;
      padding-top: 70px;
      transition: .5s;
      z-index: 99; }
      .p-sp-nav.active {
        transition: .5s;
        transform: translateX(-100%);
        z-index: 99; } }
  .p-sp-nav__list {
    text-align: center; }
  .p-sp-nav__item {
    font-size: 24px;
    margin-bottom: 30px; }
  .p-sp-nav__link {
    color: #fff; }
  .p-sp-nav--close {
    font-size: 45px;
    color: #fff;
    position: absolute;
    top: -5px;
    right: 14px; }

/* Utility ------------ */
.u-align--left {
  text-align: left; }

.u-display--flex {
  display: flex;
  justify-content: space-between; }

.u-float--right {
  float: right; }

.u-height--short {
  min-height: 300px; }

.u-mr--m {
  margin-right: 10px; }
