#topKv {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
}
@media screen and (max-width: 1120px) {
  #topKv {
    grid-template-columns: 1fr;
  }
}
#topKv .topKv__left {
  height: 76vh;
  border: 5px solid #222;
  border-width: 0 5px 5px 0;
  border-radius: 0 0 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1120px) {
  #topKv .topKv__left {
    height: auto;
    margin: 0 5%;
    border-width: 0 4px 4px 4px;
    border-radius: 0 0 16px 16px;
  }
}
#topKv .topKv__left h1 {
  font-family: "Prompt", sans-serif;
  font-size: 30px;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  width: 250px;
  line-height: 1;
  transform: rotate(270deg);
  margin-top: 96px;
}
@media screen and (max-width: 1120px) {
  #topKv .topKv__left h1 {
    font-size: 1.25rem;
    letter-spacing: 0.085rem;
    transform: rotate(0deg);
    margin: 0;
    width: auto;
    line-height: normal;
    padding: 24px 24px 0;
  }
}
#topKv .topKv__left h1 a {
  text-decoration: none;
}
#topKv .topKv__left nav {
  padding-top: 152px;
}
#topKv .topKv__left nav ul {
  text-align: center;
}
#topKv .topKv__left nav ul li {
  padding: 8px 0;
  font-family: "Prompt", sans-serif;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.05rem;
}
#topKv .topKv__left nav ul li a {
  text-decoration: none;
}
@media screen and (max-width: 1120px) {
  #topKv .topKv__left nav ul li {
    padding: 16px 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1120px) {
  #topKv .topKv__left nav ul {
    display: flex;
    align-items: center;
    padding: 0 0 8px 0;
  }
}
@media screen and (max-width: 1120px) {
  #topKv .topKv__left nav {
    padding: 0;
  }
}
#topKv .topKv__center {
  padding: 100px 0;
}
@media screen and (max-width: 1120px) {
  #topKv .topKv__center {
    padding: 40px 0;
  }
}
#topKv .topKv__center--text {
  padding: 0 14% 24px;
  font-family: "Prompt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 1120px) {
  #topKv .topKv__center--text {
    padding: 0 5% 40px;
    text-align: center;
  }
}
@media screen and (max-width: 1120px) {
  #topKv .topKv__center--text {
    padding: 0 5% 24px;
    text-align: center;
    font-size: 0.85rem;
  }
}
#topKv .topKv__center--text span {
  color: #BC002D;
}
#topKv .topKv__center--image {
  padding: 0 12% 0 14%;
}
@media screen and (max-width: 1120px) {
  #topKv .topKv__center--image {
    padding: 0 5%;
  }
}
#topKv .topKv__center--image img {
  width: 100%;
  height: auto;
}
#topKv .topKv__right {
  padding: 100px 0;
}
@media screen and (max-width: 1120px) {
  #topKv .topKv__right {
    padding: 0 0 64px;
  }
}
#topKv .topKv__right--typo {
  font-family: "Righteous", cursive;
  font-size: 190px;
  text-transform: uppercase;
  line-height: 1;
  width: 190px;
  transform: rotate(90deg);
}
@media screen and (max-width: 1120px) {
  #topKv .topKv__right--typo {
    font-size: 100px;
    width: auto;
    transform: rotate(0deg);
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #topKv .topKv__right--typo {
    font-size: 48px;
  }
}

section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px 100px;
}
@media screen and (max-width: 1120px) {
  section {
    padding: 0 5% 80px;
  }
}
section h2 {
  font-family: "Righteous", cursive;
  font-size: 96px;
  text-transform: uppercase;
  padding-bottom: 16px;
}
@media screen and (max-width: 1120px) {
  section h2 {
    font-size: 72px;
  }
}
@media screen and (max-width: 640px) {
  section h2 {
    font-size: 48px;
  }
}

#topHello {
  margin-top: -20px;
}
#topHello .topHello__card {
  background-color: #222;
  color: #FFF;
  width: 64%;
  padding: 64px;
  display: flex;
}
@media screen and (max-width: 1120px) {
  #topHello .topHello__card {
    width: auto;
    padding: 40px 32px;
    display: block;
  }
}
#topHello .topHello__card--icon {
  padding: 4px 24px 0 0;
  font-size: 1.25rem;
}
@media screen and (max-width: 1120px) {
  #topHello .topHello__card--icon {
    padding: 0 0 16px;
    text-align: center;
  }
}
#topHello .topHello__card--text {
  line-height: 180%;
  font-weight: bold;
}
@media screen and (max-width: 1120px) {
  #topHello .topHello__card--text {
    text-align: center;
  }
}

#topService .topService__card {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1120px) {
  #topService .topService__card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #topService .topService__card {
    grid-template-columns: repeat(1, 1fr);
  }
}
#topService .topService__card--item {
  background-color: #FFF;
  padding: 40px;
}
@media screen and (max-width: 1120px) {
  #topService .topService__card--item {
    padding: 40px 32px;
  }
}
#topService .topService__card--item i {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 16px;
}
#topService .topService__card--item h3 {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 24px;
}
#topService .topService__card--item h3 span {
  display: block;
  font-size: 0.75rem;
  font-family: "Prompt", sans-serif;
  color: #8e9caa;
  padding-top: 8px;
}
#topService .topService__card--item p {
  font-size: 0.9375rem;
  line-height: 170%;
  padding-bottom: 16px;
}
#topService .topService__card--item ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#topService .topService__card--item ul li {
  font-size: 0.75rem;
  color: #8e9caa;
  font-weight: bold;
  padding-right: 8px;
}

.topWorks__card,
.topNote__card {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1120px) {
  .topWorks__card,
  .topNote__card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .topWorks__card,
  .topNote__card {
    grid-template-columns: repeat(1, 1fr);
  }
}
.topWorks__card dl,
.topNote__card dl {
  background-color: #222;
}
.topWorks__card dl dt,
.topNote__card dl dt {
  background-color: rgba(142, 156, 170, 0.5);
  text-align: center;
}
.topWorks__card dl dt img,
.topNote__card dl dt img {
  width: 100%;
  height: auto;
}
.topWorks__card dl dd,
.topNote__card dl dd {
  padding: 24px;
  /*text-align: center;*/
}
.topWorks__card dl dd h3,
.topNote__card dl dd h3 {
  font-weight: bold;
  color: #FFF;
}
.topWorks__card dl dd h3 a,
.topNote__card dl dd h3 a {
  color: #FFF;
  text-decoration: none;
}
.topWorks__card dl dd span,
.topNote__card dl dd span {
  display: block;
  color: #8e9caa;
  font-size: 0.75rem;
  padding-top: 8px;
}

.topWorks__list ul {
  font-size: 0.85rem;
  margin-bottom: 2rem;
  background-color: #FFF;
  padding: 1rem;
}
.topWorks__list ul li {
  padding: 1rem;
  border-bottom: 1px #eee solid;
  font-weight: bold;
}
.topWorks__list ul li span {
  font-size: 0.75rem;
  color: #8e9caa;
  font-weight: bold;
}
.topWorks__list ul li:last-child {
  border-bottom: 0;
}

.topService__summary,
.topWorks__summary {
  padding-bottom: 40px;
}
@media screen and (max-width: 1120px) {
  .topService__summary,
  .topWorks__summary {
    padding-bottom: 24px;
  }
}
.topService__summary p,
.topWorks__summary p {
  line-height: 180%;
  font-weight: bold;
}
@media screen and (max-width: 1120px) {
  .topService__summary p,
  .topWorks__summary p {
    padding: 8px 0;
  }
}

#book h2 {
  padding-bottom: 32px;
}
#book .book__card {
  padding: 3rem;
  background-color: #FFF;
  color: #222;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 1120px) {
  #book .book__card {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  #book .book__card {
    padding: 2rem;
    gap: 1rem;
  }
}
#book .book__card--image {
  width: 240px;
  margin: 0 auto;
}
#book .book__card--detail {
  width: 100%;
}
#book h3 {
  font-weight: bold;
  font-size: 1.5rem;
}
#book .book__card--data {
  margin: 0.85rem 0;
}
#book .book__card--data span {
  color: #8e9caa;
  font-weight: bold;
}
#book .book__card--data li {
  margin: 0.25rem 0;
}
#book .book__card--buttons {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  #book .book__card--buttons {
    flex-direction: column;
  }
}
@media screen and (max-width: 1120px) {
  #book .book__card--buttons {
    justify-content: center;
  }
}
#book .book__card--buttons .buttonS {
  margin-top: 0;
}
#book p {
  margin: 0.85rem 0;
  line-height: 170%;
}
@media screen and (max-width: 1120px) {
  #book .followup {
    text-align: center;
  }
}

#note h2 {
  padding-bottom: 32px;
}
#note .topNote__card dl dd span p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}
#note .topNote__card dl dd span p:nth-child(n+2) {
  display: none;
}
#note .topNote__card dl dd a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#contact {
  margin: 0 auto;
  padding-top: 24px;
}
#contact .contact__inner {
  border: 5px solid #222;
  border-width: 5px;
  border-radius: 16px;
  padding: 80px 0;
}
#contact .contact__inner h2 {
  text-align: center;
}
#contact .contact__inner--item {
  text-align: center;
  padding: 0 32px;
  line-height: 180%;
  font-weight: bold;
}
#contact .contact__inner--item .mailaddress {
  font-family: "Prompt", sans-serif;
  font-size: 1.25rem;
  padding-top: 16px;
}/*# sourceMappingURL=top.css.map */