@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
@import url(/common/css/reset.css);
@import url(/common/css/style.v3.css?20220510);
@import url(/common/css/header.v2.css?20230718);
@import url(/bs/lp/common/css/layout.css);
@import url(/common/css/footer.css?20221031);
@import url(/common/css/layout.v2.css?20221219);
@import url(/common/css/smph/layout.v2.css?20220106);
@import url(/common/css/solution.css);
.font-size-40 {
  font-size: clamp(26px, 4vw, 40px);
}

.font-size-32 {
  font-size: clamp(24px, 3.2vw, 32px);
}

.font-size-26 {
  font-size: clamp(22px, 2.6vw, 26px);
}

.font-size-22 {
  font-size: clamp(21px, 2.6vw, 22px);
}

.font-size-24 {
  font-size: clamp(20px, 2.4vw, 24px);
}

.font-size-20 {
  font-size: clamp(18px, 2vw, 20px);
}

.font-size-18 {
  font-size: clamp(16px, 1.8vw, 18px);
}

.font-size-16 {
  font-size: clamp(14px, 1.6vw, 16px);
}

.font-size-12 {
  font-size: 12px;
}

body {
  overflow-x: hidden;
}

#sub {
  display: none;
}

#main {
  max-width: 1010px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  font-size: 16px;
}
#main p {
  margin-bottom: 1em;
  line-height: 1.75;
}
#main figure img {
  max-width: 100%;
  height: auto;
}
#main figure figure {
  display: inline-block;
}
#main img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  #wrapper {
    padding-top: 64px;
  }
}

@media screen and (min-width: 769px) {
  #header {
    height: 64px;
    border-bottom: none;
  }
  #header dd a {
    height: 64px;
    line-height: 64px;
  }
}

@media screen and (min-width: 1230px) {
  #header p.logo {
    left: calc(50% - 600px);
  }
  #header dl {
    right: calc(50% - 600px);
  }
}
a {
  transition: 0.3s;
  word-wrap: break-word;
}

cite {
  font-size: 0.8125rem;
}

* {
  box-sizing: border-box;
  word-break: break-word;
}

@media screen and (min-width: 1921px) {
  .main_visual {
    width: 100vw;
    height: 725px;
    background-image: url(/bs/lp/education-dx/common/images/main_visual_1440.webp);
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}
@media screen and (min-width: 990px) and (max-width: 1920px) {
  .main_visual {
    width: 100vw;
    height: 43.4027777778vw;
    max-height: 725px;
    background-image: url(/bs/lp/education-dx/common/images/main_visual_1440.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}
@media screen and (min-width: 990px) {
  .main_visual {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
.main_visual h1 {
  max-width: 990px;
  font-size: 39px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-weight: 900;
  margin-right: auto;
  margin-left: auto;
  padding: clamp(61.875px, 6.25vw, 90px) 0 0;
  color: #000000;
}
@media screen and (max-width: 990px) {
  .main_visual h1 {
    font-size: 6.3636363636vw;
    padding-top: 8.0808080808vw;
  }
}
.main_visual h2 {
  max-width: 990px;
  font-size: 27px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-weight: 700;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0 0;
  color: #333333;
  text-shadow: #ffffff 0 0 5px;
}
@media screen and (max-width: 990px) {
  .main_visual h2 {
    font-size: 4.5454545455vw;
  }
}

.index-list {
  font-size: clamp(15px, 1.1805555556vw, 17px);
  margin-top: clamp(-160px, -6.9444444444vw, -100px);
  padding-left: 20px;
  text-shadow: #ffffff 0 0 5px;
}
.index-list:before {
  content: "contents";
  margin-left: -18px;
  text-shadow: #ffffff 0 0 5px;
}
.index-list a {
  color: #212121;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 989px) {
  .main_visual {
    background-image: url(/bs/lp/education-dx/common/images/main_visual_990.webp);
    background-size: contain;
    background-repeat: no-repeat;
    height: 65.0505050505vw;
    margin-right: -10px;
    margin-left: -10px;
    padding-left: 3vw;
  }
  .index-list {
    margin-top: -2em;
    margin-left: calc(3vw - 10px);
  }
}
.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt40 {
  margin-top: clamp(20px, 4.0404040404vw, 40px);
}

.mt50 {
  margin-top: clamp(20px, 5.0505050505vw, 50px);
}

.mt60 {
  margin-top: clamp(20px, 6.0606060606vw, 60px);
}

.mt80 {
  margin-top: clamp(20px, 8.0808080808vw, 80px);
}

.headline_photo {
  display: grid;
  place-content: center;
  background-image: linear-gradient(to right, rgba(0, 138, 255, 0.7), rgba(65, 226, 232, 0.7)), url(/bs/lp/education-dx/common/images/bg-photo.webp), url(/bs/lp/education-dx/common/images/bg-headline.webp);
  background-size: auto 75%, auto 75%, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center center, center center, center center;
  height: 200px;
  text-align: center;
  color: #ffffff;
  font-weight: 900;
}
@media screen and (min-width: 990px) {
  .headline_photo {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.headline_gradation {
  padding: 0.677685em;
  text-align: center;
  background: linear-gradient(70deg, #008aff, #41e2e8);
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .headline_gradation {
    text-align: left;
    font-size: 20px;
  }
  .headline_gradation br {
    display: none;
  }
}

.catch_copy {
  padding: 20px 20px 40px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  color: #212121;
}
@media screen and (max-width: 767px) {
  .catch_copy {
    text-align: left;
    font-size: 20px;
  }
  .catch_copy br {
    display: none;
  }
}

.headline_gradation_underline {
  padding-bottom: 0.4em;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(to right, #008aff 0%, #41e2e8 100%);
     border-image: linear-gradient(to right, #008aff 0%, #41e2e8 100%);
  border-image-slice: 1;
  font-weight: 700;
}

.headline_underline {
  max-width: 990px;
  margin: 0 auto clamp(20px, 0.8333333em, 15px);
  padding-bottom: 0.4em;
  color: #0b61b7;
  border-bottom: solid 4px #0b61b7;
}
@media screen and (max-width: 767px) {
  .headline_underline {
    text-align: left;
  }
}

.tag-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.5em;
  flex-wrap: wrap;
}
.tag-list li {
  display: inline-block;
  padding: 0.2em 0.5em;
  border: 1px solid #0b61b7;
  border-radius: 0.2em;
  font-weight: bold;
  color: #0b61b7;
}

.col8 {
  width: calc(100% - 30px - 320px);
}

.col6 {
  width: calc((100% - 30px) / 2);
}

.col4 {
  width: calc((100% - 60px) / 3);
}

.col8 + .col4 {
  width: 320px;
}

figure.col4 {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .col6, .col8, .col8 + .col4, .col4 {
    width: 100%;
  }
}
.justify-content-center {
  justify-content: center;
}

.table-wrap {
  width: 1200px;
  margin: 20px calc(50% - 600px);
}
@media screen and (max-width: 1230px) {
  .table-wrap {
    width: calc(100% - 30px);
    margin: 0 15px 40px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .table-wrap {
    width: auto;
    overflow: auto;
    white-space: nowrap;
    margin-left: 10px;
    padding-bottom: 10px;
  }
}

.color-table {
  width: 100%;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.color-table th, .color-table td {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  padding: 4px 6px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .color-table th, .color-table td {
    padding: 4px 8px;
  }
}
@media screen and (max-width: 767px) {
  .color-table th, .color-table td {
    padding: 4px 8px;
  }
}
.color-table thead th {
  background: #597B88;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.color-table tbody th {
  background: #597B88;
  color: #212121;
  font-weight: bold;
  text-align: left;
}
.color-table tbody td {
  vertical-align: middle;
  background: #f4f7f9;
}
.color-table tbody td p:nth-last-of-type(1) {
  margin-bottom: 0 !important;
}
.color-table tbody th {
  color: #ffffff;
  text-align: center;
}

.radius-table {
  border-radius: 4px;
  border-spacing: 0;
  border: none;
}
.radius-table th {
  vertical-align: middle;
}

.radius-table tr:first-child > *:first-child {
  border-radius: 4px 0 0 0;
}

.radius-table tr:first-child > *:last-child {
  border-radius: 0 4px 0 0;
}

.radius-table tr:last-child > *:first-child {
  border-radius: 0 0 0 4px;
}

.radius-table tr:last-child > *:last-child {
  border-radius: 0 0 4px 0;
}

.radius-table h4 {
  border-radius: 4px;
  margin-top: 2px;
}

.radius-table h4 {
  width: 100%;
  padding: 4px 6px;
  text-align: center;
  background: #597B88;
  color: #ffffff;
}

.radius-table li li {
  padding: 4px 6px;
  background: #f4f7f9;
  text-align: center;
}

.radius-table .d-flex {
  gap: 2px;
  width: 100%;
}

.radius-table .d-flex li {
  width: 100%;
}

.radius-table ul.d-flex:has(li:nth-child(3)) li,
.radius-table ul.d-flex:has(li:nth-child(6)) li {
  width: calc((100% - 4px) / 3);
}

.radius-table ul.d-flex:has(li:nth-child(6)) li:nth-child(4) {
  border-radius: 0 0 0 4px;
}

.radius-table ul.d-flex:has(li:nth-child(6)) li:nth-child(6) {
  border-radius: 0 0 4px 0;
}

[class^=links-] {
  margin-right: auto;
  margin-left: auto;
}
[class^=links-] h3 {
  text-align: center;
  font-weight: 700;
}
[class^=links-] h3:before {
  content: "＼";
}
[class^=links-] h3:after {
  content: "／";
}
@media screen and (max-width: 767px) {
  [class^=links-] h3 br, [class^=links-] h3:before, [class^=links-] h3:after {
    display: none;
  }
}
[class^=links-] a {
  display: block;
  padding: 0.8em 0;
  background: linear-gradient(70deg, #004fa5, #00b0f0);
  background-size: 100% 100%;
  background-position: 0 0;
  font-weight: 700;
  color: #ffffff;
  border-radius: 100px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 0 2px #0b61b7;
}
[class^=links-] a:hover {
  background: #ffffff;
  color: #0b61b7;
  outline: 3px solid #0b61b7;
  outline-offset: -3px;
  text-shadow: none;
}
[class^=links-] ul.gap30 {
  gap: 10px 30px;
}
[class^=links-] li:last-child a {
  background: #ffffff;
  color: #0b61b7;
  outline: 3px solid #0b61b7;
  outline-offset: -3px;
  text-shadow: none;
}
[class^=links-] li:last-child a:hover {
  background: linear-gradient(70deg, #008aff, #41e2e8);
  color: #ffffff;
  outline: 0;
  text-shadow: none;
}

.gap30 {
  gap: 30px;
}

.govdashboard {
  background-color: #f4f7f9;
  padding: 20px;
}
.govdashboard .d-flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .govdashboard .d-flex {
    flex-direction: column-reverse;
  }
}
.govdashboard figure {
  max-width: 528px;
  display: block;
}

@media screen and (min-width: 768px) {
  .security-risk {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 20px;
  }
  .security-risk > li:nth-child(1) {
    grid-row: span 2/span 2;
  }
  .security-risk > li:nth-child(3) {
    grid-column-start: 2;
    grid-row-start: 2;
  }
  .security-risk > li:nth-child(4) {
    grid-row: span 2/span 2;
    grid-column-start: 3;
    grid-row-start: 1;
  }
}
.security-risk li li {
  font-size: 15px;
  line-height: 1.3;
  margin-top: 2px;
  padding: 10px 4px 10px 100px;
  min-height: 68px;
  display: flex;
  align-items: center;
  text-align: left;
  background-size: 90px 70px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  border-radius: 4px;
}
.security-risk li li.education-dx-ico01 {
  background-image: url(/bs/lp/education-dx/common/images/education-dx-ico01.png);
}
.security-risk li li.education-dx-ico02 {
  background-image: url(/bs/lp/education-dx/common/images/education-dx-ico02.png);
}
.security-risk li li.education-dx-ico03 {
  background-image: url(/bs/lp/education-dx/common/images/education-dx-ico03.png);
}
.security-risk li li.education-dx-ico04 {
  background-image: url(/bs/lp/education-dx/common/images/education-dx-ico04.png);
}
.security-risk li li.education-dx-ico05 {
  background-image: url(/bs/lp/education-dx/common/images/education-dx-ico05.png);
}
.security-risk li li.education-dx-ico06 {
  background-image: url(/bs/lp/education-dx/common/images/education-dx-ico06.png);
}
.security-risk li li.education-dx-ico07 {
  background-image: url(/bs/lp/education-dx/common/images/education-dx-ico07.png);
}
.security-risk li li.education-dx-ico08 {
  background-image: url(/bs/lp/education-dx/common/images/education-dx-ico08.png);
}
.security-risk li li.education-dx-ico09 {
  background-image: url(/bs/lp/education-dx/common/images/education-dx-ico09.png);
}
.security-risk li li.education-dx-ico10 {
  background-image: url(/bs/lp/education-dx/common/images/education-dx-ico10.png);
}
.security-risk li li.education-dx-ico11 {
  background-image: url(/bs/lp/education-dx/common/images/education-dx-ico11.png);
}

.download-items {
  padding: clamp(20px, 2.8vw, 28px) 0;
  background-color: #f0f2f4;
}
.download-items > * {
  justify-content: center;
  text-align: center;
}
.download-items > * .col4 {
  max-width: 310px;
}
.download-items h3 {
  font-size: clamp(15px, 2vw, 22px);
  margin: 0 auto clamp(10px, 1.8vw, 18px);
  color: #3389CA;
  font-weight: 700;
}
.download-items p {
  font-size: 14px;
  line-height: 1.6;
}
.download-items a {
  text-decoration: underline;
  font-weight: 500;
}
.download-items a:hover {
  text-decoration: none;
}
.download-items img {
  width: 100%;
}

.headline2 {
  padding: 0.55em;
  background: #003399;
  font-size: clamp(15px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.075em;
  color: #ffffff;
  text-align: center;
}

#contact-menu .contact-list-01 {
  display: flex;
  max-width: 770px;
  justify-content: center;
  margin: clamp(20px, 4.8vw, 48px) auto 0;
  padding: 0 10px;
  gap: 0 2%;
}
#contact-menu .contact-list-01 li {
  width: 32%;
}
#contact-menu .contact-list-02 {
  display: flex;
  flex-wrap: wrap;
  max-width: 990px;
  justify-content: center;
  margin: clamp(20px, 4.8vw, 48px) auto 0;
  padding: 0 10px;
  gap: 0 2%;
}
#contact-menu .contact-list-02 li {
  width: 32%;
  text-align: center;
}
#contact-menu .contact-list-02 li:nth-child(1) {
  width: 25%;
}
#contact-menu .contact-list-02 li:nth-child(2) {
  width: 35%;
}
#contact-menu .contact-list-02 li:nth-child(3) {
  width: 36%;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #contact-menu .contact-list-02 li:nth-child(1) {
    width: 48%;
  }
  #contact-menu .contact-list-02 li:nth-child(2) {
    width: 48%;
  }
  #contact-menu .contact-list-02 li:nth-child(3) {
    width: 100%;
  }
}
#contact-menu img {
  max-width: 100%;
  height: auto;
}

.information {
  text-align: left;
  margin: clamp(20px, 3vw, 30px) auto clamp(20px, 6vw, 100px);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .information {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.information h2 {
  box-shadow: -4px 0 0 0 #BBCCE5, -11px 0 0 0 #4A70BB;
  margin-left: 11px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-image: linear-gradient(to top, #0b61b7 100%, #0b61b7 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left center;
  color: #0b61b7;
  width: 100%;
}
.information h2 > * {
  display: inline-block;
  background-color: #FFF;
  padding: 0.2em;
}
.information ul.list li {
  padding-left: 18px;
  background: url(/common/images/bullet/circleArrow/blue.png) no-repeat 5px 3px;
  padding: 0 25px 1em 25px;
  margin-bottom: 13px;
  word-wrap: break-word;
  border-bottom: 1px dotted #ccc;
  text-align: left;
}

#solution .solution {
  max-width: 1010px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#solution li a .tag {
  position: absolute;
  top: -10px;
  left: -10px;
}
#solution svg[id*=solution_] {
  height: auto;
}