@charset "UTF-8";
/* Google font Icon */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
.jost {
  font-family: "Jost";
  font-weight: 500;
  color: #333 !important;
  display: inline !important;
}
.jost--blue {
  color: #00489d !important;
}
.jost--white {
  color: #fff !important;
}

html {
  scroll-behavior: smooth;
}

body,
a {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
}
@media screen and (max-width: 1440px) {
  body,
  a {
    font-size: 16px;
  }
}

body.open {
  height: 100vh;
  overflow: hidden;
}

a {
  transition: all 0.4s;
}
a:hover {
  transition: all 0.4s;
  opacity: 0.7;
}

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

.pc_disp {
  display: block;
}
@media screen and (max-width: 599px) {
  .pc_disp {
    display: none;
  }
}

.tbw_disp {
  display: none;
}
@media screen and (max-width: 991px) {
  .tbw_disp {
    display: block;
  }
}

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

.sp_disp {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp_disp {
    display: block;
  }
}

.sp_s_disp {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_s_disp {
    display: block;
  }
}

.container {
  padding-block: 100px 85px;
  max-width: 1280px;
  margin-inline: auto;
}
.container--narrow {
  max-width: 1223px;
}
.container--narrow-b {
  max-width: 1100px;
}
.container--narrow-c {
  max-width: 1200px;
}
.container--wide {
  padding-block: 85px;
  max-width: 1300px;
  margin-inline: auto;
}
@media screen and (max-width: 1300px) {
  .container {
    padding-inline: 5%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-block: 70px;
  }
}
@media screen and (max-width: 599px) {
  .container {
    padding-block: 80px 60px;
  }
}

.common-subtitle {
  color: #00489d;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 599px) {
  .common-subtitle {
    font-size: 16px;
  }
}

.common-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .common-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 375px) {
  .common-title {
    font-size: 28px;
  }
}

.common-btn {
  border-radius: 50px;
  background: #ffde39;
  width: fit-content;
  padding: 21px 40px 21px 62px;
  display: flex;
  align-items: center;
  column-gap: 41px;
}
@media screen and (max-width: 599px) {
  .common-btn {
    padding-block: 15px;
    padding-inline: 47px 25px;
    column-gap: 15px;
  }
}
.common-btn p {
  color: #333;
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .common-btn p {
    font-size: 16px;
  }
}
.common-btn img {
  width: auto;
}

.common-banner {
  background: #00489d;
}
.common-banner__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .common-banner__content {
    padding-inline: 5%;
  }
}
@media screen and (max-width: 1300px) {
  .common-banner__content {
    padding-inline: 0;
  }
}
@media screen and (max-width: 1200px) {
  .common-banner__content {
    flex-direction: column;
    row-gap: 40px;
  }
}
.common-banner__br {
  display: none;
}
@media screen and (max-width: 660px) {
  .common-banner__br {
    display: block;
  }
}
.common-banner__text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .common-banner__text {
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .common-banner__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .common-banner__text {
    font-size: 14px;
  }
}
.common-banner__text__catch {
  padding-bottom: 2px;
  margin-left: 0;
}
@media screen and (max-width: 375px) {
  .common-banner__text__catch {
    padding-bottom: 1.5px;
  }
}
.common-banner__text__logo {
  margin-left: 8px;
  width: 180px;
}
@media screen and (max-width: 599px) {
  .common-banner__text__logo {
    width: 140px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 375px) {
  .common-banner__text__logo {
    width: 120px;
    margin-left: 2px;
  }
}
.common-banner__title {
  margin-top: 4px;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 4.32px;
}
@media screen and (max-width: 1400px) {
  .common-banner__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .common-banner__title {
    text-align: center;
    margin-top: 16px;
  }
}
@media screen and (max-width: 950px) {
  .common-banner__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 660px) {
  .common-banner__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .common-banner__title span {
    display: none;
  }
}
.common-banner .common-btn {
  height: fit-content;
}
@media screen and (max-width: 1200px) {
  .common-banner .common-btn {
    margin-inline: auto;
  }
}

.list,
.article {
  padding-top: 160px;
  padding-inline: 4%;
}
@media screen and (max-width: 768px) {
  .list,
  .article {
    padding-top: 140px;
  }
}
@media screen and (max-width: 599px) {
  .list,
  .article {
    padding-top: 120px;
  }
}

.related-entries {
  padding-inline: 4%;
}

.grecaptcha-badge {
  display: none;
}

.grecaptcha-logo {
  display: none;
}

.header-wrapper ul {
  list-style-type: none;
}

.header_title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.header_title-color {
  color: #00489d;
}

/* 初期状態で非表示にする */
.header-hidden {
  transform: translateY(-100px);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 1000;
}
@media screen and (max-width: 599px) {
  .header-hidden {
    transform: translateY(-65px);
  }
}
.header-hidden.show {
  transform: translateY(0); /* 画面に表示 */
}

/* ヘッダーが表示されるときに適用 */
.header-visible {
  transform: translateY(0);
  opacity: 1;
  display: block;
  position: relative;
  z-index: 100;
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #00489d;
}
.header-wrapper--transparent {
  background: #fff;
}
.header-wrapper--transparent li a {
  color: #00489d;
}
.header-wrapper--transparent .toggle-button-sp__hamburger span {
  background-color: #00489d;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-inline: 3.4% 0;
}
@media screen and (max-width: 1400px) {
  header {
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  header {
    height: 65px;
  }
}
header .logo {
  height: 100%;
  display: flex;
  align-items: center;
}
header .logo a {
  display: block;
  height: 72%;
}
header .logo img {
  width: auto;
  height: 100%;
}
header ul {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 2.5%;
  height: 100%;
}
@media screen and (max-width: 1300px) {
  header ul {
    column-gap: 2%;
  }
}
@media screen and (max-width: 1200px) {
  header ul {
    display: none;
  }
}
header ul li {
  height: fit-content;
}
header ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
header ul li a span {
  color: #000;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.96px;
}
header ul li .header-btn {
  padding: 0;
  width: 160px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  header ul li .header-btn {
    width: 148px;
  }
}
header ul li .header-btn p {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header ul li .header-btn__span1 {
  margin-bottom: 4px;
}
header ul li .header-btn__span2 {
  margin-top: 2px;
}
header ul li .header-btn--bpaas {
  background-color: #1ca2dd;
}
header ul li .header-btn--bpaas p {
  color: #fff;
}
header ul li .header-btn--bpaas p .header-btn__span2 {
  color: #fff;
}
header ul li .header-btn--consulting {
  background-color: #107bd6;
}
header ul li .header-btn--consulting p {
  color: #fff;
}
header ul li .header-btn--consulting p .header-btn__span2 {
  color: #fff;
}
header ul li .header-btn--contact {
  background-color: #ffde39;
}
header ul li .header-btn--contact p {
  color: #333333;
}
header ul li .header-btn--contact p .header-btn__span1 {
  color: #fff;
}
header ul .header-btn-li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
header .sp_header-btn {
  display: none;
}
@media screen and (max-width: 1200px) {
  header .sp_header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
header .sp_contact-btn {
  display: none;
}
@media screen and (max-width: 1200px) {
  header .sp_contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    aspect-ratio: 1/1;
    background-color: #ffde39;
    padding: 10px;
  }
}
header .sp_contact-btn img {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 599px) {
  header .sp_contact-btn img {
    height: 35px;
  }
}
header .toggle-button-sp {
  display: none;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  header .toggle-button-sp {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    aspect-ratio: 1/1;
  }
}
header .toggle-button-sp__hamburger {
  position: relative;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 599px) {
  header .toggle-button-sp__hamburger {
    width: 35px;
    height: 35px;
  }
}
header .toggle-button-sp__hamburger span {
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.4s;
}
header .toggle-button-sp__hamburger span:first-child {
  top: 20%;
}
header .toggle-button-sp__hamburger span:nth-child(2) {
  top: calc(50% - 1px);
}
header .toggle-button-sp__hamburger span:last-child {
  bottom: 20%;
}
header .toggle-button-sp.open span {
  transition: all 0.4s;
}
header .toggle-button-sp.open span:first-child {
  top: calc(50% - 1px);
  transform: rotateZ(45deg);
}
header .toggle-button-sp.open span:nth-child(2) {
  display: none;
}
header .toggle-button-sp.open span:last-child {
  top: calc(50% - 1px);
  transform: rotateZ(-45deg);
}

.header-menu {
  z-index: 20;
  position: fixed;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  max-height: 100%;
  background-color: #00489d;
  transition: all 0.4s;
  padding-top: 100px;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .header-menu {
    width: 70%;
    left: -70%;
  }
}
@media screen and (max-width: 599px) {
  .header-menu {
    padding-top: 75px;
  }
}
@media screen and (max-width: 375px) {
  .header-menu {
    padding-top: 49px;
  }
}
.header-menu li {
  margin-bottom: 55px;
  padding-left: 4%;
}
@media screen and (max-width: 599px) {
  .header-menu li {
    margin-bottom: 40px;
  }
}
.header-menu li .header-btn {
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  padding-left: 4%;
  padding-block: 32px;
}
.header-menu li .header-btn p {
  font-size: 20px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.header-menu li .header-btn__span1 {
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 4px;
  font-size: 12px;
  width: 100%;
}
.header-menu li .header-btn__span2 {
  display: block;
  margin-top: 2px;
  margin-left: 4px;
  font-size: 12px;
}
.header-menu li .header-btn--bpaas {
  background-color: #1ca2dd;
}
.header-menu li .header-btn--bpaas p {
  color: #fff;
}
.header-menu li .header-btn--bpaas p .header-btn__span2 {
  color: #fff;
}
.header-menu li .header-btn--consulting {
  background-color: #107bd6;
}
.header-menu li .header-btn--consulting p {
  color: #fff;
}
.header-menu li .header-btn--consulting p .header-btn__span2 {
  color: #fff;
}
.header-menu li .header-btn--contact {
  background-color: #ffde39;
}
.header-menu li .header-btn--contact p {
  color: #333333;
}
.header-menu li .header-btn--contact p .header-btn__span1 {
  color: #fff;
}
.header-menu .header-btn-li {
  padding-left: 0;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .header-menu .header-btn-li {
    margin-bottom: 0;
  }
}
.header-menu a {
  color: #fff;
  font-size: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 599px) {
  .header-menu a {
    font-size: 18px;
  }
}
.header-menu a span {
  display: block;
  color: #000;
  margin-left: 20px;
  font-size: 18px;
  margin-bottom: -1.5px;
}
@media screen and (max-width: 599px) {
  .header-menu a span {
    font-size: 14px;
    margin-left: 16px;
    margin-bottom: -1.1px;
  }
}
@media screen and (max-width: 599px) {
  .header-menu .common-btn {
    flex-direction: row;
    gap: 11px;
    padding: 15px 30px 15px 45px;
  }
  .header-menu .common-btn p {
    font-size: 18px;
  }
}
.header-menu.open {
  left: 0;
  transition: all 0.4s;
  z-index: 10000;
  font-weight: 700;
}
.header-menu.open ul {
  list-style-type: none;
  padding-left: 0px;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
}
.black-bg.open {
  opacity: 0.3;
  visibility: visible;
}

.header-wrapper ul,
.footer__right {
  list-style-type: none;
}

.footer-wrapper .footer {
  background-color: rgba(255, 255, 255, 0);
}

.footer-wrapper {
  background-color: #333;
  padding: 60px 12% 24px 12%;
}
@media screen and (max-width: 1300px) {
  .footer-wrapper {
    padding-inline: 5%;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper {
    padding-top: 55px;
  }
}

.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .footer__content {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 40px;
    margin-bottom: 70px;
  }
}
.footer__left {
  flex: 0 0 35%;
}
@media screen and (max-width: 991px) {
  .footer__left {
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  .footer__left {
    width: 80%;
  }
}
.footer__text {
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.44px;
  font-size: 16px;
  margin-top: 20px;
}
.footer__right {
  flex: 0 0 45%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
}
@media screen and (max-width: 900px) {
  .footer__right {
    flex-direction: column;
  }
}
.footer__right a {
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 250%;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 1440px) {
  .footer__right a {
    font-size: 14px;
  }
}
.footer .copyright {
  text-align: center;
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.44px;
}

.fv {
  background: url(../../assets/image/top/fv.png) no-repeat center center/cover;
  padding-block: 160px 70px;
  padding-inline: 13.333% 11%;
}
@media screen and (max-width: 1440px) {
  .fv {
    padding-inline: 8.333% 6%;
    padding-block: 140px 70px;
  }
}
@media screen and (max-width: 1024px) {
  .fv {
    padding-inline: 5%;
  }
}
@media screen and (max-width: 599px) {
  .fv {
    padding-top: 88px;
  }
}
.fv__content {
  display: flex;
  align-items: center;
  column-gap: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .fv__content {
    flex-direction: column;
    row-gap: 60px;
  }
}
.fv__string {
  flex: 0 0 62%;
}
.fv__heading {
  padding: 8px 4%;
  background: #fff;
  width: fit-content;
  color: #00489d;
  font-size: 1.5vw;
  font-weight: 900;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  .fv__heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .fv__heading {
    font-size: 14px;
  }
}
.fv__title {
  margin-block: 16px 28px;
  color: #fff;
  font-size: 2.8vw;
  font-weight: 900;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  .fv__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 599px) {
  .fv__title {
    font-size: 5.6vw;
  }
}
.fv__flex {
  display: flex;
  align-items: flex-end;
  column-gap: 3.5%;
}
@media screen and (max-width: 599px) {
  .fv__flex {
    column-gap: 2%;
  }
}
.fv__logo {
  max-width: 600px;
  width: 62%;
}
@media screen and (max-width: 991px) {
  .fv__logo {
    width: 60%;
  }
}
@media screen and (max-width: 400px) {
  .fv__logo {
    width: 55%;
  }
}
.fv__supplement {
  color: #fff;
  font-size: 1.82vw;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 5.76px;
  padding-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .fv__supplement {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 599px) {
  .fv__supplement {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .fv__supplement {
    font-size: 14px;
    padding-bottom: 3px;
  }
}
.fv__text {
  margin-block: 28px 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1440px) {
  .fv__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .fv__text {
    font-size: 16px;
  }
}
.fv__scroll {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  width: fit-content;
  margin-inline: auto;
}
.fv__scroll-text {
  color: #fff;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 599px) {
  .fv__scroll-text {
    font-size: 12px;
  }
}
.fv__scroll-btn img {
  width: 60px;
}
@media screen and (max-width: 599px) {
  .fv__scroll-btn img {
    width: 45px;
  }
}
.fv__img {
  flex: 0 0 36%;
}
.fv__hashtag {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .fv__hashtag {
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 450px) {
  .fv__hashtag {
    align-items: flex-start;
  }
}
.fv__hashtag p {
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 50px;
  background-color: #fff;
  color: #1ca2dd;
  font-weight: 900;
}
@media screen and (max-width: 599px) {
  .fv__hashtag p {
    font-size: 12px;
  }
}
.fv__site_title {
  color: #00489d;
  font-size: 48px;
  font-weight: 900;
  background-color: #fff;
  padding: 20px 80px;
}
@media screen and (max-width: 1200px) {
  .fv__site_title {
    font-size: 36px;
  }
}
@media screen and (max-width: 599px) {
  .fv__site_title {
    font-size: 24px;
    padding: 10px 20px;
  }
}
.fv__saas {
  background: url(../../assets/image/top/fv_saas.webp) no-repeat center center/cover;
}
.fv__saas .fv__heading {
  background: #333333;
  color: #fff;
}
.fv__saas .fv__title,
.fv__saas .fv__supplement,
.fv__saas .fv__text {
  color: #333333;
}
.fv__saas .fv__title span {
  color: #1ca2dd;
  margin-right: 8px;
}
@media screen and (max-width: 599px) {
  .fv__saas .fv__title span {
    margin-right: 4px;
  }
}
.fv__saas .fv__logo {
  width: 72%;
}
@media screen and (max-width: 599px) {
  .fv__saas .fv__logo {
    width: 80%;
  }
}
.fv__saas .fv__hashtag p {
  background-color: #1ca2dd;
  color: #fff;
}
.fv__saas .fv__scroll-text {
  color: #333;
}

.intro {
  background: url(../../assets/image/top/worry-bg.png) no-repeat center center/cover;
}
.intro__title {
  color: #00489d;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .intro__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .intro__title {
    font-size: 22px;
  }
}
.intro__content {
  margin-top: 60px;
  border-radius: 30px;
  background: #fff;
  box-shadow: -8px 8px 30px 0px rgba(0, 72, 157, 0.15);
  padding-block: 60px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 599px) {
  .intro__content {
    padding-top: 50px;
    margin-top: 45px;
  }
}
.intro__column {
  width: 33%;
  padding-inline: 4%;
}
@media screen and (max-width: 991px) {
  .intro__column {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .intro__column {
    width: 100%;
  }
}
.intro__column:nth-of-type(2) {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 991px) {
  .intro__column:nth-of-type(2) {
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 599px) {
  .intro__column:nth-of-type(2) {
    border-left: none;
    padding-top: 32px;
  }
}
@media screen and (max-width: 991px) {
  .intro__column:nth-of-type(1) {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 599px) {
  .intro__column:nth-of-type(1) {
    padding-top: 32px;
  }
}
@media screen and (max-width: 991px) {
  .intro__column:nth-of-type(3) {
    padding-top: 32px;
  }
}
.intro__heading {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #00489d;
  text-decoration: underline;
  margin-bottom: 32px;
}
.intro__string {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .intro__string {
    width: 70%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 500px) {
  .intro__string {
    width: 100%;
  }
}
.intro__string li {
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.intro__string--before li::before {
  content: "×";
  font-size: 12px;
  color: #fff;
  background-color: #333333;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  padding-bottom: 1px;
  flex-shrink: 0;
}
.intro__string--after span {
  color: #4d9feb;
}
.intro__string--after li::before {
  content: "";
  background: url(../../assets/image/top/intro_check.webp) no-repeat center center/contain;
  background-size: 12px;
  background-color: #4d9feb;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  padding-bottom: 1px;
  flex-shrink: 0;
}
.intro__img {
  width: 80px;
  height: auto;
  display: block;
  margin-inline: auto;
  margin-block: 12px 16px;
}
.intro__supplement {
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 599px) {
  .intro__supplement {
    width: 70%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 500px) {
  .intro__supplement {
    width: 100%;
  }
}

.worry {
  background: url(../../assets/image/top/worry-bg.png) no-repeat center center/cover;
}
.worry__title {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .worry__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .worry__title {
    font-size: 22px;
  }
}
.worry__title span {
  color: #00489d;
  font-size: 42px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.68px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .worry__title span {
    font-size: 34px;
  }
}
@media screen and (max-width: 400px) {
  .worry__title span {
    font-size: 32px;
  }
}
.worry__title span::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #205fa9;
  border-radius: 50%;
}
.worry__content {
  margin-top: 60px;
  border-radius: 30px;
  background: #fff;
  box-shadow: -8px 8px 30px 0px rgba(0, 72, 157, 0.15);
  padding-block: 60px 40px;
  padding-inline: 9.375% 14%;
}
@media screen and (max-width: 1024px) {
  .worry__content {
    padding-inline: 7%;
  }
}
@media screen and (max-width: 599px) {
  .worry__content {
    padding-top: 50px;
    margin-top: 45px;
  }
}
.worry__heading {
  color: #00489d;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .worry__heading {
    font-size: 22px;
  }
}
.worry__column {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .worry__column {
    flex-direction: column;
    row-gap: 60px;
    align-items: normal;
  }
}
@media screen and (max-width: 599px) {
  .worry__column {
    row-gap: 20px;
  }
}
.worry__img {
  flex: 0 0 41%;
}
.worry__img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .worry__img img {
    width: 65%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 599px) {
  .worry__img img {
    width: 80%;
  }
}
.worry__string {
  flex: 0 0 53%;
}
@media screen and (max-width: 1024px) {
  .worry__string {
    width: 65%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 599px) {
  .worry__string {
    width: 85%;
  }
}
.worry__list-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
  list-style: none;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 6px;
  margin-block: 12px 8px;
}
@media screen and (max-width: 1440px) {
  .worry__list-title {
    font-size: 18px;
  }
}
.worry__list-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 200%;
  list-style: none;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1440px) {
  .worry__list-text {
    font-size: 16px;
  }
}
.worry__list-text::before {
  font-family: "Material Icons";
  content: "\e5ca";
  color: #00489d; /*アイコン色*/
  font-size: 24px;
  margin-right: 6px;
}
@media screen and (max-width: 1440px) {
  .worry__list-text::before {
    font-size: 20px;
  }
}

.support {
  background: url(../../assets/image/top/support-bg.png) no-repeat center center/cover;
}
.support__title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.56px;
}
@media screen and (max-width: 1080px) {
  .support__title .support_br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .support__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .support__title {
    font-size: 22px;
  }
}
.support__title span {
  color: #ffde39;
}
.support__content {
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .support__content {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}
.support__string {
  flex: 0 0 45.5%;
}
.support__heading {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .support__heading {
    font-size: 20px;
  }
}
.support__logo {
  margin-block: 12px 6px;
  max-width: 600px;
  width: 60%;
}
@media screen and (max-width: 599px) {
  .support__logo {
    width: 80%;
  }
}
@media screen and (max-width: 400px) {
  .support__logo {
    width: 90%;
  }
}
.support__logo_text {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .support__logo_text {
    font-size: 48px;
  }
}
.support__supplement {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-top: 24px;
}
.support__text {
  margin-top: 10px;
  color: #fff;
  font-weight: 400;
  line-height: normal;
}
.support__img {
  flex: 0 0 44.5%;
}

.point__explanation {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
}
.point__explanation span {
  color: #1ca2dd;
  margin-inline: 2.5px;
}
@media screen and (max-width: 599px) {
  .point__explanation span {
    margin-block: 12px;
    font-size: 24px;
    display: block;
  }
}
.point__content {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .point__content {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .point__content {
    margin-top: 45px;
  }
}
.point__column {
  flex: 0 0 31.75%;
  border-radius: 10px;
  background: #fff;
  box-shadow: -4px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1200px) {
  .point__column {
    flex: 0 0 48%;
  }
}
@media screen and (max-width: 660px) {
  .point__column {
    flex: 0 0 100%;
  }
}
.point__top {
  padding-block: 32px;
  border-radius: 10px 10px 0px 0px;
  background: #00489d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}
@media screen and (max-width: 1300px) {
  .point__top {
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .point__top {
    padding-block: 24px;
  }
}
.point__top-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .point__top-title {
    font-size: 28px;
  }
}
.point__img {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 660px) {
  .point__img {
    height: auto;
  }
}
.point__img img {
  width: 100px;
}
@media screen and (max-width: 599px) {
  .point__img img {
    width: 70%;
    margin-inline: auto;
  }
}
.point__under {
  padding: 30px 10% 30px;
}
.point__subtitle {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.point__strong {
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  color: #1ca2dd;
  margin-block: 12px;
}
.point__strong span {
  font-size: 80px;
  margin-right: 4px;
  font-family: "DIN Alternate";
}
@media screen and (max-width: 1400px) {
  .point__strong span {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .point__strong span {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .point__strong span {
    font-size: 42px;
  }
}
@media screen and (max-width: 599px) {
  .point__strong span {
    font-size: 55px;
  }
}
.point__text {
  list-style: disc;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
.point__text:last-child {
  margin-bottom: 0;
}

.feature {
  background: #ebf4ff;
}
.feature__column {
  margin-top: 30px;
  border-radius: 30px;
  background: #fff;
  box-shadow: -4px 4px 20px 0px rgba(0, 0, 0, 0.15);
  padding-inline: 6.1538% 4.769%;
  aspect-ratio: 4.1/1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .feature__column {
    flex-direction: column;
    row-gap: 20px;
    padding-block: 30px;
    padding-inline: 5%;
  }
}
@media screen and (max-width: 599px) {
  .feature__column {
    aspect-ratio: auto;
  }
}
.feature__column--top {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .feature__column--top {
    margin-top: 45px;
  }
}
.feature__img {
  flex: 0 0 24.2%;
}
@media screen and (max-width: 1200px) {
  .feature__img {
    flex: 0 0 20%;
  }
}
.feature__img img {
  width: auto;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .feature__img img {
    width: 80%;
  }
}
.feature__titles {
  flex: 0 0 20%;
}
@media screen and (max-width: 1200px) {
  .feature__titles {
    flex: 0 0 24.2%;
  }
}
.feature__big {
  color: #00489d;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  .feature__big {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .feature__big {
    font-size: 22px;
  }
}
.feature__small {
  color: #00489d;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 599px) {
  .feature__small {
    font-size: 14px;
  }
}
.feature__text {
  flex: 0 0 50.35%;
}
.feature__container {
  padding: 60px 4%;
}
@media screen and (max-width: 599px) {
  .feature__container {
    padding: 20px 4% 60px 4%;
  }
}
.feature__under {
  width: 83.84%;
  margin-inline: auto;
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .feature__under {
    flex-direction: column;
    row-gap: 0px;
  }
}
@media screen and (max-width: 599px) {
  .feature__under {
    margin-top: 20px;
    row-gap: 0;
  }
}
.feature__under-img {
  flex: 0 0 36.7%;
}
.feature__under-string {
  flex: 0 0 55%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .feature__under-string {
    margin-top: -60px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .feature__under-string {
    margin-bottom: 0;
    margin-top: -30px;
  }
}
.feature__under-string::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64%;
  height: auto;
  aspect-ratio: 1.5/1;
  z-index: -1;
  background: url(../../assets/image/top/feature-cloud.png) no-repeat center center/contain;
}
@media screen and (max-width: 1024px) {
  .feature__under-string::before {
    width: 50%;
    display: none;
  }
}
.feature__under-title {
  color: #000;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 1400px) {
  .feature__under-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .feature__under-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .feature__under-title {
    font-size: 24px;
  }
}
.feature__under-title span {
  color: #00489d;
}
.feature__under-title br {
  display: none;
}
@media screen and (max-width: 599px) {
  .feature__under-title br {
    display: block;
  }
}
.feature__under-text {
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.scope__img {
  margin-top: 50px;
}
.scope__img img {
  width: 60%;
  max-width: 804px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .scope__img img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .scope__img img {
    width: 100%;
  }
}
.scope__text {
  display: none;
}
@media screen and (max-width: 660px) {
  .scope__text {
    display: block;
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .scope__text {
    font-size: 12px;
    margin-top: 15px;
  }
}

.flow .container {
  padding-top: 40px;
}
.flow__text {
  margin-top: 30px;
  text-align: center;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .flow__text {
    margin-top: 20px;
  }
}
.flow__img {
  margin-block: 70px 35px;
}
@media screen and (max-width: 660px) {
  .flow__img {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .flow__img {
    margin-top: 50px;
  }
}
.flow__img img {
  width: 60%;
  max-width: 966px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .flow__img img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .flow__img img {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .flow__img img {
    min-width: 600px;
  }
}

.feature-flow img {
  width: 80%;
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
  .feature-flow img {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .feature-flow img {
    min-width: 800px;
  }
}

.feature-saas {
  background: url(../../assets/image/top/worry-bg.png) no-repeat center center/cover;
  background-color: rgba(227, 240, 255, 0.231372549);
}
.feature-saas__wrap {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .feature-saas__wrap {
    margin-top: 40px;
  }
}
.feature-saas__wrap ul {
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  padding: 60px 8% 44px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 599px) {
  .feature-saas__wrap ul {
    padding: 40px 6% 24px;
  }
}
.feature-saas__wrap ul li {
  margin-bottom: 16px;
}
.feature-saas__wrap ul li p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.feature-saas__wrap ul li span {
  font-size: 14px;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: right;
  margin-right: 16px;
  color: #00489d;
  background-color: #fff;
  border: 2px solid #00489d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-family: "Albert Sans", sans-serif;
  border-radius: 100px;
}
@media screen and (max-width: 599px) {
  .feature-saas__wrap ul li span {
    font-size: 12px;
    width: 28px;
    height: 28px;
    padding-top: 1.5px;
  }
}
@media screen and (max-width: 450px) {
  .feature-saas__wrap ul li span {
    display: none;
  }
}
.feature-saas__wrap ul li a {
  font-size: 18px;
  text-decoration: underline;
  color: #00489d;
  display: inline-block;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .feature-saas__wrap ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  .feature-saas__wrap ul li a {
    font-size: 14px;
  }
}

.function {
  background: #ebf4ff;
}
.function__content {
  margin-block: 60px 15px;
  display: flex;
  justify-content: center;
  column-gap: 5%;
  row-gap: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .function__content {
    row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .function__content {
    column-gap: 3%;
  }
}
@media screen and (max-width: 599px) {
  .function__content {
    margin-top: 45px;
    width: 340px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 375px) {
  .function__content {
    width: 100%;
  }
}
.function__column {
  flex: 0 0 30%;
  border-radius: 10px;
  background: #fff;
  box-shadow: -4px 4px 20px 0px rgba(0, 0, 0, 0.15);
  min-height: 320px;
}
@media screen and (max-width: 900px) {
  .function__column {
    flex: 0 0 47.5%;
  }
}
@media screen and (max-width: 768px) {
  .function__column {
    flex: 0 0 48.5%;
  }
}
@media screen and (max-width: 599px) {
  .function__column {
    flex: 0 0 100%;
    min-height: auto;
  }
}
.function__top {
  border-radius: 10px 10px 0px 0px;
  background: #00489d;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  padding-block: 30px;
}
.function__img img {
  width: 28px;
}
.function__heading {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  .function__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .function__heading {
    font-size: 20px;
  }
}
.function__under {
  padding: 30px 10% 40px;
}
@media screen and (max-width: 768px) {
  .function__under {
    padding-block: 30px;
  }
}
@media screen and (max-width: 599px) {
  .function__under {
    padding-block: 25px;
  }
}
.function__text {
  list-style: disc;
  font-weight: 400;
  line-height: normal;
  margin-left: 20px;
}
.function__btn {
  display: block;
  margin-top: 60px;
  font-size: 20px;
  padding: 20px 80px;
  background-color: #00489d;
  color: #fff;
  font-weight: 700;
  margin-inline: auto;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .function__btn {
    font-size: 18px;
  }
}

.other-function {
  background-color: #f9f9f9;
}
.other-function .container {
  max-width: 1400px;
}
.other-function__wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
}
.other-function__column {
  box-shadow: -4px 4px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 32px 4%;
  width: 420px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .other-function__column {
    width: 360px;
    padding: 32px 2%;
  }
}
@media screen and (max-width: 1200px) {
  .other-function__column {
    padding: 32px 4%;
  }
}
.other-function__column h3 {
  text-align: center;
  color: #00489d;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 12px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .other-function__column h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .other-function__column h3 {
    font-size: 20px;
  }
}
.other-function__column h3::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.other-function__column p {
  margin-block: 20px;
}
.other-function__column img {
  max-height: 140px;
  width: auto;
  flex-shrink: 0;
}
.other-function__column a {
  display: block;
  margin-top: 20px;
  width: 280px;
  padding-block: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #00489d;
  border: 1px solid #00489d;
  border-radius: 10px;
  padding-left: 60px;
  position: relative;
  cursor: pointer;
}
.other-function__column a::before {
  content: "";
  background: url(../../assets/image/top/other-function_btn.webp) no-repeat center center/contain;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.other-function__popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-height: 90vh;
  background-color: #fff;
  box-shadow: -4px 4px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 32px 4%;
  overflow-y: auto;
}
@media screen and (max-width: 1440px) {
  .other-function__popup {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .other-function__popup {
    width: 90%;
  }
}
.other-function__popup.open {
  display: block;
  z-index: 100000;
}
@media screen and (max-width: 660px) {
  .other-function__popup__img {
    overflow-x: auto;
  }
}
.other-function__popup img {
  width: 100%;
  height: auto;
  max-height: fit-content;
}
@media screen and (max-width: 660px) {
  .other-function__popup img {
    width: 600px;
    max-width: 600px;
  }
}
.other-function__popup__close {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: -8px;
  right: 14px;
  color: #dbdbdb;
  cursor: pointer;
}

.overlay {
  content: "";
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.15);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  display: none;
}
.overlay.active {
  display: block;
}

.explain__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .explain__content {
    flex-direction: column;
  }
}
.explain__string {
  flex: 0 0 47%;
  background: #fff;
  box-shadow: -4px 4px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 60px 3.7%;
  padding-right: 3%;
}
.explain__title {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.92px;
  margin-bottom: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .explain__title {
    font-size: 22px;
    white-space: wrap;
    text-align: center;
  }
}
.explain__title .sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .explain__title .sp {
    display: block;
  }
}
.explain__text {
  color: #000;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: 1.44px;
}
.explain__img {
  flex: 0 0 47%;
}
@media screen and (max-width: 1300px) {
  .explain__img {
    margin-top: -60px;
  }
}

.price__explanation {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
}
.price__table {
  margin-top: 64px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
@media screen and (max-width: 599px) {
  .price__table {
    margin-top: 45px;
  }
}
.price__table th,
.price__table td {
  width: 50%;
  padding-block: 38px;
  text-align: center;
  color: #00489d;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
}
@media screen and (max-width: 660px) {
  .price__table th,
  .price__table td {
    align-items: center;
    font-size: 18px;
    padding-block: 25px;
  }
}
@media screen and (max-width: 450px) {
  .price__table th,
  .price__table td {
    font-size: 16px;
  }
}
.price__table th {
  background: #00489d;
  color: #fff;
}
.price__table .thin {
  background: #f6fafe;
  color: #00489d;
}
@media screen and (max-width: 400px) {
  .price__table .thin {
    white-space: nowrap;
  }
}
.price__table td {
  letter-spacing: 0.66px;
}
.price__table td span {
  font-family: "DIN Alternate";
  font-size: 36px;
  letter-spacing: 1.08px;
}
@media screen and (max-width: 660px) {
  .price__table td span {
    font-size: 32px;
  }
}
.price__table td br {
  display: none;
}
@media screen and (max-width: 599px) {
  .price__table td br {
    display: block;
  }
}
.price__supplement {
  margin-block: 30px 95px;
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 599px) {
  .price__supplement {
    margin-bottom: 50px;
  }
}
.price__img {
  margin-bottom: 65px;
  max-width: 1100px;
}
@media screen and (max-width: 1024px) {
  .price__img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .price__img {
    margin-bottom: 0;
  }
}
.price--saas .container--narrow-b {
  max-width: 1200px;
}
.price--saas .price__table__wrap {
  overflow-x: scroll;
  width: 100%;
}
.price--saas .price__table {
  table-layout: fixed;
}
.price--saas th,
.price--saas td {
  width: 240px;
  font-size: 18px;
  padding-block: 24px;
}
.price--saas th span,
.price--saas td span {
  font-size: 28px;
  margin-right: 2px;
}
.price--saas th br,
.price--saas td br {
  display: block;
}
.price--saas th .price-sup,
.price--saas td .price-sup {
  color: #717171;
  font-size: 18px;
}
.price--saas .price__supplement {
  display: flex;
  margin-block: 8px;
}
.price--saas .price__table__item th:nth-of-type(1) {
  background-color: #f9f9f9;
  color: #333333;
}
.price--saas .price__table__item th:nth-of-type(2) {
  background-color: #4d9feb;
}
.price--saas .price__table__item th:nth-of-type(3) {
  background-color: #00489d;
}
.price--saas .price__table__item th:nth-of-type(4) {
  background-color: #333333;
}
.price--saas .scope__text {
  margin-block: 10px;
  font-size: 12px;
  color: #9e9e9e;
}
@media screen and (max-width: 1067px) {
  .price--saas .scope__text {
    display: block;
  }
}

.user-support {
  background: url(../../assets/image/top/fv_saas.webp) no-repeat center center/cover;
}
.user-support__wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  .user-support__wrap {
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .user-support__wrap {
    flex-direction: column;
  }
}
.user-support__column {
  width: 600px;
  padding: 40px 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.15) -4px 4px 20px 0px;
}
@media screen and (max-width: 768px) {
  .user-support__column {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .user-support__column {
    min-height: auto;
  }
}
.user-support__column img {
  width: auto;
  height: 180px;
}
@media screen and (max-width: 768px) {
  .user-support__column img {
    height: 200px;
  }
}
@media screen and (max-width: 599px) {
  .user-support__column img {
    height: 140px;
  }
}
.user-support__column h3 {
  margin-top: 30px;
  color: #00489d;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .user-support__column h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .user-support__column h3 {
    margin-top: 20px;
  }
}
.user-support__column p {
  font-size: 18px;
  margin-top: 24px;
}
@media screen and (max-width: 1440px) {
  .user-support__column p {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .user-support__column p {
    margin-top: 16px;
  }
}

.faq {
  background: #f9f9f9;
}
.faq__column {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .faq__column {
    margin-top: 25px;
  }
}
.faq__column--first {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .faq__column--first {
    margin-top: 45px;
  }
}
.faq__column--last {
  margin-bottom: 35px;
}
@media screen and (max-width: 599px) {
  .faq__column--last {
    margin-bottom: 15px;
  }
}
.faq__top {
  background: #fff;
  display: flex;
  column-gap: 5%;
  padding-block: 42px;
  padding-inline: 7.8333% 13%;
  color: #000;
  font-size: 21px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.92px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .faq__top {
    font-size: 16px;
    padding-block: 30px;
  }
}
.faq__top:hover {
  cursor: pointer;
  opacity: 0.8;
}
.faq__top .q {
  color: #00489d;
}
.faq__top .btn {
  position: absolute;
  top: 37%;
  right: 4.2%;
  width: 32px;
  height: 32px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
@media screen and (max-width: 599px) {
  .faq__top .btn {
    width: 25px;
    height: 25px;
  }
}
.faq__top .btn:before, .faq__top .btn:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: #333;
  border-radius: 10px;
  transform-origin: center center;
}
@media screen and (max-width: 599px) {
  .faq__top .btn:before, .faq__top .btn:after {
    width: 25px;
    top: 11px;
  }
}
.faq__top .btn:before {
  top: 0;
  left: 14px;
  width: 2px;
  height: 32px;
}
@media screen and (max-width: 599px) {
  .faq__top .btn:before {
    height: 25px;
    left: 11px;
  }
}
.faq__top.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faq__top.is-active .btn:before {
  content: none;
}
.faq__top::-webkit-details-marker {
  display: none;
}
.faq__under {
  background: #fff;
  padding-bottom: 42px;
  padding-inline: 7.8333% 13%;
  display: flex;
  column-gap: 5%;
}
.faq__under p {
  color: #717171;
  line-height: normal;
}
.faq__under .a {
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 599px) {
  .faq__under .a {
    font-size: 18px;
  }
}
.faq__under .text {
  font-weight: 400;
  letter-spacing: 1.44px;
}

.step__content {
  margin-top: 62px;
  border-radius: 30px;
  background: #fff;
  box-shadow: -8px 8px 30px 0px rgba(0, 72, 157, 0.15);
  padding-block: 65px;
  padding-inline: 6.8333% 4.416667%;
  margin-bottom: 65px;
}
@media screen and (max-width: 599px) {
  .step__content {
    margin-bottom: 20px;
    margin-top: 45px;
    padding-block: 50px;
  }
}
.step__column {
  display: flex;
  column-gap: 3%;
  align-items: center;
  padding-block: 64px 53px;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 660px) {
  .step__column {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .step__column {
    padding-block: 35px;
  }
}
.step__column--first {
  padding-top: 0;
}
.step__column--last {
  padding-bottom: 0;
  border-bottom: none;
}
.step__circle {
  padding: 16px 22px;
  border-radius: 100px;
  background: #00489d;
}
.step__heading {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
}
.step__number {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
}
.step__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 660px) {
  .step__title {
    text-align: center;
    font-size: 22px;
  }
}
.step__text {
  margin-top: 8px;
  font-weight: 400;
  line-height: normal;
}

.privacy {
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .privacy {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .privacy {
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .privacy {
    padding-top: 40px;
  }
}
.privacy__text {
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .privacy__text {
    margin-top: 10px;
  }
}
.privacy__text--mt {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .privacy__text--mt {
    margin-top: 45px;
  }
}
.privacy__text--tr {
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .privacy__text--tr {
    margin-top: 30px;
  }
}
.privacy__text--mb {
  margin-bottom: 35px;
}
@media screen and (max-width: 599px) {
  .privacy__text--mb {
    margin-bottom: 0;
  }
}
.privacy__title {
  color: #00489D;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .privacy__title {
    margin-top: 30px;
    font-size: 20px;
  }
}
.privacy__title--mt {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .privacy__title--mt {
    margin-top: 45px;
  }
}

.form {
  background: #ebf4ff;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .form {
    padding-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .form {
    padding-top: 30px;
  }
}
.form__text {
  margin-block: 40px 60px;
  color: #000;
  text-align: center;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .form__text br {
    display: none;
  }
}
.form__content {
  border-radius: 30px;
  background: #fff;
  box-shadow: -8px 8px 30px 0px rgba(0, 72, 157, 0.15);
  padding: 80px 16.6667%;
  margin-bottom: 35px;
}
@media screen and (max-width: 1300px) {
  .form__content {
    padding-inline: 5%;
  }
}
@media screen and (max-width: 599px) {
  .form__content {
    padding-block: 40px;
    margin-bottom: 15px;
    padding-inline: 8%;
  }
}
.form__column label {
  font-weight: 700;
  line-height: normal;
}
.form__column input[type=email],
.form__column input[type=tel],
.form__column input[type=text],
.form__column select {
  margin-block: 12px 20px;
  border: 1px solid #a8a8a8;
  height: 60px;
  width: 100%;
  padding: 3px;
  padding-left: 1%;
}
@media screen and (max-width: 599px) {
  .form__column input[type=email],
  .form__column input[type=tel],
  .form__column input[type=text],
  .form__column select {
    height: 45px;
  }
}
.form__column__radio .wpcf7-radio {
  margin-block: 12px 20px;
  width: 100%;
  padding: 3px;
  padding-left: 1%;
  display: block;
  display: flex;
  flex-direction: column;
}
.form__column__radio .wpcf7-radio .wpcf7-list-item {
  margin-bottom: 4px;
}
.form__column__radio .wpcf7-radio .wpcf7-list-item:last-of-type {
  margin-bottom: 0;
}
.form__column__radio .wpcf7-radio [type=radio] {
  vertical-align: baseline;
}
.form__column textarea {
  margin-block: 12px 20px;
  border: 1px solid #a8a8a8;
  height: auto;
  width: 100%;
  aspect-ratio: 3/1;
  resize: vertical;
  padding: 10px;
  padding-left: 1%;
}
.form__column--check {
  margin-bottom: 40px;
}
.form__column--check p {
  text-align: center;
}
.form__column--check p label {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 599px) {
  .form__column--check p label {
    gap: 8px;
  }
}
.form__column--check p input {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 599px) {
  .form__column--check p input {
    width: 15px;
    height: 15px;
  }
}
.form__column--check p .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .form__column--check p .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.form__column--submit p {
  text-align: center;
}
.form__column--submit input {
  border: 1px solid #00489d;
  background: #fff;
  width: 289px;
  height: 59px;
  color: #00489d;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .form__column--submit input {
    font-size: 18px;
  }
}
.form__column--submit .wpcf7-spinner {
  display: none;
}
.form__privacy {
  margin-block: 40px;
  margin-inline: auto;
  display: block;
  width: fit-content;
  color: #00489d;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}
@media screen and (max-width: 599px) {
  .form__privacy {
    font-size: 14px;
    margin-block: 25px;
  }
}

.company-top {
  padding-top: 70px;
  background: url(../../assets/image/common/company-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 599px) {
  .company-top {
    padding-top: 35px;
  }
}
.company-top__content {
  background: rgba(255, 255, 255, 0.75);
  padding: 60px 10% 53px;
}
@media screen and (max-width: 599px) {
  .company-top__content {
    padding: 45px 4%;
  }
}
.company-top__title {
  color: #00489d;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .company-top__title {
    font-size: 26px;
  }
}
.company-top__text {
  margin-block: 40px 24px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .company-top__text {
    font-size: 18px;
  }
}
.company-top__name {
  color: #333;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .company-top__name {
    font-size: 18px;
  }
}

.company-under {
  background: #f9f9f9;
  padding-top: 120px;
}
@media screen and (max-width: 599px) {
  .company-under {
    padding-top: 30px;
  }
}
.company-under__message {
  margin-block: 60px;
}
.company-under__message h3 {
  color: #00489d;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .company-under__message h3 {
    font-size: 24px;
  }
}
.company-under__message p {
  margin-block: 30px 24px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .company-under__message p {
    font-size: 16px;
  }
}
.company-under__message p span {
  display: block;
  text-align: right;
  margin-top: 20px;
  font-size: 14px;
}
.company-under__content {
  margin-block: 60px 55px;
  border-radius: 30px;
  background: #fff;
  box-shadow: -8px 8px 30px 0px rgba(0, 72, 157, 0.15);
  padding: 40px 8.333% 80px;
}
@media screen and (max-width: 599px) {
  .company-under__content {
    margin-block: 45px 15px;
    padding-inline: 4%;
    padding-block: 30px 60px;
  }
}
.company-under__column {
  padding-block: 42px 40px;
  padding-left: 2.9%;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
}
@media screen and (max-width: 768px) {
  .company-under__column {
    flex-direction: column;
    row-gap: 15px;
    padding-block: 30px;
  }
}
.company-under__title {
  flex: 0 0 16.5%;
  color: #979494;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .company-under__title {
    font-size: 18px;
  }
}
.company-under__address {
  width: 100%;
}
.company-under__address iframe {
  margin-top: 20px;
}
.company-under__text {
  font-weight: 400;
  line-height: normal;
  padding-top: 2.5px;
}
@media screen and (max-width: 768px) {
  .company-under__text {
    padding-top: 0;
  }
}
.company-under__text .sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .company-under__text .sp {
    display: block;
  }
}
.company-under__text__logo {
  display: block;
  width: 320px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .company-under__text__logo {
    width: 80%;
  }
}

.function-s-container {
  padding-top: 220px;
}
@media screen and (max-width: 768px) {
  .function-s-container {
    padding-top: 180px;
  }
}
@media screen and (max-width: 599px) {
  .function-s-container {
    padding-top: 120px;
  }
}

.function-sub {
  padding: 80px 10% 40px;
}
@media screen and (max-width: 599px) {
  .function-sub {
    padding: 60px 6% 20px;
  }
}
.function-sub:nth-of-type(even) {
  background-color: #f9f9f9;
}
.function-sub__title {
  font-size: 24px;
  font-weight: 700;
  color: #00489d;
  margin-bottom: 40px;
  width: 100%;
  padding-bottom: 18px;
  border-bottom: 1px solid #dcdcdc;
}
.function-sub__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  padding-bottom: 8px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 40px;
}
.function-sub dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .function-sub dl {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.function-sub dl dt {
  width: 20%;
}
@media screen and (max-width: 1440px) {
  .function-sub dl dt {
    width: 30%;
  }
}
@media screen and (max-width: 991px) {
  .function-sub dl dt {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .function-sub dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.function-sub dl dd {
  width: 80%;
}
@media screen and (max-width: 1440px) {
  .function-sub dl dd {
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  .function-sub dl dd {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .function-sub dl dd {
    width: 100%;
  }
}

.feature-saas-sub__wrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .feature-saas-sub__wrap {
    margin-top: 0;
  }
}
.feature-saas-sub__column {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 80px 0%;
}
@media screen and (max-width: 768px) {
  .feature-saas-sub__column {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .feature-saas-sub__column {
    padding: 60px 0%;
  }
}
.feature-saas-sub__column:nth-of-type(even) {
  background-color: #f9f9f9;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .feature-saas-sub__column:nth-of-type(even) {
    flex-direction: column;
  }
}
.feature-saas-sub__column:nth-of-type(even) .feature-saas-sub__item {
  padding-inline: 4% 8%;
}
@media screen and (max-width: 768px) {
  .feature-saas-sub__column:nth-of-type(even) .feature-saas-sub__item {
    width: 100%;
    padding-inline: 8% 8%;
  }
}
@media screen and (max-width: 599px) {
  .feature-saas-sub__column:nth-of-type(even) .feature-saas-sub__item {
    padding-inline: 6%;
  }
}
.feature-saas-sub__column:nth-of-type(even) .feature-saas-sub__img {
  padding-inline: 8% 1%;
}
@media screen and (max-width: 768px) {
  .feature-saas-sub__column:nth-of-type(even) .feature-saas-sub__img {
    width: 100%;
    padding-inline: 8% 8%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .feature-saas-sub__column:nth-of-type(even) .feature-saas-sub__img {
    padding-inline: 6%;
  }
}
.feature-saas-sub__item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-inline: 8% 4%;
}
@media screen and (max-width: 768px) {
  .feature-saas-sub__item {
    width: 100%;
    padding-inline: 8% 8%;
  }
}
@media screen and (max-width: 599px) {
  .feature-saas-sub__item {
    padding-inline: 6%;
  }
}
.feature-saas-sub__item h3 {
  font-size: 24px;
  font-weight: 700;
  color: #00489d;
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .feature-saas-sub__item h3 {
    font-size: 20px;
  }
}
.feature-saas-sub__item h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  bottom: 0;
  left: 0;
}
.feature-saas-sub__img {
  width: 50%;
  padding-inline: 1% 8%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .feature-saas-sub__img {
    width: 100%;
    padding-inline: 8% 8%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .feature-saas-sub__img {
    padding-inline: 6%;
  }
}
.feature-saas-sub__img img {
  width: auto;
  height: 140px;
}

.fv__consulting {
  padding-block: 180px 50px;
}
@media screen and (max-width: 599px) {
  .fv__consulting {
    padding-block: 100px 50px;
  }
}

@media screen and (max-width: 599px) {
  .fv__consulting .fv__title {
    margin-block: 16px 0px;
  }
}/*# sourceMappingURL=style.css.map */