@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;
}

/*----------------------------------------
    index
----------------------------------------*/
.l-index .p-member {
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
}
@media screen and (max-width: 760px) {
  .l-index .p-member {
    margin-bottom: 16vw;
  }
}
.l-index .p-member__list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 741px) {
  .l-index .p-member__list {
    width: 1200px;
  }
}
@media screen and (max-width: 760px) {
  .l-index .p-member__list {
    width: 90%;
  }
}
.l-index .p-member__item {
  width: 400px;
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  .l-index .p-member__item {
    width: 50%;
    margin-bottom: 4vw;
  }
}
@media print, screen and (min-width: 741px) {
  .l-index .p-member .p-member__list .p-member__item:nth-child(7) {
    width: 425px;
  }
}
@media print, screen and (min-width: 741px) {
  .l-index .p-member .p-member__list .p-member__item:nth-child(8) {
    width: 375px;
  }
}
@media screen and (max-width: 760px) {
  .l-index .p-member__foot {
    margin-bottom: 3vw;
  }
}

/*----------------------------------------
    detail
----------------------------------------*/
/*----------------------------------------
    p-visual
----------------------------------------*/
.l-detail .p-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5vw 10vw;
}
.l-detail .p-visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background: url(../images/cmn/bg_message01.jpg);
  background-size: 100% auto;
  opacity: 0.2;
  z-index: -1;
}
.l-detail .p-visual:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100px;
  transform: rotate(180deg);
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 );
  z-index: -1;
}
.l-detail .p-visual__photo {
  width: 40%;
}
.l-detail .p-visual__content {
  width: 58%;
}
.l-detail .p-visual__head {
  margin: 0 0 30px;
}
.l-detail .p-visual__head h2 {
  margin: 0 0 20px;
  text-align: left;
}
.l-detail .p-visual__head h2 span {
  display: inline-block;
  font-size: 3.6vw;
  font-weight: bold;
  color: #fff;
  background: #00B8F4;
  padding: 0.4vw 1vw;
  margin: 0 0 10px;
  opacity: 1;
  line-height: 1;
}
.l-detail .p-visual__head h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.l-detail .p-visual__head h3 span {
  font-size: 26px;
}
.l-detail .p-visual__body {
  background: #fff;
  padding: 30px;
  border: 2px solid #00B8F4;
}
.l-detail .p-visual__body h3 {
  font-size: 20px;
  font-weight: bold;
  color: #00B8F4;
  margin: 0 0 10px;
}
.l-detail .p-visual__body p {
  font-size: 15px;
  line-height: 2;
  text-align: left;
}
.l-detail .p-visual__sns {
  margin-top: 20px;
}
.l-detail .p-visual__sns a {
  text-decoration: underline;
  color: #00B8F4;
  font-weight: 700;
}
.l-detail .p-visual__sns span {
  width: 26px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: bottom;
}

@media screen and (max-width: 760px) {
  .l-detail .p-visual {
    display: block;
    padding: 22vw 5vw 40vw;
  }
  .l-detail .p-visual:before {
    height: 100%;
    background-size: 400%;
  }
  .l-detail .p-visual:after {
    bottom: 0;
    height: 10vw;
  }
  .l-detail .p-visual__photo {
    width: 100%;
  }
  .l-detail .p-visual__content {
    width: 100%;
  }
  .l-detail .p-visual__head {
    margin: 0 0 10vw;
  }
  .l-detail .p-visual__head h2 {
    margin: 0 0 2vw;
  }
  .l-detail .p-visual__head h2 span {
    font-size: 9.4vw;
    margin: 0 0 2vw;
  }
  .l-detail .p-visual__head h3 {
    font-size: 4.6vw;
    line-height: 1.4;
  }
  .l-detail .p-visual__head h3 span {
    font-size: 6.1vw;
  }
  .l-detail .p-visual__body {
    padding: 5vw;
  }
  .l-detail .p-visual__body h3 {
    font-size: 5.1vw;
    margin: 0 0 2vw;
  }
  .l-detail .p-visual__body p {
    font-size: 3.8vw;
  }
}
/*----------------------------------------
    p-history
----------------------------------------*/
.l-detail .p-history ul li {
  display: flex;
  margin: 0 0 100px;
}
.l-detail .p-history ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.l-detail .p-history ul li:last-child {
  margin: 0;
}
.l-detail .p-history ul li .photo {
  width: 50%;
}
.l-detail .p-history ul li .content {
  width: 50%;
  padding: 40px;
  box-sizing: border-box;
}
.l-detail .p-history ul li .content h3 {
  font-size: 34px;
  font-weight: bold;
  color: #00B8F4;
  margin: 0 0 20px;
}
.l-detail .p-history ul li .content p {
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 760px) {
  .l-detail .p-history {
    padding: 0 5vw;
  }
  .l-detail .p-history ul li {
    display: block;
    margin: 0 0 10vw;
  }
  .l-detail .p-history ul li .photo {
    width: 100%;
    margin: 0 0 5vw;
  }
  .l-detail .p-history ul li .content {
    width: 100%;
    padding: 0;
  }
  .l-detail .p-history ul li .content h3 {
    font-size: 7.4vw;
    margin: 0 0 5vw;
    line-height: 1.4;
  }
  .l-detail .p-history ul li .content p {
    font-size: 3.8vw;
  }
}
/*----------------------------------------
    p-message
----------------------------------------*/
.l-detail .p-message {
  margin-top: 80px;
  padding: 120px 40px;
  background: #007df9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #007df9 0%, #ff2bb2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #007df9 0%, #ff2bb2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #007df9 0%, #ff2bb2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007df9", endColorstr="#ff2bb2",GradientType=1 );
  /* IE6-9 */
}
.l-detail .p-message__head {
  max-width: 1100px;
  margin: 0 auto 30px;
}
.l-detail .p-message__body {
  max-width: 1200px;
  margin: auto;
}
.l-detail .p-message__body h2 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
}
.l-detail .p-message__body p {
  font-size: 15px;
  color: #fff;
  line-height: 2;
}

@media screen and (max-width: 760px) {
  .l-detail .p-message {
    padding: 10vw 5vw;
    margin-top: 12vw;
  }
  .l-detail .p-message__head {
    margin: 0 auto 5vw;
  }
  .l-detail .p-message__body h2 {
    font-size: 7.4vw;
    text-align: left;
    margin: 0 0 2vw;
    line-height: 1.4;
  }
  .l-detail .p-message__body p {
    font-size: 3.8vw;
  }
}
/*----------------------------------------
    p-vision
----------------------------------------*/
.l-detail .p-vision {
  max-width: 1200px;
  padding: 100px 40px 0;
  margin: auto;
}
.l-detail .p-vision__head h2 {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.l-detail .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;
}
.l-detail .p-vision__body {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
}
.l-detail .p-vision__body .content {
  width: 50%;
  padding: 100px 0;
}
.l-detail .p-vision__body .content h3 {
  font-size: 34px;
  font-weight: bold;
  color: #FF2BB2;
  margin: 0 0 20px;
}
.l-detail .p-vision__body .content p {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 20px;
}
.l-detail .p-vision__body .content p:last-of-type {
  margin: 0;
}
.l-detail .p-vision__body .photo {
  width: 50%;
}
@media print, screen and (min-width: 741px) {
  .l-detail .p-vision__body .photo {
    width: 48%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 760px) {
  .l-detail .p-vision {
    padding: 20vw 5vw 0;
  }
  .l-detail .p-vision__head {
    margin: 0 0 5vw;
  }
  .l-detail .p-vision__head h2 {
    font-size: 6.1vw;
  }
  .l-detail .p-vision__head h2 span {
    font-size: 22vw;
  }
  .l-detail .p-vision__body {
    display: block;
  }
  .l-detail .p-vision__body .content {
    width: 100%;
    padding: 0 0 5vw;
  }
  .l-detail .p-vision__body .content h3 {
    font-size: 7.4vw;
    margin: 0 0 5vw;
  }
  .l-detail .p-vision__body .content p {
    font-size: 3.8vw;
    margin: 0 0 5vw;
  }
  .l-detail .p-vision__body .photo {
    width: 100%;
  }
}
/*----------------------------------------
    p-member
----------------------------------------*/
.l-detail .p-member {
  padding: 150px 40px;
}
.l-detail .p-member__head {
  margin: 0 0 30px;
}
.l-detail .p-member__head h2 {
  font-size: 6.6vw;
  font-weight: bold;
  font-family: din-2014,  sans-serif;
  color: #007DF9;
  background: linear-gradient(to right, #007df9 25%, rgba(0, 125, 249, 0.2) 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  line-height: 1;
}
.l-detail .p-member__head h3 {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.l-detail .p-member__body {
  margin: 0 -40px 50px;
}
.l-detail .p-member__body .slick-member .slick-slide a {
  display: block;
}

@media screen and (max-width: 760px) {
  .l-detail .p-member {
    padding: 20vw 5vw 10vw;
  }
  .l-detail .p-member__head {
    margin: 0 0 10vw;
  }
  .l-detail .p-member__head h2 {
    font-size: 16vw;
    margin: 0 0 2vw;
  }
  .l-detail .p-member__head h3 {
    font-size: 7.6vw;
    line-height: 1.2;
  }
  .l-detail .p-member__body {
    margin: 0 -5vw 0;
  }
  .l-detail .p-member__body .slick-member .slick-slide {
    width: 240px !important;
  }
}
.l-member02 .p-vision__body .content {
  padding-bottom: 0;
}

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