html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}
body p {
  color: #2e302f;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
}

header {
  background-color: #DEAA79;
  color: #fff;
  height: 50px;
  display: flex;
  justify-content: space-between;
  position: sticky;
  z-index: 500;
  top: 0;
}
header h1 {
  padding-left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header img {
  height: 30px;
  width: auto;
}
header nav.show {
  top: 0;
  background-color: #659287;
  color: #fff;
  padding: 30px;
  font-size: 300%;
  transition: 1s;
  width: 100vw;
}
header ul.show {
  display: block;
  width: 100%;
}
header nav {
  display: flex;
  align-items: center;
  transition: 2s;
}
@media screen and (max-width:600px) {
  header nav {
    position: fixed;
    top: -1000px;
  }
}
header nav ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-right: 15px;
}
header nav li {
  list-style: none;
  border-left: 1px solid #fff;
  padding: 0 20px;
}
header nav li:last-child {
  border-right: 1.5px solid #fff;
}
header nav a {
  color: #fff;
  text-decoration: none;
}
header nav a:hover {
  border-bottom: 1px solid #fff;
}
header li.show {
  border-left: none;
  border-bottom: 1px solid #fff;
}
header li.show:last-child {
  border-right: none;
}
header .menuBtn {
  display: none;
}
@media screen and (max-width:768px) {
  header .menuBtn_down {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    padding: 10px;
    margin: 12px 20px 12px 12px;
    position: fixed;
    right: 0;
  }
}
header .menuBtn_up {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  z-index: 8000;
  padding: 10px;
  margin: 12px 20px 12px 12px;
  position: fixed;
  right: 0;
}

article section {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
@media screen and (max-width:600px) {
  article section {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
article .bg_item {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width:600px) {
  article .bg_item {
    width: 95%;
  }
}
article a {
  text-decoration: none;
  background: #d3d0ca;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 240px;
  padding: 10px 25px;
  color: #659287;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border-radius: 20px;
}
@media screen and (max-width:600px) {
  article a {
    margin: 0 auto;
  }
}
article a:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #B1C29E;
  transition: 0.3s;
}
article a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 60px;
  height: 2px;
  background-color: #B1C29E;
  transition: 0.3s;
}
article a:hover:before, article a:hover:after {
  right: -2.5em;
}
article a:hover {
  background: #659287;
  color: #fff;
  border-radius: 20px;
}
article .mar_r60 {
  margin-right: 60px;
}
article .mar_b30 {
  margin-bottom: 30px;
}
article .mar_b10 {
  margin-bottom: 10px;
}
article .bg_gr {
  background-color: #B1C29E;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
article h1 {
  color: #fff;
  text-shadow: 3px 3px rgba(100, 152, 209, 0.5019607843);
  font-size: 380%;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}
article h2 {
  text-align: center;
  border-bottom: 2px solid #659287;
  color: #659287;
  margin-bottom: 30px;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 250%;
}
article h3 {
  color: #659287;
  border-bottom: 2px solid #659287;
}
article .main_img {
  width: 100%;
}
article .parallax_box {
  height: calc(100vh - 50px);
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width:600px) {
  article .parallax_box {
    height: 80vh;
  }
}
article .parallax_content {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width:600px) {
  article .parallax_content {
    height: 100%;
    background-image: none;
  }
  article .parallax::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, -1px);
    width: 100%;
    min-hieght: 100%;
    background-size: cover;
    z-index: -1;
  }
  article .parallax_content.img_bg_01::before {
    background-image: url(img/main_img.jpg);
  }
}
article .img_bg_01 {
  background-image: url(img/main_img.jpg);
}
article .img_bg_02 {
  background-image: url(img/main_img2.jpg);
}
article .pro_img {
  width: 300px;
  border-radius: 50%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
article .work_img {
  width: 350px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
article .aboutBox {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width:600px) {
  article .aboutBox {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
article .aboutBox .about_l {
  text-align: center;
}
@media screen and (max-width:600px) {
  article .aboutBox .about_l {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:600px) {
  article .aboutBox {
    display: block;
  }
}
article .skillBox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width:600px) {
  article .skillBox {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
article .skillBox .skillItem {
  border: 3px solid #659287;
  border-radius: 25px;
  height: 100px;
  width: 100px;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #659287;
}
article .skillBox .skillIcon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
article .skillBox .skillIcon p {
  color: #659287;
}
article table {
  width: 100%;
}
article th {
  width: 20%;
}
article th, article td {
  border-bottom: 1px solid #659287;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width:600px) {
  article th, article td {
    display: block;
    width: auto;
    text-align: left;
  }
}
article .worksBox {
  display: block;
}
article .worksBox span {
  font-weight: bold;
  font-size: larger;
}
article .worksBox .label {
  background-color: #659287;
  color: #fff;
  padding: 3px 12px;
  margin-right: 10px;
  border-radius: 6px;
}
article .worksBox .worksIcon {
  display: flex;
}
article .worksBox .wd50 {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
article .worksBox .img_box {
  padding-left: 5px;
  padding-right: 5px;
}
article .worksBox .workList:nth-child(odd) {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width:600px) {
  article .worksBox .workList:nth-child(odd) {
    display: block;
  }
  article .worksBox .workList:nth-child(odd) .list_sm {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
article .worksBox .workList:nth-child(even) {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width:600px) {
  article .worksBox .workList:nth-child(even) {
    display: block;
  }
  article .worksBox .workList:nth-child(even) .list_sm {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
article .worksBox .work_d {
  font-size: 95%;
  color: #787673;
}
article .worksBox .workList {
  margin-bottom: 30px;
  border-bottom: 1px solid #659287;
  padding-left: 20px;
  padding-right: 20px;
}

footer {
  background-color: #FFE6A9;
  color: #659287;
  text-align: end;
  padding-right: 30px;
}/*# sourceMappingURL=style.css.map */