@charset "UTF-8";
/*** THEME ***/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/*
================================================================================

	A-LINK SERVICES / 会社情報 / アクセス

================================================================================
*/
.namiborder {
  background: none;
}

.main-contents .area01 .wrap {
  margin: 0 0.7142857143rem;
}
.main-contents .area01 h2 {
  font-size: 2.1428571429rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-bottom: 1.4285714286rem;
  padding-left: 0.7142857143rem;
}
.main-contents .area01 h2::before {
  content: "";
  background-image: linear-gradient(90deg, #00b3f2 10%, #7e5cbd 30%, #f40080 50%, #ff6043 70%, #f9c900 90%);
  background-size: cover;
  width: 100%;
  height: 0.1428571429rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main-contents .area01 h2 span {
  font-size: 1.4285714286rem;
  margin-left: 0.7142857143rem;
  letter-spacing: 0.01em;
}
.main-contents .area01 .office_name {
  font-size: 1.4285714286rem;
  font-weight: bold;
  margin-bottom: 0.7142857143rem;
  margin-top: 3.5714285714rem;
}
.main-contents .area01 .address {
  font-size: 1.1428571429rem;
  line-height: 1.6666666667em;
  letter-spacing: 0.15em;
  margin-bottom: 1.4285714286rem;
  color: #555;
}
.main-contents .area01 .address img {
  display: block;
  width: 17.1428571429rem;
  margin: 5rem auto;
}
.main-contents .area01 .map_base {
  /*@include aspect(538/807*100%);*/
  position: relative;
  border-radius: 1.8928571429rem;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0.2142857143rem 0.2142857143rem 0.7142857143rem rgba(0, 0, 0, 0.25);
}
.main-contents .area01 .map_base .maps {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 36%;
}
.main-contents .area01 .map_base .maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.main-contents .area01 .map_base #gmap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 736px) {
  .main-contents .area01 .address img {
    width: 12rem;
    margin: 4rem auto;
  }
  .main-contents .area01 .map_base {
    border-radius: 0.8rem;
    border: 0.5rem solid #fff;
  }
  .main-contents .area01 .map_base .maps {
    padding-top: 100%;
  }
}