html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
}

table {
  border-spacing: 0;
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

strong {
  font-weight: bold;
}

ul {
  list-style: none;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  background: #fff;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.scrolled .logo-wrap {
  opacity: 0;
  max-height: 0;
  margin-bottom: 0;
  pointer-events: none;
}
.header .logo-wrap {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  height: 77px;
  transition: opacity 0.3s ease, max-height 0.3s ease, margin 0.3s ease;
}
@media (min-width: 769px) {
  .header .main-logo {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .header > .l_inner {
    height: 60px;
    display: flex;
    align-items: center;
  }
  .header .logo-wrap {
    max-width: 290px;
  }
  .header .logo-wrap li:not(.logo-meisei) {
    display: none;
  }
}

.gnavi-wrap .btn-wrap {
  margin-left: auto;
  font-size: 13px;
  gap: 8px;
  text-align: center;
}
.gnavi-wrap .btn-wrap li {
  max-width: 160px;
}

@media (min-width: 769px) {
  .gnavi-wrap {
    background: #DDEAF5;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 999;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .gnavi-wrap .btn-wrap {
    max-width: 320px;
  }
  .gnavi {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: bold;
    gap: 20px;
  }
  .gnavi li {
    line-height: 1;
  }
  .gnavi a {
    color: #333;
    padding: 10px 0;
    margin: 2px 0;
  }
  .gnavi-btn, .sp-logo-wrap {
    display: none !important;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .gnavi-wrap .btn-wrap, .sp-logo-wrap {
    justify-content: center !important;
    gap: 10px;
  }
  .gnavi-wrap .btn-wrap {
    margin: 50px auto 30px !important;
  }
}
@media (max-width: 768px) {
  .gnavi-wrap {
    position: absolute;
    top: 60px;
    left: 0;
    align-items: center;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 10px 5% 20px;
    transition: 0.3s;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .gnavi-wrap .btn-wrap {
    display: flex;
    margin: 26px 0 23px;
  }
  .gnavi-wrap .btn-wrap li {
    width: 50%;
  }
  .gnavi-wrap .btn-wrap .btn {
    padding: 7px 20px !important;
  }
  .gnavi-wrap.fixed {
    top: 60px;
  }
  .gnavi {
    border-top: 1px solid #BEBEBE;
    width: 100%;
  }
  .gnavi li {
    border-bottom: 1px solid #BEBEBE;
    margin: 2px 0;
  }
  .gnavi li a {
    color: #000;
    padding: 15px 0;
    display: block;
    font-weight: 500;
  }
  .gnavi-btn {
    display: block;
    position: relative;
    margin-left: auto;
    width: 26px;
    height: 18px;
    border-top: 2px solid #2B96ED;
    cursor: pointer;
    z-index: 999;
  }
  .gnavi-btn::before, .gnavi-btn::after {
    display: block;
    content: "";
    width: 26px;
    height: 2px;
    background: #2B96ED;
    position: absolute;
    left: 0;
    top: 7px;
    transition: 0.3s;
  }
  .gnavi-btn::after {
    margin-top: 8px;
  }
  .sp-logo-wrap {
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .sp-logo-wrap li {
    width: 100%;
    margin: auto;
  }
  .sp-logo-wrap li img {
    display: block;
    margin: 0 auto;
  }
  .sp-logo-wrap .logo-meisei {
    max-width: 160px;
  }
  .sp-logo-wrap .logo-meisei img {
    max-width: 122px;
  }
  .sp-logo-wrap .logo-ihi {
    max-width: 160px;
  }
  .sp-logo-wrap .logo-ihi img {
    max-width: 156px;
  }
  .naviOpen .gnavi-wrap {
    opacity: 1;
    z-index: 99;
    visibility: visible;
  }
  .naviOpen .gnavi-btn {
    border: none;
  }
  .naviOpen .gnavi-btn::before {
    transform: rotate(-45deg);
  }
  .naviOpen .gnavi-btn::after {
    transform: rotate(45deg);
    margin-top: 0;
  }
}
.footer {
  text-align: center;
  background: #033E70;
  padding: 30px 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
.footer .logo img {
  margin: 0 auto;
}
.footer .footer-nav {
  margin: 40px 0;
  justify-content: center;
}
.footer .footer-nav li {
  padding-left: 8px;
}
.footer .footer-nav li:last-child a::after {
  display: none !important;
}
.footer .footer-nav a {
  display: block;
}
.footer .footer-nav a::after {
  content: "|";
  margin-left: 8px;
}
.footer .copy {
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 20px;
    font-size: 12px;
  }
  .footer .footer-nav {
    margin: 40px 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer .copy {
    font-size: 10px;
  }
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 3.7%;
  z-index: 999;
  width: 60px;
  height: 60px;
}
.page-top a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .page-top {
    width: 50px;
    height: 50px;
  }
}

.content section, .content section .l_inner {
  position: relative;
  z-index: 1;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
}

.en {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
}

.sec-header {
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
.sec-header > .en {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #2B96ED;
}
.sec-header .sec-ttl {
  font-size: 36px;
  color: #005eac;
  margin: 15px 0 80px;
}
.sec-header .sec-subttl {
  font-size: 24px;
}
@media (min-width: 769px) {
  .sec-header .sec-ttl-icon {
    display: inline-flex;
    padding-left: 83px;
    background: url("../img/icon_sec-ttl.svg") no-repeat 0 center;
  }
}
@media (max-width: 768px) {
  .sec-header > .en {
    font-size: 13px;
  }
  .sec-header .sec-ttl {
    font-size: 28px;
    margin: 15px 0 80px;
  }
  .sec-header .sec-subttl {
    font-size: 18px;
  }
}

.bg-grd, .ttl-bg-grd {
  background: linear-gradient(90deg, #005eac 15.38%, #1a8fef 100%);
  color: #fff;
}

.ttl-bg-grd {
  padding: 15px;
  line-height: 1.3;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .ttl-bg-grd {
    border-radius: 4px;
    font-size: 18px;
    padding: 17px;
  }
}

.marker {
  background: linear-gradient(transparent 80%, #FFCCB6 80%);
}

.fnt-blue {
  color: #005eac;
  font-weight: 700;
}

.fnt-navy {
  color: #003764;
}

.btn-wrap {
  width: 100%;
}
.btn-wrap .btn {
  display: block;
  padding: 5px 20px;
  border: 1px solid #ff9500;
  border-radius: 25px;
  text-align: center;
  width: 100%;
}
.btn-wrap .btn:hover {
  opacity: 1;
}
@media (min-width: 769px) {
  .btn-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .btn-wrap li {
    width: 100%;
  }
}

.btn-contact {
  background: #ff9500;
  color: #fff;
}
.btn-contact:hover {
  background: #fff;
  color: #ff9500;
}

.btn-request {
  background: #fff;
  color: #ff9500;
}
.btn-request:hover {
  background: #ff9500;
  color: #fff;
}

.box-wrap {
  display: flex;
}

@media (min-width: 769px) {
  .l_box-wrap {
    display: flex;
  }
  .sp {
    display: none;
  }
  .l_inner {
    padding: 0 10px;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .l_inner {
    padding: 0 3.7%;
  }
  .pc {
    display: none;
  }
}
.cta {
  background: linear-gradient(90deg, #005eac 15.38%, #1a8fef 100%);
}
.cta .bg {
  background: url("../img/cta_bg.png") repeat-x center 0;
  background-size: 1400px auto;
  color: #fff;
  padding: 45px 0 55px;
}
.cta .cta-ttl {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cta .cta-ttl .list {
  display: inline-flex;
  align-content: center;
  height: 30px;
  margin: 0 15px;
  padding-bottom: 1px;
  gap: 0 10px;
}
.cta .cta-ttl .list li {
  height: 30px;
}
.cta .cta-ttl .free {
  display: block;
  background: #fff;
  color: #005eac;
  padding: 5px 15px;
  border-radius: 4px;
  font-size: 16px;
}
.cta .lead {
  letter-spacing: 1px;
}
.cta .lead a {
  background: url("../img/icon_blank.svg") no-repeat right 8px;
  display: inline-block;
  padding-right: 13px;
  margin-right: 10px;
}
@media (min-width: 769px) {
  .cta .txt-wrap {
    width: 62%;
  }
  .cta .image {
    position: absolute;
    bottom: -55px;
    left: 64%;
    width: 56%;
  }
  .cta .btn-wrap {
    margin-top: 30px;
    max-width: 630px;
    gap: 25px;
  }
  .cta .btn-wrap .btn {
    font-size: 24px;
    padding: 7px 20px 9px;
    border-radius: 30px;
    border: none;
  }
  .cta .btn-wrap li {
    width: 50%;
  }
  .cta .btn-wrap li img {
    margin: 0 auto 2px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .cta .image {
    left: 58%;
    width: 43.7142857143vw;
  }
}
@media (max-width: 768px) {
  .cta .bg {
    padding-bottom: 40px;
  }
  .cta .cta-ttl {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .cta .cta-ttl .txt01 {
    width: 100%;
    order: 1;
  }
  .cta .cta-ttl .txt02 {
    width: 100%;
    order: 2;
  }
  .cta .cta-ttl .list {
    display: flex;
    order: 3;
    height: 30px;
    margin: 25px 0 0;
    padding-bottom: 1px;
    width: 100%;
    max-width: 375px;
    gap: 7px;
  }
  .cta .cta-ttl .list li {
    margin: 0;
    height: 30px;
    flex-grow: 1;
  }
  .cta .cta-ttl .free {
    padding: 3px 5px 5px;
    font-size: 12px;
    text-align: center;
  }
  .cta .btn-wrap {
    margin: 30px auto 0;
    max-width: 260px;
  }
  .cta .btn-wrap .btn {
    font-size: 20px;
    padding: 7px 20px 9px;
    border-radius: 30px;
    border: none;
  }
  .cta .btn-wrap li {
    width: 100%;
    margin-top: 20px;
  }
  .cta .btn-wrap li img {
    margin: 0 auto 2px;
    max-width: 213px;
  }
  .cta .image {
    display: none;
  }
}

.kv {
  background-image: url(../img/kv_bg-r.jpg);
  background-size: cover;
  background-position: right 0;
}
.kv .txt-wrap {
  position: relative;
  font-weight: bold;
  z-index: 4;
}
.kv .txt02 {
  font-size: 24px;
  color: #003764;
  margin: 30px 0 20px;
  padding: 0 10px;
}
.kv .kv-features {
  margin: 30px 0 10px 5px;
}
.kv .kv-features li {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 140px;
  height: 117px;
  background: url("../img/kv_02.svg") no-repeat 0 0;
  background-size: 100% 100%;
  font-size: 21px;
  line-height: 1.3;
  margin: 0 7px;
  font-weight: 500;
}
.kv .kv-features li .fnt-blue {
  display: block;
  font-weight: 700;
  font-size: 16px;
  flex-basis: 100%;
  text-align: center;
}
.kv .btn-wrap .btn {
  line-height: 38px;
  font-size: 16px;
  position: relative;
}
.kv .btn-wrap .icon {
  position: absolute;
  left: 5px;
  top: -18px;
  width: 43px;
  height: 43px;
  font-size: 12px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF9500;
  border: 1px solid #FF9500;
  border-radius: 50%;
  background: #fff;
  transform: rotate(-20.02deg);
}
@media (min-width: 769px) {
  .kv::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 250px);
    height: 665px;
    background: #fff;
    z-index: 1;
  }
  .kv .l_inner {
    max-width: 1420px;
  }
  .kv .kv-content {
    height: 665px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .kv .kv-content::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 46%;
    width: 857px;
    height: 728px;
    background: url("../img/kv_bg-l.svg") no-repeat right 0;
    z-index: 2;
  }
  .kv .txt-wrap, .kv .image {
    width: 50%;
    position: relative;
  }
  .kv .txt-wrap {
    max-width: 550px;
    margin-left: auto;
    padding-bottom: 10px;
  }
  .kv .txt01 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
  }
  .kv .txt01 .bg-grd {
    border-radius: 8px;
    padding: 4px 10px 7px;
    display: block;
    text-align: center;
    line-height: 150%;
    font-weight: 700;
  }
  .kv .txt04-inner {
    display: inline-block;
    text-align: center;
    color: #005eac;
    border: 1px solid #005eac;
    border-radius: 8px;
    padding: 10px 17px;
    width: 100%;
    max-width: 470px;
    font-size: 20px;
  }
  .kv .btn-wrap {
    margin-top: 40px;
    padding: 0 5px;
    max-width: 470px;
  }
  .kv .btn-wrap li {
    width: 50%;
    margin: 0 5px;
  }
  .kv .image {
    height: 728px;
  }
  .kv .image img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .kv::before {
    height: 47.5vw;
  }
  .kv .kv-content {
    height: 47.5vw;
  }
  .kv .kv-content::after {
    width: 61.2142857143vw;
    height: 52vw;
  }
  .kv .txt-wrap {
    max-width: 39.2857142857vw;
  }
  .kv .image {
    height: 52vw;
  }
  .kv .txt01 {
    font-size: 1.7142857143vw;
    letter-spacing: 0.1428571429vw;
  }
  .kv .txt01 .bg-grd {
    border-radius: 0.5714285714vw;
    padding: 0.2857142857vw 0.7142857143vw 0.5vw;
    display: block;
    text-align: center;
    line-height: 150%;
    font-weight: 700;
  }
  .kv .txt02 {
    font-size: 1.7142857143vw;
    margin: 1.7857142857vw 0;
    padding: 0 0.7142857143vw;
  }
  .kv .txt03 {
    font-size: 1.2857142857vw;
    margin: 1.4285714286vw 0;
  }
  .kv .txt03 img {
    width: 34.2857142857vw;
  }
  .kv .txt04-inner {
    border-radius: 0.5714285714vw;
    padding: 0.7142857143vw 1.2142857143vw;
    max-width: 33.5714285714vw;
    font-size: 1.4285714286vw;
  }
  .kv .kv-features {
    margin: 1.7857142857vw 0 0.7142857143vw 0.3571428571vw;
  }
  .kv .kv-features li {
    width: 10vw;
    height: 8.3571428571vw;
    font-size: 1.2857142857vw;
    margin: 0 0.5vw;
    line-height: 150%;
  }
  .kv .btn-wrap {
    margin-top: 2.8571428571vw;
    padding: 0 0.3571428571vw;
    max-width: 33.5714285714vw;
  }
  .kv .btn-wrap li {
    margin: 0 0.3571428571vw;
  }
  .kv .btn-wrap .btn {
    line-height: 2.7142857143vw;
    font-size: 1.1428571429vw;
  }
  .kv .btn-wrap .icon {
    left: 0.3571428571vw;
    top: -1.2857142857vw;
    width: 3.0714285714vw;
    height: 3.0714285714vw;
    font-size: 0.8571428571vw;
    line-height: 2vw;
  }
}
@media (max-width: 768px) {
  .kv {
    background-image: url("../img/kv_bg-r_sp.jpg");
    background-size: cover;
    text-align: center;
    padding: 20px 0;
  }
  .kv .txt-wrap {
    display: inline-block;
  }
  .kv .txt01 {
    font-size: 16px;
    text-align: left;
  }
  .kv .txt01 .bg-grd {
    display: inline-block;
    width: 100%;
    height: auto;
    background-size: cover;
    text-align: center;
    padding: 4px;
    border-radius: 8px;
    font-weight: 600;
  }
  .kv .txt02 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin: 10px 0 12px;
    padding: 0;
    font-weight: 500;
  }
  .kv .txt03 img {
    margin: auto;
  }
  .kv .txt04 {
    display: none;
  }
  .kv .kv-features {
    margin: 17px auto 22px;
    justify-content: center;
  }
  .kv .kv-features li {
    width: 96px;
    height: 80px;
    font-size: 14px;
    margin: 0 5px;
    padding: 0;
  }
  .kv .kv-features li:first-child .fnt-blue {
    font-size: 16px;
  }
}
@media (max-width: 768px) and (max-width: 380px) {
  .kv .txt02 {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .kv .btn-wrap li {
    max-width: 270px;
    margin: 0 auto;
  }
  .kv .btn-wrap .btn {
    padding: 3px 20px 8px;
    font-size: 19px;
  }
  .kv .btn-wrap .btn-contact {
    margin: 28px auto 15px;
  }
  .kv .btn-wrap .icon {
    left: 8px;
    top: -16px;
    width: 52px;
    height: 52px;
    font-size: 14px;
    line-height: 35px;
  }
  .kv .image img {
    max-width: 280px;
    margin: 0 auto;
  }
}

.page-nav {
  background: #DDEAF5;
  padding: 115px 0 75px;
}
.page-nav .nav-links {
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}
.page-nav .nav-links li {
  position: relative;
  width: 145px;
  height: 161px;
  background: url("../img/page-nav_bg_on.svg") no-repeat 0 0;
  z-index: 0;
}
.page-nav .nav-links a {
  position: relative;
  display: block;
  text-align: center;
  color: #005eac;
  padding: 15px 0;
  font-size: 14px;
  font-weight: bold;
  width: 145px;
  height: 161px;
}
.page-nav .nav-links a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/page-nav_bg.svg") no-repeat 0 0;
  transition: 0.3s;
}
.page-nav .nav-links a:hover {
  opacity: 1;
}
.page-nav .nav-links a:hover::before {
  opacity: 0;
}
.page-nav .nav-links .icon, .page-nav .nav-links p {
  position: relative;
  z-index: 1;
}
.page-nav .nav-links .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .page-nav {
    padding: 25px 0;
  }
  .page-nav .nav-links {
    gap: 1.8666666667vw;
    margin-top: 2.6666666667vw;
  }
  .page-nav .nav-links li {
    width: 21.6vw;
    height: 23.7333333333vw;
    background-size: 100% 100%;
  }
  .page-nav .nav-links a {
    padding: 3.4666666667vw 0;
    font-size: 2.1333333333vw;
    width: 21.6vw;
    height: 23.7333333333vw;
  }
  .page-nav .nav-links a::before {
    background-size: 100% 100%;
  }
  .page-nav .nav-links .icon {
    align-items: flex-start;
    min-height: 9.3333333333vw;
    margin-bottom: 1.6vw;
  }
  .page-nav .nav-links .icon img {
    height: 9.3333333333vw;
  }
  .page-nav .nav-links li:nth-child(3) .icon img, .page-nav .nav-links li:nth-child(5) .icon img {
    width: 8.5333333333vw;
  }
  .page-nav .nav-links li:nth-child(4) .icon img {
    width: 10.6666666667vw;
  }
  .page-nav .nav-links li:nth-child(6) .icon img {
    width: 10.1333333333vw;
  }
  .page-nav .nav-links li.sp img {
    width: 100%;
  }
}

.disaster-prevention .sec-header .sec-ttl {
  margin-bottom: 36px;
}
.disaster-prevention .intro-txt {
  font-weight: 600;
  margin: 35px 0 80px;
}
.disaster-prevention .intro-txt p {
  margin-bottom: 10px;
}
.disaster-prevention .problem-solution .box-ttl .problem {
  border-radius: 8px;
  background: #EBEBEB;
  border: none !important;
}
.disaster-prevention .problem-solution .box-ttl .problem::before {
  display: none !important;
}
.disaster-prevention .problem-solution .box-ttl .solution {
  border-radius: 8px;
  color: #005eac;
  background: #DDEAF5;
}
.disaster-prevention .problem-solution .problem, .disaster-prevention .problem-solution .solution {
  text-align: center;
  border-radius: 8px;
  color: #000;
}
.disaster-prevention .problem-solution .problem .item-header, .disaster-prevention .problem-solution .solution .item-header {
  font-size: 20px;
  font-weight: 500;
  border-radius: 8px 8px 0px 0px;
  position: relative;
  line-height: 1.6;
}
.disaster-prevention .problem-solution .problem .item-header::before, .disaster-prevention .problem-solution .solution .item-header::before {
  content: "";
  display: block;
  width: 37px;
  height: 88px;
  position: absolute;
  top: -30px;
  right: 9px;
}
.disaster-prevention .problem-solution .problem .item-header .no, .disaster-prevention .problem-solution .solution .item-header .no {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #005eac;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
}
.disaster-prevention .problem-solution .problem .detail, .disaster-prevention .problem-solution .solution .detail {
  padding: 16px 22px 22px;
}
.disaster-prevention .problem-solution .problem {
  position: relative;
  margin-bottom: 35px;
  z-index: 0;
  border: 1px solid #d9d9d9;
}
.disaster-prevention .problem-solution .problem::before {
  content: "";
  display: block;
  position: absolute;
}
.disaster-prevention .problem-solution .problem .item-header {
  background: #EBEBEB;
  padding: 43px 16px 22px;
}
.disaster-prevention .problem-solution .problem .item-header h3 span {
  font-size: 80%;
}
.disaster-prevention .problem-solution .problem .item-header::before {
  background: url("../img/prevention_03.svg") no-repeat 0 0;
}
.disaster-prevention .problem-solution .solution {
  background: #DDEAF5;
}
.disaster-prevention .problem-solution .solution .item-header {
  background: #005eac;
  padding: 25px 8px 20px 5px;
  color: #fff;
}
.disaster-prevention .problem-solution .solution .item-header::before {
  background: url("../img/prevention_04.svg") no-repeat 0 0;
}
.disaster-prevention .problem-solution .solution .detail {
  color: #005eac;
}
.disaster-prevention .use-cases {
  margin-top: 55px;
}
.disaster-prevention .use-cases .ttl-bg-grd {
  border-radius: 8px 8px 0 0;
}
.disaster-prevention .use-cases .cases-list {
  background: #DDEAF5;
  border-radius: 0 0 8px 8px;
  padding: 40px 40px 30px;
  justify-content: space-between;
  font-size: 18px;
  text-align: center;
  color: #000;
}
.disaster-prevention .use-cases .cases-list li {
  width: 19%;
}
.disaster-prevention .use-cases .cases-list li .image {
  margin-bottom: 12px;
}
.disaster-prevention .use-cases .cases-list li span {
  font-size: 80%;
}
@media (min-width: 769px) {
  .disaster-prevention {
    padding: 80px 0 145px;
  }
  .disaster-prevention::before {
    content: "";
    display: block;
    width: 625px;
    height: 598px;
    position: absolute;
    top: 0;
    right: calc(50% + 256px);
    background: url("../img/prevention_bg.svg") no-repeat right 0;
  }
  .disaster-prevention .intro-txt {
    text-align: center;
  }
  .disaster-prevention .problem-solution {
    align-content: flex-start;
  }
  .disaster-prevention .problem-solution .item-box {
    width: calc((93% - 90px) / 3);
  }
  .disaster-prevention .problem-solution .box-ttl {
    margin-right: 3%;
    font-size: 28px;
    font-weight: bold;
    width: 90px;
  }
  .disaster-prevention .problem-solution .box-ttl .problem, .disaster-prevention .problem-solution .box-ttl .solution {
    padding: 40px 20px 0;
    display: flex;
    align-items: center;
  }
  .disaster-prevention .problem-solution .box-ttl .problem {
    background: url("../img/prevention_01.svg") no-repeat center 23px #EBEBEB;
  }
  .disaster-prevention .problem-solution .box-ttl .solution {
    background: url("../img/prevention_02.svg") no-repeat center 23px #DDEAF5;
  }
  .disaster-prevention .problem-solution .problem::before {
    width: 24px;
    height: 41px;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/icon_arrow.svg") no-repeat 0 0;
  }
  .disaster-prevention .problem-solution .box02 {
    margin: 0 4%;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .disaster-prevention .use-cases .cases-list {
    justify-content: center;
    gap: 0 30px;
  }
}
@media (max-width: 768px) {
  .disaster-prevention {
    padding: 60px 0 40px;
  }
  .disaster-prevention .sec-header .sec-ttl {
    margin-bottom: 25px;
  }
  .disaster-prevention .sec-header .sec-subttl {
    font-size: 20px;
  }
  .disaster-prevention .intro-txt {
    margin: 35px 0 50px;
    font-weight: 500;
  }
  .disaster-prevention .intro-txt p {
    margin-bottom: 20px;
  }
  .disaster-prevention .problem-solution {
    flex-wrap: wrap;
    font-size: 12px;
  }
  .disaster-prevention .problem-solution .box-ttl .problem, .disaster-prevention .problem-solution .box-ttl .solution {
    border-radius: 4px;
    height: 35px;
    font-size: 18px;
    padding-bottom: 5px;
    letter-spacing: 5px;
    margin-bottom: 0 !important;
  }
  .disaster-prevention .problem-solution .item-box {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 24px;
    margin-bottom: 25px;
  }
  .disaster-prevention .problem-solution .problem, .disaster-prevention .problem-solution .solution {
    width: 50%;
    border-radius: 4px;
  }
  .disaster-prevention .problem-solution .problem .item-header, .disaster-prevention .problem-solution .solution .item-header {
    font-size: 13px;
    padding: 11px 17px 11px 7px;
    border-radius: 4px 4px 0px 0px;
  }
  .disaster-prevention .problem-solution .problem .item-header::before, .disaster-prevention .problem-solution .solution .item-header::before {
    content: "";
    display: block;
    width: 20px;
    height: 46px;
    position: absolute;
    top: -16px;
    right: 3px;
    background-size: 100% auto;
  }
  .disaster-prevention .problem-solution .problem .item-header .no, .disaster-prevention .problem-solution .solution .item-header .no {
    top: -10px;
    left: 10px;
    transform: translateX(0);
    font-size: 22px;
  }
  .disaster-prevention .problem-solution .problem .detail, .disaster-prevention .problem-solution .solution .detail {
    padding: 16px 12px 20px;
  }
  .disaster-prevention .problem-solution .problem {
    margin-bottom: 23px;
  }
  .disaster-prevention .problem-solution .problem::before {
    width: 14px;
    height: 8px;
    top: 50px;
    right: -20px;
    background-image: url("../img/icon_arrow_h.svg");
    background-size: 100% auto;
  }
  .disaster-prevention .problem-solution .problem .item-header::before {
    background-size: 100% auto;
  }
  .disaster-prevention .use-cases {
    margin-top: -20px;
  }
  .disaster-prevention .use-cases .cases-list {
    padding: 30px 25px 10px;
    flex-wrap: wrap;
    font-size: 12px;
  }
  .disaster-prevention .use-cases .cases-list li {
    width: 43%;
    margin-bottom: 25px;
  }
  .disaster-prevention .use-cases .cases-list li .image img {
    margin: 0 auto 12px;
  }
}

.about {
  padding: 100px 0 150px;
  background: #DDEAF5;
}
.about::before, .about::after {
  position: absolute;
  content: "";
  display: block;
}
.about::before {
  width: 642px;
  height: 407px;
  top: 0;
  left: calc(50% + 360px);
  background: url("../img/about_bg01.svg") no-repeat 0 0;
}
.about .sec-header .sec-ttl {
  margin-bottom: 45px;
}
.about .sec-header .sec-subttl {
  line-height: 1.5;
}
.about .sec-header .pr {
  padding-right: 5px;
}
.about .sec-header .fnt-l {
  font-size: 40px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 5px;
  font-weight: 600;
}
.about .mechanism {
  text-align: center;
  margin: 90px 0 130px;
}
.about .mechanism .ttl-bg-grd {
  margin-bottom: 25px;
}
.about .mechanism .bg {
  background: #fff;
  border-radius: 8px;
  padding: 35px 40px 45px;
  margin-bottom: 50px;
}
.about .mechanism .step-wrap {
  font-weight: bold;
  margin-bottom: 50px;
}
.about .mechanism .mechanism-step {
  font-size: 20px;
}
.about .mechanism .mechanism-step .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .mechanism .mechanism-step .label {
  text-align: center;
  color: #fff;
  font-size: 25px;
  background: linear-gradient(90deg, #005eac 15.38%, #1a8fef 100%);
  width: 100%;
  height: 65px;
  line-height: 65px;
  border-radius: 33px;
}
.about .mechanism .next {
  line-height: 1.3;
  width: 100px;
  height: 90px;
  margin: 40px 0 0 10px;
  color: #fff;
  padding: 22px 20px 0 0;
  background: url("../img/about_04.svg") no-repeat 0 0;
}
.about .mechanism .description {
  line-height: 1.8;
}
.about .mechanism .description .fnt-l {
  font-size: 18px;
  margin-bottom: 20px;
}
.about .video video {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 740px;
}
@media (min-width: 769px) {
  .about {
    padding: 80px 0 145px;
  }
  .about::after {
    width: 659px;
    height: 659px;
    bottom: 422px;
    right: calc(50% + 205px);
    background: url("../img/about_bg02.svg") no-repeat right 0;
    z-index: 0;
  }
  .about .mechanism-step {
    font-size: 20px;
    width: calc((100% - 220px) / 3);
  }
  .about .mechanism-step .icon {
    height: 140px;
    margin: 40px 0 20px;
    padding-bottom: 55px;
    background: url("../img/icon_arrow.svg") no-repeat center bottom;
  }
}
@media (max-width: 768px) {
  .about {
    padding: 60px 0 80px;
  }
  .about::before {
    width: 380px;
    height: 253px;
    top: -40px;
    left: calc(50% - 30px);
    background-size: 100% auto;
  }
  .about .sec-header .sec-ttl {
    margin-bottom: 15px;
  }
  .about .mechanism {
    margin: 35px 0 20px;
  }
  .about .mechanism .ttl-bg-grd {
    margin-bottom: 10px;
  }
  .about .mechanism .bg {
    padding: 35px 20px 45px;
    margin-bottom: 0;
  }
  .about .mechanism .step-wrap {
    max-width: 370px;
    margin: 0 auto 30px;
  }
  .about .mechanism .mechanism-step {
    margin-left: -10px;
    padding-right: 125px;
    font-size: 16px;
    position: relative;
    background: url("../img/icon_arrow_h.svg") no-repeat right 85px top 43px;
  }
  .about .mechanism .mechanism-step .icon {
    width: 100%;
    margin: 15px 0 20px;
  }
  .about .mechanism .mechanism-step .icon img {
    width: 150px;
    margin: 0 auto;
  }
  .about .mechanism .mechanism-step .label {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 18px;
    width: 70px;
    height: 70px;
    line-height: 67px;
    border-radius: 50%;
  }
  .about .mechanism .mechanism-step.step02 .icon img {
    width: 92px;
  }
  .about .mechanism .next {
    display: block;
    text-align: center;
    width: calc(100% - 150px);
    height: 67px;
    margin: 15px 0;
    padding: 10px 0;
    background: url("../img/about_04_h.svg") no-repeat center 0;
  }
  .about .mechanism .description {
    text-align: left;
    font-size: 15px;
  }
  .about .mechanism .description .fnt-l {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

.feature {
  padding: 120px 0;
}
.feature .sec-header .sec-ttl {
  margin-bottom: 60px;
}
.feature .feature-item {
  margin-bottom: 80px;
}
.feature .feature-item .item-ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  align-items: center;
}
.feature .feature-item .no {
  color: #005eac;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  margin-right: 20px;
}
.feature .feature-item .detail {
  color: #000;
  margin: 30px 0;
}
.feature .feature-item .points {
  background: #F2F8FC;
  color: #005eac;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 20px 5px;
  border-radius: 4px;
}
.feature .feature-item .points li {
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
.feature .feature-item .points li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2B96ED;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
.feature .examples {
  text-align: center;
  border: 1px solid #ddd;
  border-top: 6px solid #005eac;
  padding: 33px 30px 30px;
  margin: -40px 0 80px;
  font-weight: bold;
}
.feature .examples .examples-ttl {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 0 23px;
  font-size: 18px;
  font-weight: 600;
  color: #2B96ED;
}
.feature .examples .examples-ttl::before, .feature .examples .examples-ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  width: 18px;
  height: 1px;
  background: #2B96ED;
}
.feature .examples .examples-ttl::before {
  right: 0;
  transform: rotate(-45deg);
}
.feature .examples .examples-ttl::after {
  left: 0;
  transform: rotate(45deg);
}
.feature .examples .sec-subttl {
  font-size: 24px;
  margin: 5px 0 25px;
}
.feature .examples .examples-list {
  color: #005eac;
  font-size: 20px;
}
.feature .examples .examples-list .image {
  border-radius: 8px;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .feature {
    padding: 120px 0;
  }
  .feature::before, .feature::after {
    position: absolute;
    content: "";
    display: block;
  }
  .feature::before {
    width: 278px;
    height: 278px;
    top: 103px;
    right: calc(50% + 538px);
    background: url("../img/feature_bg01.svg") no-repeat 0 0;
  }
  .feature::after {
    width: 614px;
    height: 1040px;
    bottom: -50px;
    left: calc(50% + 254px);
    background: url("../img/feature_bg02.svg") no-repeat right 0;
    z-index: 0;
  }
  .feature .feature-item {
    justify-content: space-between;
  }
  .feature .feature-item .txt-wrap {
    width: 55.5%;
  }
  .feature .feature-item .image {
    width: 41.8%;
  }
  .feature .feature-item.item02 .txt-wrap {
    order: 2;
  }
  .feature .feature-item.item02 .image {
    order: 1;
    margin-top: 26px;
  }
  .feature .examples-list {
    gap: 2.4%;
  }
}
@media (max-width: 768px) {
  .feature {
    padding: 60px 0 1px;
  }
  .feature .sec-header .sec-ttl {
    margin-bottom: 15px;
  }
  .feature .feature-item {
    margin-bottom: 50px;
  }
  .feature .feature-item .item-ttl {
    font-size: 18px;
  }
  .feature .feature-item .no {
    font-size: 46px;
    margin-right: 15px;
  }
  .feature .feature-item .image {
    margin: 30px auto 0;
    width: 81%;
  }
  .feature .feature-item .image img {
    margin: 0 auto;
  }
  .feature .feature-item .detail {
    line-height: 1.8;
    margin-top: 20px;
  }
  .feature .feature-item .points {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .feature .feature-item .points li {
    line-height: 1.9;
    margin-bottom: 15px;
  }
  .feature .examples {
    border-top: 16px solid #005eac;
    padding: 40px 30px 30px;
    margin: -30px 0 40px;
    border-radius: 8px;
  }
  .feature .examples .examples-ttl {
    padding: 0 23px;
    font-size: 16px;
  }
  .feature .examples .examples-ttl::before, .feature .examples .examples-ttl::after {
    content: "";
    display: block;
    top: 10px;
  }
  .feature .examples .sec-subttl {
    font-size: 20px;
  }
  .feature .examples .examples-list {
    font-size: 18px;
  }
  .feature .examples .examples-list li {
    margin-bottom: 20px;
  }
  .feature .examples .examples-list .image img {
    margin: 0 auto 8px;
  }
}

.merit {
  padding: 100px 0 50px;
}
.merit .merit-item {
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin-bottom: 30px;
}
.merit .merit-item .image, .merit .merit-item .image img {
  border-radius: 8px 8px 0 0;
}
.merit .merit-item .txt-wrap {
  padding: 5px 15px 18px;
}
.merit .merit-item .item-header {
  padding: 10px;
  margin-bottom: 10px;
}
.merit .merit-item .item-ttl {
  color: #005eac;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.merit .merit-item .before-after {
  border-radius: 8px;
}
.merit .merit-item .before-after .ttl {
  border-radius: 8px;
  text-align: center;
  font-weight: 900;
  padding: 10px 10px 12px;
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.merit .merit-item .before, .merit .merit-item .after {
  line-height: 2;
}
.merit .merit-item .before .ttl {
  background: #fff;
}
.merit .merit-item .before::after {
  content: "";
  display: block;
  position: absolute;
}
.merit .merit-item .after {
  color: #005eac;
  background: #DDEAF5;
}
.merit .merit-item .after .ttl {
  color: #fff;
  background: linear-gradient(90deg, #005eac 15.38%, #1a8fef 100%);
}
.merit .target-info {
  color: #000;
}
.merit .target-info .ttl-bg-grd {
  margin: 30px 0 70px;
}
.merit .target-info .target-wrap {
  position: relative;
  background: #fff;
  border: 1px solid #005eac;
  border-top: 6px solid #005eac;
  border-radius: 0 0 8px 8px;
  padding: 45px 40px 40px;
  margin-bottom: 50px;
}
.merit .target-info .target-ttl {
  line-height: 1;
  background: #fff;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 22px;
  padding: 0 30px;
}
.merit .target-info .target-list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 12px;
}
.merit .target-info .target-list li {
  text-align: center;
  letter-spacing: 2px;
  border: 1px solid #005eac;
  padding: 3px 30px;
}
.merit .target-info .target-list.purpose {
  color: #005eac;
}
.merit .target-info .target-list.purpose li {
  border-radius: 20px;
}
.merit .target-info .target-list.industry li {
  padding-left: 60px;
  border-radius: 4px;
  border-color: #ddd;
  background-repeat: no-repeat;
  background-position: 15px 3px;
  background-size: 30px auto;
}
.merit .target-info .target-list .list01 {
  background-image: url("../img/merit_06.png");
}
.merit .target-info .target-list .list02 {
  background-image: url("../img/merit_07.png");
}
.merit .target-info .target-list .list03 {
  background-image: url("../img/merit_08.png");
}
.merit .target-info .target-list .list04 {
  background-image: url("../img/merit_09.png");
}
.merit .target-info .target-list .list05 {
  background-image: url("../img/merit_10.png");
}
.merit .target-info .target-list .list06 {
  background-image: url("../img/merit_11.png");
}
.merit .target-info .target-list .list07 {
  background-image: url("../img/merit_12.png");
}
.merit .target-info .target-list .list08 {
  background-image: url("../img/merit_13.png");
}
.merit .target-info .target-list .list09 {
  background-image: url("../img/merit_14.png");
}
.merit .target-info .target-list .list10 {
  background-image: url("../img/merit_15.png");
}
.merit .target-info .target-list .list11 {
  background-image: url("../img/merit_16.png");
}
.merit .target-info .target-list .list12 {
  background-image: url("../img/merit_17.png");
}
.merit .target-info .target-list .list13 {
  background-image: url("../img/merit_18.png");
}
.merit .target-info .target-list .list14 {
  background-image: url("../img/merit_19.png");
}
.merit .target-info .target-list .list15 {
  background-image: url("../img/merit_20.png");
}
.merit .target-info .target-list .list16 {
  background-image: url("../img/merit_21.png");
}
@media (min-width: 769px) {
  .merit {
    background: url("../img/merit_bg02.svg") no-repeat right 700px bottom;
  }
  .merit::before, .merit::after {
    position: absolute;
    content: "";
    display: block;
    background: url("../img/merit_bg01.svg") no-repeat 0 0;
  }
  .merit::before {
    width: 754px;
    height: 754px;
    top: 90px;
    right: calc(50% + 85px);
  }
  .merit::after {
    width: 490px;
    height: 490px;
    bottom: 530px;
    left: calc(50% + 390px);
    background-position: right 0;
    background-size: 100% auto;
  }
  .merit .merit-cases {
    gap: 4%;
    flex-wrap: wrap;
  }
  .merit .merit-item {
    width: 48%;
  }
  .merit .merit-item .before, .merit .merit-item .after {
    width: 45%;
  }
  .merit .merit-item .before-after {
    background: #DDEAF5;
    padding: 20px 12px;
    gap: 33px;
    font-size: 14px;
    gap: 33px;
    min-height: 202px;
  }
  .merit .merit-item .before {
    position: relative;
  }
  .merit .merit-item .before::after {
    content: "";
    display: block;
    position: absolute;
    right: -30px;
    top: 10px;
    width: 16px;
    height: 16px;
    background: url("../img/merit_05.svg") no-repeat 0 0;
  }
}
@media (max-width: 768px) {
  .merit {
    padding: 60px 0 1px;
  }
  .merit .sec-header .sec-ttl {
    margin-bottom: 30px;
  }
  .merit .merit-item {
    margin-bottom: 20px;
  }
  .merit .merit-item .image img {
    width: 100%;
  }
  .merit .merit-item .txt-wrap {
    padding: 5px 15px 18px;
  }
  .merit .merit-item .item-header {
    padding: 10px 0;
    font-size: 15px;
  }
  .merit .merit-item .item-ttl {
    font-size: 20px;
  }
  .merit .merit-item .before-after {
    font-size: 12px;
  }
  .merit .merit-item .before-after .ttl {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .merit .merit-item .before, .merit .merit-item .after {
    padding: 8px 8px 15px;
    border-radius: 8px;
  }
  .merit .merit-item .before p, .merit .merit-item .after p {
    padding: 0 5px;
  }
  .merit .merit-item .before {
    background: #EBEBEB;
    margin-bottom: 30px;
    position: relative;
  }
  .merit .merit-item .before::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 16px;
    height: 10px;
    background: url("../img/merit_05_h.svg") no-repeat 0 0;
  }
  .merit .target-info .ttl-bg-grd {
    margin: 10px 0 40px;
  }
  .merit .target-info .target-wrap {
    padding: 15px 13px;
    margin-bottom: 35px;
  }
  .merit .target-info .target-ttl {
    top: -15px;
    font-size: 18px;
  }
  .merit .target-info .target-list {
    gap: 8px 10px;
    justify-content: flex-start;
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .merit .target-info .target-list li {
    font-size: 11px;
    padding: 2px 15px;
  }
  .merit .target-info .target-list.purpose li {
    border-radius: 13px;
  }
  .merit .target-info .target-list.industry li {
    padding-left: 40px;
    border-radius: 4px;
    color: #005eac;
    border-color: #B9D6ED;
    background-position: 10px 1px;
    background-size: 20px auto;
  }
  .merit .target-info .target-list .list01 {
    background-image: url("../img/merit_06-b.png");
  }
  .merit .target-info .target-list .list02 {
    background-image: url("../img/merit_07-b.png");
  }
  .merit .target-info .target-list .list03 {
    background-image: url("../img/merit_08-b.png");
  }
  .merit .target-info .target-list .list04 {
    background-image: url("../img/merit_09-b.png");
  }
  .merit .target-info .target-list .list05 {
    background-image: url("../img/merit_10-b.png");
  }
  .merit .target-info .target-list .list06 {
    background-image: url("../img/merit_11-b.png");
  }
  .merit .target-info .target-list .list07 {
    background-image: url("../img/merit_12-b.png");
  }
  .merit .target-info .target-list .list08 {
    background-image: url("../img/merit_13-b.png");
  }
  .merit .target-info .target-list .list09 {
    background-image: url("../img/merit_14-b.png");
  }
  .merit .target-info .target-list .list10 {
    background-image: url("../img/merit_15-b.png");
  }
  .merit .target-info .target-list .list11 {
    background-image: url("../img/merit_16-b.png");
  }
  .merit .target-info .target-list .list12 {
    background-image: url("../img/merit_17-b.png");
  }
  .merit .target-info .target-list .list13 {
    background-image: url("../img/merit_18-b.png");
  }
  .merit .target-info .target-list .list14 {
    background-image: url("../img/merit_19-b.png");
  }
  .merit .target-info .target-list .list15 {
    background-image: url("../img/merit_20-b.png");
  }
  .merit .target-info .target-list .list16 {
    background-image: url("../img/merit_21-b.png");
  }
}

.service {
  padding: 85px 0 110px;
  background: #DDEAF5;
}
.service::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% + 240px);
  width: 642px;
  height: 407px;
  background: url("../img/service_bg.svg") no-repeat 0 0;
}
.service .function-list {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  flex-wrap: wrap;
  padding: 10px;
}
.service .function-list::before, .service .function-list::after {
  position: absolute;
  content: "";
  display: block;
  background: #D9D9D9;
}
.service .function-list::before {
  top: 50px;
  left: 50%;
  width: 1px;
  height: calc(100% - 100px);
}
.service .function-list::after {
  top: 50%;
  left: 50px;
  width: calc(100% - 100px);
  height: 1px;
}
.service .function-item .icon {
  padding: 2px 6px;
  background: #2693ED;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
.service .function-item .icon.contractor {
  background: #346995;
}
.service .function-item .item-ttl {
  color: #000;
  font-weight: bold;
  font-size: 22px;
  margin: 4px 0 8px;
}
.service .logo {
  z-index: 1;
}
@media (min-width: 769px) {
  .service .function-item {
    align-items: center;
    width: 50%;
    padding: 60px 30px 70px 35px;
  }
  .service .function-item .image {
    width: 110px;
  }
  .service .function-item .image img {
    width: 87px;
  }
  .service .function-item .txt-wrap {
    width: calc(100% - 110px);
  }
  .service .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .service .function-item .item-ttl .sp.tb {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .service {
    padding: 60px 0;
  }
  .service::before {
    left: calc(50% - 48px);
    width: 641px;
    height: 279px;
    background-size: 100% auto;
  }
  .service .l_inner {
    padding: 0;
  }
  .service .sec-header .sec-ttl {
    margin-bottom: 30px;
  }
  .service .function-list {
    flex-wrap: wrap;
    border-radius: 0px;
    font-size: 11px;
    padding-bottom: 30px;
  }
  .service .function-list::before {
    top: 25px;
    left: 50%;
    height: calc(100% - 50px);
  }
  .service .function-list::after {
    top: 50%;
    left: 25px;
    width: calc(100% - 50px);
  }
  .service .function-item {
    width: 50%;
    padding: 10px 10px 5px 15px;
  }
  .service .function-item .image img {
    margin: 10px auto 10px;
    width: 60px;
  }
  .service .function-item .icon {
    font-size: 8px;
    margin-right: 3px;
  }
  .service .function-item .item-ttl {
    font-size: 16px;
  }
  .service .logo {
    width: 100%;
  }
  .service .logo img {
    max-width: 80%;
    margin: 0 auto;
  }
}

.voice {
  padding: 85px 0 70px;
}
.voice .sec-header .sec-ttl {
  margin-bottom: 95px;
}
.voice .voice-item {
  justify-content: space-between;
  margin-bottom: 75px;
}
.voice .voice-item .image {
  width: 142px;
}
.voice .voice-item .name {
  font-size: 20px;
  color: #005eac;
  margin-bottom: 20px;
}
.voice .voice-item .balloon {
  width: calc(100% - 170px);
  position: relative;
  display: inline-block;
  padding: 30px 40px;
  border: 1px solid #d9d9d9;
  border-top: 6px solid #005eac;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
}
.voice .voice-item .balloon::before, .voice .voice-item .balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  translate: -100% -50%;
}
.voice .voice-item .balloon::before {
  border-width: 10px 20px 10px 0;
  border-color: transparent #d9d9d9 transparent transparent;
}
.voice .voice-item .balloon::after {
  border-width: 8.9px 17.8px 8.9px 0;
  border-color: transparent #ffffff transparent transparent;
}
.voice .voice-item.reverse .image {
  order: 2;
}
.voice .voice-item.reverse .balloon {
  order: 1;
}
.voice .voice-item.reverse .balloon::before, .voice .voice-item.reverse .balloon::after {
  translate: 100% -50%;
  left: auto;
  right: 0;
}
.voice .voice-item.reverse .balloon::before {
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #d9d9d9;
}
.voice .voice-item.reverse .balloon::after {
  border-width: 8.9px 0 8.9px 17.8px;
  border-color: transparent transparent transparent #ffffff;
}
.voice .video-library {
  text-align: center;
}
.voice .video-library a {
  display: inline-block;
}
@media (min-width: 769px) {
  .voice::before {
    position: absolute;
    content: "";
    display: block;
    width: 376px;
    height: 376px;
    bottom: 150px;
    right: calc(50% + 360px);
    background: url("../img/voice_bg.svg") no-repeat 0 0;
  }
}
@media (max-width: 768px) {
  .voice {
    padding: 60px 0;
  }
  .voice .sec-header .sec-ttl {
    margin-bottom: 30px;
  }
  .voice .voice-item {
    margin-bottom: 20px;
    align-items: center;
  }
  .voice .voice-item .image {
    width: 70px;
  }
  .voice .voice-item .name {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .voice .voice-item .balloon {
    font-size: 12px;
    width: calc(100% - 83px);
    padding: 18px 24px;
  }
  .voice .video-library img {
    max-width: 300px;
  }
}

.flow {
  padding-top: 65px;
  background: #DDEAF5;
}
.flow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% + 115px);
  width: 625px;
  height: 347px;
  background: url("../img/flow_bg.svg") no-repeat 0 0;
}
.flow .sec-header .sec-ttl {
  margin-bottom: 60px;
}
.flow .intro-txt {
  text-align: center;
  font-weight: 600;
  margin: 35px 0 80px;
  font-size: 24px;
  line-height: 1.8;
  font-weight: bold;
  color: #000;
}
.flow .flow-step {
  font-weight: 400;
  font-size: 14px;
}
.flow .flow-step .image img {
  margin: 0 auto 10px;
}
.flow .flow-step .step-ttl {
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
}
.flow .flow-step .step-ttl .num {
  font-size: 27px;
  color: #fff;
  background: #005eac;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow .flow-step .step-ttl .ttl {
  font-size: 20px;
  color: #000;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
.flow .flow-step .step-ttl .fnt-s {
  font-size: 16px;
}
.flow .bg {
  background: #fff;
  text-align: center;
  padding: 40px 0 110px;
  margin-top: 150px;
}
.flow .service-features {
  justify-content: center;
  gap: 36px;
  margin-top: -20px;
}
.flow .service-features li {
  text-align: center;
  letter-spacing: 2px;
  border: 1px solid #005eac;
  padding: 6px 36px 8px;
  color: #005eac;
  border-radius: 5px;
  font-size: 28px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .flow .step-wrap {
    justify-content: space-between;
  }
  .flow .flow-step {
    width: 30%;
    position: relative;
    justify-content: center;
  }
  .flow .flow-step::before {
    content: "";
    display: block;
    position: absolute;
    right: -34px;
    top: 180px;
    width: 40px;
    height: 24px;
    background: url("../img/icon_arrow_h.svg") no-repeat 0 0;
  }
  .flow .flow-step:last-child::before {
    display: none;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .flow .bg {
    text-align: center;
  }
  .flow .bg .intro-txt {
    display: inline-block;
  }
  .flow .service-features {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .flow {
    padding: 60px 0 0;
  }
  .flow::before {
    left: calc(50% + 37px);
    width: 358px;
    height: 199px;
    background-size: 100% auto;
  }
  .flow .sec-header .sec-ttl {
    margin-bottom: 30px;
  }
  .flow .intro-txt {
    text-align: left;
    margin: 35px 0 25px;
    font-size: 18px;
  }
  .flow .flow-step {
    padding-bottom: 55px;
    margin-bottom: 15px;
    background: url("../img/icon_arrow.svg") no-repeat center bottom;
  }
  .flow .flow-step .step-ttl {
    gap: 20px;
  }
  .flow .flow-step .step-ttl .ttl {
    text-align: left;
  }
  .flow .flow-step .image img {
    margin: 0 auto 10px;
  }
  .flow .flow-step .detail {
    padding: 0 10px;
  }
  .flow .flow-step:last-child {
    background: none;
  }
  .flow .bg {
    padding: 10px 0 40px;
    margin-top: 0;
  }
  .flow .service-features {
    gap: 15px;
    margin-top: 0;
    width: 100%;
    max-width: 375px;
  }
  .flow .service-features li {
    padding: 3px 3px 5px;
    border-radius: 3px;
    font-size: 11px;
    flex-grow: 1;
  }
}

/*# sourceMappingURL=style.css.map */
