h1 {
  margin-top: 0px;
  margin-bottom: auto;
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
}

h4 {
  width: 90%;
  margin-top: -30px;
  margin-bottom: 10px;
  font-family: Ttnorms;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.body {
  font-family: 'Degarism studio neutrifpro';
  color: #000;
  font-weight: 700;
  letter-spacing: -0.02rem;
  cursor: default;
}

.logo {
  width: 190px;
  margin-top: 8px;
  margin-bottom: 25px;
}

.logo:hover {
  opacity: 0.66;
}

.header {
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 30px;
  padding-bottom: 150px;
}

.dropdown-menu {
  margin-top: 1px;
  padding: 0px 0px 25px;
  color: #000;
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.06rem;
}

.dropdown-menu:hover {
  color: #686868;
}

.dropdown-menu.w--open {
  padding-bottom: 33px;
}

.dropdown-link {
  display: block;
  padding: 0px;
  background-color: #fff;
  cursor: pointer;
}

.dropdown-link:hover {
  color: #686868;
}

.dropdown-link.w--current {
  color: #303030;
}

.dropdown-link.w--current:hover {
  color: #888;
}

.dropdown-link.grey {
  color: #d9d9d9;
}

.content {
  margin-right: 30px;
  margin-bottom: 120px;
  margin-left: 30px;
}

.heading {
  margin-bottom: 35px;
}

.link-block {
  width: 100%;
  cursor: pointer;
}

.link-block:hover {
  opacity: 0.22;
  -webkit-filter: grayscale(100%) contrast(80%);
  filter: grayscale(100%) contrast(80%);
}

.heading-2 {
  width: 90%;
  font-family: Ttnorms;
}

.heading-3 {
  font-family: Ttnorms;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: 'Degarism studio neutrifpro';
}

.text-span {
  font-family: Ttnorms;
  font-size: 14px;
  font-weight: 900;
}

.heading-5 {
  letter-spacing: -0.03rem;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.link-2:hover {
  color: #686868;
}

.link-3 {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.link-4 {
  font-family: Ttnorms;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.text-span-2 {
  font-family: Ttnorms;
  font-weight: 700;
}

.link-5 {
  color: #000;
  text-decoration: none;
}

.link-5:hover {
  color: #a3a3a3;
}

.text-block:hover {
  color: #686868;
}

.footer {
  margin-right: 30px;
  margin-bottom: 100px;
  margin-left: 30px;
  padding-bottom: 30px;
}

.text-span-3 {
  font-family: Ttnorms;
  font-size: 17px;
  font-weight: 700;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . . ." ". . . ." ". . . ." ". . . .";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto;
}

.text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.bold-text {
  font-family: Ttnorms;
}

.top {
  height: 1px;
}

.text-span-4 {
  color: #cfcfcf;
}

.logo-link:hover {
  color: #686868;
}

.logo-link.w--current:hover {
  opacity: 1;
}

.norms {
  font-family: Ttnorms;
}

.text-span-5 {
  color: #d6d6d6;
  cursor: default;
}

.content-info {
  margin-right: 30px;
  margin-bottom: 80px;
  margin-left: 30px;
}

@media (max-width: 991px) {
  .logo {
    width: 165px;
    margin-top: 5px;
    margin-bottom: 12px;
    margin-left: -1px;
  }
  .header {
    padding-bottom: 60px;
  }
  .dropdown-menu {
    height: 250px;
    margin-top: 2px;
    padding-bottom: 0px;
    font-size: 22px;
    line-height: 18px;
  }
  .dropdown-menu.w--open {
    height: 10px;
    margin-bottom: 35px;
    padding-bottom: 15px;
  }
  .dropdown-link {
    line-height: 28px;
  }
  .heading-4 {
    font-size: 14px;
    line-height: 20px;
  }
  .heading-5 {
    font-size: 22px;
    line-height: 28px;
  }
  .text-span-3 {
    font-size: 16px;
  }
  .grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: baseline;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-template-areas: ". ." ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 161px;
    margin-top: 4px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  .header {
    margin-top: 19px;
    margin-right: 17px;
    margin-left: 17px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    height: 220px;
    margin-top: 1px;
  }
  .dropdown-menu.w--open {
    margin-bottom: 30px;
  }
  .dropdown-link {
    color: #000;
  }
  .content {
    margin-right: 20px;
    margin-left: 20px;
  }
  .heading-4 {
    margin-top: 50px;
    margin-bottom: 27px;
    line-height: 20px;
  }
  .footer {
    margin-right: 15px;
    margin-left: 15px;
  }
  .text-span-3 {
    font-size: 14px;
  }
  .content-info {
    margin: 60px 15px;
  }
}

@media (max-width: 479px) {
  .logo {
    width: 111px;
    min-width: 110px;
    margin-top: 8px;
    margin-bottom: 15px;
    margin-left: -1px;
  }
  .header {
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .dropdown-menu {
    height: 180px;
    margin-top: 1px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.03em;
  }
  .dropdown-menu.w--open {
    margin-bottom: 25px;
    letter-spacing: -0.04rem;
  }
  .dropdown-link {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.04rem;
  }
  .content {
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
  }
  .heading-4 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 16px;
  }
  .heading-5 {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.03em;
  }
  .text-block {
    font-size: 15px;
  }
  .footer {
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 20px;
  }
  .text-span-3 {
    font-size: 12px;
  }
  .column {
    overflow: visible;
  }
  .text {
    margin-bottom: 23px;
    font-size: 12px;
    line-height: 16px;
  }
  .hello-image {
    overflow: visible;
    width: 830px;
  }
  .content-info {
    margin-right: 5px;
    margin-left: 5px;
  }
}

@font-face {
  font-family: 'Degarism studio neutrifpro';
  src: url('../fonts/Degarism-Studio---NeutrifPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Degarism studio neutrifpro';
  src: url('../fonts/Degarism-Studio---NeutrifPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Degarism studio neutrifpro';
  src: url('../fonts/Degarism-Studio---NeutrifPro-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}