@charset "UTF-8";
/* ヘッダー画像======================================== */
@media screen and (min-width: 960px) {
  #sub_top.service {
    background-image: url(../images/sub_top.jpg);
  }
}
@media screen and (max-width: 960px) {
  #sub_top.service {
    background-image: url(../images/sub_top_sp.jpg);
  }
}
.content {
  background-color: #f2efe9;
}
/* 会社概要======================================== */
.obi_001 {
  margin-bottom: 0;
}
.recruit_dt {
  padding-bottom: 0;
}
/* アクセス======================================== */
.dotted_h2.access h2 {
  padding-top: 1em;
}
.flex_wrapper {
  align-items: center;
  margin-top: 2em;
}
.img_area {
  width: 35%;
}
.txt_area {
  width: 50%;
}
.img_area {
  background-image: url("/service/images/about_us.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 35%;
  height: 300px;
}
.company-info h4 {
  font-size: 1.6em;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  margin: 0;
}
.info-row {
  display: flex;
  padding: 1em 0;
  border-top: 1px solid #ddd;
}
.info-row:first-of-type {
  border-top: none;
}
.label {
  width: 100px;
  color: #b17e40;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.txt_item {
  flex: 1;
  line-height: 1.6;
}
.flex_wrapper .txt_item span {
  color: #b17e40;
  border-radius: 8px;
  font-size: 0.8em;
  background-color: #fff;
  padding: 0.3em 0.5em;
  display: inline-block;
  margin-bottom: 0.5em;
  margin-top: 0.8em;
}

.flex_wrapper .txt_item span:first-child {
  margin-top: 0;
}
/* グーグルマイマップ======================================== */
.map-wrap {
  margin-top: 1em;
  position: relative;
  width: 100%;
  padding-top: 35%; /* 高さ控えめな横長比率（目安 2.86:1） */
  overflow: hidden;
}

.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* 沿革======================================== */
.content .history table.table_01 th {
  font-weight: 900;
  border-bottom: #c9a982 2px solid;
}
.content .history table.table_01 td {
  background-color: #fffcf6;
}
@media screen and (max-width: 960px) {
  .img_area {
    width: 100%;
  }
  .txt_area {
    width: 100%;
  }
  .img_area {
    width: 100%;
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  /* グーグルマップ高さ調整 */
  .map-wrap {
    padding-top: 63%; /* 35% × 1.8 ≒ 63% */
  }
}
