@charset "UTF-8";

img {
  width: 100%;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0px;
}

/*--------------------------------------------------
**************************************************
トップ
**************************************************
--------------------------------------------------*/

#top_wrap .top_main {
  position: relative;
  width: 100%;
  height: 710px;
  line-height: 35px;
  margin-top: 60px;
  background: url(../imgs/top/top_01.jpg) center top no-repeat;
  z-index: 0;
}

.top_main_wrap {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1500px) {
  #top_wrap .top_main {
    background-size: cover;
  }
}

#top_wrap .top_content {
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 50px 0;
}

#top_wrap .top_content .title_wrap {
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 50px;
}

#top_wrap .top_content .title_wrap .catch {
  display: block;
  font-size: 28px;
  font-weight: 100;
  padding-left: 30px;
}

#top_wrap .top_content .title_wrap .catch.first {
  padding-left: 0;
}

#top_wrap .top_content .title_wrap h1 {
  padding-left: 30px;
  font-size: 38px;
}

#top_wrap .top_content .title_wrap h1 .thin {
  font-weight: 100;
}

#top_wrap .top_content .top_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

#top_wrap .top_content .top_icon .topicon_wrap {
  position: relative;
  width: 120px;
  height: auto;
}

#top_wrap .top_content .top_icon .topicon_text {
  color: #ffffff;
  font-size: 50px;
  margin: 0 50px;
}

#top_wrap .top_content p {
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: 25px;
}

#top_wrap .top_main .pc_wrap {
  position: relative;
  width: 50%;
}

#top_wrap .top_pc {
  position: absolute;
  width: 1000px;
  right: -278px;
  bottom: -55px;
  margin: auto;
  z-index: 2;
}

#top_wrap .top_main .pc_wrap .top_video {
  position: absolute;
  display: block;
  width: 725px;
  height: 440px;
  right: -141px;
  bottom: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 1;
}

#top_wrap .top_main .pc_wrap .top_video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../imgs/top/top_pc_in.png) center center no-repeat;
  margin: auto;
  z-index: -1;
}

#top_wrap .top_main .pc_wrap .top_video::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  margin: auto;
  z-index: -2;
}

#top_wrap .top_main .pc_wrap .top_video video {
  width: 100%;
}


#top_wrap .top_inner {
  position: relative;
  display: flex;
  width: 100%;
  height: 780px;
  background: url(../imgs/top/top_02.jpg) center top no-repeat;
  background-size: cover;
  z-index: -2;
  margin-top: -200px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#top_wrap .top_inner::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 150px 0 0px 50vw;
  border-color: transparent transparent transparent #4a4a4a;
}

#top_wrap .top_inner::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 150px 50vw 0 0px;
  border-color: transparent #4a4a4a transparent transparent;
}

#top_wrap .top_inner .sub_title {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #333;
  padding-top: 150px;
  margin-bottom: 30px;
}

#top_wrap .top_inner li {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 40px;
  padding-left: 30px;
}

#top_wrap .top_inner li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  bottom: 0;
  color: #333;
}

#top_wrap .top_inner li .underline {
  position: relative;
  display: inline-block;
}

#top_wrap .top_inner li .underline::before {
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  height: 10px;
  bottom: 7px;
  background: rgb(142 188 49 / 86%);
  z-index: -1;
}

@media (max-width: 1200px) {
  #top_wrap .top_pc {
    width: 76.7vw;
    right: -18.5vw;
    bottom: -2vw;
  }

  #top_wrap .top_main .pc_wrap .top_video {
    width: 57.3vw;
    height: 34.7vw;
    right: -9.4vw;
    bottom: 4.2vw;
  }

  #top_wrap .top_pc::before {
    top: -2.7vw;
  }

  #top_wrap .top_pc::after {
    top: -2.7vw;
  }

}

@media (max-width: 1200px) {
  #top_wrap .top_main {
    height: 59.7vw;
    /* line-height: 2.9vw; */
  }

  #top_wrap .top_content {
    display: flex;
    width: 50%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 8.33vw 0 4.16vw 0;
  }

  #top_wrap .top_content .title_wrap {
    line-height: 4.2vw;
  }

  #top_wrap .top_content .title_wrap .catch {
    font-size: 2.3vw;
    padding-left: 2.5vw;
  }

  #top_wrap .top_content .title_wrap h1 {
    width: 120%;
    padding-left: 2.5vw;
    font-size: 3.2vw;
  }

  #top_wrap .top_content .top_icon {
    margin: 1.66vw 0;
  }

  #top_wrap .top_content .top_icon .topicon_wrap {
    width: 10vw;
    height: auto;
  }

  #top_wrap .top_content .top_icon .topicon_text {
    font-size: 4.2vw;
    margin: 0 4.2vw;
  }

  #top_wrap .top_content p {
    font-size: 1.25vw;
    line-height: 2.1vw;
  }

  #top_wrap .top_inner {
    height: 65vw;
    margin-top: -16.7vw;
  }

  /* #top_wrap .top_inner .sub_title {
    font-size: 2.5vw;
    padding-top: 12.5vw;
    margin-bottom: 2.5vw;
  } */

  #top_wrap .top_inner li {
    font-size: 1.7vw;
    line-height: 3.3vw;
    padding-left: 2.5vw;
  }

  #top_wrap .top_inner li .underline::before {
    width: calc(100% + 0.8vw);
    height: 0.8vw;
    bottom: 0.6vw;
  }
}

/*--------------------------------------------------
**************************************************
4つのゼロ
**************************************************
--------------------------------------------------*/

#zeros {
  position: relative;
  width: 100%;
  background: #4a4a4a;
  padding-top: 80px;
}

#zeros .zeros_title h2 {
  position: relative;
  font-size: 28px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 100;
  z-index: 2;
}

#zeros .zeros_title h2 .sizeb {
  position: relative;
  font-size: 35px;
}

#zeros .zeros_title h2 .sizeb::before {
  position: absolute;
  content: "";
  width: 180px;
  height: 15px;
  bottom: 2px;
  background: rgb(142 188 49 / 86%);
  z-index: -1;
}

#zeros .zeros_title h2 .fbold {
  font-size: 35px;
  font-weight: 600;
}

#zeros .zeros_wrap {
  max-width: 1000px;
  padding: 80px 0;
  margin: 0 auto;
}

#zeros .zeros_wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

#zeros .zeros_wrap ul li {
  width: calc(100% / 4);
  height: auto;
  text-align: center;
}

#zeros .zeros_wrap ul li .zero_icon {
  width: 160px;
  height: 160px;
  padding: 25px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}

#zeros .zeros_wrap ul li .sub_title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  z-index: 1;
}

#zeros .zeros_wrap ul li .sub_title::before {
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  height: 15px;
  left: -5px;
  bottom: -3px;
  background: rgb(142 188 49 / 86%);
  z-index: -1;
}

#zeros .zeros_wrap ul li .text {
  font-size: 15px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 1000px) {
  #zeros {
    padding-top: 8vw;
  }

  #zeros .zeros_title h2 {
    font-size: 2.8vw;
  }

  #zeros .zeros_title h2 .sizeb {
    font-size: 3.5vw;
  }

  #zeros .zeros_title h2 .sizeb::before {
    width: 18vw;
    height: 1.5vw;
    bottom: 0.2vw;
  }

  #zeros .zeros_title h2 .fbold {
    font-size: 3.5vw;
  }

  #zeros .zeros_wrap {
    padding: 8vw 0;
  }

  #zeros .zeros_wrap ul li .zero_icon {
    width: 16vw;
    height: 16vw;
    padding: 2.5vw;
    margin: 0 auto 2vw auto;
  }

  #zeros .zeros_wrap ul li .sub_title {
    font-size: 2vw;
    margin-bottom: 2vw;
  }

  #zeros .zeros_wrap ul li .sub_title::before {
    width: calc(100% + 1vw);
    height: 1.5vw;
    left: -0.5vw;
    bottom: -0.3vw;
  }

  #zeros .zeros_wrap ul li .text {
    font-size: 1.5vw;
  }
}

/*--------------------------------------------------
**************************************************
invoxでできること
**************************************************
--------------------------------------------------*/
#inv_point {
  position: relative;
  max-width: 1200px;
  width: calc(100% - 20px);
  padding-top: 100px;
  margin: 0 auto;
}

#inv_point h2.inv_point-tit {
  max-width: 1200px;
  font-size: 35px;
  text-align: left;
  margin: 0 auto;
  font-weight: 100;
  line-height: 45px;
}

#inv_point h2.inv_point-tit .fontb {
  font-size: 45px;
}

#inv_point .inv_point_wrap {
  position: relative;
  max-width: 1000px;
  margin: -50px auto;
  z-index: 2;
}

#inv_point .inv_point_wrap .inv_point_inner {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-left: 20px;
  z-index: 2;
}

#inv_point .inv_point_wrap .inv_point-cont-item {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 3;
}

#inv_point .inv_point_wrap .inv_point-cont-item:hover .inv_point-cont-box {
  background: #282828;
  color: #fff;
  border: 2px solid #282828;
}

#inv_point .inv_point_wrap .inv_point-cont-item:hover .inv_point-cont-box .slash {
  border-top: 1px solid #ffffff;
}

#inv_point .inv_point_wrap .inv_point-cont-item:hover .inv_point-cont-box:before {
  border-top-color: #282828;
}

#inv_point .inv_point_wrap .inv_point-cont-item.active {
  pointer-events: none;
}

#inv_point .inv_point_wrap .inv_point-cont-item .inv_point-cont-image .img_cut {
  position: relative;
  width: 560px;
  height: 210px;
  left: -110px;
  transform: skewX(45deg);
  transition: all 0.3s ease;
}

#inv_point .inv_point_wrap .inv_point-cont-item.active .inv_point-cont-image .img_cut::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 60%);
  z-index: 1;
}

#inv_point .inv_point_wrap .inv_point-cont-item .inv_point-cont-image {
  position: absolute;
  width: 300px;
  height: 210px;
  left: 107px;
  overflow: hidden;
  transform: skewX(-45deg);
}

/* #inv_point .inv_point_wrap .inv_point-cont-item .inv_point-cont-image::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 210px;
  top: 0;
  left: 105px;
  transform: skewX(-45deg);
}

#inv_point .inv_point_wrap .inv_point-cont-item .inv_point-cont-image::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 210px;
  top: 0;
  left: 105px;
  transform: skewX(45deg);
} */

#inv_point .inv_point_wrap .inv_point-cont-item.active .inv_point-cont-box {
  background: #282828;
  color: #fff;
  border: 2px solid #282828;
}

#inv_point .inv_point_wrap .inv_point-cont-item.active .inv_point-cont-box .slash {
  border-top: 1px solid #ffffff;
}

#inv_point .inv_point_wrap .inv_point-cont-item.active .inv_point-cont-box:before {
  border-top-color: #282828;
  bottom: -24px;
}

#inv_point .inv_point_wrap .inv_point-cont-item img {
  position: absolute;
  width: 560px;
  height: 210px;
  /* transition: filter 0.3s linear; */
}

/* #inv_point .inv_point_wrap .inv_point-cont-item.active img {
  filter: brightness(0.5);
} */

#inv_point .inv_point_wrap .inv_point-cont-item .inv_point-cont-box {
  position: relative;
  display: flex;
  width: 300px;
  height: 200px;
  background: #ffffff;
  border: 2px solid #888888;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 210px;
}

#inv_point .inv_point_wrap .inv_point-cont-item .inv_point-cont-box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: -2px;
  border-style: solid;
  border-width: 24px 23px 0 0;
  border-color: #ffffff transparent transparent transparent;
  z-index: -1;
  transition: all 0.3s ease;
}

#inv_point .inv_point_wrap .inv_point-cont-box .inv_point-cont-number {
  position: relative;
  display: flex;
  width: 200px;
  margin: 0 auto;
  justify-content: center;
}

#inv_point .inv_point_wrap .inv_point-cont-box .inv_point-cont-number .point_title {
  font-size: 23px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

#inv_point .inv_point_wrap .inv_point-cont-box .inv_point-cont-number .slash {
  position: absolute;
  display: block;
  width: 80px;
  height: 30px;
  top: 40px;
  left: 50px;
  border-top: 1px solid #333;
  transform: rotate(-45deg);
  margin: auto;
}

#inv_point .inv_point_wrap .inv_point-cont-box .inv_point-cont-number .point_num {
  font-size: 60px;
  font-weight: 300;
  margin-left: 20px;
  font-family: 'Roboto', sans-serif;
}

#inv_point .inv_point_wrap .inv_point-cont-item .inv_point-cont-box h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

#inv_point .inv_point-main {
  position: relative;
  margin-top: -83px;
  width: 100%;
  height: 1300px;
  background: url(../imgs/top/point_bg.jpg) center top no-repeat;
  background-size: cover;
  z-index: 1;
}

#inv_point .inv_point-main #point_prev_arrow,
#inv_point .inv_point-main #point_next_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 70px;
  margin: auto 0;
  cursor: pointer;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transform: opacity 0.5s;
}

#inv_point .inv_point-main #point_prev_arrow.active,
#inv_point .inv_point-main #point_next_arrow.active {
  pointer-events: auto;
  opacity: 1;
}

#inv_point .inv_point-main #point_prev_arrow {
  left: 20px;
}

#inv_point .inv_point-main #point_next_arrow {
  right: 20px;
}

#inv_point .inv_point-main #point_prev_arrow:hover,
#inv_point .inv_point-main #point_next_arrow:hover {
  opacity: 0.7;
}

#inv_point .inv_point-main .arrow_svg {
  fill: none;
  stroke: #3D3D3D;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#inv_point .inv_point-page {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 170px;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}

#inv_point .inv_point-page.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

#inv_point .inv_point-page-box {
  position: relative;
  display: block;
  max-width: 1000px;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
}

#inv_point .inv_point-page-inner {
  position: relative;
  display: flex;
  width: 100%;
  padding-left: 20px;
  padding-bottom: 50px;
  align-items: center;
  z-index: 2;
}

#inv_point .inv_point-page.point3 .inv_point-page-inner {
  margin: 50px 0;
}

#inv_point .inv_point-page-inner .inner_text {
  width: 50%;
}

#inv_point .inv_point-page-tit {
  position: relative;
  display: inline-flex;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px #777777;
  transition: all 0.3s ease;
  margin-top: 50px;
  padding: 18px 22px 18px 24px;
}

#inv_point .inv_point-page-tit:first-child {
  margin-top: 0 !important;
}

#inv_point .inv_point-page-tit.is-show .inv_point-page-label span {
  opacity: 1;
}

#inv_point .inv_point-page-tit:hover {
  /* color: #fff;
  background: #282828; */
}

#inv_point .inv_point-page-tit:hover .inv_point-arrow {
  stroke: #fff;
  animation: arrow-anime 0.8s ease-in-out 0s 1 normal both;
}

@keyframes arrow-anime {
  0% {
    left: 0;
  }

  50% {
    left: 10px;
  }

  100% {
    left: 0;
  }
}

#inv_point .inv_point-page-label span {
  animation: fontAnim 5s ease-in-out 0s infinite;
}

#inv_point .inv_point-page-label span:nth-child(1) {
  animation-delay: 0s;
}

#inv_point .inv_point-page-label span:nth-child(2) {
  animation-delay: 0.1s;
}

#inv_point .inv_point-page-label span:nth-child(3) {
  animation-delay: 0.2s;
}

#inv_point .inv_point-page-label span:nth-child(4) {
  animation-delay: 0.3s;
}

#inv_point .inv_point-page-label span:nth-child(5) {
  animation-delay: 0.4s;
}

#inv_point .inv_point-page-label span:nth-child(6) {
  animation-delay: 0.5s;
}

#inv_point .inv_point-page-label span:nth-child(7) {
  animation-delay: 0.6s;
}

#inv_point .inv_point-page-label span:nth-child(8) {
  animation-delay: 0.7s;
}

#inv_point .inv_point-page-label span:nth-child(9) {
  animation-delay: 0.8s;
}

#inv_point .inv_point-page-label span:nth-child(10) {
  animation-delay: 0.9s;
}

#inv_point .inv_point-page-label span:nth-child(11) {
  animation-delay: 1.0s;
}

#inv_point .inv_point-page-label span:nth-child(12) {
  animation-delay: 1.1s;
}

#inv_point .inv_point-page-label span:nth-child(13) {
  animation-delay: 1.2s;
}

#inv_point .inv_point-page-label span:nth-child(14) {
  animation-delay: 1.3s;
}

#inv_point .inv_point-page-label span:nth-child(15) {
  animation-delay: 1.4s;
}

#inv_point .inv_point-page-label span:nth-child(16) {
  animation-delay: 1.5s;
}

#inv_point .inv_point-page-label span:nth-child(17) {
  animation-delay: 1.6s;
}

#inv_point .inv_point-page-label span:nth-child(18) {
  animation-delay: 1.7s;
}

#inv_point .inv_point-page-label span:nth-child(19) {
  animation-delay: 1.8s;
}

#inv_point .inv_point-page-label span:nth-child(20) {
  animation-delay: 1.9s;
}

@keyframes fontAnim {
  0% {
    opacity: 1;
  }

  13% {
    opacity: 0.3;
  }

  26% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}


#inv_point .inv_point-arrow {
  position: relative;
  width: 13.86px;
  height: auto;
  fill: none;
  stroke: #282828;
  margin-left: 10px;
  transition: all 0.3s ease;
}

#inv_point .inv_point-page-inner p {
  width: calc(100% - 20px);
  font-size: 15px;
  line-height: 25px;
  margin-top: 18px;
  letter-spacing: 0.1em;
}

#inv_point .inv_point_img_wrap {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

#inv_point .inv_point-page-image {
  position: relative;
  width: 450px;
  border: 2px solid #888888;
  margin: 0 0 30px 20px;
}

#inv_point .point2 .inv_point-page-image {}

#inv_point .inv_point_img_wrap .plus_icon {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -30px;
  bottom: 0;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  text-align: center;
  background: #7eab20;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s linear;
}

#inv_point .inv_point_img_wrap .plus_icon:hover {
  transform: scale(1.1);
  opacity: 1;
}

#inv_point .inv_point-page.point2 .plus_icon {
  right: 0;
}

#inv_point .inv_point_img_wrap .plus_icon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 2px;
  margin: auto;
  background: #fff;
}

#inv_point .inv_point_img_wrap .plus_icon:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 2px;
  height: 24px;
  margin: auto;
  background: #fff;
}

.expansion_bth {
  display: block;
  width: 200px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  margin: 30px auto;
}

.expansion_bth a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  cursor: pointer;
}

#inv_point .inv_point-page-user {
  position: relative;
  width: calc(100% - 20px);
  padding-bottom: 50px;
  text-align: center;
  margin: 0 auto;
}

#inv_point .inv_point-page-user svg {
  width: 220px;
  fill: #7eab20;
}

#inv_point .inv_point-page-user .voice_wrap {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}

#inv_point .inv_point-page-user .voice_wrap .voice_cont {
  display: flex;
  width: 70%;
  align-items: center;
  flex-wrap: wrap;
}

#inv_point .inv_point-page-user .voice_wrap .voice_cont:first-child {
  margin-right: 20px;
}

#inv_point .inv_point-page-user-image {
  width: 40%;
  padding: 0 20px 0 0;
}

#inv_point .inv_point-page-user-image.textnon {
  width: 100%;
  margin: 0 auto;
}

#inv_point .inv_point-page-user-image.textnon .youtube a {
  display: block;
  width: 613px;
  height: 224px;
}

#inv_point .inv_point-page-user-image.textnon video {
  width: 100%;
}

#inv_point .point3 .inv_point-page-user-image.only {
  width: 80%;
  margin: 0 auto;
}

#inv_point .inv_point-page-user .voice_wrap .voice_cont .inv_point_textr {
  position: relative;
  width: 60%;
}

#inv_point .inv_point-page-user .voice_wrap .voice_cont .inv_point_textr p {
  font-size: 13px;
}

#inv_point .inv_point-page-user-link {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

#inv_point .inv_point-page-user-link .link-text {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
}

#inv_point .inv_point-page-user-link .link-text::before {
  position: absolute;
  content: "";
  width: calc(100% - 60px);
  height: 1px;
  background: #282828;
  bottom: -10px;
  right: 10px;
}

#inv_point .inv_point-page-user-link .link-text:hover:before {
  animation: hover-line 1.2s ease 0s infinite normal both;
}

@keyframes hover-line {
  0% {
    transform-origin: bottom right;
    transform: scaleX(1);
  }

  35% {
    transform-origin: bottom right;
    transform: scaleX(0);
  }

  60% {
    transform-origin: bottom left;
    transform: scaleX(0);
  }

  95% {
    transform-origin: bottom left;
    transform: scaleX(1);
  }

  100% {
    transform-origin: bottom left;
    transform: scaleX(1);
  }
}

#inv_point .inv_point-page-user-link .link-text::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 20px;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
}

#inv_point .point2 .inv_point-page-box {
  display: flex;
  justify-content: flex-end;
}

#inv_point .point2 .inv_point-page-tit {
  padding: 18px 24px 18px 26px;
  flex-direction: row-reverse;
  margin-top: 40px;
}

#inv_point .point2 .inv_point-page-tit:hover .inv_point-arrow {
  animation: arrow-anime-rev 0.8s ease-in-out 0s 1 normal both;
}

#inv_point .point2 .inv_point-page-label {
  margin-left: 20px;
}

#inv_point .point2 .inv_point-arrow {
  transform: rotate(180deg);
  order: 2;
}

@keyframes arrow-anime-rev {
  0% {
    left: 0;
  }

  50% {
    left: -10px;
  }

  100% {
    left: 0;
  }
}

#inv_point .point2 .inv_point-page-aside {
  margin-left: 0;
}

#inv_point .point2 .inv_point-page-image {
  margin: 0 20px 20px 0;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

@media (max-width: 1200px) {
  #inv_point {
    padding-top: 12.3vw;
  }

  #inv_point h2.inv_point-tit {
    font-size: 2.9vw;
    line-height: 3.8vw;
  }

  #inv_point h2.inv_point-tit .fontb {
    font-size: 3.8vw;
  }

  #inv_point .inv_point_wrap .inv_point-cont-item.active .inv_point-cont-box:before {
    bottom: -2vw;
  }

  #inv_point .inv_point_wrap .inv_point-cont-box .inv_point-cont-number {
    width: 16.6vw;
  }

  #inv_point .inv_point_wrap .inv_point-cont-box .inv_point-cont-number .point_title {
    font-size: 1.9vw;
  }

  #inv_point .inv_point_wrap .inv_point-cont-box .inv_point-cont-number .slash {
    width: 8.3vw;
    height: 2.5vw;
    top: 3.3vw;
    left: 2.5vw;
  }

  #inv_point .inv_point_wrap .inv_point-cont-box .inv_point-cont-number .point_num {
    font-size: 5.8vw;
    margin-left: 1.6vw;
  }

  #inv_point .inv_point_wrap .inv_point-cont-item .inv_point-cont-box h3 {
    font-size: 1.6vw;
  }

  #inv_point .inv_point-main {
    margin-top: -6.9vw;
    height: 108vw;
  }

  #inv_point .inv_point-page {
    padding-top: 14.2vw;
  }

  #inv_point .inv_point-page-tit {
    font-size: 1.6vw;
    margin-top: 4.2vw;
    padding: 1.5vw 1.8vw 1.5vw 2vw;
  }

  #inv_point .inv_point-arrow {
    width: 1.2vw;
  }

  #inv_point .inv_point-page-inner p {
    font-size: 1.25vw;
    line-height: 2.1vw;
    margin-top: 1.5vw;
  }

  #inv_point .inv_point-page-image {
    width: 37.5vw;
    margin: 0 0 2.5vw 1.6vw;
  }

  #inv_point .inv_point_img_wrap .plus_icon {
    width: 5vw;
    height: 5vw;
    right: -2.5vw;
    bottom: -1.6vw;
    font-size: 4.2vw;
    line-height: 4.6vw;
  }

  .expansion_bth {
    width: 16.7vw;
    height: 3.3vw;
    line-height: 3vw;
    margin: 2.5vw auto;
  }

  .expansion_bth a {
    font-size: 1.25vw;
  }

  #inv_point .inv_point-page-user {
    padding-bottom: 4.2vw;
  }

  #inv_point .inv_point-page-user h3 svg {
    width: 18.3vw;
  }

  #inv_point .inv_point-page-user .voice_wrap {
    margin-top: 1.6vw;
  }

  #inv_point .inv_point-page-user.three .voice_wrap {
    margin-top: -4.2vw;
  }

  #inv_point .inv_point-page-user-image {
    padding: 0 1.6vw 0 0;
  }

  #inv_point .inv_point-page-user .voice_wrap .voice_cont .inv_point_textr p {
    font-size: 1.1vw;
  }

  #inv_point .inv_point-page-user-link {
    margin-top: 2.5vw;
  }

  #inv_point .inv_point-page-user-link .link-text::before {
    width: calc(100% - 5vw);
    bottom: -0.8vw;
    right: 0.8vw;
  }

  #inv_point .inv_point-page-user-link .link-text::after {
    width: 0.8vw;
    height: 0.8vw;
    right: 1.6vw;
  }

  #inv_point .point2 .inv_point-page-tit {
    padding: 1.5vw 2vw 1.5vw 2.1vw;
    margin-top: 3.3vw;
  }

  #inv_point .point2 .inv_point-page-label {
    margin-left: 1.6vw;
  }

  #inv_point .point2 .inv_point-page-image {
    margin: 0 1.6vw 1.6vw 0;
  }
}

@media (max-width: 1000px) {

  #inv_point .inv_point_wrap {
    margin: 5vw auto 0;
  }

  #inv_point .inv_point_wrap .inv_point-cont-item {}


  #inv_point .inv_point_wrap .inv_point-cont-item .inv_point-cont-image {
    width: 30vw;
    height: 21vw;
    left: 10.7vw;
  }

  #inv_point .inv_point_wrap .inv_point-cont-item .inv_point-cont-image .img_cut {
    width: 56vw;
    height: 21vw;
    left: -11vw;
  }

  #inv_point .inv_point_wrap .inv_point-cont-item img {
    width: 56vw;
    height: 21vw;
  }

  #inv_point .inv_point_wrap .inv_point-cont-item .inv_point-cont-box {
    width: 30vw;
    height: 20vw;
    margin-top: 21vw;
  }

  #inv_point .inv_point-page-user-image.textnon .youtube a {
    display: block;
    width: 61.3vw;
    height: 22.4vw;
  }
}

/*--------------------------------------------------
**************************************************
ポップアップ
**************************************************
--------------------------------------------------*/
#popup {
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  pointer-events: none;
  z-index: 100000;
}

#popup .popcont {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: rgb(0 0 0 / 70%);
  opacity: 0;
  transition: opacity 1s;
}

#popup .popcont.is-open {
  pointer-events: auto;
  opacity: 1;
}

.popcont {
  width: 100%;
  height: 100%;
}

.popup_wrap {
  height: 100%;
}

.popcont .close {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: -40px;
  right: -40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 20;
}

.popcont .close::before,
.popcont .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  background: #fff;
}

.popcont .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popcont .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#popup .popcont .inv_point-pop-image {
  position: relative;
  width: 700px;
  z-index: 1;
}

#popup .popcont .inv_point-pop-image img {
  width: auto;
  height: auto;
  margin: 0 auto;
}


/*--------------------------------------------------
**************************************************
体制構築
**************************************************
--------------------------------------------------*/
.construction {
  position: relative;
  width: 100%;
  margin-top: 80px;
  background: url(../imgs/top/request_bg_01.jpg) center top no-repeat;
}

.construction.two {
  background: url(../imgs/top/request_bg_02.jpg)center top no-repeat;
}

.construction .construction_wrap {
  width: 100%;
  padding: 50px 0;
  text-align: center;
}

.construction .construction_wrap .construction_title {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 40px;
}

.request_bth {
  width: 400px;
  height: 70px;
  margin: 50px auto 50px auto;
}

.request_bth a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.3em;
  font-weight: bold;
  line-height: 70px;
  border-radius: 25px;
  transition: all ease .3s;
  overflow: hidden;
  z-index: 1;
}

.request_bth a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 200%;
  height: 100%;
  transition: right 0.8s cubic-bezier(0.1, 0.82, 0.1, 1);
  opacity: 0.98;
  z-index: -1;
}

.request_bth.top a::before {
  background: linear-gradient(90deg, #96ca78 0%, #83bb50 15%, #43aa2a 30%, #43aa2a 70%, #83bb50 85%, #96ca78 100%);
}

.request_bth.center a::before {
  left: 0;
  right: unset;
}

.request_bth.center a::before {
  background: linear-gradient(90deg, #f0e7c0 0%, #ece6a8 15%, #85b456 30%, #85b456 70%, #ece6a8 85%, #f0e7c0 100%);
  transition: left 0.8s cubic-bezier(0.1, 0.82, 0.1, 1);
}

.request_bth.center a:hover::before {
  left: -100%;
}

.request_bth.bottom a::before {
  background: linear-gradient(90deg, #e3e4a0 0%, #acd16a 15%, #59a831 30%, #59a831 70%, #acd16a 85%, #e3e4a0 100%)
}

.request_bth a:hover::before {
  right: -100%;
}

.request_bth.send a::before {
  background: linear-gradient(90deg, #96ca78 0%, #83bb50 15%, #43aa2a 30%, #43aa2a 70%, #83bb50 85%, #96ca78 100%);
}

.construction .construction_wrap .construction_text {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.2em;
}

@media (max-width: 1000px) {
  .construction {
    margin-top: 8vw;
  }

  .construction .construction_wrap {
    padding: 5vw 0;
  }

  .construction .construction_wrap .construction_title {
    font-size: 2vw;
    line-height: 4vw;
  }

  .request_bth {
    width: 40vw;
    height: 7vw;
    margin: 5vw auto;
  }

  .request_bth a {
    font-size: 1.5vw;
    line-height: 7vw;
    border-radius: 2.5vw;
  }

  .construction .construction_wrap .construction_text {
    font-size: 1.5vw;
  }
}

/*--------------------------------------------------
**************************************************
サービスの特徴
**************************************************
--------------------------------------------------*/

#service {
  position: relative;
  width: 100%;
  height: auto;
  padding: 130px 0 100px 0;
}

#service .service_inner {
  position: relative;
  max-width: 1200px;
  text-align: center;
  margin: 0px auto;
}

h2 {
  font-size: 30px;
  text-align: center;
  color: #333;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding-bottom: 50px;
}

#service .service_inner .sub_title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin: 0 auto;
}

#service .service_inner .sub_title::before {
  position: absolute;
  content: "";
  width: calc(100% + 40px);
  height: 10px;
  left: -20px;
  right: 0;
  bottom: 0;
  background: #77ba46;
  z-index: -1;
}

#service .service_inner .service_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0 0 0;
}

#service .service_inner .service_wrap li {
  position: relative;
  display: block;
  width: 300px;
  height: auto;
  margin: 0 20px;
}

#service .service_inner .service_wrap li.sign {
  width: 33px;
  margin: 0;
}

#service .service_inner .service_wrap li .service_bg {
  position: relative;
  display: block;
  width: 264px;
  height: 304px;
  margin: auto;
  background: rgb(241 234 234);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
  transform: rotate(90deg);
  overflow: hidden;
}

/* #service .service_inner .service_wrap li .service_bg span {
  position: absolute;
  width: 264px;
  height: 304px;
  top: -2px;
  left: 4px;
  right: 0;
  bottom: 0;
  background: rgb(241 234 234);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
  z-index: -1;
} */

#service .service_inner .service_wrap li .service_bg::before {
  position: absolute;
  content: "";
  width: 262px;
  height: 302px;
  background: #000;
  top: 01px;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
  margin: auto;
  z-index: 0;
}

#service .service_inner .service_wrap li:last-child .service_bg::before {
  background: #6baa3d;
}

#service .service_inner .service_wrap li:last-child .service_bg::after {
  width: 258px;
  height: 298px;
  /* background: linear-gradient(to left, #efe5b4 0%, #93c168 100%); */
  overflow: hidden;
}

#service .service_inner .service_wrap li .service_bg .shine {
  position: absolute;
  width: 100%;
  height: 150%;
  background: #6baa3d;
  transform: translate(-101%, 0);
  animation: f-effect1 6s linear 0s infinite;
  z-index: 5;
}

@keyframes f-effect1 {
  0% {
    transform: translate(0, 101%);
  }

  10% {
    transform: translate(0, 101%);
  }

  35% {
    transform: translate(0, -101%);
  }

  100% {
    transform: translate(0, -101%);
  }
}

#service .service_inner .service_wrap li .service_bg::after {
  position: absolute;
  content: "";
  width: 260px;
  height: 300px;
  background: #fff;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
  margin: auto;
  z-index: 0;
}

#service .service_inner .service_wrap li .service_cont {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#service .service_inner .service_wrap li .service_icon {
  position: relative;
  width: 200px;
  margin-bottom: 20px;
  z-index: 5;
}

#service .service_inner .service_wrap li p {
  position: relative;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 5;
}

#service .service_inner .service_wrap li .service_cont .come {
  display: inline-block;
  font-size: 10px;
  vertical-align: super;
}

#service .service_inner .service_wrap li .service_title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

#service .service_inner .come_text {
  display: inline-block;
  font-size: 10px;
  text-align: center;
  margin-bottom: 50px;
}

#service .service_text {
  font-size: 15px;
  letter-spacing: 0.2em;
  line-height: 30px;
  margin-bottom: 50px;
}

.serviceimg_wrap {
  position: relative;
  max-width: 1000px;
  width: calc(100% - 100px);
  height: 600px;
  overflow: hidden;
  margin: auto;
  z-index: 1;
}

#service .service_img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}

#service .service_img.table_01 {
  opacity: 1;
}

#service .fadeUp .service_img.table_02 {
  /* -webkit-animation: example 7.0s ease 2s 1 forwards infinite; */
  animation: tableAnim2 5.0s linear forwards;
}

#service .fadeUp .service_img.table_03 {
  animation: tableAnim3 5.0s linear forwards;
}

#service .fadeUp .service_img.table_04 {
  animation: tableAnim4 5.0s linear forwards;
}

@keyframes tableAnim2 {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tableAnim3 {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tableAnim4 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 1000px) {
  #service {
    padding: 13vw 0 10vw 0;
  }

  h2 {
    font-size: 3vw;
    padding-bottom: 5vw;
  }

  #service .service_inner .sub_title {
    font-size: 2.2vw;
  }

  #service .service_inner .service_wrap {
    padding: 8vw 0;
  }

  #service .service_inner .service_wrap li {
    width: 30vw;
    margin: 0 2vw;
  }

  #service .service_inner .service_wrap li .service_bg {
    width: 26.4vw;
    height: 30.4vw;
  }

  #service .service_inner .service_wrap li .service_bg::before {
    width: 26.2vw;
    height: 30.2vw;
  }

  #service .service_inner .service_wrap li:last-child .service_bg::after {
    width: 25.8vw;
    height: 29.8vw;
  }

  #service .service_inner .service_wrap li .service_bg::after {
    width: 26vw;
    height: 30vw;
  }

  #service .service_inner .service_wrap li .service_icon {
    width: 20vw;
    margin-bottom: 2vw;
  }

  #service .service_inner .service_wrap li p {
    font-size: 1.5vw;
  }

  #service .service_inner .service_wrap li .service_title {
    font-size: 2.2vw;
    margin-bottom: 2vw;
  }

  #service .service_text {
    font-size: 1.5vw;
    line-height: 3vw;
    margin-bottom: 5vw;
  }

  #service .service_img {
    width: 90vw;
  }
}

/*--------------------------------------------------
**************************************************
申し込み当日から
**************************************************
--------------------------------------------------*/
#start {
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(to top right, #75ae45 0%, #cde1a6 100%);
  padding: 50px;
}

#start .start_wrap {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#start .start_wrap .start_title {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.1em;
}

#start .start_wrap p {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 20px 0;
}

#start .start_inner {
  position: relative;
  width: 500px;
  background: #fff;
  border-radius: 15px;
  margin: 50px auto 0 auto;
  padding: 20px;
}

#start .start_inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 55px;
  background: #000;
}

#start .start_inner .payment_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

#start .start_inner .payment_wrap .pay_cont {
  width: 50%;
  color: #6baa3d;
  text-align: center;
}

#start .start_inner .payment_wrap .pay_cont.first {
  background: rgb(210 223 150 / 29%);
  border-radius: 10px;
  padding: 10px;
}

#start .start_inner .payment_wrap .pay_cont .title {
  font-size: 15px;
  letter-spacing: 0.1em;
}

#start .start_inner .payment_wrap .pay_cont .amount {
  font-size: 40px;
  font-weight: 600;
}

#start .start_inner .payment_wrap .pay_cont .amount .thin {
  font-weight: 300;
}

#start .start_inner .payment_wrap .pay_cont .amount .tax {
  font-size: 12px;
  font-weight: 100;
}

#start .start_inner .pay_text {
  position: relative;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
}

@media (max-width: 1000px) {
  #start {
    padding: 5vw;
  }

  #start .start_wrap .start_title {
    font-size: 3vw;
  }

  #start .start_wrap p {
    font-size: 1.5vw;
    margin: 2vwx 0;
  }

  #start .start_inner {
    width: 50vw;
    margin: 5vw auto 0 auto;
    padding: 2vw;
  }

  #start .start_inner::before {
    bottom: 5.5vw;
  }

  #start .start_inner .payment_wrap {
    margin-bottom: 3vw;
  }

  #start .start_inner .payment_wrap .pay_cont.first {
    padding: 1vw;
  }

  #start .start_inner .payment_wrap .pay_cont .title {
    font-size: 1.5vw;
  }

  #start .start_inner .payment_wrap .pay_cont .amount {
    font-size: 4vw;
  }

  #start .start_inner .payment_wrap .pay_cont .amount .tax {
    font-size: 1.2vw;
  }

  #start .start_inner .pay_text {
    font-size: 1.5vw;
  }
}

/*--------------------------------------------------
**************************************************
導入企業も活用事例
**************************************************
--------------------------------------------------*/

#industry {
  position: relative;
  padding: 130px 0;
}

#industry h2 {}

#industry .industry_wrap {
  position: relative;
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

#industry .industry_wrap #industry_cont_01,
#industry .industry_wrap #industry_cont_02 {
  display: flex;
  align-items: center;
  padding-top: 100px;
  margin-top: -100px;
}

#industry .industry_wrap .industry_word {
  width: 60%;
  padding-right: 20px;
  text-align: center;
  margin-bottom: 80px;
}

#industry .industry_wrap .industry_word .companyname {
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.1em;
}

#industry .industry_wrap .industry_word .catch {
  position: relative;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 40px;
  padding: 20px 0;
}

#industry .industry_wrap .industry_word .catch::before {
  position: absolute;
  content: "“";
  top: 20px;
  left: -35px;
  font-size: 60px;
}

#industry .industry_wrap .industry_word .catch::after {
  position: absolute;
  content: "”";
  bottom: 0;
  right: -25px;
  font-size: 60px;
}

#industry .industry_wrap .industry_word .text_cont {
  width: calc(100% - 40px);
  font-size: 18px;
  text-align: left;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 0 auto;
}

#industry .industry_wrap .industry_img {
  width: 40%;
  padding: 20px;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  #industry {
    padding: 11.7vw 0;
  }

  #industry .industry_wrap {
    width: calc(100% - 3.3vw);
  }

  #industry .industry_wrap .industry_word {
    padding-right: 1.7vw;
    margin-bottom: 6.7vw;
  }

  #industry .industry_wrap .industry_word .companyname {
    font-size: 1.5vw;
  }

  #industry .industry_wrap .industry_word .catch {
    font-size: 1.7vw;
    line-height: 3.3vw;
    padding: 1.7vw 0;
  }

  #industry .industry_wrap .industry_word .catch::before {
    top: 1.7vw;
    left: -2.9vw;
    font-size: 5vw;
  }

  #industry .industry_wrap .industry_word .catch::after {
    font-size: 5vw;
    right: -2.1vw;
  }

  #industry .industry_wrap .industry_word .text_cont {
    width: calc(100% - 3.3vw);
    font-size: 1.5vw;
  }

  #industry .industry_wrap .industry_img {
    padding: 1.7vw;
  }
}

/*--------------------------------------------------
**************************************************
よくある質問
**************************************************
--------------------------------------------------*/
#faq {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0px auto;
  padding-top: 130px;
}

#faq ul {
  position: relative;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 0 0 80px 0;
}

#faq ul li {
  margin-bottom: 20px;
  padding: 20px 20px;
  cursor: pointer;
}

#faq ul li div {
  transition: opacity 0.3s;
}

@media all and (-ms-high-contrast: none) {
  #faq ul li {
    box-shadow: 0px 0px 10px #ccc;
  }
}

#faq ul li:hover div {}

#faq ul li .faq_q {
  position: relative;
  display: flex;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 10px 44px 10px 0;
  align-items: center;
}

#faq ul li .faq_q::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}

#faq ul li .faq_q .q_icon {
  width: 50px;
  margin-right: 30px;
}

#faq ul li .faq_a .faq_a_wrap .a_text {
  width: calc(100% - 50px);
  margin-left: 20px;
}

#faq ul li .faq_a .a_icon {
  width: 50px;
}

#faq ul li .faq_q::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 20px;
  height: 20px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  margin: auto;
}

#faq ul li .faq_q.active::after {
  top: 18px;
  transform: rotate(-225deg);
}

#faq ul li .faq_a {
  display: none;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 30px 20px 20px 0px;
}

#faq ul li .faq_a .faq_a_wrap {
  display: flex;
  align-items: center;
}

@media (max-width: 1000px) {
  #faq {
    width: calc(100% - 4vw);
    margin: 10vw auto;
  }

  #faq ul {
    width: calc(100% - 8vw);
    padding: 0 0 8vw 0;
  }

  #faq ul li {
    margin-bottom: 2vw;
    padding: 2vw 2vw;
  }

  #faq ul li .faq_q {
    font-size: 2vw;
    padding: 1vw 4.4vw 1vw 0;
  }

  #faq ul li .faq_q .q_icon {
    width: 5vw;
    margin-right: 3vw;
  }

  #faq ul li .faq_a .a_icon {
    width: 5vw;
  }

  #faq ul li .faq_a .faq_a_wrap .a_text {
    width: calc(100% - 5vw);
    margin-left: 2vw;
  }

  #faq ul li .faq_q::after {
    right: 1vw;
    width: 2vw;
    height: 2vw;
  }

  #faq ul li .faq_q.active::after {
    top: 1.8vw;
  }

  #faq ul li .faq_a {
    font-size: 1.6vw;
    padding: 3vw 2vw 2vw 0px;
  }
}

/*--------------------------------------------------
**************************************************
資料請求フォーム
**************************************************
--------------------------------------------------*/
#Document {
  width: 100%;
  background: #f2f2f2;
  padding: 80px 0;
}

#Document .Document_inner {
  position: relative;
}

#Document .Document_wrap {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

#Document .Document_wrap .Document_content {
  display: flex;
  width: 45%;
  flex-direction: column;
  justify-content: center;
}

#Document .Document_wrap .Document_content .Document_title {
  width: calc(100% - 20px);
  margin: 0 auto 50px auto;
}

#Document .Document_wrap .Document_content .Document_title h2 {
  text-align: left;
  padding-bottom: 30px;
}

#Document .Document_wrap .Document_content .Document_title p {
  font-size: 15px;
}

#Document .Document_wrap .Document_content .cont_inner {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: url(../imgs/top/form_bg_pc.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 150px 0;
}

#Document .Document_wrap .Document_content .cont_inner .title_wrap {
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 50px;
  text-align: center;
}

#Document .Document_wrap .Document_content .cont_inner .title_wrap .catch {
  display: block;
  font-size: 18px;
  font-weight: 100;
  padding-left: 30px;
}

#Document .Document_wrap .Document_content .cont_inner .title_wrap .catch.first {
  padding-left: 0;
}

#Document .Document_wrap .Document_content .cont_inner .title_wrap h1 {
  font-size: 28px;
}

#Document .Document_wrap .Document_content .cont_inner .title_wrap h1 .thin {
  font-weight: 100;
}

#Document .Document_wrap .Document_content .cont_inner .top_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

#Document .Document_wrap .Document_content .cont_inner .top_icon .topicon_wrap {
  position: relative;
  width: 80px;
  height: auto;
}

#Document .Document_wrap .Document_content .cont_inner .top_icon .topicon_text {
  color: #ffffff;
  font-size: 35px;
  margin: 0 30px;
}

.Document_form {
  position: relative;
  width: 55%;
  background: #fff;
  padding-bottom: 50px;
  box-shadow: 0px 0px 15px -5px #777777;
}

.Document_form ul {
  padding: 20px 40px;
}

.Document_wrap .Document_form ul li {
  display: flex;
  width: 100%;
  font-size: 12px;
  align-items: center;
  margin: 30px 0;
}

.Document_wrap .Document_form ul li .input_title {
  width: 150px;
}

.Document_wrap .Document_form ul li .input_title .required {
  display: block;
  font-size: 10px;
  color: #e70505;
}

.Document_wrap .Document_form ul li .input_wrap {
  width: calc(100% - 120px);
}

.Document_wrap .Document_form ul li .input_wrap .note {
  display: block;
  margin-top: 5px;
}

.Document_wrap .Document_form ul li .input_wrap input,
.Document_wrap .Document_form ul li .input_wrap select,
.Document_wrap .Document_form ul li .input_wrap textarea {
  width: 100%;
  background: #f1f1f1;
  border: none;
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
}

.Document_wrap .Document_form ul li .input_wrap.select {
  position: relative;
}

.Document_wrap .Document_form ul li .input_wrap.select::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 15px;
  bottom: 0;
  border-bottom: solid 2px #afafaf;
  border-right: solid 2px #afafaf;
  transform: rotate(45deg);
  margin: auto;
}

.Document_wrap .Document_form ul li .input_wrap.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.Document_wrap .Document_form ul li .input_wrap.select select::-ms-expand {
  display: none;
}

.Document_wrap .Document_form ul li .input_wrap.name {
  display: flex;
  align-items: center;
}

.Document_wrap .Document_form ul li .input_wrap.name .name.first {
  margin: 0 10px 0 0;
}

.Document_wrap .Document_form ul li .input_wrap.name .name.last {
  margin: 0 10px 0 10px;
}

.Document_wrap .Document_form ul li textarea {
  height: 100px;
}

.Document_wrap .Document_form ul li .privacy_cont {
  display: flex;
  align-items: center;
}

.Document_wrap .Document_form ul li .input_wrap a {
  display: block;
  text-decoration: none;
  color: #333;
  margin-bottom: 10px;
  transition: 0.3s;
}

.Document_wrap .Document_form ul li .input_wrap a:hover {
  color: #10609c;
}

.Document_wrap .Document_form ul li .privacy_cont input {
  display: none;
}

.Document_wrap .Document_form ul li .privacy_cont input[type="checkbox"]+label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}

.Document_wrap .Document_form ul li .privacy_cont input[type="checkbox"]+label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid #afafaf;
  background-color: #f1f1f1;
}

.Document_wrap .Document_form ul li .privacy_cont input[type="checkbox"]:checked+label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: rgb(203, 4, 4);
}

.request_bth.send {
  text-align: center;
  margin: 20px auto;
}

.Document_form p {
  width: calc(100% - 20px);
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
}



@media (max-width: 1200px) {
  #Document {
    padding: 6.7vw 0;
  }

  #Document::before {
    bottom: 8.3vw;
    margin-bottom: 6.7vw;
  }

  #Document .Document_wrap .Document_content {
  }

  #Document .Document_wrap .Document_content .Document_title {
    width: calc(100% - 1.6vw);
    margin: 0 auto 4.16vw auto;
  }

  #Document .Document_wrap .Document_content .Document_title h2 {
    padding-bottom: 2.5vw;
  }

  #Document .Document_wrap .Document_content .Document_title p {
    font-size: 1.25vw;
  }

  #Document .Document_wrap .Document_content .cont_inner {
    padding: 12.5vw 0;
  }

  #Document .Document_wrap .Document_content .cont_inner .title_wrap {
    line-height: 4.2vw;
  }

  #Document .Document_wrap .Document_content .cont_inner .title_wrap .catch {
    font-size: 1.5vw;
    padding-left: 2.5vw;
  }

  #Document .Document_wrap .Document_content .cont_inner .title_wrap h1 {
    font-size: 2.3vw;
  }

  #Document .Document_wrap .Document_content .cont_inner .title_wrap h1 .thin {
    display: block;
  }

  #Document .Document_wrap .Document_content .cont_inner .top_icon {
    margin: 1.7vw 0;
  }

  #Document .Document_wrap .Document_content .cont_inner .top_icon .topicon_wrap {
    width: 6.7vw;
  }

  #Document .Document_wrap .Document_content .cont_inner .top_icon .topicon_text {
    font-size: 2.9vw;
    margin: 0 2.5vw;
  }

  .Document_form {
    padding-bottom: 4.16vw;
  }

  .Document_form ul {
    padding: 1.7vw 3.3vw;
  }

  .Document_wrap .Document_form ul li {
    font-size: 1vw;
    margin: 2.5vw 0;
  }

  .Document_wrap .Document_form ul li .input_title {
    width: 12.5vw;
  }

  .Document_wrap .Document_form ul li .input_title .required {
    font-size: 0.8vw;
  }

  .Document_wrap .Document_form ul li .input_wrap {
    width: calc(100% - 10vw);
  }

  .Document_wrap .Document_form ul li .input_wrap .note {
    margin-top: 0.4vw;
  }

  .Document_wrap .Document_form ul li .input_wrap input,
  .Document_wrap .Document_form ul li .input_wrap select,
  .Document_wrap .Document_form ul li .input_wrap textarea {
    padding: 0.8vw;
  }

  .Document_wrap .Document_form ul li .input_wrap.select::before {
    width: 0.8vw;
    height: 0.8vw;
    right: 1.25vw;
  }

  .Document_wrap .Document_form ul li .input_wrap.name .name.first {
    margin: 0 0.8vw 0 0;
  }

  .Document_wrap .Document_form ul li .input_wrap.name .name.last {
    margin: 0 0.8vw 0 0.8vw;
  }

  .Document_wrap .Document_form ul li textarea {
    height: 8.3vw;
  }

  .Document_wrap .Document_form ul li .input_wrap a {
    margin-bottom: 0.8vw;
  }

  .Document_wrap .Document_form ul li .privacy_cont input[type="checkbox"]+label {
    padding-left: 2.1vw;
    padding-right: 0.8vw;
  }

  .Document_wrap .Document_form ul li .privacy_cont input[type="checkbox"]+label::before {
    width: 1.7vw;
    height: 1.7vw;
    margin-top: -0.8vw;
  }

  .Document_wrap .Document_form ul li .privacy_cont input[type="checkbox"]:checked+label::after {
    width: 1.5vw;
    height: 0.75vw;
    margin-top: -0.75vw;
    left: 0.25vw;
  }

  .request_bth.send {
    margin: 1.7vw auto;
  }

  .Document_form p {
    font-size: 1vw;
  }
}

/* モーダル */
#modal-content {
  width: 80%;
  margin: 0;
  padding: 0;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 99999;
}

#modal-content .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

#modal-content .inner #player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}