@charset "UTF-8";
/*
 * foundation
 */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

span {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #515257;
  line-height: 1.6;
}

main {
  overflow-x: hidden;
}

a {
  word-break: break-all;
  transition: opacity 0.2s linear;
}
a:hover {
  opacity: 0.7;
}

* img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.en {
  font-family: "Barlow", sans-serif;
}
.en-sub {
  font-family: "Barlow Semi Condensed", sans-serif;
}
.en-inter {
  font-family: "Inter", sans-serif;
}

.grecaptcha-badge {
  visibility: hidden;
}

.sp-block {
  display: none;
}
@media (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.tab-block {
  display: none;
}
@media (max-width: 1023px) {
  .tab-block {
    display: block;
  }
}

.scroll-margin {
  scroll-margin-top: 40px;
}

/*
 * layout
 */
.header {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 998;
  width: 100%;
  max-width: 1280px;
  background-color: #fff;
  border-radius: 80px;
  margin: 0 auto;
  padding: 8px 40px;
}
@media (max-width: 1023px) {
  .header {
    width: 100%;
    padding: 0;
    top: 0;
    border-radius: 0;
  }
}
.header-inr {
  justify-content: space-between;
  overflow: visible !important;
  position: relative;
}
.header-logo {
  position: relative;
  z-index: 1001;
}
@media (max-width: 1023px) {
  .header-logo {
    margin-left: 16px;
  }
}
.header-logo img {
  max-width: 69px;
}
.header-info {
  gap: 8px;
}
@media (max-width: 1023px) {
  .header-info {
    margin: 32px auto 0;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .header-nav {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    background-image: url(../../assets/images/header/header-sp-back.jpg);
    background-size: 100% 100%;
    padding-top: 80px;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background-color: #fff;
    overflow-y: scroll;
  }
}
.header-nav.is-open {
  opacity: 1;
  visibility: visible;
}
.header-nav_top {
  display: none;
}
@media (max-width: 1023px) {
  .header-nav_top {
    display: block;
  }
}
.header-nav_wrapper {
  gap: 32px;
  height: 100%;
}
@media (max-width: 1279px) {
  .header-nav_wrapper {
    gap: 24px;
  }
}
@media (max-width: 1023px) {
  .header-nav_wrapper {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0;
    padding: 0 16px;
  }
}
.header-nav_wrapper--list {
  position: relative;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .header-nav_wrapper--list {
    width: 100%;
    border-bottom: 1px solid #D1D5E3;
  }
}
.header-nav_wrapper--list > a {
  font-size: min(1.3685239492vw, 15px);
  font-weight: 500;
  letter-spacing: 0.3px;
  position: relative;
}
@media (max-width: 1023px) {
  .header-nav_wrapper--list > a {
    display: block;
    padding: 20px 0;
    font-size: 17px;
    color: #0F30A0;
    letter-spacing: 0.34px;
    line-height: 1.2;
  }
  .header-nav_wrapper--list > a::before {
    content: "";
    background-image: url(../../assets/images/cmn/arrow-right02.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
  }
}
.header-dropdown {
  position: relative;
}
.header-dropdown_main {
  position: relative;
  padding-right: 12px;
  gap: 4px;
  cursor: pointer;
}
.header-dropdown_main::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 8px;
  background-image: url(../../assets/images/cmn/arrow-bottom.svg) !important;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .header-dropdown_main::before {
    width: 24px !important;
    height: 24px !important;
    background-image: url(../../assets/images/cmn/arrow-bottom-sp.svg) !important;
  }
}
.header-dropdown_main.is-open::before {
  transform: translateY(-50%) rotate(180deg);
}
.header .header-dropdown_menu {
  display: none;
  position: absolute;
  top: 71%;
  left: 0;
  z-index: 999;
  width: 83.33vw;
  width: 100%;
  padding-top: 20px;
}
.header .header-dropdown_menu .dropdownMenu {
  width: 100%;
  margin: 12px auto 0;
  background-color: #fff;
  padding: 16px 0 56px;
  border-radius: 8px;
}
.header .header-dropdown_menu .dropdownMenu-title {
  width: 100%;
  max-width: 816px;
  margin: 0 auto 32px auto;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .header .header-dropdown_menu .dropdownMenu-title {
    display: none;
  }
}
.header .header-dropdown_menu .dropdownMenu-title span {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-bottom: 4px;
  color: #0F30A0;
  line-height: 1.2;
}
.header .header-dropdown_menu .dropdownMenu-title h2 {
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #333;
  line-height: 1;
}
.header .header-dropdown_menu .dropdownMenu-inr {
  width: 100%;
  max-width: 816px;
  margin: 0 auto;
  align-items: start !important;
}
@media (max-width: 1023px) {
  .header .header-dropdown_menu .dropdownMenu-inr {
    flex-direction: column;
  }
}
.header .header-dropdown_menu .dropdownMenu-left {
  width: 60.54%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  flex-wrap: wrap;
  padding-right: 42px;
  position: relative;
}
.header .header-dropdown_menu .dropdownMenu-left::before {
  content: "";
  width: 1px;
  height: 83%;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  background-color: #D1D5E3;
}
.header .header-dropdown_menu .dropdownMenu-right {
  width: 39.34%;
  padding-left: 43px;
}
@media (max-width: 1023px) {
  .header .header-dropdown_menu .dropdownMenu-right {
    width: 100%;
    padding: 30px 16px 0;
  }
}
@media (max-width: 1023px) {
  .header .header-dropdown_menu .dropdownMenu-right .dropdownMenu-block {
    width: 30.61%;
  }
}
.header .header-dropdown_menu .dropdownMenu-block {
  max-width: 210px;
  min-width: 190px;
}
.header .header-dropdown_menu .dropdownMenu-block_title {
  display: block;
  position: relative;
  padding: 0 4px 0 22px;
}
.header .header-dropdown_menu .dropdownMenu-block_title::before {
  content: "";
  background-image: url(../../assets/images/cmn/arrow-right-bgBlue.svg);
  background-size: 100% 100%;
  aspect-ratio: 1;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
.header .dropdown-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 24px;
  margin-top: 16px;
  padding: 12px 16px;
  background-color: #F8FAFD;
}
@media (max-width: 1023px) {
  .header .dropdown-list {
    margin: 24px 0 12px;
  }
}
.header .dropdown-list li a {
  position: relative;
  padding-left: 11px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .header .dropdown-list li a {
    border-bottom: none !important;
    font-size: 15px;
  }
}
.header .dropdown-list li a::before {
  content: "";
  background-image: url(../../assets/images/cmn/arrow-right.svg);
  width: 7px;
  aspect-ratio: 7/9;
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
}
.header .header-ddSp {
  display: none;
}
.header .header-ddSp_wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 12px;
}
.header .header-ddSp_block {
  width: 48.1%;
  padding: 0;
}
.header .header-ddSp_block:last-child {
  width: 100%;
  margin: 20px 0 12px;
}
.header .header-ddSp_block--title {
  display: block;
  position: relative;
  padding: 0 4px 0 22px;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .header .header-ddSp_block--title {
    font-size: min(3.2vw, 13px);
  }
}
.header .header-ddSp_block--title::before {
  content: "";
  background-image: url(../../assets/images/cmn/arrow-right-bgBlue.svg);
  background-size: 100% 100%;
  aspect-ratio: 1;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
.header-toggle {
  width: 64px;
  height: 64px;
  position: relative;
  cursor: pointer;
  display: none;
  z-index: 1100;
}
.header-toggle::before {
  content: "MENU";
  color: #0F30A0;
  font-family: "Barlow", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.header-toggle.is-open {
  position: relative;
}
.header-toggle.is-open::before {
  content: "CLOSE";
}
@media (max-width: 1023px) {
  .header-toggle {
    display: block;
  }
}
.header-toggle span {
  background: #0F30A0;
  display: block;
  height: 2px;
  position: absolute;
  left: 16px;
}
.header-toggle span:nth-child(1) {
  width: 50%;
  top: 22px;
}
.header-toggle span:nth-child(2) {
  width: 50%;
  top: 31px;
}
.header-toggle span:nth-child(3) {
  width: 50%;
  bottom: 22px;
}
.header-toggle.is-open span:nth-child(1) {
  transform: rotate(-45deg);
  top: 30px;
}
.header-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.header-toggle.is-open span:nth-child(3) {
  width: 50%;
  transform: rotate(45deg);
  bottom: 32px;
}

body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}

html {
  scroll-behavior: auto;
}

.footer {
  padding: 40px 0 16px;
}
@media (max-width: 1023px) {
  .footer {
    padding: 40px 0 100px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 0 20vw;
  }
}
.footer-copyright {
  font-size: 13px;
  color: #92A5C3;
  font-weight: 500;
  text-align: center;
}
.footer-inr {
  justify-content: space-between;
  align-items: start !important;
  margin-bottom: 64px;
}
@media (max-width: 1023px) {
  .footer-inr {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .footer-inr {
    margin-bottom: 40px;
  }
}
.footer-left {
  width: 15.08%;
  min-width: 190px;
}
.footer-left img {
  max-width: 91px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .footer-left img {
    margin-bottom: 12px;
  }
}
.footer-left address {
  color: #333;
}
.footer-left_tel {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 4px;
  white-space: nowrap;
}
.footer-left_tel a {
  font-size: 24px;
  color: #0F30A0;
  font-weight: 600;
  transform: translateY(3px);
  padding-left: 4px;
}
@media (max-width: 1023px) {
  .footer-left_tel a {
    font-size: 28px;
  }
}
.footer-left_businessHours {
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .footer-left_businessHours {
    font-size: 14px;
  }
}
.footer-right {
  width: 58.67%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1023px) {
  .footer-right {
    flex-wrap: wrap;
    gap: 40px 60px;
  }
}
@media (max-width: 767px) {
  .footer-right {
    width: 100%;
    grid-template-columns: repeat(1, auto);
    gap: 16px 60px;
  }
}
.footer-right ul {
  white-space: nowrap;
}
.footer-right ul:nth-child(3) li:nth-child(n+2) a {
  font-weight: 400;
}
.footer-right ul li {
  margin-bottom: 16px;
}
.footer-right ul li:last-child {
  margin-bottom: 0;
}
.footer-right ul li a {
  font-size: 15px;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.3px;
  font-size: min(3.7333333333vw, 15px);
}
@media (max-width: 767px) {
  .footer-sp {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
  }
  .footer-sp li {
    margin-bottom: 0 !important;
  }
  .footer-sp li:first-child {
    width: 100%;
  }
}
.footer .side-menu {
  position: fixed;
  z-index: 10;
  top: 20vh;
  right: 0;
  gap: 16px;
}
@media (max-width: 1023px) {
  .footer .side-menu {
    top: auto;
    bottom: 0;
    flex-direction: row;
    gap: 0;
  }
}
@media (max-width: 1023px) {
  .footer .side-menu_pc {
    display: none;
  }
}
.footer .side-menu_pc a {
  max-width: 64px;
}
.footer .side-menu_tab {
  display: none;
}
@media (max-width: 1023px) {
  .footer .side-menu_tab {
    display: flex;
  }
}
.footer .side-menu_tab a {
  width: 50vw;
  height: 62px;
  justify-content: center;
  gap: 12px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1.44px;
}
@media (max-width: 767px) {
  .footer .side-menu_tab a {
    font-size: min(4.2666666667vw, 18px);
    letter-spacing: 0.96px;
  }
}
.footer .side-menu_tab a img {
  max-width: 30px;
}
@media (max-width: 767px) {
  .footer .side-menu_tab a img {
    max-width: 28px;
  }
}
.footer .side-menu_line {
  background-color: #06c755;
}
.footer .side-menu_contact {
  background-color: #f29848;
}

/*
 * object
 */
.top-head {
  padding: 80px 0;
  background-color: #F8FAFD;
}
@media (max-width: 767px) {
  .top-head {
    padding: 60px 0;
  }
}
.top-head_inr {
  gap: 42px;
}
@media (max-width: 767px) {
  .top-head_inr {
    flex-direction: column;
    gap: 30px;
  }
}
.top-head img {
  width: 34.69%;
  max-width: 340px;
}
@media (max-width: 767px) {
  .top-head img {
    width: 60vw;
  }
}
.top-head p {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.96px;
}
@media (max-width: 1023px) {
  .top-head p {
    font-size: min(2.6075619296vw, 24px);
  }
}
@media (max-width: 767px) {
  .top-head p {
    font-size: min(4.2666666667vw, 20px);
  }
}
.top-head p span {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #0F30A0;
}
@media (max-width: 1023px) {
  .top-head p span {
    font-size: min(4.1720990874vw, 40px);
  }
}
@media (max-width: 767px) {
  .top-head p span {
    font-size: min(7.2vw, 32px);
  }
}
.top-head p span:nth-child(4) {
  display: inline-block;
  margin-right: 8px;
}

.top-about {
  padding: 96px 0 72px;
  position: relative;
}
@media (max-width: 767px) {
  .top-about {
    padding: 80px 0 40px;
  }
}
.top-about::before {
  content: "";
  background-image: url(../../assets/images/top/about-back.jpg);
  background-size: cover;
  width: 100%;
  max-width: 852px;
  height: 100%;
  aspect-ratio: 852/679;
  position: absolute;
  top: -11%;
  right: -1%;
  z-index: -2;
}
.top-about_inr {
  align-items: start !important;
  gap: 11px;
}
@media (max-width: 767px) {
  .top-about_inr {
    flex-direction: column-reverse;
    align-items: center !important;
    gap: 30px;
  }
}
.top-about_wrapper {
  width: 43%;
}
@media (max-width: 767px) {
  .top-about_wrapper {
    width: 100%;
  }
}
.top-about_wrapper .title-main {
  margin-bottom: 40px;
}
.top-about_wrapper p {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 3.2px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .top-about_wrapper p {
    font-size: min(2.0860495437vw, 20px);
  }
}
@media (max-width: 767px) {
  .top-about_wrapper p {
    font-size: 18px;
  }
}
.top-about_img {
  width: 55.31%;
  transform: translateY(-30px);
}
@media (max-width: 767px) {
  .top-about_img {
    width: 70vw;
    max-width: 360px;
  }
}

.top-strength {
  background-color: #F8FAFD;
  padding: 88px 0;
}
@media (max-width: 1023px) {
  .top-strength {
    padding: 100px 0 88px;
  }
}
@media (max-width: 767px) {
  .top-strength {
    padding: 80px 0;
  }
}
.top-strength .title-main {
  margin-bottom: 126px;
}
@media (max-width: 767px) {
  .top-strength .title-main {
    margin-bottom: 60px;
  }
}
.top-strength_main {
  gap: 166px;
}
@media (max-width: 767px) {
  .top-strength_main {
    gap: 80px;
  }
}
.top-strength_block {
  width: 100%;
  position: relative;
  z-index: 2;
}
.top-strength_block::before {
  content: "";
  width: 63.47vw;
  background-color: #fff;
  height: 120%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top-strength_block::before {
    width: 90vw;
    height: 110%;
  }
}
.top-strength_block:nth-child(odd)::before {
  right: 0%;
}
.top-strength_block:nth-child(even)::before {
  content: "";
  left: 0;
}
.top-strength_block:nth-child(even) .top-strength_block--inr {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .top-strength_block:nth-child(even) .top-strength_block--inr {
    flex-direction: column;
  }
}
.top-strength_block--inr {
  width: 100%;
  max-width: 980px;
  gap: 52px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .top-strength_block--inr {
    gap: 24px;
    flex-direction: column;
  }
}
.top-strength_block--img {
  width: 33.16%;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-strength_block--img {
    width: 70vw;
  }
}
.top-strength_block--text {
  width: 61.63%;
  position: relative;
}
@media (max-width: 767px) {
  .top-strength_block--text {
    width: 100%;
  }
}
.top-strength_block--point {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1.2;
  color: #8395CF;
  position: absolute;
  top: -80px;
  left: 0;
}
@media (max-width: 1023px) {
  .top-strength_block--point {
    font-size: min(4.1720990874vw, 40px);
  }
}
@media (max-width: 767px) {
  .top-strength_block--point {
    position: static;
    font-size: min(8.5333333333vw, 40px);
    margin-bottom: 16px;
  }
}
.top-strength_block--point__ab {
  left: -52px;
}
.top-strength_block--point span {
  font-size: 64px;
  font-weight: 500;
  color: #F8FAFD;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #8395CF;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .top-strength_block--point span {
    font-size: min(6.6492829205vw, 64px);
  }
}
@media (max-width: 767px) {
  .top-strength_block--point span {
    font-size: min(13.6vw, 64px);
  }
}
.top-strength_block h3 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
  color: #333;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .top-strength_block h3 {
    font-size: min(3.3898305085vw, 32px);
  }
}
@media (max-width: 767px) {
  .top-strength_block h3 {
    font-size: min(5.6vw, 26px);
  }
}
.top-strength_block h3 span {
  color: #0F30A0;
}

.top-service {
  padding: 80px 0;
  background-image: url(../../assets/images/top/serrvice-back.jpg);
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .top-service {
    background-size: cover;
  }
}
.top-service .title-main {
  text-align: center;
  margin-bottom: 88px;
}
@media (max-width: 767px) {
  .top-service .title-main {
    margin-bottom: 60px;
  }
}
.top-service .title-main p,
.top-service .title-main h2 {
  color: #fff;
}
.top-service_contents {
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
}
.top-service_block {
  width: 100%;
  max-width: 260px;
  min-width: 260px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
.top-service_block:hover h3 img {
  transform: translateX(2px);
}
.top-service_block::after {
  content: "";
  width: 1px;
  height: 46px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0F30A0;
}
.top-service_block::before {
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  white-space: nowrap;
  color: rgba(27, 63, 186, 0.14);
  position: absolute;
  bottom: 47px;
  left: 50%;
  transform: translateX(-50%);
}
.top-service_block:nth-child(1)::before {
  content: "CONSULT";
}
.top-service_block:nth-child(2)::before {
  content: "AI SUPPORT";
}
.top-service_block:nth-child(3)::before {
  content: "MARKETING";
}
.top-service_block:nth-child(4)::before {
  content: "VIDEO";
}
.top-service_block:nth-child(5)::before {
  content: "IT SUPPORT";
}
.top-service_block--img {
  aspect-ratio: 1;
  max-width: 100px;
  margin: 47px 0 9px;
}
.top-service_block h3 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.18px;
  gap: 8px;
}
.top-service_block h3 img {
  max-width: 20px;
  transition: ease 0.2s;
}

.top-case {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .top-case {
    padding-bottom: 100px 0;
  }
}
.top-case_titleArea {
  align-items: end !important;
  justify-content: space-between;
  margin-bottom: 64px;
}
.top-case_swiper {
  overflow: hidden;
  max-width: 84.44vw;
  margin-left: auto;
}
@media (max-width: 767px) {
  .top-case_swiper {
    max-width: 95vw;
  }
}
.top-case_swiper .swiper-wrapper {
  display: flex;
  transition-timing-function: linear !important;
  margin-bottom: 64px;
}
.top-case_swiper .swiper-wrapper .swiper-slide {
  width: 19.44vw !important;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .top-case_swiper .swiper-wrapper .swiper-slide {
    width: 25vw !important;
  }
}
@media (max-width: 767px) {
  .top-case_swiper .swiper-wrapper .swiper-slide {
    width: 80vw !important;
    max-width: 340px;
  }
}
.top-case_swiper .swiper-wrapper .swiper-slide .blog-card {
  width: 100%;
  max-width: 100%;
}
.top-case_swiper--navArea {
  width: 68.06%;
  margin-right: 16px;
}
@media (max-width: 1023px) {
  .top-case_swiper--navArea {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .top-case_swiper--navArea {
    width: 98%;
    margin-right: 0;
  }
}
.top-case .swiper-scrollbar {
  height: 3px;
  background-color: #D1D5E3;
}
.top-case .swiper-scrollbar-drag {
  background-color: #0F30A0;
  height: 3px;
}
.top-case .swiper-nav {
  gap: 24px;
  justify-content: end;
  margin-top: 16px;
}
.top-case .swiper-button-prev::after,
.top-case .swiper-button-next::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  height: 32px;
  width: 32px;
  cursor: pointer;
}
.top-case .swiper-button-prev::after {
  background-image: url(../../assets/images/cmn/swiper-left.svg);
}
.top-case .swiper-button-next::after {
  background-image: url(../../assets/images/cmn/swiper-right.svg);
}
.top-case .swiper-slide img {
  height: auto;
  width: 100%;
}

.top-news {
  margin: 80px 0 84px;
  padding: 80px 0 64px;
  position: relative;
}
@media (max-width: 767px) {
  .top-news {
    margin: 60px 0;
  }
}
.top-news::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 91.67%;
  height: 100%;
  background-color: #F1F3F6;
  z-index: -1;
}
.top-news_inr {
  align-items: start !important;
  gap: 80px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .top-news_inr {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .top-news_inr {
    flex-direction: column;
  }
}
.top-news_contents {
  width: 100%;
}
.top-news .title-main {
  width: 16%;
  white-space: nowrap;
}
.top-news .news-card {
  width: 100%;
}
.top-news .btn-page {
  justify-content: flex-end;
}

.top-blog {
  padding: 120px 0 196px;
}
@media (max-width: 1023px) {
  .top-blog {
    padding: 100px 0 196px;
  }
}
@media (max-width: 767px) {
  .top-blog {
    padding: 80px 0 100px;
  }
}
.top-blog .title-main {
  text-align: center;
  margin-bottom: 64px;
}
.top-blog .top-blog_slider {
  overflow: hidden;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .top-blog .top-blog_slider {
    margin-bottom: 40px;
  }
}
.top-blog .top-blog_slider .swiper-wrapper {
  display: flex;
  transition-timing-function: linear !important;
}
.top-blog .top-blog_slider .swiper-slide {
  width: 350px !important;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-blog .top-blog_slider .swiper-slide {
    width: 315px !important;
  }
}
.top-blog .blog-card {
  width: 100%;
  max-width: 100%;
}
.top-blog .btn-page {
  justify-content: flex-end;
}

.company-philosophy {
  padding: 104px 0 120px;
}
@media (max-width: 767px) {
  .company-philosophy {
    padding: 80px 0;
  }
}
.company-philosophy_inr {
  align-items: start !important;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .company-philosophy_inr {
    flex-direction: column;
    gap: 40px;
  }
}
.company-philosophy .title-main {
  width: 14.4%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .company-philosophy .title-main {
    width: 100%;
  }
}
.company-philosophy_wrapper {
  width: 73.67%;
}
@media (max-width: 767px) {
  .company-philosophy_wrapper {
    width: 100%;
  }
}
.company-philosophy_wrapper p {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.2px;
  color: #333;
}
@media (max-width: 767px) {
  .company-philosophy_wrapper p {
    font-size: min(7.4666666667vw, 32px);
  }
}
.company-philosophy_wrapper p:nth-child(-n+2) {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .company-philosophy_wrapper p:nth-child(-n+2) {
    margin-bottom: 18px;
  }
}
.company-philosophy_wrapper p:first-child {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  letter-spacing: 4px;
  font-size: 40px;
  padding: 2px 6px;
  background-color: #0F30A0;
}
@media (max-width: 767px) {
  .company-philosophy_wrapper p:first-child {
    font-size: min(9.6vw, 40px);
  }
}

.company-outline {
  padding: 80px 0;
  position: relative;
}
.company-outline::before {
  content: "";
  width: 91.66%;
  height: 100%;
  background-color: #F8FAFD;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.company-outline_inr {
  justify-content: space-between;
  align-items: start !important;
}
@media (max-width: 767px) {
  .company-outline_inr {
    flex-direction: column;
    gap: 40px;
  }
}
.company-outline .title-main {
  width: 14.4%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .company-outline .title-main {
    width: 100%;
  }
}
.company-outline_wrapper {
  width: 73.67%;
}
@media (max-width: 767px) {
  .company-outline_wrapper {
    width: 100%;
  }
}
.company-outline table tbody tr {
  gap: 24px;
  align-items: start !important;
  padding-bottom: 40px;
  margin-bottom: 43px;
  border-bottom: 1px solid #D1D5E3;
}
@media (max-width: 767px) {
  .company-outline table tbody tr {
    font-size: min(3.7333333333vw, 16px);
  }
}
.company-outline table tbody tr th {
  width: 22.16%;
  font-weight: 500;
}
.company-outline table tbody tr td {
  width: 74.23%;
  font-weight: 500;
  color: #333;
}
.company-outline table tbody tr td strong {
  color: #333;
}

.company-message {
  padding: 120px 0 80px;
}
.company-message_inr {
  justify-content: space-between;
  align-items: start !important;
}
@media (max-width: 767px) {
  .company-message_inr {
    flex-direction: column;
    gap: 40px;
  }
}
.company-message .title-main {
  width: 14.4%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .company-message .title-main {
    width: 100%;
  }
}
.company-message_wrapper {
  width: 73.67%;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .company-message_wrapper {
    width: 100%;
  }
}
.company-message_wrapper h3 {
  font-size: 32px;
  color: #333;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 3.2px;
  margin-bottom: 24px;
}
.company-message_wrapper p {
  color: #333;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 64px;
}
.company-message_wrapper span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: right;
  letter-spacing: 0.6px;
  margin-left: auto;
}
.company-message_wrapper span span {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.88px;
  margin-left: 12px;
}
.company-message_vision {
  position: relative;
}
.company-message_vision--text {
  position: absolute;
  top: 24px;
  left: 0;
}
.company-message_vision--text p {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.2px;
  background-color: #0F30A0;
}
@media (max-width: 767px) {
  .company-message_vision--text p {
    font-size: min(4.5333333333vw, 32px);
  }
}
.company-message_vision--text p:nth-child(-n+2) {
  margin-bottom: 24px;
}
.company-message_vision--img {
  display: block;
  margin-left: auto;
  width: 85.3%;
}
@media (max-width: 767px) {
  .company-message_vision--img {
    width: 100%;
    padding-top: 100px;
  }
}

.company-case {
  padding: 80px 0 156px;
  background-color: #F8FAFD;
}
@media (max-width: 767px) {
  .company-case {
    padding: 60px 0 70px;
  }
}
.company-case .title-main {
  text-align: center;
  margin-bottom: 64px;
}
.company-case .company-case_slider {
  overflow: hidden;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .company-case .company-case_slider {
    margin-bottom: 40px;
  }
}
.company-case .company-case_slider .swiper-wrapper {
  display: flex;
  transition-timing-function: linear !important;
}
.company-case .company-case_slider .swiper-slide {
  width: 350px !important;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .company-case .company-case_slider .swiper-slide {
    width: 315px;
  }
}
.company-case .case-card {
  width: 100%;
  max-width: 100%;
}

.contact {
  padding: 100px 0 104px;
  background-image: url(../../assets/images/contact/contact-back.jpg);
  background-size: 100% 100%;
}
@media (max-width: 1023px) {
  .contact {
    background-size: cover;
  }
}
.contact-text {
  text-align: center;
  margin-bottom: 64px;
}
.contact-main {
  border-radius: 16px;
  background-color: #F8FAFD;
  padding: 64px 80px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact-main {
    padding: 40px 16px;
  }
}
.contact .privacypolicy {
  margin-top: 40px;
}
.contact .privacypolicy .wp-block-heading {
  margin-top: 12px;
}
.contact .privacypolicy .list-none ol {
  list-style: none;
}
.contact .privacypolicy ol {
  list-style: decimal;
}
.contact .privacypolicy ol li {
  margin-left: 1rem;
}
.contact .privacypolicy h1 {
  color: #333;
  margin-bottom: 8px;
}
.contact .privacypolicy-inr {
  padding: 16px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .contact .privacypolicy-inr {
    font-size: 14px;
  }
}
.contact .privacypolicy-inr {
  height: 284px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px;
  background-color: #fff;
  margin-bottom: 40px;
}

.mv-top {
  width: 100%;
  padding: 120px 0 140px;
  padding-bottom: min(140px, 7.291vw);
  background-image: url(../../assets/images/top/mv.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .mv-top {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .mv-top {
    background-image: url(../../assets/images/top/mv-sp.jpg);
  }
}
.mv-top_flex {
  gap: 40px;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .mv-top_flex {
    flex-direction: column-reverse;
    padding: 0;
    gap: 0;
  }
}
.mv-top_title {
  color: #3D457A;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mv-top_title {
    text-align: center;
  }
}
.mv-top_title h1 {
  font-size: min(2.91vw, 42px);
  margin-bottom: min(1.66vw, 24px);
}
@media (max-width: 767px) {
  .mv-top_title h1 {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.mv-top_title p {
  font-size: min(1.66vw, 24px);
  font-family: "Barlow", sans-serif;
}
@media (max-width: 767px) {
  .mv-top_title p {
    font-size: 16px;
  }
}
.mv-top_img {
  flex: 1;
  position: relative;
}
.mv-top_img::after {
  content: "";
  background-image: url(../../assets/images/top/mv-line.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -70%;
  top: -10%;
  z-index: -1;
  width: 600px;
  height: 600px;
  transform: rotate(45deg);
  animation: spin2 90s infinite linear;
}
@media (max-width: 1279px) {
  .mv-top_img::after {
    right: -40%;
    top: 0;
  }
}
@media (max-width: 767px) {
  .mv-top_img::after {
    width: 400px;
    height: 400px;
    top: -30%;
  }
}
@media (max-width: 767px) {
  .mv-top_img {
    width: 80%;
  }
}
.mv-top_svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}
.mv-top_svg p {
  font-size: 20px;
  font-weight: bold;
  color: #3D457A;
}
.mv-company {
  height: 576px;
  position: relative;
}
@media (max-width: 1023px) {
  .mv-company {
    padding-top: 24px;
  }
}
.mv-company::before {
  content: "";
  width: 100%;
  height: 69.44%;
  background-color: #E9F0FB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.mv-company_inr {
  padding-top: 6px;
}
@media (max-width: 767px) {
  .mv-company_inr {
    padding-top: 100px;
  }
}
.mv-company_title {
  text-align: center;
}
.mv-company_title span {
  font-size: 18px;
  color: #3D457A;
  font-weight: 600;
  letter-spacing: 3.6px;
  margin-bottom: 10px;
}
.mv-company_title h1 {
  font-size: 40px;
  color: #5A5D75;
  font-weight: 700;
  letter-spacing: 12px;
  padding-bottom: 14px;
  margin-bottom: 20px;
  position: relative;
}
.mv-company_title h1::before {
  content: "";
  width: 1px;
  height: 43px;
  background-color: #3D457A;
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%);
}
.mv-company_img {
  display: block;
  max-width: 1280px;
  height: 319px;
  border-radius: 24px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mv-company_img {
    height: 300px;
  }
}
.mv-page {
  width: 100%;
  height: 100%;
  min-height: 550px;
  max-height: 720px;
  aspect-ratio: 60/23;
  background-image: url(../../assets/images/cmn/mv-back.jpg);
  background-size: 100% 100%;
  position: relative;
}
@media (max-width: 1279px) {
  .mv-page {
    background-size: cover;
  }
}
@media (max-width: 1023px) {
  .mv-page {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .mv-page {
    height: 100vw;
    max-height: none;
  }
}
.mv-page_wrapper {
  width: 100%;
  position: absolute;
  bottom: -2%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mv-page_wrapper {
    top: 20%;
    bottom: auto;
    left: auto;
    transform: none;
  }
}
.mv-page_inr {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.mv-page h1 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: min(1.67vw, 32px);
  font-weight: 700;
  color: #0F30A0;
  letter-spacing: 2.4px;
  padding: 10px 24px;
  border: 2px solid #0F30A0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 32px;
}
@media (max-width: 1279px) {
  .mv-page h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .mv-page h1 {
    font-size: 20px;
  }
}
.mv-page_text {
  position: absolute;
  bottom: 18%;
  left: 8%;
  z-index: 3;
}
@media (max-width: 767px) {
  .mv-page_text {
    position: static;
  }
}
.mv-page_text--block {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 2px 8px;
  font-size: min(2.5vw, 42px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3.6px;
}
@media (max-width: 1279px) {
  .mv-page_text--block {
    font-size: min(2.541544477vw, 32px);
  }
}
@media (max-width: 767px) {
  .mv-page_text--block {
    font-size: min(4.2666666667vw, 28px);
    margin: 0 auto 40px;
  }
}
.mv-page_text--block:nth-child(1), .mv-page_text--block:nth-child(2) {
  margin-bottom: 18px;
}
.mv-page_text--block span {
  color: #0F30A0;
}
@media (max-width: 767px) {
  .mv-page_text--block__marketing {
    font-size: min(5.3333333333vw, 28px);
  }
}
@media (max-width: 767px) {
  .mv-page_text--seomeo .mv-page_text--block {
    font-size: min(5.3333333333vw, 28px);
  }
}
@media (max-width: 767px) {
  .mv-page_text--seomeo .mv-page_text--block:last-child span {
    display: block;
  }
}
.mv-page_text--ad-management .mv-page_text--block {
  font-size: min(5.3333333333vw, 28px);
}
.mv-page_img {
  display: block;
  width: 54.17vw;
  max-width: 1000px;
  margin-left: auto;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 767px) {
  .mv-page_img {
    width: 98%;
  }
}
.mv-archive {
  width: 100%;
  height: 360px;
  background-image: url(../../assets/images/mv/archive-back.jpg);
  background-size: 100% 100%;
  position: relative;
  text-align: center;
}
@media (max-width: 1279px) {
  .mv-archive {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .mv-archive {
    height: 288px;
  }
}
.mv-archive_title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .mv-archive_title {
    width: 100%;
  }
}
.mv-archive_title p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3.6px;
  color: #3D457A;
  margin-bottom: 10px;
}
.mv-archive_title h1 {
  font-size: 40px;
  color: #5A5D75;
  letter-spacing: 12px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .mv-archive_title h1 {
    font-size: min(8.5333333333vw, 40px);
  }
}
.mv-archive_title span {
  width: 1px;
  height: 43px;
  background-color: #3d457a;
}

.cta {
  height: 406px;
  background-color: #3D457A;
}
@media (max-width: 767px) {
  .cta {
    height: 100%;
  }
}
.cta-main {
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
  background-image: url(../../assets/images/cmn/cta-back.jpg);
  background-size: 100% 100%;
  border-radius: 8px;
  border: 1px solid #0F30A0;
  transform: translateY(-76px);
}
@media (max-width: 1023px) {
  .cta-main {
    background-size: cover;
    background-position: center right;
  }
}
@media (max-width: 767px) {
  .cta-main {
    text-align: center;
    transform: translateY(-24px);
  }
}
.cta-main_inr {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cta-main_inr {
    padding: 20px 0;
  }
}
.cta-head {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.2;
  color: #0F30A0;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cta-head {
    margin-bottom: 4px;
  }
}
.cta h2 {
  display: inline !important;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 3.84px;
  background: linear-gradient(to bottom, transparent 70%, #ffebbd 70%);
  color: #3D457A;
}
@media (max-width: 767px) {
  .cta h2 {
    font-size: min(9.6vw, 48px);
    background: transparent;
    line-height: 1.3;
  }
}
.cta h2 span {
  color: #06C755;
}
.cta h2 small {
  font-size: 40px;
  letter-spacing: 3.2px;
  font-size: min(8vw, 40px);
}
@media (max-width: 767px) {
  .cta h2 strong {
    background: linear-gradient(to bottom, transparent 70%, #ffebbd 70%);
  }
}
.cta-text {
  font-weight: 700;
  letter-spacing: 1.6px;
  margin: 32px 0;
}
@media (max-width: 767px) {
  .cta-text {
    font-size: min(3.4666666667vw, 16px);
    margin: 16px 0;
  }
}
.cta-btnArea {
  gap: 20px;
}
@media (max-width: 767px) {
  .cta-btnArea {
    flex-direction: column;
  }
}

.news-card {
  border-top: 1px solid #D1D5E3;
  padding: 24px 0;
}
.news-card:last-child {
  border-bottom: 1px solid #D1D5E3;
}
.news-card_inr {
  gap: 6px;
  margin-bottom: 10px;
}
.news-card time {
  color: #92A5C3;
  font-size: 13px;
  font-weight: 500;
}
.news-card_category {
  font-size: 13px;
  font-weight: 700;
  color: #0F30A0;
  line-height: 120%;
  padding: 2px 12px;
  border: 1px solid #0F30A0;
  border-radius: 200px;
}
.news-card h3 {
  font-size: 14px;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card_img {
  aspect-ratio: 175/92;
  margin-bottom: 8px;
}
.blog-card_wrapper {
  width: 100%;
}
.blog-card_inr {
  justify-content: space-between;
  margin-bottom: 4px;
}
.blog-card_category {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  background-color: #0F30A0;
}
.blog-card h3 {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-card ul {
  gap: 8px;
}
.blog-card ul li {
  padding: 2px 4px;
  color: #92A5C3;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 2px;
  border: 1px solid #92A5C3;
}

.blog-card2 {
  gap: 16px;
}
@media (max-width: 767px) {
  .blog-card2 {
    flex-direction: column;
    align-items: start !important;
  }
}
.blog-card2_img {
  max-width: 223px;
  aspect-ratio: 223/117;
}
@media (max-width: 767px) {
  .blog-card2_img {
    max-width: 100%;
  }
}

.case-card_img {
  aspect-ratio: 16/9;
  margin-bottom: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-card_category {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  padding: 6px 12px;
  background-color: #0F30A0;
  border-radius: 20px;
}
.case-card h3 {
  font-size: 15px;
  color: #333;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-card ul {
  gap: 6px;
}
.case-card ul li {
  font-size: 11px;
  font-weight: 500;
  color: #92A5C3;
  padding: 2px 4px 3px 4px;
  border-radius: 2px;
  border: 1px solid #92A5C3;
  line-height: 1.1;
}

.breadcrumb {
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
  padding-top: 110px;
}
@media (max-width: 1023px) {
  .breadcrumb {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb-nav span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.26px;
  color: #0F30A0;
}
.breadcrumb-nav .current-item {
  color: #515257;
}

.breadcrumb-nav > span:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px; /* 縦棒の高さ */
  background-color: #D1D5E3;
  vertical-align: middle;
  margin: 0 8px;
}

.b-anker {
  margin: 60px 0 48px;
}
@media (max-width: 767px) {
  .b-anker {
    margin: 70px 0;
  }
}
.b-anker ul {
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px 4px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 16px;
}
.b-anker ul li a {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.32;
  position: relative;
  padding: 16px 16px 16px 38px;
  background-color: #F8FAFD;
}
.b-anker ul li a::before {
  content: "";
  background-image: url(../../assets/images/cmn/arrow-bottom-bgBlue.svg);
  aspect-ratio: 1;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.b-issues {
  padding: 64px 0 88px;
  background: linear-gradient(180deg, #d2ebf8 0%, #4c82d5 100%);
  position: relative;
}
.b-issues_bottom {
  margin-top: -2px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .b-issues_bottom {
    vertical-align: text-top;
  }
}
.b-issues .title-main p {
  color: #fff;
}
.b-issues .title-main h2 {
  color: #3D457A;
}
.b-issues_main {
  gap: 40px;
  justify-content: center;
  align-items: stretch !important;
  flex-wrap: wrap;
}
.b-issues_block {
  max-width: 300px;
  min-width: 280px;
  flex: 1;
  padding: 24px 24px 0 24px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
.b-issues_block::before {
  content: "";
  background-image: url(../../assets/images/b-parts/b-issues-deco.svg);
  background-size: 100% 100%;
  width: 36px;
  height: 25px;
  position: absolute;
  top: -7px;
  left: 5px;
}
.b-issues_block h3 {
  font-size: 18px;
  color: #3D457A;
  font-weight: 700;
  line-height: 2;
}
.b-issues_img {
  max-width: 172px;
  vertical-align: bottom;
}

.b-service {
  padding: 88px 0 120px;
}
@media (max-width: 767px) {
  .b-service {
    padding: 60px 0 80px;
  }
}
.b-service_contents {
  gap: 64px;
}
@media (max-width: 767px) {
  .b-service_contents {
    gap: 48px;
  }
}
.b-service_block {
  padding: 32px 40px;
  background: linear-gradient(90deg, #e0ecf5 0%, #ebecf4 100%);
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 rgba(4, 12, 38, 0.14);
  gap: 56px;
}
@media (max-width: 1023px) {
  .b-service_block {
    gap: 36px;
    padding: 24px 16px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .b-service_block {
    gap: 24px;
  }
}
.b-service_img {
  width: 39.28%;
  border-radius: 11px;
}
@media (max-width: 767px) {
  .b-service_img {
    width: 70vw;
    max-width: 360px;
  }
}
.b-service_inr {
  width: 55.8%;
}
@media (max-width: 767px) {
  .b-service_inr {
    width: 100%;
  }
}
.b-service_inr h3 {
  font-size: 32px;
  color: #0F30A0;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .b-service_inr h3 {
    font-size: 28px;
  }
}
.b-service_text {
  font-size: 18px;
  font-weight: 500;
  color: #5A5D75;
}
.b-service_text p {
  margin-bottom: 1.3rem;
}
@media (max-width: 1023px) {
  .b-service_text p {
    font-size: 16px;
    margin-bottom: 1rem;
  }
}
.b-service_text ul {
  margin-bottom: 1.3rem;
}
@media (max-width: 1023px) {
  .b-service_text ul {
    margin-bottom: 1rem;
  }
}
.b-service_text ul li {
  list-style: disc;
  margin-left: 1rem;
}

.b-strength {
  padding: 161px 0 88px;
  background-color: #F8FAFD;
  margin-top: -5.3vw;
}
@media (max-width: 1023px) {
  .b-strength {
    padding: 141px 0 88px;
    margin-top: -77px;
  }
}
.b-strength .title-main {
  margin-bottom: 88px;
}
@media (max-width: 767px) {
  .b-strength .title-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .b-strength .title-main h2 {
    font-size: min(6.6666666667vw, 32px);
  }
}
.b-strength_block {
  gap: 40px;
  padding: 40px 0;
  position: relative;
}
@media (max-width: 767px) {
  .b-strength_block {
    flex-direction: column-reverse;
  }
}
.b-strength_block:first-child {
  padding-top: 0;
}
.b-strength_block:last-child {
  padding-bottom: 0;
}
.b-strength_block:last-child::before {
  content: none;
}
.b-strength_block::before {
  content: "";
  background-image: url(../../assets/images/b-parts/b-strength-dot.svg);
  background-repeat: repeat;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b-strength_left {
  width: 53.16%;
}
@media (max-width: 767px) {
  .b-strength_left {
    width: 100%;
  }
}
.b-strength_left--head {
  gap: 41px;
  margin-bottom: 25px;
}
.b-strength_left--head span {
  font-size: 59px;
  font-weight: 600;
  color: #3D457A;
  position: relative;
  z-index: 1;
}
.b-strength_left--head span::before {
  content: "";
  background-image: url(../../assets/images/b-parts/b-strength-imgDeco.svg);
  width: 55px;
  height: 52px;
  position: absolute;
  bottom: 5px;
  right: -26px;
  z-index: -1;
}
.b-strength_left--head h3 {
  font-size: 24px;
  color: #5A5D75;
  font-weight: 700;
  line-height: 1.5;
}
.b-strength_right {
  width: 42.85%;
  border-radius: 7px;
}
@media (max-width: 767px) {
  .b-strength_right {
    width: 80vw;
    max-width: 430px;
  }
}

.b-faq {
  padding: 120px 0 200px;
  background-color: #F8FAFD;
}
@media (max-width: 1023px) {
  .b-faq {
    padding: 120px 0 160px;
  }
}
@media (max-width: 767px) {
  .b-faq {
    padding: 100px 0 100px;
  }
}
.b-faq_contents {
  gap: 24px;
}
.b-faq_block {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 40px;
}
@media (max-width: 767px) {
  .b-faq_block {
    padding: 30px 16px;
  }
}
.b-faq_block .ewd-ufaq-faq-title, .b-faq_block .ewd-ufaq-faq-categories {
  display: none;
}
.b-faq_block .ewd-ufaq-faq-body {
  padding: 0;
}
.b-faq_block--item {
  padding-left: 66px;
  text-align: left;
  position: relative;
}
@media (max-width: 767px) {
  .b-faq_block--item {
    padding-left: 54px;
  }
}
.b-faq_block--item::before {
  content: "";
  width: 42px;
  aspect-ratio: 1;
  position: absolute;
  top: -6px;
  left: 0;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .b-faq_block--item::before {
    width: 38px;
  }
}
.b-faq_block--q {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .b-faq_block--q {
    font-size: 16px;
  }
}
.b-faq_block--q::after {
  content: "";
  background-image: url(../../assets/images/b-parts/faq-border.svg);
  background-repeat: repeat-x;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.b-faq_block--q::before {
  background-image: url(../../assets/images/b-parts/faq-q.svg);
}
.b-faq_block--a {
  font-weight: 400;
}
.b-faq_block--a::before {
  background-image: url(../../assets/images/b-parts/faq-a.svg);
}

.b-about {
  padding: 88px 0;
}
@media (max-width: 767px) {
  .b-about {
    padding: 60px 0;
  }
}
.b-about_headText {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 35px;
}
.b-about_simg {
  display: block;
  margin: 0 auto;
  max-width: 660px;
}
.b-about_contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  background-color: #F8FAFD;
  padding: 24px;
}
@media (max-width: 767px) {
  .b-about_contents {
    grid-template-columns: repeat(1, 1fr);
  }
}
.b-about_contents--block {
  padding: 8px 16px;
  background-color: #fff;
}
.b-about_contents--block h3 {
  color: #0F30A0;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.64px;
  text-align: center;
  margin-bottom: 12px;
}
.b-about_contents--block p {
  font-size: 14px;
}

.b-organizations {
  padding: 80px 0;
  background-color: #F8FAFD;
}
@media (max-width: 767px) {
  .b-organizations {
    padding: 60px 0;
  }
}
.b-organizations_headText {
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

.b-servicePage {
  padding: 88px 0 120px;
}
@media (max-width: 1023px) {
  .b-servicePage {
    padding: 88px 0 100px;
  }
}
@media (max-width: 767px) {
  .b-servicePage {
    padding: 60px 0 80px;
  }
}
.b-servicePage_contents {
  gap: 56px 26px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1023px) {
  .b-servicePage_contents {
    gap: 24px 16px;
  }
}
@media (max-width: 767px) {
  .b-servicePage_contents {
    gap: 24px 12px;
  }
}
.b-servicePage_item a {
  text-align: center;
  width: 280px;
  padding: 0 30px 64px 30px;
}
@media (max-width: 1023px) {
  .b-servicePage_item a {
    padding: 0 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .b-servicePage_item a {
    width: 250px;
    padding: 0 16px 30px 16px;
  }
}
.b-servicePage_item a:hover h3 img {
  transform: translateX(4px);
}
.b-servicePage_item--img {
  margin-bottom: 12px;
}
.b-servicePage_item h3 {
  font-size: 20px;
  color: #0F30A0;
  font-weight: 700;
  letter-spacing: 2px;
  gap: 12px;
  justify-content: center;
}
.b-servicePage_item h3 img {
  transition: all 0.3s;
  max-width: 26px;
}

.b-process {
  padding: 88px 0;
  background: linear-gradient(180deg, rgba(206, 225, 240, 0.7) 0%, rgba(221, 223, 237, 0.7) 100%);
}
@media (max-width: 767px) {
  .b-process {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .b-process_step {
    flex-direction: column;
    justify-content: center;
  }
}
.b-process_step--inr {
  position: relative;
}
@media (max-width: 767px) {
  .b-process_step--inr {
    flex-direction: column;
  }
}
.b-process_step--inr:nth-child(n+2) {
  margin-left: -83px;
}
@media (max-width: 1023px) {
  .b-process_step--inr:nth-child(n+2) {
    margin-left: -81px;
  }
}
@media (max-width: 767px) {
  .b-process_step--inr:nth-child(n+2) {
    margin-left: 0;
  }
}
.b-process_step--inr:nth-child(n+2) .b-process_step--item {
  padding: 24px 8px 24px 48px;
}
@media (max-width: 1023px) {
  .b-process_step--inr:nth-child(n+2) .b-process_step--item {
    padding: 24px 4px 24px 54px;
  }
}
@media (max-width: 767px) {
  .b-process_step--inr:nth-child(n+2) .b-process_step--item {
    margin: -41px 0 0 0;
    padding: 24px;
    padding: 70px 24px 24px;
  }
}
.b-process_step--inr:nth-child(1) {
  z-index: 4;
}
.b-process_step--inr:nth-child(2) {
  z-index: 3;
}
.b-process_step--inr:nth-child(2) .b-process_step--item {
  background-color: #f5f7fb;
}
.b-process_step--inr:nth-child(3) {
  z-index: 2;
}
.b-process_step--inr:nth-child(3) .b-process_step--item {
  background-color: #dde2f2;
}
.b-process_step--inr:nth-child(4) {
  z-index: 1;
}
.b-process_step--inr:nth-child(4) .b-process_step--item {
  background-color: #8395CF;
  color: #fff;
}
.b-process_step--inr:nth-child(4) .b-process_step--item h3,
.b-process_step--inr:nth-child(4) .b-process_step--item h3 span {
  color: #fff;
}
.b-process_step--inr:nth-child(4) .b-process_step--deco {
  margin-left: -0.4px;
}
.b-process_step--item {
  height: 190px;
  padding: 24px 8px 24px 20px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1023px) {
  .b-process_step--item {
    padding: 24px 4px 24px 16px;
  }
}
@media (max-width: 767px) {
  .b-process_step--item {
    width: 300px;
    height: auto;
    padding: 40px 24px 24px;
  }
}
.b-process_step--item h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  font-weight: 700;
  color: #0F30A0;
  gap: 8px;
  margin-bottom: 6px;
}
@media (max-width: 1023px) {
  .b-process_step--item h3 {
    font-size: min(1.7731421121vw, 18px);
    gap: 6px;
  }
}
@media (max-width: 767px) {
  .b-process_step--item h3 {
    font-size: 22px;
  }
}
.b-process_step--item h3 span {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  color: #8395CF;
}
@media (max-width: 1023px) {
  .b-process_step--item h3 span {
    font-size: min(2.8683181226vw, 30px);
  }
}
@media (max-width: 767px) {
  .b-process_step--item h3 span {
    font-size: 34px;
  }
}
.b-process_step--item p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.56px;
}
@media (max-width: 1023px) {
  .b-process_step--item p {
    font-size: min(1.5645371578vw, 14px);
  }
}
@media (max-width: 767px) {
  .b-process_step--item p {
    font-size: 16px;
  }
}
.b-process_step--deco {
  width: 33px;
  height: 190px;
  margin-left: -0.3px;
}
@media (max-width: 767px) {
  .b-process_step--deco {
    transform: translateX(1px) translateY(0px);
    width: 300px;
    height: 43px;
    vertical-align: top;
  }
}
.b-process_plus {
  display: block;
  max-width: 55px;
  margin: 13px auto 0;
}
.b-process_wrapper {
  padding: 32px 40px;
  background-color: #EDF1F7;
  border-radius: 24px;
  margin-top: -14px;
}
@media (max-width: 767px) {
  .b-process_wrapper {
    padding: 24px 16px;
  }
}
.b-process_system {
  max-width: 588px;
  padding: 20px 48px;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 auto 40px auto;
}
@media (max-width: 767px) {
  .b-process_system {
    padding: 20px 16px;
  }
}
.b-process_system h3 {
  font-size: 22px;
  color: #0F30A0;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2.2px;
  margin-bottom: 17px;
  text-align: center;
}
.b-process_system ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 20px;
}
@media (max-width: 767px) {
  .b-process_system ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.b-process_system ul li {
  font-weight: 500;
  letter-spacing: 0.64px;
  padding-left: 18px;
  position: relative;
}
.b-process_system ul li::before {
  content: "";
  background-image: url(../../assets/images/b-parts/b-process-check.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 0%;
}
.b-process_system ul li img {
  max-width: 18px;
  vertical-align: sub;
}
.b-process_teams h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2.2px;
  color: #0F30A0;
  margin-bottom: 24px;
}
.b-process_teams ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.6px;
}
@media (max-width: 1023px) {
  .b-process_teams ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.b-process_teams ul li {
  min-width: 108px;
}
.b-process_teams ul li img {
  margin-bottom: 4px;
}

.b-flow {
  padding: 80px 0;
  background: linear-gradient(180deg, rgba(206, 225, 240, 0.7) 0%, rgba(221, 223, 237, 0.7) 100%);
}
.b-flow_contents {
  gap: 40px;
  flex-wrap: wrap;
  justify-content: start;
  align-items: stretch !important;
}
.b-flow_block {
  flex: 1;
  gap: 16px;
  background-color: #fff;
  padding: 24px 24px 40px 24px;
  box-shadow: 0 0 8px 0 rgba(32, 53, 80, 0.1);
  border-radius: 8px;
  max-width: 300px;
  min-width: 270px;
}
.b-flow_block span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #8395CF;
  margin-bottom: 16px;
}
.b-flow_block--img {
  display: block;
  margin: 0 auto 16px;
  max-width: 175px;
}
.b-flow_block h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 8px;
  text-align: center;
}
.b-flow_block p {
  font-size: 15px;
}

.b-blog {
  padding: 120px;
}
@media (max-width: 1023px) {
  .b-blog {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .b-blog {
    padding: 80px 0 120px;
  }
}
.b-blog .title-main {
  width: 18.33%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .b-blog .title-main {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
.b-blog_inr {
  align-items: start !important;
  gap: 120px;
}
@media (max-width: 767px) {
  .b-blog_inr {
    flex-direction: column;
    gap: 40px;
  }
}
.b-blog_main {
  width: 72.67%;
  gap: 26px;
}
@media (max-width: 767px) {
  .b-blog_main {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.b-blog article {
  width: 100%;
}
.b-blog .btn-page {
  margin: 16px 0 0 auto;
}

.b-case {
  padding: 80px 0;
  background-size: 100% 100%;
  background-image: url(../../assets/images/b-parts/b-case-back.jpg);
}
@media (max-width: 767px) {
  .b-case {
    background-size: cover;
  }
}
.b-case .title-main h2, .b-case .title-main p {
  color: #fff;
}
.b-case .btn-page {
  justify-content: end;
  color: #fff;
}
.b-case .b-case_slider {
  overflow: hidden;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .b-case .b-case_slider {
    margin-bottom: 40px;
  }
}
.b-case .b-case_slider .swiper-wrapper {
  display: flex;
  transition-timing-function: linear !important;
}
.b-case .b-case_slider .swiper-slide {
  width: 350px !important;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .b-case .b-case_slider .swiper-slide {
    width: 315px;
  }
}
.b-case .case-card {
  width: 100%;
  max-width: 100%;
}
.b-case .case-card h3 {
  color: #fff;
}
.b-case .case-card ul li {
  color: #92A5C3;
}

.singlePage {
  background-color: #F8FAFD;
  margin: 0 0 80px;
}
@media (max-width: 1023px) {
  .singlePage {
    margin: 68px 0 80px;
  }
}
.singlePage iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 500/281;
}
.singlePage-wrapper {
  padding: 56px 0 80px;
}
@media (max-width: 1023px) {
  .singlePage-wrapper {
    padding: 30px 0 60px;
  }
}
.singlePage-main {
  margin-top: 40px;
  padding: 56px 64px;
  background-color: #fff;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .singlePage-main {
    padding: 40px 16px;
  }
}
.singlePage-info {
  justify-content: space-between;
  margin-bottom: 8px;
}
.singlePage-info_category {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #0F30A0;
  padding: 6px 12px;
  border-radius: 20px;
}
.singlePage-info_data {
  color: #9E9E9E;
  font-weight: 500;
}
.singlePage-title {
  font-size: 32px;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.64px;
  margin-bottom: 8px;
}
.singlePage-tags {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  gap: 8px;
  color: #92A5C3;
  margin-bottom: 27px;
}
.singlePage-tags li {
  padding: 2px 4px 3px 4px;
  border: 1px solid #92A5C3;
  border-radius: 2px;
}
.singlePage-content h2,
.singlePage-content h3 {
  color: #333;
}
.singlePage-content h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 12px;
  border-bottom: 4px solid #0F30A0;
  margin: 48px 0 24px;
}
.singlePage-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
  border-top: 1px solid #D1D5E3;
  border-bottom: 1px solid #D1D5E3;
  padding: 12px 0;
  margin: 32px 0 18px;
}
.singlePage-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0 8px;
}
.singlePage-content h5 {
  color: #92A5C3;
  margin: 12px 0 4px;
}
.singlePage-content_case #rtoc-mokuji-wrapper {
  display: none !important;
}
.singlePage-content .rtoc-mokuji-wrapper {
  display: none !important;
}
.singlePage-content_rtoc #rtoc-mokuji-wrapper {
  display: none !important;
}
.singlePage-blog {
  padding: 80px 0 143px;
  background-color: #fff;
  background-image: url(../../assets/images/b-parts/single-blog-back.png);
  background-size: cover;
}
@media (max-width: 767px) {
  .singlePage-blog {
    padding: 60px 0 100px;
  }
}
.singlePage-blog .title-main {
  text-align: center;
}
.singlePage-blog_slider {
  overflow: hidden;
}
.singlePage-blog_slider .swiper-wrapper {
  display: flex;
  transition-timing-function: linear !important;
}
.singlePage-blog_slider .swiper-slide {
  width: 515px !important;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .singlePage-blog_slider .swiper-slide {
    width: 412px !important;
  }
}
.singlePage-blog .blog-card {
  width: 100%;
  max-width: 100%;
}
.singlePageNews-main h1 {
  color: #5A5D75;
}
.singlePageNews-info {
  gap: 8px;
  padding-bottom: 64px;
}
.singlePageNews-info_data {
  color: #9E9E9E;
  font-weight: 500;
}
.singlePageNews-info_category {
  font-size: 14px;
  color: #0F30A0;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #0F30A0;
  background-color: #fff;
  line-height: 1;
}

.archive-blog_head {
  padding: 64px 0;
  background-image: url(../../assets/images/b-parts/b-case-back.jpg);
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .archive-blog_head {
    background-size: cover;
  }
}
.archive-blog_head--slider {
  overflow: hidden;
}
.archive-blog_head--slider .swiper-wrapper {
  display: flex;
  transition-timing-function: linear !important;
}
.archive-blog_head--slider .swiper-slide {
  width: 526px !important;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .archive-blog_head--slider .swiper-slide {
    width: 80vw !important;
    max-width: 420px !important;
  }
}
.archive-blog_head .blog-card {
  width: 100%;
  max-width: 100%;
}
.archive-blog_head .blog-card_white .blog-card_category {
  color: #0F30A0;
  background-color: #fff;
}
.archive-blog_head .blog-card_white time {
  color: #fff;
}
.archive-blog_head .blog-card_white h3 {
  color: #fff;
}
.archive-blog_head .blog-card_white ul li {
  color: #fff;
  border: 1px solid #fff;
}
.archive-category {
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(4, 12, 38, 0.1);
  border-radius: 16px;
  margin: 80px 0;
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .archive-category {
    margin: 60px 0;
    padding: 24px 16px;
  }
}
.archive-category .active {
  color: #fff;
  background-color: #0F30A0;
}
.archive-category_wrapper {
  gap: 64px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .archive-category_wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.archive-category_title {
  width: 20%;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #5A5D75;
}
@media (max-width: 1023px) {
  .archive-category_title {
    width: 100%;
  }
}
.archive-category_main {
  width: 69.35%;
  gap: 16px;
  align-items: start !important;
  padding: 20px 24px;
  border-radius: 16px;
  background-color: #F8FAFD;
}
@media (max-width: 1023px) {
  .archive-category_main {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .archive-category_main {
    flex-direction: column;
  }
}
.archive-category_main a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #92A5C3;
  border-radius: 40px;
  border: 1px solid #0F30A0;
  background-color: #fff;
  padding: 10px 24px;
  white-space: nowrap;
}
.archive-category_main--all {
  padding: 10px 32px;
}
.archive-category_main ul {
  gap: 4px;
  flex-wrap: wrap;
}
.archive-category_news {
  margin: 116px 0 64px;
}
@media (max-width: 767px) {
  .archive-category_news {
    margin: 80px 0 64px;
  }
}
.archive-category_news ul {
  gap: 16px;
}
.archive-category_news ul li a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #92A5C3;
  border-radius: 40px;
  border: 1px solid #0F30A0;
  background-color: #fff;
  padding: 10px 24px;
  white-space: nowrap;
}
.archive-category_news ul li .active {
  color: #fff;
  background-color: #0F30A0;
}
.archive-contents {
  padding: 0 0 196px;
}
@media (max-width: 1023px) {
  .archive-contents {
    padding: 0 0 120px;
  }
}
@media (max-width: 767px) {
  .archive-contents {
    padding: 0 0 80px;
  }
}
.archive-contents_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .archive-contents_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .archive-contents_list {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}
@media (max-width: 767px) {
  .archive-contents_list {
    margin-bottom: 60px;
  }
}
.archive-contents_list--news {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.archive-contents_list--news .news-card {
  width: 100% !important;
  position: relative;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .archive-contents_list--news .news-card {
    padding-right: 40px;
  }
}
.archive-contents_list--news .news-card::before {
  content: "";
  background-image: url(../../assets/images/cmn/arrow-right-bgWhite.svg);
  background-size: 100% 100%;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .archive-contents_list--news .news-card::before {
    width: 26px;
    height: 26px;
  }
}
.archive-contents_list--news .news-card:first-child {
  border-top: none;
}
.archive-pagination {
  margin-top: 80px;
  justify-content: center;
  gap: 21px;
}
.archive-pagination .page-numbers {
  font-size: 20px;
  color: #92A5C3;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}
.archive-pagination .dots {
  display: inline-block;
  color: #0F30A0;
  transform: translateY(-6px);
}
.archive-pagination .current {
  color: #0F30A0;
}

.singlePage-content #rtoc-mokuji-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 40px;
  margin: 40px auto 24px;
}
.singlePage-content #rtoc-mokuji-wrapper #rtoc-mokuji-title {
  padding: 0 0 8px 30px;
}
.singlePage-content #rtoc-mokuji-wrapper #rtoc-mokuji-title span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
}
.singlePage-content #rtoc-mokuji-wrapper .level-1 {
  margin: 0;
}
.singlePage-content #rtoc-mokuji-wrapper .level-1 .rtoc-item {
  margin: 0;
}
.singlePage-content #rtoc-mokuji-wrapper .level-1 .rtoc-item a {
  font-size: 16px;
  font-weight: 500;
}
.singlePage-content #rtoc-mokuji-wrapper .level-2 {
  padding-left: 0;
  padding-bottom: 4px;
}
.singlePage-content #rtoc-mokuji-wrapper .level-2 li {
  padding-top: 4px;
}
.singlePage-content #rtoc-mokuji-wrapper .level-2 .rtoc-item a {
  font-size: 15px;
  font-weight: 400;
}
.singlePage-content #rtoc-mokuji-wrapper .rtoc-mokuji.level-1 {
  margin: 0 !important;
}
.singlePage-content .rtoc-mokuji-content .mokuji_ul > .rtoc-item::before {
  width: 4px !important;
  height: 4px !important;
}
.singlePage-content .rtoc-mokuji-content .mokuji_ul.level-1 > .rtoc-item::before {
  background-color: #8395CF;
}
.singlePage-content .rtoc-mokuji-content #rtoc-mokuji-title.rtoc_left {
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: relative;
}
.singlePage-content .rtoc-mokuji-content #rtoc-mokuji-title.rtoc_left::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background-image: url(../../assets/images/cmn/rtoc-list.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px !important;
  height: 11px !important;
}
.singlePage-content .rtoc-mokuji-content #rtoc-mokuji-title.rtoc_left .rtoc_open_close {
  height: auto;
  background-color: transparent;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  padding: 2px 4px;
  margin-left: 6px;
  margin-top: 2px;
  border: 1px solid #92A5C3;
  border-radius: 4px;
  color: #92A5C3;
}

.form-group {
  margin-bottom: 32px;
}
.form-group .wpcf7-form-control-wrap {
  width: 100%;
}
.form-group .wpcf7-list-item {
  margin: 0;
}
.form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.16px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #D1D5E3;
}
@media (max-width: 767px) {
  .form-group input,
  .form-group textarea {
    padding: 12px;
  }
}
.form-group textarea {
  width: 100%;
  height: 262px;
  resize: vertical;
  resize: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #92A5C3;
}

input::placeholder,
textarea::placeholder {
  color: #92A5C3;
}

.required {
  display: inline-block;
  background-color: #F36448;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 2px;
  margin-left: 8px;
  line-height: 1;
  vertical-align: middle;
}

.radio {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
}
.radio .wpcf7-list-item {
  display: flex;
  align-items: center;
}
.radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

.form-group .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group .wpcf7-checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 16px;
}

input[type=submit] {
  background: #0F30A0;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 40px auto 0;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 1.3;
  text-align: center;
  padding: 23px 40px;
  border: 1px solid #fff;
  cursor: pointer;
}
input[type=submit]:hover {
  transition: all 0.3s;
  background-color: #fff;
  color: #0F30A0;
  border: 1px solid #0F30A0;
}

.wpcf7-spinner {
  display: none;
}

.flex {
  display: flex;
  align-items: center;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-center {
  justify-content: center;
}

.title-main p {
  font-size: 18px;
  color: #0F30A0;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.8px;
  margin-bottom: 8px;
}
.title-main h2 {
  font-size: 32px;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.2px;
}
.title-main_center {
  text-align: center;
}
.title-main_80 {
  margin-bottom: 80px;
}
.title-main_64 {
  margin-bottom: 64px;
}
.title-main_40 {
  margin-bottom: 40px;
}

.btn-header {
  width: 170px;
  height: 54px;
  border-radius: 40px;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.9px;
}
@media (max-width: 1023px) {
  .btn-header {
    width: 297px;
    height: 54px;
  }
}
.btn-header_line {
  background-color: #06C755;
}
.btn-header_line img {
  max-width: 25px;
}
.btn-header_mail {
  background-color: #F29848;
}
.btn-header_mail img {
  max-width: 23px;
  height: auto;
}
.btn-header_sub {
  border-radius: 4px !important;
}
.btn-header_cta {
  width: 300px;
  height: 76px;
  font-size: 22px;
  border-radius: 8px;
  gap: 11px;
}
@media (max-width: 767px) {
  .btn-header_cta {
    width: 300px;
    height: 64px;
    font-size: 20px;
  }
}
.btn-header_cta--line img {
  max-width: 38px;
}
.btn-header_cta--mail img {
  max-width: 32px;
}
.btn-page {
  font-size: 14px;
  font-weight: 700;
  color: #3D457A;
  letter-spacing: 0.28px;
  gap: 8px;
}
.btn-page img {
  max-width: 32px;
  transition: ease 0.2s;
}
.btn-page:hover img {
  transform: translateX(4px);
}
.btn-page_single {
  color: #515257;
  margin-top: 120px;
}
@media (max-width: 1023px) {
  .btn-page_single {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .btn-page_single {
    margin-top: 80px;
  }
}
.btn-page_single:hover img {
  transform: translateX(-4px);
}
.btn-b-service {
  font-size: 18px;
  font-weight: 700;
  color: #0F30A0;
  letter-spacing: 1.8px;
  width: 206px;
  height: 48px;
  justify-content: end;
  border-radius: 40px;
  border: 1px solid #8395CF;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(4, 12, 38, 0.16);
  gap: 22px;
  padding-right: 12px;
  margin-left: auto;
}
.btn-b-service:hover {
  opacity: 0.8;
}
.btn-b-service:hover img {
  transform: translateX(4px);
}
.btn-b-service img {
  transition: all 0.3s;
  max-width: 32px;
}

.container-1200 {
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
}
.container-1080 {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
}
.container-980 {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
}
.container-960 {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
}
.container-876 {
  width: min(100% - 32px, 876px);
  margin: 0 auto;
}
.container-910 {
  width: min(100% - 32px, 910px);
  margin: 0 auto;
}

.aminate-roop {
  transform: rotate(45deg);
  animation: spin 30s infinite linear;
  /* 2秒かけて無限に回転 */
}
.aminate-liner {
  position: relative;
  color: transparent;
  animation-name: kf_c01a;
  animation-duration: 0s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.aminate-liner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  right: 100%;
  bottom: 0%;
  left: 0%;
  background: #133579;
  animation-name: kf_c01b;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.aminate-border {
  padding: 26px 26px;
  background-image: linear-gradient(to bottom, transparent 10px, #133579 10px, #133579 13px, transparent 13px), linear-gradient(to left, transparent 10px, #133579 10px, #133579 13px, transparent 13px), linear-gradient(to top, transparent 10px, #133579 10px, #133579 13px, transparent 13px), linear-gradient(to right, transparent 10px, #133579 10px, #133579 13px, transparent 13px);
  background-repeat: no-repeat;
  background-size: 0% 100%, 100% 0%, 0% 100%, 100% 0%;
  background-position: top left, top left, right bottom, right bottom;
  animation-name: kf_c07a, kf_c07b;
  animation-duration: 1.5s, 0s;
  animation-delay: 0s, 0.75s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes kf_c01a {
  100% {
    color: inherit;
  }
}
@keyframes kf_c01b {
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}
@keyframes kf_c07a {
  50% {
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  }
  100% {
    background-size: 0% 100%, 100% 0%, 0% 100%, 100% 0%;
  }
}
@keyframes kf_c07b {
  100% {
    background-position: right bottom, right bottom, top left, top left;
  }
}
.animation-fade {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.animation-fade.inview {
  opacity: 1;
  visibility: visible;
}

.animation-fadeBottom {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}

.animation-fadeBottom.inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.animation-fadeLeft {
  opacity: 0;
  visibility: hidden;
  transform: translateX(80px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}

.animation-fadeLeft.inview {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.animation-fadeRight {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-80px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}

.animation-fadeRight.inview {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.animation-list li {
  display: none;
}

.mv-top_svg {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out;
}

.start-animation {
  opacity: 1;
  visibility: visible;
}

/***************************************************
 * 01_consult
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@keyframes animate-consult-stroke-1 {
  0% {
    stroke-dashoffset: 31.2172698975px;
    stroke-dasharray: 31.2172698975px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 31.2172698975px;
  }
}
.start-animation .consult-elem-1 {
  animation: animate-consult-stroke-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-consult-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@keyframes animate-consult-stroke-2 {
  0% {
    stroke-dashoffset: 153.4946594238px;
    stroke-dasharray: 153.4946594238px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 153.4946594238px;
  }
}
.start-animation .consult-elem-2 {
  animation: animate-consult-stroke-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-consult-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@keyframes animate-consult-stroke-3 {
  0% {
    stroke-dashoffset: 13.2154006958px;
    stroke-dasharray: 13.2154006958px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 13.2154006958px;
  }
}
.start-animation .consult-elem-3 {
  animation: animate-consult-stroke-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-consult-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@keyframes animate-consult-stroke-4 {
  0% {
    stroke-dashoffset: 17.9921035767px;
    stroke-dasharray: 17.9921035767px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 17.9921035767px;
  }
}
.start-animation .consult-elem-4 {
  animation: animate-consult-stroke-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-consult-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@keyframes animate-consult-stroke-5 {
  0% {
    stroke-dashoffset: 31.442527771px;
    stroke-dasharray: 31.442527771px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 31.442527771px;
  }
}
.start-animation .consult-elem-5 {
  animation: animate-consult-stroke-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-consult-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}

@keyframes animate-consult-stroke-6 {
  0% {
    stroke-dashoffset: 31.2172660828px;
    stroke-dasharray: 31.2172660828px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 31.2172660828px;
  }
}
.start-animation .consult-elem-6 {
  animation: animate-consult-stroke-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-consult-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@keyframes animate-consult-stroke-7 {
  0% {
    stroke-dashoffset: 153.4945678711px;
    stroke-dasharray: 153.4945678711px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 153.4945678711px;
  }
}
.start-animation .consult-elem-7 {
  animation: animate-consult-stroke-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-consult-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}

@keyframes animate-consult-stroke-8 {
  0% {
    stroke-dashoffset: 13.2154006958px;
    stroke-dasharray: 13.2154006958px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 13.2154006958px;
  }
}
.start-animation .consult-elem-8 {
  animation: animate-consult-stroke-8 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, animate-consult-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@keyframes animate-consult-stroke-9 {
  0% {
    stroke-dashoffset: 17.9920005798px;
    stroke-dasharray: 17.9920005798px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 17.9920005798px;
  }
}
.start-animation .consult-elem-9 {
  animation: animate-consult-stroke-9 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, animate-consult-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@keyframes animate-consult-stroke-10 {
  0% {
    stroke-dashoffset: 31.4426574707px;
    stroke-dasharray: 31.4426574707px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 31.4426574707px;
  }
}
.start-animation .consult-elem-10 {
  animation: animate-consult-stroke-10 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both, animate-consult-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}

@keyframes animate-consult-stroke-11 {
  0% {
    stroke-dashoffset: 43.9940032959px;
    stroke-dasharray: 43.9940032959px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 43.9940032959px;
  }
}
.start-animation .consult-elem-11 {
  animation: animate-consult-stroke-11 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, animate-consult-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@keyframes animate-consult-stroke-12 {
  0% {
    stroke-dashoffset: 269.3992004395px;
    stroke-dasharray: 269.3992004395px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 269.3992004395px;
  }
}
@keyframes animate-consult-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.start-animation .consult-elem-12 {
  animation: animate-consult-stroke-12 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s both, animate-consult-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}

/***************************************************
 * 02_ai
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@keyframes animate-ai-stroke-1 {
  0% {
    stroke-dashoffset: 176.314163208px;
    stroke-dasharray: 176.314163208px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 176.314163208px;
  }
}
.start-animation .ai-elem-1 {
  animation: animate-ai-stroke-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-ai-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@keyframes animate-ai-stroke-2 {
  0% {
    stroke-dashoffset: 175.9850769043px;
    stroke-dasharray: 175.9850769043px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 175.9850769043px;
  }
}
.start-animation .ai-elem-2 {
  animation: animate-ai-stroke-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-ai-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@keyframes animate-ai-stroke-3 {
  0% {
    stroke-dashoffset: 176.5932769775px;
    stroke-dasharray: 176.5932769775px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 176.5932769775px;
  }
}
.start-animation .ai-elem-3 {
  animation: animate-ai-stroke-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-ai-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@keyframes animate-ai-stroke-4 {
  0% {
    stroke-dashoffset: 39.4889030457px;
    stroke-dasharray: 39.4889030457px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 39.4889030457px;
  }
}
.start-animation .ai-elem-4 {
  animation: animate-ai-stroke-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-ai-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@keyframes animate-ai-stroke-5 {
  0% {
    stroke-dashoffset: 22.1892967224px;
    stroke-dasharray: 22.1892967224px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22.1892967224px;
  }
}
.start-animation .ai-elem-5 {
  animation: animate-ai-stroke-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-ai-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}

@keyframes animate-ai-stroke-6 {
  0% {
    stroke-dashoffset: 298.825378418px;
    stroke-dasharray: 298.825378418px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 298.825378418px;
  }
}
@keyframes animate-ai-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.start-animation .ai-elem-6 {
  animation: animate-ai-stroke-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-ai-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

/***************************************************
 * 03_marketing
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@keyframes animate-marketing-stroke-1 {
  0% {
    stroke-dashoffset: 267.4141540527px;
    stroke-dasharray: 267.4141540527px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 267.4141540527px;
  }
}
.start-animation .marketing-elem-1 {
  animation: animate-marketing-stroke-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-marketing-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@keyframes animate-marketing-stroke-2 {
  0% {
    stroke-dashoffset: 77.7171020508px;
    stroke-dasharray: 77.7171020508px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 77.7171020508px;
  }
}
.start-animation .marketing-elem-2 {
  animation: animate-marketing-stroke-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-marketing-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@keyframes animate-marketing-stroke-3 {
  0% {
    stroke-dashoffset: 3.446893692px;
    stroke-dasharray: 3.446893692px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.446893692px;
  }
}
.start-animation .marketing-elem-3 {
  animation: animate-marketing-stroke-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-marketing-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@keyframes animate-marketing-stroke-4 {
  0% {
    stroke-dashoffset: 3.4468969107px;
    stroke-dasharray: 3.4468969107px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.4468969107px;
  }
}
.start-animation .marketing-elem-4 {
  animation: animate-marketing-stroke-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-marketing-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@keyframes animate-marketing-stroke-5 {
  0% {
    stroke-dashoffset: 3.4468958378px;
    stroke-dasharray: 3.4468958378px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3.4468958378px;
  }
}
.start-animation .marketing-elem-5 {
  animation: animate-marketing-stroke-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-marketing-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 52.3846855164px;
    stroke-dasharray: 52.3846855164px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 52.3846855164px;
  }
}
.start-animation .marketing-elem-6 {
  animation: animate-marketing-stroke-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-marketing-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@keyframes animate-marketing-stroke-7 {
  0% {
    stroke-dashoffset: 38.134601593px;
    stroke-dasharray: 38.134601593px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 38.134601593px;
  }
}
.start-animation .marketing-elem-7 {
  animation: animate-marketing-stroke-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-marketing-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}

@keyframes animate-marketing-stroke-8 {
  0% {
    stroke-dashoffset: 16.7031898499px;
    stroke-dasharray: 16.7031898499px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 16.7031898499px;
  }
}
.start-animation .marketing-elem-8 {
  animation: animate-marketing-stroke-8 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, animate-marketing-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@keyframes animate-marketing-stroke-9 {
  0% {
    stroke-dashoffset: 11.7551040649px;
    stroke-dasharray: 11.7551040649px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 11.7551040649px;
  }
}
.start-animation .marketing-elem-9 {
  animation: animate-marketing-stroke-9 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, animate-marketing-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@keyframes animate-marketing-stroke-10 {
  0% {
    stroke-dashoffset: 280.6466064453px;
    stroke-dasharray: 280.6466064453px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 280.6466064453px;
  }
}
@keyframes animate-marketing-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.start-animation .marketing-elem-10 {
  animation: animate-svg-stroke-10 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both, animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}

/***************************************************
 *04_video
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@keyframes animate-video-stroke-1 {
  0% {
    stroke-dashoffset: 91.2976760864px;
    stroke-dasharray: 91.2976760864px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 91.2976760864px;
  }
}
.start-animation .video-elem-1 {
  animation: animate-video-stroke-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-video-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@keyframes animate-video-stroke-2 {
  0% {
    stroke-dashoffset: 21.1751079559px;
    stroke-dasharray: 21.1751079559px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 21.1751079559px;
  }
}
.start-animation .video-elem-2 {
  animation: animate-video-stroke-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-video-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@keyframes animate-video-stroke-3 {
  0% {
    stroke-dashoffset: 141.8899688721px;
    stroke-dasharray: 141.8899688721px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 141.8899688721px;
  }
}
.start-animation .video-elem-3 {
  animation: animate-video-stroke-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-video-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@keyframes animate-video-stroke-4 {
  0% {
    stroke-dashoffset: 68.8035812378px;
    stroke-dasharray: 68.8035812378px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 68.8035812378px;
  }
}
.start-animation .video-elem-4 {
  animation: animate-video-stroke-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-video-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@keyframes animate-video-stroke-5 {
  0% {
    stroke-dashoffset: 14.3031005859px;
    stroke-dasharray: 14.3031005859px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 14.3031005859px;
  }
}
.start-animation .video-elem-5 {
  animation: animate-video-stroke-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-video-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}

@keyframes animate-video-stroke-6 {
  0% {
    stroke-dashoffset: 118.1050033569px;
    stroke-dasharray: 118.1050033569px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 118.1050033569px;
  }
}
.start-animation .video-elem-6 {
  animation: animate-video-stroke-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-video-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@keyframes animate-video-stroke-7 {
  0% {
    stroke-dashoffset: 47.2417259216px;
    stroke-dasharray: 47.2417259216px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 47.2417259216px;
  }
}
.start-animation .video-elem-7 {
  animation: animate-video-stroke-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-video-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}

@keyframes animate-video-stroke-8 {
  0% {
    stroke-dashoffset: 280.617980957px;
    stroke-dasharray: 280.617980957px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 280.617980957px;
  }
}
@keyframes animate-video-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.start-animation .video-elem-8 {
  animation: animate-video-stroke-8 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, animate-video-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@keyframes animate-video-stroke-9 {
  0% {
    stroke-dashoffset: 129.8399963379px;
    stroke-dasharray: 129.8399963379px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 129.8399963379px;
  }
}
@keyframes animate-video-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.start-animation .video-elem-9 {
  animation: animate-video-stroke-9 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, animate-video-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

/***************************************************
 * 05_it
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@keyframes animate-it-stroke-1 {
  0% {
    stroke-dashoffset: 176.8336791992px;
    stroke-dasharray: 176.8336791992px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 176.8336791992px;
  }
}
.start-animation .it-elem-1 {
  animation: animate-it-stroke-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-it-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@keyframes animate-it-stroke-2 {
  0% {
    stroke-dashoffset: 47.9645500183px;
    stroke-dasharray: 47.9645500183px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 47.9645500183px;
  }
}
.start-animation .it-elem-2 {
  animation: animate-it-stroke-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-it-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@keyframes animate-it-stroke-3 {
  0% {
    stroke-dashoffset: 138.9063262939px;
    stroke-dasharray: 138.9063262939px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 138.9063262939px;
  }
}
.start-animation .it-elem-3 {
  animation: animate-it-stroke-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-it-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@keyframes animate-it-stroke-4 {
  0% {
    stroke-dashoffset: 16.3786010742px;
    stroke-dasharray: 16.3786010742px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 16.3786010742px;
  }
}
.start-animation .it-elem-4 {
  animation: animate-it-stroke-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-it-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@keyframes animate-it-stroke-5 {
  0% {
    stroke-dashoffset: 40.289730072px;
    stroke-dasharray: 40.289730072px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 40.289730072px;
  }
}
.start-animation .it-elem-5 {
  animation: animate-it-stroke-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-it-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}

@keyframes animate-it-stroke-6 {
  0% {
    stroke-dashoffset: 262.1386108398px;
    stroke-dasharray: 262.1386108398px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 262.1386108398px;
  }
}
@keyframes animate-it-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.start-animation .it-elem-6 {
  animation: animate-it-stroke-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-it-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

.fadein {
  opacity: 0;
  transition: all 0.8s ease-out;
}
.fadein-slow {
  opacity: 0;
  transition: 2s;
}
.fadein-slow.active {
  opacity: 1;
  transform: none;
}
.fadein-slow.active.fadein-in {
  transform: scale(1);
}
.fadein.fadein-up {
  transform: translateY(30px);
}
.fadein.fadein-right {
  transform: translateX(30px);
}
.fadein.fadein-left {
  transform: translateX(-30px);
}
.fadein.fadein-in {
  transform: scale(0.95);
}
.fadein.active {
  opacity: 1;
  transform: none;
}
.fadein.active.fadein-in {
  transform: scale(1);
}/*# sourceMappingURL=style.css.map */