@charset "UTF-8";
/**
 * fcc-partner-slider
 */
.fcc-partner-slider {
  margin: 0 auto;
  width: 100%;
  height: 83px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.fcc-partner-slider ul {
  margin: 0;
  padding: 0;
  height: 83px;
  float: left;
  overflow: hidden;
}
.fcc-partner-slider ul li {
  position: relative;
  margin: 0;
  padding: 0;
  width: 87px;
  height: 83px;
  float: left;
  display: inline;
  overflow: hidden;
}
.fcc-partner-slider ul li:nth-child(odd) {
  background: url(../images/partner-slider/mv_partner_bg_left.png) no-repeat;
  background-size: cover;
}
.fcc-partner-slider ul li:nth-child(even) {
  background: url(../images/partner-slider/mv_partner_bg_right.png) no-repeat;
  background-size: cover;
}
.fcc-partner-slider ul li img {
  position: absolute;
  top: 26px;
  left: 11px;
  width: 60px;
  height: auto;
}
.fcc-partner-slider-wrap {
  top: 0;
  left: 0;
  height: 83px;
  overflow: hidden;
  position: absolute;
}
.fcc-partner-slider-wrap:after {
  content: "";
  display: none;
  clear: none;
}

/**
 * base
 */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #ececee;
}

a:hover {
  opacity: 0.7;
}

.pc-valid {
  display: initial;
}

.sp-valid {
  display: none;
}

/**
 * main content
 */
.fcc-ksv {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.fcc-ksv .main {
  margin: 0 auto;
  text-align: center;
}
.fcc-ksv .main > div {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  padding-bottom: 40px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 25px 0 #e1e1e1;
  box-shadow: 0 10px 25px 0 #e1e1e1;
  background: #fff;
}
.fcc-ksv-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.fcc-ksv-head > div {
  width: 1024px;
  height: 47px;
  margin: 0 auto;
  background: url(../images/ksv/head_bg01.png) no-repeat 0 0, url(../images/ksv/head_bg02.png) repeat-x;
}
.fcc-ksv-hero {
  position: relative;
  margin-bottom: 30px;
  padding-top: 15px;
  background: #fff;
  background-size: cover;
}
.fcc-ksv-hero_copy {
  position: relative;
}
.fcc-ksv-hero_copy_title {
  margin-bottom: 0;
}
.fcc-ksv-merit_image01 {
  margin-top: 30px;
  margin-bottom: 5px;
}
.fcc-ksv-merit_image02 {
  margin-left: 57px;
}
.fcc-ksv-concept {
  position: relative;
  background: url(../images/ksv/kizuna_bg01.png) no-repeat 0 bottom;
  background-size: contain;
}
.fcc-ksv-concept_title {
  margin-bottom: 20px;
}
.fcc-ksv-concept_title > img {
  vertical-align: middle;
}
.fcc-ksv-concept_figure {
  position: relative;
  margin-left: 55px;
}
.fcc-ksv-concept_figure > img {
  vertical-align: middle;
}
.fcc-ksv-concept_ai {
  position: absolute;
  top: 108px;
  left: 0;
}
.fcc-ksv-concept_ai_button {
  position: absolute;
  width: 100%;
  bottom: 11px;
  text-align: center;
}
.fcc-ksv-kizuna {
  position: relative;
  padding: 150px 0 30px;
  background: url(../images/ksv/kizuna_bg02.png) repeat-y;
  background-size: contain;
}
.fcc-ksv-kizuna-box {
  position: relative;
  width: 720px;
  margin: 0 auto;
  padding-bottom: 15px;
  border-radius: 10px;
  text-align: center;
  background: #fff;
}
.fcc-ksv-kizuna_title {
  position: absolute;
  top: -158px;
  width: 720px;
  margin: 0;
  text-align: center;
}
.fcc-ksv-kizuna_title_button {
  position: absolute;
  bottom: 3px;
  left: 10px;
  width: 100%;
}
.fcc-ksv-kizuna_text01 {
  padding-top: 100px;
}
.fcc-ksv-kizuna_case_title {
  margin: 0 auto;
}
.fcc-ksv-kizuna_case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.fcc-ksv-kizuna_case_list > li {
  padding: 6px;
  list-style-type: none;
}
.fcc-ksv-kizuna_slider_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 40px 0 20px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.fcc-ksv-kizuna_slider_copy::before, .fcc-ksv-kizuna_slider_copy::after {
  content: "";
  width: 3px;
  height: 25px;
  background-color: #333;
}
.fcc-ksv-kizuna_slider_copy::before {
  margin-right: 0.5em;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.fcc-ksv-kizuna_slider_copy::after {
  margin-left: 0.5em;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.fcc-ksv-kizuna_slider_copy > span {
  font-size: 32px;
}
.fcc-ksv-kizuna_slider_foot {
  margin: 15px auto 35px;
}
.fcc-ksv-kizuna_step_title {
  margin: 0 0 10px;
}
.fcc-ksv-price {
  position: relative;
  margin-bottom: 16px;
  padding: 25px 0;
  border-bottom: 1px solid #999;
  background: #fff;
}
.fcc-ksv-price_title {
  margin: 0 auto;
}
.fcc-ksv-price_image {
  margin: 0 0 15px;
}
.fcc-ksv-modal {
  display: none;
}

.footer-block__details-content {
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-block__details-content a {
  text-decoration: underline;
  font-size: 12px;
  color: #999;
}
.footer-block__details-content a:hover {
  text-decoration: none;
}
.footer-block__details-content li {
  list-style-type: none;
  padding: 0 1em;
  border-left: 1px solid #c3c3c3;
  display: inline;
  line-height: 1;
}
.footer-block__details-content li:first-child {
  border-left: none;
}