@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-product-resui-head {
  position: relative;
}
.cs-product-resui__bg {
  width: 100%;
  height: 100%;
}
.cs-product-resui__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-product-resui__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-product-resui__text img {
  width: 100%;
}
.cs-product-resui__text h2 {
  font-weight: bold;
}
.cs-product-resui .cs-resui-head {
  color: #336dbb;
  font-weight: bold;
  text-align: center;
  font-family: "Jost", "A1 Gothic M", sans-serif;
  font-weight: bold;
}
.cs-product-resui .cs-resui-head span {
  display: inline-block;
  border-bottom: 5px solid #336dbb;
}
.cs-product-resui .cs-resui-body {
  text-align: center;
}
.cs-product-resui .cs-resui-images {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}
.cs-product-resui .cs-resui-images li:nth-child(odd) {
  margin-right: 15px;
}
.cs-product-resui .cs-resui-images li:nth-child(even) {
  margin-left: 15px;
}
.cs-product-resui .cs-resui-images a {
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.cs-product-resui .cs-resui-images a:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  .cs-product-resui-head {
    height: 400px;
  }
  .cs-product-resui__text {
    width: 519px;
  }
  .cs-product-resui .cs-resui-head {
    font-size: 36px;
  }
  .cs-product-resui .cs-resui-body {
    margin-top: 60px;
  }
  .cs-product-resui .cs-static-section + .cs-static-section {
    margin-top: 120px;
  }
}
@media (max-width: 768.98px) {
  .cs-product-resui-head {
    height: 375px;
  }
  .cs-product-resui__text {
    width: 300px;
  }
  .cs-product-resui .cs-resui-head {
    margin-top: 58px;
    font-size: 18px;
    letter-spacing: -0.4px;
  }
  .cs-product-resui .cs-resui-head span {
    border-width: 2.5px;
  }
  .cs-product-resui .cs-resui-body {
    margin-top: 30px;
  }
  .cs-product-resui .cs-resui-images li:nth-child(odd) {
    margin-right: 10px;
  }
  .cs-product-resui .cs-resui-images li:nth-child(even) {
    margin-left: 10px;
  }
}
.cs-product-resui .cs-resui-type-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-product-resui .cs-resui-type-head__img img {
  border-radius: 50%;
  overflow: hidden;
}
.cs-product-resui .cs-resui-type-head__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #336dbb;
  font-family: "Jost", "A1 Gothic M", sans-serif;
  font-weight: bold;
}
.cs-product-resui .cs-resui-type-head__text h2 {
  font-weight: bold;
}
.cs-product-resui .cs-resui-type-body h3 {
  position: relative;
  text-align: center;
  line-height: 1;
  font-family: "Jost", "A1 Gothic M", sans-serif;
  font-weight: bold;
  color: #336dbb;
}
.cs-product-resui .cs-resui-type-body h3 span {
  position: relative;
  display: inline-block;
  padding: 10px;
  background-color: #fff;
  z-index: 1;
}
.cs-product-resui .cs-resui-type-body h3::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #dce3ec;
}
.cs-product-resui .cs-resui-type-body h4 {
  text-align: center;
  color: #336dbb;
  font-family: "Jost", "A1 Gothic M", sans-serif;
  font-weight: bold;
}
.cs-product-resui .cs-resui-type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-product-resui .cs-resui-type-list li {
  color: #336dbb;
  text-align: center;
  margin-top: 10px;
  font-family: "Jost", "A1 Gothic M", sans-serif;
  font-weight: bold;
}
.cs-product-resui .cs-resui-type-list li img {
  width: 100%;
  border: 1px solid #dce3ec;
}
.cs-product-resui .cs-resui-type-list li span {
  display: block;
  margin-top: 10px;
  font-family: "Jost", "A1 Gothic M", sans-serif;
  font-weight: bold;
}
.cs-product-resui .cs-resui-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #336dbb;
  font-family: "Jost", "A1 Gothic M", sans-serif;
  font-weight: bold;
}
.cs-product-resui .cs-resui-arrow p {
  margin-bottom: 0;
}
.cs-product-resui .cs-resui-type-head__text p {
  margin-bottom: 0;
}
.cs-product-resui .cs-resui-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs-product-resui .cs-resui-detail__img {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cs-product-resui .cs-resui-detail__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 2px solid #dce3ec;
}
.cs-product-resui .cs-resui-detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #dce3ec;
}
.cs-product-resui .cs-resui-detail__item span {
  display: inline-block;
  color: #336dbb;
  font-family: "Jost", "A1 Gothic M", sans-serif;
  font-weight: bold;
}
.cs-product-resui .cs-resui-detail__line {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-product-resui .cs-resui-detail__3 a {
  margin: 10px 0;
}
@media (min-width: 769px) {
  .cs-product-resui .cs-resui-type {
    padding: 45px 88px;
    border: 2px solid #dce3ec;
    border-radius: 20px;
  }
  .cs-product-resui .cs-resui-type + .cs-resui-type {
    margin-top: 126px;
  }
  .cs-product-resui .cs-resui-type-head__img {
    width: 150px;
  }
  .cs-product-resui .cs-resui-type-head__text {
    margin-left: 30px;
  }
  .cs-product-resui .cs-resui-type-head__text h2 {
    font-size: 40px;
  }
  .cs-product-resui .cs-resui-type-head__text p {
    font-size: 20px;
  }
  .cs-product-resui .cs-resui-type-body {
    margin-top: 34px;
  }
  .cs-product-resui .cs-resui-type-body h3 {
    font-size: 20px;
  }
  .cs-product-resui .cs-resui-type-body h4 {
    margin-top: 50px;
    font-size: 29px;
  }
  .cs-product-resui .cs-resui-type-list li {
    width: 16.6666666667%;
  }
  .cs-product-resui .cs-resui-type-list li:not(:first-child) {
    margin-left: 7px;
  }
  .cs-product-resui .cs-resui-arrow {
    margin-top: 45px;
    font-size: 20px;
  }
  .cs-product-resui .cs-resui-arrow p {
    margin-left: 10px;
  }
  .cs-product-resui .cs-resui-detail {
    margin-top: 30px;
  }
  .cs-product-resui .cs-resui-detail__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
  }
  .cs-product-resui .cs-resui-detail__img img {
    margin-bottom: 20px;
  }
  .cs-product-resui .cs-resui-detail__item {
    padding: 24px 0 24px 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cs-product-resui .cs-resui-detail__wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cs-product-resui .cs-resui-detail__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cs-product-resui .cs-resui-detail__line + * {
    margin-top: 10px;
  }
  .cs-product-resui .cs-resui-detail__1 {
    min-width: 300px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cs-product-resui .cs-resui-detail__1 > span {
    font-size: 24px;
    margin-left: -24px;
  }
  .cs-product-resui .cs-resui-detail__1 .small {
    font-size: 16px;
  }
  .cs-product-resui .cs-resui-detail__1 .sub {
    font-size: 18px;
    padding-left: 24px;
  }
  .cs-product-resui .cs-resui-detail__2 {
    padding-right: 24px;
    text-align: right;
  }
  .cs-product-resui .cs-resui-detail__2 > span {
    font-size: 24px;
  }
  .cs-product-resui .cs-resui-detail__3 {
    width: 226px;
  }
  .cs-product-resui .cs-resui-detail__3 a {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .cs-product-resui .cs-resui-type {
    border-width: 1px;
  }
  .cs-product-resui .cs-resui-type + .cs-resui-type {
    margin-top: 56px;
  }
  .cs-product-resui .cs-resui-type-head {
    margin-top: 57px;
  }
  .cs-product-resui .cs-resui-type-head__img {
    width: 75px;
  }
  .cs-product-resui .cs-resui-type-head__text {
    margin-left: 15px;
  }
  .cs-product-resui .cs-resui-type-head__text h2 {
    font-size: 20px;
  }
  .cs-product-resui .cs-resui-type-head__text p {
    font-size: 12px;
  }
  .cs-product-resui .cs-resui-type-body h3 {
    font-size: 10px;
  }
  .cs-product-resui .cs-resui-type-body h4 {
    margin-top: 26px;
    font-size: 13px;
  }
  .cs-product-resui .cs-resui-type-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -6px;
  }
  .cs-product-resui .cs-resui-type-list li {
    margin-left: 6px;
    width: calc(33% - 6px);
  }
  .cs-product-resui .cs-resui-arrow {
    margin-top: 25px;
    font-size: 11px;
  }
  .cs-product-resui .cs-resui-arrow img {
    width: 33px;
    margin-right: 10px;
  }
  .cs-product-resui .cs-resui-detail {
    margin-top: 26px;
  }
  .cs-product-resui .cs-resui-detail__img {
    margin-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }
  .cs-product-resui .cs-resui-detail__img a {
    margin-top: 10px;
    font-size: 11px;
  }
  .cs-product-resui .cs-resui-detail__item {
    padding: 16px 0 16px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cs-product-resui .cs-resui-detail__1 > span {
    font-size: 13px;
    margin-left: -16px;
  }
  .cs-product-resui .cs-resui-detail__1 .small {
    font-size: 10px;
  }
  .cs-product-resui .cs-resui-detail__1 .small.ml-0 {
    margin-top: 0.5em;
    font-size: 13px;
  }
  .cs-product-resui .cs-resui-detail__2 {
    text-align: left;
  }
  .cs-product-resui .cs-resui-detail__2 > span {
    font-size: 18px;
  }
  .cs-product-resui .cs-resui-detail__3 {
    width: 100%;
  }
  .cs-product-resui .cs-resui-detail__3 a {
    width: 100%;
    font-size: 11px;
  }
}
.cs-product-resui .cs-resui-step {
  color: #336dbb;
  font-family: "Jost", "A1 Gothic M", sans-serif;
  font-weight: bold;
}
.cs-product-resui .cs-resui-step li {
  font-size: 20px;
}
.cs-product-resui .cs-resui-step li:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 42px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.5px%22%20height%3D%2246.5px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(220%2C%20227%2C%20236)%22%20stroke-width%3D%223px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M4.893%2C1.512%20L17.440%2C22.506%20L4.893%2C43.500%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .cs-product-resui .cs-resui-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cs-product-resui .cs-resui-step li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cs-product-resui .cs-resui-step li::before {
    margin: 0 22px;
  }
}
@media (max-width: 768.98px) {
  .cs-product-resui .cs-resui-step li {
    font-size: 13px;
  }
  .cs-product-resui .cs-resui-step li:not(:first-child) {
    position: relative;
    padding-top: 30px;
  }
  .cs-product-resui .cs-resui-step li:not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 50%;
    height: 25px;
    width: 8px;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.cs-product-resui .cs-resui-attention {
  background: #ecf0f1;
}
.cs-product-resui .cs-resui-attention h2 {
  color: #336dbb;
  text-align: center;
  font-family: "Jost", "A1 Gothic M", sans-serif;
  font-weight: bold;
}
.cs-product-resui .cs-resui-attention__body {
  font-family: "Jost", "A1 Gothic M", sans-serif;
  font-weight: bold;
}
.cs-product-resui .cs-resui-attention__body ul {
  margin-bottom: 0;
}
.cs-product-resui .cs-resui-attention__body ul li {
  position: relative;
  padding-left: 1em;
}
.cs-product-resui .cs-resui-attention__body ul li + li {
  margin-top: 0.5em;
}
.cs-product-resui .cs-resui-attention__body ul li::before {
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 769px) {
  .cs-product-resui .cs-resui-attention {
    border-radius: 20px;
    padding: 55px 40px;
  }
  .cs-product-resui .cs-resui-attention h2 {
    font-size: 30px;
  }
  .cs-product-resui .cs-resui-attention__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 47px;
    font-size: 14px;
  }
  .cs-product-resui .cs-resui-attention__body ul {
    width: 48%;
  }
}
@media (max-width: 768.98px) {
  .cs-product-resui .cs-resui-attention {
    border-radius: 10px;
    padding: 25px 14px;
  }
  .cs-product-resui .cs-resui-attention h2 {
    font-size: 18px;
  }
  .cs-product-resui .cs-resui-attention__body {
    margin-top: 23px;
    font-size: 10px;
  }
  .cs-product-resui .cs-resui-attention__body ul + ul {
    margin-top: 0.5em;
  }
}