#section {
}

#banner {
  width: 100%;
  color: #ffffff;
  align-items: center;
}

.banner-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.banner-text {
  width: 1280px;
  position: absolute;
  text-align: left;
  margin: 0 auto;
}

.banner-text h1 {
  font-size: 55px;
  margin: 0px 0 80px 0;
}

.banner-text p a {
  width: 130px;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 60px;

  border: 1px solid #ffffff;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

.banner-text p a:hover {
  background: #ffffff;
  color: #0066cc;
}

#company {
}

#company .inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 150px 0;
}

#company .top-box {
}

#company .tit_box {
  font-size: 40px;
  text-align: center;
}

#company .tit_box .en_tit {
  position: relative;
  padding-top: 26px;
  color: #0066cc;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

/* #company .tit_box .en_tit .deco:before,
#company .tit_box .en_tit .deco:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  background: #0066cc;
  border-radius: 50%;
}

#company .tit_box .en_tit .deco:before {
  left: 49.6%;
}

#company .tit_box .en_tit .deco:after {
  left: 50.5%;
} */

#company .tit_box .en_tit p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

#company .tit_box h2 {
  padding: 40px 0 90px 0;
  line-height: 1.3;
  color: #111;
  font-weight: 300;
  font-size: 40px;
  margin: 0;
}

#company .tit_box h2 span {
  display: block;
  font-weight: 700;
}

#company .img_area {
  height: 500px;
  background-image: url(../img/company1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  border-radius: 30px;
}

#company .middle-box {
  padding: 150px 0;
  width: 100%;
  background: #f6f7f8;
}

#company .middle-box .tit_box {
  max-width: 1280px;
  margin: 0 auto;
}

#company .middle-box .tit_box h2 {
  padding: 40px 0 30px 0;
  line-height: 1.3;
  color: #111;
  font-weight: 300;
  font-size: 40px;
  margin: 0;
}

#company .middle-box .desc_box {
  font-size: 18px;
  font-weight: 500;
  color: #111;
}

#company .middle-box .desc_table {
  width: 100%;
  margin: 60px 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#company .middle-box .desc_table div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.3333%;
  padding: 30px;
  border-right: 1px solid #d0d0d0;
  color: #111;
}

#company .middle-box .desc_table div:last-child {
  border-right: none;
}

#company .middle-box .desc_table img {
  width: 70px;
}

#company .middle-box .desc_table p {
  margin-top: 36px;
  font-weight: 700;
  font-size: 24px;
}

#company .middle-box .desc_table span {
  margin-top: 10px;
  font-weight: 400;
  font-size: 17px;
}

#company .bottom-box {
  height: 500px;
  background-image: url(../img/company2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
}

#company .bottom-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

#company .bottom-box p {
  position: relative;
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 600;
}

#company .bottom-box p span {
  position: relative;
  z-index: 1;
}

#company .bottom-box p span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 16px;
  background: #0066cc;
  z-index: -1;
}

#service {
}

#service .inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 150px 0;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#service .left-box {
}

#service .tit_box {
  font-size: 40px;
  text-align: left;
}

#service .tit_box .en_tit {
  position: relative;
  padding: 26px 0 20px 0;
  color: #0066cc;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

#service .tit_box .en_tit p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

#service .tit_box span {
  font-weight: 600;
  font-size: 24px;
  line-height: 138%;
  letter-spacing: -1px;
  color: #555555;
}

#service .tit_box h2 {
  padding: 10px 0 0 0;
  line-height: 1.3;
  color: #111;
  font-weight: 700;
  font-size: 48px;
  margin: 0;
}

#service .right-box {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

#service .right-box .desc_1 {
  width: 340px;
  height: 400px;

  background-image: url(../img/service2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#service .right-box .desc_2 {
  width: 340px;
  height: 400px;
  margin-top: 80px;

  background-image: url(../img/service1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#service .right-box .desc_1,
#service .right-box .desc_2 {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  border-radius: 20px;

  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  overflow: hidden;
}

#service .right-box .desc_1::before,
#service .right-box .desc_2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.15));
  z-index: 1;
}

#service .right-box .desc_1 p,
#service .right-box .desc_2 p {
  position: relative;
  z-index: 2;
  margin: 0;
}

#service .inner2 {
  border-top: 1px solid #d0d0d0;
  width: 100%;
}

#service .inner2 .top-box {
  max-width: 1280px;
  margin: 0 auto;
  padding: 150px 0;
}

#service .inner2 .img-box {
  margin-top: 50px;

  display: flex;
  align-items: center;
  gap: 20px;
}

#service .inner2 .img-box .desc_1 {
  width: 300px;
  height: 200px;

  background-image: url(../img/service1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  border-radius: 10px;
}

#service .inner2 .img-box .desc_2 {
  width: 300px;
  height: 200px;

  background-image: url(../img/service3.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  border-radius: 10px;
}

#service .inner2 .img-box .desc_3 {
  width: 300px;
  height: 200px;

  background-image: url(../img/service4.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  border-radius: 10px;
}

#service .inner2 .img-box .desc_4 {
  width: 300px;
  height: 200px;

  background-image: url(../img/service5.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  border-radius: 10px;
}

#service .inner2 .img-box .desc_1,
#service .inner2 .img-box .desc_2,
#service .inner2 .img-box .desc_3,
#service .inner2 .img-box .desc_4 {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  border-radius: 20px;

  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
}

#service .inner2 .img-box .desc_1::before,
#service .inner2 .img-box .desc_2::before,
#service .inner2 .img-box .desc_3::before,
#service .inner2 .img-box .desc_4::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.15));
  z-index: 1;
}

#service .inner2 .img-box .desc_1 p,
#service .inner2 .img-box .desc_2 p,
#service .inner2 .img-box .desc_3 p,
#service .inner2 .img-box .desc_4 p {
  position: relative;
  z-index: 2;
  margin: 0;
}

#portfolio {
  width: 100%;
  background: #f6f7f8;
}

#portfolio .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 150px 0;
}

#portfolio .top-box {
}

#portfolio .tit_box {
  font-size: 40px;
  text-align: center;
}

#portfolio .tit_box .en_tit {
  position: relative;
  padding-top: 26px;
  color: #0066cc;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

#portfolio .tit_box .en_tit p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

#portfolio .tit_box h2 {
  padding: 40px 0 90px 0;
  line-height: 1.3;
  color: #111;
  font-weight: 700;
  font-size: 48px;
  margin: 0;
}

#portfolio .bottom-box {
  width: 1280px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 20px;
}

#portfolio .img-container {
}

#portfolio .img-container img {
  width: 625px;
  border-radius: 20px;
}

#portfolio .img-container p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

#inquiry {
  width: 100%;
}

#inquiry .inquiry-box {
  height: 500px;
  background-image: url(../img/company2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  position: relative;
}

#inquiry .inquiry-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

#inquiry .inquiry-box p {
  position: relative;
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 600;
  z-index: 1;
}

#inquiry .inquiry-btn {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding: 15px 60px;

  background: #ffffff;
  color: #0066cc;

  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  border: none;

  cursor: pointer;
  transition: all 0.25s ease;
}

#inquiry .inquiry-btn:hover {
  background: #0066cc;
  color: #ffffff;
}

.inquiry-form-wrap {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition: max-height 0.6s ease;
}

.inquiry-form-wrap.active {
  max-height: 3000px;
}

.inquiry-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 20px;
}

.inquiry-form h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

.inquiry-form .form-group {
  width: 100%;
  margin-bottom: 24px;
}

.inquiry-form label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  box-sizing: border-box;

  padding: 14px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;

  font-size: 14px;
}

.inquiry-form textarea {
  min-height: 160px;
  resize: vertical;
}

.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  color: #9ca3af;
}

.inquiry-form .submit-btn {
  width: 100%;
  height: 52px;
  margin-top: 40px;

  background: #0066cc;
  color: #ffffff;

  font-size: 16px;
  font-weight: 600;

  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.25s ease;
}

.inquiry-form .submit-btn:hover {
  background: #004fa3;
}

#footer {
  background-color: #1b1b1b;
}

#footer .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 12px;

  color: #ffffff;
}

#footer .footer-top {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px 0;
}

#footer .footer-top img {
  width: 280px;
}

#footer .footer-top h1 {
  font-size: 36px;
}

#footer .footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 0;
  border-top: 1px solid #8c8c8c;
}

#footer .footer-bottom-left {
}

#footer .footer-bottom-left p {
  margin: 4px 0;
  font-size: 14px;
}

#footer .footer-bottom-right {
}

#footer .footer-bottom-right p {
  font-size: 16px;
  color: #b1b1b1;
}

/* =========================
   Responsive
========================= */
@media (max-width: 1024px) {
  .banner-text {
    width: 90%;
  }
  .banner-text h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .banner-text p a {
    font-size: 18px;
    padding: 12px 40px;
  }

  #company .tit_box h2,
  #company .middle-box .tit_box h2,
  #service .tit_box h2,
  #portfolio .tit_box h2 {
    font-size: 24px;
    padding: 20px 0 40px 0;
  }

  #company .img_area {
    height: 350px;
    margin: 0 12px;
  }

  #company .middle-box .desc_table {
    flex-direction: column;
  }
  #company .middle-box .desc_table div {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d0d0d0;
  }
  #company .middle-box .desc_table div:last-child {
    border-bottom: none;
  }

  #service .inner {
    flex-direction: column;
    gap: 40px;
  }
  #service .right-box {
    flex-direction: column;
    align-items: center;
    padding: 0 36px;
  }
  #service .right-box .desc_1,
  #service .right-box .desc_2 {
    width: 100%;
    max-width: 500px;
    height: 300px;
    margin-top: 0;
    padding: 24px;
  }

  #service .inner2 .img-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  #service .inner2 .img-box div {
    width: 45%;
    height: 180px;
  }

  #portfolio .bottom-box {
    width: 100%;
    grid-template-columns: 1fr;
  }
  #portfolio .img-container img {
    width: 100%;
  }

  #inquiry .inquiry-box p {
    font-size: 32px;
  }
  #inquiry .inquiry-btn {
    padding: 12px 40px;
    font-size: 14px;
  }

  #footer .footer-top {
    flex-direction: column;
    text-align: left;
    gap: 20px;
    margin: 0 0 40px 0;
  }
  #footer .footer-top img {
    width: 180px;
  }
  #footer .footer-top h1 {
    font-size: 20px;
  }
  #footer .footer-bottom {
    flex-direction: column;
    text-align: left;
    gap: 10px;
  }
  #footer .footer-bottom-right p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .banner-text h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .banner-text p a {
    font-size: 14px;
    padding: 10px 24px;
  }

  #company .tit_box,
  #service .tit_box,
  #portfolio .tit_box {
    padding: 0 12px;
  }

  #company .tit_box h2,
  #service .tit_box h2,
  #portfolio .tit_box h2 {
    font-size: 24px;
    padding: 20px 0 40px 0;
  }

  #company .middle-box .tit_box {
    padding: 0 12px;
  }

  #company .bottom-box p {
    font-size: 24px;
  }

  #service .inner2 .img-box div {
    width: 100%;
    height: 160px;
  }

  #portfolio .img-container {
    padding: 0 12px;
  }

  #inquiry .inquiry-box p {
    font-size: 24px;
  }
  #inquiry .inquiry-btn {
    font-size: 13px;
    padding: 10px 24px;
  }

  #footer .footer-top h1 {
    font-size: 16px;
  }
}
