@charset "UTF-8";
/* about
   ========================================================================== */
.container .content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px !important;
}
@media (max-width: 480px) {
  .container .content {
    font-size: 12px !important;
  }
}

.c-header-company {
  font-size: 12px;
}

.content__lede {
  height: 400px;
  line-height: 1;
  background: url("../images/about_mv.jpg") center bottom no-repeat;
  background-size: cover;
  padding-top: 0;
}
@media (max-width: 480px) {
  .content__lede {
    height: 220px;
  }
}

.inner {
  width: 960px;
}
@media (max-width: 480px) {
  .inner {
    width: 100%;
  }
}

.content__lede-inner {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding-top: 150px;
  width: 100%;
}
@media (max-width: 480px) {
  .content__lede-inner {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.content__lede-title {
  font-weight: bold;
  color: #d00;
  font-size: 64px;
  text-align: center;
  font-style: italic;
  position: static;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .content__lede-title {
    font-size: 36px;
  }
}

.content__lede-catch {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-top: 0.5em;
}
@media (max-width: 480px) {
  .content__lede-catch {
    font-size: 13px;
  }
}

.lede {
  padding: 80px 0 65px;
  background-size: cover;
  line-height: 1.8;
}
@media (max-width: 480px) {
  .lede {
    padding: 40px 20px 35px;
  }
}

.lede__block .images {
  width: 400px;
  margin: 60px auto;
}
@media (max-width: 480px) {
  .lede__block .images {
    margin: 0 auto 30px;
    width: 80%;
  }
}
.lede__block .images img {
  width: 100%;
}

.lede__block-caption {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.2em;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.9;
}
@media (max-width: 480px) {
  .lede__block-caption {
    font-size: 16px;
    text-align: left;
    letter-spacing: 0;
  }
}

.about_box {
  box-sizing: border-box;
  position: relative;
  /* 背景 */
  /* 背景 */
}
@media (max-width: 480px) {
  .about_box {
    margin-top: 30px;
  }
}
.about_box .about-bg-1 {
  box-sizing: border-box;
  height: 640px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 480px) {
  .about_box .about-bg-1 {
    display: none;
  }
}
.about_box .about-bg-1::before {
  background: #f2f2f2;
  box-sizing: border-box;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
.about_box .about-bg-1 .wrapper {
  background: #fff;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  width: 97.5%;
}
.about_box .about-bg-1 .wrapper::before {
  background: #f2f2f2;
  box-sizing: border-box;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 900px;
}
.about_box .about-bg-2 {
  box-sizing: border-box;
  height: 870px;
  position: absolute;
  top: 800px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 480px) {
  .about_box .about-bg-2 {
    display: none;
  }
}
.about_box .about-bg-2 .wrapper {
  background: #fff;
  position: relative;
  z-index: 1;
}
.about_box .about-bg-2 .wrapper::before {
  background: #f2f2f2;
  box-sizing: border-box;
  -webkit-clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 0% 100%);
  content: "";
  height: 520px;
  position: absolute;
  right: 0;
  top: 0;
  width: 600px;
}
.about_box .about-bg-2 .wrapper::after {
  background: #f2f2f2;
  box-sizing: border-box;
  content: "";
  left: 0;
  height: calc(100% - 500px);
  position: absolute;
  top: 600px;
}
.about_box .about-bg-2::before {
  background: #f2f2f2;
  box-sizing: border-box;
  content: "";
  height: 520px;
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
}
.about_box .about-bg-2::after {
  background: #f2f2f2;
  box-sizing: border-box;
  content: "";
  left: 0;
  height: calc(100% - 500px);
  -webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
  position: absolute;
  top: 540px;
  width: 60%;
}
.about_box .aboutus {
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  padding: 100px 0;
  width: 1200px;
}
.about_box .aboutus:last-child {
  padding-top: 0;
}
@media (max-width: 480px) {
  .about_box .aboutus {
    width: 100%;
    padding: 0;
  }
}
.about_box .aboutus .aboutus_inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 0 0;
  position: relative;
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner {
    margin: 0 20px 30px;
    padding: 0;
  }
}
.about_box .aboutus .aboutus_inner h2 .about-content-in-num {
  position: absolute;
  right: 0;
  top: 0;
}
.about_box .aboutus .aboutus_inner h2 .about-content-in-num img {
  width: 250px;
}
.about_box .aboutus .aboutus_inner h2 .about-content-in-num.sec02 {
  left: 0;
  top: -100px;
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner h2 .about-content-in-num.sec02 {
    margin: 0 0 auto 0;
  }
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner h2 .about-content-in-num {
    position: static;
    width: 80px;
    margin: 0 0 0 auto;
  }
  .about_box .aboutus .aboutus_inner h2 .about-content-in-num img {
    width: 100%;
    height: auto;
  }
}
.about_box .aboutus .aboutus_inner h2 .about-content-in-title {
  background: #fff;
  box-sizing: border-box;
  -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 97% 100%);
          clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 97% 100%);
  display: inline-block;
  padding: 10px 30px;
  width: auto;
  height: 60px;
  position: relative;
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner h2 .about-content-in-title {
    width: 100%;
    height: auto;
    padding: 10px;
    background: #f2f2f2;
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.about_box .aboutus .aboutus_inner h2 .about-content-in-title img {
  width: auto;
  height: 100%;
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner h2 .about-content-in-title img {
    width: 100%;
  }
}
.about_box .aboutus .aboutus_inner h2 .about-content-in-title.sec02, .about_box .aboutus .aboutus_inner h2 .about-content-in-title.sec03 {
  background: #f2f2f2;
}
.about_box .aboutus .aboutus_inner h2 .about-content-in-title-img {
  box-sizing: border-box;
  display: block;
  position: absolute;
  right: 180px;
  top: 80px;
  height: 80px;
  width: auto;
}
.about_box .aboutus .aboutus_inner h2 .about-content-in-title-img img {
  height: 100%;
}
.about_box .aboutus .aboutus_inner h2 .about-content-in-title-img.sec02 {
  left: 160px;
  top: -45px;
  height: 80px;
  transform: rotate(-10deg);
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner h2 .about-content-in-title-img.sec02 {
    left: 20%;
    top: 0;
    height: 50px;
  }
}
.about_box .aboutus .aboutus_inner h2 .about-content-in-title-img.sec03 {
  transform: rotate(-10deg);
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner h2 .about-content-in-title-img {
    top: 10px;
    right: 20%;
    height: 50px;
  }
}
.about_box .aboutus .aboutus_inner .txt {
  margin: 60px 0;
  width: 70%;
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner .txt {
    margin: 30px 0;
    width: 100%;
  }
}
.about_box .aboutus .aboutus_inner .txt.w100 {
  width: 100%;
}
.about_box .aboutus .aboutus_inner .txt p {
  line-height: 1.9;
  margin-bottom: 1.2em;
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner .txt p {
    letter-spacing: 0;
  }
  .about_box .aboutus .aboutus_inner .txt p:last-child {
    margin-bottom: 40px;
  }
}
.about_box .aboutus .aboutus_inner .img {
  margin: 0 auto;
}
.about_box .aboutus .aboutus_inner .img img {
  width: 100%;
}
.about_box .aboutus .aboutus_inner ul.aboutus02 {
  margin: 60px 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner ul.aboutus02 {
    margin: 30px 0 0;
  }
}
.about_box .aboutus .aboutus_inner ul.aboutus02 li {
  width: calc(50% - 20px);
  margin-bottom: 30px;
}
.about_box .aboutus .aboutus_inner ul.aboutus02 li:nth-child(odd) {
  margin-right: 40px;
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner ul.aboutus02 li:nth-child(odd) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner ul.aboutus02 li {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .about_box .aboutus .aboutus_inner ul.aboutus02 li:nth-child(2) {
    order: -1;
  }
  .about_box .aboutus .aboutus_inner ul.aboutus02 li:last-child {
    margin-bottom: 0;
  }
}
.about_box .aboutus .aboutus_inner ul.aboutus02 li p {
  margin-bottom: 1em;
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner ul.aboutus02 li p:last-child {
    margin-bottom: 0;
  }
}
.about_box .aboutus .aboutus_inner ul.aboutus02 li img {
  width: 100%;
}
.about_box .aboutus .aboutus_inner .before,
.about_box .aboutus .aboutus_inner .after {
  background-color: #EDEDED;
  padding: 0 40px 40px;
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner .before,
  .about_box .aboutus .aboutus_inner .after {
    padding: 0 20px 10px;
  }
}
.about_box .aboutus .aboutus_inner .before h3,
.about_box .aboutus .aboutus_inner .after h3 {
  position: relative;
  padding: 4px 60px 4px 40px;
  z-index: 1;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  top: -20px;
  left: -40px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner .before h3,
  .about_box .aboutus .aboutus_inner .after h3 {
    font-size: 18px;
    margin: 0;
    left: -20px;
  }
}
.about_box .aboutus .aboutus_inner .before h3.before,
.about_box .aboutus .aboutus_inner .after h3.before {
  background: #000;
  width: -moz-fit-content;
  width: fit-content;
}
.about_box .aboutus .aboutus_inner .before h3.after,
.about_box .aboutus .aboutus_inner .after h3.after {
  background: #DD1C1C;
  width: -moz-fit-content;
  width: fit-content;
}
.about_box .aboutus .aboutus_inner .before .inner,
.about_box .aboutus .aboutus_inner .after .inner {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner .before .inner,
  .about_box .aboutus .aboutus_inner .after .inner {
    margin-top: 0;
  }
}
.about_box .aboutus .aboutus_inner .before .inner h4,
.about_box .aboutus .aboutus_inner .after .inner h4 {
  font-size: 24px;
  color: #DD1C1C;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 auto 30px;
  text-align: center;
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner .before .inner h4,
  .about_box .aboutus .aboutus_inner .after .inner h4 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.1rem;
  }
}
.about_box .aboutus .aboutus_inner .before .inner .img,
.about_box .aboutus .aboutus_inner .after .inner .img {
  width: 60%;
  margin: 0 auto 30px;
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner .before .inner .img,
  .about_box .aboutus .aboutus_inner .after .inner .img {
    width: 90%;
  }
}
.about_box .aboutus .aboutus_inner .before .inner .img img,
.about_box .aboutus .aboutus_inner .after .inner .img img {
  width: 100%;
}
.about_box .aboutus .aboutus_inner .before ul.aboutus03,
.about_box .aboutus .aboutus_inner .after ul.aboutus03 {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner .before ul.aboutus03,
  .about_box .aboutus .aboutus_inner .after ul.aboutus03 {
    padding: 0 20px;
    display: block;
  }
}
.about_box .aboutus .aboutus_inner .before ul.aboutus03 li,
.about_box .aboutus .aboutus_inner .after ul.aboutus03 li {
  margin-right: 40px;
  width: calc(50% - 20px);
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner .before ul.aboutus03 li,
  .about_box .aboutus .aboutus_inner .after ul.aboutus03 li {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.about_box .aboutus .aboutus_inner .before ul.aboutus03 li:nth-child(even),
.about_box .aboutus .aboutus_inner .after ul.aboutus03 li:nth-child(even) {
  margin-right: 0;
}
.about_box .aboutus .aboutus_inner .before ul.aboutus03 li p,
.about_box .aboutus .aboutus_inner .after ul.aboutus03 li p {
  font-weight: 400;
}
.about_box .aboutus .aboutus_inner .before ul.aboutus03 li p strong,
.about_box .aboutus .aboutus_inner .after ul.aboutus03 li p strong {
  font-weight: 700;
  font-size: 18px;
}
.about_box .aboutus .aboutus_inner .before ul.aboutus03 li p img,
.about_box .aboutus .aboutus_inner .after ul.aboutus03 li p img {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner .before ul.aboutus03 li p img,
  .about_box .aboutus .aboutus_inner .after ul.aboutus03 li p img {
    margin-bottom: 10px;
  }
}
.about_box .aboutus .aboutus_inner .arrow {
  text-align: center;
  margin: 60px auto;
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner .arrow {
    margin: 20px 0 32px;
  }
}
.about_box .aboutus .aboutus_inner .arrow img {
  width: 150px;
  height: auto;
}
@media (max-width: 480px) {
  .about_box .aboutus .aboutus_inner .arrow img {
    width: 20%;
  }
}
.about_box .aboutus .aboutus_inner .beforeb img,
.about_box .aboutus .aboutus_inner .afterb img {
  width: 100%;
}

.vender {
  background-color: #F2F2F2;
  padding: 100px 0 100px;
}
@media (max-width: 480px) {
  .vender {
    padding: 0 0 20px;
    background-color: white;
  }
}
.vender h2 {
  color: #DD1C1C;
  font-size: 36px;
  font-weight: 700;
  margin: 0 auto 30px;
  padding: 0 40px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 480px) {
  .vender h2 {
    font-size: 24px;
  }
}
.vender .vender_inner {
  background-color: #fff;
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .vender .vender_inner {
    width: 100%;
  }
}
.vender .vender_inner ul {
  display: flex;
  flex-wrap: nowrap;
  padding: 60px 30px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .vender .vender_inner ul {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
.vender .vender_inner ul li {
  width: 25%;
  padding: 0 20px;
}
@media (max-width: 480px) {
  .vender .vender_inner ul li {
    width: 32%;
    margin-bottom: 30px;
    padding: 0;
  }
  .vender .vender_inner ul li:nth-child(1) {
    margin-right: 4%;
  }
}
.vender .vender_inner ul li img {
  width: 100%;
}

.page-bottom {
  background-image: url(../images/about_mv.jpg);
  background-size: cover;
}
@media (max-width: 480px) {
  .page-bottom {
    height: auto;
  }
}
.page-bottom .inner {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: static;
}
.page-bottom .menu {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 125px 0;
}
@media (max-width: 480px) {
  .page-bottom .menu {
    display: block;
    padding: 50px 0;
  }
}
.page-bottom .menu a {
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  display: block;
  background-image: linear-gradient(54deg, #e60000 0%, #e73535 0%, #da1515 100%);
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  padding: 14px 0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  border: 3px solid #d00;
  transition: none;
}
@media (max-width: 480px) {
  .page-bottom .menu a {
    max-width: 300px;
    margin: 10px auto;
  }
}
.page-bottom .menu a:hover {
  background: white;
  color: #d00 !important;
}
.page-bottom .menu a::after {
  content: "→";
  margin-left: 10px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .c-footer {
    min-width: 0;
  }
  .c-footer .c-footer-pagetop {
    display: none;
  }
  .c-footer .c-footer-linksBox {
    display: none;
  }
  .c-footer .c-footer-btmBox .c-footer-btmCnts {
    width: 100%;
  }
}/*# sourceMappingURL=about.css.map */