.wrap_1200, .company_inner, .about_inner, .access_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }

@media screen and (max-width: 800px) {
  .wrap_1200, .company_inner, .about_inner, .access_inner {
    width: 84%; } }
.wrap_1200, .company_inner, .about_inner, .access_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }

@media screen and (max-width: 800px) {
  .wrap_1200, .company_inner, .about_inner, .access_inner {
    width: 84%; } }
/* ========================================

common

======================================== */
.jp_r {
  font-weight: 400; }

.jp_b {
  font-weight: 700; }

.jp_bl {
  font-weight: 900; }

.p_hover a:hover {
  opacity: 0.6; }

.svg.c_white svg {
  fill: #fff; }
.svg.c_black svg {
  fill: #000; }

.img-fit {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .img-fit::before {
    width: 100%;
    height: 0;
    content: '';
    display: block;
    padding-top: 60%;
    position: relative; }
  .img-fit img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: 50% 50%;
    background-size: cover;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1; }

.replace_img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%; }

.l_tel {
  pointer-events: none; }

@media screen and (max-width: 800px) {
  .l_tel {
    pointer-events: auto; } }
/* ========================================

button

======================================== */
.link_line {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 12px; }
  .link_line a {
    padding: 0 4px 4px;
    border-bottom: 1px solid #000; }

.btn_line {
  font-size: 35.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .btn_line a {
    color: #fff;
    display: block;
    position: relative;
    padding: 14px 20px 20px;
    background-color: #897970;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .btn_line a::before, .btn_line a::after {
      width: 100%;
      height: 2px;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      background-color: #fff; }
    .btn_line a::before {
      top: 2px; }
    .btn_line a::after {
      bottom: 2px; }

@media screen and (max-width: 800px) {
  .link_line {
    font-size: 13px; }

  .btn_line {
    font-size: 15px; }
    .btn_line a {
      padding: 8px 10px 10px; }
      .btn_line a::before, .btn_line a::after {
        height: 1px; } }
/* ========================================

company

======================================== */
.company {
  text-align: center;
  margin-bottom: 120px; }
  .company h2 {
    font-size: 42.5px;
    font-weight: 900;
    text-align: left;
    margin-bottom: 45px; }
  .company .img {
    margin-bottom: 105px; }
  .company h3 {
    font-size: 46.7px;
    margin-bottom: 55px; }
  .company .txt {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 75px; }
  .company .sign {
    max-width: 725px;
    margin: 0 auto; }

@media screen and (max-width: 800px) {
  .company {
    margin-bottom: 60px; }
    .company .img {
      margin-bottom: 30px; }
    .company h2 {
      font-size: 15.5px;
      margin-bottom: 15px; }
    .company h3 {
      font-size: 20px;
      margin-bottom: 26px; }
    .company .txt {
      font-size: 10px;
      margin-bottom: 30px; }
    .company .sign {
      width: 76.2%; } }
/* ========================================

about

======================================== */
.about {
  margin-bottom: 190px; }
  .about h2 {
    font-size: 28.2px;
    margin-bottom: 45px; }
  .about .txt {
    font-size: 17px;
    line-height: 2;
    margin-bottom: 30px; }
  .about table {
    font-size: 17px;
    width: 100%;
    max-width: 990px;
    margin-bottom: 25px;
    border-top: 1px solid #ccc; }
    .about table th {
      text-align: left;
      width: 17.5%;
      padding: 10px 15px;
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc; }
    .about table td {
      padding: 10px 15px 10px 30px;
      border-bottom: 1px solid #ccc; }
  .about .instagram {
    max-width: 33px; }

@media screen and (max-width: 800px) {
  .about {
    margin-bottom: 60px; }
    .about h2 {
      font-size: 12px;
      margin-bottom: 10px; }
    .about .txt {
      font-size: 10px;
      line-height: 1.7;
      margin-bottom: 10px; }
    .about table {
      font-size: 10px;
      margin-bottom: 20px; }
      .about table th {
        width: 90px;
        padding: 5px 6px; }
      .about table td {
        line-height: 1.6;
        padding: 5px 6px; }
    .about .instagram {
      max-width: 20px; } }
/* ========================================

access

======================================== */
.access h2 {
  font-size: 42.5px;
  font-weight: 900;
  margin-bottom: 45px; }
.access h3 {
  font-size: 28.3px;
  margin-bottom: 30px; }
.access .txt {
  font-size: 17px;
  margin-bottom: 50px; }
.access .map {
  height: 652px; }
  .access .map iframe {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }

@media screen and (max-width: 800px) {
  .access h2 {
    font-size: 15.5px;
    margin-bottom: 20px; }
  .access h3 {
    font-size: 11.3px;
    margin-bottom: 10px; }
  .access .txt {
    font-size: 10px;
    margin-bottom: 20px; }
  .access .map {
    height: 48vw; } }

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