@charset "UTF-8";

.company{
  padding:0;
}

.company-inner{
  max-width:900px;
  margin:0 auto;
}

.company-in-inner{
  max-width:600px;
  margin:0 auto;
}


.company-intro{
  margin-top:56px;
}

.company-intro-body{
  max-width:760px;
  margin:0 auto;
  text-align:center;
}

.company-intro-title{
  margin:0 0 50px;
  font-size:22px;
  font-weight:600;
  letter-spacing:.16em;
  line-height:1.6;
}

.company-intro-text p{
  margin:0 0 12px;
  font-size:15px;
  line-height:2.8;
  letter-spacing:.04em;
}

.company-values{
  margin-top:160px;
  padding:100px 20px;
  background-color:#f7f7f7;
}

.company-values-inner{
  max-width:600px;
  margin:0 auto;
}

.company-values-label{
  margin:0 0 70px;
  text-align:center;
  font-size:20px;
  font-weight:500;
  letter-spacing:.06em;
  line-height:1.2;
}

.company-values-list{
  display:flex;
  flex-direction:column;
  gap:44px;
}

.company-value-title{
  margin:0 0 8px;
  font-size:16px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:.02em;
}

.company-value-item{
  margin:0;
}

.company-value-item p{
  margin:0;
  font-size:13px;
  line-height:1.8;
  letter-spacing:.02em;
}

.president-message{
  padding:120px 20px 0;
}

.president-message-inner{
  max-width:600px;
}

.president-message .section-head{
  text-align:center;
}

.president-message-lead{
  display:grid;
  grid-template-columns:146px 1fr;
  gap:54px;
  align-items:center;
  margin-top:80px;
  margin-bottom:52px;
}

.president-message-photo{
  width:220px;
  aspect-ratio:1 / 1;
  overflow:hidden;
}

.president-message-photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.president-message-copy{
  margin-left:70px;
}

.president-message-catch{
  margin:0 0 22px;
  font-size:19px;
  line-height:2;
  font-weight:600;
  letter-spacing:.09em;
}

.president-message-name{
  margin:0;
  font-size:13px;
  line-height:1.8;
  letter-spacing:.08em;
}

.president-message-body p{
  margin:0 0 26px;
  font-size:14px;
  line-height:2.2;
  letter-spacing:.04em;
}

.president-message-body p:last-child{
  margin-bottom:0;
}

.company-profile{
  padding:100px 20px;
}

.company-profile .section-head{
  text-align:center;
  margin-bottom:48px;
}

.profile-row{
  display:grid;
  grid-template-columns:140px 1fr;
  gap:50px;
  margin-bottom:22px;
}

.profile-row dt{
  font-size:13px;
  letter-spacing:.05em;
}

.profile-row dd{
  margin:0;
  font-size:13px;
  line-height:1.9;
}

.office-locations{
  padding:0 20px;
}

.office-inner{
  max-width:900px;
  margin:0 auto;
}

.office-locations .section-head{
  text-align:center;
  margin-bottom:48px;
}

.office-list{
  max-width:700px;
  margin:80px auto 0;
  display:flex;
  flex-direction:column;
  gap:40px;
}

.office-item{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  background-color:#f7f7f7;
}

.office-text{
  padding:40px;
}

.office-text h3{
  margin:0 0 12px;
  font-size:16px;
}

.office-text p{
  margin:0;
  font-size:13px;
  line-height:1.9;
}

.office-map{
  min-height:220px;
}

.office-map iframe{
  width:100%;
  height:100%;
  min-height:250px;
  border:0;
  display:block;
}

.reverse{
  grid-template-columns:1fr 1fr;
}

.company-history{
  padding:120px 20px 100px;
}

.company-history .section-head{
  text-align:center;
  margin-bottom:48px;
}

.history-list{
  position:relative;
}

.history-list::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:calc(160px + 20px + 12px);
  width:1px;
  background:#bdbdbd;
}

.history-row{
  display:grid;
  grid-template-columns:160px 24px 1fr;
  gap:0 20px;
  align-items:start;
  position:relative;
  margin-bottom:20px;
}

.history-row:last-child{
  margin-bottom:0;
}

.history-year{
  font-size:13px;
  line-height:1.8;
  letter-spacing:.04em;
  text-align:right;
}

.history-dot{
  position:relative;
  width:24px;
  min-height:1px;
}

.history-dot::before{
  content:"";
  position:absolute;
  top:9px;
  left:12px;
  width:6px;
  height:6px;
  background:#444;
  border-radius:50%;
  transform:translateX(-50%);
}

.history-text{
  font-size:13px;
  line-height:1.9;
  letter-spacing:.03em;
}


@media (max-width:768px){
  .company{
    padding:0;
  }

  .company-inner,
  .president-message-inner{
    padding:0 20px;
  }

  .company-intro{
    margin-top:36px;
  }

  .company-intro-title{
    margin-bottom:22px;
    font-size:18px;
    line-height:1.7;
  }

  .company-intro-text p{
    margin-bottom:10px;
    font-size:13px;
    line-height:2.5;
    letter-spacing:.02em;
  }

  .company-values{
    margin-top:72px;
    padding:80px 20px;
  }

  .company-values-inner{
    max-width:none;
  }

  .company-values-label{
    margin-bottom:34px;
    font-size:24px;
    letter-spacing:.05em;
  }

  .company-values-list{
    gap:32px;
  }

  .company-value-title{
    margin-bottom:10px;
    font-size:15px;
    line-height:1.6;
  }

  .company-value-item{
    margin-top:15px;
  }

  .company-value-item p{
    font-size:13px;
    line-height:1.9;
    text-align: justify;
  }

  .president-message{
    padding:80px 0 0;
  }

  .president-message-lead{
    grid-template-columns:1fr;
    gap:28px;
    justify-items:center;
    margin-bottom:40px;
    text-align:center;
  }

  .president-message-photo{
    width:100%;
  }

  .president-message-copy{
    margin:0;
  }

  .president-message-catch{
    font-size:20px;
    line-height:1.8;
    margin-bottom:18px;
  }

  .president-message-name{
    font-size:12px;
  }

  .president-message-body p{
    font-size:13px;
    line-height:2;
    margin-bottom:22px;
  }

  .company-profile{
    padding:80px 20px;
  }

  .company-profile-inner{
    max-width:none;
  }

  .profile-row{
    grid-template-columns:1fr;
    gap:6px;
    margin-bottom:20px;
  }

  .profile-row dt{
    font-size:12px;
  }

  .profile-row dd{
    font-size:13px;
  }

  .office-locations{
    padding:80px 20px;
  }
  
  .office-item,
  .office-item.reverse{
    display:flex;
    flex-direction:column;
    align-items:stretch;
  }

  .office-map{
    order:2;
    padding:0 16px 16px;
    width:100%;
    min-height:auto;
  }

  .office-map iframe{
    display:block;
    width:100%;
    height:240px;
    min-height:240px;
  }
  
  .office-text{
    order:1;
    padding:30px 16px 20px;
    text-align:left;
    width:100%;
  }

  .company-history{
    padding:64px 20px 80px;
  }

  .company-history .section-head{
    margin-bottom:32px;
  }

  .history-list::before{
    left:84px;
  }

  .history-row{
    grid-template-columns:72px 24px 1fr;
    gap:0 12px;
    margin-bottom:14px;
  }

  .history-year{
    font-size:11px;
    line-height:1.7;
    text-align: left;
  }

  .history-text{
    font-size:12px;
    line-height:1.8;
  }

  .history-dot::before{
    top:8px;
  }

  .history-dot::before{
  left:0;
}
}