@import url("news.css");

/* =========================
   Contact
========================= */
.contact-content {
  max-width: 820px;
  margin: 0 auto 160px;
  padding: 0 20px;
}

.contact-block {
  margin-bottom: 120px;
}

.contact-title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}

.lead {
  margin-bottom: 32px;
}

.recruit-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 32px;
}

.recruit-list li {
  margin-bottom: 12px;
}

.note {
  font-size: 14px;
  color: #555;
  margin-bottom: 32px;
}

.contact-tel {
  margin-top: 40px;
  font-size: 16px;
}

.contact-form-link {
  margin: 32px 0;
}

.contact-form-link a {
  border-bottom: 1px solid #111;
  padding-bottom: 4px;
}

.contact-iframe {
  width: 100%;
  height: 720px;
  border: none;
  margin-top: 40px;
}
@import url("news.css");

/* =========================
   Contact Form
========================= */
.contact-form-wrap {
  background: #fff;
  padding: 80px 20px 160px;
}

.contact-form {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.form-group {
  margin-bottom: 32px;
}

label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px;
  font-family: inherit;
  font-size: 15px;
  border: 1px solid #ccc;
  background: #fff;
}

textarea {
  resize: vertical;
}

.form-submit {
  margin-top: 60px;
  text-align: center;
}

button {
  background: #111;
  color: #fff;
  border: none;
  padding: 14px 48px;
  font-size: 14px;
  letter-spacing: 0.2em;
  cursor: pointer;
}

button:hover {
  opacity: 0.85;
}
/* =========================
   Footer
========================= */
footer {
  background: #111;
  color: #eaeaea;
  padding: 80px 24px 60px;
  font-size: 15px;
}

/* 全体 */
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

/* 左ブロック */
.footer-left {
  display: flex;
  align-items: center;
  gap: 28px;
}

/* ロゴ2点 */
.footer-logos {
  display: flex;
  gap: 16px;
}

/* ロゴ共通（高さ＝本文3行分相当） */
.footer-logo img {
  height: 150px; /* ← 約6行分 */
  width: auto;
  opacity: 0.9;
}

/* 会社情報 */
.footer-company {
  line-height: 1.8;
}

/* =========================
   Privacy Policy（中央下）
========================= */
.footer-privacy {
  text-align: center;
  margin-top: 48px;
}

.footer-privacy a {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #ccc;
}

.footer-privacy span {
  display: block;
  font-size: 11px;
  margin-top: 6px;
  opacity: 0.7;
}

/* =========================
   Responsive (SP)
========================= */
@media (max-width: 768px) {

/* ===== Header ===== */

.header-inner{
  flex-direction: column;
  gap:12px;
  padding:14px 16px;
}

.logo-text{
  font-size:14px;
  letter-spacing:0.15em;
}

.logo-mark{
  height:22px;
}

/* ナビ */
nav ul{
  gap:18px;
  font-size:12px;
  flex-wrap:wrap;
  justify-content:center;
}


/* ===== Page Header ===== */

.page-header{
  padding:100px 16px 50px;
}

.page-ja{
  font-size:24px;
}


/* ===== Company Section ===== */

.company-section{
  padding:40px 16px 80px;
}

.company-title{
  font-size:22px;
}

.company-subtitle{
  font-size:18px;
}

.company-text{
  font-size:14px;
}


/* ===== philosophy image ===== */

.philosophy-image img{
  width:100%;
}


/* ===== company table ===== */

.company-info th,
.company-info td{
  font-size:13px;
  padding:10px;
}

.company-info th{
  width:35%;
}


/* ===== Gallery ===== */

.slider{
  height:220px;
}


/* ===== Map ===== */

.map-wrap{
  width:100%;
  height:260px;
}


/* ===== Footer ===== */

.footer-left{
  flex-direction:column;
  align-items:flex-start;
  gap:20px;
}

.footer-logo img{
  height:90px;
}

.footer-company{
  font-size:13px;
}

.footer-privacy{
  margin-top:40px;
}

}
