@charset "UTF-8";
/* ========================================================
	top.css => トップページ用CSs
======================================================== */
/* topのみheader */
@media screen and (min-width: 961px) {
  #header {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
  }
  #header nav #global > li a {
    color: #fff;
  }
  .lang_list p > * {
    color: #fff;
  }
  .lang_list p > *:hover {
    color: #00bbb4;
  }
  .lang_list p > *:before {
    background: #fff;
  }
  #header nav #global > li a:after {
    background: #fff;
  }
  .head_search_text_d {
    color: #fff;
  }
  #header.fixed {
    background: #fff !important;
  }
  #header.fixed .lang_list p > * {
    color: #0055aa;
  }
  #header.fixed .lang_list p > *:hover {
    color: #00bbb4;
  }
  #header.fixed .lang_list p > *:before {
    background: #0055aa;
  }
  #header.fixed nav #global > li a:after {
    background: #0055aa;
  }
  #header.fixed .head_search_text_d {
    color: #000;
  }
}
#container {
  padding-top: 0px;
}

@media screen and (max-width: 960px) {
  #header {
    background: transparent;
  }
  #header.fixed,
  #header.open {
    background-color: #fff;
  }
  #header .nav_btn:before,
  #header .nav_btn a:before,
  #header .nav_btn a:after {
    background-color: #fff;
  }
  #header.fixed .nav_btn:before,
  #header.fixed .nav_btn a:before,
  #header.fixed .nav_btn a:after,
  #header.open .nav_btn:before,
  #header.open .nav_btn a:before,
  #header.open .nav_btn a:after {
    background-color: #1d61a4;
  }
  .lang_list p > * {
    color: #fff;
  }
  #header.fixed .lang_list p > *,
  #header.open .lang_list p > * {
    color: #1d61a4;
  }
  #header .lang_list p > *:before {
    background: #fff;
  }
  #header.fixed .lang_list p > *:before,
  #header.open .lang_list p > *:before {
    background: #1d61a4;
  }
  #container {
    padding-top: 0px;
  }
}
.tpo_lead {
  font-size: 2rem;
}

@media screen and (max-width: 680px) {
  .tpo_lead {
    font-size: 1.6rem;
  }
}
/* main_visual
--------------------------------------------------------------- */
/* .main_visual {
  position: relative;
  overflow: hidden;
}
.main_visual .main_visual_inner {
  position: absolute;
  width: 570px;
  height: auto;
  z-index: 100;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #fff;
}
.main_visual .main_visual_inner .top_title {
  letter-spacing: 3px;
  font-size: 3.3rem;
  line-height: 1.2;
}
.main_visual .main_visual_inner .top_title span {
  display: block;
}
.main_visual .main_visual_inner .top_title span + span {
  margin-top: 10px;
}
.main_visual .main_visual_inner .top_title span.top_title_small {
  font-size: 2.2rem;
}
.main_visual .main_visual_inner p {
  margin-top: -30px;
  font-size: 1.6rem;
  line-height: 1.9;
}

@media screen and (max-width: 1800px) {
  .main_visual .main_visual_inner {
    right: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .main_visual .main_visual_inner {
    width: 45vw;
  }
  .main_visual .main_visual_inner .top_title {
    font-size: 2.4rem;
  }
  .main_visual .main_visual_inner .top_title span.top_title_small {
    font-size: 1.8rem;
  }
  .main_visual .main_visual_inner p {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 840px) {
  .main_visual .main_visual_inner {
    width: 53vw;
  }
  .main_visual .main_visual_inner .btn_right > * {
    font-size: 1.4rem;
    width: auto;
  }
}
@media screen and (max-width: 680px) {
  .main_visual .main_visual_inner {
    width: 90%;
    top: auto;
    bottom: 100px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .main_visual .main_visual_inner .top_title {
    font-size: 2.8rem;
  }
  .main_visual .main_visual_inner .top_title span {
    font-size: 1.8rem;
  }
  .main_visual .main_visual_inner p {
    margin-top: 30px;
    font-size: 1.6rem;
  }
  .main_visual .main_visual_inner .btn_right > * {
    width: auto;
    margin: auto auto auto auto;
  }
}
@media screen and (max-width: 480px) {
  .main_visual .main_visual_inner .top_title {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }
  .main_visual .main_visual_inner .top_title span {
    font-size: 1.8rem;
  }
  .main_visual .main_visual_inner p {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .main_visual .main_visual_inner .btn_right > * {
    font-size: 1.3rem;
  }
} */

.main_visual {
  position: relative;
  overflow: hidden;
}
.main_visual .main_visual_inner {
  position: absolute;
  width: 570px;
  height: auto;
  z-index: 100;
  top: 40%;
  right: 10%;
  color: #fff;
}
.main_visual .main_visual_inner .top_title {
  letter-spacing: 3px;
  font-size: 3.3rem;
  line-height: 1.2;
  text-align: right;
}
.main_visual .main_visual_inner .top_title span {
  display: block;
}
.main_visual .main_visual_inner .top_title span + span {
  margin-top: 10px;
}
.main_visual .main_visual_inner .top_title span.top_title_small {
  font-size: 2.2rem;
}
.main_visual .main_visual_inner p {
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 1.9;
}
@media screen and (max-width: 1300px) {
  .main_visual .main_visual_inner {
    right: 3%;
    width: 45%;
  }

  .main_visual .main_visual_inner .top_title {
    font-size: 2.4rem;
  }
  .main_visual .main_visual_inner .top_title span.top_title_small {
    font-size: 1.8rem;
  }
  .main_visual .main_visual_inner p:not(.tac) {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .main_visual .main_visual_inner {
    top: 25%;
  }
  .main_visual .main_visual_inner .top_title {
    font-size: 2.2rem;
  }
  .main_visual .main_visual_inner .top_title span.top_title_small {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 960px) {
  .main_visual .main_visual_inner {
    top: 60%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -0%);
    width: 95%;
  }
  .main_visual .main_visual_inner .top_title {
    text-align: center;
  }
  .main_visual .btn_right > * {
    margin: auto auto auto auto;
  }
  .main_visual .main_visual_inner p {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .main_visual .main_visual_inner .top_title {
    font-size: 1.8rem;
  }
  .main_visual .main_visual_inner .top_title span.top_title_small {
    font-size: 1.4rem;
  }
  .main_visual .main_visual_inner p {
    text-align: left;
  }
  .main_visual  .btn_yellow .btn_arrow {
  text-align: center;
}

}

/* テキストが順番にでる
------------------------------------------------------------- */
/* メインフェードイン
--------------------------------------------------------------------------------------------------------------------------  */
.fade.is-act {
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

/* アニメーション前 */
.load-trigger {
  opacity: 0;
}
.load-trigger.load-01 {
  /*動く時間　発動までの時間*/
  -webkit-animation: fadeIn 1s ease-in-out 0.2s 1 normal forwards;
  animation: fadeIn 1s ease-in-out 0.2s 1 normal forwards;
}
.load-trigger.load-02 {
  -webkit-animation: fadeIn 1s ease-in-out 1s 1 normal forwards;
  animation: fadeIn 1s ease-in-out 1s 1 normal forwards;
}
.load-trigger.load-03 {
  -webkit-animation: fadeIn 1s ease-in-out 1.8s 1 normal forwards;
  animation: fadeIn 1s ease-in-out 1.8s 1 normal forwards;
}
.load-trigger.load-04,
.load-trigger.load-05 {
  -webkit-animation: fadeIn 0.5s ease-in-out 2.6s 1 normal forwards;
  animation: fadeIn 0.5s ease-in-out 2.6s 1 normal forwards;
}

.load-trigger.load-06 {
  -webkit-animation: fadeIn 0.5s ease-in-out 3.4s 1 normal forwards;
  animation: fadeIn 1.5s ease-in-out 3.4s 1 normal forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/* slick　スライダー
------------------------------------------------------------- */
/* .slide {
  position: relative;
}

.slider li {
  position: relative;
}
.slider li img {
  -o-object-position: top;
  object-position: top;
  font-family: "object-fit: contain; object-position: top";
  width: 100%;
  height: 75vh;
}

@media screen and (max-width: 840px) {
  .slider li img {
    height: 65vh;
  }
}
@media screen and (max-width: 680px) {
  .slider li img {
    height: 100vh;
  }
}

.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots {
  bottom: 30px;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #fff;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
} */

.slide {
  position: relative;
}

.slider li {
  position: relative;
}
.slider li img {
  -o-object-position: top;
  object-position: top;
  font-family: "object-fit: contain; object-position: top";
  width: 100%;
  height: 75vh;
}

@media screen and (max-width: 1024px) {
  .slider li img {
    height: 100%;
  }
}
@media screen and (max-width: 680px) {
  .slider li img {
    height: 100vh;
  }
}
/* スライダーパーツ */
.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots {
  bottom: 30px;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #fff;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
}

/* scroll_box
--------------------------------------------------------------- */
.scroll_box {
  position: absolute;
  left: 50%;
  bottom: 82px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 800;
  height: 10px;
  width: 80px;
  display: block;
}
.scroll_box img {
  width: 100%;
  text-align: center;
}
.scroll_box p:nth-child(1) {
  position: relative;
}
.scroll_box p:nth-child(1):before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  height: 40px;
  width: 2px;
  background: #fff;
  -webkit-animation: 0.8s arrow-animation infinite ease-in-out;
  animation: 0.8s arrow-animation infinite ease-in-out;
}

@media screen and (max-width: 960px) {
  .scroll_box {
    width: 60px;
    bottom: 7vw;
  }
  .scroll_box img {
    width: 100%;
    text-align: center;
  }
  .scroll_box p:nth-child(2) img {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .scroll_box {
    bottom: 12vw;
  }
}
/*スクロールアニメーション*/
@-webkit-keyframes arrow-animation {
  0% {
    height: 0;
    top: 35px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
@keyframes arrow-animation {
  0% {
    height: 0;
    top: 35px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
/* Figurenetの強み
-----------------------------------------------------------------------------------------------------------------*/
.top_cont_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_cont_left {
  width: 30%;
}

.top_cont_right {
  width: 67%;
  margin-left: 3%;
}

@media screen and (max-width: 960px) {
  .top_cont_flex {
    display: block;
  }
  .top_cont_left {
    width: auto;
    margin-bottom: 30px;
  }
  .top_cont_right {
    width: auto;
    margin-left: auto;
  }
}
/* feature_list */
.features_area {
  padding: 0px 0 40px 0;
  position: relative;
}

.feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.feature_list > li {
  overflow: hidden;
}

.feature_list > li a {
  display: block;
  height: 100%;
  width: 100%;
}

.feature_list_inner {
  padding: 20px 10px;
}

.feature_list_title {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 50px;
  margin-bottom: 1em;
}

.feature_list .point_ico {
  position: absolute;
  bottom: 10px;
  left: 50%;
  font-size: 1.4rem;
  letter-spacing: 3px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-weight: bold;
}
.feature_list .point_ico span {
  font-size: 3.4rem;
}
.feature_list > li {
  position: relative;
  height: 500px;
  text-align: center;
  color: #fff;
  width: 32%;
  background: url(../images/top/features_01.jpg) no-repeat;
  background-size: cover;
}
.feature_list > li:nth-child(2) {
  margin-top: 10%;
  background: url(../images/top/features_02.jpg) no-repeat;
  background-size: cover;
}
.feature_list > li:nth-child(3) {
  margin-top: 20%;
  background: url(../images/top/features_03.jpg) no-repeat;
  background-size: cover;
}

/* .features_area .top_cont_right {
  padding-top: 15rem;
} */
@media screen and (max-width: 960px) {
  .features_area .top_cont_right {
    padding-top: 0;
  }
}
@media screen and (max-width: 680px) {
  /*   .features_area {
    padding: 50px 0 60px 0;
  } */
  .features_area {
    padding: 0px 0 0px 0;
  }
  .feature_list {
    display: block;
  }
  .feature_list_inner {
    padding: 20px 10px 30px 10px;
  }
  .feature_list_title {
    font-size: 2.4rem;
    margin-top: auto;
    margin-bottom: 10px;
  }
  .feature_list .point_ico {
    position: static;
    bottom: auto;
    left: auto;
    font-size: 1rem;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .feature_list .point_ico span {
    font-size: 2rem;
  }
  .feature_list > li {
    height: auto;
    width: 100%;
  }
  .feature_list > li:nth-child(2),
  .feature_list > li:nth-child(3) {
    margin-top: 5%;
  }
  .feature_list li + li {
    margin-top: 2%;
  }
}

/* .feature_list_02
-----------------------------------------------------------------------------------------------------------------*/

.features_bg {
  position: relative;
  overflow: hidden;
}
.features_bg:before {
  content: "";
  background: rgb(193, 234, 234);
  background: linear-gradient(61deg, rgba(193, 234, 234, 1) 0%, rgba(253, 240, 198, 1) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 85%;
  transform: translate(-50%, -50%) skewX(-25deg);
}
@media screen and (max-width: 1420px) {
  .features_bg:before {
    top: 50%;
    left: 80%;
  }
}
@media screen and (max-width: 960px) {
  .features_bg:before {
    width: 150%;
  }
}
.feature_list_02 {
  width: 80%;
  margin-left: 20%;
  margin-top: 5%;
}
.feature_list_02 a {
  color: #000;
}

.feature_list_02 > li {
  margin-bottom: 5%;
}

.feature_list_02 > li:nth-child(2) {
  margin-left: -10%;
  margin-right: 10%;
}
.feature_list_02 > li:nth-child(3) {
  margin-left: -20%;
  margin-right: 20%;
}

@media screen and (max-width: 960px) {
  .feature_list_02 {
    width: auto;
    margin-left: 0;
    margin-top: 5%;
  }
  .feature_list_02 > li {
    width: 80%;
  }

  .feature_list_02 > li:nth-child(2) {
    margin-left: 10%;
  }
  .feature_list_02 > li:nth-child(3) {
    margin-left: 20%;
  }
}
@media screen and (max-width: 480px) {
  .feature_list_02 > li {
    width: 100%;
  }
  .feature_list_02 > li:nth-child(2) {
    margin-left: 0;
  }
  .feature_list_02 > li:nth-child(3) {
    margin-left: 0;
  }
}

.feature_list_02_inner {
  display: flex;
  overflow: hidden;
  background: #fff;
  align-items: center;
  position: relative;
}

.feature_list_02_inner:before,
.feature_list_02_inner:after {
  content: "";
  position: absolute;
}

.feature_list_02_inner:before {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(45deg, rgba(247, 163, 62, 1) 0%, rgba(242, 114, 23, 1) 34%);
  bottom: 10px;
  right: 10px;
}
.feature_list_02_inner:after {
  bottom: 23px;
  right: 25px;
  background: url(../images/arrow_ff.svg) no-repeat;
  background-size: cover;
  width: 0.8rem;
  height: 1.5rem;
}

.feature_list_02_inner .img img {
  height: 200px;
}
.feature_list_02_inner .text_box {
  position: relative;
}

@media screen and (max-width: 1200px) {
  .feature_list_02_inner .img img {
    height: 16vw;
  }
  .feature_list_02_inner .text_box {
    font-size: 1.2vw;
  }
  .feature_list_02_inner:before {
    width: 2rem;
    height: 2rem;
  }
  .feature_list_02_inner:after {
    bottom: 14px;
    right: 17px;
    width: 0.5rem;
    height: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .feature_list_02_inner .text_box {
    font-size: 1rem;
    width: 65%;
    margin-left: 5%;
  }
  .feature_list_02_inner .img {
    width: 30%;
  }

  .feature_list_02_inner .img img {
    height: 35vw;
    object-position: left;
    font-family: "object-fit: cover; object-position: left;";
  }
}
/* @media screen and (max-width: 320px) {

  .feature_list_02_inner .img img {
    height: 35vw;
  }
} */
.feature_list_02_title {
  font-size: 2.7rem;
  font-weight: bold;
  color: #004e9d;
  margin-bottom: 0.2em;
}
.feature_list_02_title span {
  font-size: 3.3rem;
  font-style: italic;
  position: relative;
}
.feature_list_02_title span:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, rgba(247, 163, 62, 1) 0%, rgba(242, 114, 23, 1) 34%);
}
@media screen and (max-width: 1200px) {
  .feature_list_02_title {
    font-size: 3vw;
  }
  .feature_list_02_title span {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 480px) {
  .feature_list_02_title {
    font-size: 1.8rem;
  }
  .feature_list_02_title span {
    font-size: 2rem;
  }
}
/* @media screen and (max-width: 320px){
  .feature_list_02_title {
    font-size: 1.6rem;
  }
  .feature_list_02_title span {
    font-size: 1.8rem;
  }
} */

/*時間差
----------------------------------------------------------------*/
.feature_list_time > li:nth-child(1) > * > * {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.feature_list_time > li:nth-child(2) > * > * {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.feature_list_time > li:nth-child(3) > * > * {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

/* その部品、海外ならあるかも？！
-----------------------------------------------------------------------------------------------------------------*/
.find_area {
  padding: 50px 0 0px 0;
}
.find_area .diagonal_title_top {
  margin-bottom: 0;
}
.find_area_mv_title {
  padding: 120px 0 80px 0;
  position: relative;
  letter-spacing: 1px;
  font-size: 2.9rem;
}
.find_area_mv_bg {
  display: block;
  background: url(../images/top/find_bg.jpg) no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
}
.find_area_mv_bg_f {
  display: block;
  background: url(../images/top/find_bg_f.jpg) no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
}
.find_area_mv_bg:before {
  position: absolute;
  content: "";
  background: url(../images/top/find_tri_01.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 7vw;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1600px) {
  .find_area_mv_title {
    padding: 5vw 0 4vw 0;
  }
}
@media screen and (max-width: 1000px) {
  .find_area_mv_title {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 680px) {
  .find_area_mv_title {
    font-size: 5vw;
    text-shadow:
      1px 1px 2px #fff,
      0 0 1em #fff,
      0 0 0.2em #fff;
    padding: 40px 0 40px 0;
    position: relative;
    letter-spacing: 1px;
  }
  .find_area_mv_title :before {
    content: normal;
  }
}
.find_area_box {
  background: #ececf2;
  position: relative;
}
.find_area_box:before {
  position: absolute;
  content: "";
  background: url(../images/top/find_tri_02.svg) no-repeat;
  background-position: left;
  background-size: cover;
  width: 100%;
  height: 7vw;
  top: -7vw;
  left: 0;
}

.find_area_box:after {
  background: url(../images/top/section_arrow_dblue.svg) no-repeat;
  width: 6.3rem;
  height: 3.8rem;
  background-size: contain;
  content: "";
  position: absolute;
  left: 50%;
  top: -4vw;
  transform: translate(-50%, -0%);
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .find_area_box:after {
    top: -5vw;
  }
}

.find_area_list {
  max-width: 1250px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.find_area_list > li a {
  display: block;
}
.find_area_list .find_title {
  font-size: 1.4rem;
  font-style: italic;
  text-align: right;
  color: #062e47;
}
.find_area_list .find_title span {
  font-size: 3.5rem;
}
.find_area_list_inner {
  -webkit-box-shadow: 22px 15px 20px -17px rgba(0, 0, 0, 0.3);
  box-shadow: 22px 15px 20px -17px rgba(0, 0, 0, 0.3);
  padding: 30px 40px 40px 40px;
  font-size: 2.2rem;
  background: url(../images/top/find_list_bg.svg) no-repeat;
  background-size: cover;
  position: relative;
}
.find_area_list_inner_f {
  -webkit-box-shadow: 22px 15px 20px -17px rgba(0, 0, 0, 0.3);
  box-shadow: 22px 15px 20px -17px rgba(0, 0, 0, 0.3);
  padding: 30px 40px 40px 40px;
  font-size: 2.2rem;
  background: url(../images/top/find_list_bg_f.svg) no-repeat;
  background-size: cover;
  position: relative;
}
.find_area_list_inner:before {
  content: "";
  background: url(../images/top/find_list_rti.svg) no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}
.find_area_list_inner:after {
  content: "";
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
  background: url(../images/arrow_ff.svg) no-repeat;
  background-size: cover;
  width: 0.8rem;
  height: 1.5rem;
}
.find_area_list_inner .find_title_sub {
  color: #fff;
  font-size: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 9rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.find_area_list > li + li {
  margin-left: 3%;
}
.find_area_list > li {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 32%;
}
.find_area_list > li:nth-child(1) > * {
  -webkit-transform: translateY(0x);
  transform: translateY(0x);
  opacity: 1 !important;
}
.find_area_list > li:hover:nth-child(1) {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.find_area_list > li:nth-child(2) > * {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 1 !important;
}
.find_area_list > li:hover:nth-child(2) {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.find_area_list > li:nth-child(3) > * {
  opacity: 1 !important;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}
.find_area_list > li:hover:nth-child(3) {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

@media screen and (max-width: 1250px) {
  .find_area_list {
    max-width: 95%;
  }
  .find_area_list_inner {
    padding: 2.5vw 1.5vw;
  }
  .find_area_list_inner .find_title_sub {
    font-size: 2vw;
    height: 6vw;
  }
}
@media screen and (max-width: 960px) {
  .find_area_list {
    padding-top: 20px;
  }
}
@media screen and (max-width: 720px) {
  .find_area_list {
    display: block;
  }
  .find_area_list_inner {
    padding: 30px 30px;
  }
  .find_area_list > li + li {
    margin-left: auto;
    margin-top: 10%;
  }
  .find_area_list > li {
    width: 100%;
  }
  .find_area_list > li:nth-child(1) > * {
    -webkit-transform: translateY(0x);
    transform: translateY(0x);
  }
  .find_area_list > li:nth-child(2) > * {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .find_area_list > li:nth-child(3) > * {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media screen and (max-width: 680px) {
  .find_area {
    padding: 30px 0 0px 0;
  }
  .find_area_mv_bg {
    display: block;
    background-size: cover;
    background-position: center;
  }
  .find_area_list {
    max-width: 80%;
  }
  .find_area_list > li {
    font-size: 1.4rem;
    display: block;
  }
  .find_area_list > li .circle *:before {
    color: #008ef3;
  }
  .find_area_list > li .circle > li + li {
    margin-top: 10px;
  }
  .find_area_list > li .find_title {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .find_area_list > li .find_title_sub {
    font-size: 1.6rem;
    margin-bottom: 0.8em;
  }
  .find_area_list > li .img {
    width: auto;
  }
  .find_area_list > li .img img {
    height: auto;
  }
  .find_area_list > li .text_box {
    width: auto;
    padding: 10px 20px;
  }
  .find_area_list > li + li {
    margin-top: 3%;
  }
}
@media screen and (max-width: 480px) {
  .find_area_list {
    padding-top: 0;
  }
}
/* find_arrow_list
---------------------------------- */
.find_arrow_list_li {
  max-width: 80%;
  margin: 20px auto auto 20px;
}
.find_arrow_list_li > li {
  width: 100%;
  position: relative;
  font-size: 1.5rem;
  padding-left: 2rem;
  display: block;
  font-weight: normal;
}
.find_arrow_list_li > li span {
  padding-left: 1rem;
  position: relative;
  z-index: 5;
  color: #000;
}
.find_arrow_list_li > li span:before {
  content: "";
  position: absolute;
  background: url(../images/top/find_arrow.svg) no-repeat;
  width: 4rem;
  height: 2rem;
  left: -4rem;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-size: contain;
}
.find_arrow_list_li > li:before {
  z-index: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 4rem;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skew(-30deg);
  transform: translate(-50%, -50%) skew(-30deg);
}
.find_arrow_list_li > li:after {
  z-index: 1;
  content: "";
  background: url(../images/top/find_arrow.svg) no-repeat;
}
.find_arrow_list_li > li span {
  position: relative;
  z-index: 2;
}
.find_arrow_list_li > li + li {
  margin-top: 20px;
}

@media screen and (max-width: 1250px) {
  .find_arrow_list_li > li {
    font-size: 1vw;
  }
  .find_arrow_list_li > li:before {
    height: 3.2vw;
  }
  .find_arrow_list_li > li + li {
    margin-top: 2.2vw;
  }
}
@media screen and (max-width: 720px) {
  .find_arrow_list_li {
    margin: 30px auto auto 20px;
  }
  .find_arrow_list_li > li {
    font-size: 3vw;
  }
  .find_arrow_list_li > li:before {
    height: 7vw;
  }
  .find_arrow_list_li > li + li {
    margin-top: 3vw;
  }
}
/* 下線 */
.find_boeder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.find_boeder li span {
  position: relative;
}
.find_boeder li span:before {
  content: "";
  background: #ff0000;
  width: 100%;
  height: 0.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.find_boeder li span:after {
  content: "";
  background: #fff;
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.7em;
  bottom: 0;
  z-index: -1;
}

.borderlinetigger.border-line li span:after {
  -webkit-animation-name: borderline;
  animation-name: borderline;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes borderline {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*要素を左の枠外に移動*/
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*要素を左の枠外に移動*/
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /*要素を元の位置に移動*/
  }
}
@keyframes borderline {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*要素を左の枠外に移動*/
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*要素を左の枠外に移動*/
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /*要素を元の位置に移動*/
  }
}
/* ボタン */
.find_btn_flex {
  max-width: 1000px;
  margin: auto;
}
.find_btn_flex ul > li {
  width: 33%;
  margin-bottom: 2%;
}
.find_btn_flex ul > li + li {
  margin-left: 2%;
}
.find_btn_flex a {
  display: block;
  width: 100%;
  padding: 13px 2em 13px 1em !important;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .find_btn_flex {
    max-width: 95%;
  }
  .find_btn_flex ul {
    flex-wrap: wrap;
  }
  .find_btn_flex ul > li {
    width: auto;
  }
}

@media screen and (max-width: 760px) {
  .find_btn_flex ul {
    margin: auto;
    display: block;
    max-width: 80%;
  }

  .find_btn_flex ul > li {
    width: auto;
  }
  .find_btn_flex ul > li + li {
    margin-left: auto;
    margin-top: 3%;
  }
}

/* find_cv
----------------------------------------------- */
.find_cv {
  display: inline-block;
  margin-bottom: 1em;
}
.find_cv > * {
  color: #fff;
  padding: 1em 1em;
  position: relative;
  line-height: 1.4;
  margin: auto;
  margin-bottom: 1em;
}
.find_cv > * {
  margin-bottom: 0 !important;
}
.find_cv > * span {
  z-index: 1;
  position: relative;
}
.find_cv > *:before {
  content: "";
  width: 100%;
  height: 100%;
  transform: skewX(-25deg);
  position: absolute;
  top: 0;
  z-index: 0;
  background: linear-gradient(45deg, rgba(247, 163, 62, 1) 0%, rgba(242, 114, 23, 1) 34%);
  left: 0;
}

@media screen and (max-width: 680px) {
  .find_cv {
    display: block;
    margin-bottom: 1em;
  }
  .find_cv > * {
    width: 80%;
    margin: auto;
  }
}

@media screen and (max-width: 480px) {
  .find_cv > * {
    width: 70%;
    line-height: 1.5;
  }
}

/* find_cv_2
----------------------------------------------- */

.find_cv_2_bg_hidden {
  margin-top: 3rem;
  overflow: hidden;
  padding-top: 5rem;
}

/* find_cv_2_bg */
.find_cv_2_bg {
  position: relative;
  padding: 8rem 0 10rem 0;
}
.find_cv_2_bg:before,
.find_cv_2_bg:after {
  content: "";
  position: absolute;
}
.find_cv_2_bg:before {
  background: #fff2e9;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  transform: skew(0deg, -2deg);
}

.find_arrow {
  position: relative;
}
.find_arrow:after {
  content: "";
  position: absolute;
  background: url(../images/social/section_arrow.svg) no-repeat;
  width: 6.3rem;
  height: 3.8rem;
  background-size: contain;
  left: 50%;
  top: 2.2vw;
  transform: translate(-50%, -0%);
  z-index: 20;
}

@media screen and (max-width: 960px) {
  .find_arrow:after {
    top: 6.2vw;
  }
}

.find_cv_2 {
  display: flex;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 70%;
  margin: auto;
}
.find_cv_2:before {
  content: "";
  background: linear-gradient(135deg, rgba(247, 163, 62, 1) 0%, rgba(242, 114, 23, 1) 34%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  box-sizing: border-box;
  left: -2px;
  top: -2px;
  position: absolute;
  z-index: -1;
}

.find_cv_2 .img {
  position: relative;
  width: 30%;
  overflow: hidden;
  background: #fff;
}
.find_cv_2 .img:before {
  content: "";
  background: linear-gradient(135deg, rgba(247, 163, 62, 1) 0%, rgba(242, 114, 23, 1) 34%);
  top: 0;
  right: 20%;
  position: absolute;
  width: 120%;
  height: 100%;
  transform: skewX(-15deg);
  z-index: 0;
}

.find_cv_2 .img img {
  width: 5.6rem;
  height: 5rem;
  position: relative;
  transform: translateX(-20%);
  z-index: 2;
}
.find_cv_2 .img {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.find_cv_2 .text_box {
  width: 85%;
  color: #ff0000;
  font-weight: bold;
  background: #fff;
  padding: 1rem;
  font-size: 2.5rem;
  font-feature-settings: "palt";
  text-align:center;
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .find_cv_2 {
    width: 100%;
  }
}

@media screen and (max-width: 680px) {
  .find_cv_2 .text_box {
    font-size: 2.0rem;
  }
  .find_cv_2 .img img {
    width: 3rem;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .find_cv_2 .text_box {
    font-size: 1.8rem;
  }
  .find_cv_2 .img {
    width: 20%;
  }
  .find_cv_2 .text_box {
    width: 80%;
  }
}

/* 海外で見つかった！
-----------------------------------------------------------------------------------------------------------------*/
/* find_area_mv_2 */
.find_area_title_area {
  position: relative;
}
/* find_area_title_area */
.find_area_title_area {
  margin: 8rem auto 13rem auto;
}
@media screen and (max-width: 480px) {
  .find_area_title_area {
    margin: 4rem auto 7rem auto;
  }
}

.find_area_green_title {
  color: #00a397;
  font-weight: bold;
  margin-top: 5rem;
}

.find_area_green_title span {
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
}
.find_area_green_title span:before,
.find_area_green_title span:after {
  content: "";
  background: url(../images/top/freen_bar.svg) no-repeat;
  position: absolute;
  top: 52%;
  transform: translate(-0%, -50%);
  width: 0.7em;
  height: 0.8em;
}
.find_area_green_title span:before {
  left: 0;
}
.find_area_green_title span:after {
  right: 0;
  transform: translate(-0%, -50%) scale(-1, 1);
}
@media screen and (max-width: 480px) {
  .find_area_green_title span {
    padding: 0 1em;
  }
}

.find_area_cation {
  padding-top: 2rem;
}
@media screen and (max-width: 480px) {
  .find_area_cation {
    margin-bottom: 0 !important;
    padding-top: 4rem;
  }
}

/* 海外に部品を販売する
-----------------------------------------------------------------------------------------------------------------*/

.sell_area_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
}
.sell_area_cont .img {
  width: 40%;
}
.sell_area_cont .text_box {
  width: 65%;
  margin-left: 5%;
}

.sell_area_cont .img img {
  width: 100%;
}

@media screen and (max-width: 680px) {
  .sell_area_cont {
    display: block;
  }
  .sell_area_cont .img {
    width: auto;
  }
  .sell_area_cont .text_box {
    width: auto;
    margin-left: 0;
    margin-top: 5%;
  }
}

/*voice お客様 base
------------------------------------------------------------------------------------------------- */
/* .voice {
  max-width: 1223px;
  margin: auto;
}
.voice_list {
  padding: 80px 0 100px 0;
}
.voice_list li {
  position: relative;
}
.voice_list_line {
  background: #fff;
  position: relative;
  border: solid 2px #0175ba;
  padding: 40px 20px 30px 70px;
  width: 58%;
  margin: auto auto auto 1%;
}
.voice_list_line:before {
  content: "";
  z-index: -2;
  background: -webkit-gradient(linear, left top, right top, from(#0080e5), color-stop(24%, #0080e5), to(#004e9d));
  background: linear-gradient(to right, #0080e5 0%, #0080e5 24%, #004e9d 100%);
  width: 265px;
  height: 170px;
  position: absolute;
  top: -30px;
  right: -30px;
}
.voice_list li:nth-child(even) .voice_list_line {
  margin: auto 16% auto auto;
}
.voice_list li:nth-child(even) .voice_list_line:before {
  left: -30px;
  right: auto;
}
.voice_list li + li {
  margin-top: 60px;
}
.voice_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.voice_list_inner > * + * {
  margin-left: 8%;
}
.voice_list_inner .img {
  position: relative;
  width: 25%;
  text-align: center;
  padding-bottom: 20px;
}
.voice_list_inner .img img {
  -webkit-transform: translate(10px, -50px);
  transform: translate(10px, -50px);
  width: 72%;
}
.voice_list_inner .img_text {
  position: absolute;
  bottom: 6px;
  color: #fff;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  padding: 4px 24px;
  background: url(../images/voice/voice_title_bg.svg) no-repeat;
  width: 112%;
  background-size: contain;
  background-position: center;
}
.voice_list_inner .text_box {
  font-size: 1.7rem;
  width: 100%;
  list-style: 2;
}
.voice_inner_title {
  color: #0080e5;
  font-weight: bold;
  font-size: 2.3rem;
  margin-bottom: 1rem;
}

.voice_inner_title {
  position: relative;
  display: inline-block;
}
.voice_inner_title:before {
  content: "";
  background: url(../images/top/kirakira.svg) no-repeat;
  width: 2em;
  height: 2em;
  background-size: contain;
  position: absolute;
  right: -2em;
  top: 0;
  animation: kirakira 1s step-end infinite;
}

@keyframes kirakira {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.voice_num {
  font-style: italic;
  position: absolute;
  left: -30px;
  top: -50px;
  font-size: 1.8rem;
}
.voice_num_bg {
  display: block;
  text-align: center;
  color: #fff;
  background: url(../images/voice/voice_date_bg.svg) no-repeat;
  background-size: cover;
  padding: 9px 53px;
  line-height: 1.2;
}
.voice_num_bg span {
  font-size: 4.3rem;
  display: block;
}
.voice li:nth-child(even) .voice_num {
  left: auto;
  right: -40px;
}
.voice_answer {
  width: 52%;
  -webkit-transform: translate(45%, -25px);
  transform: translate(45%, -25px);
  background: #e7eeec;
  padding: 30px 30px;
  border-radius: 8px;
  font-size: 1.5rem;
  letter-spacing: -1px;
}
.voice li:nth-child(even) .voice_answer {
  -webkit-transform: translate(75%, -25px);
  transform: translate(75%, -25px);
}

@media screen and (max-width: 1200px) {
  .voice_list_line {
    width: 70%;
  }
  .voice_list li:nth-child(even) .voice_list_line {
    margin: auto 17% auto auto;
  }
  .voice_list_inner .img img {
    -webkit-transform: translate(10px, -50px);
    transform: translate(10px, -50px);
    width: 72%;
  }
  .voice_list_inner .img_text {
    bottom: 6px;
    padding: 4px 24px;
    font-size: 1.5vw;
    width: 112%;
  }
  .voice_list .text_box {
    font-size: 1.5vw;
  }
  .voice_inner_title {
    font-size: 2vw;
  }
  .voice li:nth-child(even) .voice_num {
    left: auto;
    right: -40px;
  }
  .voice_answer {
    width: 58%;
    -webkit-transform: translate(52%, -20px);
    transform: translate(52%, -20px);
    padding: 30px 30px;
    font-size: 1.4vw;
  }
  .voice li:nth-child(even) .voice_answer {
    -webkit-transform: translate(52%, -20px);
    transform: translate(52%, -20px);
  }
}
@media screen and (max-width: 680px) {
  .voice_list li {
    margin-left: 5%;
  }
  .voice_list_line {
    padding: 40px 2vw 30px 2vw;
    width: 85%;
  }
  .voice_list_line:before {
    width: 250px;
    height: 150px;
    top: -20px;
    right: -20px;
  }
  .voice_list li:nth-child(even) .voice_list_line {
    margin: auto 17% auto auto;
  }
  .voice_list li:nth-child(even) .voice_list_line:before {
    left: -20px;
    right: auto;
  }
  .voice_list li + li {
    margin-top: 60px;
  }
  .voice_list_inner {
    display: block;
  }
  .voice_list_inner > * + * {
    margin-left: auto;
  }
  .voice_list_inner .img {
    margin: auto auto 20px auto;
    width: 100%;
    padding-bottom: 0px;
  }
  .voice_list_inner .img img {
    -webkit-transform: translate(0px, -50px);
    transform: translate(0px, -50px);
    width: 30%;
  }
  .voice_list_inner .img_text {
    bottom: 6px;
    padding: 4px 24px;
    width: 112%;
    font-size: 3vw;
  }
  .voice_list_inner .text_box {
    font-size: 3.2vw;
    width: auto;
  }
  .voice_inner_title {
    font-size: 4vw;
  }
  .voice_num {
    left: -30px;
    top: -25px;
    font-size: 1.2vw;
  }
  .voice_num_bg {
    padding: 5px 33px;
  }
  .voice_num_bg span {
    font-size: 6vw;
  }
  .voice li:nth-child(even) .voice_num {
    left: auto;
    right: -40px;
  }
  .voice_answer {
    width: 80%;
    -webkit-transform: translate(10%, -20px);
    transform: translate(10%, -20px);
    padding: 20px 3.5vw;
    font-size: 3.2vw;
  }
  .voice li:nth-child(even) .voice_answer {
    -webkit-transform: translate(10%, -20px);
    transform: translate(10%, -20px);
  }
}
@media screen and (max-width: 480px) {
  .voice_list_line:before {
    width: 55vw;
    height: 150px;
  }
  .voice_list li:nth-child(even) .voice_num {
    left: auto;
    right: -43px;
  }
  .voice_num {
    left: -31px;
    top: -25px;
    font-size: 3vw;
  }
  .voice_num_bg {
    padding: 11px 49px 11px 50px;
  }
  .voice_num_bg span {
    font-size: 8vw;
  }
} */
/* お客様の声
-----------------------------------------------------------------------------------------------------------------*/
/* .top_voice_area {
  padding-bottom: 150px;
}

.top_voice_area_bg {
  position: relative;
}
.top_voice_area_bg:before {
  content: "";
  background: #f2f2f2;
  width: 125%;
  height: 70%;
  position: absolute;
  right: -30%;
  bottom: -5%;
  z-index: -3;
}
.top_voice_area_bg:after {
  content: "";
  top: 0;
  right: -72%;
  position: absolute;
  width: 100%;
  height: 145px;
  background: url(../images/top/greeting_bg.svg) no-repeat;
  background-size: contain;
  opacity: 0.5;
}

@media screen and (max-width: 1200px) {
  .top_voice_area_bg:before {
    width: 125%;
    height: 70%;
    right: -30%;
    bottom: -2%;
  }
  .top_voice_area_bg:after {
    right: -40%;
  }
}
@media screen and (max-width: 680px) {
  .top_voice_area_bg:before {
    width: 100%;
    height: 70%;
    right: 0%;
    bottom: -2%;
  }
  .top_voice_area {
    padding-bottom: 60px;
  }
}
.top_voice_list_area {
  padding-top: 50px;
  max-width: 95%;
  margin: auto auto auto 0;
}
.top_voice_list_area .voice_num {
  left: -45px;
}
.top_voice_list_area .voice_list {
  max-width: 80%;
  margin: auto;
}
.top_voice_list_area .voice_list > li {
  position: relative;
}
.top_voice_list_area .voice_list > li .top_voice_more {
  position: absolute;
  bottom: -20px;
  left: 65%;
}
.top_voice_list_area .voice_list > li .top_voice_more * {
  background: #000;
  color: #fff;
  display: block;
  padding: 8px 40px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 1.8rem;
  position: relative;
}
.top_voice_list_area .voice_list > li .top_voice_more *:before {
  position: absolute;
  content: "";
  background: url(../images/arrow_ff.svg) no-repeat;
  width: 8px;
  height: 14px;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.top_voice_list_area .voice_list > li + li {
  margin-top: 100px;
}
.top_voice_list_area .voice_list_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top_voice_list_area .voice_list_inner .img {
  padding-bottom: 0;
}
.top_voice_list_area .voice_list_line {
  padding: 20px 20px 30px 70px;
  width: 70%;
}
.top_voice_list_area .voice_list > li:nth-child(even) .voice_list_line {
  margin: auto 0 auto 20%;
  padding: 20px 82px 30px 20px;
}
.top_voice_list_area .voice_list > li:nth-child(even) .top_voice_more {
  left: 85%;
}

@media screen and (max-width: 960px) {
  .top_voice_list_area .voice_list > li .top_voice_more {
    left: 62%;
  }
  .top_voice_list_area .voice_list > li:nth-child(even) .voice_list_line {
    margin: auto 0 auto 10%;
    padding: 20px 111px 30px 10px;
  }
  .top_voice_list_area .voice_list > li:nth-child(even) .top_voice_more {
    left: 76%;
  }
}
@media screen and (max-width: 680px) {
  .top_voice_list_area .voice_list {
    padding: 30px 0 80px 0;
    max-width: 88%;
  }
  .top_voice_list_area .voice_list > li .top_voice_more {
    left: 52%;
  }
  .top_voice_list_area .voice_list_inner .img {
    margin: auto auto 0 auto;
  }
  .top_voice_list_area .voice_list_inner .text_box {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .top_voice_list_area .voice_list_line {
    padding: 80px 20px 20px 20px;
    width: auto;
  }
  .top_voice_list_area .voice_list > li:nth-child(even) .voice_list_line {
    margin: auto auto auto auto;

    padding: 80px 20px 20px 20px;
  }
  .top_voice_list_area .voice_list > li:nth-child(even) .top_voice_more {
    left: 52%;
  }
} */

/* お客様の声 220240405
-----------------------------------------------------------------------------------------------------------------*/

.voice_bg {
  position: relative;

  padding: 7rem 0;
}
.voice_bg:before {
  content: "";
  position: absolute;
  background: #ececf2;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  transform: skew(0deg, -2deg);
}
.voice {
  max-width: 1223px;
  margin: auto;
}

.voice_title span {
  display: block;
}

/* voice_list_2 */
.voice_list_2 {
  padding: 80px 0 80px 0;
  margin-left: 5%;
}
.voice_list_2 a {
  color: #000;
}

.voice_list_2 li {
  position: relative;
}
.voice_list_line {
  background: #fff;
  position: relative;
  padding: 0em 3em 1em 2em;
  width: 65%;
  margin: auto auto auto 1%;
}

.voice_list_2 li:nth-child(even) .voice_list_line {
  margin: auto 9% auto auto;
}

.voice_list_2 li + li {
  margin-top: 8%;
}
.voice_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
}
.voice_list_inner > * + * {
  margin-left: 5%;
}
.voice_list_inner .img {
  position: relative;
  width: 20%;
  text-align: center;
  text-align: right;
}
.voice_list_inner .img img {
  width: 100%;
}
.voice_list_inner .text_box {
  width: 80%;
  list-style: 2;
}

.voice_list_2 > li .voice_list_inner:before,
.voice_list_2 > li .voice_list_inner:after {
  content: "";
  position: absolute;
}

.voice_list_2 > li .voice_list_inner:before {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(146deg, rgba(0, 128, 229, 1) 0%, rgba(0, 128, 229, 1) 29%, rgba(0, 78, 157, 1) 100%);
  bottom: 10px;
  right: 10px;
}

.voice_list_2 > li .voice_list_inner:after {
  bottom: 23px;
  right: 25px;
  background: url(../images/arrow_ff.svg) no-repeat;
  background-size: cover;
  width: 0.8rem;
  height: 1.5rem;
}

@media screen and (max-width: 960px) {
  .voice_list_line {
    width: auto;
    margin: auto 5% auto 5%;
  }

  .voice_list_2 li:nth-child(even) .voice_list_line {
    margin: auto 5% auto 5%;
  }
  .voice_list_2 li + li {
    margin-top: 60px;
  }
}

@media screen and (max-width: 680px) {
  .voice_list_line {
    padding: 0em 1.5em 2em 1em;
  }
  .voice_list_2 > li .voice_list_inner:before {
    width: 2rem;
    height: 2rem;
  }

  .voice_list_2 > li .voice_list_inner:after {
    bottom: 17px;
    right: 17px;
    width: 0.5rem;
    height: 0.9rem;
  }
  .voice_list_2 {
    padding: 40px 0 40px 0;
    margin-left: 5%;
  }
  .voice_bg {
    padding: 5rem 0;
  }
}

/* パーツ */
.voice_list_2_line_title {
  position: relative;
  padding: 0.5em 1em 0.5em 3.5em;
  display: inline-block;
  transform: translate(-2em, -1.5em);
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 2.3rem;
}
.voice_list_2_line_title span {
  color: #fff;
  z-index: 2;
  position: relative;
}
.voice_list_2_line_title:before {
  content: "";
  background: #004e9d;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 1;
  transform: skew(-30deg);
}
.voice_list_2_line_title:after {
  content: "";
  background: url(../images/voice/mo_voice_ex.svg) no-repeat;
  background-size: contain;
  width: 4.2rem;
  height: 6.6rem;
  left: 1em;
  position: absolute;
  top: 15%;
  transform: translate(-0%, -50%);
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .voice_list_2_line_title {
    font-size: 1.2rem;
    transform: translate(-2em, -1em);
  }
  .voice_list_2_line_title:before {
    transform: skew(-15deg);
  }
  .voice_list_2_line_title:after {
    left: 0.5em;
    width: 3.2rem;
    height: 4rem;
  }

  .voice_list_2_line_title {
    padding: 0.5em 2em 0.5em 3em;
    line-height: 1.3;
  }
}

/* 環境
-----------------------------------------------------------------------------------------------------------------*/
/* .environment_flex {
  background: #fff;
  border: solid 1px #0080ea;
  position: relative;
}
.environment_flex:before {
  content: "";
  background: url(../images/more.svg) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.environment_flex .img {
  width: 40%;
}
.environment_flex .img img {
  width: 100%;
}
.environment_flex .text_box {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .environment_flex .img {
    width: 45%;
  }
  .environment_flex .text_box {
    width: 55%;
  }
}
@media screen and (max-width: 680px) {
  .environment_flex {
    display: block;
  }
  .environment_flex .img {
    width: auto;
  }
  .environment_flex .text_box {
    padding: 30px 0 50px 0;
    width: auto;
  }
} */

/* 環境 2
-----------------------------------------------------------------------------------------------------------------*/
.environment_bg {
  background: url(../images/top/environment_bg_2.png) no-repeat;
  background-size: cover;
}
.environment_bg a {
  color: #000;
}

.environment_flex {
  background: #fff;
  position: relative;
  padding: 3em;
  align-items: center;
}
.environment_flex:before {
  content: "";

  position: absolute;
  top: 50%;
  right: 2em;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-0%, -50%) rotate(45deg);
}
.environment_flex .img {
  width: 10%;
}
.environment_flex .img img {
  width: 100%;
}
.environment_flex .text_box {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.environment_flex .text_box_inner > * {
  margin-bottom: 0.5em !important;
}

@media screen and (max-width: 680px) {
  .environment_flex {
    display: block;
    padding: 2em 3em 2em 2em;
  }
  .environment_flex:before {
    width: 1em;
    height: 1em;
    right: 0.5em;
  }
  .environment_flex .img {
    width: 20%;
    margin: auto auto 5% auto;
  }
  .environment_flex .text_box {
    width: auto;
    font-size: 1.8rem;
  }
  .environment_flex .text_box .title_l {
    font-size: 1.6rem;
  }
  .environment_flex .text_box .title_ss {
    font-size: 1.2rem;
  }
}

/* fadeアニメ fadeUpTrigger
------------------------------------------------------------------*/
.fadeUpTrigger > * {
  opacity: 0;
}

.fadeUp > * {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fadeOut {
  opacity: 1 !important;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* 
@keyframes fadeOutAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(100px);
	}
}
 */
/* 順番 時間差 */
.delay-time01 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-time02 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-time03 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-time04 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-time05 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/* お知らせ
------------------------------------------------------------------------------------------------------------------------------------------------ */
.info_list_inner a {
  font-size: 1.6rem;
}

@media screen and (max-width: 480px) {
  .info_list_inner a {
    font-size: 1.3rem;
  }
}
.info_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.info_tab > div {
  border-right: 2px solid #fff;
  cursor: pointer;
  text-align: center;
  display: block;
  /* padding: 18px 0; */
  min-height: 4em;
  width: 33.3%;
  color: #fff;
  background: #0175ba;
  /*   transition: all 0.1s linear; */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
.info_tab > div:last-child {
  border-right: none;
}
.info_tab > div span {
  background-position: 0 5px;
  padding: 4px 0 5px 40px;
}
.info_tab > div.is-active {
  background: #000;
  position: relative;
  min-height: 4.8em;
  /*  padding: 25px 0; */
}
.info_tab > div.is-active:after {
  content: "";
  position: absolute;
  top: 0;
  background: #000;
  width: 50px;
  height: 100%;
  right: -20px;
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}
.info_tab > div:last-child.is-active {
  background: #000;
  position: relative;
  /*   padding: 25px 0; */
}
.info_tab > div:last-child.is-active:before {
  content: "";
  position: absolute;
  top: -1px;
  background: #F2F2F2;
  width: 30px;
  height: 101%;
  right: -1px;
}
.info_tab > div:last-child.is-active:after {
  right: 12px;
  width: 30px;
}
.info_tab > div.all span {
  background: url(../images/top/ico_all_ff.svg) no-repeat;
  background-size: 28px;
  background-position: 0 50%;
}
.info_tab > div.week span {
  background: url(../images/top/ico_week_ff.svg) no-repeat;
  background-size: 28px;
  background-position: 0 50%;
}
.info_tab > div.news span {
  background: url(../images/top/ico_news_ff.svg) no-repeat;
  background-size: 28px;
  background-position: 0 50%;
}
.info_tab > div.hot span {
  background: url(../images/top/ico_hot_ff.svg) no-repeat;
  background-size: 28px;
  background-position: 0 50%;
}

.info_list {
  padding: 25px 0 40px 0;
}
.info_list > li {
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info_list > li:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.info_list > li + li {
  margin-top: 12px;
}

.info_list_inner a {
  padding: 25px 20px 25px 60px;
  display: block;
}
.info_list_inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info_list_inner dt {
  width: 20%;
  margin-right: 5%;
  padding-left: 6em;
  position: relative;
}
.info_list_inner dt:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
}
.info_list_inner dd {
  width: 75%;
  color: #000000;
}
.info_list_inner dl.news dt:before {
  background: url(../images/top/ico_news_blue.svg) no-repeat;
  width: 28px;
  height: 32px;
  background-size: contain;
}
.info_list_inner dl.week dt:before {
  background: url(../images/top/ico_week_blue.svg) no-repeat;
  width: 28px;
  height: 32px;
  background-size: contain;
}
.info_list_inner dl.hot dt:before {
  background: url(../images/top/ico_hot_blue.svg) no-repeat;
  width: 28px;
  height: 32px;
  background-size: contain;
}
@media screen and (max-width: 1095px) {
  .info_tab > div span {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 600px) {
  .info_tab > div {
    font-size: 1rem;
    padding: 0px 0 0px 0;
    min-height: 7em;
  }
  .info_tab > div.is-active {
    padding: 0px 0 0px 0;
    min-height: 8em;
  }
  .info_tab > div.is-active:after {
    content: normal;
  }
  .info_tab > div:last-child.is-active {
    padding: 0px 0 0px 0;
  }
  .info_tab > div:last-child.is-active:before {
    content: normal;
  }
  .info_tab > div span {
    padding: 35px 0 5px 0;
    display: block;
    font-size: 1.1rem;
  }
  /*   .info_tab > div.is-active span {
    padding: 35px 0 5px 0;
  } */
  .info_tab > div.all span {
    background: url(../images/top/ico_all_ff.svg) no-repeat;
    background-size: 20px;
    background-position: 50% 9px;
  }
  .info_tab > div.week span {
    background: url(../images/top/ico_week_ff.svg) no-repeat;
    background-size: 20px;
    background-position: 50% 9px;
  }
  .info_tab > div.news span {
    background: url(../images/top/ico_news_ff.svg) no-repeat;
    background-size: 20px;
    background-position: 50% 9px;
  }
  .info_tab > div.hot span {
    background: url(../images/top/ico_hot_ff.svg) no-repeat;
    background-size: 20px;
    background-position: 50% 9px;
  }
  .info_list > li {
    border-bottom: solid 1px #b7b7b7;
  }
  .info_list > li:first-child {
    border-top: solid 1px #b7b7b7;
  }
  .info_list_inner a {
    padding: 20px 5px 20px 10px;
  }
  .info_list_inner dt {
    width: 20%;
    margin-right: 5%;
    padding-left: 3em;
  }
  .info_list_inner dd {
    width: 75%;
  }
  .info_list_inner dl.news dt:before {
    background: url(../images/top/ico_news_blue.svg) no-repeat;
    width: 20px;
    height: 19px;
    background-size: contain;
  }
  .info_list_inner dl.week dt:before {
    background: url(../images/top/ico_week_blue.svg) no-repeat;
    width: 20px;
    height: 19px;
    background-size: contain;
  }
  .info_list_inner dl.hot dt:before {
    background: url(../images/top/ico_hot_blue.svg) no-repeat;
    width: 20px;
    height: 19px;
    background-size: contain;
  }
}
/* 切り替えタブモジュール */
/*タブの中身を初期非表示に*/
.panel {
  display: none;
}

/* 電子部品のお助け隊（R）　top_help
------------------------------------------------------------------------------------------------------------------------------------------------ */
.top_help {
  height: 440px;
  overflow: hidden;
}

.top_help_position {
  overflow: hidden;
  position: relative;
}
.top_help_position .img {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.top_help_position .img img {
  height: 662px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top right;
  object-position: top right;
}
.top_help_position .text_box {
  font-size: 1.5rem;
  z-index: 99;
  height: 440px;
  top: 0;
  left: 0;
  position: absolute;
  width: 55%;
  background: url(../images/top/top_help_bg_pc.svg) no-repeat;
  background-size: cover;
  background-position: right;
}
.top_help_position .text_box_inner {
  position: relative;
  width: 530px;
  color: #fff;
  line-height: 2;
  top: 50%;
  left: 15%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.top_help_position .title_ml {
  margin-bottom: 2rem;
}

@media screen and (max-width: 1509px) {
  .top_help_position .text_box {
    top: 0;
    left: 0;
    position: absolute;
    width: 65%;
    background: url(../images/top/top_help_bg_pc.svg) no-repeat;
    background-size: cover;
    background-position: right;
  }
  .top_help_position .text_box_inner {
    position: relative;
    width: 55%;
    color: #fff;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@media screen and (max-width: 1200px) {
  .top_help_position .text_box {
    top: 0;
    left: 0;
    position: absolute;
    width: 70%;
    background: url(../images/top/top_help_bg_pc.svg) no-repeat;
    background-size: cover;
    background-position: right;
  }
  .top_help_position .text_box_inner {
    position: relative;
    width: 55%;
    color: #fff;
    top: 50%;
    left: 7%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@media screen and (max-width: 960px) {
  .top_help {
    height: auto;
  }
  .top_help .img img {
    height: auto;
  }
  .top_help .text_box {
    height: auto;
    max-width: 100%;
    width: auto;
    margin: auto;
    padding: 50px 0 60px 0;
    width: auto;
    position: relative;
    background: #004ea2;
  }
  .top_help .text_box_inner {
    position: static;
    width: 90%;
    margin: auto;
    top: auto;
    left: auto;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
/* fadeアニメ fadeHelpTrigger 用
------------------------------------------------------------------*/
.fadeHelpTrigger .img,
.fadeHelpTrigger .text_box {
  opacity: 0;
}

.fadeLeft .text_box {
  -webkit-animation-name: fadeRight;
  animation-name: fadeRight;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fadeRight .img {
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(100px);
    transform: translatex(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(100px);
    transform: translatex(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}
@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(-100px);
    transform: translatex(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(-100px);
    transform: translatex(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}

.zoom-1 img {
  width: 100%;
  height: auto;
  -webkit-animation: animationZoom1 5s ease-in-out forwards;
  animation: animationZoom1 5s ease-in-out forwards;
}

.zoom-2 img {
  width: 100%;
  height: auto;
  -webkit-animation: animationZoom2 20s ease-in-out infinite;
  animation: animationZoom2 20s ease-in-out infinite;
}

.zoom {
  overflow: hidden;
}

.zoom-3 img {
  width: 100%;
  height: auto;
  -webkit-animation: animationZoom1 10s ease-in-out forwards;
  animation: animationZoom1 10s ease-in-out forwards;
}

.zoom-4 img {
  width: 100%;
  height: auto;
  -webkit-animation: animationZoom1 15s ease-in-out forwards;
  animation: animationZoom1 15s ease-in-out forwards;
}

@-webkit-keyframes animationZoom1 {
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes animationZoom1 {
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes animationZoom2 {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes animationZoom2 {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.title span {
  /*各テキストにanimationを設定*/
  color: transparent;
  /*テキストを透明にしてtext-shadowだけ表示する*/
  -webkit-animation-name: blur-title;
  animation-name: blur-title;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/*一文字ずつ遅延させる*/
span:nth-child(1) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
span:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
span:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
span:nth-child(5) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
span:nth-child(6) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
span:nth-child(7) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
span:nth-child(8) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
span:nth-child(9) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}

/* フェードインの設定 */
@-webkit-keyframes blur-title {
  0% {
    text-shadow: 0 0 100px #ffffff;
    opacity: 0;
  }
  5% {
    text-shadow: 0 0 90px #ffffff;
  }
  15% {
    opacity: 1;
  }
  20% {
    text-shadow: 0 0 0px #ffffff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0px #ffffff;
  }
}
@keyframes blur-title {
  0% {
    text-shadow: 0 0 100px #ffffff;
    opacity: 0;
  }
  5% {
    text-shadow: 0 0 90px #ffffff;
  }
  15% {
    opacity: 1;
  }
  20% {
    text-shadow: 0 0 0px #ffffff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0px #ffffff;
  }
}
.text {
  /*各テキストにanimationを設定*/
  color: transparent;
  /*テキストを透明にしてtext-shadowだけ表示する*/
  -webkit-animation-name: blur-text;
  animation-name: blur-text;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* フェードインの設定 */
@-webkit-keyframes blur-text {
  0% {
    text-shadow: 0 0 100px #ffffff;
    opacity: 0;
  }
  5% {
    text-shadow: 0 0 90px #ffffff;
  }
  10% {
    opacity: 1;
  }
  30% {
    text-shadow: 0 0 0px #ffffff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0px #ffffff;
  }
}
@keyframes blur-text {
  0% {
    text-shadow: 0 0 100px #ffffff;
    opacity: 0;
  }
  5% {
    text-shadow: 0 0 90px #ffffff;
  }
  10% {
    opacity: 1;
  }
  30% {
    text-shadow: 0 0 0px #ffffff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0px #ffffff;
  }
}
.fadeIn_normal {
  -webkit-animation: fadeIn 2s ease 0s 1 forwards;
  animation: fadeIn 2s ease 0s 1 forwards;
}

/* fadeIn */
/*fadIneTrigger が発動箇所使用*/
.fadIneTrigger > * {
  opacity: 0;
}

.fadeIn .fade {
  -webkit-animation: fadeIn 1s ease 0s 1 forwards;
  animation: fadeIn 1s ease 0s 1 forwards;
}
.fadeIn .fadeInLeft {
  -webkit-animation: fadeInLeft 1s ease 0s 1 forwards;
  animation: fadeInLeft 1s ease 0s 1 forwards;
}
.fadeIn .fadeInRight {
  -webkit-animation: fadeInRight 1s ease 0s 1 forwards;
  animation: fadeInRight 1s ease 0s 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* fadeInLeft */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
  }
  100% {
    opacity: 1;
  }
}
/* fadeInRight */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(140px);
    transform: translateX(140px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(140px);
    transform: translateX(140px);
  }
  100% {
    opacity: 1;
  }
}
.top-in-basic {
  -webkit-animation: top-in-basic 1 3s 0s;
  animation: top-in-basic 1 3s 0s;
}

/* top-in-basic */
@-webkit-keyframes top-in-basic {
  0% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes top-in-basic {
  0% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes left-in-basic {
  0% {
    -webkit-transform: opacity(0.4);
    transform: opacity(0.4);
  }
  100% {
    -webkit-transform: opacity(1);
    transform: opacity(1);
  }
}
@keyframes left-in-basic {
  0% {
    -webkit-transform: opacity(0.4);
    transform: opacity(0.4);
  }
  100% {
    -webkit-transform: opacity(1);
    transform: opacity(1);
  }
}

/*キラッと光る*/
.btnshine {
  position: relative;
}

.btnshine::before {
  z-index: 10000;
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: shine 4s infinite;
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
  animation: shine 4s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
