header {
  width: 100%;
  margin: auto;
  height: auto;
  background-color: inherit;
}

#logo {
  height: 82px;
  margin: 0;
}

#logo img {
  transform: none;
  transition: unset
}

#firstView {
  width: 1024px;
  margin: auto;
  position: relative;
}

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}

.circle_inner {
  background-color: #444444;
  border-radius: 100%;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.circle_inner>div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.circle span {
  color: white;
  letter-spacing: 1px;
}

.ja {
  margin-top: 0.25rem;
}

.eng {
  font-family: anisette-petite, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3rem;
}

body {
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: top 300px left 0;
}

main {
  max-width: 1024px;
}

section {
  width: 100%;
  margin-top: 100px;
}

h1 {
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  border-bottom: 2px solid #444444;
  padding-bottom: 10px;
  letter-spacing: 0.1rem;
}

.jQuery_portfolio p {
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 26px;
  margin-top: 3%;
}

.table_wrap {
  background: rgba(68, 68, 68, 0.5);
  width: 90%;
  margin: auto;
  padding: 2%;
  margin-top: 3%;
}

.table_wrap table {
  color: white;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  width: 100%;
}

.table_wrap table tr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 3% 0;
}

.table_wrap table th {
  min-width: 20%;
  font-weight: 600;
}

.table_wrap table td {
  padding: 0 5%;
  line-height: 20px;
  border-left: 1.5px solid white;
}

.table_wrap table td p {
  margin: 0;
}
.table_wrap td > .list li{
  padding: 1% 2%;
}
.anchor_link{
  color: #fff;
  border-bottom: 1px solid;
}
.work_wrap {
  width: 100%;
  margin-top: 2%;
}

.work_wrap ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.work_wrap ul li {
  margin: 2% 0;
}

.img_outer {
  width: 100%;
  margin-bottom: 5%;
  box-shadow: 5px 5px 5px 3px rgb(72 72 72 / 30%);
}

.img_outer img {
  width: 100%;
  position: relative;
  top: 1px;
}

@media screen and (max-width:1024px) {
  main {
    width: 95%;
    margin: auto;
  }
  #firstView{
    width: 100%;
  }
  .work_wrap ul{
    justify-content: center;
  }
}