.main .box {
  position: relative;
  margin: 30px auto 100px;
}

.main .box h2, .main .box h3 {
  position: relative;
  display: inline-block;
  line-height: 2.6em;
  margin: 10px auto;
}

.main .box h2:after, .main .box h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  height: 3px;
  width: 72px;
  background: linear-gradient(to right, #ee718d, #3CA9EE);
}

.main .inner {
  width: 980px;
  margin: 0 auto;
  /* safari */
  /* IE */
  display: flex;
  justify-content: space-between;
}

.main .box_about .inner {
  align-items: center;
  justify-content: center;
}

.main .box_about .inner_about {
  width: 48%;
}

.main .box_about .inner_about table tr {
  margin-bottom: 3px;
}

.main .box_about .inner_about table tr:last-child {
  margin-bottom: 0;
}

.main .box_about .inner_about table tr td {
  padding: 12px 16px;
}

.main .box_about .inner_about table tr td a {
  color: #000;
  text-decoration: none;
}

.main .box_about .inner_about table tr .list_ttl {
  background: #F5F0E1;
  text-align: center;
  padding: 12px 24px;
}

.main .box_about .inner_map {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50%;
}

.main .box_business {
  text-align: center;
}

.main .box_business h2 {
  font-size: 34px;
  margin-bottom: 30px;
}

.main .box_business .inner {
  position: relative;
  width: 100%;
  border-top: 1px solid #D1B96B;
  border-bottom: 1px solid #D1B96B;
}

.main .box_business .inner:after {
  content: '';
  position: absolute;
  top: 47%;
  width: 100%;
  height: auto;
  border-top: 1px solid #D1B96B;
}

.main .box_business .inner ul {
  width: 980px;
  margin: 0 auto;
  /* safari */
  /* IE */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main .box_business .inner ul li {
  width: 25%;
  height: auto;
  background: #D1B96B;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #fff;
}

.main .box_business .inner ul li img {
  height: 50%;
  width: auto;
  padding: 30px 0 20px;
}

.main .box_business .inner ul .brd_none {
  border-bottom: 0;
}

.main .box_other .inner {
  justify-content: center;
}

.main .box_other .inner h3 {
  display: block;
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.main .box_other .inner .link {
  width: auto;
}

.main .box_other .inner .str {
  text-align: center;
}

.main .box_other .inner .str img.sp {
  display: none;
}

.main .box_other .inner .link li {
  line-height: 2.5em;
}

@media screen and (max-width: 768px) {
  .main .box {
    position: relative;
    margin: 30px auto 100px;
  }
  .main .box h2, .main .box h3 {
    position: relative;
    display: inline-block;
    line-height: 2.6em;
    margin: 10px auto;
  }
  .main .box h2:after, .main .box h3:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 3px;
    width: 72px;
    background: linear-gradient(to right, #ee718d, #3CA9EE);
  }
  .main .inner {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  .main .box_about .inner {
    align-items: stretch;
  }
  .main .box_about .inner_about {
    width: 90%;
    margin: 0 auto 30px;
  }
  .main .box_about .inner_about table tr {
    margin-bottom: 3px;
  }
  .main .box_about .inner_about table tr:last-child {
    margin-bottom: 0;
  }
  .main .box_about .inner_about table tr td {
    padding: 10px 10px;
    vertical-align: middle;
  }
  .main .box_about .inner_about table tr td a {
    color: #000;
    text-decoration: none;
  }
  .main .box_about .inner_about table tr .list_ttl {
    background: #F5F0E1;
    text-align: center;
    padding: 10px 0;
    width: 40%;
  }
  .main .box_about .inner_map {
    position: static;
    display: block;
    width: 100%;
    border-top: 10px solid #B4D2F7;
    border-bottom: 10px solid #F2C6D5;
    height: 410px;
  }
  .main .box_about .inner_map iframe {
    height: 390px;
  }
  .main .box_business {
    text-align: center;
  }
  .main .box_business h2 {
    font-size: 3.4rem;
    margin-bottom: 30px;
  }
  .main .box_business .inner {
    position: relative;
    width: 100%;
    border: 0;
  }
  .main .box_business .inner:after {
    content: '';
    border: 0;
  }
  .main .box_business .inner ul {
    width: 100%;
    margin: 0 auto;
    /* safari */
    /* IE */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main .box_business .inner ul li {
    width: 50%;
    height: auto;
    background: #D1B96B;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #fff;
    padding-bottom: 30px;
  }
  .main .box_business .inner ul li img {
    height: auto;
    width: auto;
    padding: 30px 0 20px;
  }
  .main .box_business .inner ul .brd_none {
    border-bottom: 1px solid #fff;
  }
  .main .box_other .inner h3 {
    display: block;
    font-size: 3.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .main .box_other .inner .str,
  .main .box_other .inner .link {
    width: 92%;
    margin: 0 auto;
  }
  .main .box_other .inner .str {
    text-align: center;
  }
  .main .box_other .inner .str img.pc {
    display: none;
  }
  .main .box_other .inner .str img.sp {
    display: inline-block;
    width: 92%;
    height: auto;
  }
  .main .box_other .inner .link ul {
    width: 80%;
    margin: 0 auto;
  }
  .main .box_other .inner .link li {
    line-height: 2.5em;
  }
}
/*# sourceMappingURL=company.css.map */