@charset "UTF-8";

.about-page{
  background:#fff;
  color:#111;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  letter-spacing:.06em;
}

.about-hero{
  max-width:1120px;
  margin:0 auto;
  padding:120px 48px 92px;
}

.about-label{
  margin:0 0 28px;
  color:#b0161f;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
  font-size:16px;
  font-weight:700;
  letter-spacing:.18em;
}

.about-hero h1{
  margin:0 0 34px;
  font-size:54px;
  line-height:1.55;
  font-weight:500;
  letter-spacing:.08em;
}

.about-hero p{
  margin:0;
  font-size:17px;
  line-height:2.15;
}

.about-section{
  display:grid;
  grid-template-columns:minmax(180px,260px) 1fr;
  gap:52px;
  max-width:1120px;
  margin:0 auto;
  padding:58px 48px;
  border-top:1px solid #eee;
}

.about-section-title{
  display:flex;
  align-items:flex-start;
  gap:18px;
}

.about-section-title span{
  display:block;
  width:3px;
  height:28px;
  margin-top:4px;
  background:#b0161f;
}

.about-section-title h2{
  margin:0;
  font-size:22px;
  font-weight:500;
  line-height:1.6;
}

.about-section-body h3{
  margin:0 0 28px;
  font-size:32px;
  line-height:1.8;
  font-weight:500;
}

.about-section-body p{
  margin:0;
  font-size:16px;
  line-height:2.15;
}

.business-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
}

.business-list article{
  padding:24px 24px 26px;
  border-right:1px solid #e5e5e5;
}

.business-list article:last-child{
  border-right:none;
}

.business-list h3{
  margin:0 0 14px;
  font-size:17px;
  line-height:1.65;
  font-weight:600;
}

.business-list p{
  margin:0;
  font-size:13px;
  line-height:1.9;
}

.company-table{
  border-top:1px solid #e5e5e5;
}

.company-table dl{
  display:grid;
  grid-template-columns:170px 1fr;
  margin:0;
  border-bottom:1px solid #e5e5e5;
}

.company-table dt,
.company-table dd{
  padding:15px 18px;
  font-size:15px;
  line-height:1.8;
}

.company-table dt{
  background:#fafafa;
  font-weight:700;
}

.company-table dd{
  margin:0;
}

.company-table a{
  color:inherit;
  text-decoration:none;
}

.about-contact{
  max-width:1120px;
  margin:0 auto;
  padding:64px 48px 80px;
  border-top:1px solid #eee;
  text-align:center;
}

.about-contact h2{
  margin:0 0 18px;
  color:#b0161f;
  font-size:26px;
  line-height:1.6;
  font-weight:500;
}

.about-contact p{
  margin:0 0 34px;
  font-size:15px;
  line-height:2;
}

.about-contact-buttons{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.about-contact-buttons a{
  min-height:78px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  border:1px solid #cfcfcf;
  border-radius:6px;
  text-decoration:none;
  background:#fff;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
}

.about-contact-buttons strong{
  font-size:17px;
  line-height:1.4;
}

.about-contact-buttons span{
  font-size:12px;
}

.about-contact-line{
  color:#00a63c;
  border-color:#00a63c !important;
}

.about-contact-tel{
  color:#fff;
  background:#b0161f !important;
  border-color:#b0161f !important;
}

.about-contact-mail{
  color:#b0161f;
  border-color:#b0161f !important;
}

@media(max-width:900px){
  .about-hero{
    padding:86px 22px 64px;
  }

  .about-hero h1{
    font-size:38px;
  }

  .about-section{
    display:block;
    padding:44px 22px;
  }

  .about-section-title{
    margin-bottom:28px;
  }

  .about-section-body h3{
    font-size:25px;
  }

  .business-list{
    grid-template-columns:1fr;
  }

  .business-list article{
    border-right:none;
    border-bottom:1px solid #e5e5e5;
  }

  .business-list article:last-child{
    border-bottom:none;
  }

  .company-table dl{
    grid-template-columns:1fr;
  }

  .company-table dt{
    padding-bottom:6px;
  }

  .company-table dd{
    padding-top:6px;
  }

  .about-contact{
    padding:50px 22px 64px;
  }

  .about-contact-buttons{
    grid-template-columns:1fr;
  }
}
