@charset "utf-8";
/* CSS Document */
main {
  padding: 6.4em 4em;
}
h1 {
  display: block;
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 20em;
  background: url(../img/sp_works_top.jpg) center center / cover no-repeat;
}
h1 > span {
  display: flex;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  flex-direction: column;
  font-size: 2em;
  font-weight: 600;
  text-shadow: #fff 0.06em 0.06em 0.33em;
  
}
h1 span span:nth-child(2) {
  font-size: 75%;
  font-family: 'Noto sans JP';
  font-weight: 400;
  padding: 0.5em 0 0 0.2em;
}
h2 {
  display: block;
  margin-bottom: 0.5em;
  font-size: 2.5em;
  font-family: 'Noto Sans JP';
}


section {
  padding: 3em 1em;
}
section:nth-of-type(1) {
  padding-top: 5em;
}
section:last-of-type {
  padding-bottom: 5em;
}
div.news_inner {
  padding: 0.5em 2em;
  border-top: solid #c9c9c9 0.06em;
  border-bottom: solid #c9c9c9 0.06em;
}
section li {
  position: relative;
  padding: 0.5em 0;
  border-top: solid #c9c9c9 0.06em;
}
section li:first-child {
  border-top: none;
}
section li:last-child {
  border-bottom: none;
}
section li > a {
  display: block;
}
section li > a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 0.66em;
  height: 0.66em;
  border-top: 0.2em solid #000;
  border-right: 0.2em solid #000;
  transform: rotate(45deg);
  transition: all .3s;
}
section li > a:hover::after {
    right: -0.33em;
}
section dl {
  display: block;
  position: relative;
}
section dt {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.33em 0 0.53em;
  margin-right: 1.33em;
  font-weight: 400;
}
section dt > span {
  position: relative;
  vertical-align: middle;
}
section dt > span::before {
  content: "|";
  margin: 0.8em;
}
section dd {
  margin-right: 1.33em;
}
section dd:hover {
  font-weight: 600;
}


/* ---- 360px ---- */ 

@media screen and (max-width:374px) {
  body {
    font-size: 4vw;
  }
}

/* ---- TAB ---- */ 

@media screen and (min-width:768px) {
	
}

/* ---- PC ---- */ 

@media screen and (min-width:1024px) {
  main > section  {
    width: 1000px;
    margin: 0 auto;
  }

  h1 {
    height: 450px;
  }
  h1 > span {
    left: 22%;
    font-size: 4em;
  }
}
