/*
Theme Name: MONOLITH Child
Template: tcd-monolith
*/

/* ===== 会社概要 ===== */
.company-profile {
  max-width: 700px;
  margin: 0 auto;
}
.company-profile-row {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 0;
  line-height: 1.9;
  font-size: 14px;
}
.company-profile-row:last-child {
  border-bottom: none;
}
.company-profile-label {
  width: 28%;
  min-width: 28%;
  color: #888;
  font-size: 13px;
  text-align: right;
  padding-right: 20px;
}
.company-profile-value {
  flex: 1;
  color: #333;
}

@media screen and (max-width: 767px) {
  .company-profile-row {
    flex-direction: column;
    padding: 10px 0;
  }
  .company-profile-label {
    width: 100%;
    text-align: left;
    font-size: 11px;
    color: #aaa;
    padding-right: 0;
    padding-bottom: 2px;
  }
}

/* ===== 代表挨拶 ===== */
.greeting-message {
  max-width: 700px;
  margin: 0 auto;
}
.greeting-message p,
.greeting-message ul {
  margin-bottom: 1.6em;
}
.greeting-message ul {
  padding-left: 1.5em;
}
.greeting-message ul li {
  list-style: disc;
  margin-bottom: 0.4em;
}
.greeting-profile {
    max-width: 700px;
    margin: 3em auto;
  border-top: 1px solid #ddd;
  padding-top: 2em;
}
.greeting-profile-inner {
  border-left: 3px solid #333;
  padding-left: 1.5em;
}
.greeting-profile-name {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.8em;
}
/* ===== 業務内容リスト ===== */
.greeting-list {
  background: #f8f8f6;
  border-left: 3px solid #333;
  padding: 1.2em 1.5em;
  margin-bottom: 1.6em;
}
.greeting-list-item {
  padding: 0.3em 0;
  font-size: 14px;
}
.greeting-list-item::before {
  content: "・";
  color: #888;
}

/* ===== リンク集 ===== */
.ras-links {
  margin: 0 auto;
}
.ras-links-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
a.ras-links-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border: 1px solid #7DA852;
  border-radius: 50px;
  color: #7DA852 !important;
  text-decoration: none !important;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
  transition: background 0.2s, color 0.2s;
}
a.ras-links-btn:hover {
  background: #7DA852 !important;
  color: #fff !important;
}
a.ras-links-btn.ras-links-iqra:hover {
  background: #fff !important;
  border-color: #7DA852 !important;
}
a.ras-links-btn img {
  max-height: 40px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .ras-links-buttons {
    grid-template-columns: 1fr;
  }
  a.ras-links-btn {
    height: 60px;
  }
}
/* ===== お問い合わせフォーム ===== */
.contact-form-row {
  margin-bottom: 1.6em;
}
.contact-form-row label {
  display: block;
  font-size: 13px;
  color: #555;
  margin-bottom: 6px;
}
.contact-form-row .required {
  font-size: 11px;
  color: #fff;
  background: #7DA852;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 6px;
}
.contact-form-row input[type="text"],
.contact-form-row input[type="email"],
.contact-form-row input[type="tel"],
.contact-form-row textarea,
.contact-form-row select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}
.contact-form-row textarea {
  height: 160px;
  resize: vertical;
}
.contact-form-submit {
  text-align: center;
  margin-top: 2em;
}
.contact-form-submit input[type="submit"] {
  background: #7DA852;
  color: #fff;
  border: none;
  padding: 14px 60px;
  font-size: 15px;
  border-radius: 50px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.contact-form-submit input[type="submit"]:hover {
  opacity: 0.8;
}

/* ===== トップH1エリア ===== */
.ras-top-h1-wrap {
  text-align: center;
  padding: 12px 20px;
  background: #fff;
}
.ras-top-h1 {
  font-size: 1.1em;
  color: #555;
  font-weight: normal;
  letter-spacing: 0.08em;
  margin: 0;
}

/* ===== リンクページ ===== */
.ras-links-page-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 500px;
  margin: 0 auto;
}
a.ras-links-page-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border: 1px solid #7DA852;
  border-radius: 50px;
  color: #7DA852 !important;
  text-decoration: none !important;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  transition: background 0.2s, color 0.2s;
}
a.ras-links-page-btn:hover {
  background: #7DA852 !important;
  color: #fff !important;
}
a.ras-links-page-btn.ras-links-page-iqra:hover {
  background: #fff !important;
}
a.ras-links-page-btn img {
  max-height: 40px;
  width: auto;
}

#header_content .item1 .image:before,
#header_content .item2 .image:before,
#header_content .item3 .image:before,
#header_content .item4 .image:before {
  background: rgba(125, 168, 82, 0.45);!important;
}

#index_box {
    background: #CCDEBD;
    min-width: 1250px;!important;

}

#footer_bottom {
    background: #7DA852;!important;
}