/* Common */
.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}

a.link-underline {
  text-decoration: underline;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
body::-webkit-scrollbar {
  display: none;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: all 0.4s;
  color: inherit;
}
a:hover {
  opacity: 0.8;
}

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

ol.list-decimal {
  list-style-type: decimal;
  list-style-position: inside;
}
ol.list-brackets li {
  list-style-type: none;
  counter-increment: cnt;
}
ol.list-brackets li:before {
  content: "(" counter(cnt) ") ";
}

button {
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}

a.txt-link {
  color: #4A88ED;
}
a.link-underline {
  text-decoration: underline;
}

b,
strong,
.bold {
  font-weight: 700;
}

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

_:lang(x)::-ms-backdrop,
body {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

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

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

@media only screen and (max-width: 1300px) {
  .pcOnly {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .pcTabOnly {
    display: none;
  }
}

/* Pages */
main {
  padding-bottom: 100px;
}

section {
  padding: 30px 0;
}
section + section {
  margin-top: 70px;
}

.profile-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.profile .profile-title {
  text-align: left;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .profile .profile-title {
    font-size: 2rem;
  }
}
.profile .profile-title + * {
  margin: 40px 0 0;
}
.profile .profile-content {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .profile .profile-content {
    flex-direction: column;
    align-items: center;
  }
}
.profile .profile-content .profile-img {
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .profile .profile-content .profile-img {
    width: 50%;
  }
}
.profile .profile-content .profile-text {
  width: calc(70% - 20px);
}
@media only screen and (max-width: 768px) {
  .profile .profile-content .profile-text {
    width: 100%;
  }
}
.profile .profile-content .profile-text--name {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .profile .profile-content .profile-text--name {
    font-size: 20px;
  }
}
.profile .profile-content .profile-text--main {
  margin: 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .profile .profile-content .profile-text--main {
    margin: 14px 0 0;
  }
}
.profile .profile-content .profile-text--main dl {
  margin: 1rem 0 0;
}
.profile .profile-content .profile-text--main dl > dd + dt {
  margin: 1rem 0 0;
}

.works-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.works .works-title {
  text-align: right;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .works .works-title {
    font-size: 2rem;
  }
}
.works .works-title + * {
  margin: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  .works .works-content {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.works .works-content .works-list {
  display: flex;
  gap: 20px;
}
.works .works-content .works-list .works-item {
  width: calc((100% - 40px) / 3);
}
@media only screen and (max-width: 768px) {
  .works .works-content .works-list .works-item {
    padding: 0 10px;
  }
}
.works .works-content .works-list .works-item .works-item__thumb {
  display: block;
  border-radius: 10px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.works .works-content .works-list .works-item .works-item__content {
  margin: 8px 0 0;
}
.works .works-content .works-list .works-item .works-item__content .works-item__content__main {
  font-weight: 700;
}
.works .works-content .works-list .works-item .works-item__content .works-item__content__table {
  display: flex;
  margin: 8px 0 0;
  flex-wrap: wrap;
}
.works .works-content .works-list .works-item .works-item__content .works-item__content__table > dt {
  width: 50%;
}
.works .works-content .works-list .works-item .works-item__content .works-item__content__table > dd {
  width: 50%;
  text-align: right;
}
.works .works-content .works-text {
  margin: 40px 0 0;
  text-align: center;
  font-weight: 700;
}

.skills-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.skills .skills-title {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .skills .skills-title {
    font-size: 2rem;
  }
}
.skills .skills-title + * {
  margin: 40px 0 0;
}
.skills .skills-content .skills-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.skills .skills-content .skills-list .slills-item {
  flex: 1;
  text-align: center;
}

/* Components */
header .header-inner {
  display: flex;
  max-width: 1000px;
  padding: 20px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  header .header-inner {
    padding: 10px 20px;
  }
}
header .header-inner .logo {
  font-family: "Josefin Sans", serif;
  font-size: 20px;
  font-weight: 600;
}
header .header-inner .links {
  display: flex;
  gap: 10px;
}
header .header-inner .links > li span {
  font-size: 30px;
}

footer {
  padding: 10px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 10px;
  text-align: center;
}

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