/** ABOUT**************************************************/
/************************************************************************/


.about_mv_wrp {
  font-family: 'Noto Sans JP', sans-serif !important;
  position: relative;
  width: 100%;
  min-height: 400px;
  /*height: 100vh;*/
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  /*background: linear-gradient(45deg, rgba(216, 190, 17, 0.3646052170868347) 0%, rgba(235, 147, 88, 0.09849877450980393) 48%, rgba(22, 126, 189, 0.49625787815126055) 100%);
  background-size: 150% 150%;
  animation: bggradient 20s ease infinite;*/
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}



.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 3s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}





/* ----- fadeup -------------------*/

.fadeUp {
  animation-name: fadeUpAnime;
  animation-delay: 1.7s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.fadeUpTrigger {
  opacity: 0;
}

/* ----- fadeslide -------------------*/

.fadeslide {
  animation-name: fadeslideAnime;
  animation-delay: 0.9s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeslideAnime {
  from {
    opacity: 0;
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}




.about {
  display: none;
}

.about_mv_inner {
  margin-top: 48px;
  color: #111;

}



.about_mv_txt {
  position: relative;
  max-width: 720px;
  padding-left: 60px;
  margin: auto;
  font-size: 16px;
  line-height: 2.5;
  text-shadow: 2px 2px 2px #fff;
}

.statement {
  position: absolute;
  left: -40px;
  top: 60px;
  width: fit-content;
  transform: rotate(-90deg);
  border-bottom: 1px #ccc solid;
  color: #666;
}



.about_mv_txt h2 {
  width: 100%;
  padding: 12px 0 8px 0;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4px;
  text-shadow: 2px 2px 2px #fff;
  position: relative;
}



.about_mv_txt p {
  margin-bottom: 32px;
  font-weight: 400;
}

.dash {
  letter-spacing: -.2em;
  overflow: hidden;
  white-space: nowrap;
  width: 40px;
  margin: 0 8px 0 4px;
  font-weight: 400;
  font-family: "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}



.sign {
  text-align: right;
  color: #666;
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.5;
}

.sign_inn {
  text-align: left;
  display: inline-block;
  line-height: 2;
}

/** about business ****/
.business_wrp {
  display: flex;
  max-width: 1080px;
  margin: auto;
  padding: 24px 16px;
  border-bottom: 1px #D6D2D2 solid;
  background: #fff url(../../img/link_bg.svg) bottom 16px right 16px / 30px 30px no-repeat;
  transition: 0.3s;
}

.business_wrp:hover {
  background: #f5f5f5 url(../../img/link_bg.svg) bottom 16px right 16px / 34px 34px no-repeat;
  color: #333;
}

.business_wrp:first-child {
  border-top: 1px #D6D2D2 solid;
}

.business_image {
  width: 40%;
  padding-right: 32px;
}


.business_text {
  width: 60%;
  line-height: 1.7;
  font-size: 15px;
}

.business_wrp h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}


/**Company Info****************/
.pl-0 {
  padding-left: 0 !important;
}

.company_info_wrp {
  max-width: 1080px;
  margin: -50px auto 0 auto;

}

.company_info_wrp h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.company_info_inner {

  background: #F5F5F5;
  border-radius: 8px;
}

.company_info_text {
  max-width: 720px;
  margin: 32px auto;
  padding: 72px 40px;
  font-size: 14px;
}

.company_info_inner dt {
  width: 170px;
  border-left: 4px #666 solid;
  padding-left: 8px;
}

.company_info_inner dd {
  margin: 0 0 42px 200px;
}

.company_info_inner dt span,
.company_info_inner dd span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #999;
}

.b_group {
  margin-bottom: 16px;
}

/** history **/
.history_wrp {
  max-width: 720px;
  margin: 56px auto 0 auto;
  font-size: 14px;
  color: #666;
}

.history_wrp h2,
.partner_wrp h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.history_wrp dd {
  margin-bottom: 24px;
}

.history_wrp dd,
.partner_wrp dd {
  margin-left: 140px;
}

.partner_wrp {
  max-width: 640px;
  margin: 56px auto 0 auto;
  padding: 16px;
  font-size: 15px;
}

.partner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px #ccc solid;
}

.partner_logo {
  width: 220px;

}

.partner_logo img {
  max-height: 48px;
}

.partner_name {
  width: calc(100% - 220px);
  margin-left: 0;
  padding-left: 40px;

}

/****** tablet / 768 - 1024 *****/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about_mv_wrp {
    width: 84%;
    margin: 120px auto 0 auto;
  }



  .about_mv_inner {
    margin-top: 0;
  }

  .about_mv_txt h2 {
    font-size: 26px;
  }

  .about_mv_inner {
    padding: 0 24px 16px 24px;
  }

  .about_mv_txt {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.8;
  }
}

/****** SP / 767 or less *****/
@media screen and (max-width: 767px) {
  main {
    margin-top: 64px;
  }

  .about_mv_wrp {
    margin-top: 100px;
  }

  .about_mv video {
    height: calc(100vh - 64px);
  }

  .about_mv_inner {
    margin-top: 0;
    width: 100%;
    padding: 0 16px 8px 16px;
  }

  .about_mv_txt h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .about_mv_txt {
    padding-left: 0px;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.8;
  }

  .statement {
    transform: none;
    position: static;
    font-size: 12px;
  }

  .business_wrp {
    flex-direction: column;
  }

  .business_image {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 16px;
  }


  .business_text {
    width: 100%;
    font-size: 14px;
  }

  .business_wrp h3 {
    font-size: 18px;
  }

  .company_info_wrp {
    padding: 40px 16px;
  }

  .company_info_inner dt span,
  .company_info_inner dd span {
    display: inline;
    padding-left: 12px;
  }

  .company_info_inner dt {
    width: 100%;
    margin-bottom: 8px;
  }

  .company_info_inner dd {
    margin: 0 0 24px 0px;
    padding-bottom: 8px;
    border-bottom: 1px #ccc solid;
  }

  .history_wrp {
    padding: 0 16px;
  }

  .history_wrp dt {
    width: 100%;
    margin-bottom: 2px;
    font-weight: 600;
  }

  .history_wrp dd {
    margin-left: 0px;
  }

  .partner_wrp {
    flex-direction: column;
    justify-content: center;
  }

  .partner_logo {
    width: 100%;
    text-align: center;
  }

  .partner_name {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
