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

/*----------------------------------------
  p-loading
----------------------------------------*/
.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9000;
  transition: 0.5s ease-in-out;
}
.p-loading__container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #007DF9;
  transition: 0.3s ease-in-out;
}
.p-loading__container p {
  font-size: 4.8vw;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transition: 0.3s;
}
.p-loading.in-fade .p-loading__container p {
  opacity: 1;
}
.p-loading.in-active {
  transform: translateX(100%);
}
.p-loading.in-active .p-loading__container {
  transform: translateX(100%);
}

@media screen and (max-width: 760px) {
  .p-loading__container p {
    font-size: 12vw;
  }
}
/*----------------------------------------
  p-text
----------------------------------------*/
.p-text {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-text p {
  margin: 0 0 20px;
  opacity: 1;
}
.p-text p:nth-child(1), .p-text p:nth-child(7) {
  width: 3898.5px;
  height: 97.5px;
  background: url(../images/cmn/text01.png) 0 0/contain;
  animation: text01 20s linear infinite;
}
@media screen and (max-width: 760px) {
  .p-text p:nth-child(1), .p-text p:nth-child(7) {
    height: 40px;
  }
}
.p-text p:nth-child(2), .p-text p:nth-child(8) {
  width: 2991px;
  height: 80px;
  background: url(../images/cmn/text02.png) 0 0/contain;
  animation: text02 20s linear infinite;
}
@media screen and (max-width: 760px) {
  .p-text p:nth-child(2), .p-text p:nth-child(8) {
    height: 40px;
  }
}
.p-text p:nth-child(3), .p-text p:nth-child(9) {
  width: 4917px;
  height: 103.5px;
  background: url(../images/cmn/text03.png) 0 0/contain;
  animation: text03 20s linear infinite;
}
@media screen and (max-width: 760px) {
  .p-text p:nth-child(3), .p-text p:nth-child(9) {
    height: 40px;
  }
}
.p-text p:nth-child(4), .p-text p:nth-child(10) {
  width: 3804px;
  height: 102px;
  background: url(../images/cmn/text04.png) 0 0/contain;
  animation: text04 20s linear infinite;
}
@media screen and (max-width: 760px) {
  .p-text p:nth-child(4), .p-text p:nth-child(10) {
    height: 40px;
  }
}
.p-text p:nth-child(5), .p-text p:nth-child(11) {
  width: 4387.5px;
  height: 85.5px;
  background: url(../images/cmn/text05.png) 0 0/contain;
  animation: text05 20s linear infinite;
}
@media screen and (max-width: 760px) {
  .p-text p:nth-child(5), .p-text p:nth-child(11) {
    height: 40px;
  }
}
.p-text p:nth-child(6), .p-text p:nth-child(12) {
  width: 4351.5px;
  height: 57px;
  background: url(../images/cmn/text06.png) 0 0/contain;
  animation: text06 20s linear infinite;
}
@media screen and (max-width: 760px) {
  .p-text p:nth-child(6), .p-text p:nth-child(12) {
    height: 40px;
  }
}

/*----------------------------------------
  p-visual
----------------------------------------*/
.p-visual {
  margin: 0 0 80px;
}

@media screen and (max-width: 760px) {
  .p-visual {
    padding: 22vw 0 0;
    margin: 0 0 5vw;
  }
}
/*----------------------------------------
  p-vision
----------------------------------------*/
.p-vision {
  padding: 0 40px;
}
.p-vision__container {
  max-width: 1160px;
  background: #fff;
  padding: 80px 40px;
  margin: auto;
  box-sizing: border-box;
}
.p-vision__head h2 {
  font-size: 35px;
  font-weight: bold;
  font-family: din-2014,  sans-serif;
  text-align: center;
  color: #007DF9;
  background: linear-gradient(to right, #007df9 25%, rgba(0, 125, 249, 0.2) 80%);
  -webkit-background-clip: text;
  color: transparent;
  margin: 0 0 10px;
  letter-spacing: 6px;
  line-height: 1;
}
.p-vision__head h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.p-vision__head p {
  font-size: 15px;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 760px) {
  .p-vision {
    padding: 0 5vw;
  }
  .p-vision__container {
    padding: 12vw ​5vw 10vw;
  }
  .p-vision__head h2 {
    font-size: 8.4vw;
    margin: 0 0 2vw;
  }
  .p-vision__head h3 {
    font-size: 5.8vw;
    margin: 0 0 4vw;
    line-height: 1.4;
  }
  .p-vision__head p {
    font-size: 3.8vw;
    text-align: left;
    line-height: 1.8;
  }
}
/*----------------------------------------
  p-reason
----------------------------------------*/
.p-reason {
  display: flex;
  align-items: flex-end;
  padding: 100px 0 300px;
}
.p-reason__photo {
  width: 65%;
}
.p-reason__content {
  position: relative;
  margin: 0 0 -150px -180px;
}
.p-reason__content a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 530px;
  height: 300px;
  background: #FF2BB2;
}
.p-reason__content a:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 24px;
  height: 5px;
  background: url(../images/cmn/icon_arrow_wh.png) 0 0/cover;
}
.p-reason__content a h2 {
  font-size: 49px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 0 10px;
  line-height: 1.2;
}
.p-reason__content a h2 span {
  display: block;
  font-size: 33px;
  font-family: din-2014,  sans-serif;
  color: #fff;
  opacity: 0.4;
}
.p-reason__content a p {
  font-size: 17px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .p-reason {
    display: block;
    padding: 18vw 5vw 10vw;
  }
  .p-reason__photo {
    width: 100%;
  }
  .p-reason__content {
    padding: 0 5vw;
    margin: -10vw 0 0;
  }
  .p-reason__content a {
    display: block;
    width: 100%;
    height: auto;
    padding: 10vw 5vw;
    box-sizing: border-box;
  }
  .p-reason__content a h2 {
    font-size: 9.2vw;
    line-height: 1.2;
    margin: 0 0 2vw;
  }
  .p-reason__content a h2 span {
    font-size: 8.4vw;
    margin: 0 0 2vw;
  }
  .p-reason__content a p {
    font-size: 3.8vw;
  }
}
/*----------------------------------------
  p-member
----------------------------------------*/
.p-member {
  position: relative;
  background: #fff;
  padding: 100px 40px;
  margin: 100px 0 200px;
}
.p-member:before, .p-member:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 );
  /* IE6-9 */
}
.p-member:before {
  top: -100px;
  transform: rotate(180deg);
}
.p-member:after {
  bottom: -100px;
}
.p-member__head {
  margin: 0 0 30px;
}
.p-member__head h2 {
  font-size: 9.4vw;
  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;
}
.p-member__head h3 {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  line-height: 2;
}
.p-member__head h3 span {
  display: block;
  font-size: 31px;
  font-weight: bold;
}
.p-member__body {
  margin: 0 -40px 0;
}
.p-member__body .slick-member .slick-slide a {
  display: block;
}
.p-member__foot {
  background: #007DF9;
  padding: 30px;
  margin: -30px 0 50px;
}
.p-member__foot__ttl {
  margin: 0 0 20px;
}
.p-member__foot__ttl h3 {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.p-member__foot__list ul {
  display: flex;
  justify-content: space-between;
}
.p-member__foot__list ul li {
  width: 100%;
  margin: 5px;
}
.p-member__foot__list ul li:nth-child(even) a {
  color: #FF2BB2;
}
.p-member__foot__list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.5vw;
  font-weight: bold;
  color: #007DF9;
  background: #fff;
  text-align: center;
  padding: 1vw 0;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 1.3;
}
.p-member__btn {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 760px) {
  .p-member {
    padding: 10vw 5vw;
    margin: 10vw 0;
  }
  .p-member:before, .p-member:after {
    height: 10vw;
  }
  .p-member:before {
    top: -10vw;
  }
  .p-member:after {
    bottom: -10vw;
  }
  .p-member__head {
    margin: 0 0 10vw;
  }
  .p-member__head h2 {
    font-size: 18vw;
    letter-spacing: 5px;
  }
  .p-member__head h3 {
    font-size: 3.8vw;
    line-height: 1.7;
  }
  .p-member__head h3 span {
    font-size: 7.6vw;
    line-height: 1.3;
    margin: 2vw auto 3vw;
  }
  .p-member__body {
    margin: 0 -5vw 0;
  }
  .p-member .slick-slide {
    width: 300px !important;
  }
  .p-member__foot {
    padding: 10vw 5vw;
    margin: 0 0 10vw;
  }
  .p-member__foot__ttl {
    margin: 0 0 5vw;
  }
  .p-member__foot__ttl h3 {
    font-size: 7.4vw;
    line-height: 1.2;
  }
  .p-member__foot__list ul {
    display: block;
  }
  .p-member__foot__list ul li {
    width: 100%;
    margin: 0 0 2vw;
  }
  .p-member__foot__list ul li a {
    font-size: 5.6vw;
    padding: 4vw 2vw;
    line-height: 1.3;
  }
}
/*----------------------------------------
  p-message
----------------------------------------*/
.p-message {
  position: relative;
  background: #fff;
  padding: 100px 40px 200px;
  margin: 100px 0 0;
}
.p-message:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  transform: rotate(180deg);
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 );
  /* IE6-9 */
}
.p-message__container {
  max-width: 1200px;
  margin: auto;
}
.p-message__content {
  position: relative;
  margin: -200px 0 0;
}
.p-message__content a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 530px;
  height: 350px;
  background: #007DF9;
}
.p-message__content a:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 24px;
  height: 5px;
  background: url(../images/cmn/icon_arrow_wh.png) 0 0/cover;
}
.p-message__content a h2 {
  font-size: 49px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0 0 10px;
}
.p-message__content a h2 span {
  display: block;
  font-size: 33px;
  font-family: din-2014,  sans-serif;
  color: #fff;
  opacity: 0.4;
}
.p-message__content a p {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .p-message {
    background: none;
    padding: 10vw 5vw 20vw;
    margin: 0;
    background: white;
    background: linear-gradient(0deg, white 0%, white 74%, rgba(255, 255, 255, 0) 100%);
  }
  .p-message:before {
    display: none;
  }
  .p-message__content {
    margin: -35vw 0 0;
  }
  .p-message__content a {
    display: block;
    width: 100%;
    height: auto;
    padding: 10vw 5vw;
    box-sizing: border-box;
  }
  .p-message__content a h2 {
    font-size: 9.2vw;
    line-height: 1.2;
    margin: 0 0 2vw;
  }
  .p-message__content a h2 span {
    font-size: 8.4vw;
    margin: 0 0 2vw;
  }
  .p-message__content a p {
    font-size: 4.3vw;
  }
}
/*----------------------------------------
  p-model
----------------------------------------*/
.p-model {
  background: url(../images/bg_model01.jpg) center/cover;
  padding: 50px 40px;
}
.p-model__container {
  max-width: 1200px;
  margin: auto;
}
.p-model__head {
  margin: 0 0 20px;
}
.p-model__head h2 {
  font-size: 49px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.p-model__head h2 span {
  display: block;
  font-size: 33px;
  font-family: din-2014,  sans-serif;
  color: #fff;
  opacity: 0.4;
}
.p-model__body {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px 30px;
}
.p-model__body ul {
  flex: 1;
  margin: 0 10px;
}
.p-model__body ul li {
  width: 100%;
  height: 120px;
  line-height: 120px;
  font-size: 28px;
  font-weight: bold;
  color: #FF2BB2;
  background: #fff;
  text-align: center;
  margin: 20px 0;
}
.p-model__body ul li a {
  display: block;
}
.p-model__foot {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 760px) {
  .p-model {
    background: url(../images/bg_model01_sp.jpg) center/cover;
    padding: 20vw 5vw;
  }
  .p-model__head {
    margin: 0 0 5vw;
  }
  .p-model__head h2 {
    font-size: 9.2vw;
    line-height: 1.2;
  }
  .p-model__head h2 span {
    font-size: 8.4vw;
    margin: 0 0 2vw;
  }
  .p-model__body {
    display: block;
    margin: 0 0 10vw;
  }
  .p-model__body ul {
    margin: 0;
  }
  .p-model__body ul li {
    line-height: 50px;
    height: auto;
    font-size: 6.1vw;
    padding: 5vw 2vw;
    margin: 0 0 2vw;
    box-sizing: border-box;
  }
}
/*----------------------------------------
  p-story
----------------------------------------*/
.p-story {
  position: relative;
  background: #fff;
  padding: 100px 40px;
  margin: 0 0 100px;
}
.p-story:before {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 );
  /* IE6-9 */
}
.p-story__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.p-story__head {
  width: 62%;
  margin: 0 30px 0 0;
}
.p-story__head__content {
  margin: 0 0 30px;
}
.p-story__head__content h2 {
  font-size: 147px;
  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;
  line-height: 1;
  margin: 0 0 10px;
}
.p-story__head__content h3 {
  font-size: 31px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.4;
}
.p-story__head__content p {
  font-size: 15px;
}
.p-story__body {
  width: 38%;
}
.p-story__body__item {
  position: relative;
  width: 100%;
  margin: 0 0 50px;
}
.p-story__body__item:nth-child(even) {
  left: -100px;
}
.p-story__body__item:last-child {
  margin: 0;
}
.p-story__body__item a {
  display: block;
}
.p-story__body__item a .photo {
  position: relative;
  padding-top: calc(2 / 3 * 100%);
  margin: 0 0 20px;
}
.p-story__body__item a .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-story__body__item a .content {
  text-align: center;
}
.p-story__body__item a .content time {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
.p-story__body__item a .content h3 {
  font-size: 26px;
  font-weight: bold;
  color: #007DF9;
  text-align: center;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.3;
}
.p-story__body__item a .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-story__body__item a .content ul li {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: #007DF9;
  padding: 0 5px;
  margin: 2px;
}
.p-story__body__btn {
  display: none;
}

@media screen and (max-width: 760px) {
  .p-story {
    padding: 20vw 5vw 10vw;
    margin: 0 0 10vw;
  }
  .p-story:before {
    bottom: -10vw;
    height: 10vw;
  }
  .p-story__inner {
    display: block;
  }
  .p-story__head {
    width: 100%;
    margin: 0 0 10vw;
  }
  .p-story__head__content {
    margin: 0 0 30px;
  }
  .p-story__head__content h2 {
    font-size: 18vw;
    margin: 0 0 2vw;
  }
  .p-story__head__content h3 {
    font-size: 6.6vw;
    margin: 0 0 2vw;
  }
  .p-story__head__content p {
    font-size: 3.8vw;
  }
  .p-story__head__btn {
    display: none;
  }
  .p-story__body {
    width: 100%;
  }
  .p-story__body__list {
    margin: 0 0 10vw;
  }
  .p-story__body__item {
    position: static;
    width: 100%;
    margin: 0 0 10vw;
  }
  .p-story__body__item a .photo {
    margin: 0 0 4vw;
  }
  .p-story__body__item a .content time {
    font-size: 5.3vw;
    margin: 0 0 2vw;
  }
  .p-story__body__item a .content h3 {
    font-size: 6.6vw;
    margin: 0 0 2vw;
  }
  .p-story__body__item a .content ul li {
    font-size: 3.5vw;
    padding: 0 1vw;
    margin: 1vw;
  }
  .p-story__body__btn {
    display: flex;
    justify-content: center;
  }
}
/*----------------------------------------
  p-menu
----------------------------------------*/
.p-menu {
  padding: 0 40px 200px;
}
.p-menu__head {
  margin: 0 0 30px;
}
.p-menu__head a {
  position: relative;
  display: block;
  background: #FF2BB2;
  padding: 60px 40px;
  overflow: hidden;
}
.p-menu__head a:before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 24px;
  height: 5px;
  background: url(../images/cmn/icon_arrow_pk.png) 0 0/cover;
  z-index: 1;
}
.p-menu__head a h2 {
  font-size: 62px;
  font-weight: bold;
  color: #fff;
}
.p-menu__head a h2 span {
  display: block;
  font-size: 33px;
  font-family: din-2014,  sans-serif;
  color: #fff;
  opacity: 0.4;
}
.p-menu__head a h3 {
  font-size: 31px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.4;
}
.p-menu__head a ul {
  display: flex;
}
.p-menu__head a ul li {
  font-size: 20px;
  font-weight: bold;
  color: #FF2BB2;
  background: #FFF;
  text-align: center;
  padding: 5px 20px;
  margin: 0 10px 0 0;
  border-radius: 5px;
  line-height: 1.3;
}
.p-menu__head a ul li:last-child {
  margin: 0;
}
.p-menu__head a p {
  position: absolute;
  top: 0;
  right: 0;
  width: 540px;
}
.p-menu__head a p img {
  opacity: 0.5;
}
.p-menu__body {
  margin: 0 0 30px;
}
.p-menu__body ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
.p-menu__body ul li {
  flex: 1;
  margin: 0 10px;
}
.p-menu__body ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 29px;
  font-weight: bold;
  color: #fff;
  background: #007DF9;
  text-align: center;
  padding: 30px 20px;
  box-sizing: border-box;
}
.p-menu__body ul li a:before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 24px;
  height: 5px;
  background: url(../images/cmn/icon_arrow_wh.png) 0 0/cover;
}
.p-menu__body ul li a span {
  display: block;
  font-size: 19px;
  font-family: din-2014,  sans-serif;
  color: #fff;
  opacity: 0.4;
}
.p-menu__foot a {
  position: relative;
  display: flex;
  align-items: center;
  background: #0B0B0B;
  padding: 20px;
}
.p-menu__foot a:before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 24px;
  height: 5px;
  background: url(../images/cmn/icon_arrow_wh.png) 0 0/cover;
}
.p-menu__foot a .photo {
  width: 45%;
}
.p-menu__foot a .content {
  width: 55%;
}
.p-menu__foot a .content h2 {
  font-size: 43px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.p-menu__foot a .content h2 span {
  display: block;
  font-size: 29px;
  color: #FF2BB2;
}

@media screen and (max-width: 760px) {
  .p-menu {
    padding: 30vw 5vw 50vw;
  }
  .p-menu__head {
    margin: 0 0 5vw;
  }
  .p-menu__head a {
    padding: 5vw 5vw 72vw;
  }
  .p-menu__head a h2 {
    font-size: 8.6vw;
    line-height: 1.2;
    margin: 0 0 2vw;
  }
  .p-menu__head a h2 span {
    font-size: 8.4vw;
    margin: 0 0 2vw;
  }
  .p-menu__head a h3 {
    font-size: 6.6vw;
    margin: 0 0 5vw;
  }
  .p-menu__head a ul {
    display: block;
  }
  .p-menu__head a ul li {
    font-size: 4.8vw;
    padding: 2vw;
    margin: 0 0 2vw;
  }
  .p-menu__head a p {
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .p-menu__body {
    margin: 0 0 5vw;
  }
  .p-menu__body ul {
    display: block;
    margin: 0;
  }
  .p-menu__body ul li {
    margin: 0 0 5vw;
  }
  .p-menu__body ul li:last-child {
    margin: 0;
  }
  .p-menu__body ul li a {
    font-size: 6.9vw;
    padding: 8vw 2vw;
  }
  .p-menu__body ul li a span {
    font-size: 4.6vw;
  }
  .p-menu__foot a {
    display: block;
    padding: 5vw 5vw 10vw;
  }
  .p-menu__foot a .photo {
    width: 100%;
    margin: 0 0 5vw;
  }
  .p-menu__foot a .content {
    width: 100%;
  }
  .p-menu__foot a .content h2 {
    font-size: 8.4vw;
    line-height: 1.2;
  }
  .p-menu__foot a .content h2 span {
    font-size: 5.8vw;
    margin: 0 0 2vw;
  }
}
/*----------------------------------------
  p-trouble
----------------------------------------*/
.p-trouble {
  background: #007DF9;
  padding: 80px 40px;
}
.p-trouble__container {
  max-width: 1200px;
  margin: auto;
}
.p-trouble__head {
  margin: 0 0 20px;
}
.p-trouble__head h2 {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.p-trouble__body ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.p-trouble__body ul li {
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}
.p-trouble__body ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 130px;
  font-size: 21px;
  font-weight: bold;
  color: #007DF9;
  background: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.p-trouble__body ul li a:before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 24px;
  height: 5px;
  background: url(../images/cmn/icon_arrow_bl.png) 0 0/cover;
}

@media screen and (max-width: 760px) {
  .p-trouble {
    padding: 10vw 5vw;
  }
  .p-trouble__head {
    margin: 0 0 5vw;
  }
  .p-trouble__head h2 {
    font-size: 8.2vw;
  }
  .p-trouble__body ul {
    justify-content: space-between;
    margin: 0 -1vw;
  }
  .p-trouble__body ul li {
    width: 50%;
    padding: 1vw;
  }
  .p-trouble__body ul li a {
    min-height: 20vw;
    font-size: 4.1vw;
    padding: 2vw;
  }
}
/*----------------------------------------
  p-news
----------------------------------------*/
.p-news {
  background: #fff;
  padding: 80px 40px;
}
.p-news__container {
  max-width: 1200px;
  margin: auto;
}
.p-news__head {
  margin: 0 0 20px;
}
.p-news__head h2 {
  font-size: 65px;
  font-weight: bold;
  font-family: din-2014,  sans-serif;
  color: #FF2BB2;
  text-align: center;
}
.p-news__body {
  margin: 0 0 50px;
}
.p-news__body .slick-news {
  margin: 0 -10px;
}
.p-news__body .slick-news .slick-slide {
  padding: 0 10px;
}
.p-news__body .slick-news .slick-slide a {
  display: block;
}
.p-news__body .slick-news .slick-slide a .photo {
  position: relative;
  padding-top: calc(2 / 3 * 100%);
  margin: 0 0 20px;
}
.p-news__body .slick-news .slick-slide a .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-news__body .slick-news .slick-slide a .content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -2px;
}
.p-news__body .slick-news .slick-slide a .content ul li {
  font-size: 12px;
  color: #fff;
  background: #007DF9;
  padding: 0 5px 1px;
  margin: 2px;
}
.p-news__body .slick-news .slick-slide a .content time {
  font-size: 14px;
  margin: 4px 0 2px;
  display: block;
}
.p-news__body .slick-news .slick-slide a .content h3 {
  font-size: 16px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.p-news__foot {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 760px) {
  .p-news {
    padding: 10vw 5vw 20vw;
  }
  .p-news__head {
    margin: 0 0 5vw;
  }
  .p-news__head h2 {
    font-size: 16vw;
  }
  .p-news__body {
    margin: 0 0 10vw;
  }
  .p-news__body .slick-news {
    margin: 0;
  }
  .p-news__body .slick-news .slick-slide {
    padding: 0;
  }
  .p-news__body .slick-news .slick-slide a .photo {
    margin: 0 0 5vw;
  }
  .p-news__body .slick-news .slick-slide a .content ul {
    margin: -1vw;
  }
  .p-news__body .slick-news .slick-slide a .content ul li {
    font-size: 3.8vw;
    padding: 0 2vw;
    margin: 1vw;
  }
  .p-news__body .slick-news .slick-slide a .content time {
    font-size: 3.8vw;
    margin: 1vw 0 0.4vw;
  }
  .p-news__body .slick-news .slick-slide a .content h3 {
    font-size: 4.2vw;
  }
  .p-news__body .slick-news .slick-dots {
    position: static;
    padding: 4vw 0 0;
  }
  .p-news__body .slick-news .slick-dots .slick-active {
    background: #FF2BB2;
  }
  .p-news__body .slick-news .slick-dots li {
    width: 3.2vw;
    height: 3.2vw;
  }
  .p-news__body .slick-news .slick-dots button {
    width: 100%;
    height: 100%;
    padding: 0;
  }
}
/*----------------------------------------
  p-youtube
----------------------------------------*/
.p-youtube {
  background: #0B0B0B;
  padding: 80px 40px;
}
.p-youtube__container {
  max-width: 1200px;
  margin: auto;
}
.p-youtube__head {
  margin: 0 0 30px;
}
.p-youtube__head h2 {
  width: 120px;
  margin: auto;
}
.p-youtube__body ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
.p-youtube__body ul li {
  position: relative;
  flex: 1;
  margin: 0 10px;
}
.p-youtube__body ul li:before {
  content: "";
  display: block;
  padding-top: calc(315 / 560 * 100%);
}
.p-youtube__body ul li iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 760px) {
  .p-youtube {
    padding: 20vw 5vw;
  }
  .p-youtube__head {
    margin: 0 0 5vw;
  }
  .p-youtube__head h2 {
    width: 31vw;
  }
  .p-youtube__body ul {
    flex-wrap: wrap;
    margin: 0;
  }
  .p-youtube__body ul li {
    flex: none;
    width: calc(50% - 2vw);
    margin: 0 0 4vw;
    box-sizing: border-box;
  }
}
/*----------------------------------------
  p-staff
----------------------------------------*/
.p-staff {
  position: relative;
  background: #fff;
  padding: 0 40px 100px;
  margin: 0 0 200px;
}
.p-staff:before {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 );
  /* IE6-9 */
}
.p-staff__content {
  margin: 0 0 30px;
}
.p-staff__content h2 {
  font-size: 35px;
  font-weight: bold;
  font-family: din-2014,  sans-serif;
  color: #007DF9;
  background: linear-gradient(to right, #007df9 25%, rgba(0, 125, 249, 0.2) 80%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  margin: 0 0 10px;
}
.p-staff__content h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.p-staff__content p {
  font-size: 15px;
  text-align: center;
  line-height: 2;
}
.p-staff__btn {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 760px) {
  .p-staff {
    padding: 0 5vw 10vw;
    margin: 0 0 50vw;
  }
  .p-staff:before {
    bottom: -10vw;
    height: 10vw;
  }
  .p-staff__photo {
    margin: 0 -5vw 5vw;
  }
  .p-staff__content {
    margin: 0 0 5vw;
  }
  .p-staff__content h2 {
    font-size: 8.4vw;
    margin: 0 0 2vw;
  }
  .p-staff__content h3 {
    font-size: 5.8vw;
    margin: 0 0 4vw;
  }
  .p-staff__content p {
    font-size: 3.8vw;
    text-align: left;
  }
}
.l-top .l-footer-othercontents .c-message {
  background: rgba(255,255,255,.9);
}
.l-top .l-footer-othercontents .c-content {
  display: none;
}

.side_movie {
  z-index: 999;
  position: fixed;
  bottom: 4%;
  left: 2%;
  width: 240px;
  height: 140px;
  transition: opacity 0.8s ease-out;
}
@media screen and (max-width: 760px) {
  .side_movie {
    bottom: 10vw;
    left: 6vw;
    width: 40vw;
    height: 24vw;
  }
}
.side_movie .mv_inner {
  width: 240px;
  height: 140px;
}
@media screen and (max-width: 760px) {
  .side_movie .mv_inner {
    width: 40vw;
    height: 24vw;
  }
}
.side_movie .btn {
  z-index: 9999;
  position: absolute;
  top: -6px;
  left: -10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #cccccc;
  color: #020202;
  cursor: pointer;
  padding: 0px 0 0 5px;
}
.side_movie.active {
  display: none;
}

.movie_pop {
  display: none;
}

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