/*=====================================================

top.css

======================================================*/
#top {
  padding-bottom: 0;
}
#top .kv {
  text-align: center;
  margin-inline: auto;
  margin-bottom: min(10vw, 80px);
}
#top .kv img {
  max-width: 600px;
  width: 100%;
z-index: 2;
}

#top .prod__title {
  margin-bottom: min(8vw, 60px);
}
#top .prod__title p {
  text-align: center;
  font-size: min(7vw, 5rem);
  font-family: var(--font-en);
  letter-spacing: 1.2rem;
}
#top .prod__title h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: min(5vw, 1.5rem);
       column-gap: min(5vw, 1.5rem);
  position: relative;
  font-size: min(3.6vw, 2rem);
}
#top .prod__title h2::before, #top .prod__title h2::after {
  display: block;
  content: "";
  width: min(20vw, 60px);
  height: 1px;
  background-color: #000000;
}
#top .prod__list {
  display: grid;
  row-gap: min(8vw, 100px);
}
#top .prod__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: min(6vw, 50px);
       column-gap: min(6vw, 50px);
}
@media screen and (max-width: 767px) {
  #top .prod__item {
    grid-template-columns: 1fr;
  }
}
#top .prod__item::after {
  display: block;
  content: "";
  order: 1;
}
@media screen and (max-width: 767px) {
  #top .prod__item::after {
    height: 30vw;
    margin-bottom: 3vw;
  }
}
#top .prod__item--info {
  order: 2;
  width: 575px;
  margin-bottom: min(15vw, 50px);
}
@media screen and (max-width: 1260px) {
  #top .prod__item--info {
    margin-right: min(3vw, 30px);
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
@media screen and (max-width: 767px) {
  #top .prod__item--info {
    margin-inline: min(3vw, 30px);
    margin-bottom: 0;
  }
}
#top .prod__item--info hgroup p {
  font-size: min(6.8vw, 3.6rem);
  font-family: var(--font-en);
  margin-bottom: min(1vw, 10px);
}
#top .prod__item--info hgroup h3 {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: min(6vw, 20px);
       column-gap: min(6vw, 20px);
  font-size: min(5vw, 2rem);
  margin-bottom: min(6vw, 20px);
}
#top .prod__item--info hgroup h3::after {
  display: block;
  content: "";
  width: 100%;
  height: 7px;
}
@media screen and (max-width: 767px) {
  #top .prod__item--btn {
    display: grid;
    justify-content: center;
  }
}
#top .prod__item--btn a {
  margin-top: min(6vw, 30px);
  display: inline-block;
  padding: min(1vw, 5px) min(9vw, 30px);
  border: 1px solid #000000;
  transition: all 0.3s ease;
}
#top .prod__item--btn a:hover {
  color: #FFFFFF;
  background-color: #000000;
}
#top .prod__item:nth-child(even)::after {
  order: 2;
}
@media screen and (max-width: 767px) {
  #top .prod__item:nth-child(even)::after {
    order: 1;
  }
}
#top .prod__item:nth-child(even) .prod__item--info {
  margin-inline: auto 0;
}
@media screen and (max-width: 1260px) {
  #top .prod__item:nth-child(even) .prod__item--info {
    margin-left: min(3vw, 30px);
    margin-right: 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #top .prod__item:nth-child(even) .prod__item--info {
    margin-inline: min(3vw, 30px);
    margin-bottom: 0;
  }
}
#top .prod__item.cold-drawn::after {
  background: url("../images/top/prod_cold_drawn.png") no-repeat center center/cover;
}
#top .prod__item.cold-drawn hgroup h3::after {
  background-color: #919F7A;
}
#top .prod__item.cold-forging::after {
  background: url("../images/top/prod_cold_forging.png") no-repeat center center/cover;
}
#top .prod__item.cold-forging hgroup h3::after {
  background-color: #5D382C;
}
#top .prod__item.outline-plant::after {
  background: url("../images/top/prod_outline_plant.png") no-repeat center center/cover;
}
#top .prod__item.outline-plant hgroup h3::after {
  background-color: #5A3C75;
}
#top .company {
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  display: grid;
  place-content: center;
  background: url("../images/top/company_profile.png") no-repeat center center/cover;
}
#top .company__main {
  padding-block: min(10vw, 130px);
}
#top .company__title {
  font-size: min(7vw, 5rem);
  font-family: var(--font-en);
  letter-spacing: 1.2rem;
  margin-bottom: min(6vw, 30px);
}
#top .company__btn a {
  display: inline-block;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  margin-top: min(6vw, 30px);
  padding: min(2vw, 8px) min(9vw, 80px);
  transition: all 0.3s ease;
}
#top .company__btn a:hover {
  text-shadow: none;
  color: #000000;
  background-color: #FFFFFF;
}
#top .recruit {
  background: url("../images/top/recruit.png") no-repeat center center/cover;
  color: #FFFFFF;
}
#top .recruit__inner {
  background: linear-gradient(90deg, rgba(87, 160, 222, 0.85) 50%, rgba(255, 255, 255, 0) 50%);
}
@media screen and (max-width: 767px) {
  #top .recruit__inner {
    background: rgba(87, 160, 222, 0.85);
  }
}
#top .recruit__main {
  width: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  padding-block: min(10vw, 130px);
}
@media screen and (max-width: 767px) {
  #top .recruit__main {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
#top .recruit__title {
  font-size: min(7vw, 5rem);
  font-family: var(--font-en);
  letter-spacing: 1.2rem;
  margin-bottom: min(6vw, 30px);
}
#top .recruit__btn a {
  display: inline-block;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  margin-top: min(6vw, 30px);
  padding: min(2vw, 8px) min(9vw, 80px);
  transition: all 0.3s ease;
}
#top .recruit__btn a:hover {
  color: #57A0DE;
  background-color: #FFFFFF;
}/*# sourceMappingURL=top.css.map */