@charset "utf-8";
/*------------------------------------------------------------------

  会社情報

------------------------------------------------------------------*/

/* PC以下サイズ------------------------------- */
#company header {
  background: url(../img/common/company_h.png) center no-repeat;
  background-size: cover;
}
.company h2 {
  margin: 0 0 60px;
}
.company .list1 th {
  vertical-align: middle;
}
.mirai {
  padding: 40px 0 120px;
}
.mirai h2 img {
  width: 310px;
}
.mirai .list1 {
  margin: 0 0 40px;
}
.mirai .list1 a {
  display: inline-block;
  text-decoration: underline;
  padding: 0 0 0 34px;
  background: url(../img/company/company_link.png) left center no-repeat;
  background-size: 24px;
  font-size: 16px;
  vertical-align: middle;
  margin: 0 70px 0 0;
}
.mirai .list1 img {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
}
.about {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px 2%;
  flex-wrap: wrap;
}
.about > div {
  flex: 0 0 49%;
  background: #f0f0f0;
  padding: 40px 48px;
}
.about .first {
  flex: 0 0 100%;
  text-align: center;
}
.about h3 {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 15px;
  font-family: "ヒラギノ角ゴ StdN";
  text-align: left;
}
.about .first > p {
  font-size: 16px;
  margin: 0 0 40px;
  line-height: 1.9;
  text-align: left;
}
.num_item p {
  font-size: 64px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ StdN";
  line-height: 1;
  text-align: left;
}
.num_item p span {
  font-size: 34px;
  margin-left: 5px;
}
.first .num_item {
  display: inline-block;
  vertical-align: middle;
}
.about .item1 {
  padding: 25px 0 25px 200px;
  background: url(../img/company/company_ico01.png) left center no-repeat;
  background-size: 159px;
  margin: 0 70px 0 0;
}
.about .item2 {
  padding: 25px 0 25px 200px;
  background: url(../img/company/company_ico02.png) left center no-repeat;
  background-size: 166px;
}
.about .item3 {
  background: #f0f0f0 url(../img/company/company_ico03.png) right 40px center no-repeat;
  background-size: 159px;
}
.about .item4 {
  background: #f0f0f0 url(../img/company/company_ico04.png) right 40px center no-repeat;
  background-size: 151px;
}
.okaya h2 img {
  width: 393px;
}
.okaya .list1 a {
  text-decoration: underline;
}


/* PCのみサイズ------------------------------- */
@media screen and (min-width:1025px) {
.mirai .list1 a:hover,
.okaya .list1 a:hover {
  text-decoration: none;
}
}

/* タブレット（iPad Pro）以下サイズ------------------------------- */
@media screen and (max-width:1024px) {
.num_item p {
  font-size: 45px;
}
.num_item p span {
  font-size: 25px;
}
.about h3 {
  font-size: 20px;
}
.about .item1 {
  padding: 25px 0 25px 172px;
  background: url(../img/company/company_ico01.png) left center no-repeat;
  background-size: 140px;
}
.about .item2 {
  padding: 25px 0 25px 165px;
  background: url(../img/company/company_ico02.png) left center no-repeat;
  background-size: 136px;
}
}


/* タブレット（iPad）以下サイズ------------------------------- */
@media screen and (max-width:1023px) {
.list1 th {
  width: 220px;
}
.about > div {
  padding: 35px 30px;
}
.num_item p {
  font-size: 40px;
}
.num_item p span {
  font-size: 20px;
}
.about .first > p {
  margin: 0 0 30px;
}
.about .item1 {
  padding: 25px 0 25px 134px;
  background: url(../img/company/company_ico01.png) left center no-repeat;
  background-size: 113px;
  margin: 0 40px 0 0;
}
.about .item2 {
  padding: 25px 0 25px 135px;
  background: url(../img/company/company_ico02.png) left center no-repeat;
  background-size: 118px;
}
.about .item3 {
  background: #f0f0f0 url(../img/company/company_ico03.png) right 20px center no-repeat;
  background-size: 130px;
}
.about .item4 {
  background: #f0f0f0 url(../img/company/company_ico04.png) right 20px center no-repeat;
  background-size: 118px;
}
}


/* スマホサイズ------------------------------- */
@media screen and (max-width:767px) {
.mirai h2 img {
  width: 240px;
}
.mirai {
  padding: 0 0 70px;
}
.company h2 {
  margin: 0 0 30px;
}
.about h3 {
  font-size: 16px;
  margin: 0 0 12px;
}
.about .first > p {
  font-size: 14px;
}
.about > div {
  padding: 25px 20px;
}
.num_item p {
  font-size: 35px;
}
.num_item p span {
  font-size: 15px;
}
.about > div {
  flex: 0 0 100%;
}
.about .item1 {
  padding: 25px 0 25px 150px;
  background: url(../img/company/company_ico01.png) left center no-repeat;
  background-size: 110px;
  margin: 0;
}
.about .item2 {
  padding: 25px 0 25px 150px;
  background: url(../img/company/company_ico02.png) left center no-repeat;
  background-size: 110px;
  min-width: 280px;
}
.okaya h2 img {
  width: 274px;
}


}

/* Service Cards Styles */
.service-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 40px 0;
}

.service-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #007bff, #0056b3);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: #007bff;
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.service-card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007bff;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.service-card:hover .service-card-icon {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #ffffff;
  transform: scale(1.1);
}

.service-card-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.3;
}

.service-card-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.service-bullet {
  color: #007bff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  flex-shrink: 0;
}

.support-list {
  display: grid;
/*   grid-template-columns: repeat(2, 1fr); */
  gap: 6px 20px;
  margin-top: 15px;
}

.support-item {
  display: flex;
  align-items: self-start;
  gap: 8px;
  font-size: 14px;
  color: #555;
}

.support-bullet {
  color: #007bff;
  font-weight: bold;
  flex-shrink: 0;
}

.service-card-action {
  margin-top: 20px;
}

.contact-btn {
  width: 300px;
  background: #db3737 url(../img/common/cv.png) right 40px center no-repeat;
  background-size: 21px;
  margin: 0 0 0 0;
}

.contact-btn span {
  display: inline-block;
  padding: 0 0 0 40px;
  background: url(../img/common/contact_link.png) left center no-repeat;
  background-size: 27px;
}

/* .contact-btn:hover {
  background: linear-gradient(135deg, #0056b3, #004085);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
}

.contact-btn svg {
  transition: transform 0.3s ease;
}

.contact-btn:hover svg {
  transform: translateX(4px);
} */

/* Responsive Design for Service Cards */
@media screen and (max-width: 1024px) {
  .service-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .service-card {
    padding: 25px;
  }
  
  .service-card-icon {
    width: 50px;
    height: 50px;
  }
  
  .service-card-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .service-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 30px 0;
  }
  
  .service-card {
    padding: 20px;
  }
  
  .service-card-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
  }
  
  .service-card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  
  .service-card-description {
    font-size: 13px;
    margin-bottom: 15px;
  }
  
  .service-item,
  .support-item {
    font-size: 13px;
  }
  
  .support-list {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}