* {
  box-sizing: border-box;
}

ul,
li,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
}

html,
body {
  font-size: 16px;
  font-family: "Roboto", "Noto Serif JP", sans-serif;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  br.pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  br.sr-only {
    display: none;
  }
}

.font-gothic {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

header {
  width: 100%;
  height: 100px;
  background-color: #333;
  padding: 0 20px;
}
header > div {
  display: flex;
  justify-content: space-between;
  color: #fff;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
header h1 {
  flex: 1;
}
header h1 img {
  height: 3rem;
}
@media screen and (max-width: 767px) {
  header nav {
    position: absolute;
    top: 100%;
    background-color: rgb(255, 255, 255);
    left: 100%;
    width: 80%;
    height: calc(100vh - 100px);
    transition: left 0.5s;
  }
}
@media screen and (max-width: 767px) {
  header nav.active {
    left: 20%;
  }
}
header nav ul {
  display: flex;
  list-style: none;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  header nav ul {
    display: block;
  }
}
header nav a {
  color: #fff;
  text-decoration: none;
}
header nav a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  header nav a {
    color: #000;
    display: block;
    line-height: 4rem;
    padding: 0 20px;
    border-bottom: dotted 1px #333;
  }
}
header button {
  width: 40px;
  background-color: transparent;
  border: none;
}
header button i {
  color: #fff;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  header button {
    display: none;
  }
}

main {
  width: 100%;
  background-color: #f0f0f0;
}
main > div {
  padding: 2rem 30px;
}
main section {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  main section {
    padding-bottom: 2.5rem;
  }
}
main section h2 {
  margin: 0;
  padding-bottom: 2rem;
}

#index header {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
#index h2 {
  width: 100vw;
  text-align: center;
  color: #fff;
  background-color: #0c493e;
  line-height: 6rem;
  font-size: 3rem;
  margin: 0 calc(50% - 50vw) 3rem;
}
@media screen and (max-width: 767px) {
  #index h2 {
    font-size: 2rem;
  }
}
#index main {
  padding-top: 0;
  background-color: #fff;
}
#index section {
  padding-bottom: 6rem;
}

#cover {
  width: 100vw;
  height: 100vh;
  margin: 0 calc(50% - 50vw);
  padding: 0 !important;
}
#cover:before {
  content: "";
  display: block;
  position: fixed;
  background-image: url(/assets/images/cover.jpg);
  background-size: cover;
  background-position: center center;
  left: 30%;
  width: 70%;
  height: 100%;
  z-index: -1;
  transition: left 0.5s;
}
@media screen and (max-width: 767px) {
  #cover:before {
    background-image: url(/assets/images/cover-sp.jpg);
  }
}
#cover.hide:before {
  left: 100%;
}
#cover.hide picture {
  left: -100%;
}
#cover > div {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
}
#cover > div > picture {
  position: absolute;
  left: 15px;
  width: 70%;
  top: 50%;
  transform: translateY(-50%);
  mix-blend-mode: color-burn;
  transition: left 0.3s 0.1s ease;
}
#outline h3,
#outline p {
  text-align: center;
  padding: 1rem;
  padding-top: 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #outline h3,
  #outline p {
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
}
#outline h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #outline h3 {
    line-height: 2.5rem;
    font-size: 1.5rem;
  }
}
#outline p {
  padding-top: 2rem;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  #outline p {
    line-height: 1.5rem;
    margin-bottom: 1rem;
    margin: 0;
  }
}
#outline div {
  text-align: center;
  margin-bottom: 5rem 0;
  padding: 0 8%;
}
@media screen and (max-width: 767px) {
  #outline div {
    padding: 0 3%;
  }
}
#outline img {
  height: 10rem;
}
@media screen and (max-width: 767px) {
  #outline img {
    padding: 1rem;
  }
}

#experience {
  display: none;
}
#experience ul {
  border: solid 1px blue;
  display: flex;
  justify-content: center;
  gap: 150px;
  padding: 0;
}
#experience li {
  list-style: none;
  border: solid 1px green;
}

#company dl {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  #company dl {
    display: block;
    padding: 10px 15px;
  }
}
#company dl dt,
#company dl dd {
  padding: 3rem 20px 1.5rem;
  border-bottom: 1px solid #1f1c1c;
}
@media screen and (max-width: 767px) {
  #company dl dt,
  #company dl dd {
    border-bottom: none;
  }
}
#company dl dt {
  width: 200px;
}
@media screen and (max-width: 767px) {
  #company dl dt {
    width: 100%;
    background-color: #f7f7f7;
    padding: 0 10px;
    line-height: 3.5rem;
    font-weight: bold;
  }
}
#company dl dd {
  width: calc(100% - 200px);
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  #company dl dd {
    width: 100%;
    padding: 1rem 20px 2.5rem;
  }
}

.contact {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
}
.contact.input ul {
  list-style: none;
}
.contact.input ul li {
  display: flex;
  align-items: center;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .contact.input ul li {
    display: block;
  }
}
.contact.input ul li > label {
  display: block;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .contact.input ul li > label {
    width: 100%;
    padding-bottom: 0.5rem;
    font-weight: bold;
  }
}
.contact.input ul li > label span {
  border-radius: 6px;
  margin-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #0c493e;
  color: #fff;
  font-size: 0.8rem;
  font-weight: normal;
}
.contact.input ul li > div {
  flex: 1;
}
.contact.input ul li > div [type=text],
.contact.input ul li > div [type=email],
.contact.input ul li > div textarea,
.contact.input ul li > div .input {
  width: 100%;
  display: block;
  padding: 10px;
  margin: 0;
}
.contact.input ul li > div [type=text],
.contact.input ul li > div [type=email],
.contact.input ul li > div textarea {
  border-radius: 5px;
  border: 1px solid #666;
  background-color: #f0f0f0;
  box-sizing: border-box;
}
.contact.input ul li label.error {
  color: #c0392b;
  font-size: 0.9rem;
  display: block;
  padding-top: 0.5rem;
  margin: 0;
}
.contact.input ul li.policy, .contact.input ul li.buttons {
  display: block;
  text-align: center;
}
.contact.input ul li.policy p, .contact.input ul li.buttons p {
  text-align: left;
  margin: 0;
}
.contact.input ul li.policy {
  padding-top: 2rem;
}
.contact.input ul li.policy [type=checkbox] {
  margin-right: 5px;
}
.contact.input ul li.buttons {
  padding-top: 32px;
}
.contact.confirming dl {
  display: flex;
  flex-wrap: wrap;
}
.contact.confirming dl dt,
.contact.confirming dl dd {
  padding: 1rem 30px;
  border-bottom: solid 1px #999;
}
.contact.confirming dl dd {
  width: 100%;
}
.contact.confirming dl dt {
  width: 300px;
}
.contact.confirming dl dt + dd {
  width: calc(100% - 300px);
}
.contact.confirming form {
  padding-top: 3rem;
  text-align: center;
}
.contact .button,
.contact button {
  display: inline-block;
  border-radius: 6px;
  margin: 0 10px;
  padding: 0.9rem 0;
  width: 250px;
  letter-spacing: 0.05em;
  background: #0c493e;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.contact .button.gray,
.contact button.gray {
  background-color: #666;
}

footer {
  background-color: #0c493e;
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 0 20px;
}
footer nav {
  padding: 8rem 0;
}
@media screen and (max-width: 787px) {
  footer nav {
    padding: 3rem 0;
  }
}
footer nav ul {
  display: flex;
  justify-content: center;
  gap: 50px;
}
footer nav ul li {
  list-style: none;
}
footer nav ul li:nth-child(2) {
  border-left: solid 1px white;
  padding-left: 3rem;
}
footer nav ul li a {
  color: white;
}
footer small {
  display: block;
  padding: 2rem 0;
  letter-spacing: 0.1em;
}

#policy main p a {
  text-align: center;
  display: block;
}/*# sourceMappingURL=style.css.map */