#section {
}

#banner {
  width: 100%;
  color: #ffffff;
  align-items: center;
}

.banner-wrapper {
  width: 100%;
  height: 100%;
  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;
  top: 30%;
  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;
}

#portfolio .img-container p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

#inquiry {
}

#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;
}

#inquiry .inquiry-box h3 {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 15px 60px;
  z-index: 1;
  margin: 30px 0;
}

#inquiry .inquiry-box h3:hover {
  cursor: pointer;
  background: #ffffff;
  color: #0066cc;
}

#footer {
  background-color: #1b1b1b;
}

#footer .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0;

  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;
}
