@charset "UTF-8";
/* ------------ colors ------------ */
/* ------------------------------- */
/* ------------ text-color ------------ */
/* ------------ border-color ------------ */
/* ------------ background-color ------------ */
/* ------------ system-color ------------ */
/* ------------ cv ------------ */
/* ------------ menu ------------ */
/* ------------ NEW ------------ */
/* ------------ slick-color ------------ */
.en {
  font-family: din-2014,  sans-serif;
  line-height: 1;
}

.l-message .l-main {
  overflow-x: hidden;
}

/*----------------------------------------
    p-visual
----------------------------------------*/
.p-visual {
  position: relative;
}
.p-visual__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 0;
  width: 68%;
  height: 100%;
  padding: 10vw;
  box-sizing: border-box;
}
.p-visual__content h2 {
  font-size: 33px;
  font-weight: bold;
  font-family: din-2014,  sans-serif;
  color: #FF2BB2;
  margin: 0 0 20px;
  opacity: 0.4;
}
.p-visual__content h3 {
  font-size: 66px;
  font-weight: bold;
  color: #007DF9;
  line-height: 1.2;
  margin: 0 0 20px;
}
.p-visual__content h3 span {
  display: block;
  font-size: 52px;
  color: #007DF9;
  margin: 0 0 10px;
}
.p-visual__content p {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 760px) {
  .p-visual {
    background: none;
  }
  .p-visual__photo {
    display: block;
    margin: 0 0 5vw;
  }
  .p-visual__content {
    position: static;
    padding: 0;
    width: auto;
  }
  .p-visual__content h2 {
    font-size: 8.4vw;
    text-align: center;
    margin: 0 0 2vw;
  }
  .p-visual__content h3 {
    font-size: 9vw;
    text-align: center;
    margin: 0 0 5vw;
    line-height: 1.4;
  }
  .p-visual__content h3 span {
    font-size: 7.6vw;
    margin: 0 0 2vw;
  }
  .p-visual__content p {
    font-size: 5.1vw;
    text-align: center;
  }
}
/*----------------------------------------
    p-company
----------------------------------------*/
.p-company {
  max-width: 940px;
  padding: 100px 40px;
  margin: auto;
}
.p-company__block {
  margin: 0 0 100px;
}
.p-company__block:last-child {
  margin: 0;
}
.p-company__block h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.p-company__block h2 span {
  display: block;
  font-size: 84px;
  font-family: din-2014,  sans-serif;
  color: #FFD5F0;
}
.p-company__block h3 {
  font-size: 48px;
  font-weight: bold;
  color: #FF2BB2;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 20px;
}
.p-company__block p {
  font-size: 15px;
  line-height: 2;
}
.p-company__block.-mod h2 span {
  color: #CCE5FE;
}
.p-company__block.-mod h3 {
  color: #007DF9;
}

@media screen and (max-width: 760px) {
  .p-company {
    padding: 10vw 5vw;
  }
  .p-company__block {
    margin: 0 0 20vw;
  }
  .p-company__block h2 {
    font-size: 5.1vw;
    margin: 0 0 5vw;
  }
  .p-company__block h2 span {
    font-size: 12vw;
  }
  .p-company__block h3 {
    font-size: 7.4vw;
    margin: 0 0 5vw;
  }
  .p-company__block p {
    font-size: 3.8vw;
  }
}
/*----------------------------------------
    p-history
----------------------------------------*/
.p-history__head {
  position: relative;
  margin: 0 0 100px;
}
.p-history__head:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50vw;
  height: 50vw;
  background: url(../company/images/message/bg_history01.png) 0 0/cover;
  margin: auto;
  z-index: -1;
}
.p-history__head h2 {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.p-history__head h2 span {
  display: block;
  font-size: 10vw;
  font-family: din-2014,  sans-serif;
  color: #FF2BB2;
  background: linear-gradient(to right, #FF2BB2 25%, rgba(255, 43, 178, 0.2) 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.p-history__body ul li {
  display: flex;
  margin: 0 0 100px;
}
.p-history__body ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.p-history__body ul li:last-child {
  margin: 0;
}
.p-history__body ul li .photo {
  width: 50%;
}
.p-history__body ul li .content {
  width: 50%;
  padding: 40px;
  box-sizing: border-box;
}
.p-history__body ul li .content h3 {
  font-size: 34px;
  font-weight: bold;
  margin: 0 0 20px;
}
.p-history__body ul li .content p {
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 760px) {
  .p-history {
    padding: 0 5vw;
  }
  .p-history__head {
    margin: 0 0 10vw;
  }
  .p-history__head:before {
    width: 100vw;
    height: 100vw;
  }
  .p-history__head h2 {
    font-size: 6.1vw;
  }
  .p-history__head h2 span {
    font-size: 18vw;
  }
  .p-history__body ul li {
    display: block;
    margin: 0 0 10vw;
  }
  .p-history__body ul li .photo {
    width: 100%;
    margin: 0 0 5vw;
  }
  .p-history__body ul li .content {
    width: 100%;
    padding: 0;
  }
  .p-history__body ul li .content h3 {
    font-size: 7.4vw;
    margin: 0 0 5vw;
  }
  .p-history__body ul li .content p {
    font-size: 3.8vw;
  }
}
/*----------------------------------------
    p-vision
----------------------------------------*/
.p-vision {
  max-width: 1200px;
  padding: 100px 40px 0;
  margin: auto;
}
.p-vision__head h2 {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.p-vision__head h2 span {
  display: block;
  font-size: 10vw;
  font-family: din-2014,  sans-serif;
  color: #FF2BB2;
  background: linear-gradient(to right, #FF2BB2 25%, rgba(255, 43, 178, 0.2) 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.p-vision__body {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
}
.p-vision__body .content {
  width: 50%;
  padding: 100px 0;
}
.p-vision__body .content h3 {
  font-size: 34px;
  font-weight: bold;
  color: #FF2BB2;
  margin: 0 0 20px;
}
.p-vision__body .content p {
  font-size: 15px;
  line-height: 2;
}
.p-vision__body .photo {
  width: 50%;
}

@media screen and (max-width: 760px) {
  .p-vision {
    padding: 20vw 5vw 0;
  }
  .p-vision__head {
    margin: 0 0 5vw;
  }
  .p-vision__head h2 {
    font-size: 6.1vw;
  }
  .p-vision__head h2 span {
    font-size: 22vw;
  }
  .p-vision__body {
    display: block;
  }
  .p-vision__body .content {
    width: 100%;
    padding: 0 0 5vw;
  }
  .p-vision__body .content h3 {
    font-size: 7.4vw;
    margin: 0 0 5vw;
  }
  .p-vision__body .content p {
    font-size: 3.8vw;
  }
  .p-vision__body .photo {
    width: 100%;
  }
}

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