@charset "UTF-8";
/**
 * 自治体活用シーンページ専用スタイル
 * /usecase/municipality/ で使用
 */
/* media query mixin */
/**
 * メインビジュアルコンポーネント
 * トップページやLPページで使用するメインビジュアルのスタイル
 */
.mainvisual-block {
  width: 100%;
}
@media screen and (min-width: 857px) {
  .mainvisual-block {
    background: url(/assets/img/mainvisual-bg.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 856px) {
  .mainvisual-block {
    background: url(/assets/img/mainvisual-bg-sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

@media screen and (min-width: 857px) {
  .mainvisual-block--top {
    padding-top: 70px;
    height: 614px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 856px) {
  .mainvisual-block--top {
    padding-top: 12vw;
    padding-bottom: 87.26667vw;
  }
}
.mainvisual-block--top > .inner {
  position: relative;
}
@media screen and (max-width: 856px) {
  .mainvisual-block--top > .inner {
    width: 100%;
  }
}
.mainvisual-block--top .lead {
  font-weight: bold;
  text-align: left;
  color: #ffffff;
}
@media screen and (min-width: 857px) {
  .mainvisual-block--top .lead {
    font-size: 43px;
    letter-spacing: 1.4px;
  }
}
@media screen and (max-width: 856px) {
  .mainvisual-block--top .lead {
    font-size: 9.866vw;
    letter-spacing: 1.3px;
  }
}
@media screen and (min-width: 857px) {
  .mainvisual-block--top .lead-highlight {
    font-size: 64px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 856px) {
  .mainvisual-block--top .lead-highlight {
    font-size: 9.866vw;
    line-height: 1.2;
  }
}
.mainvisual-block--top .title {
  font-weight: bold;
  text-align: left;
  color: #ffffff;
}
@media screen and (min-width: 857px) {
  .mainvisual-block--top .title {
    width: 520px;
    margin-top: 10px;
    font-size: 64px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 856px) {
  .mainvisual-block--top .title {
    font-size: 9.866vw;
    line-height: 1.2;
    padding-top: 2.133vw;
  }
}
@media screen and (min-width: 857px) {
  .mainvisual-block--top .title > span {
    font-size: 54px;
  }
}
@media screen and (max-width: 856px) {
  .mainvisual-block--top .title > span {
    font-size: 6.667vw;
  }
}
.mainvisual-block--top .text {
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
@media screen and (min-width: 857px) {
  .mainvisual-block--top .text {
    font-size: 36px;
    margin-top: 34px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 856px) {
  .mainvisual-block--top .text {
    font-size: 4vw;
    line-height: 1.8666666667;
    margin-top: 2.667vw;
    word-break: keep-all;
  }
}
@media screen and (min-width: 857px) {
  .mainvisual-block--top .mainvisual-cta-block {
    text-align: left;
  }
}

.mainvisual-img-smartphone {
  position: absolute;
  background: url(/assets/img/mainvisual-img-bg.png) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 857px) {
  .mainvisual-img-smartphone {
    width: 320px;
    height: 624px;
    top: -40px;
    right: 280px;
  }
}
@media screen and (max-width: 856px) {
  .mainvisual-img-smartphone {
    width: 48.26667vw;
    height: 94.13333vw;
    top: 70vw;
    left: 5.33333vw;
  }
}

.mainvisual-img-smartphone-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}

.mainvisual-img-smartphone-display {
  position: absolute;
}
.mainvisual-img-smartphone-display img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 857px) {
  .mainvisual-img-smartphone-display {
    left: 27px;
    top: 35px;
    width: 251px;
  }
}
@media screen and (max-width: 856px) {
  .mainvisual-img-smartphone-display {
    left: 4.13333vw;
    top: 5.33333vw;
    width: 37.86667vw;
  }
}

.mainvisual-img-smartphone-display01 {
  z-index: 4;
}

.mainvisual-img-smartphone-display02 {
  z-index: 2;
}

.mainvisual-img-smartphone-display03 {
  z-index: 1;
}

.mainvisual-img-smartphone-ripple {
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 857px) {
  .mainvisual-img-smartphone-ripple {
    left: 194px;
    top: 230px;
  }
}
@media screen and (max-width: 856px) {
  .mainvisual-img-smartphone-ripple {
    left: 28vw;
    top: 34.66667vw;
  }
}
.mainvisual-img-smartphone-ripple.active .ripple:before {
  content: "";
  position: absolute;
  left: 30%;
  top: 0;
  border: 2px solid #333;
  border-radius: 50%;
  opacity: 1;
  animation: 1s circleanime forwards;
}
@media screen and (min-width: 857px) {
  .mainvisual-img-smartphone-ripple.active .ripple:before {
    width: 53px;
    height: 53px;
  }
}
@media screen and (max-width: 856px) {
  .mainvisual-img-smartphone-ripple.active .ripple:before {
    width: 8vw;
    height: 8vw;
  }
}

.mainvisual-img-smartphone-ripple-wrap {
  position: relative;
}

.ripple {
  position: relative;
  display: inline-block;
  margin: 0 10px 20px 10px;
  text-decoration: none;
  color: #333;
  outline: none;
}

@keyframes circleanime {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.mainvisual-img-smartphone-cursol {
  position: absolute;
  z-index: 3;
  opacity: 0;
}
@media screen and (min-width: 857px) {
  .mainvisual-img-smartphone-cursol {
    width: 62px;
    left: 203px;
    top: 239px;
  }
}
@media screen and (max-width: 856px) {
  .mainvisual-img-smartphone-cursol {
    width: 9.33333vw;
    left: 30.66667vw;
    top: 36vw;
  }
}

.mainvisual-img-award {
  position: absolute;
}
.mainvisual-img-award a {
  display: inline-block;
}
.mainvisual-img-award img {
  margin: 0 auto;
}
@media screen and (min-width: 857px) {
  .mainvisual-img-award {
    top: -20px;
    right: 12px;
    height: 569px;
    width: 247px;
  }
  .mainvisual-img-award > img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 856px) {
  .mainvisual-img-award {
    width: 40.66667vw;
    top: 73.46667vw;
    right: 3.57333vw;
    height: auto;
  }
  .mainvisual-img-award > img {
    width: 100%;
    height: auto;
  }
}

.mainvisual-img-award--aspic {
  display: inline-block;
}
@media screen and (min-width: 857px) {
  .mainvisual-img-award--aspic .pc {
    width: 133px;
  }
}
@media screen and (max-width: 856px) {
  .mainvisual-img-award--aspic {
    margin-top: 6vw;
  }
}

.mainvisual-block--top .text-slogan {
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
}

.company-block {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 857px) {
  .company-block {
    padding: 65px 0 63px;
    justify-content: center;
  }
}
@media screen and (max-width: 856px) {
  .company-block {
    padding: 10vw 0 4vw;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .company-block:after {
    content: "";
    display: block;
    width: 24.93333vw;
    height: 0;
  }
}
@media screen and (min-width: 857px) {
  .company-block > .item {
    height: 74px;
    margin: 0 19px;
    width: 140px;
  }
}
@media screen and (max-width: 856px) {
  .company-block > .item {
    width: 25%;
  }
}
.company-block > .item img {
  height: auto;
}

/**
 * 特長セクションのスタイル
 * トップページと同じスタイルを抽出
 */
.section-feature::before {
  background: #e6ebf4;
}
@media screen and (min-width: 857px) {
  .section-feature .section-lead {
    font-size: 30px;
  }
}
@media screen and (max-width: 856px) {
  .section-feature .section-lead {
    font-size: 4.7vw;
  }
}
@media screen and (min-width: 857px) {
  .section-feature .section-heading {
    line-height: 1.3;
  }
}

.section-blue {
  position: relative;
  background: #e6ebf4;
  z-index: 1;
}
@media screen and (min-width: 857px) {
  .section-blue {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 856px) {
  .section-blue {
    padding: 16vw 0;
  }
}

.feature-list-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
  margin-top: 70px;
}
@media screen and (max-width: 856px) {
  .feature-list-block {
    flex-direction: column;
    margin-top: 7.2vw;
    gap: 8.75vw;
  }
}

.feature-list-block__title {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 856px) {
  .feature-list-block__title {
    font-size: 3.925vw;
    margin-bottom: 8px;
  }
}

.feature-list-block__note {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
}
@media screen and (max-width: 856px) {
  .feature-list-block__note {
    font-size: 2.75vw;
    margin-left: 4px;
  }
}

.feature-list-block__item {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 8px 8px 20px 0 rgba(33, 78, 150, 0.16);
  padding: 34px 35px;
}
@media screen and (max-width: 856px) {
  .feature-list-block__item {
    padding: 22px 24px;
  }
}

.feature-list-block__item--top {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 856px) {
  .feature-list-block__item--top {
    flex-direction: column;
    gap: 22px;
  }
}
.feature-list-block__item--top .feature-list-block__text-box {
  flex: 1;
}
@media screen and (max-width: 856px) {
  .feature-list-block__item--top .feature-list-block__text-box {
    order: 2;
  }
}
.feature-list-block__item--top .feature-list-block__img-box {
  width: 340px;
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 856px) {
  .feature-list-block__item--top .feature-list-block__img-box {
    width: 74%;
    order: 1;
  }
}

.feature-list-block__text-lead {
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 856px) {
  .feature-list-block__text-lead {
    font-size: 3.5vw;
    margin-bottom: 10px;
  }
}

.feature-list-block__item--bottom {
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
}
@media screen and (max-width: 856px) {
  .feature-list-block__item--bottom {
    width: 100%;
    gap: 20px;
  }
}

.feature-list-block__img-box {
  width: 340px;
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 856px) {
  .feature-list-block__img-box {
    width: 74%;
  }
}

.feature-list-block__img {
  width: 100%;
  height: auto;
  display: block;
}

.feature-list-block__text {
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 856px) {
  .feature-list-block__text {
    font-size: 3.25vw;
  }
}

.feature-list-block__list {
  padding-left: 28px;
}
@media screen and (max-width: 856px) {
  .feature-list-block__list {
    padding-left: 5vw;
  }
}
.feature-list-block__list li {
  line-height: 1.5;
  text-align: left;
  font-size: 16px;
  list-style: disc;
}
@media screen and (max-width: 856px) {
  .feature-list-block__list li {
    font-size: 3.25vw;
    line-height: 1.6;
  }
}
.feature-list-block__list li::marker {
  color: #214E96;
  font-size: 24px;
}
@media screen and (max-width: 856px) {
  .feature-list-block__list li::marker {
    font-size: 3.78vw;
  }
}
@media screen and (max-width: 856px) {
  .feature-list-block__list li + li {
    padding-top: 10px;
  }
}

/**
 * 機能セクションのスタイル
 * トップページと同じスタイルを抽出
 */
@media screen and (min-width: 857px) {
  .section-function.section-grey-right::before {
    left: 80px;
  }
}
@media screen and (max-width: 856px) {
  .section-function.section-grey-right::before {
    left: 2.66667vw;
  }
}
.section-function .section-lead .text-link {
  color: #377cea;
  border-bottom: solid 2px #377cea;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 856px) {
  .section-function .section-lead .text-link {
    border-bottom: solid 0.53333vw #377cea;
  }
}

.section-grey-left {
  position: relative;
  z-index: 1;
  background: #e6ebf4;
}
@media screen and (min-width: 857px) {
  .section-grey-left {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 856px) {
  .section-grey-left {
    padding: 16vw 0;
  }
}
.section-grey-left::before {
  content: "";
  position: absolute;
  background: #f5f7fa;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 857px) {
  .section-grey-left::before {
    left: -80px;
    border-radius: 0 8px 0 0;
  }
}
@media screen and (max-width: 856px) {
  .section-grey-left::before {
    left: -2.66667vw;
    border-radius: 0 1.06667vw 0 0;
  }
}

.text-box-block--pc3col {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 856px) {
  .text-box-block--pc3col {
    margin-top: 13.33333vw;
    padding: 0;
    gap: 2.66667vw;
  }
}
.text-box-block--pc3col .item {
  background-color: transparent;
}
@media screen and (min-width: 857px) {
  .text-box-block--pc3col .item {
    padding: 0;
    margin: 0 auto 59px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
  }
}
@media screen and (max-width: 856px) {
  .text-box-block--pc3col .item {
    width: calc((100% - 2.66667vw) / 2);
    height: auto;
    padding: 4.26667vw 0 5.33333vw;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
@media screen and (min-width: 857px) {
  .text-box-block--pc3col .item:nth-child(3n) {
    margin: 0 auto 59px;
  }
}
@media screen and (max-width: 856px) {
  .text-box-block--pc3col .item:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 857px) {
  .text-box-block--pc3col .item > .img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 856px) {
  .text-box-block--pc3col .item > .img {
    max-width: 32vw;
    width: auto;
    margin: 0 auto;
  }
}
.text-box-block--pc3col .item > .img img {
  height: auto;
}
@media screen and (min-width: 857px) {
  .text-box-block--pc3col .item > .img img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
  }
}
@media screen and (max-width: 856px) {
  .text-box-block--pc3col .item > .img + .title {
    margin-top: 0;
  }
}
.text-box-block--pc3col .item > .title {
  font-weight: bold;
  color: #1a1a1a;
}
@media screen and (min-width: 857px) {
  .text-box-block--pc3col .item > .title {
    line-height: 1.3;
    font-size: 21px;
    text-align: center;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 856px) {
  .text-box-block--pc3col .item > .title {
    font-size: 4.26667vw;
    text-align: center;
    line-height: 1.5;
  }
}
.text-box-block--pc3col .item > .text {
  text-align: left;
  color: #1a1a1a;
}
@media screen and (min-width: 857px) {
  .text-box-block--pc3col .item > .text {
    font-size: 16px;
    line-height: 2;
    margin-top: 13px;
  }
}
@media screen and (max-width: 856px) {
  .text-box-block--pc3col .item > .text {
    font-size: 3.2vw;
    margin-top: 3.33333vw;
    line-height: 1.67;
    font-feature-settings: "palt" 1;
  }
}
@media screen and (max-width: 856px) {
  .text-box-block--pc3col .item .c-btn {
    margin: 3.73333vw auto 1.06667vw;
  }
}

.text-link-self {
  color: #377cea;
  display: inline-block;
  margin: 0;
  width: 100%;
}
.text-link-self--left {
  text-align: left;
}
.text-link-self > span {
  font-weight: bold;
}
@media screen and (min-width: 857px) {
  .text-link-self > span {
    border-bottom: solid 2px #377cea;
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 856px) {
  .text-link-self > span {
    font-size: 3.2vw;
    border-bottom: solid 0.53333vw #377cea;
    line-height: 1.33;
  }
}
@media screen and (min-width: 857px) {
  .text-link-self {
    opacity: 1;
    transition: all 0.3s;
    cursor: pointer;
  }
  .text-link-self:hover {
    opacity: 0.6;
  }
}

.text-link-external {
  color: #377cea;
  display: inline-block;
  text-align: left;
  margin: 0;
  width: 100%;
}
.text-link-external > span {
  font-weight: bold;
}
@media screen and (min-width: 857px) {
  .text-link-external > span {
    border-bottom: solid 2px #377cea;
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 856px) {
  .text-link-external > span {
    font-size: 3.2vw;
    border-bottom: solid 0.53333vw #377cea;
    line-height: 1.33;
  }
}
.text-link-external::after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%3E%3Cg%20transform%3D%22translate(-964%20-4953)%22%3E%3Cpath%20d%3D%22M1%2C1V9H9V1H1M0%2C0H10V10H0Z%22%20transform%3D%22translate(967%204953)%22%20fill%3D%22%23377cea%22%2F%3E%3Cpath%20d%3D%22M1%2C1V9H9V7.049H2.986V1H1M0%2C0H3.986V6.049H10V10H0Z%22%20transform%3D%22translate(964%204956)%22%20fill%3D%22%23377cea%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
  display: inline-block;
}
@media screen and (min-width: 857px) {
  .text-link-external::after {
    width: 13px;
    height: 14px;
    margin: 0 0 -1px 5px;
  }
}
@media screen and (max-width: 856px) {
  .text-link-external::after {
    width: 2.66667vw;
    height: 2.66667vw;
    margin-left: 0.66667vw;
  }
}
@media screen and (min-width: 857px) {
  .text-link-external--side > span {
    border-bottom: solid 2px #377cea;
    font-size: 15px;
    line-height: 1.47;
  }
}
@media screen and (max-width: 856px) {
  .text-link-external--side > span {
    font-size: 3.73333vw;
    line-height: 1.61;
    border-bottom: solid 0.53333vw #377cea;
  }
}
@media screen and (min-width: 857px) {
  .text-link-external--side::after {
    width: 13px;
    height: 14px;
  }
}
@media screen and (max-width: 856px) {
  .text-link-external--side::after {
    width: 2.66667vw;
    height: 2.66667vw;
  }
}
@media screen and (min-width: 857px) {
  .text-link-external {
    opacity: 1;
    transition: all 0.3s;
    cursor: pointer;
  }
  .text-link-external:hover {
    opacity: 0.6;
  }
}

.block-heading {
  font-weight: bold;
  line-height: 1.4792667;
  color: #1a1a1a;
}
@media screen and (min-width: 857px) {
  .block-heading {
    font-size: 40px;
    text-align: left;
  }
}
@media screen and (max-width: 856px) {
  .block-heading {
    text-align: center;
    font-size: 5.33333vw;
  }
}

/**
 * 事例セクションのスタイル
 * トップページと同じスタイルを抽出
 */
.section-example::before {
  height: 100%;
}

@media screen and (min-width: 857px) {
  .example-block {
    width: 1160px;
    max-width: 1160px;
    min-width: 1160px;
    margin: auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 856px) {
  .example-block {
    padding: 0 2.66667vw;
  }
}

.case-article-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.case-article-list > .item {
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 857px) {
  .case-article-list > .item {
    opacity: 1;
    transition: all 0.3s;
    cursor: pointer;
    width: 360px;
    border-radius: 40px;
    box-shadow: 8px 8px 20px 0 rgba(33, 78, 150, 0.16);
    padding: 0 0 30px;
    margin: 48px 40px 0 0;
  }
  .case-article-list > .item:hover {
    opacity: 0.6;
  }
  .case-article-list > .item:hover > .img-box > .img {
    transform: translate(-50%, -50%) scale(120%);
  }
  .case-article-list > .item > .img-box > .img {
    transition: all 0.3s;
  }
}
@media screen and (max-width: 856px) {
  .case-article-list > .item {
    width: 42vw;
    padding: 0 0 3.73333vw;
    border-radius: 5.33333vw;
    box-shadow: 1.06667vw 1.06667vw 2.66667vw 0 rgba(33, 78, 150, 0.16);
    margin: 6.4vw auto 0;
  }
}
.case-article-list > .item > .img-box {
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 857px) {
  .case-article-list > .item > .img-box {
    width: 100%;
    height: 173px;
  }
}
@media screen and (max-width: 856px) {
  .case-article-list > .item > .img-box {
    height: 26.66667vw;
    width: 100%;
  }
}
.case-article-list > .item > .img-box > .img {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  height: auto;
}
@media screen and (min-width: 857px) {
  .case-article-list > .item > .img-box > .img {
    width: 360px;
    transition: all 0.3s;
  }
}
.case-article-list > .item > .text-box {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (min-width: 857px) {
  .case-article-list > .item > .text-box {
    padding: 0 34px;
    margin: 18px 0 0;
  }
}
@media screen and (max-width: 856px) {
  .case-article-list > .item > .text-box {
    padding: 0px 5.33333vw;
    margin: 4.26667vw 0 0;
  }
}
.case-article-list > .item > .text-box > .logo {
  display: none;
}
.case-article-list > .item .name {
  text-align: left;
  color: #333;
}
@media screen and (min-width: 857px) {
  .case-article-list > .item .name {
    font-size: 14px;
    line-height: 1.71;
  }
}
@media screen and (max-width: 856px) {
  .case-article-list > .item .name {
    font-size: 2.66667vw;
    line-height: 1.5;
  }
}
.case-article-list > .item .title {
  text-align: left;
  color: #377cea;
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
}
@media screen and (min-width: 857px) {
  .case-article-list > .item .title {
    font-size: 17px;
    line-height: 1.5;
    opacity: 1;
    transition: all 0.3s;
    cursor: pointer;
    margin-top: 10px;
  }
}
@media screen and (max-width: 856px) {
  .case-article-list > .item .title {
    font-size: 3.2vw;
    margin: 1.33333vw 0 0;
  }
}

/**
 * 料金テーブルのスタイル
 * サポート内容を表示するテーブル
 */
.price-table-wrap {
  padding: 100px 0 0;
}
@media screen and (max-width: 856px) {
  .price-table-wrap {
    padding: 16vw 0 0;
  }
}

.price-table {
  margin-top: 0;
  width: 100%;
  border-collapse: collapse;
}
.price-table .table-cell {
  background-color: #ffffff;
  text-align: center;
  border: solid #e6ebf4 !important;
}
.price-table .table-cell:last-child {
  border-bottom: solid 2px #dde3ef !important;
}
.price-table .table-cell--th {
  background-color: #214589;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (min-width: 857px) {
  .price-table .table-cell--th {
    width: 40.350877193%;
    text-align: center;
  }
}
@media screen and (max-width: 856px) {
  .price-table .table-cell--th {
    width: 29.73333vw;
    text-align: left;
  }
}

.price-table__note {
  font-size: 14px;
  line-height: 1.7;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 856px) {
  .price-table__note {
    font-size: 2.75vw;
    margin-top: 1.25vw;
  }
}

/**
 * お問い合わせセクションのスタイル
 */
/* お問い合わせエリア
------------------------------------------------------------------------------- */
.contents-contact {
  background-color: #0d57a7;
  background-size: auto 100%;
  padding: 70px 0 85px;
}

@media screen and (max-width: 767px) {
  .contents-contact {
    position: relative;
    z-index: 0;
    padding: 16vw 0;
    background: #ffffff;
  }
  .contents-contact::before {
    content: "";
    position: absolute;
    background: #0d57a7;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    border-radius: 0;
  }
}
.contents-contact__btn-wrap {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  margin: 60px auto 20px;
  max-width: 816px;
}

@media screen and (max-width: 767px) {
  .contents-contact__btn-wrap {
    padding: 40px 24px;
    margin: 0;
  }
}
.contents-contact .inner {
  position: relative;
  z-index: 2;
}

.contents-contact h2 {
  color: #fff;
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .contents-contact h2 {
    font-size: 28px;
    margin-bottom: 35px;
    line-height: 1.6;
    padding-left: 3px;
    padding-right: 3px;
  }
}
.contents-contact .lead {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents-contact .lead {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .contents-contact .text {
    max-width: 100%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0px 0px;
    margin-bottom: 20px;
    width: 900px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .contents-contact .text {
    font-size: 3.733vw;
    font-weight: 500;
  }
}
.contents-contact ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .contents-contact ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.contents-contact ul li {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .contents-contact ul li {
    width: 100%;
    margin: 0;
  }
}
.footer-bottom-block {
  background-color: #f3f3ff;
}

.footer-bottom-list-item-link {
  color: #999;
}

.copyright {
  color: #999;
}

.prefectures-block {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 10px;
  counter-reset: num;
  align-items: flex-end;
}

.prefectures-block__item {
  background-color: #ffffff;
  display: flex;
  align-content: space-between;
  align-items: center;
  flex: 0 0 calc((100% - 50px) / 6);
  counter-increment: num;
  padding: 8px 10px;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid #ebebeb;
}

.prefectures-block__item-name {
  flex: 1;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
}
.prefectures-block__item-name span {
  font-size: 10px;
}

@media screen and (min-width: 857px) {
  .prefectures-block__item--case {
    flex-basis: calc((100% - 50px) / 3);
    padding: 8px 10px;
    gap: 50px;
  }
}
.prefectures-block__item--case .prefectures-block__item-name {
  font-size: 14px;
  padding-right: 8px;
  line-height: 1.6;
}
.prefectures-block__item--case .prefectures-block__item-name span {
  font-size: 10px;
}

.prefectures-block__item-population {
  flex: 1;
  text-align: left;
  padding-left: 14px;
  font-size: 14px;
  font-weight: bold;
}
.prefectures-block__item-population::before {
  content: "人口：";
  font-weight: normal;
  font-size: 10px;
}

.prefectures-block__item-btn {
  display: flex;
  flex: 0 0 50%;
}
@media screen and (max-width: 856px) {
  .prefectures-block__item-btn {
    flex: 0 0 40%;
  }
}

.prefectures-block__item-btn--brown {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px;
  border-radius: 2px;
  background-color: #377cea;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  word-wrap: break-word;
}
.prefectures-block__item-btn--brown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width: 856px) {
  .prefectures-block__item-btn--brown::after {
    width: 4px;
    height: 4px;
  }
}

@media screen and (min-width: 857px) {
  .prefectures-block__item {
    max-height: 34px;
  }
  .prefectures-block__item.prefectures-block__item--case {
    max-height: initial;
  }
}
@media screen and (max-width: 856px) {
  .prefectures-block__item {
    flex-basis: calc((100% - 10px) / 2);
  }
  .prefectures-block__item::before {
    font-size: clamp(12px, 2.5vw, 14px);
  }
  .prefectures-block__item-name {
    font-size: clamp(14px, 3.25vw, 15px);
    letter-spacing: -0.025em;
  }
  .prefectures-block__item-name span {
    font-size: clamp(12px, 2.5vw, 13px);
    letter-spacing: -0.025em;
  }
}
@media screen and (max-width: 856px) and (min-width: 857px) {
  .prefectures-block__item--case {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 856px) and (max-width: 856px) {
  .prefectures-block__item--case {
    flex-basis: 100%;
    padding: 4px 6px;
  }
}
@media screen and (max-width: 856px) {
  .prefectures-block__item--case::before {
    margin-left: 0;
    font-size: clamp(12px, 2.5vw, 14px);
  }
  .prefectures-block__item--case .prefectures-block__item-name {
    font-size: clamp(14px, 3.5vw, 15px);
    padding-right: 8px;
  }
  .prefectures-block__item--case .prefectures-block__item-name span {
    font-size: clamp(12px, 2.5vw, 13px);
  }
  .prefectures-block__item-population {
    font-size: clamp(13px, 3.25vw, 15px);
  }
  .prefectures-block__item-population::before {
    display: none;
  }
  .prefectures-block__item-btn--brown {
    font-size: clamp(13px, 2.75vw, 14px);
    padding: 10px;
  }
}
.c-btn--orange {
  background-color: #ff7f00;
  color: #ffffff;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 857px) {
  .c-btn--orange {
    border: solid 2px #ff7f00;
  }
}
.c-btn--orange:hover {
  background-color: #ffffff;
  color: #ff7f00;
}
.c-btn--orange::before {
  width: 12px;
  height: 14px;
  right: 24px;
  opacity: 1;
  transition: all 0.3s;
  position: absolute;
  content: "";
  background: url(/assets/img/c-btn-arrow.png) no-repeat center center;
  background-size: contain;
  top: calc(50% - 7px);
  transform: rotate(90deg);
}
.c-btn--orange:hover::before {
  top: 50%;
  right: 24px;
  opacity: 1;
}

@media screen and (max-width: 856px) {
  .c-btn--splarge {
    width: 73.33333vw;
  }
}

.btn-type02 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 350px;
  padding: 5px 35px;
  border: 2px solid #0d57a7;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  min-height: 48px;
  border-radius: 30px;
  background-color: #fff;
  background-image: url(/common/images/icon_otherlink.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  transition: background-color 0.4s;
}

@media screen and (min-width: 768px) {
  .btn-type02:hover {
    background-color: #e7eef6;
  }
}
@media screen and (max-width: 767px) {
  .btn-type02 {
    width: 294px;
    font-size: 16px;
  }
}
.ex-section-heading--orange {
  color: #ff5c00;
  position: relative;
}

.section-note {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  display: block;
  position: absolute;
  bottom: -20px;
  right: 0;
}
@media screen and (max-width: 856px) {
  .section-note {
    font-size: 2.75vw;
  }
}

.section-case {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 857px) {
  .section-case {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 856px) {
  .section-case {
    padding: 0 0 16vw;
  }
}
.section-feature {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 857px) {
  .section-feature {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 856px) {
  .section-feature {
    padding: 0 0 16vw;
  }
}
.section-flow {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 857px) {
  .section-flow {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 856px) {
  .section-flow {
    padding: 0 0 16vw;
  }
}
#usage_case .check-list.check-list-4col {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-left: 0;
}
@media screen and (max-width: 856px) {
  #usage_case .check-list.check-list-4col {
    gap: 20px;
    padding: 0;
  }
}
@media screen and (min-width: 857px) {
  #usage_case .check-list.check-list-4col > .item {
    width: calc(24.9937515621% - 32px);
    padding: 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 856px) {
  #usage_case .check-list.check-list-4col > .item {
    width: calc(49.9750124938% - 10px);
  }
  #usage_case .check-list.check-list-4col > .item + .item {
    margin-top: 0;
  }
}
#usage_case .check-list.check-list-4col .title.check {
  padding-left: 0;
  padding-top: 50px;
}
@media screen and (max-width: 856px) {
  #usage_case .check-list.check-list-4col .title.check {
    padding-top: 40px;
  }
}
#usage_case .check-list.check-list-4col .title.check::before {
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 856px) {
  #usage_case .check-list.check-list-4col .title.check::before {
    top: -2.6667vw;
  }
}
#usage_case .check-list.check-list-4col .text-list li {
  margin-left: 1em;
  list-style: disc;
  line-height: 1.6;
}
@media screen and (max-width: 856px) {
  #usage_case .check-list.check-list-4col .text-list li {
    font-size: 3.78vw;
  }
}
#usage_case .check-list.check-list-4col .text-list li + li {
  padding-top: 10px;
}
#usage_case .img-text-block--pc2col .text-box.text-box--medium .title {
  font-size: 44px;
}
@media screen and (max-width: 856px) {
  #usage_case .img-text-block--pc2col .text-box.text-box--medium .title {
    font-size: 6.486vw;
  }
}
#usage_case .definition-list-flow--3column .title.text-color--gray {
  color: #7a7a7a;
  height: auto;
  margin: 0 auto;
}
#usage_case .definition-list-flow--3column span {
  color: #214589;
  font-size: 32px;
  font-weight: 700;
  margin-left: 10px;
}
#usage_case .definition-list-flow--3column .text-01 {
  font-size: 48px;
  color: #3a5d9f;
  text-align: center;
  font-weight: 700;
  margin-top: 37px;
}
@media screen and (max-width: 856px) {
  #usage_case .definition-list-flow--3column .text-01 {
    font-size: 9.73vw;
    margin-top: 24px;
  }
}
#usage_case .definition-list-flow--3column .text-02 {
  font-size: 14px;
  color: #3a5d9f;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 856px) {
  #usage_case .definition-list-flow--3column .text-02 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.footer-bottom-block {
  background-color: #f3f3ff;
}

.footer-bottom-list-item-link {
  color: #999;
}

.copyright {
  color: #999;
}


