*{
  box-sizing: border-box;
  }

  body {
    margin: 0;
    font-family: sans-serif;
    color:#222;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .header {
    width: 100%;
   }

   .header-inner{
    width: 1120px;
    margin: 0 auto;
    display:  flex;
    justify-content: space-between;
    align-items: center;
   }

   .logo{
    margin: 0;
    font-size: 24px;
   }

   .logo a {
  color: #222;
  text-decoration: none;
}

.nav ul {
display: flex;
gap: 32px;
margin: 0;
padding: 0;
list-style: none;
}

.nav a {
  color: #222;
  text-decoration: none;
}

.hero{
  padding: 80px 0 120px;
}

.hero-inner{
  width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.hero-visual{
  position: relative;
  width: 55%;
  height: 500px;
}

.hero-blue{
  position: absolute;
  top: 20px;
  left: 0;
  width: 320px;
  height: 400px;
  background-color: #002b67;
}

.hero-image{
  position: absolute;
  top: 70px;
  left: 100px;

  width: 480px;
  height: 330px;
  object-fit: cover;


}

.hero-text{
  width: 45%;
}

.hero-text h2 {
  margin: 0 0 30px;
  font-size: 48px;
  line-height: 1.4;
}

.hero-text p {
  line-height: 2;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  margin-top: 30px;
}

.hero-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  max-width: 160px;
  padding: 12px 24px;

  border: 1px solid #002b67;
  border-radius: 8px;


  color: #002b67;
  text-decoration: none;
  font-size: 14px;
}

.hero-buttons a:first-child{
  background-color: #002b67;
  color: #fff;
}

.proposal {
  padding: 100px 0;
  background-color: #f7f7f7;
}

.proposal-inner{
  width: 1120px;
  margin: 0 auto;
}

.section-title{
  margin: 0;
  text-align: center;
  font-size: 32px;
}

.section-lead{
  margin: 16px 0 48px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}

.proposal-list{
display: flex;
gap: 32px;
}

.proposal-item{
  width: calc(50% - 16px);
  padding: 32px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.proposal-item h3{
  margin-top: 0;
  font-size: 22px;
}

.proposal-item p {
  line-height: 1.8;
}

.proposal-item a {
  display: inline-block;
  margin-top: 16px;
  color: #002b67;
  text-decoration: none;
}

.reviews{
 padding: 100px 0;
}

.reviews-inner{
  width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.review-list{
  display: flex;
  gap: 24px;
  margin-top: 48px;
}

.review-item {
  width: calc((100% - 48px) / 3);
  padding: 32px;
  border: 1px sold #ddd;
  text-align: left;
}

.review-item h3 {
  margin-top:  0;
  color: #002b67;
}

.review-item p {
  line-height: 1.8;
}

.review-button{
  border-radius: 8px;
  display: inline-block;
  margin-top: 40px;
  padding: 12px 32px;
  background-color: #002b67;
  color: #fff;
  text-decoration: none;
  }

.reason {
  padding: 100px 0;
}

.reason-inner{
  width: 1120px;
  margin: 0 auto;
}

.reason-list {
  display: flex;
  gap: 24px;
  margin-top: 48px;
}

.reason-item{
  width: calc((100% - 72px) / 4);
  padding: 32px 24px;
  border-top:  2px solid #002b67;
}

.reason-number{
  display: block;
  margin-bottom: 24px;
  color: #002b67;
  font-size: 32px;
  font-weight: bold;
}

.reason-item h3 {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.8;
}

.works{
  padding: 100px 0;
}

.works-inner{
  width: min(1120px,calc(100% - 80px)) ;
  margin: 0 auto;
}

.works-heading{
  margin-bottom: 48px;
}

.works-heading h2{
  margin: 0 0 16px;
  font-size: 32px;
}

.works-heading p {
  margin: 0;
  line-height: 1.8;
}

.works-grid{
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
}

.works-item-large{
  grid-row: span 2;
}

.works-photo {
  height: 220px;
  overflow: hidden;
}

.works-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-item-large .works-photo{
  height: 480px;
}

.works-category{
  margin: 16px 0 8px;
  color: #002b67;
  font-size: 13px;
}

.works-item h3{
  margin: 0;
  font-size: 20px;
}

.works-item-large h3{
  font-size: 24px;
}

.works-text{
  margin-top: 48px;
  text-align: right;
}

.works-more a{
  color: #002b67;
  text-decoration: none;
  border-bottom: 1px solid #002b67;
}

.works-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about{
  padding: 120px 0;
  background-color: #f7f7f7;
} 

.about-inner{
  width: min(1120px, calc(100% - 80px));
  margin: 0 auto;

  display: flex;
  align-items: center;
  gap: 80px;
}

.about-photo {
  width: 55%;
  height: 420px;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #ddd;
}

.about-content{
  width: 45%;
}

.about-label {
  margin: 0 0 12px;

  color: #002b67;
  font-size: 13px;
  letter-spacing: 0.15em;
}

.abut-text {
  display: inline-block;

  padding-bottom: 4px;

  color: #002b67;
  text-decoration: none;
  border-bottom: 1px solid #002b67;
}

.about-instagram{
  margin: 32px 0;
  padding-top:  24px;
  border-top: 1px solid #ddd;
}

.about-instagram p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.8;
}

.instagram-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #e1306c;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
}

.about-photo{
  width: 55%;
  height: 420px;
  overflow: hidden;
}

.about-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company{
  padding: 120px 0 180px;
}

.company-inner{
  width: min(1120px,calc(100% - 80px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
}

.company-label{
  margin: 0 0 12px;
  color: #002b67;
  font-size: 13px;
  letter-spacing: 0.15em;
}

.company-heading p {
  line-height: 1.8;
}

.company-list{
  margin: 0;
}

.company-row{
  display: grid;
  grid-template-columns: 140px 1fr;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.company-row::first-child{
  border-top: 1px solid #ddd;
}

.company-row dt {
  font-weight: bold;
}

.company-row dd{
  margin: 0;
  line-height: 1.8;
}


.contact-cta{
  padding: 100px 0;
  background-color: #002b67 ;
  color: #fff;
}

.contact-cta-inner{
  width: min(1120px, calc(100% - 80px));
  margin: 0 auto;
  text-align: center;
}

.contact-cta-label{
  margin: 0 0 16px;
  font-size: 13px;
  letter-spacing: 0.15em;
}

.contact-cta h2{
  margin: 0;
  font-size: 32px;
  line-height: 1.5;
}

.contact-cta h2{
  margin: 0;
  font-size: 32px;
  line-height: 1.5;
}

.contact-cta-text{
  margin: 24px 0 32px;
}

.contact-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 180px;
  padding: 14px 28px;
  border-radius: 8px;

  background-color: #fff;
  color: #002b67;
  text-decoration: none;
}

.contact-button-line {
  background-color: #06c755;
  color: #fff;
  border: 1px solid #06c755;
}

.footer{
  padding: 64px 0 24px;
  background-color: f3f3f3;
}

.footer-inner{
  width: min(1120px,calc(100% - 80px));
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-info h2{
  margin: 0 0 16px;
  font-size: 20px;
}

.footer-info p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.footer-nav ul {
  margin: 0;
  padding: 0;

  display: flex;
  gap: 24px;

  list-style: none;
}

.footer-nav a {
  color: #222;
  font-size: 14px;
  text-decoration: none;
}

.copyright {
  width: min(1120px,calc(100% - 80px));
  margin: 48px auto 0;

  padding-top: 1px solid #ccc ;

  font-size: 12px;
}

@media (max-width: 768px) {

   .header-inner{
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
  }

  .logo{
    margin-bottom: 16px;
  }

  .nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
  }

  .nav a {
    font-size: 13px;
  }

  .hero{
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 48px 0;
  }

  .hero-inner {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .hero-visual {
    width: 100%;
    height: auto;
    min-height: 0;
    position: relative;
    padding-top: 24px;
  }

 .hero-image {
  width: calc(100% - 24px);
  max-width: 100%;
  height: 280px;
  margin-left: 24px;

  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;

  object-fit: cover;
  display: block;
}


  
  .hero-blue{
    width: 45%;
    height: 160px;
    top: 0;
    left: 0;
  }

  .hero-image{
    width: calc(100% - 24px);
    height: 280px;
    margin-left: 24px;
    position: relative;
    z-index: 2;
    object-fit: cover;
    display: block;
  }

  .hero-text{
    position: static;
    width: 100%;
    margin-top: 24px;
    transform: none;

  .hero-text h2 {
    font-size: 32px;
    line-height: 1.4;
  }
  }

  .proposal-inner {
    width: calc(100% - 32px);
  }

  .proposal-list{
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .proposal-item{
    width: 100%;
}

.section-title{
  font-size: 28px;
  line-height: 1.4;
}

.proposal-item{
  width: 100%;
  padding: 32px 24px;
}

.works-inner{
  width: calc(100% - 32px);
}

.works-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.works-item-large{
  grid-column: auto;
}

.works-photo{
  height: 220px;
}

.works-item-large .works-photo{
  height: 280px;
}

.works-heading {
  width: 100%;
  max-width: none;
}

.works-heading p {
  width: 100%;
  max-width: none;
  white-space: normal ! important;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: normal;
  line-height: 1.8;
}


.reviews {
  padding: 60px 0;
}

.reviews-inner {
  width: calc(100% - 32px);
  margin: 0 auto;
}

.review-list {
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}

.review-item {
  width: 100%;
}

.reason-inner {
  width: calc(100% - 32px);
  margin: 0 auto;
}

.hero-image {
  width: calc(100% - 24px);
  max-width: 100%;
  height: 280px;
  margin-left: 24px;
  position: relative;
  left: auto;
  right: auto;
  transform: none;
  object-fit: cover;
  display: block;
}

.footer {
  padding: 48px 0 24px;
}

.footer-inner {
  width: calc(100% - 32px);
  margin: 0 auto;
  flex-direction: column;
  gap: 32px;
}

.footer-nav ul {
  flex-wrap: wrap;
  gap: 12px 20px;
}

.copyright {
  width: calc(100% - 32px);
  margin: 32px auto 0;
}

.reason {
  padding: 60px 0;
}

.reason-list {
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}

.reason-item {
  width: 100%;
}

.about-inner {
  width: calc(100% - 32px);
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
}

.about-photo {
  width: 100%;
  height: 280px;
}

.about-content {
  width: 100%;
}

.company-inner {
  width: calc(100% - 32px);
  margin: 0 auto;
  grid-template-columns: 1fr;
  gap: 32px;
}


}


