@charset "UTF-8";
/* default settings */
/* CUSTOM STYLES */
.section-0 {
  margin-top: -8.8888888889vw;
  padding-top: 12.6875rem;
  padding-bottom: 6.1875rem;
  clip-path: polygon(0 8.8194444444vw, 100% 0%, 100% 100%, 0% 100%);
  overflow: hidden;
  color: #fff;
}
@media (min-width: 768px) {
  .section-0 {
    background: #fff url("/assets/img/company/s0-bgd.webp") no-repeat center top/cover;
  }
}
.section-0 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.25rem;
}
.section-0 .lbl {
  margin: 0;
  margin-bottom: 0.5rem;
  padding-inline: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 5.9375rem;
  height: 2.0625rem;
  background-color: #fff;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #4F59F6;
}
.section-0 .title {
  margin: 0;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 175%;
  /* or 63px */
  letter-spacing: -0.05em;
  color: #FFFFFF;
}
.section-0 .desc {
  margin: 0;
  padding-top: 2.5rem;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 200%;
  color: #FFFFFF;
}

.section-1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f3f8ff url(/assets/img/common/section_bg.webp) repeat center top;
}
@media (max-width: 767.9px) {
  .section-1 {
    margin-top: -2.25rem;
    padding-top: 6rem;
    padding-bottom: 5rem;
    clip-path: none;
  }
}
.section-1 .layout-title {
  margin: 0 auto;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 150%;
  /* identical to box height, or 54px */
  text-align: center;
  color: #4F59F6;
}
@media (max-width: 767.9px) {
  .section-1 .layout-title {
    font-size: 1.75rem;
    text-align: left;
  }
}
.section-1 .layout-desc {
  margin-top: 2.5rem;
  margin-bottom: 0;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  text-align: center;
  /* font */
  color: #00033D;
}
@media (max-width: 767.9px) {
  .section-1 .layout-desc {
    margin-top: 2rem;
    text-align: left;
  }
}
.section-1 .layout-note {
  margin-bottom: 0;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  text-align: center;
  /* font */
  color: #00033D;
}
@media (max-width: 767.9px) {
  .section-1 .layout-note {
    text-align: left;
  }
}
.section-1 .layout-title2 {
  margin-top: 7.4375rem;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.25rem;
  text-align: center;
  color: #4F59F6;
  position: relative;
}
@media (max-width: 767.9px) {
  .section-1 .layout-title2 {
    margin-top: 5.1875rem;
    font-size: 1.5rem;
    line-height: 150%;
  }
}
.section-1 .layout-3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .section-1 .layout-3col {
    margin-top: 4rem;
    margin-inline: auto;
    width: 53.75rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem 1.25rem;
  }
}
@media (max-width: 767.9px) {
  .section-1 .layout-3col {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
@media (min-width: 768px) {
  .section-1 .layout-3col .layout-item.--full {
    width: 100%;
  }
  .section-1 .layout-3col .layout-item:not(.--full) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 767.9px) {
  .section-1 .layout-3col .layout-item:last-child .block-1 .head {
    width: 20.25rem;
  }
}
@media (min-width: 768px) {
  .section-1 .layout-3col .layout-item:last-child .block-2 ul {
    margin-right: -0.625rem;
  }
}

.section-2 {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767.9px) {
  .section-2 {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
  }
}
.section-2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background: linear-gradient(30deg, rgb(76, 87, 246) 0%, rgb(120, 95, 232) 100%);
  z-index: 0;
}
.section-2 .inner {
  position: relative;
  z-index: 1;
}
.section-2 .layout-title {
  color: #fff;
}
.section-2 .layout-title .title {
  margin: 0.6875rem 0 0 0;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #FFFFFF;
}
.section-2 .layout-title .title strong {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.875rem;
  color: #FFFFFF;
}
.section-2 .layout-title .title span {
  display: inline-block;
  text-indent: -1.375rem;
  margin-top: 0.125rem;
}
@media (max-width: 767.9px) {
  .section-2 .layout-title .title span {
    margin-top: 0.25rem;
  }
}
.section-2 .layout-title .desc {
  margin-top: 3.1875rem;
  /* 本文 */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  /* or 24px */
  color: #FFFFFF;
}
.section-2 .layout-2col {
  display: grid;
  grid-template-columns: 21.875rem 1fr;
  gap: 2.5rem;
}
@media (max-width: 767.9px) {
  .section-2 .layout-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6875rem;
  }
}
.section-2 .layout-chart {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 767.9px) {
  .section-2 .layout-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-2 .layout-chart .layout-chart-item:nth-child(1), .section-2 .layout-chart .layout-chart-item:nth-child(2) {
  height: 23.0625rem;
}
.section-2 .layout-chart .layout-chart-item:nth-child(3), .section-2 .layout-chart .layout-chart-item:nth-child(4) {
  height: 23.0625rem;
}
@media (max-width: 767.9px) {
  .section-2 .layout-chart .layout-chart-item:nth-child(1), .section-2 .layout-chart .layout-chart-item:nth-child(2) {
    height: 25.625rem;
  }
  .section-2 .layout-chart .layout-chart-item:nth-child(3), .section-2 .layout-chart .layout-chart-item:nth-child(4) {
    height: 23.4375rem;
  }
}
.section-2 .sp-desc {
  margin-top: -1.25rem;
  margin-bottom: 0;
  /* 本文 */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  text-align: center;
  /* or 24px */
  color: #FFFFFF;
}
.section-2 .bottom-btn-wrap {
  margin-top: 2.5rem;
  text-align: center;
}
.section-2 .breadcrumb {
  position: absolute;
  bottom: -6.375rem;
}
@media (max-width: 767.9px) {
  .section-2 .breadcrumb {
    bottom: -3.6875rem;
  }
}
.section-2 .breadcrumb li {
  color: #fff;
}
.section-2 .breadcrumb li a {
  color: #fff;
}
.section-2 .breadcrumb li a::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.section-3 {
  padding-top: 3.5625rem;
  padding-bottom: 3.625rem;
  background: #f3f8ff url(/assets/img/common/section_bg.webp) repeat center top;
}

.visual {
  overflow: hidden;
  position: relative;
  padding-bottom: 12.8vw;
  display: block;
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 8.8194444444vw), 0% 100%);
}
@media (min-width: 768px) {
  .visual {
    height: 38.875rem;
    padding-top: 11.25rem;
    padding-bottom: 14.125rem;
  }
}
@media (max-width: 767.9px) {
  .visual {
    padding: 8.125rem 0 1.5rem;
    height: 42.25rem;
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 2.0625rem), 0% 100%);
  }
}
.visual__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
.visual__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media (max-width: 767.9px) {
  .visual__content {
    gap: 0.5rem;
  }
}
.visual__label {
  width: 6.375rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #CCFFFF;
  border-radius: 50%;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.15em;
  color: #4F59F6;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.3125rem;
}
.visual__label > span {
  padding-top: 0.1875rem;
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  display: block;
}
@media (max-width: 767.9px) {
  .visual__label {
    width: 4.375rem;
    font-size: 0.75rem;
    padding-top: 0.9375rem;
    letter-spacing: 0;
  }
  .visual__label > span {
    font-size: 1.5rem;
  }
}
.visual__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  margin-top: 0.5625rem;
  padding: 0;
  list-style: none;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 130%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  gap: 0.625rem;
}
@media (max-width: 767.9px) {
  .visual__tag {
    margin-top: 0.375rem;
    font-size: 0.8125rem;
    letter-spacing: 0.14em;
    gap: 0.5rem;
  }
}
.visual__tag li {
  padding-inline: 0.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 1.5625rem;
  border: 1px solid #FFFFFF;
  background-color: #fff;
  color: #4F59F6;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.9px) {
  .visual__tag li {
    height: 1.5625rem;
  }
}
.visual__title {
  margin-top: 0.5rem;
}
@media (max-width: 767.9px) {
  .visual__title {
    margin-top: 1.125rem;
    margin-left: -4.875rem;
  }
}
.visual .slider-img {
  bottom: 4.4444444444vw;
  z-index: 2;
}
@media screen and (min-width: 1441px) {
  .visual .slider-img {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .visual .slider-img {
    bottom: -0.4166666667vw;
    clip-path: polygon(0 9.7222222222vw, 100% 0%, 100% 4.4444444444vw, 0% 100%);
    padding-block: 6.1111111111vw;
  }
}
@media (max-width: 767.9px) {
  .visual .slider-img {
    bottom: -2px;
    clip-path: polygon(0 2.25rem, 100% 0%, 100% 4rem, 0% 100%);
    padding-block: 2.25rem;
  }
}
@media (max-width: 1440px) {
  .visual .slider-img__inner {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
}
@media (max-width: 767.9px) {
  .visual .visual__title__eng {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .visual .visual__text {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.visual .visual__btn {
  padding-right: 0;
}
@media (min-width: 768px) {
  .visual .visual__btn {
    margin-top: 1rem;
    padding-bottom: 0;
  }
  .visual .visual__btn a.btn-primary {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767.9px) {
  .visual .visual__btn {
    margin-top: 2.4375rem;
    text-align: left;
  }
}

.block-1 {
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .block-1 {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-1 .head {
  height: 11.3125rem;
  line-height: 0;
  position: relative;
  z-index: 0;
}
.block-1 .head img {
  width: 100%;
  height: auto;
}
@media (max-width: 767.9px) {
  .block-1 .head {
    width: 19.8125rem;
    height: auto;
    background-color: #fff;
  }
}
.block-1 p {
  margin: 0;
  border-top: 1px solid #4F59F6;
  padding: 1.25rem 1.5rem;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  /* or 24px */
  color: #4F59F6;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .block-1 p {
    margin-top: -1.1875rem;
    border: 1px solid #4F59F6;
    background-color: #fff;
    width: 16.75rem;
    padding: 0.6875rem 0.875rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.block-1.--sp-revert .head {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.block-1.--sp-revert p {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.block-chart {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.625rem;
  height: 100%;
  padding-top: 2rem;
}
.block-chart .text-1 {
  /* アプリ開発 */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.25rem;
  /* identical to box height, or 150% */
  text-align: center;
  color: #4F59F6;
}
.block-chart .text-2 {
  margin-top: 0.6875rem;
  /* 本文 */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  /* identical to box height, or 24px */
  text-align: center;
  /* font */
  color: #00033D;
}
@media (max-width: 767.9px) {
  .block-chart .text-2 {
    margin-top: 1.5rem;
  }
}
.block-chart .text-3 {
  margin-top: 1.125rem;
  /* 本文 */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  /* identical to box height, or 24px */
  text-align: center;
  /* font */
  color: #00033D;
  padding-left: 0.75rem;
}
.block-chart .text-3 .ls-1 {
  display: inline-block;
  text-indent: -0.3125rem;
}
@media (max-width: 767.9px) {
  .block-chart .text-3 {
    margin-top: 1.5rem;
  }
}
.block-chart .text-4 {
  margin-top: 0.8125rem;
  /* 本文 */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 135%;
  /* identical to box height, or 24px */
  text-align: left;
  padding-inline: 1.25rem;
  /* font */
  color: #00033D;
}
.block-chart .chart-circle-skeleton {
  margin-top: 1.5rem;
  margin-inline: auto;
  width: 14.875rem;
  aspect-ratio: 1;
  background-color: #D9D9D9;
}
.block-chart .chart-1 {
  margin-top: 1.5rem;
  margin-inline: auto;
  width: 13.125rem;
  aspect-ratio: 1;
  background-color: transparent;
}
@media (max-width: 767.9px) {
  .block-chart .chart-1 {
    width: 14.875rem;
  }
}
.block-chart .chart-2 {
  margin-top: 1.5rem;
  margin-inline: auto;
  width: 13.125rem;
  aspect-ratio: 1;
  background-color: transparent;
}
@media (max-width: 767.9px) {
  .block-chart .chart-2 {
    width: 14.875rem;
  }
}
.block-chart .chart-3 {
  margin-top: 1.5rem;
  margin-inline: auto;
  width: 17.8125rem;
  background-color: transparent;
}
.block-chart .chart-4 {
  margin-top: 1rem;
  margin-inline: auto;
  width: 19rem;
  background-color: transparent;
}
.block-chart .chart-circle {
  margin-top: 1.5rem;
  margin-inline: auto;
  width: 14.875rem;
  aspect-ratio: 1;
  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;
  position: relative;
}
.block-chart .chart-circle canvas {
  pointer-events: none;
  width: 100%;
  height: auto;
}
.block-chart .chart-circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-71%, -50%);
          transform: translate(-71%, -50%);
  margin-top: -0.125rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 4.25rem;
  line-height: 1;
  text-align: right;
  letter-spacing: -0.02em;
  color: #4F59F6;
}
.block-chart .chart-circle-text > span {
  position: absolute;
  bottom: 0.3125rem;
  right: -1.9375rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
}
.block-chart .chart-line {
  margin-top: 1.5rem;
  margin-inline: auto;
  width: 19rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.block-chart .chart-line svg {
  max-width: 100%;
  width: 19rem;
  height: auto;
}
.block-chart .chart-line-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.block-chart .chart-line-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-chart .chart-line-text, .block-chart .chart-line-value {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #00033D;
}
.block-chart .chart-line-value {
  text-align: right;
}
.block-chart .chart-line-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-chart .chart-line-progress {
  width: 50%;
  height: 2rem;
  background: #4F59F6;
  opacity: 0.7;
  border-radius: 0px;
}
.block-chart .chart-line-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2rem;
  background: #4F59F6;
  opacity: 0.4;
  border-radius: 0px;
}
.block-chart .chart-total {
  margin-top: 1.5rem;
  margin-inline: auto;
  width: 19rem;
  height: 12.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-chart .chart-total-text {
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}
.block-chart .chart-total-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #4F59F6;
  position: relative;
  color: #FFFFFF;
}
.block-chart .chart-total-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  color: #FFFFFF;
}
.block-chart .chart-total-right-item {
  position: relative;
}
.block-chart .chart-total-right-item:nth-child(1) {
  background-color: rgba(79, 89, 246, 0.8);
}
.block-chart .chart-total-right-item:nth-child(2) {
  background-color: rgba(79, 89, 246, 0.5);
}
.block-chart .chart-total-right-item:nth-child(3) {
  background-color: rgba(79, 89, 246, 0.2);
}
.block-chart .chart-total-right-item:nth-child(3) .chart-total-text {
  bottom: 0.1875rem;
  color: #4F59F6;
}
.block-chart .chart-total .treemap {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.block-chart .chart-total .treemap text {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}

.block-content-3 {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.9px) {
  .block-content-3 {
    text-align: center;
  }
}
.block-content-3 .title {
  margin: 0;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 150%;
  color: #4F59F6;
}
.block-content-3 .desc {
  margin: 2.875rem 0 0 0;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  text-align: center;
  color: #00033D;
}
@media (max-width: 767.9px) {
  .block-content-3 .desc {
    margin-top: 2.125rem;
  }
}
.block-content-3 a.btn-primary {
  margin-top: 2.5625rem;
}
@media (max-width: 767.9px) {
  .block-content-3 a.btn-primary {
    margin-top: 2rem;
  }
}

.block-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#9B86F6), to(#4C57F6)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #9B86F6, #4C57F6) border-box; /* Outer color (border) */
  background-origin: border-box;
  border-radius: 0.625rem;
  padding: 3rem 2.4375rem 1.9375rem 2.4375rem;
  position: relative;
  height: 100%;
}
@media (max-width: 767.9px) {
  .block-2 {
    padding: 2.25rem 1.4375rem 1.9375rem;
  }
}
.block-2 .img-frame {
  width: 100%;
  height: auto;
  aspect-ratio: 340/191;
  background: transparent;
}
@media (max-width: 767.9px) {
  .block-2 .img-frame {
    width: 100%;
    aspect-ratio: 297/166;
  }
}
.block-2 .img-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-2 .label {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 130%;
  color: #FFFFFF;
  /* gradient */
  background: -webkit-gradient(linear, left top, right top, from(rgb(120, 95, 232)), to(rgb(76, 87, 246)));
  background: linear-gradient(to right, rgb(120, 95, 232) 0%, rgb(76, 87, 246) 100%);
  border-radius: 3.125rem;
  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;
  position: absolute;
  min-width: 13.75rem;
  height: 3rem;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  padding-inline: 1.875rem;
}
@media (max-width: 767.9px) {
  .block-2 .label {
    font-size: 1rem;
    min-width: 12rem;
    height: 2.5625rem;
    top: -0.3125rem;
    padding: 0 2.5rem;
  }
}
.block-2 .title {
  margin-top: 1.1875rem;
  margin-bottom: 0;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  color: #4F59F6;
}
@media (max-width: 767.9px) {
  .block-2 .title {
    margin-top: 1.3125rem;
    font-size: 1.25rem;
    line-height: 130%;
  }
}
.block-2 ul {
  margin: 1.25rem 0 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767.9px) {
  .block-2 ul {
    margin-top: 1.4375rem;
  }
}
.block-2 ul li {
  padding: 0 0 0 1.1875rem;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #00033D;
  position: relative;
}
.block-2 ul li:not(:first-child) {
  margin-top: 1rem;
}
.block-2 ul li::before {
  content: "";
  background-color: #00033D;
  position: absolute;
  top: round(0.6875rem, 1px);
  left: round(0.3125rem, 1px);
  width: round(0.25rem, 1px);
  height: round(0.25rem, 1px);
  border-radius: 50%;
}
@media (max-width: 767.9px) {
  .block-2 ul li {
    padding-left: 0.9375rem;
  }
  .block-2 ul li::before {
    left: 0;
  }
}
.block-2 .link-bottom {
  margin-top: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .block-2 .link-bottom {
    padding-right: 1.125rem;
  }
}
.block-2 .link-bottom a {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  text-align: center;
  text-decoration-line: underline;
  color: #00033D;
  text-decoration-line: underline;
  text-underline-offset: 0.125rem;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .block-2.--full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4rem;
    padding-bottom: 2.375rem;
  }
  .block-2.--full .label {
    font-size: 1.5rem;
    padding-inline: 1.625rem;
  }
  .block-2.--full .img-frame {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.625rem;
            flex: 0 0 22.625rem;
    aspect-ratio: 362/214;
  }
  .block-2.--full .title {
    margin-top: -1px;
  }
  .block-2.--full ul li {
    padding-left: 0.9375rem;
  }
  .block-2.--full ul li::before {
    left: 1px;
    top: round(0.625rem, 1px);
  }
  .block-2.--full .link-bottom {
    margin-top: 1.625rem;
    padding-right: 0;
  }
}
@media (max-width: 767.9px) {
  .block-2.--full {
    padding-bottom: 1.9375rem;
  }
  .block-2.--full .label {
    font-size: 1.125rem;
    padding: 0 2.0625rem;
  }
  .block-2.--full ul li {
    padding-left: 0.9375rem;
  }
  .block-2.--full ul li::before {
    left: 0;
  }
}

.modal-company {
  display: none;
}

.modal-html .fancybox__slide {
  padding-block: 5rem;
}
@media (max-width: 767.9px) {
  .modal-html .fancybox__slide {
    padding-inline: 1.25rem;
  }
}
.modal-html .f-button.is-close-button {
  top: 1.0625rem;
  right: 1.125rem;
  width: 1.375rem;
  height: 1.375rem;
  overflow: visible;
}
.modal-html .f-button.is-close-button:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #4F59F6;
          box-shadow: 0 0 0 1px #4F59F6;
}
@media (max-width: 767.9px) {
  .modal-html .f-button.is-close-button {
    top: 1.0625rem;
  }
}
.modal-html .f-button.is-close-button:before, .modal-html .f-button.is-close-button:after {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 1px;
  width: 100%;
  height: 0.125rem;
  background-color: #4F59F6;
}
.modal-html .f-button.is-close-button:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-html .f-button.is-close-button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-html .f-button.is-close-button svg {
  display: none;
}
.modal-html .modal-company {
  max-width: 100%;
  background: #F3F8FF;
  padding: 0;
}
@media (min-width: 768px) {
  .modal-html .modal-company {
    width: 68.75rem;
    height: 100%;
    max-height: 35rem;
  }
}
.modal-html .modal-company__wrap {
  padding: 2.5rem 2rem;
  width: 100%;
}
@media (max-width: 767.9px) {
  .modal-html .modal-company__wrap {
    padding: 2.5rem 1.25rem;
  }
}
.modal-html .modal-company__ttl {
  margin: 0;
  text-align: center;
}
.modal-html .modal-company__ttl span {
  display: inline-block;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 0.4375rem 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(155, 134, 246)), to(rgb(76, 87, 246)));
  background: linear-gradient(to right, rgb(155, 134, 246) 0%, rgb(76, 87, 246) 100%);
  border-radius: 1.5rem;
  color: #fff;
}
@media (max-width: 767.9px) {
  .modal-html .modal-company__ttl span {
    font-size: 1.25rem;
  }
}
.modal-html .modal-company__content {
  margin-top: 1.9375rem;
  color: #00033D;
}
@media (min-width: 768px) {
  .modal-html .modal-company__content {
    height: calc(100% - 7.125rem);
    overflow: hidden;
  }
}
.modal-html .modal-company__inner {
  position: relative;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .modal-html .modal-company__inner {
    height: 100%;
  }
}
.modal-html .modal-company__inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.modal-html .modal-company__inner dl, .modal-html .modal-company__inner dd {
  margin: 0;
}
@media (min-width: 768px) {
  .modal-html .modal-company__inner .scroll-content {
    width: 47.8125rem;
    max-width: 100%;
    margin-inline: auto;
  }
}
.modal-html .modal-company__inner .scrollbar-track {
  background-color: rgba(79, 89, 246, 0.4);
  border-radius: 1rem;
}
.modal-html .modal-company__inner .scrollbar-track .scrollbar-thumb {
  border-radius: 1rem;
  background-color: #4F59F6;
}
.modal-html .modal-company__inner .scrollbar-track.scrollbar-track-y {
  width: 0.25rem;
}
.modal-html .modal-company__inner .scrollbar-track.scrollbar-track-y .scrollbar-thumb {
  width: 0.25rem;
}
.modal-html .modal-company__inner .scrollbar-track.scrollbar-track-x {
  height: 0.25rem;
}
.modal-html .modal-company__inner .scrollbar-track.scrollbar-track-x .scrollbar-thumb {
  height: 0.25rem;
}
.modal-html .modal-company__intro .desc {
  margin: 2.5rem 0 0 0;
}
.modal-html .modal-company__intro .list-txt {
  padding-left: 1rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .modal-html .modal-company__intro .list-txt {
    margin-top: 0;
    padding-left: 1.125rem;
  }
}
.modal-html .modal-company__intro .list-txt li {
  position: relative;
}
@media (max-width: 767.9px) {
  .modal-html .modal-company__intro .list-txt li {
    padding-left: 0.1875rem;
  }
}
.modal-html .modal-company__intro .list-txt li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.modal-html .modal-company__block {
  margin-top: 1.9375rem;
}
@media (max-width: 767.9px) {
  .modal-html .modal-company__block {
    margin-top: 2rem;
  }
}
.modal-html .modal-company__block .block:not(:last-child) {
  margin-bottom: 1.25rem;
}
.modal-html .modal-company__block .block__ttl {
  position: relative;
  padding-left: 0.875rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.modal-html .modal-company__block .block__ttl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.3125rem;
  background-color: #4F59F6;
}
.modal-html .modal-company__block .block__inner {
  margin-top: 1.25rem;
}
.modal-html .modal-company__block .block__inner .txt {
  margin: 0;
}
.modal-html .modal-company__block .block__inner .txt a {
  text-decoration: none;
  font-weight: 700;
  color: #0033CC;
}
.modal-html .modal-company__block .block__inner .txt.--semibold {
  font-weight: 600;
}
.modal-html .modal-company__block .block__inner .desc {
  background-color: #fff;
  height: 19.125rem;
  padding: 0.625rem 0.5rem 0.625rem 1.25rem;
  margin-top: 1.25rem;
}
@media (max-width: 767.9px) {
  .modal-html .modal-company__block .block__inner .desc {
    padding: 1rem 0.25rem 1rem 1rem;
    height: 12.1875rem;
  }
}
.modal-html .modal-company__block .block__inner .desc .scroll-content {
  max-width: 100%;
}
@media (min-width: 768px) {
  .modal-html .modal-company__block .block__inner .desc .scroll-content {
    width: 43.5625rem;
    margin-inline: 0;
  }
}
@media (max-width: 767.9px) {
  .modal-html .modal-company__block .block__inner .desc .scroll-content {
    width: 17.5625rem;
  }
}
.modal-html .modal-company__block .block__inner .desc__inner {
  height: 100%;
}
.modal-html .modal-company__block .block__inner .desc__list li {
  position: relative;
  padding-left: 0.75rem;
}
.modal-html .modal-company__block .block__inner .desc__list li:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: round(0.375rem, 1px);
  background: url("/assets/img/common/ico_circle-black.png") no-repeat center/contain;
  aspect-ratio: 1;
}
.modal-html .modal-company__block .block__inner .desc__list li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.modal-html .modal-company__block .block__inner .desc__child {
  margin-top: 0.625rem;
  margin-left: -0.625rem;
}
@media (max-width: 767.9px) {
  .modal-html .modal-company__block .block__inner .desc__child {
    margin-left: -0.375rem;
  }
}
@media (min-width: 768px) {
  .modal-html .modal-company__block .block__inner .desc__child li {
    padding-left: 1.1875rem;
  }
  .modal-html .modal-company__block .block__inner .desc__child li:before {
    content: "";
    position: absolute;
    top: 0.625rem;
    left: 0.4375rem;
    width: round(0.25rem, 1px);
    background: url("/assets/img/common/ico_circle-black.png") no-repeat center/contain;
    aspect-ratio: 1;
  }
}
@media (max-width: 767.9px) {
  .modal-html .modal-company__block .block__inner .desc__child li {
    padding-left: 0;
  }
  .modal-html .modal-company__block .block__inner .desc__child li:before {
    display: none;
  }
}
.modal-html .modal-company__block .block__inner .desc__child li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.modal-html .modal-company__block .block__inner .list-dot li {
  position: relative;
  padding-left: 1.4375rem;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .modal-html .modal-company__block .block__inner .list-dot li {
    padding-left: 1.375rem;
  }
}
.modal-html .modal-company__block .block__inner .list-dot li:before {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0;
  width: round(0.75rem, 1px);
  background: url("/assets/img/common/ico_circle-blue.png") no-repeat center/contain;
  aspect-ratio: 1;
}
.modal-html .modal-company__block .block__inner .list-dot li:not(:last-child) {
  margin-bottom: 0.4375rem;
}
@media (max-width: 767.9px) {
  .modal-html .modal-company__block .block__inner .list-dot li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.modal-html .modal-company__block .block__inner .list-dot__child {
  margin-top: 1rem;
  margin-left: -0.1875rem;
}
@media (max-width: 767.9px) {
  .modal-html .modal-company__block .block__inner .list-dot__child {
    margin-left: -0.875rem;
  }
}
.modal-html .modal-company__block .block__inner .list-dot__child li {
  padding-left: 0.75rem;
  font-weight: 400;
}
.modal-html .modal-company__block .block__inner .list-dot__child li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.modal-html .modal-company__block .block__inner .list-dot__child li:before {
  content: "";
  width: round(0.375rem, 1px);
  background: url("/assets/img/common/ico_circle-black.png") no-repeat center/contain;
  position: absolute;
  top: 0.625rem;
  left: 0;
  border-radius: 100%;
  aspect-ratio: 1;
}
.modal-html .modal-company__block .block__inner .list-dot__txt {
  margin-block: 1.25rem 0;
  font-weight: 400;
  margin-left: 0.5625rem;
}
@media (max-width: 767.9px) {
  .modal-html .modal-company__block .block__inner .list-dot__txt {
    margin-left: -0.1875rem;
  }
}
.modal-html .modal-company__block .block__inner .list-dot__note {
  margin-block: 0.1875rem 0;
  opacity: 0.7;
  font-size: 0.8125rem;
}
@media (max-width: 767.9px) {
  .modal-html .modal-company__block .block__inner .list-dot__note {
    line-height: 1.3;
    margin-top: 0.3125rem;
  }
}
.modal-html .modal-company__block .block__inner .table {
  margin-top: 1.25rem;
}
@media (max-width: 767.9px) {
  .modal-html .modal-company__block .block__inner .table__wrap {
    margin-right: -1.25rem;
    padding-bottom: 0.875rem;
  }
  .modal-html .modal-company__block .block__inner .table__wrap .scrollbar-track.scrollbar-track-x {
    opacity: 0 !important;
  }
}
.modal-html .modal-company__block .block__inner .table__inner {
  background-color: #fff;
  width: 41.9375rem;
}
@media (min-width: 768px) {
  .modal-html .modal-company__block .block__inner .table__inner {
    max-width: 100%;
    margin-inline: auto;
  }
}
.modal-html .modal-company__block .block__inner .table__inner .row {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.modal-html .modal-company__block .block__inner .table__thead {
  background-color: #4F59F6;
  text-align: center;
}
.modal-html .modal-company__block .block__inner .table__thead .th {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  position: relative;
  padding: 0.25rem 0.1875rem;
}
.modal-html .modal-company__block .block__inner .table__thead .th:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border-right: 1px solid #fff;
}
.modal-html .modal-company__block .block__inner .table__thead .th:nth-child(1) {
  width: 4.25rem;
}
.modal-html .modal-company__block .block__inner .table__thead .th:nth-child(2) {
  width: 11.25rem;
}
.modal-html .modal-company__block .block__inner .table__thead .th:nth-child(3) {
  width: 15.25rem;
}
.modal-html .modal-company__block .block__inner .table__thead .th:nth-child(4) {
  width: 7.25rem;
}
.modal-html .modal-company__block .block__inner .table__thead .th:nth-child(5) {
  width: 3.9375rem;
}
.modal-html .modal-company__block .block__inner .table__tbody .row:not(:last-child) {
  border-bottom: 1px solid #4F59F6;
}
.modal-html .modal-company__block .block__inner .table__tbody .row:first-child {
  text-decoration: line-through;
}
.modal-html .modal-company__block .block__inner .table__tbody .td {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 0.25rem 0.625rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .modal-html .modal-company__block .block__inner .table__tbody .td {
    padding-inline: 0.375rem;
  }
}
.modal-html .modal-company__block .block__inner .table__tbody .td:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border-right: 1px solid #4F59F6;
}
.modal-html .modal-company__block .block__inner .table__tbody .td:nth-child(1) {
  width: 4.25rem;
}
.modal-html .modal-company__block .block__inner .table__tbody .td:nth-child(2) {
  width: 11.25rem;
}
.modal-html .modal-company__block .block__inner .table__tbody .td:nth-child(3) {
  width: 15.25rem;
}
.modal-html .modal-company__block .block__inner .table__tbody .td:nth-child(4) {
  width: 7.25rem;
}
.modal-html .modal-company__block .block__inner .table__tbody .td:nth-child(5) {
  width: 3.9375rem;
}
.modal-html .modal-company__block .block__inner .note {
  margin-block: 1.25rem 0;
}
@media (max-width: 767.9px) {
  .modal-html .modal-company__block .block__inner .note {
    margin-top: 1rem;
    padding-left: 0.5rem;
  }
}
.modal-html .modal-company__block .block.--block01 .block__inner .list-dot {
  margin-top: 1.25rem;
}
.modal-html .modal-company__btn {
  margin-top: 2.5rem;
  text-align: center;
}
.modal-html .modal-company__information {
  background: linear-gradient(45deg, rgba(107, 147, 234, 0.9) 0%, rgba(61, 76, 229, 0.9) 80%, rgba(61, 76, 229, 0.9) 100%);
  padding: 2.5rem 2.5625rem;
  text-align: center;
  color: #fff;
  margin-top: 4rem;
}
@media (max-width: 767.9px) {
  .modal-html .modal-company__information {
    padding: 2rem 1.0625rem;
    margin-inline: -0.625rem;
    margin-top: 2.6875rem;
  }
}
.modal-html .modal-company__information .ttl {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767.9px) {
  .modal-html .modal-company__information .ttl {
    margin-inline: -0.625rem;
  }
}
.modal-html .modal-company__information .desc {
  margin-top: 1.5rem;
  text-align: left;
}
@media (max-width: 767.9px) {
  .modal-html .modal-company__information .desc {
    padding-inline: 0.1875rem;
  }
}
.modal-html .modal-company__information .desc p {
  margin: 0;
}
.modal-html .modal-company__information .desc p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.modal-html .modal-company__information .button {
  margin-top: 2.5rem;
}

@media (max-width: 767.9px) {
  .modal-html2 .modal-company__wrap {
    padding-bottom: 11.5625rem;
  }
}
@media (max-width: 767.9px) {
  .modal-html2 .fancybox__slide {
    padding-top: 5rem;
  }
}
@media (min-width: 768px) {
  .modal-html2 .fancybox__slide {
    padding-top: 7.5rem;
  }
  .modal-html2 .fancybox__slide:before {
    display: none;
  }
}

[data-fancybox2].clicked:focus, [data-fancybox2].clicked:focus-visible {
  outline: none;
}