@import url(https://fonts.googleapis.com/css2?family=Jost:wght@400;500;700&display=swap);body .modaal-container {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .modaal-close {
  top: 10px;
  right: 10px;
  color: #336dbb;
}
body .modaal-close::before, body .modaal-close::after {
  background-color: #336dbb;
  border-radius: 0;
  width: 2px;
}
body .modaal-close:hover::before, body .modaal-close:hover::after {
  background-color: #336dbb;
}
@media (max-width: 768.98px) {
  body .modaal-inner-wrapper {
    padding: 0;
  }
}

.cs-font-en {
  font-family: "Jost", sans-serif;
}

.cs-font-ja-l {
  font-family: "Jost", "A1 Gothic L", sans-serif;
}

.cs-font-ja-r {
  font-family: "Jost", "A1 Gothic R", sans-serif;
}

.cs-font-ja-m {
  font-family: "Jost", "A1 Gothic M", sans-serif;
}

.cs-static-section {
  overflow-x: hidden;
}
.cs-static-section__head span {
  position: relative;
  display: inline-block;
  color: #336dbb;
  border-bottom: 1px;
  padding-bottom: 20px;
  font-weight: bold;
  line-height: 1;
}
.cs-static-section__head span::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background-color: #336dbb;
}
@media (min-width: 769px) {
  .cs-static-section {
    margin-top: 90px;
  }
  .cs-static-section__head span {
    font-size: 40px;
  }
}
@media (max-width: 768.98px) {
  .cs-static-section {
    padding-bottom: 3.5vw;
  }
  .cs-static-section__head {
    text-align: center;
  }
  .cs-static-section__head span {
    padding-bottom: 3.5vw;
    font-size: 7vw;
  }
  .cs-static-section__head span::before {
    height: 3px;
  }
}

.cs-static-modal-target {
  display: none;
}

.js-ac > .js-ac-body {
  display: none;
}

.cs-video {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.cs-video iframe, .cs-video video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 20px;
  overflow: hidden;
}

.cs-static-table {
  font-family: "Jost", "A1 Gothic M", sans-serif;
}
.cs-static-table__th {
  color: #000;
}
.cs-static-table__td strong {
  color: #000;
}
@media (min-width: 769px) {
  .cs-static-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
  }
  .cs-static-table + .cs-static-table {
    margin-bottom: 40px;
  }
  .cs-static-table__th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  .cs-static-table__dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 768.98px) {
  .cs-static-table {
    font-size: 15px;
  }
  .cs-static-table + .cs-static-table {
    margin-bottom: 30px;
  }
  .cs-static-table__dt {
    margin-bottom: 8px;
  }
  .cs-static-table__dd {
    font-size: 14px;
  }
}

.cs-contract {
  font-family: "Jost", "A1 Gothic R", sans-serif;
  color: #415974;
}