@charset "UTF-8";
/* =====================================

	▼▼▼ アクセス

===================================== */
/* ====================
ページタイトル
==================== */
.page_main .page_main__image {
  background: url(../img/access/title_bg.png) no-repeat scroll left top;
  background-size: cover;
}

.company_info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company_info .photo {
  width: 60%;
  max-width: 600px;
  height: 340px;
  background: url(../img/access/main_office.png) no-repeat scroll left top;
  background-size: cover;
}
.company_info .address_wrap {
  width: 55%;
  max-width: 550px;
}
.company_info .address_wrap .address {
  line-height: 2;
  margin: 0 0 5px;
}
.company_info .address_wrap .address font:empty {
  display: none;
}
.company_info .address_wrap .address font:empty + br {
  display: none;
}
.company_info .address_wrap .address small {
  font-size: 0;
}
.company_info .address_wrap .address font small {
  font-size: inherit;
}
.company_info .address_wrap .google_map_link {
  font-size: 14px;
  margin: 0 0 25px;
}
.company_info .address_wrap .google_map_link::before {
  margin: 0 5px 0 0;
  content: " ";
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url(../img/common/icon_map_bk.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.company_info .address_wrap .google_map_link a {
  color: inherit;
  text-decoration: underline;
}
.company_info .address_wrap .tel {
  line-height: 2;
}

.map-wrap {
  max-width: 100%;
  margin: 0 auto 150px;
  position: relative;
  height: 500px;
}
.map-wrap .map {
  width: 100%;
  height: 100%;
}
.map-wrap .map .gm-style-mtc {
  display: none;
}

.access_method {
  padding-bottom: 100px;
}
.access_method .access_item:not(:last-child) {
  margin-bottom: 70px;
}
.access_method .access_item h3 {
  color: #0053A5;
  font-size: 24px;
  padding: 0 0 5px;
  border-bottom: 1px solid #0053A5;
  margin: 0 0 15px;
}
.access_method .access_item dl + dl {
  margin-top: 30px;
}
.access_method .access_item dl dt {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}
.access_method .access_item .airplane {
  font-size: 18px;
  font-weight: bold;
}

/* =====================================

	▼▼▼ 1024px以下

===================================== */
@media screen and (max-width: 1024px) {
  .company_info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company_info .photo {
    width: 48%;
    max-width: 48%;
    height: 26.18vw;
    background-color: #ccc;
  }
  .company_info .address_wrap {
    width: 48%;
    max-width: 48%;
  }
  .company_info .address_wrap .address {
    line-height: 2;
    margin: 0 0 5px;
  }
  .company_info .address_wrap .google_map_link {
    font-size: 14px;
    margin: 0 0 25px;
  }
  .company_info .address_wrap .google_map_link::before {
    margin: 0 5px 0 0;
    content: " ";
    display: inline-block;
    width: 12px;
    height: 16px;
    background: url(../img/common/icon_map_bk.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .company_info .address_wrap .google_map_link a {
    color: inherit;
    text-decoration: underline;
  }
  .company_info .address_wrap .tel {
    line-height: 2;
  }
  .map-wrap {
    max-width: 100%;
    margin: 0 auto 100px;
    position: relative;
    height: 500px;
  }
  .map-wrap .map {
    width: 100%;
    height: 100%;
  }
  .map-wrap .map .gm-style-mtc {
    display: none;
  }
  .access_method {
    padding-bottom: 70px;
  }
  .access_method .access_item:not(:last-child) {
    margin-bottom: 70px;
  }
  .access_method .access_item h3 {
    color: #0053A5;
    font-size: 24px;
    padding: 0 0 5px;
    border-bottom: 1px solid #0053A5;
    margin: 0 0 15px;
  }
  .access_method .access_item dl + dl {
    margin-top: 30px;
  }
  .access_method .access_item dl dt {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .access_method .access_item .airplane {
    font-size: 18px;
    font-weight: bold;
  }
}
/* =====================================

	▼▼▼ max-width: 768px

===================================== */
@media screen and (max-width: 768px) {
  .map-wrap {
    height: 400px;
  }
}
/* =====================================

	▼▼▼ 480px以下

===================================== */
@media screen and (max-width: 480px) {
  .map-wrap {
    height: 300px;
    margin: 0 auto 50px;
  }
  .company_info {
    display: block;
  }
  .company_info .photo {
    width: 100%;
    max-width: 100%;
    height: 56.7vw;
    margin: 0 0 10px;
  }
  .company_info .address_wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
  .company_info .address_wrap .address {
    line-height: 2;
    margin: 0 0 5px;
  }
  .company_info .address_wrap .google_map_link {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .company_info .address_wrap .google_map_link::before {
    margin: 0 5px 0 0;
    content: " ";
    display: inline-block;
    width: 12px;
    height: 16px;
    background: url(../img/common/icon_map_bk.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .company_info .address_wrap .google_map_link a {
    color: inherit;
    text-decoration: underline;
  }
  .company_info .address_wrap .tel {
    line-height: 2;
  }
  .access_method {
    padding-bottom: 50px;
  }
  .access_method .access_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .access_method .access_item h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .access_method .access_item dl + dl {
    margin-top: 20px;
  }
  .access_method .access_item dl dt {
    font-size: 16px;
  }
  .access_method .access_item .airplane {
    font-size: 16px;
    font-weight: bold;
  }
}/*# sourceMappingURL=access.css.map */