@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #222;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: initial;
}

li {
  list-style: none;
}

.header {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-inner {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-logo {
  width: 39px;
  height: 39px;
}

.header-title {
  font-size: 2.8rem;
  font-weight: 900;
}

.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-item {
  margin: 0 20px;
}

.header-item a {
  font-size: 2rem;
  color: #222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-item a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.3;
}

.main {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px 0 200px;
}

.main-title {
  font-size: 11rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.sub-title {
  font-size: 2rem;
  line-height: 1.7;
}

.detail-btn {
  width: 170px;
  height: 50px;
  display: inline-block;
  border: 2px solid lightgray;
  font-size: 1.8rem;
  border-radius: 40px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 30px 0;
}

.detail-btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #000;
  color: #fff;
}

.top-image {
  width: 405;
  height: auto;
}

.sec-margin {
  margin: 200px 0;
}

.top-service h1 {
  font-size: 8rem;
  text-align: center;
  font-weight: 700;
}

.top-service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.top-service-list.fadein {
  opacity: 1;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.top-service-item {
  text-align: center;
  width: 27%;
  background-color: #f7f7f7;
  margin: 0 30px;
  border-radius: 20px;
}

.top-service-item img {
  width: 250px;
  height: 250px;
}

.top-service-item h2 {
  font-size: 4.5rem;
  margin-bottom: 10px;
}

.top-service-item p {
  font-size: 1.6rem;
  line-height: 1.7;
}

.top-company h1 {
  font-size: 8rem;
  text-align: center;
  font-weight: 700;
}

.top-company-list {
  margin: 150px 0 100px;
}

.top-company-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 65%;
  margin: 200px auto;
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.top-company-item img {
  width: 34%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-company-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.top-company-item:first-child {
  margin: 80px auto;
}

.top-company-item.fadein {
  opacity: 1;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.top-company-text {
  width: 40%;
}

.top-company-text h2 {
  font-size: 5rem;
  font-weight: normal;
  margin-bottom: 20px;
}

.top-company-text p {
  font-size: 2rem;
  letter-spacing: 0.07em;
  line-height: 2;
}

.top-news {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.top-news h1 {
  font-size: 8rem;
  text-align: center;
  font-weight: 700;
}

.top-news-list {
  margin: 60px 0 100px;
}

.top-news-item {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid lightgray;
}

.top-news-item a {
  font-size: 3rem;
  color: #222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-news-item a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.3;
}

.top-news-item p {
  font-size: 1.6rem;
  color: #666;
  margin-top: 7px;
}

.article {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-top: 88px;
  margin-bottom: 100px;
}

.article-title {
  font-size: 4rem;
  margin: 20px 0 50px;
}

.article-thumbnail {
  width: 100%;
  height: 450px;
  display: block;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.aioseo-breadcrumbs a {
  font-size: 2rem;
}

.aioseo-breadcrumbs a:hover {
  opacity: 0.3;
}

.aioseo-breadcrumbs span {
  font-size: 2.5rem;
  font-weight: 700;
}

.article-content h2 {
  font-size: 3rem;
  margin: 13px 0 7px;
}

.article-content h3 {
  font-size: 2.7rem;
  margin: 13px 0 7px;
}

.article-content h4 {
  font-size: 2.5rem;
  margin: 13px 0 7px;
}

.article-content p {
  font-size: 1.8rem;
  margin: 13px 0 7px;
}

.footer {
  height: 80px;
  line-height: 80px;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-item {
  font-size: 2rem;
  margin: 0 30px;
}

.footer-item a {
  font-size: 2rem;
  color: #222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-item a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.3;
}

.footer-item:last-child {
  margin-left: 50px;
}

.company-page-movie-shadow {
  width: 100%;
  height: 900px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
}

.company-page-video {
  width: 100%;
  height: 900px;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-page-title {
  font-size: 10rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  letter-spacing: 0.09em;
  font-weight: 700;
  line-height: 1.1;
}

.company-page-title span {
  font-size: 18rem;
}

.works-page {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.works-page h1 {
  font-size: 11rem;
  text-align: center;
  font-weight: 900;
  margin: 50px 0 80px;
}

.works-page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px 0px 200px;
}

.works-page-item {
  width: 40%;
  -webkit-transition: all 3s;
  transition: all 3s;
  padding: 30px 50px;
  border-radius: 10px;
  margin-bottom: 60px;
}

.works-page-item img {
  width: 100%;
  height: 300px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-page-item h3 {
  font-size: 3.5rem;
  letter-spacing: 0.08em;
  margin: 8px 0;
}

.works-page-item:hover {
  -webkit-transition: all 3s;
  transition: all 3s;
  background-color: #f2f2f2;
}

.contact-page {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 1.1;
}

.contact-page h1 {
  font-size: 6rem;
  text-align: center;
  font-weight: 900;
  text-align: left;
  line-height: 1.1;
}

.contact-page p {
  font-size: 1.8rem;
  margin: 7px 0;
}

.contact-page-form label {
  font-size: 1.6rem;
  margin-bottom: 6px;
  display: inline-block;
}

.contact-page-form input[type="text"],
.contact-page-form input[type="email"] {
  width: 300px;
  height: 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid lightgray;
}

.contact-page-form textarea {
  border-radius: 8px;
  border: 1px solid lightgray;
  margin-bottom: 20px;
}

.contact-page-form input[type="submit"] {
  width: 50%;
  background-color: #fff;
  font-size: 2rem;
  color: #000;
  border-radius: 15px;
  padding: 15px 0;
  border: 1px solid lightgray;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-page-form input[type="submit"]:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.works-article {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.works-article-thumbnail {
  width: 400px;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.works-article-title {
  font-size: 4rem;
  margin-bottom: 50px;
  text-align: center;
}

.works-article-content {
  text-align: center;
}

.works-article-content h2 {
  font-size: 3rem;
  margin: 13px 0 7px;
}

.works-article-content p {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.sp-only {
  display: none;
}

@media (max-width: 1024px) {
  .header {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
  .header-title {
    font-size: 2.5rem;
  }
  .header-item a {
    font-size: 1.8rem;
  }
  .main-title {
    font-size: 7rem;
  }
  .detail-btn {
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: 15px 0;
  }
  .top-service h1 {
    font-size: 4rem;
    text-align: center;
    font-weight: 700;
  }
  .top-service-item {
    margin: 0 15px;
  }
  .top-service-item img {
    width: 150px;
    height: 150px;
  }
  .top-service-item h2 {
    font-size: 2.7rem;
  }
  .top-company h1 {
    font-size: 4rem;
    text-align: center;
    font-weight: 700;
  }
  .top-company-item {
    width: 100%;
  }
  .top-company-item img {
    width: 30%;
    height: 30%;
  }
  .top-company-text h2 {
    font-size: 3rem;
  }
  .top-company-text p {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .top-news {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
  .top-news h1 {
    font-size: 4rem;
    text-align: center;
    font-weight: 700;
  }
  .top-news-item a {
    font-size: 2.5rem;
  }
  .footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works-page {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
  .works-page h1 {
    font-size: 8rem;
    text-align: center;
    font-weight: 700;
  }
  .works-page-list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 50px 0 100px;
  }
  .works-page-item {
    width: 35%;
    padding: 0;
  }
  .works-page-item img {
    height: 210px;
  }
  .works-article {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
  }
}

@media (max-width: 599px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .header-inner {
    padding: 15px 0;
  }
  .header-logo {
    width: 20px;
    height: 20px;
  }
  .header-title {
    font-size: 2.4rem;
    font-weight: 900;
  }
  .hum-btn {
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 3;
  }
  .hum-bar {
    display: block;
    width: 37px;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    margin: 7px 0;
  }
  .hum-bar.show:first-of-type {
    -webkit-transform: translateY(5px) rotate(-45deg);
            transform: translateY(5px) rotate(-45deg);
  }
  .hum-bar.show:last-of-type {
    -webkit-transform: translateY(-5px) rotate(45deg);
            transform: translateY(-5px) rotate(45deg);
  }
  .shadow {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
  }
  .shadow.show {
    display: block;
  }
  .hum-nav {
    width: 85vw;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -700px;
    z-index: 2;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .hum-nav.show {
    right: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .hum-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px 0 40px 20px;
  }
  .hum-item a {
    font-size: 2rem;
    font-weight: 700;
    display: inline-block;
    margin-left: 10px;
  }
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-title {
    font-size: 6rem;
  }
  .detail-btn {
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: 15px 0;
    font-size: 1.6rem;
  }
  .top-image {
    width: 83%;
  }
  .top-service h1 {
    font-size: 4rem;
    text-align: center;
    font-weight: 900;
  }
  .top-service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  .top-service-item {
    width: 80%;
    margin: 40px 0;
  }
  .top-service-item h2 {
    font-size: 3rem;
  }
  .top-company h1 {
    font-size: 4rem;
    text-align: center;
    font-weight: 900;
  }
  .top-company-item:first-child,
  .top-company-item:nth-child(even),
  .top-company-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .top-company-item imag {
    width: 62%;
    margin-bottom: 40px;
  }
  .top-company-text {
    width: 100%;
  }
  .top-company-text h2 {
    font-size: 2.7rem;
    font-weight: 700;
  }
  .top-company-text p {
    font-size: 1.7rem;
    line-height: 1.7;
  }
  .top-news {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
  .top-news h1 {
    font-size: 4rem;
    text-align: center;
    font-weight: 900;
  }
  .top-news-item a {
    font-size: 2.2rem;
    font-weight: 700;
  }
  .article {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
  .article-title {
    font-size: 2.7rem;
  }
  .article-thumbnail {
    height: 250px;
  }
  .footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company-page-video {
    height: 100vh;
  }
  .company-page-movie-shadow {
    height: 100vh;
  }
  .company-page-title {
    font-size: 7rem;
  }
  .company-page-title span {
    font-size: 13rem;
  }
  .works-page {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
  .works-page h1 {
    font-size: 4rem;
    text-align: center;
    font-weight: 700;
    margin: 36px 0 50px;
  }
  .works-page-list {
    margin: 45px 0 100px;
  }
  .works-page-item {
    width: 100%;
    padding: 15px;
  }
  .works-page-item img {
    height: 190px;
  }
  .works-page-item h3 {
    font-size: 3rem;
  }
  .works-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .works-article-thumbnail {
    width: 80%;
    height: 180px;
  }
  .works-article-title {
    font-size: 3rem;
    margin: 20px 0 40px;
  }
  .works-article-content {
    font-size: 2.4rem;
    margin: 13px 0 7px;
  }
  .contact-page {
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .contact-page h1 {
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
  }
  .contact-page-form {
    margin-top: 50px;
  }
  .contact-page-form input[type="text"],
  .contact-page-form input[type="email"],
  .contact-page-form textarea {
    width: 100%;
  }
}
/*# sourceMappingURL=styles.css.map */