/*
Theme Name: WordPress Theme Development
Theme URI: https://studio-benjamin.jp
Author: a8
Author URI: https://studio-benjamin.jp
Description: A Minimum Theme for WordPress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html {
  background: #fff;
  font-size: 10px;
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-size: 1.6rem;
}

.wrapper {
  width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .wrapper {
    width: 100%;
  }
}

.wrapper {
  padding-left: 21rem;
  padding-right: 21rem;
  max-width: 192rem;
  margin: 0 auto;
}
.wrapper > h2 {
  white-space: nowrap;
  font-size: 4rem;
  color: #0D5393;
  margin-bottom: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .wrapper > h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    white-space: normal;
  }
}
.wrapper > hr {
  width: 8rem;
  height: 0.25rem;
  background-color: #0D5393;
  border: none;
  margin-bottom: 5.3rem;
}
@media screen and (max-width: 768px) {
  .wrapper > hr {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
    max-width: 100vw;
  }
}

a {
  text-decoration: none;
  color: inherit;
}
a:visited {
  opacity: 0.5;
}

ul {
  font-family: "Noto Sans JP", sans-serif;
  list-style: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 9rem;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
    max-width: 100vw;
    padding-top: 6rem;
  }
}

img {
  max-width: 100%;
  object-fit: contain;
}

a.link-external {
  display: flex;
  align-items: center;
  gap: 2rem;
  background-color: #E5E5E5;
  border-radius: 3.5rem;
  padding: 1.5rem 1.8rem 1.1rem 5.1rem;
}
@media screen and (max-width: 768px) {
  a.link-external {
    padding: 1rem 1rem 1rem 2rem;
  }
}
a.link-external > img {
  position: relative;
  top: -0.1rem;
}

body.admin-bar .global-nav {
  top: 0;
}

.custom-select {
  position: relative;
  width: 100%;
  max-width: 80%;
}
.custom-select .cs-selected {
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.custom-select .cs-selected::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 0.6rem;
  background: url("/assets/img/common/arrow_down.svg") no-repeat center;
  background-size: contain;
}
.custom-select .cs-options {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  max-height: 240px;
  overflow-y: auto;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-select .cs-options li {
  padding: 0.8rem;
  cursor: pointer;
}
.custom-select .cs-options li.placeholder {
  color: #999;
  cursor: default;
}
.custom-select .cs-options li:hover {
  background: #f0f0f0;
}
.custom-select .custom-select.open .cs-options {
  display: block;
}

.global-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5.6rem;
  background: #fff;
  z-index: 120;
}
@media screen and (max-width: 768px) {
  .global-nav {
    height: 6rem;
    width: 100%;
    padding-left: 1.5rem;
  }
}
.global-nav .logo {
  cursor: pointer;
  width: 13.7rem;
  height: 4.7rem;
}
@media screen and (max-width: 768px) {
  .global-nav .logo {
    width: 10rem;
    height: 3.5rem;
  }
}
.global-nav .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.global-nav .links {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .global-nav .links {
    display: none;
  }
}
.global-nav .links .sitelinks {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .global-nav .links .sitelinks {
    display: none;
  }
}
.global-nav .links .sitelinks .dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-right: 1.5rem;
}
.global-nav .links .sitelinks .dropdown-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.6rem solid #555555;
}
.global-nav .links .sitelinks li:has(.sublinks) {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.global-nav .links .sitelinks li:has(.sublinks)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.4rem solid transparent;
  border-left: 0.4rem solid transparent;
  border-top: 0.7rem solid #333333;
  border-bottom: 0;
}
.global-nav .links .sitelinks li.has-submenu {
  position: relative;
}
.global-nav .links .sitelinks li.has-submenu:after {
  content: "";
  position: absolute;
  height: 1.25rem;
  bottom: -1.25rem;
  left: 0;
  width: 100%;
}
.global-nav .links .sitelinks li.has-submenu:hover > .mega-dropdown, .global-nav .links .sitelinks li.has-submenu .mega-dropdown:hover {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.global-nav .links .sitelinks .mega-dropdown {
  display: grid;
  position: fixed;
  top: 9rem;
  left: 0;
  right: 0;
  width: 100%;
  padding: 2.5rem 0;
  background: #0D5793;
  opacity: 0;
  transform: translateY(0.625rem);
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}
.global-nav .links .sitelinks .mega-dropdown::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: 0;
  width: 100%;
  height: 1.25rem;
}
.global-nav .links .sitelinks .mega-dropdown .dropdown-title {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.global-nav .links .sitelinks .mega-dropdown .inner-drop {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-nav .links .sitelinks .mega-dropdown .mega-menu {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  gap: 1rem 2rem;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.global-nav .links .sitelinks .mega-dropdown .mega-menu li {
  padding-left: 1.6rem;
  margin-bottom: 0;
}
.global-nav .links .sitelinks .mega-dropdown .mega-menu li a {
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.5rem 0;
  position: relative;
  padding-left: 1.5rem;
  display: inline-block;
}
.global-nav .links .sitelinks .mega-dropdown .mega-menu li a:hover {
  opacity: 0.8;
}
.global-nav .links .sitelinks .mega-dropdown .mega-menu li a:hover:after {
  width: 100%;
}
.global-nav .links .sitelinks .mega-dropdown .mega-menu li a::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  line-height: 1;
}
.global-nav .links .sitelinks .mega-dropdown .mega-menu li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.063rem;
  background-color: #fff;
  transition: width 0.3s;
}
.global-nav .links .cta {
  cursor: pointer;
  display: flex;
}
@media screen and (max-width: 768px) {
  .global-nav .links .cta {
    display: none;
  }
}
.global-nav .links .cta > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.8rem;
  height: 9rem;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}
.global-nav .links .cta .contact {
  background: #4DA1D8;
}
.global-nav .links .cta .consult {
  background: #5EA94A;
}
@media screen and (max-width: 768px) {
  .global-nav .hamburger-menu {
    display: block;
    width: 6rem;
    height: 6rem;
    background-color: #4DA1D8;
    border: none;
    position: relative;
    cursor: pointer;
    margin-left: 1rem;
    border-radius: 0;
    padding: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  .global-nav .hamburger-menu span {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 60%;
    height: 0.2rem;
    background-color: #fff;
    left: 20%;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .global-nav .hamburger-menu span:nth-child(1) {
    top: calc(50% - 1rem);
  }
}
@media screen and (max-width: 768px) {
  .global-nav .hamburger-menu span:nth-child(2) {
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .global-nav .hamburger-menu span:nth-child(3) {
    top: calc(50% + 1rem);
  }
}
@media screen and (max-width: 768px) {
  .global-nav .hamburger-menu.active span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .global-nav .hamburger-menu.active span:nth-child(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .global-nav .hamburger-menu.active span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
}

.filled-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 7.4rem;
  height: 6.6rem;
  border-radius: 3.3rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .filled-button {
    position: relative;
    padding: 1.2rem 5rem;
    font-size: 1.4rem;
    height: 4.4rem;
    z-index: 100;
  }
}
.filled-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.8rem;
  margin: auto;
  width: 1.2rem;
  height: 2.1rem;
  background: url("./assets/img/common/arrow.svg") no-repeat center center/contain;
}
.filled-button.blue {
  background: #4DA1D8;
}
.filled-button.green {
  background: #5EA94A;
}
.filled-button.invert.blue {
  background: #fff;
  color: #4DA1D8;
}
.filled-button.invert.blue::after {
  background-image: url("./assets/img/common/arrow_blue.svg");
}
.filled-button.invert.green {
  background: #fff;
  color: #5EA94A;
}
.filled-button.invert.green::after {
  background-image: url("./assets/img/common/arrow_green.svg");
}
.filled-button.invert.white {
  background: #fff;
  color: #0D5393;
}
.filled-button.invert.white::after {
  background-image: url("./assets/img/common/arrow_white.svg");
}

.lined-heading {
  color: #0D5393;
  margin-bottom: 4rem;
}
.lined-heading .before {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-weight: bold;
  font-size: 2rem;
}
.lined-heading .before::after {
  content: "";
  display: block;
  width: 10rem;
  height: 0.063rem;
  background: #0d5393;
}
.lined-heading .main {
  font-weight: bold;
  font-size: 5.2rem;
}
.lined-heading.white {
  color: #fff;
}
.lined-heading.white .before::after {
  background: #fff;
}

header.mv {
  position: relative;
  margin: 0 auto;
  padding-left: 19.2rem;
}
@media screen and (max-width: 768px) {
  header.mv {
    padding-left: 0;
    top: 0;
    height: 48rem;
  }
}
header.mv .bg {
  position: relative;
  height: 67.5rem;
  max-height: 67.5rem;
}
@media screen and (max-width: 768px) {
  header.mv .bg {
    height: 25.5rem;
  }
}
header.mv .bg img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-position: center top;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
@media screen and (max-width: 768px) {
  header.mv .bg img:first-child {
    object-position: 100% top;
  }
}
header.mv .bg img.active {
  opacity: 1;
}
header.mv .card {
  position: absolute;
  bottom: -5rem;
  left: 0;
  width: 86rem;
  height: 42rem;
  border-radius: 0 3rem 3rem 0;
  background: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  header.mv .card {
    position: relative;
    top: -3rem;
    width: 94%;
    height: 26rem;
    border-radius: 0 2rem 2rem 0;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1019607843);
    background: white;
    padding: 2rem 2rem 1rem 1rem;
  }
}
header.mv .card .content {
  height: 100%;
}
@media screen and (max-width: 768px) {
  header.mv .card .content {
    display: block;
    width: 100%;
  }
}
header.mv .card .content .slider {
  height: 100%;
}
@media screen and (max-width: 768px) {
  header.mv .card .content .slider {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
  }
}
header.mv .card .content .slider .slick-list {
  height: 34rem;
}
header.mv .card .content .slider .slick-track {
  height: 100%;
}
header.mv .card .content .slider .slide {
  height: 100%;
  padding: 8rem 0 0 9.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  header.mv .card .content .slider .slide {
    padding: 0 0 0 1rem;
    flex: 1;
  }
}
header.mv .card .content .slider .slide .leading {
  font-weight: 500;
  font-size: 1.95rem;
  color: #0020c3;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  header.mv .card .content .slider .slide .leading {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    width: auto;
    text-align: left;
  }
}
header.mv .card .content .slider .slide .main {
  font-size: 4.1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  header.mv .card .content .slider .slide .main {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
    width: auto;
    white-space: normal;
    text-align: left;
  }
}
header.mv .card .content .slider .slide .main span.blue {
  font-weight: bold;
  color: #0020c3;
}
header.mv .card .content .slider .slide .main span.small {
  font-size: 3.7rem;
}
@media screen and (max-width: 768px) {
  header.mv .card .content .slider .slide .main span.small {
    font-size: 1.6rem;
  }
}
header.mv .card .content .slider .slide .links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.8rem;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  header.mv .card .content .slider .slide .links {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    margin-top: 1rem;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  header.mv .card .content .slider .slide .links a {
    width: auto;
    min-width: 15rem;
    height: 4rem;
    border-radius: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    text-decoration: none;
    padding: 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  header.mv .card .content .slider .slide .links a:first-child {
    background: #4DA1D8;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  header.mv .card .content .slider .slide .links a:last-child {
    background: #5EA94A;
    color: #fff;
  }
}
header.mv .card .content .slider .slick-dots {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.2rem;
  height: 8rem;
  padding-right: 3.5rem;
}
@media screen and (max-width: 768px) {
  header.mv .card .content .slider .slick-dots {
    height: 2rem;
    padding-right: 2rem;
    justify-content: flex-end;
    gap: 0.8rem;
    margin-top: auto;
    padding-top: 0.2rem;
    margin-bottom: 0.5rem;
    width: 100%;
    position: relative;
  }
}
header.mv .card .content .slider .slick-dots > li {
  display: block;
  font-size: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #CFCFCF;
}
@media screen and (max-width: 768px) {
  header.mv .card .content .slider .slick-dots > li {
    width: 0.8rem;
    height: 0.8rem;
    background: #CFCFCF;
  }
}
header.mv .card .content .slider .slick-dots > li.slick-active {
  background: #0020C3;
}

.category-list {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.category-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.4rem;
  color: #fff;
  border: 0.063rem solid #B0BCD3;
  border-radius: 0.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .category-chip {
    font-size: 1.2rem;
  }
}

.arrow-circle {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: #fff url("./assets/img/common/arrow_primary.svg") center/0.8rem auto no-repeat;
}
.arrow-circle.invert {
  background: #0d5393 url("./assets/img/common/arrow.svg") center/0.8rem auto no-repeat;
}

.image-card {
  display: flex;
  flex-direction: column;
  height: 38rem;
  filter: drop-shadow(0 0.188rem 0.375rem rgba(0, 0, 0, 0.1490196078));
  border-radius: 3rem;
  overflow: hidden;
  color: #fff;
  background: #0d5393;
}
.image-card .img {
  flex-grow: 1;
  background: #cfcfcf;
}
.image-card .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-card .text {
  display: flex;
  flex-direction: column;
  padding: 3rem 4rem;
  height: 15.8rem;
  flex-shrink: 0;
}
.image-card .text .category-list {
  margin-bottom: 1rem;
}
.image-card .text .title {
  flex-grow: 1;
  font-weight: normal;
  font-size: 1.8rem;
}
.image-card .text .title > * {
  display: grid;
  grid-template-columns: 1fr 3.4rem;
  gap: 1rem;
  height: 100%;
}
.image-card .text .title > * .arrow-circle {
  align-self: end;
}
.image-card.dense {
  flex-direction: row;
  height: 12rem;
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
}
.image-card.dense .img {
  flex-grow: 0;
  width: 10rem;
  height: 10rem;
  border-radius: 1rem;
  overflow: hidden;
}
.image-card.dense .text {
  padding: 0 1rem 0 2rem;
  height: auto;
  flex-grow: 1;
}
.image-card.dense .text .title {
  font-size: 1.6rem;
  color: #0d5393;
}
.image-card.dense .text .title a {
  align-items: center;
}
.image-card.dense .text .title a .arrow-circle {
  align-self: center;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .global-footer,
  .page-footer {
    position: relative;
    overflow: hidden;
    background-color: #213F7C;
  }
}
.global-footer .contact,
.page-footer .contact {
  height: 38.3rem;
  background: linear-gradient(rgba(13, 83, 147, 0.2), rgba(13, 83, 147, 0.2)), url("./assets/img/common/contact_bg.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .global-footer .contact,
  .page-footer .contact {
    position: relative;
    z-index: 106;
    padding: 0;
    margin-bottom: 4rem;
    width: 100%;
  }
}
.global-footer .contact .wrapper,
.page-footer .contact .wrapper {
  height: 100%;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .global-footer .contact .wrapper,
  .page-footer .contact .wrapper {
    padding: 2rem 0.5rem;
    background-color: #213F7C;
  }
}
.global-footer .contact .methods,
.page-footer .contact .methods {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.global-footer .contact .methods > *,
.page-footer .contact .methods > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
  color: #fff;
  text-align: center;
}
.global-footer .contact .methods > * h3,
.page-footer .contact .methods > * h3 {
  font-weight: normal;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.global-footer .contact .methods > * p,
.page-footer .contact .methods > * p {
  margin-bottom: 3rem;
}
.global-footer .contact .methods .form,
.page-footer .contact .methods .form {
  background: #4DA1D8;
}
@media screen and (max-width: 768px) {
  .global-footer .contact .methods .form,
  .page-footer .contact .methods .form {
    position: relative;
    z-index: 110;
  }
}
.global-footer .contact .methods .consultation,
.page-footer .contact .methods .consultation {
  background: #5EA94A;
}
@media screen and (max-width: 768px) {
  .global-footer .contact .methods .consultation,
  .page-footer .contact .methods .consultation {
    position: relative;
    z-index: 110;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .contact::before,
  .page-footer .contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20.3rem;
    background: linear-gradient(rgba(13, 83, 147, 0.2), rgba(13, 83, 147, 0.2)), url("./assets/img/common/contact_bg_sp.jpg") center top/100% auto no-repeat;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .contact::after,
  .page-footer .contact::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
    background-color: transparent;
    z-index: 90;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .contact .methods,
  .global-footer .contact .contact-content,
  .page-footer .contact .methods,
  .page-footer .contact .contact-content {
    position: relative;
    z-index: 105;
    background-color: #4DA1D8;
    display: block;
    grid-template-columns: none;
    padding: 0 1.5rem;
    background-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .contact .contact-header,
  .page-footer .contact .contact-header {
    position: relative;
    background-size: 100% auto;
    background-position: center 30%;
    text-align: left;
    z-index: 105;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .contact .contact-header::before,
  .page-footer .contact .contact-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3019607843);
    z-index: 105;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .contact .lined-heading,
  .page-footer .contact .lined-heading {
    position: relative;
    z-index: 105;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .contact .lined-heading .main,
  .global-footer .contact h2.lined-heading .main,
  .global-footer .contact h2 .main,
  .page-footer .contact .lined-heading .main,
  .page-footer .contact h2.lined-heading .main,
  .page-footer .contact h2 .main {
    color: #fff;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .contact .lined-heading .before,
  .global-footer .contact h2.lined-heading .before,
  .global-footer .contact h2 .before,
  .page-footer .contact .lined-heading .before,
  .page-footer .contact h2.lined-heading .before,
  .page-footer .contact h2 .before {
    color: #fff;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .contact .inquiry-area,
  .global-footer .contact .methods > div:first-child,
  .page-footer .contact .inquiry-area,
  .page-footer .contact .methods > div:first-child {
    display: block;
    width: 100%;
    background-color: #4DA1D8;
    padding: 2rem 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .contact .inquiry-area h3,
  .global-footer .contact .methods > div:first-child h3,
  .page-footer .contact .inquiry-area h3,
  .page-footer .contact .methods > div:first-child h3 {
    font-size: 1.7rem;
    color: #fff;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .contact .inquiry-area p,
  .global-footer .contact .methods > div:first-child p,
  .page-footer .contact .inquiry-area p,
  .page-footer .contact .methods > div:first-child p {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 1rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .contact .online-area,
  .global-footer .contact .methods > div:last-child,
  .page-footer .contact .online-area,
  .page-footer .contact .methods > div:last-child {
    position: relative;
    z-index: 110;
    display: block;
    width: 100%;
    background-color: #6AB354;
    padding: 2rem 2rem;
    text-align: center;
    margin-bottom: 0.125rem;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .contact .online-area h3,
  .global-footer .contact .methods > div:last-child h3,
  .page-footer .contact .online-area h3,
  .page-footer .contact .methods > div:last-child h3 {
    font-size: 1.7rem;
    color: #fff;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .contact .online-area p,
  .global-footer .contact .methods > div:last-child p,
  .page-footer .contact .online-area p,
  .page-footer .contact .methods > div:last-child p {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 1rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .contact .footer-area,
  .page-footer .contact .footer-area {
    background-color: #1B4B8A;
    padding: 4rem 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .contact .footer-area .logo,
  .page-footer .contact .footer-area .logo {
    width: 15rem;
    margin: 0 auto 3rem;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .contact .footer-area .logo img,
  .page-footer .contact .footer-area .logo img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .contact .footer-area .footer-nav,
  .page-footer .contact .footer-area .footer-nav {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .contact .footer-area .footer-nav a,
  .page-footer .contact .footer-area .footer-nav a {
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
  }
}
.global-footer .footer-detail,
.page-footer .footer-detail {
  height: 40.2rem;
  background: url("./assets/img/common/footer_service_pc.webp") no-repeat center 18%/cover;
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail,
  .page-footer .footer-detail {
    margin-bottom: 5rem;
    background: url("./assets/img/common/footer_service_pc.webp") center top/120% 57% no-repeat;
    position: relative;
    z-index: 1;
    padding: 0;
    width: 100%;
  }
}
.global-footer .footer-detail .wrapper,
.page-footer .footer-detail .wrapper {
  height: 100%;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .wrapper,
  .page-footer .footer-detail .wrapper {
    padding: 2rem 1.8rem;
  }
}
.global-footer .footer-detail .easy-contact-prompt,
.page-footer .footer-detail .easy-contact-prompt {
  position: relative;
  top: -4.3rem;
  background-color: #fff;
  color: #0D5393;
  padding: 4rem 5rem;
  border-radius: 2rem;
  text-align: center;
  max-width: 84rem;
  margin: 0 auto;
  box-shadow: 0 0.313rem 1.25rem rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .easy-contact-prompt,
  .page-footer .footer-detail .easy-contact-prompt {
    top: 0;
    border-radius: 1rem;
    width: 100%;
    padding: 2rem 1.8rem;
    margin-bottom: 3.5rem;
  }
}
.global-footer .footer-detail .easy-contact-prompt::after,
.page-footer .footer-detail .easy-contact-prompt::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3rem 2.5rem 0 2.5rem;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(0 0.013rem rgba(0, 0, 0, 0.1019607843));
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .easy-contact-prompt::after,
  .page-footer .footer-detail .easy-contact-prompt::after {
    border-width: 1.5rem 1.25rem 0 1.25rem;
  }
}
.global-footer .footer-detail .easy-contact-prompt .prompt-title,
.page-footer .footer-detail .easy-contact-prompt .prompt-title {
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .easy-contact-prompt .prompt-title,
  .page-footer .footer-detail .easy-contact-prompt .prompt-title {
    font-size: 1.7rem;
  }
}
.global-footer .footer-detail .easy-contact-prompt .prompt-description,
.page-footer .footer-detail .easy-contact-prompt .prompt-description {
  font-size: 2.2rem;
  color: #0D5393;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .easy-contact-prompt .prompt-description,
  .page-footer .footer-detail .easy-contact-prompt .prompt-description {
    font-size: 0.9rem;
  }
}
.global-footer .footer-detail .methods,
.page-footer .footer-detail .methods {
  position: relative;
  top: -1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.global-footer .footer-detail .methods > *,
.page-footer .footer-detail .methods > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
  color: #fff;
  text-align: center;
}
.global-footer .footer-detail .methods > * h3,
.page-footer .footer-detail .methods > * h3 {
  font-weight: normal;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.global-footer .footer-detail .methods > * p,
.page-footer .footer-detail .methods > * p {
  margin-bottom: 3rem;
}
.global-footer .footer-detail .methods .form,
.page-footer .footer-detail .methods .form {
  background: #4DA1D8;
}
.global-footer .footer-detail .methods .consultation,
.page-footer .footer-detail .methods .consultation {
  background: #5EA94A;
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .methods,
  .page-footer .footer-detail .methods {
    position: relative;
    z-index: 110;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail::before,
  .page-footer .footer-detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("./assets/img/common/footer_service_sp.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail::after,
  .page-footer .footer-detail::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
    background-color: transparent;
    z-index: 90;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .methods,
  .global-footer .footer-detail .footer-detail-content,
  .page-footer .footer-detail .methods,
  .page-footer .footer-detail .footer-detail-content {
    background-color: #213F7C;
    display: block;
    grid-template-columns: none;
    padding: 0 0.3rem;
    background-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .foo-header,
  .page-footer .footer-detail .foo-header {
    position: relative;
    background-size: 100% auto;
    background-position: center 30%;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .foo-header::before,
  .page-footer .footer-detail .foo-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3019607843);
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .lined-heading,
  .page-footer .footer-detail .lined-heading {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .lined-heading .main,
  .global-footer .footer-detail h2.lined-heading .main,
  .global-footer .footer-detail h2 .main,
  .page-footer .footer-detail .lined-heading .main,
  .page-footer .footer-detail h2.lined-heading .main,
  .page-footer .footer-detail h2 .main {
    color: #fff;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .lined-heading .before,
  .global-footer .footer-detail h2.lined-heading .before,
  .global-footer .footer-detail h2 .before,
  .page-footer .footer-detail .lined-heading .before,
  .page-footer .footer-detail h2.lined-heading .before,
  .page-footer .footer-detail h2 .before {
    color: #fff;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .inquiry-area,
  .global-footer .footer-detail .methods > div:first-child,
  .page-footer .footer-detail .inquiry-area,
  .page-footer .footer-detail .methods > div:first-child {
    display: block;
    width: 100%;
    background-color: #4DA1D8;
    padding: 2rem 1rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .inquiry-area h3,
  .global-footer .footer-detail .methods > div:first-child h3,
  .page-footer .footer-detail .inquiry-area h3,
  .page-footer .footer-detail .methods > div:first-child h3 {
    font-size: 1.7rem;
    color: #fff;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .inquiry-area p,
  .global-footer .footer-detail .methods > div:first-child p,
  .page-footer .footer-detail .inquiry-area p,
  .page-footer .footer-detail .methods > div:first-child p {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .online-area,
  .global-footer .footer-detail .methods > div:last-child,
  .page-footer .footer-detail .online-area,
  .page-footer .footer-detail .methods > div:last-child {
    position: relative;
    z-index: 110;
    display: block;
    width: 100%;
    background-color: #6AB354;
    padding: 2rem 2rem;
    text-align: center;
    margin-bottom: 0.125rem;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .online-area h3,
  .global-footer .footer-detail .methods > div:last-child h3,
  .page-footer .footer-detail .online-area h3,
  .page-footer .footer-detail .methods > div:last-child h3 {
    font-size: 1.7rem;
    color: #fff;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .online-area p,
  .global-footer .footer-detail .methods > div:last-child p,
  .page-footer .footer-detail .online-area p,
  .page-footer .footer-detail .methods > div:last-child p {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 1rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .footer-area,
  .page-footer .footer-detail .footer-area {
    background-color: #1B4B8A;
    padding: 4rem 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .footer-area .logo,
  .page-footer .footer-detail .footer-area .logo {
    width: 15rem;
    margin: 0 auto 3rem;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .footer-area .logo img,
  .page-footer .footer-detail .footer-area .logo img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .footer-area .footer-nav,
  .page-footer .footer-detail .footer-area .footer-nav {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-detail .footer-area .footer-nav a,
  .page-footer .footer-detail .footer-area .footer-nav a {
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
  }
}
.global-footer > .main,
.page-footer > .main {
  padding-top: 21rem;
  background: #213F7C;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .global-footer > .main,
  .page-footer > .main {
    position: relative;
    z-index: 90;
    background: transparent;
    padding-top: 4rem;
    margin-top: 2rem;
  }
}
.global-footer > .main .wrapper,
.page-footer > .main .wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .global-footer > .main .wrapper,
  .page-footer > .main .wrapper {
    padding: 0 2rem;
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .global-footer > .main .marks,
  .page-footer > .main .marks {
    margin-bottom: 4rem;
  }
}
.global-footer > .main .marks img,
.page-footer > .main .marks img {
  display: block;
}
@media screen and (max-width: 768px) {
  .global-footer > .main .marks img,
  .page-footer > .main .marks img {
    max-width: 12rem;
  }
}
.global-footer > .main .marks .logo,
.page-footer > .main .marks .logo {
  width: 12rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .global-footer > .main .marks .logo,
  .page-footer > .main .marks .logo {
    max-width: 12rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .global-footer > .main .links,
  .page-footer > .main .links {
    width: 100%;
  }
}
.global-footer > .main .links .home,
.page-footer > .main .links .home {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .global-footer > .main .links .home,
  .page-footer > .main .links .home {
    margin-bottom: 2.5rem;
  }
}
.global-footer > .main .links .links-list,
.page-footer > .main .links .links-list {
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .global-footer > .main .links .links-list,
  .page-footer > .main .links .links-list {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .global-footer > .main .links .links-list .list,
  .page-footer > .main .links .links-list .list {
    margin-bottom: 2.5rem;
  }
}
.global-footer > .main .links .links-list .list h3,
.page-footer > .main .links .links-list .list h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .global-footer > .main .links .links-list .list h3,
  .page-footer > .main .links .links-list .list h3 {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    font-weight: normal;
  }
}
.global-footer > .main .links .links-list .list ul,
.page-footer > .main .links .links-list .list ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .global-footer > .main .links .links-list .list ul,
  .page-footer > .main .links .links-list .list ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
}
.global-footer > .main .links .links-list .list ul li,
.page-footer > .main .links .links-list .list ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .global-footer > .main .links .links-list .list ul li,
  .page-footer > .main .links .links-list .list ul li {
    padding-left: 1rem;
    margin-right: 4rem;
    position: relative;
  }
}
.global-footer > .main .links .links-list .list ul li::before,
.page-footer > .main .links .links-list .list ul li::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.063rem;
  background: #748BB8;
}
@media screen and (max-width: 768px) {
  .global-footer > .main .links .links-list .list ul li::before,
  .page-footer > .main .links .links-list .list ul li::before {
    content: "-";
    position: absolute;
    top: -0.5rem;
    left: 0;
    color: #fff;
    width: auto;
    height: auto;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .global-footer > .main .links .links-list .list ul li a,
  .page-footer > .main .links .links-list .list ul li a {
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
  }
}
.global-footer > .main .links .links-list .list:nth-child(2) > h3:nth-child(3),
.page-footer > .main .links .links-list .list:nth-child(2) > h3:nth-child(3) {
  margin-top: 1.5rem;
}
.global-footer > .main .links .links-list .list:nth-child(2) > h3:nth-child(5),
.page-footer > .main .links .links-list .list:nth-child(2) > h3:nth-child(5) {
  margin-top: 1.5rem;
}
.global-footer > .main .links .links-list .list:nth-child(3) > ul > li::before,
.page-footer > .main .links .links-list .list:nth-child(3) > ul > li::before {
  content: none;
}
.global-footer > .main .copyright,
.page-footer > .main .copyright {
  margin-top: 8rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 768px) {
  .global-footer > .main .copyright,
  .page-footer > .main .copyright {
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0;
    margin-top: 3rem;
  }
}
.global-footer > .main .copyright .wrapper,
.page-footer > .main .copyright .wrapper {
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 0.063rem solid #2B3E73;
}
@media screen and (max-width: 768px) {
  .global-footer > .main .copyright .wrapper,
  .page-footer > .main .copyright .wrapper {
    display: flex;
    align-items: center;
    min-height: 5rem;
    padding: 0 2rem;
    border-top: 0.063rem solid rgba(255, 255, 255, 0.1019607843);
  }
}
.global-footer > .main .copyright p,
.page-footer > .main .copyright p {
  font-size: 1.2rem;
  text-align: center;
  color: #b0bcd3;
}
@media screen and (max-width: 768px) {
  .global-footer > .main .copyright p,
  .page-footer > .main .copyright p {
    color: #fff;
    font-size: 1rem;
    margin: 0;
    padding: 1.5rem 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .global-footer::before,
  .page-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #213F7C;
    z-index: 0;
  }
}

@media screen and (max-width: 768px) {
  .drawer-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #4D96D0;
    z-index: 100;
    transition: right 0.3s ease;
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  .drawer-menu.active {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .drawer-menu .close-menu {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
    background: transparent;
    border: none;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .drawer-menu .close-menu span {
    display: block;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #fff;
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .drawer-menu .close-menu span:nth-child(1) {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .drawer-menu .close-menu span:nth-child(2) {
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .drawer-menu .drawer-nav {
    padding: 8rem 2rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .drawer-menu .drawer-nav .drawer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .drawer-menu .drawer-nav .drawer-menu-list li {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .drawer-menu .drawer-nav .drawer-menu-list li h2 {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .drawer-menu .drawer-nav .drawer-menu-list li a {
    color: #fff;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .drawer-menu .drawer-nav .drawer-menu-list li .submenu {
    list-style: none;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .drawer-menu .drawer-nav .drawer-menu-list li .submenu li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .drawer-menu .drawer-nav .drawer-menu-list li .submenu li::before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .drawer-menu .drawer-nav .drawer-menu-list li .submenu li a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .lined-heading .main {
    font-size: 2.8rem;
    color: #0D5393;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .lined-heading .before {
    font-size: 1rem;
    color: #0D5393;
    font-weight: bold;
  }
}

.flow-section {
  background-color: #E5F3FF;
  margin-top: 0;
  padding: 0;
}
.flow-section .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 192rem;
  padding: 9.1rem 54.5rem 0 54.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow-section .wrapper {
    padding: 3rem 1.8rem 0;
  }
}
.flow-section .wrapper > h2 {
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 768px) {
  .flow-section .wrapper > h2 {
    margin-bottom: 2rem;
  }
}
.flow-section .wrapper > hr {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .flow-section .wrapper > hr {
    margin-bottom: 3rem;
  }
}
.flow-section .wrapper ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .flow-section .wrapper ul {
    width: 100%;
  }
}
.flow-section .wrapper ul > li {
  position: relative;
  background-color: #fff;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  width: 83rem;
}
@media screen and (max-width: 768px) {
  .flow-section .wrapper ul > li {
    border-radius: 2rem;
    width: 100%;
    height: 7rem;
  }
}
.flow-section .wrapper ul > li:nth-child(2n) {
  justify-content: center;
  background: none;
  border: none;
  bottom: 0;
  color: #cccccc;
  margin: 0;
  line-height: 0;
}
.flow-section .wrapper ul > li:nth-child(2n) img {
  width: 6rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .flow-section .wrapper ul > li:nth-child(2n) img {
    width: 3rem;
    height: 2.5rem;
    margin-top: 0.5rem;
  }
}
.flow-section .wrapper ul > li:nth-child(2) {
  top: -1rem;
}
.flow-section .wrapper ul > li:nth-child(4) {
  top: -2rem;
}
.flow-section .wrapper ul > li:nth-child(6) {
  top: -3rem;
}
.flow-section .wrapper ul > li:nth-child(8) {
  top: -4rem;
}
.flow-section .wrapper ul > li:nth-child(10) {
  top: -5rem;
}
.flow-section .wrapper ul > li:nth-child(12) {
  top: -6rem;
}
.flow-section .wrapper ul > li .step-number {
  padding: 2.2rem 3.8rem 1.97rem 3.8rem;
  color: #fff;
  border-radius: 3rem 0 0 3rem;
  text-align: center;
  margin-right: 2.8rem;
}
@media screen and (max-width: 768px) {
  .flow-section .wrapper ul > li .step-number {
    padding: 1.5rem 2rem 1.5rem 2rem;
    border-radius: 2rem 0 0 2rem;
    margin-right: 1rem;
    height: 7rem;
  }
}
.flow-section .wrapper ul > li .step-number h3 {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 0.44rem;
  line-height: 1.2;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .flow-section .wrapper ul > li .step-number h3 {
    font-size: 1rem;
  }
}
.flow-section .wrapper ul > li .step-number h4 {
  display: block;
  font-size: 3.9rem;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .flow-section .wrapper ul > li .step-number h4 {
    font-size: 2rem;
  }
}
.flow-section .wrapper ul > li .icon {
  width: clamp(2rem, 10vw, 8rem);
  height: clamp(2rem, 10vw, 8rem);
  margin-right: 1.2rem;
}
.flow-section .wrapper ul > li .icon svg, .flow-section .wrapper ul > li .icon img {
  width: 100%;
  height: 100%;
}
.flow-section .wrapper ul > li .text {
  text-align: left;
}
.flow-section .wrapper ul > li .text h5 {
  font-size: 2rem;
  color: #0D5393;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .flow-section .wrapper ul > li .text h5 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
}
.flow-section .wrapper ul > li .text p {
  font-size: 1.6rem;
  white-space: nowrap;
  color: #0D5393;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .flow-section .wrapper ul > li .text p {
    font-size: 1.1rem;
    white-space: normal;
    margin-right: 1rem;
    line-height: 1.5;
  }
}
.flow-section .wrapper ul > li .text a {
  font-size: 1.6rem;
  white-space: nowrap;
  color: #0D5393;
  line-height: 1;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .flow-section .wrapper ul > li .text a {
    font-size: 1.1rem;
  }
}
.flow-section .wrapper ul > li:nth-child(1) .step-number {
  background-color: #42A7EA;
}
.flow-section .wrapper ul > li:nth-child(3) {
  top: -1rem;
}
.flow-section .wrapper ul > li:nth-child(3) .step-number {
  background-color: #2C91D4;
}
.flow-section .wrapper ul > li:nth-child(5) {
  top: -2rem;
}
.flow-section .wrapper ul > li:nth-child(5) .step-number {
  background-color: #2F84BD;
}
.flow-section .wrapper ul > li:nth-child(7) {
  top: -3rem;
}
.flow-section .wrapper ul > li:nth-child(7) .step-number {
  background-color: #1F70A6;
}
.flow-section .wrapper ul > li:nth-child(9) {
  top: -4rem;
}
.flow-section .wrapper ul > li:nth-child(9) .step-number {
  background-color: #115D90;
}
.flow-section .wrapper ul > li:nth-child(11) {
  top: -5rem;
}
.flow-section .wrapper ul > li:nth-child(11) .step-number {
  background-color: #104E78;
}
.flow-section .wrapper ul > li:nth-child(13) {
  top: -6rem;
}
.flow-section .wrapper ul > li:nth-child(13) .step-number {
  background-color: #073D61;
}

.header-service {
  margin: 0;
  background-color: #D6ECFF;
}
.header-service .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 192rem;
  max-height: 35rem;
  padding-top: 3rem;
  padding-bottom: 2.2rem;
}
@media screen and (max-width: 768px) {
  .header-service .wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    padding: 2rem 1.5rem 2rem;
    max-height: none;
  }
}
@media screen and (max-width: 768px) {
  .header-service .wrapper .text {
    width: 100%;
  }
}
.header-service .wrapper .text .service-tag {
  display: inline-flex;
  position: relative;
  align-items: center;
  background-color: #fff;
  color: #0D5393;
  padding: 1.6rem 2.2rem;
  border-radius: 3.4rem;
  font-weight: bold;
  margin-top: 4.6rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .header-service .wrapper .text .service-tag {
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding: 0.8rem 1.6rem;
    font-size: 1.2rem;
  }
}
.header-service .wrapper .text .service-tag img {
  width: 1.6rem;
  margin-right: 1.8rem;
}
.header-service .wrapper .text .service-tag .service-tag-text {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .header-service .wrapper .text .service-tag .service-tag-text {
    font-size: 1.3rem;
  }
}
.header-service .wrapper .text h1 {
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 8.2rem;
  line-height: 1.2;
  color: #333;
}
@media screen and (max-width: 768px) {
  .header-service .wrapper .text h1 {
    font-size: 2rem;
    margin-bottom: 2.2rem;
    line-height: 1.3;
  }
}
.header-service .wrapper .text .breadcrumb a, .header-service .wrapper .text .breadcrumb span {
  font-size: 1.4rem;
  color: #0D5393;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .header-service .wrapper .text .breadcrumb a, .header-service .wrapper .text .breadcrumb span {
    font-size: 1rem;
  }
}
.header-service .wrapper .text .breadcrumb a:hover {
  text-decoration: underline;
}
.header-service .wrapper .text .breadcrumb .arrow {
  display: inline-block;
  color: #0D5393;
  font-size: 1.2rem;
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .header-service .wrapper .text .breadcrumb .arrow {
    margin: 0 0.6rem;
  }
}
.header-service .wrapper .image {
  object-fit: cover;
  text-align: center;
  width: 55.7rem;
  height: 29rem;
}
.header-service .wrapper .image img {
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .header-service .wrapper .image img {
    width: 100%;
    height: auto;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .header-service .wrapper .image {
    width: 100%;
    height: auto;
  }
}

.subscription-overview,
.company-overview {
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.subscription-overview .wrapper,
.company-overview .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  padding: 9.1rem 31.8rem 5.5rem 31.8rem;
}
@media screen and (max-width: 768px) {
  .subscription-overview .wrapper,
  .company-overview .wrapper {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 3rem 1.8rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .subscription-overview .wrapper h2 > span,
  .company-overview .wrapper h2 > span {
    display: none;
  }
}
.subscription-overview .wrapper p,
.company-overview .wrapper p {
  margin: 0 auto 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .subscription-overview .wrapper p,
  .company-overview .wrapper p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.subscription-overview .wrapper p > span,
.company-overview .wrapper p > span {
  color: #0020C3;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .subscription-overview .wrapper p > span,
  .company-overview .wrapper p > span {
    font-size: 1.8rem;
  }
}
.subscription-overview .wrapper p:last-child,
.company-overview .wrapper p:last-child {
  margin-bottom: 0;
}

.features-section {
  background-color: #0D5393;
  padding: 3rem 2rem;
  margin: 0;
  padding: 0;
}
.features-section .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  max-width: 192rem;
  max-height: 951rem;
  margin: 0 auto;
  padding-top: 9.1rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .features-section .wrapper {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
.features-section .wrapper > h2 {
  margin-bottom: 3.3rem;
  color: #fff;
}
.features-section .wrapper > hr {
  background-color: #fff;
  margin-bottom: 14.4rem;
}
.features-section .wrapper ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14rem 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .features-section .wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.features-section .wrapper ul > li {
  position: relative;
  border: 0.1rem solid #7AB9F2;
  padding: 6.1rem 1.9rem 3.2rem 1.9rem;
  border-radius: 3rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .features-section .wrapper ul > li {
    padding: 5rem 1.4rem 2.5rem;
    border-radius: 2rem;
  }
}
.features-section .wrapper ul > li .feature-icon {
  position: absolute;
  transform: translateY(-110%);
  background-color: #fff;
  border-radius: 50%;
  border: 1rem solid #0D5393;
  width: 15rem;
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-section .wrapper ul > li .feature-icon img {
  width: 8rem;
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .features-section .wrapper ul > li .feature-icon img {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .features-section .wrapper ul > li .feature-icon {
    width: 11rem;
    height: 11rem;
    border-width: 0.8rem;
  }
}
.features-section .wrapper ul > li h3 {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 768px) {
  .features-section .wrapper ul > li h3 {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }
}
.features-section .wrapper ul > li p {
  position: relative;
  font-size: 1.6rem;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .features-section .wrapper ul > li p {
    font-size: 1.4rem;
  }
}

.long-term-support-section {
  background-color: #fff;
  margin: 0;
}
.long-term-support-section .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 9.1rem;
  padding-bottom: 7.9rem;
}
@media screen and (max-width: 768px) {
  .long-term-support-section .wrapper {
    flex-direction: column;
    align-items: center;
    padding: 3rem 1.8rem 6rem;
  }
}
.long-term-support-section .wrapper > h2 {
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 768px) {
  .long-term-support-section .wrapper > h2 {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.long-term-support-section .wrapper > hr {
  margin: 0 auto 5.5rem auto;
}
@media screen and (max-width: 768px) {
  .long-term-support-section .wrapper > hr {
    margin-bottom: 4rem;
  }
}
.long-term-support-section .wrapper .content {
  gap: 6rem;
}
.long-term-support-section .wrapper .content .image {
  position: absolute;
  width: 90rem;
  transform: translateX(-25.6%);
}
@media screen and (max-width: 768px) {
  .long-term-support-section .wrapper .content .image {
    position: relative;
    width: 100%;
    margin-bottom: 3rem;
    transform: translateX(-7%);
  }
}
.long-term-support-section .wrapper .content .image img {
  border-radius: 0 5rem 5rem 0;
}
.long-term-support-section .wrapper .content .text {
  width: 50%;
  transform: translateX(100%);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .long-term-support-section .wrapper .content .text {
    width: 100%;
    transform: none;
    text-align: center;
  }
}
.long-term-support-section .wrapper .content .text h3 {
  font-size: 1.9rem;
  color: #0D5393;
  font-weight: bold;
  margin-top: 0;
}
.long-term-support-section .wrapper .content .text p {
  font-size: 1.55rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 2.3rem;
}
.long-term-support-section .wrapper .content .text p:last-of-type {
  margin-bottom: 0;
}

.cost-reduction-section {
  padding: 0;
  background-color: #e9f5ff;
  margin-top: 0;
}
.cost-reduction-section .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  padding: 9.1rem 36rem 13rem 40.1rem;
}
@media screen and (max-width: 768px) {
  .cost-reduction-section .wrapper {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 3rem 1.8rem 6rem;
  }
}
.cost-reduction-section .wrapper > hr {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 768px) {
  .cost-reduction-section .wrapper > hr {
    margin-bottom: 16rem;
  }
}
.cost-reduction-section .wrapper .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15rem;
}
@media screen and (max-width: 768px) {
  .cost-reduction-section .wrapper .content {
    flex-direction: column;
    align-items: center;
  }
}
.cost-reduction-section .wrapper .content .image {
  display: flex;
  position: relative;
  flex: 0.85;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.cost-reduction-section .wrapper .content .image .central-circle-wrapper {
  border: 0.1rem solid #9ECBE9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  background: none;
}
@media screen and (max-width: 768px) {
  .cost-reduction-section .wrapper .content .image .central-circle-wrapper {
    width: 20rem;
    height: 20rem;
  }
}
.cost-reduction-section .wrapper .content .image .central-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35rem;
  height: 35rem;
  border-radius: 50%;
  background: radial-gradient(circle at top left, #99C5EC 0%, #65AFE5 50%, #2C97DD 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0.95;
}
@media screen and (max-width: 768px) {
  .cost-reduction-section .wrapper .content .image .central-circle {
    width: 17rem;
    height: 17rem;
  }
}
.cost-reduction-section .wrapper .content .image .central-circle .dmj-logo {
  position: relative;
  top: 0.5rem;
  left: 1.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cost-reduction-section .wrapper .content .image .central-circle .dmj-logo {
    top: 2rem;
    left: 1rem;
  }
}
.cost-reduction-section .wrapper .content .image .central-circle .dmj-logo img {
  height: 4rem;
  width: auto;
  margin: 0 0.3rem;
}
@media screen and (max-width: 768px) {
  .cost-reduction-section .wrapper .content .image .central-circle .dmj-logo img {
    height: 2.5rem;
  }
}
.cost-reduction-section .wrapper .content .image .central-circle p {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .cost-reduction-section .wrapper .content .image .central-circle p {
    margin-top: 2rem;
    font-size: 2.5rem;
  }
}
.cost-reduction-section .wrapper .content .image .central-circle .subsc-text {
  position: relative;
  top: -1.5rem;
}
@media screen and (max-width: 768px) {
  .cost-reduction-section .wrapper .content .image .central-circle .subsc-text {
    top: -1rem;
  }
}
.cost-reduction-section .wrapper .content .image .benefit-items-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  z-index: 4;
  transform-origin: center center;
  transform: translate(-110%, 30%);
  background: radial-gradient(circle at 0% 60%, #FFFFFF 0%, #FFFFFF 63%, #65bfec 100%);
}
@media screen and (max-width: 768px) {
  .cost-reduction-section .wrapper .content .image .benefit-items-wrapper {
    width: 10rem;
    height: 10rem;
  }
}
.cost-reduction-section .wrapper .content .image .benefit-items-wrapper .benefit-item {
  position: absolute;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #4DA1D8;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0.5rem;
  transform: center center;
  z-index: 5;
  background: radial-gradient(circle at 0% 70%, #FFFFFF 0%, #FFFFFF 58%, #9bf5f4 100%);
}
@media screen and (max-width: 768px) {
  .cost-reduction-section .wrapper .content .image .benefit-items-wrapper .benefit-item {
    width: 9rem;
    height: 9rem;
    font-size: 1.4rem;
  }
}
.cost-reduction-section .wrapper .content .image .benefit-items-wrapper:nth-child(2) {
  transform: translate(-70%, -100%);
  background: radial-gradient(circle at 15% 0%, #FFFFFF 0%, #FFFFFF 63%, #81d7f4 100%);
}
.cost-reduction-section .wrapper .content .image .benefit-items-wrapper:nth-child(2) .benefit-item {
  background: radial-gradient(circle at 15% 0%, #FFFFFF 0%, #FFFFFF 70%, #cffffd 100%);
}
.cost-reduction-section .wrapper .content .image .benefit-items-wrapper:nth-child(3) {
  transform: translate(70%, -100%);
  background: radial-gradient(circle at 85% 0%, #FFFFFF 0%, #FFFFFF 63%, #81d7f4 100%);
}
.cost-reduction-section .wrapper .content .image .benefit-items-wrapper:nth-child(3) .benefit-item {
  background: radial-gradient(circle at 95% 0%, #FFFFFF 0%, #FFFFFF 60%, #cffffd 100%);
}
.cost-reduction-section .wrapper .content .image .benefit-items-wrapper:nth-child(4) {
  transform: translate(110%, 30%);
  background: radial-gradient(circle at 85% 55%, #FFFFFF 0%, #FFFFFF 63%, #3cb5f6 100%);
}
.cost-reduction-section .wrapper .content .image .benefit-items-wrapper:nth-child(4) .benefit-item {
  background: radial-gradient(circle at 95% 65%, #FFFFFF 0%, #FFFFFF 50%, #b3edf2 100%);
}
.cost-reduction-section .wrapper .content .image .benefit-items-wrapper:nth-child(5) {
  transform: translate(0, 110%);
  background: radial-gradient(circle at 50% 100%, #FFFFFF 0%, #FFFFFF 63%, #2ca4e5 100%);
}
.cost-reduction-section .wrapper .content .image .benefit-items-wrapper:nth-child(5) .benefit-item {
  background: radial-gradient(circle at 50% 100%, #FFFFFF 0%, #FFFFFF 48%, #a0ebfa 100%);
}
.cost-reduction-section .wrapper .content .text {
  flex: 1.15;
  width: 120%;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #0D5393;
}
@media screen and (max-width: 768px) {
  .cost-reduction-section .wrapper .content .text {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 5rem;
  }
}
.cost-reduction-section .wrapper .content .text p {
  margin-bottom: 3rem;
}
.cost-reduction-section .wrapper .content .text p:last-child {
  margin-bottom: 0;
}
.cost-reduction-section .wrapper .content .text span {
  color: #0D5393;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .cost-reduction-section .wrapper .content .text span {
    font-size: 2rem;
  }
}

.operational-management-section {
  background-color: #0D5393;
  margin: 0;
  padding: 0;
}
.operational-management-section .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 9rem 21rem 8rem 21rem;
}
@media screen and (max-width: 768px) {
  .operational-management-section .wrapper {
    padding: 3rem 1.8rem 6rem;
  }
}
.operational-management-section .wrapper > h2 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .operational-management-section .wrapper > h2 {
    margin-bottom: 2rem;
  }
}
.operational-management-section .wrapper > hr {
  background-color: #fff;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 768px) {
  .operational-management-section .wrapper > hr {
    margin-bottom: 3rem;
  }
}
.operational-management-section .wrapper > p {
  color: #fff;
}
.operational-management-section .wrapper .description {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .operational-management-section .wrapper .description {
    font-size: 1.2rem;
  }
}
.operational-management-section .wrapper .options-pack {
  background-color: #fff;
  color: #333;
  border-radius: 3rem;
  padding: 3rem 0.7rem;
}
.operational-management-section .wrapper .options-pack h3 {
  font-size: 2.4rem;
  color: #0D5393;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .operational-management-section .wrapper .options-pack h3 {
    font-size: 1.8rem;
  }
}
.operational-management-section .wrapper .options-pack .options {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .operational-management-section .wrapper .options-pack .options {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.operational-management-section .wrapper .options-pack .options .item {
  text-align: center;
  border-right: 0.2rem solid rgba(182, 182, 182, 0.5019607843);
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .operational-management-section .wrapper .options-pack .options .item {
    border-bottom: 0.2rem solid rgba(182, 182, 182, 0.5019607843);
    border-right: none;
    padding-bottom: 2rem;
    margin: 0 1.8rem;
  }
}
.operational-management-section .wrapper .options-pack .options .item:last-child {
  border-right: none;
}
.operational-management-section .wrapper .options-pack .options .item .icon {
  margin-bottom: 1.5rem;
}
.operational-management-section .wrapper .options-pack .options .item .icon img {
  width: 10rem;
  height: 10rem;
}
@media screen and (max-width: 768px) {
  .operational-management-section .wrapper .options-pack .options .item .icon img {
    width: 8rem;
    height: 8rem;
  }
}
.operational-management-section .wrapper .options-pack .options .item h4 {
  font-size: 2rem;
  color: #0D5393;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .operational-management-section .wrapper .options-pack .options .item h4 {
    font-size: 1.6rem;
  }
}
.operational-management-section .wrapper .options-pack .options .item p {
  margin: 0 1.8rem;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #0D5393;
}
@media screen and (max-width: 768px) {
  .operational-management-section .wrapper .options-pack .options .item p {
    font-size: 1.2rem;
  }
}
.operational-management-section .wrapper .options-pack .note {
  font-size: 1.6rem;
  color: #0D5393;
  line-height: 1.6;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .operational-management-section .wrapper .options-pack .note {
    font-size: 1.2rem;
    margin: 0 1.8rem;
  }
}

.pricing-section {
  margin: 0;
  padding: 0;
}
.pricing-section .wrapper {
  display: flex;
  align-items: center;
  padding: 9rem 36rem 8rem 36rem;
  text-align: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .pricing-section .wrapper {
    padding: 3rem 1.8rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .pricing-section .wrapper > h2 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .pricing-section .wrapper > hr {
    margin-bottom: 3rem;
  }
}
.pricing-section .wrapper .header {
  background-color: #0D5393;
  color: #fff;
  padding: 3rem 1.5rem;
  border-radius: 2rem 2rem 0 0;
  margin: 0 auto;
  width: 100%;
}
.pricing-section .wrapper .header h3 {
  font-size: 2.1rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pricing-section .wrapper .header h3 {
    font-size: 1.6rem;
  }
}
.pricing-section .cards {
  display: flex;
  justify-content: space-between;
  gap: 0;
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.0509803922);
  max-width: 120rem;
  margin: 0 auto;
  padding: 3rem 2rem 2rem 2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pricing-section .cards {
    flex-direction: column;
    padding: 0 3rem 1rem;
    width: 100%;
    margin-bottom: 0;
  }
}
.pricing-section .cards .card {
  flex: 1;
  text-align: center;
  border-right: 0.1rem solid #B6B6B6;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .pricing-section .cards .card {
    padding: 1rem 0;
    flex: 0 0 100%;
    border-right: none;
    border-bottom: 0.063rem solid #e0e0e0;
  }
}
.pricing-section .cards .card:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .pricing-section .cards .card:last-child {
    border-bottom: none;
  }
}
.pricing-section .cards .card .title {
  font-size: 2.2rem;
  color: #0D5393;
  font-weight: bold;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-section .cards .card .body.wide .label {
  position: relative;
  top: 0.5rem;
}
.pricing-section .cards .card .body.wide .units {
  position: relative;
  top: 0.5rem;
}
.pricing-section .cards .card .body.wide .price {
  position: relative;
  top: 0.5rem;
}
.pricing-section .cards .card .body .label {
  display: inline-block;
  font-size: 1.7rem;
  color: #0D5393;
  border: 0.1rem solid #0D5393;
  border-radius: 1rem;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .pricing-section .cards .card .body .label {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.pricing-section .cards .card .body .units {
  font-size: 2.5rem;
  color: #0D5393;
  font-weight: 500;
  height: 3.5rem;
}
@media screen and (max-width: 768px) {
  .pricing-section .cards .card .body .units {
    font-size: 2rem;
  }
}
.pricing-section .cards .card .body .price {
  font-size: 5.2rem;
  color: #0D5393;
  margin: 0;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .pricing-section .cards .card .body .price {
    font-size: 3.6rem;
  }
}
.pricing-section .cards .card .body .price .price-unit {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pricing-section .cards .card .body .price .price-unit {
    font-size: 2rem;
  }
}

.solution-overview {
  background-image: url("./assets/img/service/bg_solution_intro.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.solution-overview .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 8rem 36rem 8rem 36rem;
}
@media screen and (max-width: 768px) {
  .solution-overview .wrapper {
    padding: 3rem 1.8rem 6rem;
  }
}
.solution-overview .wrapper .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.solution-overview .wrapper .title > h2 {
  font-size: 4rem;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 768px) {
  .solution-overview .wrapper .title > h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.solution-overview .wrapper .title > p {
  font-size: 4rem;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 768px) {
  .solution-overview .wrapper .title > p {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.solution-overview .wrapper .title > hr {
  width: 8rem;
  height: 0.25rem;
  background-color: #fff;
  margin-bottom: 5.3rem;
  border: none;
}
@media screen and (max-width: 768px) {
  .solution-overview .wrapper .title > hr {
    margin-bottom: 3rem;
  }
}
.solution-overview .wrapper .content {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .solution-overview .wrapper .content {
    font-size: 1.4rem;
  }
}
.solution-overview .wrapper .content p:not(:first-child) {
  margin-top: 2rem;
}

.content-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.content-list .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 9.2rem 36rem 20.2rem 36rem;
}
@media screen and (max-width: 768px) {
  .content-list .wrapper {
    padding: 3rem 1.8rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .content-list .wrapper > h2 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .content-list .wrapper > hr {
    margin-bottom: 3rem;
  }
}
.content-list .wrapper > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content-list .wrapper > ul > li {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .content-list .wrapper > ul > li {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 6rem;
  }
}
.content-list .wrapper > ul > li .text {
  flex: 1;
  text-align: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .content-list .wrapper > ul > li .text {
    font-size: 1.4rem;
  }
}
.content-list .wrapper > ul > li .text > h3 {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0D5393;
  margin-top: 0.7rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .content-list .wrapper > ul > li .text > h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.content-list .wrapper > ul > li .text > h3 > hr {
  margin-left: 2.2rem;
  width: 10rem;
  height: 0.2rem;
  background-color: #0D5393;
}
@media screen and (max-width: 768px) {
  .content-list .wrapper > ul > li .text > h3 > hr {
    margin-left: 1.8rem;
    width: 8rem;
  }
}
.content-list .wrapper > ul > li .text > p {
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .content-list .wrapper > ul > li .text > p {
    font-size: 1.4rem;
  }
}
.content-list .wrapper > ul > li .text > p > span {
  color: #4DA1D8;
  font-weight: bold;
}
.content-list .wrapper > ul > li .text > p:last-child {
  margin-bottom: 0;
}
.content-list .wrapper > ul > li .image {
  flex: 1;
}
.content-list .wrapper > ul > li .image img {
  position: relative;
  object-fit: cover;
  width: 57rem;
  height: 35.2rem;
  border-radius: 3rem;
  z-index: 98;
}
@media screen and (max-width: 768px) {
  .content-list .wrapper > ul > li .image img {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.content-list .wrapper > ul > li .image .background-square {
  position: absolute;
  transform: translate(4%, -88%);
  width: 120vw;
  max-width: 230rem;
  height: 35.2rem;
  background-color: #EDF5FB;
  border-radius: 3rem 0 0 3rem;
  z-index: 95;
}
@media screen and (max-width: 768px) {
  .content-list .wrapper > ul > li .image .background-square {
    width: 92%;
    height: 22rem;
  }
}
.content-list .wrapper > ul > li:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .content-list .wrapper > ul > li:nth-child(2n) {
    flex-direction: column;
  }
}
.content-list .wrapper > ul > li:nth-child(2n) .image .background-square {
  position: absolute;
  transform: translate(-77.5%, -88%);
  height: 35.2rem;
  background-color: #EDF5FB;
  border-radius: 0 3rem 3rem 0;
  z-index: 95;
}
@media screen and (max-width: 768px) {
  .content-list .wrapper > ul > li:nth-child(2n) .image .background-square {
    width: 92%;
    height: 22rem;
    transform: translate(-8%, -88%);
  }
}
.content-list .wrapper > ul > li:last-child {
  margin-bottom: 0;
}

.stats-cards {
  margin-top: 4rem;
  display: flex;
  gap: 4rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .stats-cards {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    margin-top: 2rem;
  }
}
.stats-cards .card {
  background: linear-gradient(to right, #81E140, #07A007);
  color: #fff;
  border-radius: 1.5rem;
  border: 0.1rem solid #fff;
  padding: 3rem 7rem 2rem 13rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 59rem;
  min-width: 18.75rem;
}
@media screen and (max-width: 768px) {
  .stats-cards .card {
    width: 100%;
    padding: 1rem 5rem 1rem;
    height: 9.5rem;
  }
}
.stats-cards .card.use-camera {
  padding: 1rem 1rem 2rem 4rem;
}
@media screen and (max-width: 768px) {
  .stats-cards .card.use-camera {
    padding: 1rem 2rem 1rem;
  }
}
.stats-cards .card .icon img {
  width: 9rem;
  height: 9rem;
}
@media screen and (max-width: 768px) {
  .stats-cards .card .icon img {
    width: 6rem;
    height: 6rem;
  }
}
.stats-cards .card .text {
  position: relative;
  top: -2.5rem;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .stats-cards .card .text {
    top: -1rem;
    font-size: 1.2rem;
  }
}
.stats-cards .card .text .number-1 {
  position: relative;
  font-size: 7rem;
  top: 4rem;
  margin: 0 0.3rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .stats-cards .card .text .number-1 {
    font-size: 4rem;
    top: 2rem;
  }
}
.stats-cards .card .text .ratio {
  position: relative;
  top: 4rem;
  left: 0rem;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .stats-cards .card .text .ratio {
    font-size: 1.8rem;
    top: 2rem;
  }
}
.stats-cards .card .text .label {
  display: block;
  position: relative;
  top: -1rem;
  font-weight: bold;
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .stats-cards .card .text .label {
    font-size: 1.8rem;
  }
}
.stats-cards .card .text.use-camera {
  position: relative;
  left: -0.2rem;
  top: -0.9rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .stats-cards .card .text.use-camera {
    font-size: 1.2rem;
    top: -0.5rem;
  }
}
.stats-cards .card .text.use-camera .number-2 {
  position: relative;
  top: 3.2rem;
  left: -0.65rem;
  font-size: 5.9rem;
  margin: 0 0 0 2rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .stats-cards .card .text.use-camera .number-2 {
    font-size: 2.5rem;
    top: 2rem;
    left: -2rem;
  }
}
.stats-cards .card .text.use-camera .count {
  position: absolute;
  top: 7rem;
  font-size: 2.1rem;
  right: -6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .stats-cards .card .text.use-camera .count {
    font-size: 1.2rem;
    top: 3.5rem;
    right: -2rem;
  }
}
.stats-cards .card .text.use-camera .label {
  display: block;
  position: relative;
  top: -0.5rem;
  font-weight: bold;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .stats-cards .card .text.use-camera .label {
    font-size: 1.6rem;
  }
}

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