@charset "UTF-8";

/* ヘッダー
=======================================================*/

#header .header_title {
  margin-left: 50px;
}

#header .header_nav .global_nav li:last-child {
  line-height: 100px;
}

#header .header_nav .global_nav li:last-child a {
  display: block;
  height: 100%;
  padding: 0 20px;
}

#header .header_nav .global_nav li:last-child a {
  width: auto;
  padding-top: auto;
  background-color: transparent;
  border-bottom: none;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 896px) {
}

@media screen and (max-width: 480px) {
}

/* ページタイトル
=======================================================*/

#pagetitle {
  height: auto;
  padding-top: 200px;
  padding-bottom: 80px;
}

@media screen and (max-width: 480px) {
  #pagetitle {
    height: auto;
    padding-top: 150px;
    padding-bottom: 50px;
  }
}

/* main
=======================================================*/
main {
  width: 86%;
  margin: 0 auto;
  font-size: clamp(16px, 1.11vw, 24px);
}
#web,
#graphic,
#others {
  padding-top: 10%;
}
main section h2 {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  padding-left: 20px;
  font-size: 40px;
}

main section h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-bottom: #aeaeae 3px solid;
}

main section h2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  border-bottom: #aeaeae 3px dashed;
}

.works_container {
  width: 70%;
  margin: 0 auto 10%;
}
.works_container a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

h3 {
  display: inline-block;
  margin-top: 5%;
  font-size: clamp(24px, 1.67vw, 40px);
  font-weight: 700;
  line-height: 1.4em;
  transition: 0.3s;
}
#web h3:hover,
#web .works_container a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
h3 a {
  vertical-align: text-bottom;
}
.material-icons {
  vertical-align: -3px;
}
.work__contents {
  font-size: 80%;
  color: #999;
  line-height: 1.2em;
  margin: 1% 0 3%;
}
@media screen and (max-width: 1024px) {
  .works_container {
    width: 90%;
  }
}

@media screen and (max-width: 896px) {
}

@media screen and (max-width: 480px) {
  main section h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  main section h2::before {
    border-bottom: #aeaeae 1.5px solid;
  }

  main section h2::after {
    border-bottom: #aeaeae 1.5px dashed;
  }
}
