@charset "UTF-8";
.main {
  background-color: rgba(17, 29, 63, 0.1);
}
@media screen and (min-width: 861px) {
  .main .background_animation {
    top: 10%;
  }
}
.main .background_animation div.lineWrap {
  height: 220vh;
}
@media screen and (min-width: 861px) {
  .main .background_animation div.lineWrap_02 {
    top: -100vh;
  }
}

.mv img {
  width: 100%;
}
.mv_bg {
  width: 100%;
  height: 60vh;
  min-height: 1.5vw;
  background: url(../img/about/mv.webp) no-repeat center/cover;
}
.mv_in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 20px 20px;
}
.mv_h2 {
  font-weight: 900;
  font-size: 62px;
  -webkit-text-stroke: 1px #FFF;
  -webkit-text-fill-color: transparent;
}
.mv_text {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.mv_p1 {
  color: #FFF;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  text-align: right;
}
.mv_ja {
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  text-align: right;
}
@media screen and (min-width: 481px) {
  .mv_bg {
    height: 100vh;
    min-height: none;
  }
  .mv_h2 {
    font-size: 120px;
  }
  .mv_p1 {
    font-size: 86px;
  }
  .mv_ja {
    font-size: 24px;
  }
}

h2 {
  color: #b6272d;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 100px auto 50px;
  width: 240px;
}
h2 .circleDeco {
  content: "";
  background-color: #111d3f;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
}
h2::before, h2::after {
  display: inline-block;
  border-top: 1px solid #111d3f;
  content: "";
  width: 45%;
  position: absolute;
  bottom: 0;
}
h2::before {
  left: 0;
}
h2::after {
  right: 0;
}

.about_h3 {
  font-size: 14px;
  color: #b6272d;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -12.3%;
  width: 300px;
  z-index: 999;
}
.about_h3 p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 120px;
}
.about_h3 p img {
  width: 52px;
}
.about_h3::after {
  content: "";
  display: inline-block;
  flex: 1;
  border-top: 1px #000 solid;
  margin-left: 10px;
  margin-right: 10px;
}
.about_h3::before {
  content: "";
  background-color: #111d3f;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  display: block;
  position: absolute;
  right: 0;
  top: 48%;
}
.about_h3 .S {
  font-size: 12px;
}
@media screen and (min-width: 481px) {
  .about_h3 {
    margin-top: -5.3%;
  }
}

.profile {
  width: calc(100% - 20px);
  max-width: 810px;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px;
}
.profile_dl {
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 5px;
}
.profile_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 10px;
  padding-bottom: 10px;
}
.profile_item:last-of-type {
  border-bottom: none;
}
.profile_dt {
  color: #b6272d;
  font-weight: 700;
}
.profile_dd {
  padding-left: 1em;
  line-height: 1.5;
}
.profile_dd_li {
  display: inline-block;
}
.profile_dd_li::before {
  content: "●";
}
.profile_address {
  margin-top: 20px;
}
.profile_address_p1 {
  color: #FFF;
  background: #4d4d4d;
  display: inline-block;
}
.profile_address a {
  text-decoration: underline;
}
@media screen and (min-width: 481px) {
  .profile_dl {
    padding: 30px;
  }
  .profile_item {
    display: flex;
    justify-content: space-between;
  }
  .profile_dt {
    width: 5em;
  }
  .profile_dd {
    width: calc(100% - 6em);
  }
}

.suppliers {
  width: calc(100% - 20px);
  max-width: 810px;
  margin: 50px auto;
  background-color: #FFF;
  padding: 10px;
}
.suppliers_wrap h4 {
  width: calc(100% - 20px);
  background-color: #b6272d;
  color: #fff;
  margin: 2rem auto;
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  .suppliers_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
  }
  .suppliers_wrap h4 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100px;
    height: 100px;
  }
}
.suppliers_ul {
  width: calc(100% - 20px);
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  .suppliers_ul {
    width: calc(100% - 120px);
  }
}
.suppliers_li {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 481px) {
  .suppliers_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
  }
  .suppliers_li {
    width: calc(50% - 15px);
  }
  .suppliers_li_h4 {
    width: 100%;
  }
}

.organization_div {
  width: calc(100% - 20px);
  max-width: 810px;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  padding: 30px;
}
.organization_div img {
  width: 100%;
}
@media screen and (min-width: 481px) {
  .organization_div {
    padding: 60px 100px;
  }
}/*# sourceMappingURL=about.css.map */