@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;
  display: block;
  width: 100%;
  height: auto;
  line-height: 35px;
  z-index: 0;
}

#top_wrap .top_main::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 150px);
  top: 0;
  left: 0;
  right: 0;
  background: url(../imgs/top/top_01.jpg) center left no-repeat;
  background-size: cover;
  z-index: -1;
}

#top_wrap .top_content {
  display: flex;
  width: calc(100% - 20px);
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 20px;
  margin: 0 auto;
}

#top_wrap .top_content .title_wrap {
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 40px;
  text-align: center;
}

#top_wrap .top_content .title_wrap .catch {
  display: block;
  font-size: 22px;
  font-weight: 100;
}

#top_wrap .top_content .title_wrap h1 {
  font-size: 28px;
}

#top_wrap .top_content .title_wrap h1 .thin {
  font-weight: 100;
}

#top_wrap .top_content .top_icon {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 30px 0px;
}

#top_wrap .top_content .top_icon .topicon_wrap {
  position: relative;
  width: 70px;
  height: auto;
}

#top_wrap .top_content .top_icon .topicon_text {
  color: #ffffff;
  font-size: 35px;
  margin: 0 30px;
}

#top_wrap .top_main .top_content p {
  width: 100%;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 25px;
  padding-bottom: 50px;
}

#top_wrap .top_main .pc_wrap {
  position: relative;
}

#top_wrap .top_pc {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: auto;
  z-index: 2;
}

#top_wrap .top_main .pc_wrap .top_video {
  position: absolute;
  width: 435px;
  height: auto;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

#top_wrap .top_main .pc_wrap .top_video::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  top: 8%;
  left: 0;
  right: 0;
  background: url(../imgs/top/top_pc_in.png) center center no-repeat;
  margin: auto;
  background-size: 100%;
  z-index: -1;
}

#top_wrap .top_main .pc_wrap .top_video::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  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: 620px;
  background: url(../imgs/top/top_02.jpg) center top no-repeat;
  background-size: cover;
  z-index: -2;
  align-items: center;
  flex-direction: column;
  margin-top: -250px;
  padding-top: 250px;
}

#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: 25px;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 20px;
}

#top_wrap .top_inner li {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 30px;
  padding-left: 20px;
}

#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: 600px) {
  #top_wrap .top_main::before {
    height: calc(100% - 42vw);
  }

  #top_wrap .top_main .pc_wrap .top_video {
    width: 72.5vw;
    top: 4.5vw;
  }

  #top_wrap .top_main .pc_wrap .top_video::before {
    width: 33.3vw;
    height: 33.3vw;
  }

}

@media (max-width: 500px) {
  #top_wrap .top_inner .sub_title {
    font-size: 5vw;
  }

  #top_wrap .top_inner li {
    font-size: 3vw;
    line-height: 6vw;
  }
}

@media (max-width: 400px) {
  #top_wrap .top_content {
    padding-top: 12.5vw;
    padding-bottom: 5vw;
  }

  #top_wrap .top_content .title_wrap {
    letter-spacing: 0.05vw;
    line-height: 10vw;
  }

  #top_wrap .top_content .title_wrap .catch {
    font-size: 5.5vw;
  }

  #top_wrap .top_content .title_wrap h1 {
    font-size: 7vw;
  }

  #top_wrap .top_main .top_content p {
    font-size: 3.75vw;
    letter-spacing: 0;
    line-height: 6.3vw;
    padding-bottom: 12.5vw;
  }

  #top_wrap .top_content .top_icon {
    margin: 7.5vw 0;
  }

  #top_wrap .top_content .top_icon .topicon_wrap {
    width: 17.5vw;
  }

  #top_wrap .top_content .top_icon .topicon_text {
    font-size: 8.75vw;
    margin: 0 7.5vw;
  }

  #top_wrap .top_inner {
    height: 155vw;
    margin-top: -50vw;
    padding-top: 50vw;
  }
}


/*--------------------------------------------------
**************************************************
4つのゼロ
**************************************************
--------------------------------------------------*/

#zeros {
  position: relative;
  width: 100%;
  background: #4a4a4a;
  padding-top: 30px;
}

#zeros .zeros_title h2 {
  position: relative;
  font-size: 22px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 100;
  z-index: 2;
}

#zeros .zeros_title h2 .sizeb {
  position: relative;
  font-size: 30px;
}

#zeros .zeros_title h2 .sizeb::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 10px;
  bottom: 2px;
  background: rgb(142 188 49 / 86%);
  z-index: -1;
}

#zeros .zeros_title h2 .fbold {
  font-size: 30px;
  font-weight: 600;
}

#zeros .zeros_wrap {
  width: calc(100% - 40px);
  padding: 30px 0;
  margin: 0 auto;
}

#zeros .zeros_wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#zeros .zeros_wrap ul li {
  width: calc(100% / 2);
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}

#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: 450px) {
  #zeros .zeros_title h2 {
    font-size: 4.9vw;
  }

  #zeros .zeros_title h2 .sizeb::before {
    width: 32vw;
  }

  #zeros .zeros_title h2 .sizeb,
  #zeros .zeros_title h2 .fbold {
    font-size: 6.77vw;
  }

  #zeros .zeros_wrap {
    padding: 6.7vw 0;
  }

  #zeros .zeros_wrap ul li .zero_icon {
    width: 35.6vw;
    height: 35.6vw;
    padding: 6vw;
  }

  #zeros .zeros_wrap ul li .sub_title {
    font-size: 4.4vw;
  }

  #zeros .zeros_wrap ul li .text {
    font-size: 3vw;
    letter-spacing: 0;
  }
}

/*--------------------------------------------------
**************************************************
invoxでできること
**************************************************
--------------------------------------------------*/
#inv_point {
  position: relative;
  width: 100%;
  padding-top: 50px;
  margin: 0 auto;
}

#inv_point h2.inv_point-tit {
  position: relative;
  font-size: 28px;
  text-align: left;
  margin-left: 20px;
  font-weight: 100;
  line-height: 30px;
}

#inv_point h2.inv_point-tit::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 1px;
  left: 0;
  bottom: 25px;
  background: #707070;
}

#inv_point h2.inv_point-tit::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  left: 280px;
  right: 0;
  bottom: 30px;
  background: #707070;
  transform: rotate(30deg);
}

#inv_point h2.inv_point-tit .fontb {
  font-size: 40px;
}

#inv_point .inv_point_wrap {
  position: relative;
  width: 100%;
  z-index: 2;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#inv_point .inv_point_wrap .inv_point_inner {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  transition: transform 0.5s ease;

}

#inv_point .inv_point_wrap .inv_point_inner.slideSp01 {
  transform: translateX(270px);
}

#inv_point .inv_point_wrap .inv_point_inner.slideSp02 {
  transform: translateX(0px);
}

#inv_point .inv_point_wrap .inv_point_inner.slideSp03 {
  transform: translateX(-270px);
}

#inv_point .inv_point_wrap::-webkit-scrollbar {
  display: none;
}

#inv_point .inv_point_wrap .inv_point-cont-item {
  position: relative;
  width: 250px;
  margin: 0 10px;
  cursor: pointer;
  box-sizing: border-box;
}

#inv_point .inv_point_wrap .inv_point-cont-item .inv_point-cont-image {
  position: absolute;
  width: 250px;
  height: 126px;
  left: 64px;
  overflow: hidden;
  transform: skewX(-45deg);
}

#inv_point .inv_point_wrap .inv_point-cont-item.active {
  pointer-events: none;
}

#inv_point .inv_point_wrap .slideSp01 .inv_point-cont-item:nth-child(1) .inv_point-cont-box,
#inv_point .inv_point_wrap .slideSp02 .inv_point-cont-item:nth-child(2) .inv_point-cont-box,
#inv_point .inv_point_wrap .slideSp03 .inv_point-cont-item:nth-child(3) .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:before {
  border-top-color: #282828;
  bottom: -24px;
} */

#inv_point .inv_point_wrap .inv_point-cont-item .inv_point-cont-image .img_cut {
  position: absolute;
  width: 400px;
  height: 148.41px;
  transform: skewX(45deg);
}

#inv_point .inv_point_wrap .inv_point-cont-item img {
  position: absolute;
  width: 400px;
  height: 148.41px;
  left: -55px;
  transition: filter 0.3s linear;
}

#inv_point .inv_point_wrap .slideSp01 .inv_point-cont-item:nth-child(1) img,
#inv_point .inv_point_wrap .slideSp02 .inv_point-cont-item:nth-child(2) img,
#inv_point .inv_point_wrap .slideSp03 .inv_point-cont-item:nth-child(3) img {
  filter: brightness(0.5);
}

#inv_point .inv_point_wrap .inv_point-cont-item .inv_point-cont-box {
  position: relative;
  width: 250px;
  height: 178px;
  background: #ffffff;
  border: 2px solid #888888;
  padding: 20px 10px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
  margin-top: 126px;
}

/* #inv_point .inv_point_wrap .inv_point-cont-item .inv_point-cont-box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 24px 23px 0 0;
  border-color: #ffffff transparent transparent transparent;
  z-index: 0;
  transition: all 0.3s ease;
} */

#inv_point .inv_point_wrap .inv_point-cont-box .inv_point-cont-number {
  position: relative;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

#inv_point .inv_point_wrap .inv_point-cont-box .inv_point-cont-number .point_title {
  font-size: 18px;
  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: 70px;
  height: 10px;
  top: 30px;
  left: -40px;
  right: 0;
  border-top: 1px solid #333;
  transform: rotate(-45deg);
  margin: auto;
}

#inv_point .inv_point_wrap .slideSp01 .inv_point-cont-item:nth-child(1) .inv_point-cont-number .slash,
#inv_point .inv_point_wrap .slideSp02 .inv_point-cont-item:nth-child(2) .inv_point-cont-number .slash,
#inv_point .inv_point_wrap .slideSp03 .inv_point-cont-item:nth-child(3) .inv_point-cont-number .slash {
  border-top: 1px solid #fff;
}

#inv_point .inv_point_wrap .inv_point-cont-box .inv_point-cont-number .point_num {
  font-size: 50px;
  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: 15px;
  font-weight: 400;
  padding-top: 10px;
}

#inv_point .inv_point_ctrl {
  position: relative;
  display: flex;
  width: 87px;
  height: 9px;
  margin: 30px auto 0 auto;
  z-index: 10;
}

#inv_point .inv_point_ctrl li {
  width: 9px;
  height: 9px;
  margin: 0 10px;
  background: #fff;
  border-radius: 50%;
  transition: background 0.3s linear;
}

#inv_point .inv_point_ctrl li.active {
  background: #444;
  pointer-events: none;
}

#inv_point .inv_point-main {
  position: relative;
  margin-top: -83px;
  width: 100%;
  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;
  display: none;
}

.point_content_title {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-left: 20px;
  align-items: center;
}

#inv_point .inv_point-page.point2,
#inv_point .inv_point-page.point3 {
  padding-top: 0;
}

.inv_point-page.point2 .point_content_title,
.inv_point-page.point3 .point_content_title {
  padding-top: 0;
}

.point_content_title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #282828;
}

.point_content_title .cont-number {
  position: relative;
  display: flex;
  color: #fff;
  margin-right: 30px;
}

.point_content_title .cont-number .point_title {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

.point_content_title .cont-number .slash {
  position: absolute;
  display: block;
  width: 70px;
  height: 10px;
  top: 30px;
  left: 5px;
  border-top: 1px solid #fff;
  transform: rotate(-45deg);
  margin: auto;
}

.point_content_title .cont-number .point_num {
  font-size: 50px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  padding-top: 15px;
}

.point_content_title h3 {
  position: relative;
  display: flex;
  width: 100%;
  height: 100px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  align-items: center;
  padding-right: 10px;
}

.point_content_title h3 br {
  display: none;
}

#inv_point .inv_point-page {
  width: 100%;
  height: 100%;
  background: url(../imgs/top/point_bg.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 50px;
  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;
  width: 100%;
  margin: 30px auto;
}

#inv_point .inv_point-page-inner {
  position: relative;
  width: calc(100% - 20px);
  padding-left: 20px;
  align-items: center;
  padding-bottom: 30px;
  z-index: 2;
}

#inv_point .inv_point-page.point2 .inner_text {
  text-align: right;
}

#inv_point .inv_point-page.point2 .inv_point-page-inner p {
  text-align: left;
}

#inv_point .inv_point-page-tit {
  position: relative;
  display: inline-flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px #777777;
  transition: all 0.3s ease;
  margin-top: 50px;
  padding: 12px 20px 12px 20px;
}

#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.point2 .inv_point-arrow {
  margin-left: 0;
}

.inv_point-page.point2 .inv_point-arrow {
  transform: rotate(180deg);
}

#inv_point .inv_point-page-inner p {
  width: calc(100% - 20px);
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.1em;
  margin: 15px auto 0 auto;
}

#inv_point .inv_point_img_wrap {
  position: relative;
  margin-bottom: 20px;
}

#inv_point .inv_point-page-image {
  position: relative;
  width: calc(100% - 20px);
  max-width: 500px;
  height: auto;
  border: 2px solid #888888;
  margin: 20px auto;
}

#inv_point .inv_point_img_wrap .plus_icon {
  display: none;
  /* position: absolute;
  width: 60px;
  height: 60px;
  right: 42px;
  bottom: -20px;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  text-align: center;
  background: #7eab20;
  border-radius: 50%;
  cursor: pointer; */
}

#inv_point .inv_point-page.point2 .plus_icon {
  bottom: 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: none;
  /* width: 200px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  margin: 0px auto; */
}

.expansion_bth a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
}

#inv_point .inv_point-page-user {
  position: relative;
  width: 100%;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

#inv_point .inv_point-page-user::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  right: 0;
  background: #D8D8D8;
  z-index: 0;
}

#inv_point .inv_point-page-user.three::before {
  height: 500px;
}

#inv_point .inv_point-page-user .inv_point-page-user-tit  {
  position: relative;
  text-align: center;
}


#inv_point .inv_point-page-user svg {
  position: relative;
  width: 250px;
  fill: #7eab20;
}

#inv_point .inv_point-page-user .voice_wrap {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto;
}

#inv_point .inv_point-page-user .voice_wrap .voice_cont {
  display: block;
  width: 100%;
  text-align: center;
  margin: 30px 0 50px 0;
}

#inv_point .inv_point-page-user-image {
  position: relative;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  z-index: 2;
}

#inv_point .inv_point-page-user-image.textnon .youtube a {
  display: block;
  width: 70%;
  margin: 0 auto;
}

#inv_point .inv_point-page-user-image 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: calc(100% - 150px);
  margin: 0 auto;
}

#inv_point .inv_point-page-user .voice_wrap .voice_cont .inv_point_textr p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 25px;
}

.voice_linkwrap {
  position: relative;
  cursor: pointer;
  z-index: 5;
}

#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;
  width: calc(100% - 120px);
  text-decoration: none;
  color: #333;
  padding-right: 20px;
  margin: 0 auto;
}

#inv_point .inv_point-page-user-link .link-text::before {
  position: absolute;
  content: "";
  height: 1px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #282828;
}

#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;
  bottom: 10px;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
}

#inv_point .point2 .inv_point-page-inner {
  display: flex;
  flex-direction: column;
}

#inv_point .point2 .inv_point-page-inner .inv_point_img_wrap {
  order: 1;
}

#inv_point .point2 .inv_point-page-tit {
  padding: 18px 20px 18px 20px;
  margin: 40px 0 0 auto;
}

#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: 10px;
}

#inv_point .inv_point-page-label {
  text-align: left;
}

@keyframes arrow-anime-rev {
  0% {
    left: 0;
  }

  50% {
    left: -10px;
  }

  100% {
    left: 0;
  }
}

#inv_point .point2 .inv_point-page-aside {
  margin-left: 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: 500px) {
  #inv_point h2.inv_point-tit {
    font-size: 5.6vw;
    line-height: 6vw;
  }

  #inv_point h2.inv_point-tit::before {
    width: 60vw;
    bottom: 5vw;
  }

  #inv_point h2.inv_point-tit::after {
    width: 4vw;
    left: 56vw;
    bottom: 6vw;
  }

  .point_content_title {
    padding-top: 20vw;
    padding-left: 4vw;
  }

  .point_content_title::before {
    height: 20vw;
  }

  .point_content_title .cont-number .point_title {
    font-size: 3.6vw;
  }

  .point_content_title .cont-number .slash {
    width: 14vw;
    height: 2vw;
    top: 7vw;
    left: 1vw;
  }

  .point_content_title .cont-number .point_num {
    font-size: 10vw;
    margin-left: 2vw;
    padding-top: 3vw;
  }

  .point_content_title h3 {
    height: 20vw;
    font-size: 4vw;
  }

  #inv_point .inv_point-page-image {}

  #inv_point .inv_point_img_wrap .plus_icon {
    width: 12vw;
    height: 12vw;
    right: 4vw;
    bottom: 0;
    font-size: 10vw;
    line-height: 11vw;
  }

  #inv_point .inv_point-page-user::before {
    height: 60vw;
  }

  #inv_point .inv_point-page-user .voice_wrap .voice_cont .inv_point_textr {
    width: calc(100% - 20px);
  }

  #inv_point .inv_point-page-user-link .link-text {
    width: calc(100% - 60px);
  }

  #inv_point .inv_point-page-user-link .link-text::after {
    right: 4vw;
  }
}

/*--------------------------------------------------
**************************************************
ポップアップ
**************************************************
--------------------------------------------------*/
#popup {
  display: none;
  /* position: fixed;
  display: block;
  width: calc(100% - 40px);
  height: 70vw;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  z-index: 100000; */
}

#popup .popcont {
  position: absolute;
  background: rgb(0 0 0 / 70%);
  padding: 10vw;
  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: 20px;
  right: 0px;
  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: 100%;
  height: 100%;
  z-index: 1;
}

/*--------------------------------------------------
**************************************************
体制構築
**************************************************
--------------------------------------------------*/
.construction {
  position: relative;
  width: 100%;
  background: url(../imgs/top/request_bg_01.jpg) center top no-repeat;
  z-index: 1;
}

.construction.two {
  background: url(../imgs/top/request_bg_02.jpg);
}

.construction .construction_wrap {
  width: 100%;
  padding: 50px 0;
  text-align: center;
}

.construction .construction_wrap .construction_title {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 30px;
}

.request_bth {
  width: 300px;
  height: 80px;
  margin: 30px auto;
}

.request_bth a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 80px;
  text-align: center;
  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%;
  opacity: 0.98;
  transition: right 0.8s cubic-bezier(0.1, 0.82, 0.1, 1);
  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 {
  width: calc(100% - 20px);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin: 0 auto;
}

@media (max-width: 500px) {
  .construction .construction_wrap .construction_title {
    font-size: 3.6vw;
    line-height: 6vw;
  }

  .request_bth {
    width: 60vw;
    height: 16vw;
    margin: 6vw auto;
  }

  .request_bth a {
    font-size: 4vw;
    line-height: 16vw;
  }

  .construction .construction_wrap .construction_text {
    font-size: 10px;
  }
}

/*--------------------------------------------------
**************************************************
サービスの特徴
**************************************************
--------------------------------------------------*/

#service {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0 50px 0;
}

#service .service_inner {
  position: relative;
  text-align: center;
  margin: 0px auto;
}

h2 {
  font-size: 25px;
  text-align: center;
  color: #333;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding-bottom: 30px;
}

#service .service_inner .sub_title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin: 0 auto;
}

#service .service_inner .sub_title::before {
  position: absolute;
  content: "";
  width: calc(100% + 20px);
  height: 10px;
  left: -20px;
  right: 0;
  bottom: 30px;
  background: #77ba46;
  z-index: -1;
}

#service .service_inner .service_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

#service .service_inner .service_wrap li {
  position: relative;
  display: block;
  width: 30vw;
  height: auto;
  margin: 0 2vw;
}

#service .service_inner .service_wrap li.sign {
  width: 25px;
  margin: 0;
}

#service .service_inner .service_wrap li .service_bg {
  position: relative;
  display: block;
  width: 26.4vw;
  height: 30.4vw;
  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: 26.2vw;
  height: 30.2vw;
  background: #000;
  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:last-child .service_bg::before {
  background: #6baa3d;
}

#service .service_inner .service_wrap li:last-child .service_bg::after {
  width: 25.8vw;
  height: 29.8vw;
  /* background: linear-gradient(to left, #efe5b4 0%, #93c168 100%); */
  overflow: hidden;
}

#service .service_inner .service_wrap li .service_bg .shine {
  position: absolute;
  width: 200%;
  height: 100%;
  background: #6baa3d;
  transform: translate(-101%, 0);
  animation: f-effect1 9s linear 0s infinite;
  z-index: 5;
}

@keyframes f-effect1 {
  0% {
    transform: translate(0, -101%);
  }

  40% {
    transform: translate(0, -101%);
  }

  46.6% {
    transform: translate(0, 101%);
  }

  100% {
    transform: translate(0, 101%);
  }
}

#service .service_inner .service_wrap li .service_bg::after {
  position: absolute;
  content: "";
  width: 26vw;
  height: 30vw;
  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: 20vw;
  margin-bottom: 1.5vw;
  z-index: 5;
}

#service .service_inner .service_wrap li p {
  position: relative;
  font-size: 1vw;
  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: 2.2vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 2vw;
}

#service .service_inner .come_text {
  font-size: 10px;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 30px;
}

#service .service_text {
  width: calc(100% - 40px);
  font-size: 2vw;
  letter-spacing: 0.2em;
  line-height: 3vw;
  margin: 0 auto 5vw auto;
}

.serviceimg_wrap {
  position: relative;
  max-width: 1000px;
  width: calc(100% - 100px);
  height: 50vw;
  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 {
  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: 400px) {
  #service .service_inner .service_wrap li p {
    transform: scale(0.7);
    letter-spacing: 0;
    line-height: 1;
  }

  #service .service_inner .service_wrap {}

  /* #service .service_inner .service_imgs {
    display: block;
    width: calc(100% - 20px);
    height: 120px;
    background: url(../imgs/top/service_sp.png)no-repeat;
    background-size: 100%;
    margin: 20px auto;
  } */
}

/*--------------------------------------------------
**************************************************
申し込み当日から
**************************************************
--------------------------------------------------*/
#start {
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(to top right, #75ae45 0%, #cde1a6 100%);
  padding: 30px;
}

#start .start_wrap {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#start .start_wrap .start_title {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.1em;
}

#start .start_wrap p {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 20px 0;
}

#start .start_inner {
  position: relative;
  width: calc(100% - 20px);
  max-width: 500px;
  background: #fff;
  border-radius: 15px;
  margin: 30px 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: 12px;
  letter-spacing: 0.1em;
}

#start .start_inner .payment_wrap .pay_cont .amount {
  font-size: 30px;
  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: 10px;
  font-weight: 100;
}

#start .start_inner .pay_text {
  position: relative;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
}

@media (max-width: 550px) {
  #start {
    padding: 20px 0px;
  }

  #start .start_wrap .start_title {
    font-size: 4vw;
  }

  #start .start_wrap p {
    font-size: 10px;
  }

  #start .start_inner {
    margin: 0 auto;
  }

  #start .start_inner .payment_wrap .pay_cont .title {
    font-size: 10px;
  }

  #start .start_inner .payment_wrap .pay_cont .amount {
    font-size: 25px;
  }

  #start .start_inner .payment_wrap .pay_cont .amount .tax {
    display: block;
    text-align: right;
  }
}

/*--------------------------------------------------
**************************************************
導入企業も活用事例
**************************************************
--------------------------------------------------*/

#industry {
  position: relative;
  padding: 50px 0 0 0;
}

#industry h2 {}

#industry .industry_wrap {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto;
}

#industry .industry_wrap #industry_cont_01,
#industry .industry_wrap #industry_cont_02 {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  text-align: center;
  margin: -50px auto 0 auto;
  padding-bottom: 50px;
  padding-top: 50px;
}

#industry .industry_wrap .industry_word {
  width: 100%;
}

#industry .industry_wrap .industry_word .companyname {
  font-size: 15px;
  text-align: left;
  letter-spacing: 0.1em;
}

#industry .industry_wrap .industry_word .catch {
  position: relative;
  display: inline-block;
  font-size: 3vw;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 30px;
  padding: 20px;
}

#industry .industry_wrap .industry_word .catch::before {
  position: absolute;
  content: "“";
  top: 15px;
  left: -10px;
  font-size: 7vw;
}

#industry .industry_wrap .industry_word .catch::after {
  position: absolute;
  content: "”";
  bottom: 5px;
  right: 0;
  font-size: 7vw;
}

#industry .industry_wrap .industry_word .text_cont {
  font-size: 12px;
  text-align: left;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding: 0 30px;
  margin-top: 20px;
}

#industry .industry_wrap .industry_img {
  position: relative;
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 400px) {
  #industry h2 {
    font-size: 6vw;
  }

  #industry .industry_wrap .industry_word .catch {
    margin-left: 0;
  }

  #industry .industry_wrap .industry_word .text_cont {
    font-size: 10px;
    padding: 0;
  }

}

/*--------------------------------------------------
**************************************************
よくある質問
**************************************************
--------------------------------------------------*/
#faq {
  position: relative;
  width: calc(100% - 40px);
  margin: 50px auto 0 auto;
  padding-top: 80px;
}

#faq ul {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 0 0 50px 0;
}

#faq ul li {
  margin-bottom: 10px;
  padding: 10px 10px;
  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: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 10px 20px 10px 0;
  align-items: center;
}

#faq ul li .faq_q .q_title {
  width: calc(100% - 100px);
}

#faq ul li .faq_a .a_text {
  width: calc(100% - 50px);
}

#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: 30px;
  margin-right: 20px;
}

#faq ul li .faq_a .a_icon {
  width: 35px;
  margin-right: 10px;
}

#faq ul li .faq_q::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #000;
  border-bottom: 1px 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: 14px;
  letter-spacing: 0.1em;
  padding: 30px 20px 0px 0px;
}

#faq ul li .faq_a .faq_a_wrap {
  display: flex;
  align-items: center;
}

@media (max-width: 400px) {
  #faq ul li .faq_q .q_title {
    width: calc(100% - 50px);
  }
}

/*--------------------------------------------------
**************************************************
資料請求フォーム
**************************************************
--------------------------------------------------*/
#Document {
  position: relative;
  width: 100%;
  padding-top: 50px;
}

#Document::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 250px;
  top: 0;
  left: 0;
  right: 0;
  background: url(../imgs/top/form_bg.jpg) center top no-repeat;
  background-size: cover;
  pointer-events: none;
}

#Document .Document_wrap {
  display: block;
  margin: 0 auto;
}

#Document .Document_wrap .Document_content {
  width: calc(100% - 20px);
  margin: 0 auto;
}

#Document .Document_wrap .Document_content .Document_title {
  position: relative;
  text-align: left;
  padding: 0 0 50px 30px;
}

#Document .Document_wrap .Document_content .Document_title h2 {
  padding-bottom: 30px;
  color: #fff;
  text-align: left;
}

#Document .Document_wrap .Document_content .Document_title p {
  font-size: 2.3vw;
  color: #fff;
}

#Document .Document_wrap .Document_content .cont_inner {
  position: relative;
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

#Document .Document_wrap .Document_content .cont_inner .title_wrap {
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 40px;
  text-align: center;
}

#Document .Document_wrap .Document_content .cont_inner .title_wrap .catch {
  display: block;
  font-size: 15px;
  font-weight: 100;
}

#Document .Document_wrap .Document_content .cont_inner .title_wrap h1 {
  font-size: 22px;
}

#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: 10vw;
  height: auto;
}

#Document .Document_wrap .Document_content .cont_inner .top_icon .topicon_text {
  color: #ffffff;
  font-size: 28px;
  margin: 0 30px;
}

.Document_form {
  position: relative;
  width: calc(100% - 40px);
  background: #fff;
  padding-bottom: 50px;
  box-shadow: 0px 0px 15px -5px #777777;
  margin: 0 auto 50px auto;
}

.Document_form::before {
  position: absolute;
  content: "";
  width: calc(100% + 40px);
  height: calc(100% - 200px);
  top: 0;
  left: -40px;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
}

.Document_form ul {
  padding: 20px;
}

.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: 100px;
}

.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% - 100px);
}

.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% - 40px);
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
}


/* モーダル */
#modal-content {
  width: 90%;
  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);
}

@media (max-width: 370px) {
  #industry .industry_wrap .industry_word .catch {
    font-size: 1vw;
    padding: 10px 0;
    line-height: 20px;
  }
  #industry .industry_wrap .industry_word .catch::before {
    top: 10px;
    left: -12px;
  }
  #industry .industry_wrap .industry_word .catch::after {
    bottom: 0;
    right: -10px;
  }
}