.common__container {
  box-sizing: content-box;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.skill__container, .portfolio__container, .about__contents, .header__contents {
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .skill__container, .portfolio__container, .about__contents, .header__contents {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }
}

.portfolio__thumb, .portfolio__dl-btn, .about__photo {
  border: 1px solid #707070;
}

.skill__header, .portfolio__header {
  padding-top: 100px;
  font-family: "Poppins", sans-serif;
  font-size: 65px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .skill__header, .portfolio__header {
    font-size: 42px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .skill__header, .portfolio__header {
    font-size: 11.2vw;
    text-align: center;
  }
}

/*----------------------------------------
	reset
----------------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header,
footer,
article,
section,
aside,
main,
nav,
menu,
figure,
figcaption {
  display: block;
}

span,
small,
strong,
em,
b,
i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

ul,
ol {
  list-style: none;
}

picture,
img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

input,
select {
  vertical-align: middle;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}

.common__container {
  border: 1px solid red;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  color: #2b2b2b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  body.fixed {
    overflow-y: hidden;
  }
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3 {
  font-weight: normal;
}

.header__container {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  padding-bottom: 20px;
  padding-top: 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .header__container {
    height: 50px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.header__contents {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .header__contents {
    margin-top: 0;
    padding-right: 0;
    padding-left: 15px;
  }
}
.header__title {
  font-weight: 600;
}
.header__title a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header__title {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.0666666667;
  }
}
@media screen and (max-width: 768px) {
  .header__menu {
    background-color: #FFFFFF;
    width: 100%;
    height: calc(100vh - 50px);
    transition: all 0.5s;
    position: absolute;
    top: 50px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__menu.close {
    transform: translateX(100%);
  }
}
.header__nav-items {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .header__nav-items {
    margin-top: 62px;
    flex-direction: column;
  }
}
.header__nav-item {
  padding-left: 60px;
  font-weight: 600;
}
.header__nav-item a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header__nav-item {
    padding-left: 0;
    margin-top: 60px;
    text-align: center;
  }
}

.hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
    top: 0;
    right: 0;
    position: relative;
    background-color: inherit;
    width: 70px;
    height: 50px;
    border: 0;
  }
  .hamburger__line {
    position: absolute;
    width: 32px;
    height: 1px;
    background-color: #2F2F2F;
    right: 15px;
  }
  .hamburger__line::before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #2F2F2F;
    right: 0px;
    top: -10px;
    width: 32px;
  }
  .hamburger__line::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #2F2F2F;
    right: 0px;
    top: 10px;
    width: 32px;
  }
  .hamburger.open .hamburger__line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-left: auto;
    background-color: inherit;
    width: 50px;
    height: 50px;
    border: 0px;
    left: 0;
  }
  .hamburger.open .hamburger__line::before, .hamburger.open .hamburger__line::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 30px;
    background: #2F2F2F;
  }
  .hamburger.open .hamburger__line::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .hamburger.open .hamburger__line::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.about__container {
  padding-top: 100px;
  max-width: 100%;
  background-color: #F1F1F1;
}
@media screen and (max-width: 768px) {
  .about__container {
    padding-top: 0;
  }
}
.about__contents {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .about__contents {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.about__profile {
  padding-top: 67px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .about__profile {
    padding-top: 85px;
  }
}
@media screen and (max-width: 375px) {
  .about__profile {
    width: 100%;
  }
}
.about__datalist {
  margin-top: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about__datalist {
    margin-bottom: 0;
  }
}
.about__photo {
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 375px) {
  .about__photo {
    width: 100%;
    height: auto;
  }
}
.about__data {
  display: flex;
  flex-direction: row;
  font-size: 13px;
  line-height: 2;
}
@media screen and (max-width: 375px) {
  .about__data {
    font-size: 3.2vw;
  }
}
.about__data dt {
  width: 4rem;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 375px) {
  .about__data dt {
    width: 4rem;
  }
}
@media screen and (max-width: 320px) {
  .about__data dt {
    margin-top: 5px;
    -moz-text-align-last: justify;
         text-align-last: justify;
    width: 3rem;
    line-height: 1.4;
  }
}
.about__data dd {
  padding-left: 1.2rem;
  flex: 1;
}
@media screen and (max-width: 320px) {
  .about__data dd {
    margin-top: 5px;
    padding-left: 1rem;
    line-height: 1.4;
  }
}
.about__header {
  padding-top: 67px;
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .about__header {
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .about__header {
    font-size: 8vw;
  }
}
.about__message {
  flex: 1;
  padding-left: 68px;
  padding-bottom: 60px;
}
.about__message p {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .about__message p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .about__message {
    padding-left: 0;
  }
}

.portfolio__contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .portfolio__contents {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .portfolio__header {
    padding-top: 90px;
  }
}
.portfolio__title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .portfolio__title {
    font-size: 21px;
    text-align: center;
  }
}
.portfolio__title:nth-child(2) {
  margin-bottom: -60px;
}
@media screen and (max-width: 768px) {
  .portfolio__title:nth-child(2) {
    margin-top: 12px;
  }
}
.portfolio__title:nth-child(4) {
  margin-top: 90px;
}
.portfolio__title::before {
  content: "";
  padding-right: 12px;
  display: inline-block;
  height: 40px;
  transform: translateY(5px);
  border-left: solid 10px #000000;
}
@media screen and (max-width: 768px) {
  .portfolio__title::before {
    display: none;
  }
}
.portfolio__title--small {
  margin-top: 14px;
  margin-bottom: -50px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.12;
}
@media screen and (max-width: 768px) {
  .portfolio__title--small {
    font-size: 18px;
    margin-bottom: -60px;
    line-height: 1.3333333333;
    text-align: center;
  }
}
.portfolio__title--small:nth-child(7) {
  margin-top: 70px;
  margin-bottom: 10px;
}
.portfolio__title--small br {
  display: none;
}
@media screen and (max-width: 768px) {
  .portfolio__title--small br {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .portfolio__title--small br {
    display: none;
  }
}
.portfolio__item {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 768px) {
  .portfolio__item {
    width: 100%;
  }
}
.portfolio__item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .portfolio__thumb {
    width: 100%;
  }
}
.portfolio__data-title {
  margin-top: 17px;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .portfolio__data-title {
    margin-top: 0;
    padding-top: 9px;
    font-size: 18px;
    line-height: 1.2222222222;
    text-align: center;
  }
}
.portfolio__data-design {
  margin-top: 6px;
  font-size: 15px;
  line-height: 2.3333333333;
}
@media screen and (max-width: 768px) {
  .portfolio__data-design {
    text-align: center;
    font-size: 11px;
    line-height: 1.4545454545;
  }
}
.portfolio__data-design span {
  padding-right: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .portfolio__data-design span {
    padding-right: 18px;
    font-size: 9px;
  }
}
.portfolio__data-design a {
  display: inline-block;
  border-bottom: solid 1px;
  font-size: 18px;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .portfolio__data-design a {
    font-size: 11px;
  }
}
.portfolio__data-dl {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .portfolio__data-dl {
    justify-content: center;
  }
}
.portfolio__dl-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  width: 195px;
  height: 43px;
  border-radius: 5px;
  background-color: #F1F1F1;
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s;
  text-align: center;
}
.portfolio__dl-btn:nth-child(odd) {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .portfolio__dl-btn {
    width: 144px;
    height: 31px;
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  .portfolio__dl-btn {
    width: 38.4vw;
    font-size: 3.4666666667vw;
  }
}
.portfolio__dl-btn:hover {
  background-color: #707070;
  color: #FFFFFF;
  opacity: 1;
}
.portfolio__dl-btn a {
  display: block;
  padding: 25px;
  color: inherit;
  opacity: 1;
}
.portfolio__item-pop {
  width: calc((100% - 60px) / 3);
}
.portfolio__item-pop img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .portfolio__item-pop {
    width: 100%;
    margin-bottom: 60px;
  }
}

.skill__header {
  margin-bottom: -32px;
}
@media screen and (max-width: 768px) {
  .skill__header {
    padding-top: 50px;
  }
}
.skill__data {
  padding-bottom: 13px;
  border-bottom: 1px solid #707070;
}
.skill__data dt {
  margin-top: 50px;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .skill__data dt {
    font-size: 25px;
    line-height: 1.12;
  }
}
@media screen and (max-width: 375px) {
  .skill__data dt {
    font-size: 6.6666666667vw;
  }
}
.skill__data dd {
  margin-top: 8px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .skill__data dd {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.footer__container {
  margin-top: 150px;
  max-width: 100%;
  height: 100px;
  background-color: #F1F1F1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__container {
    margin-top: 100px;
    height: 50px;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */