@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;
}

.pc-valid {
  display: none;
}

.sp-valid {
  display: initial;
}

/**
 * partner-slider (override) // default
 */
.fcc-partner-slider {
  height: 53px;
}
.fcc-partner-slider ul {
  height: 53px;
}
.fcc-partner-slider ul li {
  width: 57px;
  height: 53px;
}
.fcc-partner-slider ul li img {
  top: 16px;
  left: 7px;
  width: 40px;
}
.fcc-partner-slider-wrap {
  height: 53px;
}

/**
 * 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: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  overflow: hidden;
  background: #fff;
}
.fcc-ksv .main img {
  max-width: 100%;
}
.fcc-ksv-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.fcc-ksv-head > div {
  width: 1024px;
  height: 7vw;
  margin: 0 auto;
  background: url(../images/ksv/head_bg01.png) no-repeat 0 0, url(../images/ksv/head_bg02.png) repeat-x;
  background-size: contain;
}
.fcc-ksv-hero {
  position: relative;
  padding-top: 7vw;
  background: #fff;
  background-size: cover;
}
.fcc-ksv-hero_copy {
  position: relative;
}
.fcc-ksv-hero_copy_title {
  margin-top: 0;
  margin-bottom: 10px;
}
.fcc-ksv-merit_image01 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.fcc-ksv-merit_image02 > img {
  width: 100%;
  height: auto;
}
.fcc-ksv-concept {
  position: relative;
  background: url(../images/ksv/sp/kizuna_bg01.png) no-repeat 0 bottom;
  background-size: contain;
}
.fcc-ksv-concept_title {
  margin-bottom: 15px;
}
.fcc-ksv-concept_title > img {
  vertical-align: middle;
}
.fcc-ksv-concept_figure {
  position: relative;
  z-index: 10;
}
.fcc-ksv-concept_figure > img {
  width: 100%;
  height: auto;
}
.fcc-ksv-concept_ai_button {
  position: absolute;
  top: 36.5vw;
  left: 3vw;
}
.fcc-ksv-concept_ai_button img {
  width: 20vw;
  height: auto;
}
.fcc-ksv-kizuna {
  position: relative;
  padding: 23vw 0 30px;
  background: url(../images/ksv/sp/kizuna_bg02.png) repeat-y;
  background-size: contain;
}
.fcc-ksv-kizuna-box {
  position: relative;
  width: auto;
  margin: 0 9vw;
  padding-bottom: 15px;
  border-radius: 10px;
  text-align: center;
  background: #fff;
}
.fcc-ksv-kizuna_title {
  position: absolute;
  top: -27vw;
  width: 100%;
  margin: 0;
  text-align: center;
}
.fcc-ksv-kizuna_title > img {
  width: 81vw;
  height: auto;
}
.fcc-ksv-kizuna_title_button {
  position: absolute;
  bottom: -4vw;
  left: 0;
  width: 100%;
}
.fcc-ksv-kizuna_title_button img {
  width: 44vw;
  height: auto;
}
.fcc-ksv-kizuna_image01 {
  position: absolute;
  top: 11.25vw;
  right: 2.5vw;
}
.fcc-ksv-kizuna_image01 > img {
  width: 15vw;
  height: auto;
}
.fcc-ksv-kizuna_text01 {
  padding-top: 21vw;
}
.fcc-ksv-kizuna_text01 > img {
  width: 100%;
  height: auto;
}
.fcc-ksv-kizuna_case {
  padding: 0 3vw;
}
.fcc-ksv-kizuna_case img {
  width: 100%;
  height: auto;
}
.fcc-ksv-kizuna_case_title {
  margin: 0 auto;
}
.fcc-ksv-kizuna_case_list {
  margin: 0;
  padding: 0;
}
.fcc-ksv-kizuna_case_list > li {
  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: 14px;
  font-weight: bold;
  line-height: 1;
}
.fcc-ksv-kizuna_slider_copy::before, .fcc-ksv-kizuna_slider_copy::after {
  content: "";
  width: 2px;
  height: 14px;
  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: 18px;
}
.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-price_button {
  text-align: center;
}
.fcc-ksv-price_button img {
  width: 39vw;
  height: auto;
}
.fcc-ksv-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
}
.fcc-ksv-modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
.fcc-ksv-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.fcc-ksv-modal-open {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-weight: bold;
  width: 300px;
  height: 60px;
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
  translate: -50% -50%;
}
.fcc-ksv-modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
}
.fcc-ksv-modal-close {
  position: absolute;
  top: 0;
  right: 5vw;
  cursor: pointer;
}
.fcc-ksv-modal-close > img {
  width: 9vw;
  height: 9vw;
}
.fcc-ksv-modal-content_figure > img {
  width: 73vw;
  height: auto;
}
.fcc-ksv-modal-content_button {
  position: absolute;
  bottom: 5vw;
  left: 0;
  width: 100%;
}
.fcc-ksv-modal-content_button img {
  width: 35vw;
  height: auto;
}

.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;
  margin: 0;
  padding: 0;
}
.footer-block__details-content a {
  text-decoration: underline;
  color: #999;
}
.footer-block__details-content li {
  list-style-type: none;
  padding: 0 1em;
  border-left: 1px solid #c3c3c3;
  display: inline;
  line-height: 1;
  vertical-align: middle;
  font-size: 10px;
}
.footer-block__details-content li:first-child {
  border-left: none;
}