@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
}

*,
::before,
::after {
  box-sizing: inherit;
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none; /* Chrome 41+ */
  -moz-appearance: none; /* Firefox 36+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

:root {
  --color-text: #333;
  --color-primary: #2a3e59;
  --color-accent: #D9665B;
  --color-accent2: #F2D98D;
  --color-jumpin: #F2D98D;
  --color-white: #fff;
  --color-light-primary: #54728c;
  --color-light-light-primary: rgb(235.625, 239.7767857143, 243.375);
  --color-copyright: #FFF;
  --color-frontend: #df9fab;
  --color-serverside: #91A1EB;
  --color-design: #91EBA2;
  --color-others: #F2D98D;
  --color-site01-main: #20205a;
  --color-site01-accent: #c0272d;
  --color-site01-background: #fff;
  --color-site02-main: #111827;
  --color-site02-accent: #0ea5e9;
  --color-site02-sub-accent: #7c3aed;
  --color-site02-background: #f9fafb;
  --color-site03-accent1: #f59e0b;
  --color-site03-accent2: #d97706;
  --color-site03-background: #0d1a3a;
  --color-code-bg: rgb(213.3125, 222.2455357143, 229.9875);
  --color-jumpin-hover: rgb(236.7795275591, 201.7401574803, 95.2204724409);
}

body {
  font-family: "M PLUS 2", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.8px;
  color: var(--color-text);
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 1.7;
  }
}

a {
  transition: opacity 0.3s;
  text-decoration: none;
  color: var(--color-accent);
}
a.reference {
  font-size: 0.8em;
}
a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: -0.1em;
  width: 1em;
  height: 1em;
  background-image: url("./../img/newtab.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.2em;
}

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

ul,
li {
  list-style: none;
}

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

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

span.br {
  display: block;
}

span .code, span .code2 {
  font-family: "Moralerspace Neon HW", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 0.8em;
  background-color: var(--color-code-bg);
  color: #333;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  white-space: nowrap;
}

span.border {
  position: relative;
  display: inline-block;
  z-index: 1;
}
span.border::before {
  position: absolute;
  top: 0.98em;
  left: -0.4em;
  content: "";
  width: calc(100% + 0.8em);
  height: 0.6em;
  border-radius: 2px;
  background-color: var(--color-accent2);
  z-index: -1;
}
span.border.frontend::before {
  background-color: var(--color-frontend);
}
span.border.serverside::before {
  background-color: var(--color-serverside);
}
span.border.design::before {
  background-color: var(--color-design);
}
span.border.others::before {
  background-color: var(--color-others);
}
span.border.color2::before {
  background-color: var(--color-light-primary);
  filter: brightness(1.8) saturate(0.8);
}

span.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: var(--color-accent2);
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.refs {
  display: flex;
  gap: 4px;
  font-family: "Moralerspace Neon HW", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  letter-spacing: -0.05em;
}

.justify {
  display: block;
  text-align: justify;
}

.fancybox__slide > .f-panzoom__wrapper {
  max-width: 80% !important;
  max-height: 80% !important;
}

#clock {
  position: fixed;
  top: 10px;
  left: 10px;
}

.section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}

.inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

.title {
  font-size: 34px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.lead {
  margin-bottom: 30px;
  text-align: center;
}

.header {
  position: fixed;
  top: 0;
  z-index: calc(infinity);
  width: 100%;
  transition: background-color 0.6s;
}
.header.active {
  background-color: var(--color-primary);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}
.header-logo {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  margin-right: 20px;
  letter-spacing: 0.05em;
}
.header-logo a {
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .header-logo {
    font-size: 16px;
  }
}
.header-nav-list {
  display: flex;
  justify-content: space-between;
}
.header-nav-item:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .header-nav-item:not(:last-child) {
    margin-right: 10px;
  }
}
.header-nav-item a {
  font-size: 13px;
  padding: 5px 0;
  letter-spacing: 0.1em;
  color: var(--color-white);
}
.header-nav-item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .header-nav-item a {
    font-size: 12px;
  }
}

.main-visual-img {
  height: 30vh;
  background-image: url(../img/me/42751987_1854467924621644_2897131195508719616_l.jpg);
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .main-visual-img {
    height: 30vh;
    background-image: url(../img/me/42751987_1854467924621644_2897131195508719616_l.jpg);
  }
}

.sub-main-visual-img {
  height: 10vh;
  background-image: url(../img/me/42751987_1854467924621644_2897131195508719616_l.jpg);
  background-repeat: no-repeat;
  background-position: center 34%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sub-main-visual-img {
    height: 10vh;
    background-image: url(../img/me/42751987_1854467924621644_2897131195508719616_l.jpg);
  }
}

.profile {
  padding: 50px 0;
}
.profile-title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .profile-title {
    font-size: 20px;
  }
}
.profile-name {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: clamp(500px, 60vw, 80%);
}
.profile-text {
  max-width: clamp(500px, 60vw, 80%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .profile {
    padding: 30px 0;
  }
}

.work-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
@media screen and (max-width: 767px) {
  .work-list {
    justify-content: space-between;
  }
}

.work-item {
  width: 31.74603%;
  margin-right: 1.5873%;
  margin-bottom: 40px;
  color: var(--color-text);
}
.work-item:hover {
  opacity: 0.9;
}
.work-item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .work-item {
    flex: 0 0 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.work-img img {
  border-radius: 4px;
  border: 1px solid var(--color-light-primary);
}

.work-name {
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .work-name {
    font-size: 10px;
  }
}

.work-created-info,
.work-info {
  font-size: 10px;
}

.skill-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -50px;
}
@media screen and (max-width: 767px) {
  .skill-list {
    display: block;
    margin-bottom: 0;
  }
}

.license-list {
  margin: 0 auto;
  text-align: center;
}

.skill-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 48%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .skill-item {
    width: 100%;
    margin-bottom: 35px;
  }
  .skill-item:last-child {
    margin-bottom: 0;
  }
}

.skill-img,
.license-img {
  width: 60px;
  height: auto;
  margin-right: 20px;
}

.skill-body,
.license-body {
  flex: 1;
}

.skill-name,
.license-name {
  margin-bottom: 3px;
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-item {
  display: block;
  margin: 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-item {
    margin: 0 10px;
  }
}

.contact-text {
  margin-top: 10px;
  text-align: center;
}

.page-top {
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: var(--color-light-primary);
}
.page-top .material-icons-outlined {
  vertical-align: bottom;
}

.home-link {
  padding: 0 40px;
  margin-bottom: 20px;
  background-color: var(--color-light-light-primary);
}

.footer {
  padding: 30px;
  background-color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 0;
  }
}
.footer .code-font {
  font-family: "Moralerspace Neon HW", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.copyright {
  font-size: 10px;
  text-align: center;
  color: var(--color-copyright);
}

.article {
  padding: 50px 0;
}
.article-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.article-title {
  margin-bottom: 20px;
  text-align: center;
}
.article-img2, .article-img {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  align-items: flex-start;
  width: 100%;
}
.article-img2 img, .article-img img {
  min-width: 0;
  border: 1px solid var(--color-accent2);
  border-radius: 4px;
}
.article-img2 iframe, .article-img iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.article-body {
  max-width: 720px;
  margin: 0 auto;
}
.article-body img {
  border: solid 1px var(--color-accent2);
  border-radius: 4px;
}
.article-body img,
.article-body p {
  margin-bottom: 30px;
}
.article-body .site-color {
  margin-bottom: 10px;
}
.article-body .site-color .bg-color,
.article-body .site-color .main-color,
.article-body .site-color .acc-color,
.article-body .site-color .sub-acc-color {
  display: block;
  position: relative;
  z-index: 1;
}
.article-body .site-color .bg-color::before,
.article-body .site-color .main-color::before,
.article-body .site-color .acc-color::before,
.article-body .site-color .sub-acc-color::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: screen;
}
.article-body .site-color .bg-color.site01 {
  color: var(--color-text);
}
.article-body .site-color .bg-color.site01::before {
  background-color: var(--color-site01-background);
}
.article-body .site-color .bg-color.site02 {
  color: var(--color-text);
}
.article-body .site-color .bg-color.site02::before {
  background-color: var(--color-site02-background);
}
.article-body .site-color .bg-color.site03 {
  color: var(--color-white);
}
.article-body .site-color .bg-color.site03::before {
  background-color: var(--color-site03-background);
}
.article-body .site-color .main-color.site01 {
  color: var(--color-white);
}
.article-body .site-color .main-color.site01::before {
  background-color: var(--color-site01-main);
}
.article-body .site-color .main-color.site02 {
  color: var(--color-white);
}
.article-body .site-color .main-color.site02::before {
  background-color: var(--color-site02-main);
}
.article-body .site-color .acc-color.site01 {
  color: var(--color-white);
}
.article-body .site-color .acc-color.site01::before {
  background-color: var(--color-site01-accent);
}
.article-body .site-color .acc-color.site02 {
  color: var(--color-white);
}
.article-body .site-color .acc-color.site02::before {
  background-color: var(--color-site02-accent);
}
.article-body .site-color .acc-color.site03 {
  color: var(--color-white);
}
.article-body .site-color .acc-color.site03::before {
  background: linear-gradient(90deg, var(--color-site03-accent1), 30%, var(--color-site03-accent2));
}
.article-body .site-color .sub-acc-color.site02 {
  color: var(--color-white);
}
.article-body .site-color .sub-acc-color.site02::before {
  background-color: var(--color-site02-sub-accent);
}
.article-info-title {
  font-size: 15px;
}
.article-target-img {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.article-wf-img {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.article-wf-img a {
  flex: 1;
}
.article-wf-img a img {
  width: 100%;
  height: auto;
}

.banner-img {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.banner-explanation, .logo-explanation {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .banner-explanation, .logo-explanation {
    flex-direction: column;
  }
}
.banner-explanation img, .logo-explanation img {
  margin-bottom: 0;
}
.banner-explanation img.banner-mr-img, .banner-explanation img.logo-img, .logo-explanation img.banner-mr-img, .logo-explanation img.logo-img {
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .banner-explanation img.banner-mr-img, .banner-explanation img.logo-img, .logo-explanation img.banner-mr-img, .logo-explanation img.logo-img {
    max-width: 100%;
  }
}
.banner-explanation .wrapper, .logo-explanation .wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wrapper-still {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(233px, 1fr));
  gap: 10px;
}
.wrapper-still img {
  margin-bottom: 0;
}

.wrapper-logo-rough {
  display: flex;
  gap: 10px;
}

.info-img {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.info-img a img {
  width: 100%;
  height: auto;
}
.info-img.about-hero, .info-img.about-page {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .info-img.about-hero, .info-img.about-page {
    width: 100%;
  }
}

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

div.jump-in {
  position: fixed;
  top: 90vh;
  right: 10vw;
  z-index: 100;
  height: 4em;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-jumpin);
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
div.jump-in a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 10px 15px;
  border-radius: 4px;
  color: var(--color-text);
  font-weight: 800;
}
div.jump-in a[target=_blank]::after {
  z-index: 3;
}
div.jump-in a span {
  position: relative;
  z-index: 3;
}
div.jump-in::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background: var(--color-jumpin-hover);
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
div.jump-in:hover::before {
  animation: skewanime 0.2s forwards;
  pointer-events: none;
}
@keyframes skewanime {
  100% {
    left: -10%;
  }
}

.main-visual-img.moved {
  height: 10vh;
  background-position: center 48%;
}

p.moved {
  font-size: 1.6rem;
  text-align: center;
}

p.moved a {
  font-size: 2.5rem;
}/*# sourceMappingURL=style.css.map */