@charset "UTF-8";

/* ======================================================================

  "Energyflex" Company PC Styles

====================================================================== */
body { background: url(../../common/images/inquiry_bg.png) repeat 0 0; }
.inc-footer { margin: -60px 0 0; }

/*
  Profile
====================================================================== */
.profile .inner {
  position: relative;
  background-color: var(--white);
  padding: 80px 120px 200px;
}
.profile .inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 100%;
  height: 80px;
  background-color: var(--white);
}
.profile h2 {
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: .05em;
  text-align: center;
}
.profile h3 {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: .05em;
}
.profile h4 {
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: .05em;
  line-height: calc(48 / 30);
}
.profile p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: calc(30 / 16);
}

/* Breadcrumb
---------------------------------------------------------------------- */
.breadcrumb { margin: 0 0 105px -20px; }

/*
  Section01
====================================================================== */
.sec01 { margin: 0 0 195px; }
.sec01 h2 { margin: 0 0 160px; }
.sec01 h4 {
  letter-spacing: .025em;
  margin: 0 0 35px;
}

.greeting > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 95px;
  margin: 30px 0 0;
}
.greeting > div figure {
  width: 300px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 10px 10px 0 0 var(--d-green);
}
.greeting > div figure img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.president-name {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin: 50px 0 0;
}
.president-name span img {
  width: 152px;
  height: auto;
}

/*
  Section02
====================================================================== */
.sec02 table {
  width: 860px;
  border-top: solid 1px #dadbda;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  margin: 25px 0 0;
}
.sec02 table tr { border-bottom: solid 1px #dadbda; }
.sec02 table th {
  width: 170px;
  background-color: #f8f8f8;
  font-weight: 400;
  text-align: left;
  padding: 25px 20px;
}
.sec02 table td { padding: 25px 20px 25px 40px; }
.sec02 table td ol { padding: 0 0 0 1em; }
.sec02 table td ol li { list-style-type: decimal; }
.sec02 table td ol li:not(:last-of-type) { margin: 0 0 .75em; }

/*
  Section03
====================================================================== */
.sec03 {
  display: flex;
  align-items: center;
}