.buss {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .buss {
    padding-bottom: 50px;
  }
}
.buss__inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .buss__inner {
    width: calc(100% - 30px);
  }
}
.buss__h3 {
  font-family: "Roboto", serif;
  font-size: 72px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .buss__h3 {
    font-size: 40px;
  }
}
.buss__sub {
  font-size: 22px;
  line-height: 120%;
  font-weight: bold;
  letter-spacing: 0.3rem;
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .buss__sub {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .buss__sub {
    margin-bottom: 20px;
  }
}
.buss__body {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 769px) {
  .buss__body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.buss__body:not(:last-child) {
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .buss__body:not(:last-child) {
    margin-bottom: 60px;
  }
}
.buss__contents {
  max-width: 615px;
  width: 52%;
  line-height: 200%;
}
@media only screen and (max-width: 768px) {
  .buss__contents {
    width: 100%;
    max-width: 100%;
  }
}
.buss__ttl {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .buss__ttl {
    margin-bottom: 10px;
  }
}
.buss__ttl--fx {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 769px) {
  .buss__ttl--fx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.buss__h4 {
  font-size: 32px;
  line-height: 150%;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .buss__h4 {
    font-size: 22px;
  }
}
.buss__h4--fx {
  max-width: 414px;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .buss__h4--fx {
    width: 100%;
    max-width: 100%;
  }
}
.buss__txt {
  line-height: 175%;
}
@media only screen and (max-width: 768px) {
  .buss__txt {
    width: 100%;
    max-width: 100%;
  }
}
.buss__pict {
  max-width: 554px;
  width: 46.5%;
}
@media only screen and (max-width: 768px) {
  .buss__pict {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.buss__panf {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .buss__panf {
    margin-top: 20px;
  }
}
.buss__t-panf {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .buss__t-panf {
    font-size: 16px;
  }
}
.buss__link {
  display: block;
  color: #0071aa;
  font-weight: 600;
}
.work {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .work {
    padding-bottom: 50px;
  }
}
.work__h3 {
  font-family: "Roboto", serif;
  font-size: 72px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .work__h3 {
    font-size: 40px;
  }
}
.work__sub {
  font-size: 22px;
  line-height: 120%;
  font-weight: bold;
  letter-spacing: 0.3rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .work__sub {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .work__sub {
    margin-bottom: 20px;
  }
}
.work__t-txt {
  line-height: 180%;
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .work__t-txt {
    margin-bottom: 30px;
  }
}
.work__inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .work__inner {
    width: calc(100% - 30px);
  }
}
.tabs {
  width: 100%;
}
.tabs__buttons {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #252525;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .tabs__buttons {
    margin-bottom: 30px;
  }
}
.tabs__button {
  font-size: 20px;
  padding: 5px 17px;
  letter-spacing: 0.08em;
  cursor: pointer;
  font-weight: 600;
  border: solid 1px #4d4d4d;
  background-color: #fff;
  color: #252525;
}
@media only screen and (max-width: 768px) {
  .tabs__button {
    padding: 8px 10px;
    width: 50%;
  }
}
.tabs__button.is-active {
  background-color: #4d4d4d;
  color: #fff;
}
.tabs__content {
  display: none;
}
.tabs__content.is-active {
  display: block;
}
.tabs__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 980px) {
  .tabs__list {
    max-width: 780px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .tabs__list {
    display: block;
  }
}
.tabs__list::after {
  content: "";
  max-width: 372px;
  display: block;
}
@media only screen and (min-width: 981px) {
  .tabs__list::after {
    width: 31%;
  }
}
@media only screen and (max-width: 980px) {
  .tabs__list::after {
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .tabs__list::after {
    width: 100%;
  }
}
.tabs__item {
  max-width: 372px;
}
@media only screen and (min-width: 981px) {
  .tabs__item {
    width: 31%;
  }
  .tabs__item:not(:nth-last-child(-n+3)) {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 980px) {
  .tabs__item {
    width: 49%;
  }
  .tabs__item:not(:nth-last-child(-n+2)) {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .tabs__item {
    width: 100%;
  }
  .tabs__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.tabs__pict {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .tabs__pict {
    margin-bottom: 7px;
  }
}
.tabs__blue {
  display: table;
  color: #fff;
  font-weight: 500;
  padding: 1px 20px;
  background-color: #0071aa;
  line-height: 180%;
}
@media only screen and (max-width: 768px) {
  .tabs__blue {
    font-size: 18px;
  }
}
.tabs__h4 {
  font-size: 22px;
  line-height: 180%;
}
@media only screen and (max-width: 768px) {
  .tabs__h4 {
    font-size: 18px;
  }
}
.tabs__txt {
  line-height: 180%;
}/*# sourceMappingURL=index.css.map */