@charset "UTF-8";
img {
  width: 100%;
}

/*----------------------------------------
共通スタイル
----------------------------------------*/
.takeshiba-index{
  overflow: hidden;
}
.takeshiba-index * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
}

.takeshiba-index .txt-mincho {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E, 'Sawarabi Mincho', "Times New Roman", "ＭＳ Ｐ明朝", serif;
}

.takeshiba-index .txt-roboto {
  font-family: 'Roboto', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.takeshiba-index ul {
  list-style: none;
}

.takeshiba-index a:hover, .takeshiba-index a:active, .takeshiba-index a:focus {
  text-decoration: none;
}

.takeshiba-index-section {
  padding: 0 20px;
  position: relative;
  z-index: 10;
}

.takeshiba-index-btn {
  margin-top: 60px;
  text-align: center;
}

.takeshiba-index-btn_target {
  padding: 21px 72px;
  border-radius: 26px;
  display: inline-block;
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(#001cc3), color-stop(33.33%, #0049de), color-stop(66.66%, #001cc3), to(#0049de)) no-repeat 0% 50%;
  background: linear-gradient(to left, #001cc3 0%, #0049de 33.33%, #001cc3 66.66%, #0049de 100%) no-repeat 0% 50%;
  background-size: 300%;
  font-weight: bold;
  line-height: 1.2;
  font-size: 14px;
}

.takeshiba-index-btn_target:hover {
  -webkit-animation: hoverBtn 1s linear infinite;
  animation: hoverBtn 1s linear infinite;
}

.takeshiba-index-btn_target, .takeshiba-index-btn_target:hover, .takeshiba-index-btn_target:active, .takeshiba-index-btn_target:focus {
  color: #fff;
}

.takeshiba-index-btn_target::after {
  content: '';
  margin-top: auto;
  margin-bottom: auto;
  border-top: solid 2px #ebebeb;
  border-right: solid 2px #ebebeb;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}

.takeshiba-index-btn_target:hover::after {
  right: 25px;
}

@-webkit-keyframes hoverBtn {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes hoverBtn {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/*----------------------------------------
キービジュアル
----------------------------------------*/
.takeshiba-index-top {
  width: 100%;
  position: relative;
}

.takeshiba-index-top .bg {
  width: 100%;
  height: calc(100vh - 105px);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
  pointer-events: none;
  overflow: hidden;
}
.takeshiba-index-top .bg.is-out{
  background: #000;
}

.takeshiba-index-top .bg video,
.takeshiba-index-top .bg img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.takeshiba-index-top .bg img{
  display: none;
}
.takeshiba-index-top.is-vertical .bg video,
.takeshiba-index-top.is-vertical .bg img {
  width: auto;
  height: 100%;
}

.sb-appshell-v1-header-breadcrumbs, .sb-appshell-v1-footer-breadcrumbs, .sb-appshell-v1-category-footer, .sb-appshell-v1-footer {
  position: relative;
  z-index: 2;
}

.takeshiba-index-top_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity:0;
}

/*----------------------------------------
ヒーローエリア
----------------------------------------*/
.takeshiba-index-hero-container {
  height: 100%;
  min-height: calc(100vh - 105px - 50px);
  min-height: calc((var(--vh, 1vh) * 100) - 105px - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.takeshiba-index-hero{
  position: relative;
}
.takeshiba-index-hero_hdg {
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  width: 806px;
  text-align: center;
  color: #000;
  position: absolute;
  top: 0;
  right: 30px;
}
.takeshiba-index-hero_hdg_name{
  font-size: 56px;
  display: block;
  line-height: 1;
  padding-top: 21px;
  letter-spacing: 4px;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.takeshiba-index-hero_hdg.is-show .takeshiba-index-hero_hdg_name{
  opacity: 1;
   transform: translateY(0);
  -webkit-transform: translateY(0);
}
.takeshiba-index-hero_hdg_en{
  font-weight: 500;
  font-size: 20px;;
}
.takeshiba-index-hero_hdg_name img{
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.4));
}

/*----------------------------------------
ステートメント
----------------------------------------*/
.takeshiba-index-statement {
  padding-top: 10%;
  padding-bottom: 10%;
  width: 100%;
  height: 100%;
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  background: url(/biz/set/data/dx/takeshiba/img/p/img-statement-bg.jpg) no-repeat center center;
  background-size: cover;
}
.takeshiba-index-statement_wrap {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  font-size: 16px;
  color: #fff;
  width: 100%;
}
.takeshiba-index-statement_content{
  margin-top: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.takeshiba-index-statement_img{
  max-width: 620px;
  margin: 43px auto 90px;
}
.takeshiba-index-statement_img img{
/*  -webkit-box-shadow: 15px 15px 30px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 15px 15px 30px 0px rgba(0,0,0,0.2);
  box-shadow: 15px 15px 30px 0px rgba(0,0,0,0.2);*/

}
.takeshiba-index-statement_text{
  width: 600px;
  padding-right: 40px;
  color: #000;
}
.takeshiba-index-statement_text p{
  margin-top: 0;
}
.takeshiba-index-statement_text p:last-child{
  margin-top: 12px;
}
.takeshiba-index-statement_ttl{
  font-size: 44px;
  line-height: 1.6363636;
  margin-bottom: 42px;
}
.takeshiba-index-statement .takeshiba-index-section-header_ttl{
  max-width: 600px;
  margin: 80px auto 30px;
}
.takeshiba-index-statement_chart{
  margin-top: 105px;
  margin-bottom: 102px;
}


/*----------------------------------------
virtual
----------------------------------------*/
.takeshiba-index-virtual {
  padding: 77px 20px 100px;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 105px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background: #ECECEC;
}

.takeshiba-index-virtual_content{
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  color: #000;
}
.takeshiba-index-virtual .takeshiba-index-section-header_ttl{
  max-width: 430px;
  margin: 30px auto 30px;
}
.takeshiba-index-virtual_img{
  max-width: 596px;
  margin-top: 90px;
  margin: 90px auto 150px;
}
.takeshiba-index-virtual_content .takeshiba-index-btn {
  margin-top: 50px;
}

/*----------------------------------------
partner
----------------------------------------*/
.takeshiba-index-partner {
  background-color: #fff;
  padding: 77px 20px 87px;
  overflow: hidden;
  color: #000;
}
.takeshiba-index-partner_wrap{
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  position: relative;
}
.takeshiba-index-partner_wrap::after,
.takeshiba-index-partner_wrap::before{
  content: '';
  display: block;
  width: 390px;
  height: 320px;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
}
.takeshiba-index-partner_wrap::before {
  background: url("/biz/set/data/dx/takeshiba/img/img-partner-bg-01.png") no-repeat top right;
  left: -424px;
  top: 5px;
}
.takeshiba-index-partner_wrap::after {
  background: url("/biz/set/data/dx/takeshiba/img/img-partner-bg-02.png") no-repeat top left;
  left: auto;
  right: -390px;
  top: 183px;
}
.takeshiba-index-partner_ttl{
  font-size: 40px;
  text-align: center;
  margin-bottom: 47px;
  letter-spacing: 4px;
}
.takeshiba-index-partner_list {
  text-align: center;
  margin-bottom: 50px;
}
.takeshiba-index-partner_list li{
  display: inline-block;
  margin: 0 20px;
}
.takeshiba-index-partner_list li img{
  max-height: 37px;
  width: auto;
}
.takeshiba-index-partner_list li img.takeshiba-index-partner_list-img01{
  height: 33px;
}
.takeshiba-index-partner_text {
  text-align: center;
}
.takeshiba-index-partner_text p{
  margin-top: 0;
}
.takeshiba-index-partner_text p + p{
  margin-top: 22px;
}


/*----------------------------------------
プレスリリース
----------------------------------------*/
.takeshiba-index-release {
  background: #000;
  padding: 62px 20px 52px;
  color: #fff
}
.takeshiba-index-release_wrap{
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 100%;
}
.takeshiba-index-release a{
  color: #fff;
  text-decoration: none;
}
.takeshiba-index-release a[target="_blank"]:after{
  display: inline-block;
  content: '';
  margin-left: 10px;
  background-image: url("/biz/set/data/dx/takeshiba/img/icon-blank.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  text-indent: -9999px;
  overflow: hidden;
}
.takeshiba-index-release_ttl{
  font-size: 24px;
  margin: 0 0 4px;
  font-weight: bold;
}
.takeshiba-index-release_ttl span{
  font-size: 14px;
  margin-left: 2em;
  font-weight: normal;
}
.takeshiba-index-release_list{
  margin-bottom: 20px;
  max-height: 430px;
  overflow-y: auto;
}
.takeshiba-index-release_list_item{
  margin-top: 20px;
  font-size: 14px;
}
.takeshiba-index-release_list_item + .takeshiba-index-release_list_item{
  margin-top: 30px;
}
.takeshiba-index-release_list_link{
  font-size: 16px;
}
.takeshiba-index a.takeshiba-index-release_list_link:hover,
.takeshiba-index a.takeshiba-index-release_list_link:active,
.takeshiba-index a.takeshiba-index-release_list_link:focus{
  text-decoration: underline;
}
.takeshiba-index-release_list_desc{
  margin-top: 5px;
  padding-right: 52px;
  line-height: 1.5;
}
.takeshiba-index-release_list_ttl{
  margin-top: 0;
}

/*----------------------------------------
プラットフォーム
----------------------------------------*/
.takeshiba-index-platform{
  padding: 0 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  height: 100%;
  min-height: 750px;
  display: block;
 /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  position: relative;
  z-index: 1;
  background: url("/biz/set/data/dx/takeshiba/img/img-platform-bg.jpg") no-repeat center center;
  background-size: cover;
}

.takeshiba-index-platform_content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 100%;
  font-size: 16px;
  color: #fff;
}
.takeshiba-index-platform_img{
  width: 49.16666%;
}
.takeshiba-index-platform_text{
  width: 600px;
  padding-right: 40px;
}
.takeshiba-index-platform_text p{
  margin-top: 0;
}
.takeshiba-index-platform_text p + p{
  margin-top: 12px;
}
.takeshiba-index-platform_ttl{
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.takeshiba-index-platform_text_wrap{
  max-width: 100%;
}

/*----------------------------------------
FUTURE STRIDE
----------------------------------------*/
.takeshiba-index-relates{
  padding-top: 100px;
  padding-bottom: 150px;
}
.takeshiba-index-relates::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
  z-index: -1;
}
.takeshiba-index-relates_wrap{
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
}
.takeshiba-index-relates_list li {
  position: relative;
}
.takeshiba-index-relates_list li::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.takeshiba-index-relates_list_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  transition: -webkit-opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  color: #000;
}
a.takeshiba-index-relates_list_item:hover{
  color: #000;
  opacity: 0.7;
}
.takeshiba-index-relates_list li + li{
  margin-top: 30px;
}
.takeshiba-index-relates_list_img{
  width: 46.875%;
}
.takeshiba-index-relates_list_content{
  width: 53.125%;
  text-align: center;
  padding: 10px 32px;
  font-weight: bold;
}
.takeshiba-index-relates_list_ttl{
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.takeshiba-index-relates_list_text{
  font-size: 20px;
  letter-spacing: 0.016em;
}
.takeshiba-index-relates_list_text.small{
  font-size: 19px;
}
.takeshiba-index-relates_list_text.big{
  font-size: 24px;
  line-height: 1.66667;
}

/*----------------------------------------
FUTURE STRIDE
----------------------------------------*/
.takeshiba-index-future-stride {
  padding: 161px 20px 50px;
  position: relative;
  z-index: 10;
  background-color: #ececec;
}

.takeshiba-index-future-stride-ttl {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 54px;
  max-width: 540px;
}

.takeshiba-index-future-stride-list-container {
  margin-bottom: 70px;
}

.takeshiba-index-future-stride-list {
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0;
  max-width: calc(1200px + 30px + 30px);
}

[data-takeshiba-slider] .takeshiba-index-future-stride-list_item {
  display: none;
}

.slick-initialized .takeshiba-index-future-stride-list_item {
  display: block !important;
}

.takeshiba-index-future-stride-list_target {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: block;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.takeshiba-index-future-stride-list_target:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.takeshiba-index-future-stride-list_image {
  padding-bottom: 67.40741%;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.takeshiba-index-future-stride-list_image img {
  width: calc(100% + 2px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.takeshiba-index-future-stride-list_ttl {
  margin: 0;
  padding: 20px 20px 30px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.takeshiba-index-future-stride-list {
  overflow-x: hidden;
}

.takeshiba-index-future-stride-list .slick-slide {
  margin: 0 30px;
}

.takeshiba-index-future-stride-list .slick-list {
  overflow: visible;
}

.takeshiba-index-future-stride-controls-container {
  margin-top: 8px;
  line-height: 0;
  text-align: center;
}

.takeshiba-index-future-stride-controls {
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.takeshiba-index-future-stride-controls .slick-dots {
  padding-top: 0;
  height: 34px;
}

.takeshiba-index-future-stride-controls .slick-dots li {
  margin-left: 9px;
  padding: 0;
  width: 11px;
  height: 11px;
}

.takeshiba-index-future-stride-controls .slick-dots li:first-child {
  margin-left: 0;
}

.takeshiba-index-future-stride-controls .slick-dots li:before {
  width: 11px;
  height: 11px;
  background: #fff;
}

.takeshiba-index-future-stride-controls .slick-dots li.slick-active:before {
  background: #102e7c;
}

.takeshiba-index-future-stride-slider-arrow {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: -1px;
  background: none;
  outline: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.takeshiba-index-future-stride-slider-arrow:hover {
  opacity: 0.5;
}

.takeshiba-index-future-stride-slider-arrow--prev {
  left: 0;
}

.takeshiba-index-future-stride-slider-arrow--next {
  right: 0;
}

.takeshiba-index-future-stride-slider-arrow::after {
  content: '';
  margin: auto;
  border-top: solid 2px #102e7c;
  border-right: solid 2px #102e7c;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
}

.takeshiba-index-future-stride-slider-arrow--prev::after {
  left: 13px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.takeshiba-index-future-stride-slider-arrow--next::after {
  left: 16px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}


/*----------------------------------------
  ソリューション
----------------------------------------*/
.takeshiba-index-solution {
  background-color: #eaf2fd;
  padding: 135px 20px 150px;
  position: relative;
  z-index: 10;
}
.takeshiba-index-section-header {
  text-align: center;
}
.takeshiba-index-solution .takeshiba-index-section-header_ttl {
  margin-bottom: 60px;
  text-align: center;
  width: 350px;
  margin: 0 auto;
}
.takeshiba-index-section-header_text{
  font-size: 16px;
}
.takeshiba-index-solution .takeshiba-index-section-header_text{
  margin-top: 20px;
	color: #000;
}
.takeshiba-index-solution-list {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.takeshiba-index-solution-list_item {
/*  margin-top: 4px;
  margin-right: 4px;
  width: calc(50% - 4px);*/
  margin-right: 1px;
  width: calc(33.33% - 1px);
}

/*.takeshiba-index-solution-list_item:first-child {
  margin-top: 0;
  width: 100%;
}*/

.takeshiba-index-solution-list_item:nth-child(even) {
  margin-right: 1px;
}

.takeshiba-index-solution-list_target {
  display: block;
  position: relative;
}

.takeshiba-index-solution-list_new {
  width: 60px;
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 1;
}

.takeshiba-index-solution-list_text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}

.takeshiba-index-solution-list_hdg {
  margin-right: auto;
  margin-left: auto;
}

.takeshiba-index-solution-list_hdg-01 {
  width: 750px;
}

.takeshiba-index-solution-list_hdg-02 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.9;
}
.takeshiba-index-solution-list_hdg-03 {
  width: 230px;
}

.takeshiba-index-solution-list_desc {
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 55px;
  padding-left: 55px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.takeshiba-index-solution-list_image {
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.takeshiba-index-solution-list_image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.takeshiba-index-solution-list_image img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

a:hover .takeshiba-index-solution-list_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.takeshiba-index-solution-btn a{
  max-width: 300px;
  margin: 0 auto;
  background-color: #585858;
  background-image: linear-gradient(to right, #0A0A0A , #4B4B4B);
  height: 60px;
  line-height: 60px;
  color: #fff;
  display: block;
  text-align: center;
}

.takeshiba-index-btn--02 .takeshiba-index-btn_target {
  background: -webkit-gradient(linear, right top, left top, from(#555555), color-stop(33.33%, #040404), color-stop(66.66%, #555555), to(#040404)) no-repeat 0% 50%;
  background: linear-gradient(to left, #555555 0%, #040404 33.33%, #555555 66.66%, #040404 100%) no-repeat 0% 50%;
  background-size: 300%;
  border-radius: 9px;
  font-size: 16px;
}


/*----------------------------------------
realize-index-notice
----------------------------------------*/

.takeshiba-index-notice{
  padding: 180px 0 165px;
  box-sizing: border-box;
}
.takeshiba-index-notice__content{
  position: relative;
  max-width: 785px;
  margin: 0 auto;
}
.takeshiba-index-notice__text{
  text-align: center;
  color:#fff;
  line-height: 2;
  margin-bottom: 30px;
  font-size: 16px;
}

/*----------------------------------------
solution
----------------------------------------*/
.takeshiba-index-solution{
  background: #F6F8F9;
  padding-bottom: 99px;
  padding-top: 100px;
  box-sizing: border-box;
}
.takeshiba-index-solution__ttl{
  width: 274px;
  margin: 0 auto;
}
.takeshiba-index-solution__subttl{
  text-align: center;
  font-size: 16px;
  color: #000;
}
.takeshiba-index-solution__lstintroduction{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 25px;
}
.takeshiba-index-solution__lstintroduction__item{
  width: 33.33%;
  position: relative;
}
.takeshiba-index-solution__lstintroduction__title{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.takeshiba-index-solution__lstintroduction__title{
  font-size: 16px;
  color: #fff;
}
.takeshiba-index-solution__lstintroduction__title__greattitle{
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.takeshiba-index-solution__btn{
  text-align: center;
  margin-top: 50px;
}
.takeshiba-index-solution__btn a img{
  max-width: 300px;
}

/*takeshiba-index-collect*/
.takeshiba-index-collect{
  padding-top: 10%;
  padding-bottom: 10%;
  width: 100%;
  height: 100%;
  min-height: 1013px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  background: url(/biz/set/data/dx/takeshiba/img/img-collect-bg.jpg) no-repeat center center;
  background-size: cover;
}
.takeshiba-index-collect_content{
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
}
.takeshiba-index-collect .takeshiba-index-section-header_ttl{
  max-width: 560px;
  margin: 100px auto 30px;
}
.takeshiba-index-collect__img{
  max-width: 596px;
  margin-top: 90px;
  margin: 90px auto 150px;
}

/*takeshiba-index-introduction*/
.takeshiba-index-introduction{
  max-width: 800px;
  margin: 45px  auto 0;
}
.takeshiba-index-introduction a{
  display: block;
  color: #333;
}
.takeshiba-index-introduction a:hover .takeshiba-index-introduction_inner{
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  color: #000;
}
.takeshiba-index-introduction_inner{
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.takeshiba-index-introduction_img{
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.takeshiba-index-introduction_img img{
  width: 100%;
}
.takeshiba-index-introduction_content{
  display: table-cell;
  width: 50%;
  padding: 5px 30px;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
}
.takeshiba-index-introduction_content:after{
  display: block;
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4579E8;
  border-right: 2px solid #4579E8;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.1s ease-out 0.2s;
  transition: -webkit-transform 0.1s ease-out 0.2s;
  transition: transform 0.1s ease-out 0.2s;
  transition: transform 0.1s ease-out 0.2s, -webkit-transform 0.1s ease-out 0.2s;
  font-weight: bold;
}
.takeshiba-index-introduction_title{
  margin-top: 0;
  font-weight: bold;
  font-size: 18px;
}
.takeshiba-index-introduction_text{
  margin-top: 0;
  padding-right: 15px;
  padding-top: 0;
  font-size: 16px;
  line-height: calc(28 / 16);
}
.biz-layout-footer-bnr_container {
  position: relative;
}