@media screen and (max-width: 1200px) {
  section.kv {
    margin-top: 70px;
  }
}
section.kv .kv_img {
  background: url(/company/award/img/award_kv.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 33.33vw;
}

section.award {
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  section.award {
    margin-top: 40px;
  }
}
section.award .contact_wrapper {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  section.award .contact_wrapper {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
section.award .contact_wrapper:nth-child(even) {
  background: #f6f6f8;
}
section.award .contact_wrapper:first-child {
  padding-top: 0;
}
section.award .contact_wrapper:last-child {
  padding-bottom: 0;
}
section.award .contact_wrapper .inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
section.award .contact_wrapper .inner .award_box .award_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
section.award .contact_wrapper .inner .award_box .award_item .title h2 {
  display: inline-block;
  padding: 5px 60px;
  color: #fff;
  font-size: 32px;
  font-family: "Zen Old Mincho", sans-serif;
  background: rgb(50, 134, 212);
  background: linear-gradient(-135deg, rgb(50, 134, 212) 0%, rgb(32, 69, 158) 100%);
}
@media screen and (max-width: 768px) {
  section.award .contact_wrapper .inner .award_box .award_item .title h2 {
    font-size: 24px;
  }
}
section.award .contact_wrapper .inner .award_box .award_item .award_list {
  margin-top: 50px;
  display: grid;
  grid-template-rows: max-content 1fr;
}
section.award .contact_wrapper .inner .award_box .award_item .award_list .list_link {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  padding: 20px 0;
  gap: 50px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  section.award .contact_wrapper .inner .award_box .award_item .award_list .list_link {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media (hover) {
  section.award .contact_wrapper .inner .award_box .award_item .award_list .list_link:is(a):hover {
    opacity: 0.7;
  }
}
section.award .contact_wrapper .inner .award_box .award_item .award_list .list_link dl.list_item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
section.award .contact_wrapper .inner .award_box .award_item .award_list .list_link dl.list_item:first-child {
  padding: 0;
  padding-bottom: 20px;
}
section.award .contact_wrapper .inner .award_box .award_item .award_list .list_link dl.list_item dt {
  font-size: 18px;
  color: #20459e;
}
@media screen and (max-width: 768px) {
  section.award .contact_wrapper .inner .award_box .award_item .award_list .list_link dl.list_item dt {
    font-size: 16px;
  }
}
section.award .contact_wrapper .inner .award_box .award_item .award_list .list_link dl.list_item dd {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  section.award .contact_wrapper .inner .award_box .award_item .award_list .list_link dl.list_item dd {
    font-size: 14px;
  }
}

section.menu {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  section.menu {
    margin-top: 50px;
  }
}
section.menu .inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
section.menu .inner .menu_box {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}
@media screen and (max-width: 600px) {
  section.menu .inner .menu_box {
    grid-template-columns: 1fr;
  }
}
section.menu .inner .menu_box .menu_item {
  height: 150px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.menu .inner .menu_box .menu_item {
    height: 100px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  section.menu .inner .menu_box .menu_item {
    height: 70px;
  }
}
section.menu .inner .menu_box .menu_item a {
  text-decoration: none;
  height: 100%;
  width: 100%;
}
@media (hover) {
  section.menu .inner .menu_box .menu_item a:hover::before {
    background: rgba(35, 52, 94, 0.4);
  }
}
section.menu .inner .menu_box .menu_item a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 52, 94, 0.6);
  z-index: 2;
  transition: background 0.5s;
}
section.menu .inner .menu_box .menu_item a p {
  font-size: 24px;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.menu .inner .menu_box .menu_item a p {
    font-size: 16px;
  }
}
section.menu .inner .menu_box .menu_item a img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/*# sourceMappingURL=style.css.map */
