.info, .history, .company, .access {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .works {
    padding: 7.8125vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .works {
    padding: 9.11vw 0;
  }
}
@media (min-width: 960px) {
  .works {
    padding: 80px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .news-list__link {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .news-list__date {
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .news-list__txt {
    width: 80%;
  }
}

.info-main {
  margin-top: 7.8vw;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .info-main {
    margin-top: 3.9vw;
  }
}
@media (min-width: 960px) {
  .info-main {
    margin: 40px auto 0;
    max-width: 900px;
  }
}

.top-btn {
  position: relative;
  display: block;
  padding: 8px;
  color: #fff;
  text-decoration: none;
  transition: padding .3s ease;
}
@media screen and (max-width: 767px) {
  .top-btn {
    width: 85%;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .top-btn {
    max-width: 280px;
    margin: 40px auto 0;
  }
}
@media (min-width: 960px) {
  .top-btn {
    max-width: 280px;
    margin: 40px auto 0;
  }
}
.top-btn:before, .top-btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 100%;
  top: 0;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  z-index: 0;
}
.top-btn:before {
  left: 0;
  border-left: 1px solid #888;
}
.top-btn:after {
  right: 0;
  border-right: 1px solid #888;
}
.top-btn:hover, .top-btn:active {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .top-btn:hover .top-btn__inner, .top-btn:active .top-btn__inner {
    padding: 18px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .top-btn:hover .top-btn__inner, .top-btn:active .top-btn__inner {
    padding: 24px 50px;
  }
}
@media (min-width: 960px) {
  .top-btn:hover .top-btn__inner, .top-btn:active .top-btn__inner {
    padding: 24px 50px;
  }
}
.top-btn:hover .top-btn__inner:after, .top-btn:active .top-btn__inner:after {
  right: 23px;
}
.top-btn__inner {
  position: relative;
  display: block;
  text-align: center;
  background-color: #B92D00;
  transition: padding .3s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-btn__inner {
    padding: 10px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .top-btn__inner {
    padding: 16px 40px;
  }
}
@media (min-width: 960px) {
  .top-btn__inner {
    padding: 16px 40px;
  }
}
.top-btn__inner:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: calc(50% - 3px);
  right: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: right .3s ease;
}

.kb-table {
  width: 100%;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 767px) {
  .kb-table {
    margin-top: 7.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .kb-table {
    margin-top: 50px;
  }
}
@media (min-width: 960px) {
  .kb-table {
    margin-top: 40px;
  }
}
.kb-table__row {
  border-top: 1px solid #dedede;
}
@media screen and (max-width: 767px) {
  .kb-table__ttl, .kb-table__conts {
    font-size: calc(11 / 375 * 100vw);
    padding: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .kb-table__ttl, .kb-table__conts {
    padding: 20px;
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .kb-table__ttl, .kb-table__conts {
    padding: 20px;
    font-size: 18px;
  }
}
.kb-table__ttl {
  text-align: left;
  color: #fff;
  background: #2c373f;
}
@media screen and (max-width: 767px) {
  .kb-table__ttl {
    width: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .kb-table__ttl {
    width: 140px;
  }
}
@media (min-width: 960px) {
  .kb-table__ttl {
    width: 230px;
  }
}

.kb-table--green {
  background: #06677d;
}

@media screen and (max-width: 767px) {
  .const-work-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .const-work-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 25px;
  }
}
@media (min-width: 960px) {
  .const-work-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .const-work-list__item {
    width: calc((100% - 20px) / 2);
  }
  .const-work-list__item:nth-child(odd) {
    margin-right: 20px;
  }
  .const-work-list__item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .const-work-list__item {
    width: calc((100% - 40px) / 2);
  }
  .const-work-list__item:nth-child(odd) {
    margin-right: 40px;
  }
  .const-work-list__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (min-width: 960px) {
  .const-work-list__item {
    width: calc((99.9999% - 80px) / 3);
  }
  .const-work-list__item:not(:nth-child(3n+1)) {
    margin-left: 40px;
  }
  .const-work-list__item:nth-child(n+4) {
    margin-top: 50px;
  }
}
.const-work-list__link {
  position: relative;
  display: block;
}
.const-work-list__link:hover .more-block, .const-work-list__link:active .more-block {
  opacity: 1;
}
.const-work-list__link .more-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(11, 71, 117, 0.5);
  transition: opacity .3s ease;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .const-work-list__link .more-block {
    border: 10px solid #0B4775;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .const-work-list__link .more-block {
    border: 15px solid #0B4775;
  }
}
@media (min-width: 960px) {
  .const-work-list__link .more-block {
    border: 15px solid #0B4775;
  }
}
.const-work-list__link .more-block__box {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 50%;
  text-align: center;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .const-work-list__link .more-block__icn {
    width: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .const-work-list__link .more-block__icn {
    width: 36px;
  }
}
@media (min-width: 960px) {
  .const-work-list__link .more-block__icn {
    width: 36px;
  }
}
.const-work-list__link .more-block__txt {
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .const-work-list__link .more-block__txt {
    font-size: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .const-work-list__link .more-block__txt {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .const-work-list__link .more-block__txt {
    font-size: 18px;
  }
}
.const-work-list__img {
  display: block;
  width: 100%;
}
.const-work-list__name {
  margin-top: 5px;
  text-align: center;
  color: #02313c;
}
@media screen and (max-width: 767px) {
  .const-work-list__name {
    font-size: calc(12 / 375 * 100vw);
  }
}
@media (min-width: 960px) {
  .const-work-list__name {
    font-size: 18px;
  }
}

.contents-note {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents-note {
    margin-top: 5vw;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .contents-note {
    margin-top: 2vw;
    font-weight: bold;
    font-size: calc(16 / 768 * 100vw);
  }
}
@media (min-width: 960px) {
  .contents-note {
    margin-top: 40px;
    font-weight: bold;
    font-size: 18px;
  }
}

.gmap {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .gmap {
    margin-top: 5vw;
    height: 250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .gmap {
    margin-top: 2vw;
  }
}
@media (min-width: 960px) {
  .gmap {
    margin-top: 40px;
  }
}

.business {
  background: radial-gradient(ellipse farthest-corner, #f9e5c7, #edc98f 80%);
}
@media screen and (max-width: 767px) {
  .business {
    padding: 7.8vw 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .business {
    padding: 9.11vw 0;
  }
}
@media (min-width: 960px) {
  .business {
    padding: 80px 0;
  }
}
.business__ttl, .business__note {
  text-align: center;
  color: #5d5d5d;
}
.business__ttl {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .business__ttl {
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .business__ttl {
    font-size: calc(24 / 768 * 100vw);
  }
}
@media (min-width: 960px) {
  .business__ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .business__note {
    margin-top: 5px;
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .business__note {
    margin-top: 10px;
    font-size: calc(20 / 768 * 100vw);
  }
}
@media (min-width: 960px) {
  .business__note {
    margin-top: 10px;
    font-size: 24px;
  }
}
.business__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .business__img {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .business__img {
    margin-top: 70px;
  }
}
@media (min-width: 960px) {
  .business__img {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .business__img.is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .business__img.is-pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .business__img.is-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .business__img.is-tab {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .business__img.is-tab {
    display: block;
  }
}
@media (min-width: 960px) {
  .business__img.is-tab {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .business__img.is-sp {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .business__img.is-sp {
    display: none;
  }
}
@media (min-width: 960px) {
  .business__img.is-sp {
    display: none;
  }
}
