@charset "utf-8";
/* ---------------------------------------------------------------------------------
© 株式会社エーティーディー・ジャパン

HTML CSS Selectors company

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
会社概要
--------------------------------------------------------------------------------- */
.profile {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 33px 25px;
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 90px;
  font-size: 20px;
}
.profile dt {
  width: 150px;
  padding: 20px 0 20px 8px;
  border-bottom: 1px solid #627A82;
}
.profile dd {
  width: calc(100% - 150px);
  padding: 20px 0 20px;
  border-bottom: 1px solid #627A82;
}
.profile dt:last-of-type,
.profile dd:last-of-type {
  border-bottom: none;
}

.map {
  height: 600px;
  margin-bottom: 105px;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*---------------------------------------------------------------------------------
メッセージ
--------------------------------------------------------------------------------- */
.message {
  padding: 45px 33px 25px;
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 135px;
}
.message__ttl {
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #627A86;
}

.message-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  padding-left: 10px;
  margin-bottom: 30px;
}
.message-inner-in {
  width: 480px;
}
.message-inner-in__name {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.2em;
}
.message-inner-in__data {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1;
}
.message-inner-in__txt {
  font-size: 20px;
  line-height: 1.8;
}

.message-inner__img {
  width: 205px;
}

.company-history {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 1.75;
}
.company-history dt {
  width: 150px;
  padding: 20px 0 20px 10px;
  border-top: 1px solid #627A82;
}
.company-history dd {
  width: calc(100% - 150px);
  padding: 20px 0 20px 10px;
  border-top: 1px solid #627A82;
}



