.basic-top-title {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2.5px;
  position: relative;
}

.container-mv .mv {
  height: 43.96vw;
  max-height: 633px;
  background-image: url(../img/mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 0 center;
  position: relative;
  width: 100%;
}
.container-mv .mv #breadCrumb {
  padding: 15px 5px 5px 25px;
}
.container-mv .mv #breadCrumb a:hover {
  opacity: 0.7;
}
.container-mv .mv #breadCrumb .bread-item {
  color: white;
  font-size: 13px;
}
.container-mv .mv #breadCrumb .fa-home {
  color: #ffa9bb;
}

.container-company {
  max-width: 1200px;
  margin: auto;
  padding: 65px 0 55px;
  width: 83.34%;
}
.container-company h2 {
  font-size: 54px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.5px;
  margin: 5px 0 30px;
}
.container-company h2 .blue {
  font-weight: 700;
  color: #8ae2f8;
}
.container-company h2 .ja {
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
  margin: 0 0 0 35px;
  padding: 0 0 0 35px;
  position: relative;
  vertical-align: middle;
}
.container-company h2 .ja:before {
  content: "";
  width: 1px;
  height: 45px;
  background-color: #e0e0e0;
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.philosophy {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.philosophy .box-left {
  float: left;
  width: 55%;
}
.philosophy .box-right {
  float: right;
  width: 45%;
  padding: 30px 0 0 5.556%;
}
.philosophy .box-right .box-text h3 {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #666666;
  line-height: 1;
  letter-spacing: 2.5px;
  position: relative;
  margin: 0 0 20px 0;
  display: inline-block;
}
.philosophy .box-right .box-text h3 span {
  color: #ffa9bb;
}
.philosophy .box-right .box-text h3::after {
  background-color: #dddddd;
  content: "";
  height: 1px;
  width: 50px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: -60px;
}
.philosophy .box-right .box-text p {
  font-size: 22px;
  color: #666666;
  line-height: 1.5;
  font-family: Tsuku, "TsukuARdGothic-Regular", sans-serif;
  margin: 0 0 30px 0;
  letter-spacing: 1.5px;
}
.philosophy .box-right img {
  padding: 0 0 0 10px;
}

.container-map {
  max-width: 1200px;
  margin: auto;
  padding: 5px 0 50px;
  width: 83.34%;
}
.container-map .basic-title-square {
  font-size: 30px;
  margin: 10px 0 5px 45px;
  letter-spacing: 6px;
}
.container-map .basic-title-square::before {
  left: -41px;
  top: 0;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.container-map .box-left {
  float: left;
  width: 48.5%;
  overflow: hidden;
}
.container-map .box-right {
  float: right;
  width: 48.5%;
  overflow: hidden;
}

.company-data-table {
  display: block;
  width: 100%;
  margin: 10px 0 80px 0;
  text-align: left;
  vertical-align: top;
  display: inline-table;
}
.company-data-table th {
  width: 30%;
}
.company-data-table td,
.company-data-table th {
  font-size: 16px;
  letter-spacing: 1.2px;
  padding: 22px 8% 22px 0px;
  position: relative;
  line-height: 1.5;
}
.company-data-table td::after,
.company-data-table th::after {
  content: "";
  width: 100%;
  height: 3px;
  background-image: url(/lib/cmn_img/line4.png);
  background-repeat: repeat-x;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 0;
}

.map-area {
  max-width: 1122px;
  margin: auto;
  width: 93.5%;
}
.map-area .basic-title-square {
  font-size: 30px;
  margin: 10px auto;
  letter-spacing: 6px;
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.map-area .basic-title-square::before {
  content: url(/lib/cmn_img/square_pink.png);
  left: -41px;
  top: 0;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.map-area .bigmap {
  height: 299px;
}

h4 {
  font-size: 18px;
  color: #444444;
  padding: 20px 0 0 45px;
  position: relative;
  margin: 10px 0 20px;
}
h4::before {
  content: url(/lib/cmn_img/icon_map.png);
  position: absolute;
  top: 0;
  left: -16px;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
h4 span {
  font-size: 16px;
}

.table-tel {
  display: block;
  width: 100%;
  margin: 10px 0 60px 0;
  text-align: left;
  vertical-align: top;
  display: inline-table;
}
.table-tel tr:first-child td::before,
.table-tel tr:first-child th::before {
  content: "";
  width: 100%;
  height: 3px;
  background-image: url(/lib/cmn_img/line4.png);
  background-repeat: repeat-x;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  top: 0;
}
@media screen and (max-width: 480px) {
  .table-tel tr:first-child td:nth-child(n+2)::before,
.table-tel tr:first-child th:nth-child(n+2)::before {
    content: none;
  }
}
.table-tel td {
  text-align: right;
  font-size: 14px;
  width: 45%;
  padding: 22px 0px 22px 10px;
}
.table-tel th {
  padding: 22px 0px 22px 20px;
}
.table-tel th p {
  position: relative;
}
.table-tel th p::before {
  content: url(/lib/cmn_img/two_pink_square.png);
  position: absolute;
  top: 0;
  left: -24px;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.table-tel td,
.table-tel th {
  font-size: 16px;
  letter-spacing: 1.2px;
  vertical-align: top;
  position: relative;
  line-height: 1.5;
}
.table-tel td::after,
.table-tel th::after {
  content: "";
  width: 100%;
  height: 3px;
  background-image: url(/lib/cmn_img/line4.png);
  background-repeat: repeat-x;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 0;
}
.table-tel td span,
.table-tel th span {
  font-size: 13px;
}

.smallmap {
  height: 299px;
}

@media screen and (max-width: 1050px) {
  .philosophy .box-right .box-text p {
    font-size: 18px;
  }
  .container-map {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .container-company {
    padding: 35px 20px 45px;
    width: 100%;
  }
  .container-company h2 {
    font-size: 40px;
  }
  .container-company h2 .ja {
    font-size: 20px;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
  }
  .philosophy .box-left,
.philosophy .box-right {
    float: none;
    width: 100%;
  }
  .company-data-table td,
.company-data-table th {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 22px 5% 21px 0px;
  }
  .container-map .basic-title-square {
    font-size: 25px;
    margin: 35px 0 10px 45px;
    letter-spacing: 4px;
  }
  .container-map .basic-title-square::before {
    left: -35px;
    top: 2px;
  }
  .container-map .tel-area .box-right .table-tel tr th::before,
.container-map .tel-area .box-right .table-tel tr td::before {
    content: none;
  }
  .container-map .tel-area .box-right,
.container-map .tel-area .box-left {
    float: none;
    width: 100%;
  }
  .company-data-table {
    margin: 10px 0 10px 0;
  }
  .table-tel {
    margin: 0px 0 0px 0;
  }
  .table-tel td {
    width: 38%;
  }
  h4 {
    margin: 10px 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .container-company h2 {
    font-size: 30px;
  }
  .container-company h2 .ja {
    font-size: 17px;
    margin: 0 0 0 15px;
    padding: 0px 0 0 15px;
  }
  .container-company h2 .ja:before {
    height: 33px;
  }
  .container-company p {
    font-size: 14px;
  }
  .company-data-table td,
.company-data-table th {
    display: block;
    padding: 9px 5px 10px 5px;
  }
  .container-map .box-right,
.container-map .box-left {
    float: none;
    width: 100%;
  }
  .company-data-table {
    margin: 0px 0 0px 0;
  }
  .company-data-table th {
    color: #8ae2f8;
    font-size: 16px;
    width: 100%;
  }
  .map-area {
    width: 100%;
  }
  h4 {
    font-size: 16px;
    margin: 0px 0 20px;
  }
  h4 span {
    font-size: 14px;
  }
  .table-tel td,
.table-tel th {
    display: block;
    width: 100%;
    padding: 15px 5px 15px 20px;
  }
  .table-tel td {
    text-align: left;
  }
  .table-tel th {
    color: #ffa9bb;
  }
  .smallmap {
    margin: 20px 0 0;
  }
  .container-mv .mv #breadCrumb {
    padding: 5px 5px 5px 5px;
  }
}
/*# sourceMappingURL=uniq.css.map */