.hero {
  padding-top: 200px;
  padding-bottom: 100px;
}
.hero__inner {
  width: 83.33%;
  max-width: 1400px;
  margin: auto;
}
.hero__heading {
  margin-bottom: 25px;
}
.hero__heading--ja {
  margin-bottom: 10px;
}
.hero__heading--ja img, .hero__heading--ja span {
  vertical-align: middle;
}
.hero__heading--ja img {
  width: 57px;
  margin-right: 5px;
}
.hero__heading--ja span {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.hero__heading--en {
  font-size: 140px;
  line-height: 1;
}
.hero__lead {
  height: 27px;
  text-align: left;
}
.hero__lead img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .hero {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .hero__heading--en {
    font-size: 110px;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .hero__inner {
    width: 100%;
    padding: 0 20px;
  }
  .hero__heading {
    margin-bottom: 15px;
  }
  .hero__heading--ja {
    margin-bottom: 5px;
  }
  .hero__heading--ja img {
    width: 38px;
  }
  .hero__heading--ja span {
    font-size: 17px;
  }
  .hero__heading--en {
    font-size: 70px;
  }
  .hero__lead {
    height: 21px;
  }
}

.works__inner {
  width: 85.7%;
  margin: auto;
}
.works__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works__list::after {
  display: block;
  width: 30%;
  content: "";
}
.works__item {
  width: 30%;
  margin-bottom: 45px;
}
.works__thumb {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.works__thumb::before {
  display: block;
  padding-top: 91.6%;
  content: "";
}
.works__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works__area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 97px;
  height: 24px;
  margin-bottom: 11px;
  border-radius: 12px;
  background-color: #fff;
}
.works__area span {
  font-weight: 600;
  font-size: 12px;
}
.works__detail p {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
}
.works__detail p:not(:first-of-type)::before {
  display: inline;
  margin: 0 0.25em;
  content: "/";
}
.works__title {
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}
.works__no-post p {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .works__list::after {
    display: none;
  }
  .works__item {
    width: 47%;
  }
}
@media screen and (max-width: 576px) {
  .works__list {
    display: block;
  }
  .works__item {
    width: 100%;
    margin-bottom: 35px;
  }
  .works__thumb {
    margin-bottom: 12px;
  }
  .works__thumb::before {
    padding-top: 75%;
  }
  .works__area {
    margin-bottom: 6px;
  }
  .works__detail p {
    font-size: 13px;
  }
  .works__title {
    font-size: 14px;
  }
  .works__no-post p {
    font-size: 15px;
    text-align: center;
  }
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding-top: 115px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.93);
  color: #fff;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.popup::-webkit-scrollbar {
  display: none;
}
.popup__inner {
  width: 85.7%;
  margin: auto;
}
.popup__outline {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.popup__area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 31px;
  margin-right: 14px;
  border-radius: 16px;
  background-color: #fff;
}
.popup__area span {
  color: #212121;
  font-weight: 600;
  font-size: 15px;
}
.popup__detail p {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
}
.popup__detail p:not(:first-of-type)::before {
  display: inline;
  margin: 0 0.25em;
  content: "/";
}
.popup__title {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 25px;
}
.popup__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.popup__list::after {
  display: block;
  width: 31.8%;
  content: "";
}
.popup__item {
  position: relative;
  width: 31.8%;
  margin-bottom: 26px;
  border-radius: 10px;
  overflow: hidden;
}
.popup__item::before {
  display: block;
  padding-top: 69.7%;
  content: "";
}
.popup__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup__close {
  position: relative;
  width: 55px;
  height: 55px;
  margin: 30px auto 0;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.popup__close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 3px;
  background-color: #212121;
}
.popup__close span:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close span:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  .popup__list::after {
    display: none;
  }
  .popup__item {
    width: 48%;
  }
}
@media screen and (max-width: 576px) {
  .popup {
    padding-top: 70px;
  }
  .popup__list {
    display: block;
  }
  .popup__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .popup__outline {
    display: block;
    margin-bottom: 5px;
  }
  .popup__area {
    width: 100px;
    height: 31px;
    margin-bottom: 5px;
  }
  .popup__detail p {
    font-size: 14px;
  }
  .popup__title {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

.search {
  margin-bottom: 100px;
}
.search__inner {
  width: 83.33%;
  max-width: 1400px;
  margin: auto;
}
.search__list {
  display: inline-block;
}
.search__item:not(:last-of-type) {
  margin-bottom: 50px;
}
.search__item--cost .search__term-item:nth-of-type(2) a, .search__item--cost .search__term-item:nth-of-type(3) a {
  width: 235px;
}
.search__heading {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.search__heading span {
  margin-right: 9px;
  font-weight: 600;
  font-size: 18px;
}
.search__heading::after {
  display: block;
  flex: 1;
  height: 0;
  border: 1px dashed #999;
  content: "";
}
.search__term-list {
  display: flex;
}
.search__term-item:not(:last-of-type) {
  margin-right: 10px;
}
.search__term-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 45px;
  border-radius: 23px;
  background-color: #F0F0F0;
  font-weight: 600;
  font-size: 18px;
  transition: 0.3s;
}
.search__term-item a:hover {
  background-color: #0A51A1;
  color: #fff;
}
.search__term-item.current-term a {
  background-color: #0A51A1;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .search__list {
    display: block;
  }
  .search__term-list {
    flex-wrap: wrap;
  }
  .search__term-item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .search {
    margin-bottom: 60px;
  }
  .search__inner {
    width: 100%;
    padding: 0 20px;
  }
  .search__heading {
    margin-bottom: 15px;
  }
  .search__heading span {
    font-size: 15px;
  }
  .search__item--cost .search__term-item:nth-of-type(2) a, .search__item--cost .search__term-item:nth-of-type(3) a {
    width: 100%;
  }
  .search__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .search__term-list {
    justify-content: space-between;
  }
  .search__term-item {
    width: calc(50% - 5px);
    margin-bottom: 8px;
  }
  .search__term-item:not(:last-of-type) {
    margin-right: 0;
  }
  .search__term-item a {
    width: 100%;
    height: 33px;
    font-size: 14px;
  }
}

.works__inner {
  width: 83.33%;
  max-width: 1400px;
  margin: auto;
  padding-bottom: 180px;
}
.works__area {
  background-color: #f0f0f0;
}
@media screen and (max-width: 576px) {
  .works__inner {
    width: 100%;
    padding: 0 20px 100px;
  }
}/*# sourceMappingURL=works.css.map */