@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

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

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

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

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

p {
  margin: 0;
}

cite {
  font-style: normal;
}

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

/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop 

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
body {
  color: #171717;
  padding: 30px;
}
@media only screen and (max-width: 600px) {
  body {
    padding: 10px;
  }
}

.container {
  padding-right: calc(8% + 30px);
  padding-left: calc(8% + 30px);
}
@media only screen and (max-width: 1200px) {
  .container {
    padding-right: calc(4% + 30px);
    padding-left: calc(4% + 30px);
  }
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media only screen and (max-width: 900px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .br-sp {
    display: block;
  }
}

.heading-primary {
  font-family: Helvetica, Arial, "游ゴシック", "Yu Gothic", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 2px #666666;
}
.heading-primary--main {
  font-size: 6vw;
  margin-bottom: 32px;
  color: #fff;
  white-space: nowrap;
  animation-name: moveInLeft;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
.heading-primary--sub {
  font-size: 4vw;
  color: #b9b9a2;
  animation: moveInRight 1s ease-out;
}

.heading-secondary {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 900px) {
  .heading-secondary {
    font-size: 16px;
  }
}

.heading-tertiary {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.heading-tertiary--main {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.heading-tertiary--sub {
  font-family: Helvetica, Arial, "游ゴシック", "Yu Gothic", sans-serif;
  color: #707070;
  text-transform: uppercase;
  font-weight: normal;
}

.u-position-right {
  display: flex;
  justify-content: flex-end;
}

.u-position-center {
  display: flex;
  justify-content: center;
}

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

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

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.fadeRightTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.card__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
@media only screen and (max-width: 900px) {
  .card__list {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.card__item {
  width: 480px;
  cursor: pointer;
  box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.15);
  transition: all 0.3s;
}
@media only screen and (max-width: 600px) {
  .card__item {
    width: 320px;
  }
}
.card__item:hover .card__caption {
  opacity: 1;
}
.card__item:hover .card__img img {
  filter: blur(3px) brightness(70%);
}
.card__img {
  position: relative;
  width: 480px;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 600px) {
  .card__img {
    width: 320px;
  }
}
.card__img img {
  position: absolute;
  right: 0;
  top: 0;
  min-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  border-radius: 3px 3px 0 0;
}
.card__caption {
  position: absolute;
  color: #fff;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}
.card__text-box {
  background-color: #fff;
  line-height: 1.5;
  padding: 25px 20px;
  border-radius: 0 0 3px 3px;
}
.card__title {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.card__text {
  font-size: 14px;
}

.btn, .btn:link, .btnvisited {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 14px;
  min-width: 140px;
  padding: 10px 0;
  line-height: 1.875;
  border-radius: 100px;
  transition: all 0.4;
  color: #fff;
}
.btn:hover {
  transform: translateY(-3px);
}
.btn--grey {
  background-color: #909090;
}

.hero {
  width: 100%;
  height: 90vh;
  position: relative;
  background-image: linear-gradient(to right bottom, rgba(9, 9, 121, 0.8), rgba(0, 212, 255, 0.8)), url("/img/fv.jpg");
  background-size: cover;
  background-position: center;
}

.profile {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 4%;
  padding-left: 4%;
}
@media only screen and (max-width: 900px) {
  .profile {
    padding-bottom: 40px;
  }
}
.profile__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .profile__box {
    flex-direction: column;
    justify-content: center;
  }
}
.profile__text {
  flex: 1;
  margin-left: 4vw;
  line-height: 1.7;
}
@media only screen and (max-width: 900px) {
  .profile__text {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.profile__text-name {
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .profile__text-name {
    flex-direction: column;
  }
}
@media only screen and (max-width: 900px) {
  .profile__text-name {
    font-size: 18px;
  }
}
.profile__text-detail {
  font-weight: normal;
  line-height: 1.875;
  font-size: 14px;
}
.profile__img {
  width: 200px;
  height: 200px;
}
@media only screen and (max-width: 1200px) {
  .profile__img {
    margin-bottom: 40px;
  }
}
.profile__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}

.works {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(232, 251, 255, 0.8);
}

.header {
  position: absolute;
  top: 40px;
  left: 0;
  color: #fff;
  width: 100%;
  height: 50px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.4s;
  animation: moveInBottom 0.5s ease-out 0.75s;
  animation-fill-mode: backwards;
}
@media only screen and (max-width: 600px) {
  .header {
    top: 20px;
  }
}
.header__logo-box {
  font-size: 16px;
  font-weight: normal;
}

.navigation {
  font-family: Helvetica, Arial, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  font-size: 20px;
}
.navigation__list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .navigation__list {
    display: none;
  }
}
.navigation__item {
  display: block;
  position: relative;
  transition: all 0.2s;
}
@media only screen and (max-width: 900px) {
  .navigation__item {
    color: #fff;
  }
}
.navigation__item:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 900px) {
  .navigation__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.navigation__item:hover {
  transform: translateY(-4px) scale(1.05);
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.nav-btn {
  display: none;
  box-sizing: content-box;
  padding: 0;
  outline: none;
  border: none;
  background-color: none;
  width: 29px;
  height: 20px;
  cursor: pointer;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .nav-btn {
    display: block;
  }
}
.nav-btn::before, .nav-btn::after {
  content: "";
  display: block;
  height: 1px;
  background-color: currentColor;
  transform: translateY(10px);
}
.nav-btn::before {
  transform: translateY(-10px);
  box-shadow: 0 10px currentColor;
}

/* Navigation menu: opened */
html .open,
.open body {
  height: 100%;
  overflow: hidden;
}

.open .navigation {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #060647;
  color: #fff;
  z-index: 1000;
  transition: 0.4s ease-out;
}
.open .navigation__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.open .nav-btn {
  z-index: 1000;
}
.open .nav-btn::before {
  transform: rotate(-45deg);
  box-shadow: none;
  background-color: #fff;
}
.open .nav-btn::after {
  transform: rotate(45deg);
  box-shadow: none;
  background-color: #fff;
}

.footer {
  background-color: #e9f2f7;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer__copy {
  display: block;
  font-size: 12px;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
