.work {
  padding-bottom: 80px;
}
@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: 75px;
}
@media only screen and (max-width: 768px) {
  .work__sub {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .work__sub {
    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: 40px;
}
@media only screen and (max-width: 768px) {
  .tabs__buttons {
    margin-bottom: 30px;
  }
}
.tabs__button {
  font-family: "Roboto", serif;
  font-size: 32px;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: 500;
  border: solid 1px #4d4d4d;
  background-color: #fff;
  color: #252525;
}
@media only screen and (max-width: 768px) {
  .tabs__button {
    font-size: 22px;
    padding: 5px 8px;
  }
}
.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;
}
@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;
  width: 31%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 980px) {
  .tabs__item {
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .tabs__item {
    width: 100%;
    margin: 0 auto;
  }
  .tabs__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.tabs__pict {
  width: 100%;
  margin-bottom: 15px;
}
.tabs__blue {
  display: table;
  color: #fff;
  font-weight: 500;
  padding: 1px 20px;
  background-color: #0071aa;
  line-height: 180%;
}
.tabs__h4 {
  font-size: 22px;
  line-height: 160%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .tabs__h4 {
    font-size: 18px;
    line-height: 140%;
  }
}
.tabs__txt {
  line-height: 170%;
}
.tabs__txt:not(:last-child) {
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  .tabs__txt:not(:last-child) {
    margin-bottom: 5px;
  }
}

.award {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .award {
    padding-bottom: 50px;
  }
}
.award__h3 {
  font-family: "Roboto", serif;
  font-size: 72px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .award__h3 {
    font-size: 40px;
  }
}
.award__sub {
  font-size: 22px;
  line-height: 120%;
  font-weight: bold;
  letter-spacing: 0.3rem;
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .award__sub {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .award__sub {
    margin-bottom: 20px;
  }
}
.award__inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .award__inner {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 769px) {
  .award__body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.award__body--re {
  flex-direction: row-reverse;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .award__body--re {
    margin-bottom: 40px;
  }
}
.award__contents {
  max-width: 530px;
  width: 46%;
  line-height: 200%;
}
@media only screen and (max-width: 768px) {
  .award__contents {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.award__ttl {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .award__ttl {
    margin-bottom: 15px;
  }
}
.award__ttl--fx {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 769px) {
  .award__ttl--fx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.award__h4 {
  font-size: 25px;
  line-height: 150%;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .award__h4 {
    font-size: 18px;
  }
}
.award__h4--fx {
  max-width: 414px;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .award__h4--fx {
    width: 100%;
    max-width: 100%;
  }
}
.award__mark {
  max-width: 92px;
  width: 19%;
}
@media only screen and (max-width: 768px) {
  .award__mark {
    width: 50%;
    margin: 0 auto 10px;
  }
}
.award__txt {
  line-height: 200%;
}
@media only screen and (max-width: 768px) {
  .award__txt {
    width: 100%;
    max-width: 100%;
  }
}
.award__pict {
  max-width: 615px;
  width: 52%;
}
@media only screen and (max-width: 768px) {
  .award__pict {
    width: 100%;
    max-width: 100%;
  }
}

.about {
  padding: 50px 0 60px;
  background: #f9f9f9;
}
@media only screen and (max-width: 768px) {
  .about {
    padding: 30px 0 40px;
  }
}
.about__inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .about__inner {
    width: calc(100% - 30px);
  }
}
.about__inner:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .about__inner:not(:last-child) {
    margin-bottom: 40px;
  }
}
.about__h3 {
  font-family: "Roboto", serif;
  font-size: 72px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .about__h3 {
    font-size: 40px;
  }
}
.about__sub {
  font-size: 22px;
  line-height: 120%;
  font-weight: bold;
  letter-spacing: 0.3rem;
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .about__sub {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .about__sub {
    margin-bottom: 20px;
  }
}
.about__contents {
  background-color: #fff;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  .about__contents {
    padding: 30px 0;
  }
}
.about__list {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .about__list {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .about__list {
    margin-bottom: 30px;
  }
}
.about__item {
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .about__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .about__item {
    font-size: 14px;
  }
}
.about__item:not(:last-child) {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .about__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.about__komoku {
  max-width: 170px;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .about__komoku {
    max-width: 100%;
    width: 100%;
    margin-bottom: 7px;
  }
}
.about__name {
  margin: 0 auto;
}
.about__txt {
  max-width: 720px;
  width: 76%;
  line-height: 170%;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .about__txt {
    max-width: 100%;
    width: 100%;
  }
}
.about__p:not(:last-child) {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .about__p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.about__ttl {
  max-width: 765px;
  width: calc(100% - 40px);
  margin: 0 auto;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .about__ttl {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 769px) {
  .about__ttl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.about__mark {
  max-width: 120px;
  width: 19%;
}
@media only screen and (max-width: 768px) {
  .about__mark {
    width: 50%;
    margin: 0 auto 10px;
  }
}
.about__body {
  max-width: 605px;
  width: 78%;
}
@media only screen and (max-width: 768px) {
  .about__body {
    width: 100%;
  }
}
.about__h5 {
  font-size: 22px;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .about__h5 {
    font-size: 18px;
  }
}
.about__info {
  line-height: 180%;
}
.access {
  padding: 0px 0 60px;
  background: #f9f9f9;
}
@media only screen and (max-width: 768px) {
  .access {
    padding: 0px 0 40px;
  }
}
.access__inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .access__inner {
    width: calc(100% - 30px);
  }
}
.access__inner:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .access__inner:not(:last-child) {
    margin-bottom: 40px;
  }
}
.access__h3 {
  font-family: "Roboto", serif;
  font-size: 72px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .access__h3 {
    font-size: 40px;
  }
}
.access__sub {
  font-size: 22px;
  line-height: 120%;
  font-weight: bold;
  letter-spacing: 0.3rem;
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .access__sub {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .access__sub {
    margin-bottom: 20px;
  }
}
.access__contents {
  background-color: #fff;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  .access__contents {
    padding: 30px 0;
  }
}
.access__list {
  max-width: 820px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .access__list {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 769px) {
  .access__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.access__item {
  max-width: 375px;
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .access__item {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .access__item:nth-child(-n+4) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .access__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.access__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .access__ttl {
    font-size: 20px;
  }
}
.access__add {
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.access__link {
  color: #003c6e;
}/*# sourceMappingURL=index.css.map */