/*! Writen  by SCSS */
.cv_sec {
  padding-top: clamp(50px, 6.67%, 80px); }

.sec_map {
  padding-bottom: clamp(50px, 6.67%, 80px);
  max-width: 1100px; }
  .sec_map .map_head {
    font-size: clamp(28px, 7.72vw, 80px);
    line-height: 1;
    margin-bottom: clamp(40px, 5%, 60px);
    text-align: center; }
  .sec_map .map_img {
    position: relative; }
    .sec_map .map_img::before {
      content: "";
      pointer-events: none;
      position: absolute;
      inset: 0;
      margin: auto;
      z-index: 1;
      display: block;
      border: 1px solid #333; }
  .sec_map .btn_ggmap {
    margin-top: clamp(25px, 3.34%, 40px); }
    .sec_map .btn_ggmap a {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #333;
      color: #fff;
      font-size: 20px;
      border-radius: 7px;
      max-width: 270px;
      margin: 0 auto;
      line-height: 1;
      padding: 18px 5px 22px;
      border: 1px solid #333;
      transition: all 0.3s ease-in-out; }
      @media (hover: hover) {
        .sec_map .btn_ggmap a:hover {
          background: #fff;
          color: #333; } }
      @media screen and (max-width: 480px) {
        .sec_map .btn_ggmap a {
          font-size: 16px; } }
  .sec_map .map_txt1 {
    margin-top: clamp(40px, 5%, 60px);
    font-size: clamp(16px, 1.93vw, 20px);
    letter-spacing: 0.05em;
    margin-bottom: 1em;
    line-height: 1.3; }
  .sec_map .txt_box {
    width: 100%;
    border: 1px solid #333; }
    .sec_map .txt_box .box_head {
      text-align: center;
      background: #333;
      line-height: 1;
      color: #fff;
      font-size: clamp(16px, 1.93vw, 20px);
      padding: 0.6em 0.7em; }
      @media screen and (max-width: 480px) {
        .sec_map .txt_box .box_head {
          line-height: 1.4; } }
    .sec_map .txt_box .txts {
      background: #fff;
      padding: 10px; }
      .sec_map .txt_box .txts .box_txt {
        text-align: center;
        font-size: clamp(20px, 3.86vw, 40px); }
      .sec_map .txt_box .txts .cap_l {
        font-size: clamp(12px, 1.73vw, 18px);
        letter-spacing: 0.05em; }

.sec_cap .notice_wrap {
  max-width: 996px;
  display: flex;
  align-items: center;
  gap: 10px 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .sec_cap .notice_wrap {
      align-items: stretch;
      flex-direction: column; } }
  .sec_cap .notice_wrap .notice_head {
    border: 1px solid;
    font-size: clamp(12px, 1.35vw, 14px);
    flex-shrink: 0;
    line-height: 1;
    text-align: center;
    padding: 0.6em 1em; }
  .sec_cap .notice_wrap .notice_text {
    font-size: 1;
    font-size: 10px;
    line-height: 1.4; }

/*# sourceMappingURL=map.css.map */
