@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
} /*------------------------------
共通CSS
------------------------------*/
*, *:before, *:after {
  box-sizing: content-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden !important;
}

body {
  line-height: 1.6875;
  overflow-x: hidden !important;
}

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

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
}

/*------------------------------
定義
------------------------------*/
@font-face {
  font-family: "font-en--freik";
  src: url(../font/Freik.ttf);
}
/*------------------------------
z-indexのルール化
------------------------------*/
/*------------------------------
デバイスごとの非表示指定
------------------------------*/
@media (max-width: 576px) {
  .invisible-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .invisible-tab {
    display: none;
  }
}

@media (min-width: 768px) {
  .invisible-tab--min {
    display: none;
  }
}

@media (max-width: 1200px) {
  .invisible-pc {
    display: none;
  }
}

.c-btn--bg {
  padding: 12px 25px;
  background: linear-gradient(90deg, #55A7F8, #96ED92);
  border: 2px solid #000;
  width: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .c-btn--bg {
    width: 250px;
    padding: 15px 25px;
  }
}
@media (min-width: 992px) {
  .c-btn--bg {
    width: 320px;
  }
}
@media (min-width: 1200px) {
  .c-btn--bg:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

.c-gnav {
  position: fixed;
  top: 0;
  right: -120%;
  width: 100vw;
  height: 100%;
  transition: all 0.6s;
  z-index: 4;
}
@media (min-width: 992px) {
  .c-gnav {
    opacity: 0;
  }
}

.c-gnav__bg {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
}

.c-gnav.is-panelActive {
  right: 0;
}
@media (min-width: 992px) {
  .c-gnav.is-panelActive {
    opacity: 1;
  }
}

.c-gnav__navList {
  text-align: center;
  position: absolute;
  width: 100vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-gnav__navList-itemTxt {
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3.2rem;
  color: #000;
  padding: 0 1.5rem;
  display: inline-block;
}

.c-gnav__navList-item {
  display: block;
  width: 100vw;
}

.c-heading .c-heading__title {
  font-family: "font-en--freik";
  font-size: 2.8rem;
  line-height: 2.8rem;
}
@media (max-width: 280px) {
  .c-heading .c-heading__title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .c-heading .c-heading__title {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 992px) {
  .c-heading .c-heading__title {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (min-width: 1200px) {
  .c-heading .c-heading__title {
    font-size: 5rem;
    line-height: 5rem;
  }
}

.l-wrapper {
  overflow-x: hidden;
}

.p-loading.is-none {
  display: none;
}

.p-loading {
  position: fixed;
  z-index: 4;
  opacity: 1;
  top: 0;
  left: 0;
  min-height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  background: rgb(255, 255, 255);
}
.p-loading .p-loading__imgBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.p-loading .p-loading__imgBox .p-loading__img {
  width: 120px;
}
@media (min-width: 768px) {
  .p-loading .p-loading__imgBox .p-loading__img {
    width: 150px;
  }
}

.p-loading__dotAnimationBox {
  text-align: center;
}
.p-loading__dotAnimationBox .p-loading__dotAnimation {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #009DFF;
  color: #009DFF;
  -webkit-animation: dotFlashing 1s infinite linear alternate;
          animation: dotFlashing 1s infinite linear alternate;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.p-loading__dotAnimationBox .p-loading__dotAnimation::before, .p-loading__dotAnimationBox .p-loading__dotAnimation::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.p-loading__dotAnimationBox .p-loading__dotAnimation::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #009DFF;
  color: #009DFF;
  -webkit-animation: dotFlashing 1s infinite alternate;
          animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.p-loading__dotAnimationBox .p-loading__dotAnimation::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #009DFF;
  color: #009DFF;
  -webkit-animation: dotFlashing 1s infinite alternate;
          animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

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

@keyframes loadAnima {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes dotFlashing {
  0% {
    background-color: #009DFF;
  }
  100% {
    background-color: #bee6ff;
  }
}
@keyframes dotFlashing {
  0% {
    background-color: #009DFF;
  }
  100% {
    background-color: #bee6ff;
  }
}
.p-header {
  position: fixed;
  width: 100%;
  height: 100px;
  opacity: 0;
  z-index: 5;
}
.p-header .p-header__inner {
  margin-left: auto;
  margin-right: auto;
}

.p-header.is-show {
  opacity: 1;
}

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

@keyframes headerOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-header__nav {
  display: none;
}
@media (min-width: 992px) {
  .p-header__nav {
    display: block;
  }
}

@media (min-width: 992px) {
  .p-header__navList {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p-header__navList-item {
  padding: 15px;
  position: relative;
}

.p-header__navList-itemTxt {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .p-header__navList-itemTxt::after {
    z-index: -1;
    content: "";
    background: #009DFF;
    border-radius: 999px;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .p-header__navList-itemTxt:hover {
    cursor: pointer;
  }
  .p-header__navList-itemTxt:hover::after {
    z-index: -1;
    content: "";
    background: #009DFF;
    border-radius: 999px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.p-header__gnavLineBlock {
  width: 65px;
  height: 48px;
  position: fixed;
  z-index: 5;
  top: 10px;
  right: 25px;
}
@media (min-width: 992px) {
  .p-header__gnavLineBlock {
    display: none;
  }
}
.p-header__gnavLineBlock .p-header__gnavLine {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  background-color: #000;
  width: 65px;
}

.p-header__gnavLineBlock span:nth-of-type(1) {
  top: 20px;
}

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

.p-header__gnavLineBlock.is-lineActive span:nth-of-type(1) {
  transform: translateY(5px) rotate(-30deg);
}

.p-header__gnavLineBlock.is-lineActive span:nth-of-type(2) {
  transform: translateY(-5px) rotate(30deg);
}

.p-rotateCircle.is-show {
  opacity: 1;
}

.p-rotateCircle {
  opacity: 0;
  position: absolute;
  display: inline-block;
  width: 240px;
  height: auto;
  aspect-ratio: 1/1;
  top: -100px;
  left: -100px;
  z-index: 2;
  transition: all 0.65s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-rotateCircle {
    width: 280px;
    top: -120px;
    left: -120px;
  }
}
@media (min-width: 992px) {
  .p-rotateCircle {
    width: 320px;
    top: -140px;
    left: -140px;
  }
}
.p-rotateCircle .p-rotateCircle__inner {
  position: relative;
}
.p-rotateCircle .p-rotateCircle__inner .p-rotateCircle__rotateTxt {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rotateTxt 15s linear infinite;
          animation: rotateTxt 15s linear infinite;
}

@-webkit-keyframes openingScale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes openingScale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes rotateTxt {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateTxt {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-fv .p-fv__inner .p-fv__nameTxt .p-fv__nameTxtInner .p-fv__nameTxtLastName, .p-fv .p-fv__inner .p-fv__nameTxt .p-fv__nameTxtInner .p-fv__nameTxtFirstName {
  font-family: "font-en--freik";
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: -0.5rem;
}
@media (max-width: 280px) {
  .p-fv .p-fv__inner .p-fv__nameTxt .p-fv__nameTxtInner .p-fv__nameTxtLastName, .p-fv .p-fv__inner .p-fv__nameTxt .p-fv__nameTxtInner .p-fv__nameTxtFirstName {
    font-size: 2.8rem;
    line-height: 2.8rem;
    letter-spacing: -0.3rem;
  }
}
@media (min-width: 768px) {
  .p-fv .p-fv__inner .p-fv__nameTxt .p-fv__nameTxtInner .p-fv__nameTxtLastName, .p-fv .p-fv__inner .p-fv__nameTxt .p-fv__nameTxtInner .p-fv__nameTxtFirstName {
    font-size: 5rem;
    line-height: 5rem;
    letter-spacing: -0.6rem;
  }
}
@media (min-width: 992px) {
  .p-fv .p-fv__inner .p-fv__nameTxt .p-fv__nameTxtInner .p-fv__nameTxtLastName, .p-fv .p-fv__inner .p-fv__nameTxt .p-fv__nameTxtInner .p-fv__nameTxtFirstName {
    font-size: 6rem;
    line-height: 6rem;
    letter-spacing: -0.8rem;
  }
}
@media (min-width: 1400px) {
  .p-fv .p-fv__inner .p-fv__nameTxt .p-fv__nameTxtInner .p-fv__nameTxtLastName, .p-fv .p-fv__inner .p-fv__nameTxt .p-fv__nameTxtInner .p-fv__nameTxtFirstName {
    font-size: 7.6rem;
    line-height: 7.6rem;
    letter-spacing: -1rem;
  }
}

.p-fv {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100vh;
}
.p-fv .p-fv__inner {
  position: absolute;
  top: 200px;
  left: 25px;
}
@media (min-width: 576px) {
  .p-fv .p-fv__inner {
    top: 250px;
  }
}
@media (min-width: 768px) {
  .p-fv .p-fv__inner {
    left: 40px;
    top: 320px;
  }
}
@media (min-width: 992px) {
  .p-fv .p-fv__inner {
    left: 50px;
  }
}
@media (min-width: 1200px) {
  .p-fv .p-fv__inner {
    left: 100px;
    top: 370px;
  }
}
@media (min-width: 1400px) {
  .p-fv .p-fv__inner {
    top: 380px;
  }
}
@media (min-width: 1920px) {
  .p-fv .p-fv__inner {
    top: 430px;
  }
}
.p-fv .p-fv__inner .p-fv__subTxtUnit {
  opacity: 1;
}
.p-fv .p-fv__inner .p-fv__subTxtUnit .p-fv__subTxt {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-fv .p-fv__inner .p-fv__subTxtUnit .p-fv__subTxt {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 992px) {
  .p-fv .p-fv__inner .p-fv__subTxtUnit .p-fv__subTxt {
    font-size: 2.7rem;
    line-height: 2.7rem;
  }
}
.p-fv .p-fv__inner .p-fv__nameTxt {
  opacity: 1;
}
.p-fv .p-fv__inner .p-fv__nameTxt.is-visible, .p-fv .p-fv__inner .p-fv__subTxtUnit.is-visible {
  opacity: 0;
}

.p-isomeIllust {
  position: absolute;
  top: 58%;
  right: -135%;
  transition: all 1s;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-isomeIllust .p-isomeIllust__img {
  position: relative;
  width: 100%;
  max-width: 430px;
  z-index: 3;
}
@media (max-width: 376px) {
  .p-isomeIllust .p-isomeIllust__img {
    max-width: 380px;
  }
}
@media (max-width: 360px) {
  .p-isomeIllust .p-isomeIllust__img {
    max-width: 400px;
  }
}
@media (max-width: 280px) {
  .p-isomeIllust .p-isomeIllust__img {
    max-width: 320px;
  }
}
@media (min-width: 992px) {
  .p-isomeIllust .p-isomeIllust__img {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .p-isomeIllust .p-isomeIllust__img {
    max-width: 560px;
  }
}
@media (min-width: 1400px) {
  .p-isomeIllust .p-isomeIllust__img {
    max-width: 650px;
  }
}
.p-isomeIllust .p-isomeIllust__img .p-isomeIllust__electric {
  position: absolute;
  width: 100%;
  max-width: 135px;
  top: -95px;
  left: 38.5%;
}
@media (min-width: 992px) {
  .p-isomeIllust .p-isomeIllust__img .p-isomeIllust__electric {
    left: 35%;
  }
}
@media (min-width: 1200px) {
  .p-isomeIllust .p-isomeIllust__img .p-isomeIllust__electric {
    max-width: 230px;
    top: -155px;
  }
}
@media (min-width: 1400px) {
  .p-isomeIllust .p-isomeIllust__img .p-isomeIllust__electric {
    max-width: 250px;
    top: -170px;
  }
}
@media (max-width: 376px) {
  .p-isomeIllust .p-isomeIllust__img .p-isomeIllust__electric {
    display: none;
  }
}
@media (max-width: 280px) {
  .p-isomeIllust .p-isomeIllust__img .p-isomeIllust__electric {
    display: none;
  }
}

.p-isomeIllust .p-isomeIllust__img .p-isomeIllust__electric.is-active {
  -webkit-animation: animeElectric 1s infinite;
          animation: animeElectric 1s infinite;
}

.p-isomeIllust.is-panelActive {
  top: 58%;
  right: -15%;
}
@media (min-width: 576px) {
  .p-isomeIllust.is-panelActive {
    top: 40%;
    right: -10%;
  }
}
@media (min-width: 768px) {
  .p-isomeIllust.is-panelActive {
    top: 50%;
    right: -5%;
  }
}
@media (min-width: 992px) {
  .p-isomeIllust.is-panelActive {
    top: 45%;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .p-isomeIllust.is-panelActive {
    right: 5%;
  }
}

@-webkit-keyframes animeElectric {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(-5px, 0);
  }
  10% {
    transform: translate(5px, 0);
  }
  15% {
    transform: translate(-5px, 0);
  }
  20% {
    transform: translate(5px, 0);
  }
  25% {
    transform: translate(-5px, 0);
  }
  30% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes animeElectric {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(-5px, 0);
  }
  10% {
    transform: translate(5px, 0);
  }
  15% {
    transform: translate(-5px, 0);
  }
  20% {
    transform: translate(5px, 0);
  }
  25% {
    transform: translate(-5px, 0);
  }
  30% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.p-about {
  padding-top: 820px;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .p-about {
    padding-top: 720px;
  }
}
@media (min-width: 768px) {
  .p-about {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .p-about {
    padding-top: 180px;
  }
}
@media (min-width: 1920px) {
  .p-about {
    padding-top: 200px;
  }
}
@media (max-width: 376px) {
  .p-about {
    padding-top: 780px;
  }
}
@media (max-width: 280px) {
  .p-about {
    padding-top: 600px;
  }
}
.p-about .p-about__inner {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .p-about .p-about__inner {
    padding-left: 50px;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .p-about .p-about__inner {
    padding-left: 100px;
  }
}
.p-about .p-about__inner .p-about__heading {
  display: flex;
  align-items: center;
}
.p-about .p-about__inner .p-about__heading .p-about__icon {
  width: 100%;
  max-width: 50px;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .p-about .p-about__inner .p-about__heading .p-about__icon {
    max-width: 65px;
    margin-left: 15px;
  }
}
@media (max-width: 280px) {
  .p-about .p-about__inner .p-about__heading .p-about__icon {
    max-width: 35px;
  }
}
.p-about .p-about__inner .p-about__txtBox {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .p-about .p-about__inner .p-about__txtBox {
    margin-top: 35px;
  }
}
.p-about .p-about__inner .p-about__txtBox .p-about__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
@media (min-width: 1200px) {
  .p-about .p-about__inner .p-about__txtBox .p-about__txt {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}

.p-skills {
  padding-top: 100px;
}
@media (min-width: 1200px) {
  .p-skills {
    padding-top: 150px;
  }
}
@media (min-width: 1920px) {
  .p-skills {
    padding-top: 200px;
  }
}
.p-skills .p-skills__inner {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .p-skills .p-skills__inner {
    padding-left: 50px;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .p-skills .p-skills__inner {
    padding-left: 100px;
  }
}

.p-skills__parameterContents {
  margin-top: 25px;
}
@media (min-width: 1200px) {
  .p-skills__parameterContents {
    margin-top: 35px;
  }
}
.p-skills__parameterContents .p-skills__parameter {
  margin-bottom: 10px;
}
.p-skills__parameterContents .p-skills__parameter .p-skills__parameterTitle {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
@media (min-width: 1200px) {
  .p-skills__parameterContents .p-skills__parameter .p-skills__parameterTitle {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.p-skills__parameterContents .p-skills__parameter .p-skills__parameterLine {
  height: 10px;
  width: 100%;
  max-width: 500px;
  border: 2px solid #000;
  background: #fff;
}
@media (min-width: 768px) {
  .p-skills__parameterContents .p-skills__parameter .p-skills__parameterLine {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .p-skills__parameterContents .p-skills__parameter .p-skills__parameterLine {
    height: 12px;
  }
}
.p-skills__parameterContents .p-skills__parameter .p-skills__parameterLine .p-skills__parameterColor {
  display: block;
  height: 10px;
}
@media (min-width: 1200px) {
  .p-skills__parameterContents .p-skills__parameter .p-skills__parameterLine .p-skills__parameterColor {
    height: 12px;
  }
}

.p-skills__parameterContents .p-skills__parameter .p-skills__parameterLine .p-skills__parameterColor.animeParameter--01.is-anime--parameter {
  -webkit-animation: animeParameter01 2s ease forwards;
          animation: animeParameter01 2s ease forwards;
  border-right: 2px solid #000;
  width: 100%;
}

@-webkit-keyframes animeParameter01 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}

@keyframes animeParameter01 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
.p-skills__parameterContents .p-skills__parameter .p-skills__parameterLine .p-skills__parameterColor.animeParameter--02.is-anime--parameter {
  -webkit-animation: animeParameter02 2s ease forwards;
          animation: animeParameter02 2s ease forwards;
  border-right: 2px solid #000;
  width: 100%;
}

@-webkit-keyframes animeParameter02 {
  0% {
    width: 0;
  }
  100% {
    width: 55%;
  }
}

@keyframes animeParameter02 {
  0% {
    width: 0;
  }
  100% {
    width: 55%;
  }
}
.p-skills__parameterContents .p-skills__parameter .p-skills__parameterLine .p-skills__parameterColor.animeParameter--03.is-anime--parameter {
  -webkit-animation: animeParameter03 2s ease forwards;
          animation: animeParameter03 2s ease forwards;
  border-right: 2px solid #000;
  width: 100%;
}

@-webkit-keyframes animeParameter03 {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}

@keyframes animeParameter03 {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}
.p-skills__parameterContents .p-skills__parameter .p-skills__parameterLine .p-skills__parameterColor.animeParameter--04.is-anime--parameter {
  -webkit-animation: animeParameter04 2s ease forwards;
          animation: animeParameter04 2s ease forwards;
  border-right: 2px solid #000;
  width: 100%;
}

@-webkit-keyframes animeParameter04 {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}

@keyframes animeParameter04 {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}
.p-skills__parameterContents .p-skills__parameter .p-skills__parameterLine .p-skills__parameterColor.animeParameter--05.is-anime--parameter {
  -webkit-animation: animeParameter05 2s ease forwards;
          animation: animeParameter05 2s ease forwards;
  border-right: 2px solid #000;
  width: 100%;
}

@-webkit-keyframes animeParameter05 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}

@keyframes animeParameter05 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
.p-works {
  background: linear-gradient(90deg, #0B338D, #000000);
  padding: 50px 0;
  margin-top: 100px;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (min-width: 1400px) {
  .p-works {
    margin-top: 380px;
  }
}
@media (min-width: 1920px) {
  .p-works {
    margin-top: 250px;
  }
}
.p-works .p-works__inner {
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
}
.p-works .p-works__inner .p-works__txtBox {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.p-works .p-works__inner .p-works__txtBox .p-works__txt {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.8rem;
  text-align: left;
}
@media (min-width: 1200px) {
  .p-works .p-works__inner .p-works__txtBox .p-works__txt {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}

.p-works__slider {
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  max-width: var(max-width);
}
@media (min-width: 768px) {
  .p-works__slider {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .p-works__slider {
    margin-top: 50px;
    margin-bottom: 35px;
  }
}

.p-works__sliderContainer {
  width: var(width);
  height: var(height);
  overflow: hidden;
  vertical-align: middle;
  padding-top: 30%;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .p-works__sliderContainer {
    padding-top: 13%;
  }
}
@media (min-width: 1200px) {
  .p-works__sliderContainer {
    padding-top: 10%;
  }
}

.p-works__sliderItem.is-active {
  opacity: 1;
  cursor: pointer;
}
.p-works__sliderItem.is-active:hover {
  transform: skewY(0);
}

.p-works__sliderItem {
  float: left;
  position: relative;
  margin: 0 30px;
  transform: skewY(-30deg);
  width: 100%;
  box-sizing: border-box;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0.4;
  margin: 0 25px;
}
@media (min-width: 1200px) {
  .p-works__sliderItem {
    margin: 0 40px;
  }
}

.p-works__sliderItem--inner.is-active {
  transform: scale(1);
  cursor: pointer;
}
.p-works__sliderItem--inner.is-active:hover::before {
  transform: skewX(0);
  top: 0;
  left: 0;
  background: rgb(166, 255, 253);
}
.p-works__sliderItem--inner.is-active:hover::after {
  top: 0;
  left: 0;
  transform: skewY(0);
  background: rgb(166, 255, 253);
}

.p-works__sliderItem--inner {
  width: 100%;
  background: rgb(166, 255, 253);
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.5s;
  z-index: 3;
}
@media (min-width: 768px) {
  .p-works__sliderItem--inner {
    transform: scale(0.8);
  }
}
.p-works__sliderItem--inner::before {
  content: "";
  position: absolute;
  opacity: 1;
  background: #CAFFFB;
  width: 100%;
  height: 5px;
  top: -5px;
  left: 0;
  transform-origin: bottom;
  transform: skewX(45deg);
  z-index: 2;
  transition: all 0.3s;
}
.p-works__sliderItem--inner::after {
  content: "";
  position: absolute;
  opacity: 1;
  background: #E2FFFD;
  width: 5px;
  height: 100%;
  top: -5px;
  left: -5px;
  transform-origin: left;
  transform: skewY(45deg);
  z-index: 2;
  transition: all 0.3s;
}

.p-works__sliderItem--shadow.is-active {
  opacity: 1;
}

.p-works__sliderItem--shadow {
  opacity: 0;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  box-shadow: rgba(166, 255, 253, 0.8) 0px 0px 20px 3px;
}
@media (min-width: 768px) {
  .p-works__sliderItem--shadow {
    box-shadow: rgba(166, 255, 253, 0.8) 0px 0px 25px 5px;
  }
}

.p-works__sliderItem-img {
  mix-blend-mode: color-burn;
  border-radius: 5px;
}

.p-works__sliderBtn.is-invalid {
  pointer-events: none;
  opacity: 0.4;
}

.p-works__sliderBtn {
  opacity: 1;
  position: absolute;
  z-index: 4;
  width: 10%;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-works__sliderBtn {
    width: 5%;
  }
}
@media (min-width: 1200px) {
  .p-works__sliderBtn {
    width: 8%;
  }
}
@media (min-width: 1920px) {
  .p-works__sliderBtn {
    width: 10%;
  }
}

.--next {
  top: 45%;
  right: 25px;
}
@media (min-width: 768px) {
  .--next {
    top: 50%;
  }
}

.--prev {
  top: 45%;
  left: 25px;
}
@media (min-width: 768px) {
  .--prev {
    top: 50%;
  }
}

.p-contact {
  padding: 50px 0;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .p-contact {
    padding: 100px 0;
  }
}

.p-contact__inner {
  max-width: 1000px;
  width: auto;
  margin: 0 auto;
  padding: 0 25px;
}

.p-contact__form {
  margin-top: 35px;
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .p-contact__form {
    margin-top: 50px;
  }
}
.p-contact__form .p-contact__formBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 576px) {
  .p-contact__form .p-contact__formBg {
    width: 380px;
    top: -20px;
  }
}
@media (min-width: 768px) {
  .p-contact__form .p-contact__formBg {
    width: 400px;
    top: -35px;
  }
}
@media (min-width: 992px) {
  .p-contact__form .p-contact__formBg {
    width: 480px;
    top: -60px;
  }
}
@media (max-width: 280px) {
  .p-contact__form .p-contact__formBg {
    top: 9%;
  }
}

.p-contact__item {
  background: #fff;
  border: 2px solid #000;
  width: auto;
  padding: 5px 10px;
  position: relative;
  z-index: 3;
}
.p-contact__item .p-contact__labelBox {
  text-align: left;
}
.p-contact__item .p-contact__labelBox .p-contact__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .p-contact__item .p-contact__labelBox .p-contact__label {
    font-size: 14px;
  }
}
.p-contact__item .p-contact__input {
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .p-contact__item .p-contact__input {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.p-contact__item .--textarea {
  height: 100%;
  max-height: 200px;
}
@media (min-width: 768px) {
  .p-contact__item .--textarea {
    max-height: 300px;
  }
}

.p-contact__btn {
  position: relative;
  z-index: 3;
}

.p-contact__submit {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
@media (min-width: 992px) {
  .p-contact__submit {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}

.p-footer {
  padding: 15px 25px;
  text-align: center;
}
.p-footer .p-footer__copyright .p-footer__copyrightTxt {
  font-family: "Roboto", sans-serif;
}

@media (min-width: 992px) {
  .p-header__navList-itemTxt.u-color--blue::after {
    background: #55A7F8;
  }
  .p-header__navList-itemTxt.u-color--blue:hover::after {
    background: #55A7F8;
  }
}

@media (min-width: 992px) {
  .p-header__navList-itemTxt.u-color--red::after {
    background: #ED6CEF;
  }
  .p-header__navList-itemTxt.u-color--red:hover::after {
    background: #ED6CEF;
  }
}

@media (min-width: 992px) {
  .p-header__navList-itemTxt.u-color--orange::after {
    background: #F19F39;
  }
  .p-header__navList-itemTxt.u-color--orange:hover::after {
    background: #F19F39;
  }
}

@media (min-width: 992px) {
  .p-header__navList-itemTxt.u-color--green::after {
    background: #96ED92;
  }
  .p-header__navList-itemTxt.u-color--green:hover::after {
    background: #96ED92;
  }
}

.p-skills__parameterContents .p-skills__parameter .p-skills__parameterLine .p-skills__parameterColor.is-anime--parameter.u-color--bg01 {
  background: linear-gradient(90deg, #55A7F8, #A7D3FD);
}

.p-skills__parameterContents .p-skills__parameter .p-skills__parameterLine .p-skills__parameterColor.is-anime--parameter.u-color--bg02 {
  background: linear-gradient(90deg, #ED6CEF, #EAA4EB);
}

.p-skills__parameterContents .p-skills__parameter .p-skills__parameterLine .p-skills__parameterColor.is-anime--parameter.u-color--bg03 {
  background: linear-gradient(90deg, #96ED92, #D3F2D1);
}

.p-skills__parameterContents .p-skills__parameter .p-skills__parameterLine .p-skills__parameterColor.is-anime--parameter.u-color--bg04 {
  background: linear-gradient(90deg, #F19F39, #FFD196);
}

.p-skills__parameterContents .p-skills__parameter .p-skills__parameterLine .p-skills__parameterColor.is-anime--parameter.u-color--bg05 {
  background: linear-gradient(90deg, #A895FF, #C8BAFF);
}

.c-heading__title.u-color--white {
  color: #fff;
}

.p-works__sliderItem-img.u-color {
  mix-blend-mode: normal;
}

.p-contact__item.u-margin--mb {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .p-contact__item.u-margin--mb {
    margin-bottom: 25px;
  }
}
@media (max-width: 280px) {
  .p-contact__item.u-margin--mb {
    margin-bottom: 15px;
  }
}

.p-fv__nameTxtParts--k.u-space--lsp01, .p-fv__nameTxtParts--r.u-space--lsp01, .p-fv__nameTxtParts--a.u-space--lsp01 {
  letter-spacing: -0.1rem;
}
@media (min-width: 768px) {
  .p-fv__nameTxtParts--k.u-space--lsp01, .p-fv__nameTxtParts--r.u-space--lsp01, .p-fv__nameTxtParts--a.u-space--lsp01 {
    letter-spacing: -0.2rem;
  }
}
@media (min-width: 1200px) {
  .p-fv__nameTxtParts--k.u-space--lsp01, .p-fv__nameTxtParts--r.u-space--lsp01, .p-fv__nameTxtParts--a.u-space--lsp01 {
    letter-spacing: -0.3rem;
  }
}

@media (min-width: 1200px) {
  .p-fv__nameTxtParts--o.u-space--lsp02 {
    letter-spacing: -0.8rem;
  }
}

@media (min-width: 1200px) {
  .p-fv__nameTxtParts--m.u-space--lsp03 {
    letter-spacing: -0.6rem;
  }
}
/*# sourceMappingURL=style.css.map */