@charset "UTF-8";
/* base（フルリニューアル後は要調整）20250417
===================================== */
#content.site-content {
  max-width: none;
  margin-top: 58px;
}
@media screen and (min-width: 640px) {
  #content.site-content {
    margin-top: 63px;
  }
}
@media screen and (min-width: 1024px) {
  #content.site-content {
    margin-top: 83px;
  }
}

body #top {
  font-family: "Noto Sans JP", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, span, ul, ol {
  font-family: "Noto Sans JP", sans-serif;
}

#top #main {
  float: none;
  margin-top: 0;
}

body a {
  color: #000;
}

main#main {
  color: #433F37;
  margin-top: 64px;
}
@media screen and (min-width: 1024px) {
  main#main {
    margin-top: 90px;
  }
}

section {
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  body.category:not(.category-about) main.site-main {
    padding: 0;
  }
}
/* common
===================================== */
.inner {
  max-width: 1030px;
}
@media screen and (max-width: 639px) {
  .inner {
    width: 92%;
  }
}

.sectionTitle {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .sectionTitle {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
.sectionTitle .--inline {
  border-bottom: 3px solid #0BA9E5;
  display: inline-block;
}
.sectionTitle .--l {
  color: #11C361;
  font-size: 2.8rem;
}
@media screen and (min-width: 640px) {
  .sectionTitle .--l {
    font-size: 3.6rem;
  }
}
.sectionTitle .--s {
  font-size: 1.8rem;
}
@media screen and (min-width: 640px) {
  .sectionTitle .--s {
    font-size: 2.6rem;
  }
}

.--b {
  color: #0BA9E5;
}

.--g {
  color: #11C361;
}

.--fwb {
  font-weight: 700 !important;
}

.btnWrap {
  margin: 20px 0 0;
  text-align: right;
}
@media screen and (min-width: 640px) {
  .btnWrap {
    margin: 30px 0 0;
  }
}

.btnLink {
  display: inline-block;
  color: #0BA9E5;
  border: 1px solid #0BA9E5;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 3px;
  background-color: #fff;
  padding: 4px 6px;
}
@media screen and (min-width: 640px) {
  .btnLink {
    font-size: 1.4rem;
    padding: 4px 20px;
  }
}
.btnLink:hover {
  color: #0BA9E5;
}
.btnLink span {
  padding-right: 12px;
  background: url(../img/common/icn_arrow_sky.svg) no-repeat center right/9px;
}
@media screen and (min-width: 640px) {
  .btnLink span {
    padding-right: 20px;
    background-size: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .btnList {
    display: flex;
    justify-content: center;
  }
}
.btnList-item {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .btnList-item {
    margin: 0;
  }
}
.btnList-item:nth-child(n+2) {
  margin: 20px auto 0;
}
@media screen and (min-width: 1024px) {
  .btnList-item:nth-child(n+2) {
    margin: 0 0 0 40px;
  }
}
.btnList-item .cta-btn {
  line-height: 1.2;
}
@media screen and (max-width: 639px) {
  .btnList-item .cta-btn {
    max-width: 250px;
    text-align: center;
    padding: 11px 10px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 640px) {
  .btnList-item .cta-btn {
    font-size: 2.8rem;
  }
}

/* mv
===================================== */
.mv {
  height: 140.63vw;
  padding: 12px 0;
  background: url(../img/govtech/kv_bg_sp.png) no-repeat center bottom/cover;
  position: relative;
}
@media screen and (min-width: 640px) {
  .mv {
    height: 550px;
    padding: 65px 0;
    background-image: url(../img/govtech/kv_bg.png);
  }
}
@media screen and (min-width: 640px) {
  .mv::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/govtech/kv_img.png) no-repeat center bottom/cover;
  }
}
.mv .inner {
  max-width: 1190px;
  position: relative;
  z-index: 2;
}
.mv-wrap {
  position: relative;
}
@media screen and (min-width: 640px) {
  .mv-wrap {
    display: inline-block;
  }
}
.mv-ttl {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.166;
  color: #737373;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .mv-ttl {
    font-size: 4.6rem;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .mv-ttl {
    font-size: 6rem;
  }
}
.mv-logo {
  max-width: 152px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .mv-logo {
    max-width: 227px;
    margin: 10px 0 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .mv-logo {
    position: absolute;
    bottom: 0;
    right: -145px;
    margin: 0;
  }
}
.mv-logo::before, .mv-logo::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background: #247FA2;
  top: 16px;
}
@media screen and (min-width: 640px) {
  .mv-logo::before, .mv-logo::after {
    width: 18px;
    top: 13px;
  }
}
.mv-logo::before {
  left: -20px;
}
@media screen and (min-width: 640px) {
  .mv-logo::before {
    left: -28px;
  }
}
.mv-logo::after {
  right: -20px;
}
@media screen and (min-width: 640px) {
  .mv-logo::after {
    right: -28px;
  }
}
.mv-txt {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.64;
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .mv-txt {
    font-size: 1.6rem;
    width: 54%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .mv-txt {
    width: 100%;
  }
}
.mv-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  max-width: 39.6vw;
}
@media screen and (min-width: 640px) {
  .mv-list {
    flex-wrap: nowrap;
    margin-top: 20px;
    max-width: 100%;
  }
}
.mv-item {
  width: 18.46vw;
  height: 18.46vw;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 600;
  font-size: 2.638vw;
  line-height: 1.399;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(to bottom, #fff 0%, #FFFCDF 100%);
}
@media screen and (max-width: 639px) {
  .mv-item {
    margin: 3px 0 3px 5px;
  }
}
@media screen and (min-width: 640px) {
  .mv-item {
    width: 115px;
    height: 115px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 640px) {
  .mv-item:nth-child(n+2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 639px) {
  .mv-item:nth-child(odd) {
    margin: 3px 0;
  }
}
.mv-item .--l {
  font-size: 1rem;
  font-weight: 600;
  font-size: 2.638vw;
}
@media screen and (min-width: 640px) {
  .mv-item .--l {
    font-size: 1.7rem;
  }
}

/* client
===================================== */
.client {
  padding: 3em 0;
}
@media screen and (min-width: 640px) {
  .client {
    padding: 4em 0;
  }
}
.client .sectionTitle {
  position: relative;
}
@media screen and (max-width: 639px) {
  .client .sectionTitle {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 639px) {
  .client .sectionTitle .--inline {
    padding-bottom: 8px;
    width: 100%;
  }
}
.client .sectionTitle::before {
  position: absolute;
  content: "";
  width: 58px;
  height: 28px;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  background: url(../img/govtech/icn_sectionTitle.svg) no-repeat center center/100%;
}
@media screen and (min-width: 640px) {
  .client .sectionTitle::before {
    top: -32px;
  }
}
@media screen and (max-width: 639px) {
  .client-wrapper {
    overflow-x: scroll;
    padding-bottom: 15px;
  }
}
.client-list {
  display: flex;
}
@media screen and (min-width: 640px) {
  .client-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1005px;
    width: 100%;
    margin: 0 auto;
  }
}
.client-item {
  margin: 0 13px;
}
@media screen and (min-width: 640px) {
  .client-item {
    margin: 0 13px 15px;
  }
}
.client-item-img {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}
.client-item-img img {
  max-width: 100%;
  width: 100%;
}
.client-item-ttl {
  font-size: 1.2rem;
  line-height: 1.28;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .client-item-ttl {
    font-size: 1.4rem;
  }
}
.client .btnWrap {
  text-align: center;
  margin: 15px 0 0;
}
.client .btnLink {
  border: 1px solid #0BA9E5;
  font-size: 1.4rem;
  font-weight: 700;
  box-shadow: 0 4px 3px rgba(150, 145, 145, 0.25);
}
@media screen and (min-width: 640px) {
  .client .btnLink {
    border: 2px solid #0BA9E5;
    font-size: 1.8rem;
  }
}

/* reason
===================================== */
@media screen and (min-width: 1024px) {
  .reason {
    padding: 5em 0;
    background: url(../img/govtech/reason_bg_pc.png) no-repeat center center/cover;
  }
}
@media screen and (max-width: 1023px) {
  .reason {
    position: relative;
    padding: 0;
    margin: 5em 0;
    background: #daf9fd;
  }
  .reason::before, .reason::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    left: 0;
  }
  .reason::before {
    top: -5em;
    background: url(../img/govtech/reason_bg_top_sp.png) no-repeat center top/100%;
    z-index: -1;
  }
  .reason::after {
    bottom: -5em;
    background: url(../img/govtech/reason_bg_bottom_sp.png) no-repeat center bottom/100%;
    z-index: -2;
  }
}
@media screen and (max-width: 639px) {
  .reason {
    margin: 3em 0;
  }
  .reason::before {
    top: -3em;
  }
  .reason::after {
    bottom: -3em;
  }
}
@media screen and (max-width: 639px) {
  .reason .sectionTitle {
    line-height: 1.2;
  }
}
@media screen and (max-width: 639px) {
  .reason .sectionTitle .--inline {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .reason-list {
    display: flex;
    justify-content: space-between;
  }
}
.reason-item {
  width: 100%;
  max-width: 270px;
  margin: 10px auto;
}
@media screen and (min-width: 640px) {
  .reason-item {
    max-width: 306px;
    margin: 20px auto;
  }
}
@media screen and (min-width: 1024px) {
  .reason-item {
    width: 32%;
    margin: 0;
  }
}
.reason-item-img {
  margin: 0 auto 10px;
  width: 100%;
  max-width: 160px;
}
@media screen and (min-width: 640px) {
  .reason-item-img {
    max-width: 260px;
  }
}
.reason-item-ttl {
  background: #fff;
  text-align: center;
  color: #0BA9E5;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 10px;
  position: relative;
  padding: 10px 7px;
}
@media screen and (min-width: 640px) {
  .reason-item-ttl {
    font-size: 2.2rem;
    padding: 10px;
  }
}
.reason-item-ttl::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-right: 18px solid #0BA9E5;
  border-bottom: 18px solid transparent;
  height: 0;
  width: 0;
}
.reason-item-txt {
  font-size: 1.3rem;
  line-height: 1.78;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .reason-item-txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .reason-item-txt {
    max-width: 275px;
  }
}

/* service
===================================== */
@media screen and (max-width: 639px) {
  .service .sectionTitle {
    line-height: 1.2;
  }
}
@media screen and (max-width: 639px) {
  .service .sectionTitle .--inline {
    padding-bottom: 8px;
  }
}
.service-nav {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .service-nav {
    margin-top: 43px;
  }
}
.service-nav-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .service-nav-list {
    width: 104%;
    margin-left: -2%;
  }
}
.service-nav-item {
  max-width: 170px;
  width: 100%;
  padding: 8px 3px;
  text-align: center;
  background: #EEE;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .service-nav-item {
    padding: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .service-nav-item {
    height: 120px;
  }
}
.service-nav-item:nth-child(n+2) {
  margin-left: 2px;
}
@media screen and (min-width: 640px) {
  .service-nav-item:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .service-nav-item:nth-child(n+2) {
    margin-left: 20px;
  }
}
.service-nav-item.is-active {
  background: linear-gradient(#D1FFD8 0%, #E3FFE3 100%);
  cursor: initial;
}
.service-nav-item.is-active .service-nav-img.--img1 {
  background-image: url(../img/govtech/service_nav_icn1.png);
}
.service-nav-item.is-active .service-nav-img.--img2 {
  background-image: url(../img/govtech/service_nav_icn2.png);
}
.service-nav-item.is-active .service-nav-img.--img3 {
  background-image: url(../img/govtech/service_nav_icn3.png);
}
.service-nav-item.is-active .service-nav-img.--img4 {
  background-image: url(../img/govtech/service_nav_icn4.png);
}
.service-nav-item.is-active .service-nav-img.--img5 {
  background-image: url(../img/govtech/service_nav_icn5.png);
}
.service-nav-item.is-active .service-nav-ttl {
  color: #009FDD;
}
.service-nav-img {
  margin: 3px auto 0;
  width: 27px;
  height: 27px;
  background: url(../img/govtech/service_nav_icn1_gray.png) no-repeat center center/100%;
}
@media screen and (min-width: 640px) {
  .service-nav-img {
    margin: 10px auto 0;
    width: 44px;
    height: 44px;
  }
}
.service-nav-img.--img2 {
  background-image: url(../img/govtech/service_nav_icn2_gray.png);
}
.service-nav-img.--img3 {
  background-image: url(../img/govtech/service_nav_icn3_gray.png);
}
.service-nav-img.--img4 {
  background-image: url(../img/govtech/service_nav_icn4_gray.png);
}
.service-nav-img.--img5 {
  background-image: url(../img/govtech/service_nav_icn5_gray.png);
}
@media screen and (min-width: 640px) {
  .service-nav-img2 {
    margin: 15px auto 0;
  }
}
.service-nav-ttl {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #B1B1B1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 26px;
}
@media screen and (min-width: 640px) {
  .service-nav-ttl {
    font-size: 1.4rem;
    min-height: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .service-nav-ttl {
    font-size: 2rem;
    min-height: 45px;
  }
}
.service-nav-ttl .--s {
  display: block;
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .service-nav-ttl .--s {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .service-nav-ttl .--s {
    font-size: 1.4rem;
  }
}
.service-container {
  background: url(../img/govtech/service_bg.png) no-repeat center center/cover;
  padding: 15px 0;
}
@media screen and (min-width: 640px) {
  .service-container {
    padding: 65px 0;
  }
}
.service-container .inner {
  max-width: 1183px;
}
.service-wrapper {
  display: none;
}
.service-wrapper.is-show {
  display: block;
}
.service-cont {
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .service-cont {
    margin-bottom: 64px;
  }
}
.service-cont-inner {
  background: #fff;
  padding: 10px 20px 20px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "service-cont-body" "service-cont-right" "service-table";
}
@media screen and (min-width: 640px) {
  .service-cont-inner {
    padding: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .service-cont-inner {
    gap: 3%;
    grid-template-columns: 62% 35%;
    grid-template-rows: auto auto;
    grid-template-areas: "service-cont-body service-cont-right" "service-table service-cont-right";
  }
}
@media screen and (min-width: 1024px) {
  .service-cont-left {
    max-width: 634px;
  }
}
.service-cont-body {
  grid-area: service-cont-body;
}
.service-cont-logo {
  max-width: 140px;
}
@media screen and (min-width: 640px) {
  .service-cont-logo {
    max-width: 217px;
  }
}
.service-cont-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px solid #433F37;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .service-cont-ttl {
    font-size: 3.6rem;
    margin-bottom: 16px;
  }
}
.service-cont-subTtl {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .service-cont-subTtl {
    line-height: 1.38;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 640px) {
  .service-cont-subTtl {
    font-size: 2.4rem;
  }
}
.service-cont-txt {
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .service-cont-txt {
    font-size: 1.6rem;
  }
}
.service-cont-right {
  margin: 20px auto;
  max-width: 389px;
  grid-area: service-cont-right;
}
@media screen and (min-width: 1024px) {
  .service-cont-right {
    margin: 0;
  }
}
.service-cont-right-txt {
  color: #FE9422;
  text-align: center;
  line-height: 1;
  margin-bottom: 8px;
}
.service-cont-right-txt .txt1 .--t1 {
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .service-cont-right-txt .txt1 .--t1 {
    font-size: 3.2rem;
  }
}
.service-cont-right-txt .txt1 .--t2 {
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .service-cont-right-txt .txt1 .--t2 {
    font-size: 2.9rem;
  }
}
.service-cont-right-txt .txt1 span {
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 640px) {
  .service-cont-right-txt .txt1 span {
    padding: 0 25px;
  }
}
.service-cont-right-txt .txt1 span::before, .service-cont-right-txt .txt1 span::after {
  position: absolute;
  content: "";
  bottom: -3px;
  width: 16px;
  height: 25px;
}
@media screen and (min-width: 640px) {
  .service-cont-right-txt .txt1 span::before, .service-cont-right-txt .txt1 span::after {
    width: 24px;
    height: 38px;
  }
}
.service-cont-right-txt .txt1 span::before {
  left: 0;
  background: url(../img/govtech/service_elem_left.svg) no-repeat center center/100%;
}
.service-cont-right-txt .txt1 span::after {
  right: 0;
  background: url(../img/govtech/service_elem_right.svg) no-repeat center center/100%;
}
.service-cont-right-txt .txt2 {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .service-cont-right-txt .txt2 {
    font-size: 4.2rem;
  }
}
.service-cont-right-txt .txt2 .--t1 {
  font-size: 4rem;
}
@media screen and (min-width: 640px) {
  .service-cont-right-txt .txt2 .--t1 {
    font-size: 8rem;
  }
}
.service-cont-right-txt .txt2 .--t2 {
  font-size: 3rem;
}
@media screen and (min-width: 640px) {
  .service-cont-right-txt .txt2 .--t2 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 639px) {
  .service-cont-right-img {
    width: 50%;
    margin: 0 auto;
  }
}
.service-table {
  grid-area: service-table;
}
.service-info {
  border: 2px solid #0BA9E5;
  border-radius: 5px;
}
.service-info + .service-info {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .service-info + .service-info {
    margin-top: 30px;
  }
}
.service-info-mh {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background: #0BA9E5;
  padding: 6px 15px 8px;
}
@media screen and (min-width: 640px) {
  .service-info-mh {
    font-size: 2.4rem;
    padding: 5px 20px 7px;
  }
}
.service-info-list {
  padding: 10px;
}
@media screen and (min-width: 640px) {
  .service-info-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
  }
}
.service-info-item {
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .service-info-item {
    width: 49%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .service-info-item {
    max-width: 282px;
  }
}
@media screen and (min-width: 640px) {
  .service-info-item:nth-child(n+3) {
    margin-top: 12px;
  }
}
.service-info-item2 {
  width: 100%;
  max-width: 100%;
}
.service-info-item2:nth-child(n+2) {
  margin-top: 12px;
}
.service-info-item-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 2px dotted #0BA9E5;
  padding-bottom: 4px;
  margin-bottom: 5px;
}
@media screen and (max-width: 639px) {
  .service-info-item-ttl {
    cursor: pointer;
    position: relative;
    padding: 0 10px 4px 0;
  }
  .service-info-item-ttl::after {
    position: absolute;
    content: "";
    right: 0;
    top: 10px;
    width: 13px;
    height: 10px;
    background: url(../img/govtech/icn_polygon.svg) no-repeat center center/100%;
    transform: rotate(180deg);
  }
  .service-info-item-ttl.is-active::after {
    transform: rotate(0);
  }
}
@media screen and (min-width: 640px) {
  .service-info-item-ttl {
    font-size: 1.8rem;
  }
}
.service-info-item-ttl .--num {
  color: #fff;
  background: #0BA9E5;
  font-size: 1.4rem;
  font-weight: 700;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.service-info-item-txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.78;
}
@media screen and (max-width: 639px) {
  .service-info-item-txt {
    display: none;
  }
}
.service-info-item-txt .--b {
  font-weight: 700;
}
.service-info .feature {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media screen and (min-width: 640px) {
  .service-info .feature {
    padding: 20px;
  }
}
.service-info .feature-item {
  width: 31%;
}
@media screen and (min-width: 640px) {
  .service-info .feature-item {
    width: 29%;
  }
}
.service-info .feature-item-img {
  margin: 0 auto 5px;
  max-width: 148px;
}
.service-info .feature-item-ttl {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.38;
  color: #0BA9E5;
  margin-bottom: 5px;
}
@media screen and (min-width: 640px) {
  .service-info .feature-item-ttl {
    font-size: 1.7rem;
    margin-bottom: 8px;
  }
}
.service-info .feature-item-txt {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.56;
}
@media screen and (min-width: 640px) {
  .service-info .feature-item-txt {
    font-size: 1.6rem;
  }
}
.service .article {
  max-width: 1030px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (min-width: 640px) {
  .service .article {
    display: flex;
    justify-content: space-between;
    margin: 58px auto 0;
  }
}
.service .article-cont {
  margin: 0 0 30px;
}
@media screen and (min-width: 640px) {
  .service .article-cont {
    width: 48.5%;
    margin: 0;
  }
}
.service .article-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .service .article-ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.service .article-ttl span {
  position: relative;
  display: inline-block;
}
.service .article-ttl span::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 130%;
  background: #524D42;
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
}
.service .article-list {
  display: flex;
  justify-content: space-between;
}
.service .article-item {
  width: 49%;
}
@media screen and (min-width: 640px) {
  .service .article-item {
    max-width: 244px;
  }
}
.service .article-item-link {
  display: block;
  background: #fff;
  padding: 8px;
  position: relative;
  height: 100%;
}
.service .article-item-img img {
  width: 100%;
}
.service .article-item-ttl {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 5px 0 25px;
}
@media screen and (min-width: 640px) {
  .service .article-item-ttl {
    padding: 5px;
  }
}
.service .article-item-more {
  font-size: 1rem;
  font-weight: 500;
  color: #0BA9E5;
  border: 1px solid #0BA9E5;
  text-align: center;
  max-width: 70px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 2px;
}
@media screen and (min-width: 640px) {
  .service .article-item-more {
    font-size: 1.1rem;
    max-width: 78px;
  }
}

/* event
===================================== */
.event {
  position: relative;
  z-index: 2;
}
.event::before, .event::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.event::before {
  left: 0;
  top: 0px;
  width: 100px;
  height: 133px;
  background: url(../img/govtech/event_elem1.png) no-repeat center center/100%;
}
@media screen and (min-width: 1024px) {
  .event::before {
    top: 90px;
    width: 344px;
    height: 433px;
  }
}
.event::after {
  right: -20px;
  top: 100%;
  width: 220px;
  height: 240px;
  background: url(../img/govtech/event_elem2.png) no-repeat center center/100%;
}
@media screen and (min-width: 1024px) {
  .event::after {
    right: 0;
    top: 320px;
    width: 591px;
    height: 631px;
  }
}
@media screen and (max-width: 639px) {
  .event-wrapper {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
}
.event-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .event-list {
    width: 880px;
  }
}
.event-item {
  max-width: 280px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .event-item {
    max-width: 330px;
    width: 32%;
  }
}
.event-item:nth-child(n+2) {
  margin-left: 20px;
}
@media screen and (min-width: 640px) {
  .event-item:nth-child(n+2) {
    margin-left: 2%;
  }
}
.event-item-link {
  display: block;
  padding: 10px;
  line-height: 1.78;
  position: relative;
  height: 100%;
  background-color: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.event-item-img img {
  width: 100%;
}
.event-item-ttl {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 5px 0 25px;
}
@media screen and (min-width: 640px) {
  .event-item-ttl {
    font-size: 1.4rem;
    margin: 10px 0 40px;
  }
}
.event-item-more {
  font-size: 1rem;
  font-weight: 500;
  color: #0BA9E5;
  border: 1px solid #0BA9E5;
  text-align: center;
  width: 100%;
  max-width: 60px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 2px;
}
@media screen and (min-width: 640px) {
  .event-item-more {
    font-size: 1.4rem;
    max-width: 90px;
  }
}

/* case
===================================== */
@media screen and (max-width: 639px) {
  .case-wrapper {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
}
.case-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .case-list {
    width: 880px;
  }
}
.case-item {
  max-width: 280px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .case-item {
    max-width: 330px;
    width: 32%;
  }
}
.case-item:nth-child(n+2) {
  margin-left: 20px;
}
@media screen and (min-width: 640px) {
  .case-item:nth-child(n+2) {
    margin-left: 2%;
  }
}
.case-item-link {
  display: block;
  padding: 10px;
  line-height: 1.78;
  position: relative;
  height: 100%;
  background-color: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.case-item-img img {
  width: 100%;
}
.case-item-ttl {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 5px 0 25px;
}
@media screen and (min-width: 640px) {
  .case-item-ttl {
    font-size: 1.4rem;
    margin: 10px 0 40px;
  }
}
.case-item-more {
  font-size: 1rem;
  font-weight: 500;
  color: #0BA9E5;
  border: 1px solid #0BA9E5;
  text-align: center;
  max-width: 60px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 2px;
}
@media screen and (min-width: 640px) {
  .case-item-more {
    font-size: 1.4rem;
    max-width: 90px;
  }
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.slider-controls .slick-dots {
  display: flex;
  gap: 10px;
  position: static;
  width: auto;
  order: 2;
}
.slider-controls .slick-dots li {
  margin: 0;
}
.slider-controls .slick-dots li button:before {
  font-size: 10px;
}
.slider-controls .slick-prev {
  position: static;
  transform: none;
  order: 1;
}
.slider-controls .slick-next {
  position: static;
  transform: none;
  order: 3;
}

/* news
===================================== */
.news {
  position: relative;
  z-index: 2;
}
.news::before, .news::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.news::before {
  left: 0px;
  top: 130px;
  width: 165px;
  height: 184px;
  background: url(../img/govtech/news_elem1.png) no-repeat center center/100%;
}
@media screen and (min-width: 1024px) {
  .news::before {
    left: 0;
    top: 90px;
    width: 495px;
    height: 494px;
  }
}
.news::after {
  right: -26px;
  top: 20px;
  width: 97px;
  height: 97px;
  background: url(../img/govtech/news_elem2.png) no-repeat center center/100%;
}
@media screen and (min-width: 1024px) {
  .news::after {
    right: 20px;
    top: 40px;
    width: 237px;
    height: 227px;
  }
}
.news-item {
  border-bottom: 1px solid #DBDBDB;
}
.news-item-link {
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px 0;
}
@media screen and (min-width: 640px) {
  .news-item-link {
    font-size: 1.4rem;
    padding: 15px 0;
  }
}
.news-item-time {
  max-width: 75px;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 640px) {
  .news-item-time {
    max-width: 90px;
  }
}
/* area
===================================== */
.area-wrap {
  max-width: 826px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .area-wrap iframe {
    height: 57.333vw;
  }
}

/* cta
===================================== */
.cta1 {
  padding: 32px 0 37px;
  background: url(../img/govtech/cta_bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 640px) {
  .cta1 {
    padding: 80px 0 170px;
  }
}
.cta2 {
  padding: 1em 0 3em;
}
@media screen and (min-width: 640px) {
  .cta2 {
    padding: 2em 0 4em;
  }
}
.cta-txt {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.53;
  margin-bottom: 18px;
}
@media screen and (min-width: 640px) {
  .cta-txt {
    font-size: 2.8rem;
    line-height: 1.25;
    margin-bottom: 46px;
  }
}
.cta-txt span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 640px) {
  .cta-txt span {
    padding: 0 50px;
  }
}
.cta-txt span::before, .cta-txt span::after {
  position: absolute;
  content: "";
  bottom: -10px;
  width: 22px;
  height: 54px;
}
@media screen and (min-width: 640px) {
  .cta-txt span::before, .cta-txt span::after {
    width: 48px;
    height: 74px;
  }
}
.cta-txt span::before {
  left: 0;
  background: url(../img/govtech/icn_txt_left.png) no-repeat center center/100%;
}
.cta-txt span::after {
  right: 0;
  background: url(../img/govtech/icn_txt_right.png) no-repeat center center/100%;
}
.cta-wrap {
  background: url(../img/govtech/cta_img1.jpg) no-repeat center center/cover;
  padding: 20px 0;
}
@media screen and (min-width: 640px) {
  .cta-wrap {
    height: 258px;
    padding: 85px 0;
  }
}
.cta-txt2 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .cta-txt2 {
    font-size: 2.4rem;
  }
}
.cta-btn {
  color: #fff;
  background: #FF8534;
  border: 1px solid #fff;
  border-radius: 60px;
  font-size: 1.6rem;
  font-weight: 700;
  max-width: 170px;
  width: 100%;
  margin: 0 auto;
  display: block;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  padding: 4px 10px 6px;
}
@media screen and (min-width: 640px) {
  .cta-btn {
    border: 2px solid #fff;
    font-size: 3.2rem;
    max-width: 400px;
    padding: 14px 48px;
  }
}
.cta-btn:hover {
  color: #fff;
}
.cta-btn.--blue {
  background: #0BA9E5;
}
.cta-btn-inline {
  padding-right: 15px;
  background: url(../img/common/icn_arrow_w.svg) no-repeat center right/14px;
  display: block;
}
@media screen and (min-width: 640px) {
  .cta-btn-inline {
    text-align: center;
    padding-right: 40px;
    background-size: 30px;
  }
}
.cta-btn-inline .--s {
  font-size: 1.2rem;
  display: block;
}
@media screen and (min-width: 640px) {
  .cta-btn-inline .--s {
    font-size: 1.8rem;
  }
}

/* bnr
===================================== */
.bnr {
  padding: 2em 0;
}
.bnr-link {
  display: block;
  max-width: 260px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .bnr-link {
    max-width: 486px;
  }
}

/* operation
===================================== */
.operation .inner {
  max-width: 1200px;
}
.operation-wrap {
  background: url(../img/govtech/operation_bg.png) no-repeat center bottom/cover;
  padding: 10px 10px 40px;
}
@media screen and (min-width: 640px) {
  .operation-wrap {
    padding: 44px 6.5% 110px;
  }
}
.operation-logo {
  max-width: 142px;
  margin-bottom: 6px;
}
@media screen and (min-width: 640px) {
  .operation-logo {
    max-width: 340px;
    margin-bottom: 15px;
  }
}
.operation-subTtl {
  color: #fff;
  display: inline-block;
  background: #11C361;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 3px 5px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .operation-subTtl {
    font-size: 2rem;
    padding: 1px 18px;
    margin-bottom: 16px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .operation-subTtl {
    font-size: 2.2rem;
  }
}
.operation-subTtl::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 20px;
  height: 0;
  width: 0;
  border-right: 10px solid #11C361;
  border-bottom: 8px solid transparent;
}
@media screen and (min-width: 640px) {
  .operation-subTtl::before {
    border-right: 16px solid #11C361;
    border-bottom: 16px solid transparent;
  }
}
.operation-catch {
  color: #524D42;
  font-size: 1.2rem;
  font-weight: 700;
  border-bottom: 1px solid #524D42;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
@media screen and (min-width: 640px) {
  .operation-catch {
    font-size: 2.6rem;
    border-bottom: 3px solid #524D42;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .operation-catch {
    font-size: 3.2rem;
  }
}
.operation-catch .--l {
  color: #11C361;
  font-size: 2rem;
}
@media screen and (min-width: 640px) {
  .operation-catch .--l {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .operation-catch .--l {
    font-size: 4.5rem;
  }
}
.operation-ttl {
  color: #fff;
  background: #0BA9E5;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 60px;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .operation-ttl {
    font-size: 2rem;
    padding: 5px 28px 6px;
  }
}
@media screen and (min-width: 1024px) {
  .operation-ttl {
    font-size: 2.4rem;
    padding: 0px 18px 1px;
  }
}
.operation-list {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .operation-list {
    margin-bottom: 30px;
  }
}
.operation-item {
  position: relative;
  max-width: 260px;
  width: 25%;
}
@media screen and (min-width: 1024px) {
  .operation-item {
    max-width: 290px;
  }
}
@media screen and (min-width: 1200px) {
  .operation-item {
    width: auto;
    max-width: 100%;
  }
}
.operation-item:nth-child(n+2) {
  margin: 0 0 0 5px;
}
@media screen and (min-width: 640px) {
  .operation-item:nth-child(n+2) {
    margin: 0 0 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .operation-item:nth-child(n+2) {
    margin: 0 0 0 40px;
  }
}
.operation-item-img {
  max-width: 150px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 640px) {
  .operation-item-img {
    max-width: 172px;
  }
}
.operation-item-ttl {
  color: #0BA9E5;
  background: #fff;
  border-radius: 60px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 3px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .operation-item-ttl {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .operation-item-ttl {
    font-size: 2.4rem;
    padding: 0 30px 2px;
  }
}
.operation-item-txt {
  position: absolute;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0BA9E5;
  bottom: 0;
  right: -35px;
}
@media screen and (max-width: 639px) {
  .operation-item-txt {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .operation-item-txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .operation-item-txt {
    font-size: 2.5rem;
    right: -60px;
  }
}
.operation-txt {
  color: #524D42;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.67;
}
@media screen and (min-width: 640px) {
  .operation-txt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .operation-txt {
    font-size: 2.4rem;
  }
}

/* support
===================================== */
@media screen and (max-width: 639px) {
  .support {
    padding-top: 0;
  }
}
.support .inner {
  max-width: 1200px;
}
.support-mh {
  color: #fff;
  background: #0BA9E5;
  text-align: center;
  margin: 0 auto;
  border-radius: 77px;
  position: relative;
  padding: 10px;
}
@media screen and (min-width: 640px) {
  .support-mh {
    max-width: 540px;
    padding: 18px 10px 22px;
  }
}
@media screen and (min-width: 1024px) {
  .support-mh {
    max-width: 640px;
  }
}
.support-mh::after {
  position: absolute;
  content: "";
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  border-right: 15px solid #0BA9E5;
  border-bottom: 15px solid transparent;
  height: 0;
  width: 0;
}
@media screen and (min-width: 640px) {
  .support-mh::after {
    border-right: 30px solid #0BA9E5;
    border-bottom: 30px solid transparent;
  }
}
.support-mh .--txt1 {
  font-size: 1.3rem;
  font-weight: 700;
  display: block;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .support-mh .--txt1 {
    font-size: 2rem;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .support-mh .--txt1 {
    font-size: 2.4rem;
  }
}
.support-mh .--txt1::after {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 2%;
  height: 25px;
  width: 96%;
  background: url(../img/govtech/support_ttl.png) no-repeat center center/100%;
}
@media screen and (min-width: 640px) {
  .support-mh .--txt1::after {
    bottom: 0;
  }
}
.support-mh .--txt2 {
  font-size: 2rem;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 640px) {
  .support-mh .--txt2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .support-mh .--txt2 {
    font-size: 3.4rem;
  }
}
.support-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #EBF6FF;
  padding: 5px 10px;
  margin: 20px 0 0;
}
@media screen and (min-width: 640px) {
  .support-list {
    padding: 20px 30px;
    margin: 60px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .support-list {
    padding: 45px 6%;
  }
}
.support-item {
  background: #fff;
  margin: 5px 0;
  padding: 10px;
  width: 48.5%;
}
@media screen and (min-width: 640px) {
  .support-item {
    padding: 20px 3.5%;
    margin: 15px 0;
  }
}
@media screen and (min-width: 1024px) {
  .support-item {
    max-width: 330px;
    width: 32%;
  }
}
.support-item-img {
  max-width: 60px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .support-item-img {
    max-width: 126px;
  }
}
.support-item-ttl {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #433F37;
  margin-bottom: 8px;
  min-height: 36px;
}
@media screen and (max-width: 639px) {
  .support-item-ttl {
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 640px) {
  .support-item-ttl {
    font-size: 2rem;
    min-height: 61px;
  }
}
.support-item-ttl .--s {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .support-item-ttl .--s {
    font-size: 1.8rem;
  }
}
.support-item-ttl .--t {
  margin-top: 1.5em;
  display: inline-block;
}
.support-item-txt {
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .support-item-txt {
    font-size: 1.4rem;
  }
}

/* evaluation
===================================== */
.evaluation .inner {
  max-width: 1200px;
}
@media screen and (min-width: 640px) {
  .evaluation-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .evaluation-list {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 639px) {
  .evaluation-item {
    display: flex;
    border-bottom: 1px solid #E2E2E2;
    padding: 10px 0;
  }
}
@media screen and (min-width: 640px) {
  .evaluation-item {
    width: 48.5%;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .evaluation-item {
    max-width: 280px;
    width: 24%;
    margin: 0;
  }
}
@media screen and (max-width: 639px) {
  .evaluation-item-img {
    max-width: 90px;
    flex-shrink: 0;
    margin: 0 10px 0 0;
  }
}
@media screen and (min-width: 640px) {
  .evaluation-item-img {
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .evaluation-item-img {
    margin: 0 0 20px;
  }
}
.evaluation-item-txt {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.78;
}
@media screen and (min-width: 640px) {
  .evaluation-item-txt {
    font-size: 1.4rem;
  }
}

/* security
===================================== */
.security .inner {
  max-width: 960px;
}
@media screen and (min-width: 640px) {
  .security-list {
    display: flex;
    justify-content: space-between;
  }
}
.security-item {
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 640px) {
  .security-item {
    max-width: 280px;
    width: 32%;
    margin: 0;
  }
}
.security-item-img {
  margin: 0 auto 10px;
  max-width: 70%;
}
@media screen and (min-width: 640px) {
  .security-item-img {
    margin: 0 0 20px;
    max-width: 100%;
  }
}
.security-item-txt {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.78;
}
@media screen and (max-width: 639px) {
  .security-item-txt {
    max-width: 265px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 640px) {
  .security-item-txt {
    font-size: 1.4rem;
  }
}
.security-wrap {
  max-width: 922px;
  width: 100%;
  margin: 38px auto 0;
}
.security-catch {
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .security-catch {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 640px) {
  .security-cont {
    display: flex;
  }
}
.security-cont-visual {
  max-width: 225px;
  width: 100%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 640px) {
  .security-cont-visual {
    max-width: 309px;
    margin: 0 40px 0 0;
  }
}
.security-cont-ttl {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 640px) {
  .security-cont-ttl {
    font-size: 1.6rem;
  }
}
.security-cont-ttl::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #433F37;
  left: 0;
  top: 5px;
}
@media screen and (min-width: 640px) {
  .security-cont-ttl::before {
    width: 7px;
    height: 7px;
    top: 7px;
  }
}
.security-cont-txt {
  display: flex;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .security-cont-txt {
    font-size: 1.4rem;
  }
}
.security-cont-txt .--txt1 {
  flex-shrink: 0;
}
.security-cont-txt .--txt2 {
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .security-cont-txt .--txt2 {
    margin-bottom: 20px;
  }
}
.security-cont-note {
  text-align: right;
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .security-cont-note {
    font-size: 1.4rem;
  }
}
.security-cont-note a {
  color: #5074CF;
  border-bottom: 1px solid #5074CF;
}

/*子ページ
===================================== */
.breadcrumb {
  background: #EBF6FF;
  margin-bottom: 0;
  font-size: 1.2rem;
}
.breadcrumb a {
  color: #0BA9E5;
}
.breadcrumb span {
  color: #000;
}

.page-child {
  color: #433F37;
}
@media screen and (max-width: 639px) {
  .page-child .sectionTitle .--l, .page-child .sectionTitle .--s {
    font-size: 2.5rem;
  }
}
.page-child .sectionTitle-2 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .page-child .sectionTitle-2 {
    font-size: 2.2rem;
  }
}
.page-child .cta-btn {
  max-width: 300px;
}
@media screen and (min-width: 640px) {
  .page-child .cta-btn {
    max-width: 400px;
    padding: 14px 20px;
  }
}
@media screen and (min-width: 640px) {
  .page-child .cta-btn-inline {
    padding-right: 20px;
  }
}
.page-child .mv {
  height: auto;
  background: url(../img/govtech/common/kv_bg_sp_2.png) no-repeat center bottom/cover;
  position: relative;
}
@media screen and (max-width: 639px) {
  .page-child .mv {
    padding: 12px 0 80px;
  }
}
@media screen and (min-width: 640px) {
  .page-child .mv {
    background-image: url(../img/govtech/kv_bg.png);
    padding: 50px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-child .mv {
    padding: 25px 0;
  }
}
.page-child .mv::after {
  content: none;
}
.page-child .mv .inner {
  max-width: 1000px;
}
@media screen and (min-width: 640px) {
  .page-child .mv-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.page-child .mv-left {
  max-width: 634px;
}
.page-child .mv-logo {
  position: static;
  margin: 0 0 5px;
}
.page-child .mv-logo::before, .page-child .mv-logo::after {
  content: none;
}
.page-child .mv-ttl {
  color: #433F37;
  font-size: 3.5rem;
  text-align: left;
  border-bottom: 1px solid #433F37;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .page-child .mv-ttl {
    font-size: 4rem;
  }
}
.page-child .mv-ttl span {
  font-size: 2rem;
}
@media screen and (max-width: 639px) {
  .page-child .mv-ttl span {
    margin-top: 3px;
    margin-left: -12px;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .page-child .mv-ttl span {
    font-size: 2.7rem;
  }
}
.page-child .mv-subttl {
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .page-child .mv-subttl {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-child .mv-subttl {
    font-size: 2.4rem;
  }
}
.page-child .mv-txt {
  margin: 5px auto 40px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .page-child .mv-right {
    margin-left: 40px;
  }
}
.page-child .mv .mainImg {
  max-width: 250px;
  min-width: 220px;
  width: 50%;
  margin: 0 auto 3em;
}
@media screen and (min-width: 640px) {
  .page-child .mv .mainImg {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
  }
}
.page-child .client-solution {
  padding-bottom: 0;
}
.page-child .client-solution-wrapper {
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .page-child .client-solution .sectionTitle span.--l {
    font-size: 4.2rem;
  }
}
.page-child .client-solution-list {
  align-items: flex-end;
}
@media screen and (min-width: 1024px) {
  .page-child .client-solution-list {
    margin-bottom: 40px;
  }
}
.page-child .client-solution-list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .page-child .client-solution-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
.page-child .client-solution-list {
  gap: 40px;
}
.page-child .client-solution-list .item1, .page-child .client-solution-list .item2, .page-child .client-solution-list .item4, .page-child .client-solution-list .item5 {
  width: calc(50% - 20px);
}
@media screen and (min-width: 1024px) {
  .page-child .client-solution-list .item1, .page-child .client-solution-list .item2, .page-child .client-solution-list .item4, .page-child .client-solution-list .item5 {
    width: 100%;
    max-width: 305px;
    height: 135px;
  }
}
.page-child .client-solution-list .item3 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
@media screen and (min-width: 1024px) {
  .page-child .client-solution-list .item3 {
    width: auto;
  }
}
.page-child .client-solution-list .item3 img {
  max-width: 310px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-child .client-solution-list .item3 {
    order: 2;
  }
  .page-child .client-solution-list .item4 {
    order: 1;
  }
  .page-child .client-solution-list .item5 {
    order: 3;
  }
}
.page-child .client-solution-list.list02 {
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .page-child .client-solution-list.list02 {
    flex-wrap: nowrap;
  }
}
.page-child .client-solution-item:not(.item3) {
  border-radius: 10px;
  background: #EBF6FF;
  padding: 10px 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-child .client-solution-item:not(.item3) {
    padding: 30px 25px;
  }
}
.page-child .client-solution-item:not(.item3)::after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
}
.page-child .client-solution-item:not(.item3) p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 640px) {
  .page-child .client-solution-item:not(.item3) p {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.page-child .client-solution-item.item1 p {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .page-child .client-solution-item.item1 p {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.page-child .client-solution-item.item1::after {
  top: calc(100% - 5px);
  right: 30px;
  border-right: 30px solid #EBF6FF;
  border-bottom: 35px solid transparent;
  transform: rotate(-14deg);
}
.page-child .client-solution-item.item2 {
  margin-bottom: -1em;
}
@media screen and (min-width: 1024px) {
  .page-child .client-solution-item.item2 {
    margin-bottom: 0;
  }
}
.page-child .client-solution-item.item2::after {
  top: calc(100% - 5px);
  left: 30px;
  border-left: 30px solid #EBF6FF;
  border-bottom: 35px solid transparent;
  transform: rotate(14deg);
}
.page-child .client-solution-item.item4 {
  margin-top: -2em;
}
@media screen and (min-width: 1024px) {
  .page-child .client-solution-item.item4 {
    margin-top: 2em;
  }
}
.page-child .client-solution-item.item4::after {
  bottom: calc(100% - 5px);
  right: 30px;
  border-right: 30px solid #EBF6FF;
  border-top: 35px solid transparent;
  transform: rotate(14deg);
}
@media screen and (min-width: 1024px) {
  .page-child .client-solution-item.item4::after {
    bottom: 30px;
    left: calc(100% - 5px);
    right: auto;
    border-left: 35px solid #EBF6FF;
    border-top: 30px solid transparent;
    border-right: none;
    transform: rotate(14deg);
  }
}
.page-child .client-solution-item.item5 {
  margin-top: -1em;
}
@media screen and (min-width: 1024px) {
  .page-child .client-solution-item.item5 {
    margin-top: 2em;
  }
}
.page-child .client-solution-item.item5::after {
  bottom: calc(100% - 5px);
  left: 30px;
  border-left: 30px solid #EBF6FF;
  border-top: 35px solid transparent;
  transform: rotate(-14deg);
}
@media screen and (min-width: 1024px) {
  .page-child .client-solution-item.item5::after {
    bottom: 30px;
    right: calc(100% - 5px);
    left: auto;
    border-right: 35px solid #EBF6FF;
    border-top: 30px solid transparent;
    border-left: none;
    transform: rotate(-14deg);
  }
}
.page-child .client-solution .subContants {
  position: relative;
  background-color: #EBF6FF;
  padding: 45px 0 24px;
}
@media screen and (min-width: 640px) {
  .page-child .client-solution .subContants {
    padding: 95px 0;
  }
}
@media screen and (max-width: 639px) {
  .page-child .client-solution .subContants .inner {
    width: 100%;
  }
}
.page-child .client-solution .subContants-txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .page-child .client-solution .subContants-txt {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-child .client-solution .subContants-txt {
    font-size: 3.2rem;
  }
}
.page-child .client-solution .subContants-txt span {
  font-size: 2.2rem;
  margin-right: -10px;
}
@media screen and (max-width: 639px) {
  .page-child .client-solution .subContants-txt span {
    text-indent: -2em;
    display: inline-block;
  }
}
@media screen and (min-width: 640px) {
  .page-child .client-solution .subContants-txt span {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-child .client-solution .subContants-txt span {
    font-size: 4.2rem;
  }
}
.page-child .client-solution .subContants::before {
  content: "";
  position: absolute;
  border-top: 30px solid #fff;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (min-width: 640px) {
  .page-child .client-solution .subContants::before {
    top: -15px;
    border-top: 60px solid #fff;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
  }
}
.page-child .client-solution .subContants::after {
  content: "";
  position: absolute;
  border-top: 30px solid #0BA9E5;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .page-child .client-solution .subContants::after {
    border-top: 60px solid #0BA9E5;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
  }
}
.page-child .feature-list-item {
  padding: 2em 0;
}
@media screen and (min-width: 1024px) {
  .page-child .feature-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
  }
}
.page-child .feature-list-item-info {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-child .feature-list-item-info {
    max-width: 530px;
  }
}
.page-child .feature-list-item-ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: radial-gradient(#0BA9E5 20%, transparent 25%);
  background-position: bottom;
  background-size: 15px 15px;
  background-repeat: repeat-x;
  padding: 0 6px 20px;
  margin-bottom: 5px;
}
.page-child .feature-list-item-ttl .--num {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .page-child .feature-list-item-ttl .--num {
    font-size: 5.2rem;
    margin-top: -10px;
  }
}
.page-child .feature-list-item-ttl p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .page-child .feature-list-item-ttl p {
    font-size: 2.2rem;
    line-height: 1.36;
  }
}
.page-child .feature-list-item-txt {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 6px;
}
@media screen and (min-width: 1024px) {
  .page-child .feature-list-item-txt {
    font-size: 1.6rem;
    padding: 0 0 0 6px;
  }
}
.page-child .feature-list-item-img {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .page-child .feature-list-item-img {
    margin: 0 !important;
  }
}
.page-child .feature-list-item-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 0;
}
.page-child .feature-list-item-img img {
  position: relative;
  z-index: 2;
}
.page-child .feature-list-item:nth-child(even) .feature-list-item-info {
  order: 2;
}
.page-child .feature-list-item:nth-child(even) .feature-list-item-img {
  order: 1;
}
.page-child .feature-list-item.item01 .feature-list-item-img {
  max-width: 127px;
  width: 100%;
  margin: 1.5em auto 0;
}
@media screen and (min-width: 640px) {
  .page-child .feature-list-item.item01 .feature-list-item-img {
    max-width: 266px;
    margin: 3em auto 1em;
  }
}
.page-child .feature-list-item.item01 .feature-list-item-img::after {
  content: "";
  width: 145px;
  height: 130px;
  background: url(../img/govtech/common/feature-img01_bg.png) no-repeat center center/contain;
}
@media screen and (min-width: 640px) {
  .page-child .feature-list-item.item01 .feature-list-item-img::after {
    width: 300px;
    height: 270px;
  }
}
.page-child .feature-list-item.item02 .feature-list-item-img {
  max-width: 116px;
  width: 100%;
  margin: 1em auto 0;
}
@media screen and (min-width: 640px) {
  .page-child .feature-list-item.item02 .feature-list-item-img {
    max-width: 244px;
    margin: 2em auto 2em;
  }
}
.page-child .feature-list-item.item02 .feature-list-item-img::after {
  content: "";
  width: 150px;
  height: 150px;
  background: url(../img/govtech/common/feature-img02_bg.png) no-repeat center center/contain;
  top: 60%;
}
@media screen and (min-width: 640px) {
  .page-child .feature-list-item.item02 .feature-list-item-img::after {
    width: 297px;
    height: 286px;
  }
}
.page-child .feature-list-item.item03 .feature-list-item-img {
  max-width: 110px;
  width: 100%;
  margin: 1em auto 0;
}
@media screen and (min-width: 640px) {
  .page-child .feature-list-item.item03 .feature-list-item-img {
    max-width: 252px;
    margin: 2em auto 2em;
  }
}
.page-child .feature-list-item.item03 .feature-list-item-img::after {
  content: "";
  width: 140px;
  height: 130px;
  background: url(../img/govtech/common/feature-img03_bg.png) no-repeat center center/contain;
  top: 60%;
}
@media screen and (min-width: 640px) {
  .page-child .feature-list-item.item03 .feature-list-item-img::after {
    width: 316px;
    height: 300px;
  }
}
.page-child .feature-list-item.item04 .feature-list-item-img {
  max-width: 109px;
  width: 100%;
  margin: 2.5em auto 0em;
}
@media screen and (min-width: 640px) {
  .page-child .feature-list-item.item04 .feature-list-item-img {
    max-width: 234px;
    margin: 5em auto 3em;
  }
}
.page-child .feature-list-item.item04 .feature-list-item-img::after {
  content: "";
  width: 145px;
  height: 125px;
  background: url(../img/govtech/common/feature-img04_bg.png) no-repeat center center/contain;
  left: 60%;
}
@media screen and (min-width: 640px) {
  .page-child .feature-list-item.item04 .feature-list-item-img::after {
    width: 330px;
    height: 282px;
  }
}
.page-child .feature-list-item.item05 .feature-list-item-img {
  max-width: 124px;
  width: 100%;
  margin: 1em auto 0;
}
@media screen and (min-width: 640px) {
  .page-child .feature-list-item.item05 .feature-list-item-img {
    max-width: 294px;
    margin: 1em auto 2em;
  }
}
.page-child .feature-list-item.item05 .feature-list-item-img::after {
  content: "";
  width: 130px;
  height: 115px;
  background: url(../img/govtech/common/feature-img05_bg.png) no-repeat center center/contain;
  top: 58%;
}
@media screen and (min-width: 640px) {
  .page-child .feature-list-item.item05 .feature-list-item-img::after {
    width: 322px;
    height: 262px;
    left: 62%;
  }
}
.page-child .feature-list-item.item06 .feature-list-item-img {
  width: 100%;
  margin: 1em auto 0;
}
@media screen and (min-width: 640px) {
  .page-child .feature-list-item.item06 .feature-list-item-img {
    max-width: 294px;
    margin: 1em auto 2em;
  }
}
.page-child .feature-list-item.item06 .feature-list-item-img::after {
  content: "";
  width: 133px;
  height: 108px;
  background: url(../img/govtech/common/feature-img06_bg.png) no-repeat center center/contain;
  left: 60%;
}
@media screen and (min-width: 640px) {
  .page-child .feature-list-item.item06 .feature-list-item-img::after {
    width: 344px;
    height: 328px;
  }
}
.page-child .spec {
  background: url(../img/govtech/common/spec_bg.png) no-repeat center center/cover;
}
.page-child .spec .service-info-list {
  display: inherit;
  max-width: 1000px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 2em;
}
@media screen and (min-width: 640px) {
  .page-child .spec .service-info-list {
    padding: 30px 45px;
  }
}
.page-child .spec .service-info-item {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .page-child .spec .service-info-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 640px) {
  .page-child .spec .service-info-item-ttl {
    width: 268px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 640px) {
  .page-child .spec .service-info-item-txt {
    line-height: 1.42;
    padding-bottom: 12px;
  }
}
.page-child .column {
  padding-bottom: 0;
}
.page-child .study {
  position: relative;
  z-index: 2;
}
.page-child .study::before, .page-child .study::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.page-child .study::before {
  left: 0;
  top: -20px;
  width: 100px;
  height: 133px;
  background: url(../img/govtech/common/case_elem1.png) no-repeat center center/100%;
}
@media screen and (min-width: 1024px) {
  .page-child .study::before {
    width: 351px;
    height: 388px;
  }
}
.page-child .study::after {
  right: -20px;
  bottom: -40px;
  width: 165px;
  height: 140px;
  background: url(../img/govtech/common/case_elem2.png) no-repeat center center/100%;
}
@media screen and (min-width: 1024px) {
  .page-child .study::after {
    right: 0;
    top: 250px;
    bottom: initial;
    width: 430px;
    height: 494px;
  }
}
.page-child .knowledge {
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.page-child .knowledge::before, .page-child .knowledge::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.page-child .knowledge::before {
  left: 0;
  top: 0;
  width: 150px;
  height: 200px;
  background: url(../img/govtech/common/case_elem3.png) no-repeat center center/100%;
}
@media screen and (min-width: 1024px) {
  .page-child .knowledge::before {
    top: initial;
    bottom: 40px;
    width: 339px;
    height: 449px;
  }
}
.page-child .knowledge::after {
  right: -20px;
  bottom: 80px;
  width: 146px;
  height: 140px;
  background: url(../img/govtech/common/case_elem4.png) no-repeat center center/100%;
}
@media screen and (min-width: 1024px) {
  .page-child .knowledge::after {
    right: 60px;
    bottom: 0;
    width: 237px;
    height: 227px;
  }
}
@media screen and (min-width: 640px) {
  .page-child .case .inner {
    max-width: 990px;
    width: 92%;
    margin: 0 auto;
  }
}
.page-child .case-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .page-child .case-wrapper {
    margin-right: calc(50% - 50vw);
    padding-right: 0;
    overflow: visible;
  }
}
@media screen and (max-width: 639px) {
  .page-child .case-list {
    width: 100%;
    overflow: visible !important;
  }
}
@media screen and (min-width: 640px) {
  .page-child .case-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: flex-start;
  }
}
.page-child .case-item {
  width: 240px;
}
@media screen and (min-width: 640px) {
  .page-child .case-item {
    width: 24%;
    margin-bottom: 1%;
  }
}
@media screen and (min-width: 640px) {
  .page-child .case-item:nth-child(n+2) {
    margin-left: 0;
  }
}
.page-child .case-item-link {
  border-color: #0BA9E5;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-child .case-item-img {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 220/123;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .page-child .case-item-img {
    max-width: none;
    width: 100%;
  }
}
.page-child .case-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media screen and (max-width: 639px) {
  .page-child .case .btnWrap {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .page-child .case .btnWrap .btnLink {
    font-size: 1.4rem;
    padding: 6px 16px;
  }
}
@media screen and (max-width: 639px) {
  .page-child .case .slick-list {
    overflow: visible !important;
    padding: 0 0 0 4% !important;
  }
}
.page-child .case .slick-track {
  display: flex;
  align-items: stretch;
  margin-left: 0 !important;
}
.page-child .case .slick-slide {
  height: auto;
  display: flex;
}
.page-child .case .slick-slide > div {
  height: 100%;
  width: 100%;
}
.page-child .case .slick-dots {
  display: flex;
  width: auto;
  order: 2;
  gap: 10px;
  position: static;
}
.page-child .case .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
}
.page-child .case .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
.page-child .case .slick-dots li button:before {
  opacity: 1;
  color: #D9D9D9;
  line-height: 10px;
  width: 10px;
  height: 10px;
  content: "•";
}
.page-child .case .slick-dots li.slick-active button:before {
  color: #0BA9E5;
}
.page-child .case .slick-prev, .page-child .case .slick-next {
  position: static;
  transform: none;
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  font-size: 0;
  width: 20px !important;
  height: 20px !important;
  background-color: #0BA9E5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-child .case .slick-prev::before, .page-child .case .slick-next::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 1 !important;
}
.page-child .case .slick-prev {
  order: 1;
}
.page-child .case .slick-prev::before {
  border-width: 5px 8px 5px 0;
  border-color: transparent #fff transparent transparent;
  margin-left: -2px;
}
.page-child .case .slick-next {
  order: 3;
}
.page-child .case .slick-next::before {
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  margin-right: -2px;
}
.page-child .price-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .page-child .price-wrapper {
    gap: 30px;
  }
}
.page-child .price-item {
  width: 100%;
  padding: 20px 5px;
  background: #FEFFEE;
  border: 2px solid #C0C859;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .page-child .price-item {
    width: calc(50% - 15px);
    max-width: 400px;
    padding: 40px 20px;
    border-radius: 30px;
  }
}
.page-child .price-head {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  min-height: 2.5em;
  justify-content: center;
  line-height: 1.4;
}
@media screen and (min-width: 640px) {
  .page-child .price-head {
    font-size: 2.4rem;
    min-height: 2em;
  }
}
.page-child .price-head .--small {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (min-width: 640px) {
  .page-child .price-head .--small {
    font-size: 1.6rem;
  }
}
.page-child .price-main {
  line-height: 1;
  margin: 10px auto;
}
@media screen and (min-width: 640px) {
  .page-child .price-main {
    margin: 24px auto;
  }
}
.page-child .price-main .--num {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0BA9E5;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 640px) {
  .page-child .price-main .--num {
    font-size: 5.4rem;
  }
}
.page-child .price-main .--unit {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 5px;
}
@media screen and (min-width: 640px) {
  .page-child .price-main .--unit {
    font-size: 2.4rem;
  }
}
.page-child .price-note {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .page-child .price-note {
    font-size: 1.3rem;
  }
}
.page-child .faq {
  background-color: #EBF6FF;
}
.page-child .faq .sectionTitle small {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .page-child .faq .sectionTitle small {
    font-size: 2.6rem;
  }
}
.page-child .faq-list {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 2em;
}
@media screen and (min-width: 640px) {
  .page-child .faq-list {
    gap: 20px;
    margin-bottom: 4em;
  }
}
.page-child .faq-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 640px) {
  .page-child .faq-item {
    gap: 20px;
  }
}
.page-child .faq-q-box {
  background: #fff;
  padding: 10px;
}
@media screen and (min-width: 640px) {
  .page-child .faq-q-box {
    padding: 18px 25px;
  }
}
.page-child .faq-q-box .faq-q-txt {
  color: #0BA9E5;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 640px) {
  .page-child .faq-q-box .faq-q-txt {
    font-size: 1.8rem;
  }
}
.page-child .faq-a-box {
  padding-left: 25px;
}
.page-child .faq-a-box .faq-a-txt {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 639px) {
  .page-child .faq {
    padding: 50px 0;
  }
  .page-child .faq-a-box {
    padding-left: 10px;
  }
  .page-child .faq-a-box .faq-a-txt {
    font-size: 1.4rem;
  }
}
.page-child .service .inner {
  max-width: 930px;
}
.page-child .service .sectionText {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .page-child .service .sectionText {
    font-size: 1.6rem;
  }
}
.page-child .service-nav-list {
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .page-child .service-nav-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    max-width: 360px;
    margin: 0 auto;
  }
}
.page-child .service-nav-item.is-active {
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
@media screen and (max-width: 639px) {
  .page-child .service-nav-item.is-active {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1024px) {
  .page-child .service-nav-item.is-active {
    padding: 5px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-child .service-nav-item.is-active {
    margin-left: 0;
  }
}
.page-child .client {
  padding-bottom: 0;
}
.page-child {
  /*電子申請*/
}
@media screen and (min-width: 1024px) {
  .page-child .egov .client-solution-item.item4 {
    max-width: 330px;
    padding: 30px 10px 30px 10px;
  }
}
.page-child .egov .feature-list-item.item01 .feature-list-item-img {
  max-width: 113px;
}
@media screen and (min-width: 640px) {
  .page-child .egov .feature-list-item.item01 .feature-list-item-img {
    max-width: 200px;
  }
}
.page-child .egov .feature-list-item.item01 .feature-list-item-img::after {
  top: 55%;
}
.page-child .egov .feature-list-item.item02 .feature-list-item-img {
  max-width: 103px;
}
@media screen and (min-width: 640px) {
  .page-child .egov .feature-list-item.item02 .feature-list-item-img {
    max-width: 184px;
  }
}
.page-child .egov .feature-list-item.item03 .feature-list-item-img {
  max-width: 81px;
}
@media screen and (min-width: 640px) {
  .page-child .egov .feature-list-item.item03 .feature-list-item-img {
    max-width: 156px;
  }
}
.page-child .egov .feature-list-item.item04 .feature-list-item-img {
  max-width: 110px;
}
@media screen and (min-width: 640px) {
  .page-child .egov .feature-list-item.item04 .feature-list-item-img {
    max-width: 234px;
  }
}
.page-child .egov .feature-list-item.item05 .feature-list-item-img {
  max-width: 130x;
}
@media screen and (min-width: 640px) {
  .page-child .egov .feature-list-item.item05 .feature-list-item-img {
    max-width: 245px;
  }
}
.page-child .egov .feature-list-item.item06 .feature-list-item-img {
  max-width: 105px;
}
@media screen and (min-width: 640px) {
  .page-child .egov .feature-list-item.item06 .feature-list-item-img {
    max-width: 273px;
  }
}
.page-child .egov .service-info-list-subtitle {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 640px) {
  .page-child .egov .service-info-list-subtitle {
    font-size: 2.2rem;
    font-weight: 500;
  }
}
.page-child .egov .service-info-list-subtitle.mt {
  margin-top: 15px;
}
.page-child {
  /*for GovTechプログラム*/
}
@media screen and (max-width: 639px) {
  .page-child .govtechprogram .mv-ttl {
    font-size: 3rem;
  }
}
@media screen and (min-width: 640px) {
  .page-child .govtechprogram .cta-btn-inline {
    background: url(../img/common/icn_arrow_w.svg) no-repeat bottom 14% right 4%/14px;
    background-size: 30px;
  }
}
.page-child .govtechprogram .cta-btn-inline .--s {
  margin: 0 -1em 0.2em -0.5em;
}
.page-child .govtechprogram .feature-list-item.item01 .feature-list-item-img {
  max-width: 160px;
}
@media screen and (min-width: 640px) {
  .page-child .govtechprogram .feature-list-item.item01 .feature-list-item-img {
    max-width: 283px;
  }
}
.page-child .govtechprogram .feature-list-item.item02 .feature-list-item-img {
  max-width: 133px;
}
@media screen and (min-width: 640px) {
  .page-child .govtechprogram .feature-list-item.item02 .feature-list-item-img {
    max-width: 268px;
  }
}
.page-child .govtechprogram .feature-list-item.item03 .feature-list-item-img {
  max-width: 159px;
}
@media screen and (min-width: 640px) {
  .page-child .govtechprogram .feature-list-item.item03 .feature-list-item-img {
    max-width: 364px;
  }
}
.page-child .govtechprogram .feature-list-item.item04 .feature-list-item-img {
  max-width: 147px;
}
@media screen and (min-width: 640px) {
  .page-child .govtechprogram .feature-list-item.item04 .feature-list-item-img {
    max-width: 314px;
  }
}
@media screen and (min-width: 640px) {
  .page-child .govtechprogram .spec .service-info-item-ttl {
    width: 290px;
  }
}
.page-child {
  /*施設予約*/
}
.page-child .facilityreserve .feature-list-item.item01 .feature-list-item-img {
  max-width: 131px;
}
@media screen and (min-width: 640px) {
  .page-child .facilityreserve .feature-list-item.item01 .feature-list-item-img {
    max-width: 258px;
  }
}
.page-child .facilityreserve .feature-list-item.item02 .feature-list-item-img {
  max-width: 159px;
}
@media screen and (min-width: 640px) {
  .page-child .facilityreserve .feature-list-item.item02 .feature-list-item-img {
    max-width: 316px;
  }
}
.page-child .facilityreserve .feature-list-item.item03 .feature-list-item-img {
  max-width: 131px;
}
@media screen and (min-width: 640px) {
  .page-child .facilityreserve .feature-list-item.item03 .feature-list-item-img {
    max-width: 257px;
  }
}
@media screen and (min-width: 640px) {
  .page-child .facilityreserve .spec .service-info-item-ttl {
    width: 195px;
  }
}
.page-child {
  /*ふるさと納税 特設サイト*/
}
@media screen and (max-width: 639px) {
  .page-child .furusato .mv-ttl {
    font-size: 3rem;
  }
}
.page-child .furusato .btnList-item {
  max-width: 460px;
}
@media screen and (min-width: 640px) {
  .page-child .furusato .cta-btn {
    max-width: 460px;
  }
}
@media screen and (min-width: 640px) {
  .page-child .furusato .cta-btn-inline {
    background: url(../img/common/icn_arrow_w.svg) no-repeat bottom 14% right 4%/14px;
    background-size: 30px;
  }
}
.page-child .furusato .feature-list-item.item01 .feature-list-item-img {
  max-width: 131px;
}
@media screen and (min-width: 640px) {
  .page-child .furusato .feature-list-item.item01 .feature-list-item-img {
    max-width: 258px;
  }
}
.page-child .furusato .feature-list-item.item02 .feature-list-item-img {
  max-width: 159px;
}
@media screen and (min-width: 640px) {
  .page-child .furusato .feature-list-item.item02 .feature-list-item-img {
    max-width: 316px;
  }
}
.page-child .furusato .feature-list-item.item03 .feature-list-item-img {
  max-width: 131px;
}
@media screen and (min-width: 640px) {
  .page-child .furusato .feature-list-item.item03 .feature-list-item-img {
    max-width: 257px;
  }
}
@media screen and (min-width: 640px) {
  .page-child .furusato .spec .service-info-item-ttl {
    width: 195px;
  }
}
.page-child .furusato .service-info-table {
  max-width: 1000px;
  width: 100%;
  background: #fff;
  margin-bottom: 2em;
}
@media screen and (min-width: 640px) {
  .page-child .furusato .service-info-table {
    padding: 30px 45px;
    border-radius: 10px;
  }
}
.page-child .furusato .service-info-table .table-wrap {
  overflow-x: initial;
  white-space: wrap;
  margin-bottom: 0;
}
.page-child .furusato .service-info-table .table-grad {
  white-space: wrap;
}
.page-child .furusato .service-info-table .table-grad::after {
  content: none;
}
.page-child .furusato .service-info-table table {
  max-width: 792px;
  width: 100%;
  margin: 0 auto;
}
.page-child .furusato .service-info-table table thead tr {
  border-top: none;
  border-bottom: 1px solid #433F37;
}
.page-child .furusato .service-info-table table thead tr th {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  padding: 8px 0;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .page-child .furusato .service-info-table table thead tr th {
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .page-child .furusato .service-info-table table thead tr th {
    font-size: 1.6rem;
  }
}
.page-child .furusato .service-info-table table tbody tr {
  border-top: none;
  border-bottom: 1px solid #433F37;
}
.page-child .furusato .service-info-table table tbody tr th {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background: #0BA9E5;
  padding: 0px 15px;
}
@media screen and (min-width: 1024px) {
  .page-child .furusato .service-info-table table tbody tr th {
    font-size: 1.6rem;
  }
}
.page-child .furusato .service-info-table table tbody tr td {
  font-size: 1.2rem;
  font-weight: 700;
  color: #433F37;
  padding: 8px 0;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .page-child .furusato .service-info-table table tbody tr td {
    font-size: 1.6rem;
  }
}
.page-child .furusato .service-info-table table tbody tr td:nth-child(1) {
  font-weight: 400;
  padding: 8px 15px;
}
@media screen and (max-width: 639px) {
  .page-child .furusato .service-info-table table tbody tr td:nth-child(1) {
    width: 52%;
  }
}
.page-child .furusato .service-info-table table tbody tr td:nth-child(2) {
  background: #EEF8FF;
  text-align: center;
  width: 24%;
}
@media screen and (min-width: 1024px) {
  .page-child .furusato .service-info-table table tbody tr td:nth-child(2) {
    width: 190px;
  }
}
.page-child .furusato .service-info-table table tbody tr td:nth-child(3) {
  background: #FEFFEE;
  text-align: center;
  width: 24%;
}
@media screen and (min-width: 1024px) {
  .page-child .furusato .service-info-table table tbody tr td:nth-child(3) {
    width: 190px;
  }
}
@media screen and (max-width: 639px) {
  .page-child .furusato .service-info-table table tbody tr td .smallTxt {
    font-size: 80%;
    margin-top: -4px;
    display: block;
  }
}
.page-child .furusato .service-info-table table tbody tr td .circle {
  content: "";
  color: #0BA9E5;
  width: 14px;
  height: 14px;
  border: 3px solid;
  border-radius: 20px;
  display: inline-block;
  vertical-align: sub;
}
@media screen and (min-width: 1024px) {
  .page-child .furusato .service-info-table table tbody tr td .circle {
    width: 20px;
    height: 20px;
  }
}/*# sourceMappingURL=govtech.css.map */