@charset "UTF-8";.background .background-title-jp {
  margin-top: 62px
}

@media (max-width: 767px) {
  .background .background-title-jp {
      margin-top:46px
  }
}

.background .background-content {
  margin-top: 70px
}

@media (max-width: 767px) {
  .background .background-content {
      margin-top:40px
  }
}

.background .background-section {
  margin-top: 86px
}

@media (max-width: 767px) {
  .background .background-section {
      margin-top:88px
  }
}

.background .background-section:first-of-type {
  margin-top: 120px
}

@media (max-width: 767px) {
  .background .background-section:first-of-type {
      margin-top:70px
  }
}

.background .background-section:nth-of-type(2n) .background-section-body {
  flex-direction: row-reverse
}

@media (max-width: 767px) {
  .background .background-section:nth-of-type(2n) .background-section-body {
      flex-direction:column
  }
}

.background .background-section-head .background-section-name,.background .background-section-head .background-section-title {
  display: flex;
  align-items: flex-start;
  gap: 12px
}

@media (max-width: 767px) {
  .background .background-section-head .background-section-name,.background .background-section-head .background-section-title {
      flex-direction:column;
      gap: 30px
  }
}

.background .background-section-head .background-section-name:before,.background .background-section-head .background-section-title:before {
  margin-top: 13.5px;
  content: "";
  display: block;
  width: 80px;
  height: 2px
}

@media (max-width: 767px) {
  .background .background-section-head .background-section-name:before,.background .background-section-head .background-section-title:before {
      margin-top:0
  }
}

.background .background-section-head .background-section-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25em;
  letter-spacing: .05em
}

.background .background-section-head .background-section-title .tab-down {
  display: none
}

@media only screen and (max-width: 1200px) {
  .background .background-section-head .background-section-title .tab-down {
      display:block
  }
}

@media only screen and (max-width: 1032px) {
  .background .background-section-head .background-section-title {
      font-size:22px;
      font-size: 2.2rem;
      line-height: 1.3636363636em
  }
}

.background .background-section-head .background-section-title:before {
  background-color: #6ab3e2
}

.background .background-section-head .background-section-name {
  font-family: "UD新ゴ L","UD Shin Go Light";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6em;
  letter-spacing: .1em;
  font-weight: 300;
  margin-top: 9px
}

@media (max-width: 767px) {
  .background .background-section-head .background-section-name {
      margin-top:12px
  }
}

.background .background-section-head .background-section-name:before {
  background-color: transparent
}

@media (max-width: 767px) {
  .background .background-section-head .background-section-name:before {
      display:none
  }
}

.background .background-section-body {
  margin-top: 46px;
  display: flex;
  align-items: flex-start;
  gap: 4.62%
}

@media (max-width: 767px) {
  .background .background-section-body {
      margin-top:34px;
      flex-direction: column;
      gap: 30px
  }
}

.background .background-section-body .background-section-img {
  width: 31.6%;
  flex-shrink: 0;
  margin-top: 9px
}

@media (max-width: 767px) {
  .background .background-section-body .background-section-img {
      width:100vw;
      margin: 0 calc(50% - 50vw)
  }
}

.background .background-section-body .background-section-text {
  flex-grow: 1;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.2666666667em;
  letter-spacing: .05em
}

.background .background-section-body .background-section-text p+p:not(.background-section-note) {
  margin-top: 30px
}

.background .background-section-body .background-section-note {
  margin-top: 14px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2em;
  letter-spacing: .05em
}

@media (max-width: 767px) {
  .background .background-section-body .background-section-note {
      margin-top:9px
  }
}

.background .background-section-body .background-section-note.right-align {
  text-align: right
}

.background .background-section-body .background-section-note a {
  color: #357fa7;
  text-decoration: underline;
  transition: all .4s;
  cursor: pointer
}

@media only screen and (min-width: 768px) {
  .background .background-section-body .background-section-note a:hover {
      color:#484b4e
  }
}

.background .c-contact {
  margin-top: 120px
}

@media (max-width: 767px) {
  .background .c-contact {
      margin-top:100px
  }
}

/*# sourceMappingURL=background.min.css.map */