* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

h1, h2, h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

h1 {
  font-size: 3.5rem;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.125rem;
  }
}

.footer__container, .contact__container, .workflow__container, .services__container, .about__container, .hero__container, .header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .footer__container, .contact__container, .workflow__container, .services__container, .about__container, .hero__container, .header__container {
    padding: 0 20px;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.section-title {
  text-align: center;
  margin-bottom: 3rem;
}
.section-title__sub {
  display: block;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0076c0;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section-title__sub {
    font-size: 0.875rem;
  }
}
.section-title__main {
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .section-title__main {
    font-size: 1.75rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 1000;
  backdrop-filter: blur(10px);
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}
.header__logo {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  z-index: 1001;
}
.header__logo-link {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header__logo-link:hover {
  color: #0076c0;
}
.header__logo-y {
  color: #0076c0;
}
.header__logo-img {
  width: 100px;
  height: auto;
}
.header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  padding: 0;
}
@media (max-width: 768px) {
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__hamburger-line {
  width: 24px;
  height: 2px;
  background-color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 3px 0;
}
.header__hamburger.is-active .header__hamburger-line:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(8px);
          transform: rotate(45deg) translateY(8px);
}
.header__hamburger.is-active .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active .header__hamburger-line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-8px);
          transform: rotate(-45deg) translateY(-8px);
}
@media (max-width: 768px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .header__nav.is-open {
    opacity: 1;
    visibility: visible;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 3rem;
  }
}
.header__nav-link {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .header__nav-link {
    font-size: 1.125rem;
  }
}
.header__nav-link:hover {
  color: #0076c0;
}
.header__nav-link--cta {
  color: #0076c0;
}

.hero {
  position: relative;
  padding: 140px 0 110px;
  -webkit-animation: fadeInUp 0.8s ease;
          animation: fadeInUp 0.8s ease;
  background-image: url(../img/mv_bg.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero {
    padding: 100px 0 130px;
  }
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 118, 192, 0.3) 100%);
  z-index: 1;
}
.hero__deco {
  position: absolute;
  background-color: #0076c0;
  opacity: 0.15;
  z-index: 2;
}
.hero__deco--1 {
  top: 20%;
  right: 10%;
  width: 2px;
  height: 120px;
  -webkit-animation: slideDown 1.5s ease 0.5s backwards;
          animation: slideDown 1.5s ease 0.5s backwards;
}
@media (max-width: 768px) {
  .hero__deco--1 {
    right: 5%;
    height: 80px;
  }
}
.hero__deco--2 {
  bottom: 25%;
  left: 8%;
  width: 80px;
  height: 2px;
  -webkit-animation: slideRight 1.5s ease 0.7s backwards;
          animation: slideRight 1.5s ease 0.7s backwards;
}
@media (max-width: 768px) {
  .hero__deco--2 {
    left: 5%;
    width: 50px;
  }
}
.hero__container {
  position: relative;
  z-index: 3;
}
.hero__title {
  margin-bottom: 2rem;
  color: #ffffff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.hero__subtitle {
  margin-bottom: 4rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.9;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .hero__subtitle {
    font-size: 0.9375rem;
  }
}
.hero__br-mobile {
  display: none;
}
@media (max-width: 768px) {
  .hero__br-mobile {
    display: inline;
  }
}
.hero__cta {
  display: inline-block;
  padding: 1rem 3rem;
  background-color: #0076c0;
  color: #000000;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border: 2px solid #0076c0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
}
@media (max-width: 768px) {
  .hero__cta {
    margin: auto;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }
}
.hero__cta:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0076c0;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 118, 192, 0.3);
          box-shadow: 0 8px 20px rgba(0, 118, 192, 0.3);
}
.hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 0.5rem;
  z-index: 3;
  -webkit-animation: fadeInUp 0.8s ease 1s backwards;
          animation: fadeInUp 0.8s ease 1s backwards;
}
@media (max-width: 768px) {
  .hero__scroll {
    bottom: 30px;
  }
}
.hero__scroll-text {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
.hero__scroll-line {
  width: 1px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  -webkit-animation: scrollLineMove 2s ease infinite;
          animation: scrollLineMove 2s ease infinite;
}

@-webkit-keyframes scrollLineMove {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}

@keyframes scrollLineMove {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.15;
  }
}
@keyframes slideDown {
  from {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.15;
  }
}
@-webkit-keyframes slideRight {
  from {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.15;
  }
}
@keyframes slideRight {
  from {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.15;
  }
}
.about {
  padding: 120px 0;
  background-color: #f5f5f5;
  -webkit-animation: fadeInUp 0.8s ease 0.2s backwards;
          animation: fadeInUp 0.8s ease 0.2s backwards;
}
@media (max-width: 768px) {
  .about {
    padding: 6rem 0;
  }
}
.about__concept {
  text-align: center;
  margin-bottom: 6rem;
  color: #666666;
  font-size: 1rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .about__concept {
    font-size: 0.9375rem;
    text-align: left;
  }
}
.about__br-desktop {
  display: inline;
}
@media (max-width: 1024px) {
  .about__br-desktop {
    display: none;
  }
}
.about__strengths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 768px) {
  .about__strengths {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.about__strength {
  text-align: center;
}
.about__strength-title {
  margin-bottom: 2rem;
  font-weight: 600;
}
.about__strength-image {
  margin-bottom: 2rem;
  overflow: hidden;
}
.about__strength-image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.about__strength:hover .about__strength-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.about__strength-text {
  font-size: 0.9375rem;
  line-height: 1.9;
  color: #666666;
}
@media (max-width: 768px) {
  .about__strength-text {
    font-size: 0.875rem;
    text-align: left;
  }
}

.services {
  padding: 120px 0;
  -webkit-animation: fadeInUp 0.8s ease 0.3s backwards;
          animation: fadeInUp 0.8s ease 0.3s backwards;
}
@media (max-width: 768px) {
  .services {
    padding: 6rem 0;
  }
}
.services__title {
  text-align: center;
  margin-bottom: 6rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.services__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 768px) {
  .services__list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.services__item {
  padding: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services__item:hover {
  border-color: #0076c0;
  -webkit-box-shadow: 0 4px 20px rgba(0, 118, 192, 0.1);
          box-shadow: 0 4px 20px rgba(0, 118, 192, 0.1);
}
.services__item-title {
  margin-bottom: 1rem;
  font-weight: 600;
}
.services__item-text {
  font-size: 0.9375rem;
  line-height: 1.9;
  color: #666666;
}
@media (max-width: 768px) {
  .services__item-text {
    font-size: 0.875rem;
  }
}

.workflow {
  padding: 120px 0;
  background-color: #f5f5f5;
  -webkit-animation: fadeInUp 0.8s ease 0.4s backwards;
          animation: fadeInUp 0.8s ease 0.4s backwards;
}
@media (max-width: 768px) {
  .workflow {
    padding: 6rem 0;
  }
}
.workflow__title {
  text-align: center;
  margin-bottom: 6rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.workflow__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .workflow__steps {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.workflow__step {
  text-align: center;
}
.workflow__step-number {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 2rem;
  background-color: #ffffff;
  color: #000000;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  border: 2px solid #000000;
  border-radius: 50%;
}
.workflow__step-title {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.workflow__step-text {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.8;
}

.contact {
  padding: 120px 0;
  -webkit-animation: fadeInUp 0.8s ease 0.5s backwards;
          animation: fadeInUp 0.8s ease 0.5s backwards;
}
@media (max-width: 768px) {
  .contact {
    padding: 6rem 0;
  }
}
.contact__container {
  text-align: center;
}
.contact__title {
  margin-bottom: 2rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.contact__text {
  margin-bottom: 4rem;
  color: #666666;
  font-size: 1rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .contact__text {
    font-size: 0.9375rem;
  }
}
.contact__cta {
  display: inline-block;
  padding: 1rem 3rem;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 2px solid #000000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact__cta:hover {
  background-color: #0076c0;
  border-color: #0076c0;
}
.contact__form {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
.contact__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 4rem;
}
.contact__table th, .contact__table td {
  padding: 1.25rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
@media (max-width: 768px) {
  .contact__table th, .contact__table td {
    display: block;
    padding: 0.75rem 0;
  }
}
.contact__table th {
  width: 200px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #000000;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .contact__table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0.25rem;
  }
}
@media (max-width: 768px) {
  .contact__table td {
    padding-top: 0.25rem;
  }
}
.contact__table input[type=text],
.contact__table input[type=email],
.contact__table input[type=tel] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.contact__table input[type=text]:focus,
.contact__table input[type=email]:focus,
.contact__table input[type=tel]:focus {
  border-color: #0076c0;
}
.contact__table textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  resize: vertical;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.contact__table textarea:focus {
  border-color: #0076c0;
}
.contact__submit {
  text-align: center;
}

div.wpcf7 .wpcf7-spinner {
  display: block;
}

.footer {
  padding: 3rem 0;
  background-color: #000000;
  color: #ffffff;
}
.footer__container {
  text-align: center;
}
.footer__copy {
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .footer__copy {
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=style.css.map */