@charset "UTF-8";
/* ========== ========== ==========
変数定義
========== ========== ========== */
/* ========== ========== ==========
共通部
========== ========== ========== */
/* 共通部ここまで
---------- ---------- */
/* ========== ========== ==========
個別部
========== ========== ========== */
.office {
  margin-bottom: 64px;
}
.office_title {
  margin-bottom: clamp(24px, 2.81vw, 36px);
}
.office_text1 {
  text-align: center;
  margin-bottom: 25px;
  font-size: clamp(16px, 1.5625vw, 20px);
}
.office iframe {
  height: clamp(300px, 33.359375vw, 500px);
}

.btns {
  margin-bottom: clamp(55.33px, 6.48vw, 83px);
}

/* 個別部ここまで
---------- ---------- */