@charset "UTF-8";
/*ブレイクポイントを設定*/
/*メディアクエリ用のミックスイン*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap);
.section__bg_gy {
  background: #FAFAFA;
}

.text__common_15 {
  margin: 0;
  font-size: 15px;
}

.text__common_15 + .text__common_15 {
  margin-top: 20px;
}

.text__common_bl {
  color: #0F438B;
}

.ttl__common_h2 {
  margin: 0 0 20px;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 600;
  color: #0F438B;
}

.customer__content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 0;
}

@media only screen and (max-width: 767px) {
  .customer__content {
    max-width: initial;
    width: 90%;
  }
}

.customer__ttl_main {
  margin: 0 auto 1rem;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
}

.customer__ttl_sub {
  font-weight: 400;
  color: #000;
}

.customer__ttl_sub .text__common_bl {
  color: #0F438B;
}

.customer__ttl_strong {
  font-size: 35px;
  font-weight: 600;
}

.customer__header {
  padding: 80px 50px;
  background: url(../img/kyokai_mv.jpg) 100% 50% no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .customer__header {
    padding: 30px 0 30px 10px;
  }
}

.customer__header::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #FFF, transparent);
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .customer__header::before {
    background: linear-gradient(to right, #FFF, rgba(255, 255, 255, 0.6));
  }
}

.customer__header_copy {
  position: relative;
  z-index: 1;
}

.customer__block {
  margin: 40px 0 0;
  padding: 0;
}

.customer__block_ttl {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 600;
  color: #0F438B;
}

.customer__block_cont {
  margin: 0;
  padding: 0;
}

.customer__block_flex {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .customer__block_flex {
    flex-direction: column;
  }
}

.customer__block_img, .customer__block_text {
  width: 48.5%;
}

@media only screen and (max-width: 767px) {
  .customer__block_img, .customer__block_text {
    width: 100%;
  }
}

.customer__block_img img, .customer__block_text img {
  width: 100%;
}

.customer__block_reverse .customer__block_img {
  order: 2;
}

@media only screen and (max-width: 767px) {
  .customer__block_reverse .customer__block_img {
    order: 1;
  }
}

.customer__block_reverse .customer__block_text {
  order: 1;
}

@media only screen and (max-width: 767px) {
  .customer__block_reverse .customer__block_text {
    order: 2;
  }
}

.customer__child {
  margin: 40px 0 0;
  padding: 0;
}

.customer__child_ttl {
  margin: 0 0 20px;
  font-size: 18px;
  color: #0F438B;
}

.customer__child_cont {
  margin: 0;
  padding: 0;
}

.customer__table {
  margin: 20px 0 10px;
  border-collapse: collapse;
}

.customer__table tr td {
  padding: 10px 15px;
  border: 1px solid #000007;
}

.customer__table tr td:first-child {
  background: #F8F8F8;
}

.customer__copy {
  margin-top: 60px;
}
