/*
 * 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";
  line-height: 1.6;
  color: #415169;
}

main {
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  main {
    margin-top: 113.5px;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: 99.8px;
  }
}

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: "Lexend", 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_120 {
  scroll-margin-top: 120px;
}

/*
 * layout
 */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 998;
}
@media (max-width: 1023px) {
  .header {
    width: 100%;
    padding: 0 0 20px;
    top: 0;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 3px -2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .header {
    padding: 0 0 16px;
  }
}
.header-group {
  width: 100%;
  border-top: 10px solid #204b8d;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .header-group {
    margin-bottom: 0;
  }
}
.header-group a {
  display: block;
  max-width: 320px;
  margin-left: auto;
  transform: translateY(-1px);
}
@media (max-width: 1023px) {
  .header-group a {
    max-width: 258px;
  }
}
.header-group a:hover {
  opacity: 0.95;
}
.header-inr {
  width: min(100% - 32px, 1360px);
  margin: 0 auto;
  justify-content: space-between;
}
.header-logo {
  width: 31.97%;
}
@media (max-width: 1279px) {
  .header-logo {
    width: 360px;
  }
}
@media (max-width: 1023px) {
  .header-logo {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .header-logo {
    width: 300px;
  }
}
.header-nav {
  gap: 9px;
}
@media (max-width: 1023px) {
  .header-nav {
    display: block;
    flex-direction: column;
    align-items: start !important;
    position: fixed;
    top: 100.2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: calc(100vh - 68px);
    background: rgba(61, 112, 190, 0.9);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    background-image: url(../../assets/images/header/sp-back.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.header-nav.is-open {
  opacity: 1;
  visibility: visible;
}
.header-nav ul {
  gap: 40px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  padding: 14px 62px;
}
@media (max-width: 1279px) {
  .header-nav ul {
    padding: 14px 32px;
    gap: 32px;
  }
}
@media (max-width: 1023px) {
  .header-nav ul {
    width: 100%;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
@media (max-width: 1023px) {
  .header-nav ul {
    flex-direction: column;
    align-items: start !important;
    gap: 0;
    padding: 20px 20px 20px;
  }
}
@media (max-width: 1023px) {
  .header-nav ul li {
    width: 100%;
  }
}
.header-nav ul li a {
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.4px;
  color: #103671;
  padding-bottom: 3px;
  background-image: linear-gradient(#3d70be, #3d70be);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
.header-nav ul li a:hover {
  background-position: bottom left;
  background-size: 100% 2px;
}
@media (max-width: 1023px) {
  .header-nav ul li a:hover {
    background-size: 0 1px;
    background-position: bottom right;
  }
}
@media (max-width: 1279px) {
  .header-nav ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .header-nav ul li a {
    display: block;
    color: #fff;
    padding: 16px 0;
    border-bottom: 0.8px solid #658fcf;
    position: relative;
    transition: none;
  }
  .header-nav ul li a::before {
    content: "";
    background-image: url(../../assets/images/cmn/btn-nav.svg);
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .header-nav ul li a {
    padding: 20px 0;
  }
}

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

.header-toggle {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  display: none;
  z-index: 1100;
}
@media (max-width: 1023px) {
  .header-toggle {
    display: block;
  }
}
.header-toggle span {
  background: #333;
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  transition: 0.3s;
  border-radius: 20px;
}
.header-toggle span:nth-child(1) {
  width: 100%;
  top: 0;
}
.header-toggle span:nth-child(2) {
  width: 100%;
  top: 9px;
}
.header-toggle span:nth-child(3) {
  width: 100%;
  bottom: 0;
}
.header-toggle.is-open span:nth-child(1) {
  transform: rotate(-45deg);
  top: 7px;
}
.header-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.header-toggle.is-open span:nth-child(3) {
  width: 100%;
  transform: rotate(45deg);
  bottom: 10px;
}

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

html {
  scroll-behavior: auto;
}

.footer {
  padding: 24px 0 16px;
}
.footer-page {
  border-top: 1px solid #cad2e0;
}
.footer-inr {
  width: min(100% - 32px, 1360px);
  margin: 0 auto;
  justify-content: space-between;
  align-items: start !important;
}
@media (max-width: 767px) {
  .footer-inr {
    flex-direction: column;
    align-items: center !important;
    gap: 40px;
  }
}
.footer-left {
  width: 37.31%;
}
@media (max-width: 767px) {
  .footer-left {
    width: 100%;
  }
}
.footer-left img {
  max-width: 314px;
  margin-bottom: 16px;
}
.footer-left_inr {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.56px;
}
.footer-right {
  width: 45.22%;
}
@media (max-width: 767px) {
  .footer-right {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .footer-right ul {
    flex-wrap: wrap;
  }
}
.footer-right ul li a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.52px;
  padding: 0 16px;
  white-space: nowrap;
  position: relative;
}
.footer-right ul li a::before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #cad2e0;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
.footer-right ul li:last-child a::before {
  content: none;
}
.footer-right_group {
  max-width: 348px;
  margin: 32px 0 0 auto;
}
@media (max-width: 767px) {
  .footer-right_group {
    margin: 32px auto 0;
  }
}
.footer-right_group p {
  font-size: 12px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .footer-right_group p {
    font-size: min(2.9333333333vw, 12px);
  }
}
.footer .copyright {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #6d7e98;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .footer .copyright {
    margin-top: 20px;
  }
}

/*
 * object
 */
.top-feature {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
  padding: 64px 0;
}
.top-feature_wrapper {
  align-items: start !important;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .top-feature_wrapper {
    flex-direction: column-reverse;
    align-items: center !important;
  }
}
.top-feature_text {
  width: 53.11%;
}
@media (max-width: 1023px) {
  .top-feature_text {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .top-feature_text {
    width: 100%;
  }
}
.top-feature_text h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 24px;
  background: linear-gradient(84deg, #3163b1 0%, #309eff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  .top-feature_text h3 {
    font-size: min(3.3898305085vw, 30px);
  }
}
@media (max-width: 767px) {
  .top-feature_text h3 {
    font-size: min(6.1333333333vw, 28px);
  }
}
.top-feature_text p {
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 55px;
}
.top-feature_text .btn-main {
  margin-left: auto;
}
.top-feature_img {
  width: 36.32%;
}
@media (max-width: 1023px) {
  .top-feature_img {
    width: 38%;
  }
}
@media (max-width: 767px) {
  .top-feature_img {
    max-width: 392.38px;
    width: 76vw;
  }
}

.top-service {
  padding: 120px 0;
  background-color: #e6f3fb;
}
.top-service_inr {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
}
.top-service h2 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 3.2px;
  color: #103671;
  text-align: center;
  margin-bottom: 120px;
}
@media (max-width: 1023px) {
  .top-service h2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .top-service h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
.top-service h2 span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.8px;
  background: linear-gradient(84deg, #204b8d 0%, #3f73c3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .top-service h2 span {
    font-size: 18px;
  }
}
.top-service_wrapper {
  width: 100%;
  gap: 104px;
}
@media (max-width: 767px) {
  .top-service_wrapper {
    gap: 60px;
  }
}
.top-service_block {
  width: 100%;
  padding: 40px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .top-service_block {
    padding: 30px 16px;
  }
}
.top-service_block--nb {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  background: linear-gradient(180deg, rgba(50, 184, 233, 0.43) 0%, rgba(77, 171, 221, 0.16) 69.96%, rgba(89, 165, 216, 0.05) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -22%;
  right: 3%;
}
@media (max-width: 1023px) {
  .top-service_block--nb {
    top: -12%;
  }
}
@media (max-width: 767px) {
  .top-service_block--nb {
    font-size: 24px;
    top: -5.5%;
  }
}
.top-service_block--nb span {
  font-size: 120px;
}
@media (max-width: 767px) {
  .top-service_block--nb span {
    font-size: 60px;
  }
}
.top-service_block--inr {
  align-items: start !important;
  gap: 40px;
}
@media (max-width: 1023px) {
  .top-service_block--inr {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.top-service_block h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2.2;
  color: #174488;
  margin-bottom: 16px;
  gap: 16px;
}
@media (max-width: 767px) {
  .top-service_block h3 {
    font-size: 20px;
    gap: 12px;
  }
}
.top-service_block h3 img {
  width: 64px;
  height: 64px;
}
@media (max-width: 767px) {
  .top-service_block h3 img {
    width: 44.8px;
    height: 44.8px;
  }
}
.top-service_block p {
  font-size: 15px;
  color: #6d7e98;
  font-weight: 500;
  margin-bottom: 16px;
}
.top-service_block ul {
  padding: 16px;
  background-color: #ebf2f8;
  gap: 5px;
  align-items: start !important;
  margin-bottom: 24px;
  border-radius: 8px;
}
.top-service_block ul li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  color: #174488;
  font-weight: 500;
}
.top-service_block ul li::before {
  content: "";
  background-image: url(../../assets/images/cmn/check.svg);
  width: 16.6px;
  height: 16.6px;
  background-size: 100% 100%;
  position: absolute;
  top: 2px;
  left: 0;
}
.top-service_block--left {
  width: 50%;
}
@media (max-width: 1023px) {
  .top-service_block--left {
    width: 100%;
  }
}
.top-service_block--right {
  width: 46%;
}
@media (max-width: 1023px) {
  .top-service_block--right {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .top-service_block--right {
    width: 100%;
  }
}
.top-service_block--right__img {
  border-radius: 6px;
}
.top-service_block .btn-main {
  margin-left: auto;
}

.top-about {
  padding: 64px 0;
  background-color: #fafafc;
}
.top-about_inr {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
}
.top-about_wrapper {
  gap: 48px;
  align-items: start !important;
}
@media (max-width: 767px) {
  .top-about_wrapper {
    flex-direction: column;
  }
}
.top-about_img {
  width: 38.89%;
}
@media (max-width: 767px) {
  .top-about_img {
    width: 70vw;
    max-width: 420px;
    margin: 0 auto;
  }
}
.top-about_text {
  width: 56.67%;
}
@media (max-width: 767px) {
  .top-about_text {
    width: 100%;
  }
}
.top-about_text--inr {
  gap: 10px;
  justify-content: space-between;
  align-items: end !important;
  margin-bottom: 24px;
}
.top-about_text h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 3.2px;
  color: #103671;
}
.top-about_text h2 span {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
  color: #3d70be;
  display: block;
}
.top-about_text--img {
  width: 32.68%;
  border-radius: 4px;
}
.top-about_text p {
  color: #6d7e98;
  line-height: 180%;
  margin-bottom: 16px;
}
.top-about_text .btn-main {
  margin-left: auto;
}

.news {
  padding: 120px 0 80px;
}
@media (max-width: 1023px) {
  .news {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 60px 0;
  }
}
.news-inr {
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
  justify-content: space-between;
  align-items: start !important;
}
@media (max-width: 767px) {
  .news-inr {
    flex-direction: column;
    gap: 30px;
  }
}
.news-left {
  width: 20%;
}
@media (max-width: 767px) {
  .news-left {
    display: flex;
    gap: 30px;
    width: 100%;
  }
}
.news-left h2 {
  font-size: 32px;
  color: #103671;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .news-left h2 {
    margin-bottom: 26px;
    font-size: 28px;
  }
}
.news-left h2 span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.8px;
  background: linear-gradient(84deg, #204b8d 0%, #3f73c3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .news-left h2 span {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.news-left .btn-main {
  margin-left: 36px;
}
@media (max-width: 767px) {
  .news-left .btn-main {
    margin-left: 0;
  }
}
.news-right {
  gap: 2px;
  width: 66.67%;
}
@media (max-width: 767px) {
  .news-right {
    width: 100%;
  }
}
.news-right ul {
  gap: 2px;
}
.news-right ul li {
  width: 135px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background: linear-gradient(84deg, #3163b1 0%, #309eff 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 767px) {
  .news-right ul li {
    width: 121px;
    height: 37px;
    line-height: 37px;
    font-size: 13px;
  }
}
.news-right ul li:first-child {
  border-radius: 4px 0 0 0;
}
.news-right ul li:last-child {
  border-radius: 0 4px 0 0;
}
.news-right ul li.active {
  color: #174488;
  background: #f4f4f7;
  border: 1px solid #3163b1;
}
.news-wrapper {
  padding: 24px 40px 16px 40px;
  background-color: #f4f4f7;
}
@media (max-width: 767px) {
  .news-wrapper {
    padding: 24px 16px;
  }
}
.news-block_inr {
  width: 100%;
}
.news-block_item {
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #cad2e0;
}
.news-block h3 {
  width: 84%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
.news-block_info {
  gap: 8px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.2;
}
.news-block_info p {
  color: #6d7e98;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
}
.news-block_info--category {
  font-weight: 700;
  color: #174488;
  padding: 4px 24px;
  border: 1px solid #174488;
  border-radius: 24px;
  background-color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .news-block_info--category {
    font-size: 12px;
    padding: 4px 16px;
  }
}
.news-block_img {
  width: 20px;
}
.news-block:nth-child(n+2) {
  padding-top: 20px;
}

.single-news {
  margin-top: 121px;
}
@media (max-width: 767px) {
  .single-news {
    margin-top: 100px;
  }
}
.single-news_inr {
  width: min(100% - 32px, 880px);
  margin: 80px auto 40px;
  padding: 64px 120px;
  border: 1px solid #cad2e0;
  border-radius: 30px;
}
@media (max-width: 1023px) {
  .single-news_inr {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .single-news_inr {
    padding: 32px 16px;
    margin: 60px auto 30px;
  }
}
.single-news_wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #cad2e0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .single-news_wrapper {
    margin-bottom: 24px;
  }
}
.single-news h1 {
  font-size: 24px;
  color: #103671;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 8px;
}
.single-news_date {
  gap: 8px;
}
.single-news_date p {
  font-size: 14px;
  font-weight: 600;
  color: #6d7e98;
  font-family: "Lexend", sans-serif;
}
.single-news_date--category {
  font-size: 14px;
  font-weight: 700;
  color: #174488;
  padding: 4px 24px;
  border: 1px solid #174488;
  border-radius: 24px;
  background-color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .single-news_date--category {
    font-size: 12px;
    padding: 4px 16px;
  }
}
.single-news_main h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #174488;
  border-bottom: 2px solid #3D70BE;
}
.single-news_main p {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 24px;
}
.single-news_main img {
  width: 100%;
  margin-bottom: 32px;
}
.single-news_main h3 {
  padding-left: 10px;
  border-left: 5px solid #3d70be;
  margin-bottom: 18px;
  color: #174488;
}
.single-news_main h4 {
  font-size: 18px;
  font-weight: 700;
  color: #174488;
  margin-bottom: 8ox;
}
.single-news_main h5 {
  font-weight: 700;
  color: #174488;
}

.news-archive {
  padding: 0 0 80px 0;
}
@media (max-width: 767px) {
  .news-archive {
    padding: 0 0 60px 0;
  }
}
.news-archive_main {
  width: min(100% - 32px, 960px);
  margin: 80px auto;
}
.news-archive .news-block_item {
  padding-bottom: 32px;
}
.news-archive .news-block:nth-child(n+2) {
  padding-top: 32px;
}

.news-nav {
  margin-top: 80px;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .news-nav {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .news-nav {
    margin-top: 40px;
    gap: 10px;
  }
}
.news-nav li a {
  font-size: 14px;
  color: #174488;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px 47px;
  background: #f4f4f7;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .news-nav li a {
    font-size: 13px;
    padding: 6px 24px;
  }
}
.news-nav li .active {
  color: #fff;
  background: linear-gradient(326deg, #204b8d 20.13%, #3f73c3 79.57%);
}

.features-top {
  width: min(100% - 32px, 952px);
  margin: 0 auto;
  padding: 80px 0 96px;
}
.features-top h2 {
  font-size: 30px;
  color: #103671;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .features-top h2 {
    font-size: min(5.3333333333vw, 28px);
  }
}
.features-top h2 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 120%;
  color: #3d70be;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .features-top h2 span {
    font-size: min(3.2vw, 14px);
  }
}
.features-top_img {
  margin-bottom: 30px;
}
.features-top p {
  text-align: center;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.64px;
}
@media (max-width: 767px) {
  .features-top p {
    font-size: min(4vw, 16px);
  }
}

.features-point {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
  padding: 96px 0 99px;
}
@media (max-width: 767px) {
  .features-point {
    padding: 54px 0;
  }
}
.features-point_column {
  gap: 99px;
}
.features-point_inr {
  background-color: #ebf2f8;
  padding: 56px 64px;
  position: relative;
}
@media (max-width: 767px) {
  .features-point_inr {
    padding: 40px 16px;
  }
}
.features-point_nb {
  font-size: 40px;
  line-height: 120%;
  white-space: nowrap;
  background: linear-gradient(154deg, #fff -9.43%, #7bc1ea 79.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%) !important;
}
@media (max-width: 767px) {
  .features-point_nb {
    font-size: 24px;
    top: -72px;
  }
}
.features-point_nb02 {
  background: linear-gradient(127deg, #fff 5.73%, #7eabf0 83.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features-point_nb03 {
  background: linear-gradient(133deg, #fff -2.13%, #96d8c3 82.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features-point_nb span {
  font-size: 120px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .features-point_nb span {
    font-size: 84px;
  }
}
.features-point_title {
  width: 100%;
  margin: 0 auto 16px;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  padding: 8px 0;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.96px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .features-point_title {
    font-size: min(4.5333333333vw, 22px);
  }
}
.features-point_title01 {
  background-color: #61afdc;
}
.features-point_title02 {
  background-color: #467dd1;
}
.features-point_title03 {
  background-color: #5cc2a2;
}
.features-point_title img {
  width: 30px;
}
@media (max-width: 767px) {
  .features-point_title img {
    width: clamp(24px, 6.4vw, 30px);
  }
}
.features-point_text {
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 24px;
}
.features-point_wrapper {
  padding: 40px 64px;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .features-point_wrapper {
    padding: 32px 16px;
  }
}
.features-point_wrapper h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
  font-size: 18px;
  color: #103671;
  font-weight: 700;
  letter-spacing: 0.36px;
  position: relative;
  z-index: 2;
}
.features-point_wrapper h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  background-color: rgba(175, 203, 245, 0.25);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.features-point_wrapper .structure {
  gap: 24px;
  margin-bottom: 32px;
  justify-content: center;
}
@media (max-width: 1023px) {
  .features-point_wrapper .structure {
    flex-wrap: wrap;
  }
}
.features-point_wrapper .structure li {
  width: 31.41%;
  min-width: 226px;
  align-items: start !important;
  gap: 12px;
  border-radius: 4px;
  background-color: #fafafc;
  border: 1px solid #e5e7eb;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 700;
  color: #174488;
}
@media (max-width: 767px) {
  .features-point_wrapper .structure li {
    width: 100%;
    font-size: min(3.7333333333vw, 15px);
  }
}
.features-point_wrapper .structure li img {
  width: 20px;
}
.features-point_root {
  border-radius: 24px;
  box-shadow: 0 0 8px 0 rgba(8, 23, 44, 0.16);
  background-color: #fff;
  padding: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .features-point_root {
    padding: 20px 16px;
  }
}
.features-point_root h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .features-point_root h4 {
    font-size: min(4.2666666667vw, 18px);
  }
}
.features-point_root p {
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 12px;
}
.features-point_root .btn-main {
  margin: 28px 0 0 auto;
}
.features-point .flow {
  gap: 70px;
  padding: 24px 80px;
  background-color: #fff;
  border-radius: 24px;
  justify-content: center;
}
@media (max-width: 1023px) {
  .features-point .flow {
    flex-wrap: wrap;
    padding: 24px 60px;
  }
}
@media (max-width: 767px) {
  .features-point .flow {
    gap: 40px;
    padding: 24px 16px;
  }
}
.features-point .flow li {
  max-width: 87px;
  min-width: 86.5px;
  gap: 10px;
  font-weight: 700;
}
.features-point .flow li span {
  white-space: nowrap;
}
.features-point_wrapper03 {
  gap: 24px;
  align-items: start !important;
}
@media (max-width: 767px) {
  .features-point_wrapper03 {
    flex-direction: column;
  }
}
.features-point_wrapper03--img {
  border-radius: 8px;
  width: 34.66%;
}
@media (max-width: 767px) {
  .features-point_wrapper03--img {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
}
.features-point_wrapper03--right {
  width: 62.82%;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .features-point_wrapper03--right {
    width: 100%;
  }
}
.features-point_wrapper03--right h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 18px;
  color: #103671;
  font-weight: 700;
  letter-spacing: 0.36px;
  position: relative;
  z-index: 2;
}
.features-point_wrapper03--right h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  background-color: rgba(175, 203, 245, 0.25);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.features-point_wrapper03--right ul li {
  gap: 8px;
  align-items: start !important;
  font-size: 14px;
  font-weight: 700;
  color: #174488;
}
.features-point_wrapper03--right ul li img {
  width: 18px;
  transform: translateY(4px);
}

.company-philosophy {
  padding: 80px 0 120px;
  width: min(100% - 32px, 950px);
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .company-philosophy {
    padding: 60px 0 80px;
  }
}
.company-philosophy strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.72px;
  margin-bottom: 8px;
}
.company-philosophy ul {
  margin: 0 auto;
  text-align: left;
}
.company-philosophy ul li {
  align-items: start !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .company-philosophy ul li {
    font-size: 16px;
  }
}

.company-message {
  padding: 80px 0;
  background-color: #fafafc;
}
.company-message_inr {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
}
.company-message_wrapper {
  align-items: start !important;
  gap: 64px;
}
@media (max-width: 767px) {
  .company-message_wrapper {
    align-items: center !important;
    flex-direction: column-reverse;
  }
}
.company-message_text {
  width: 64.44%;
  align-items: start !important;
  gap: 12px;
}
@media (max-width: 767px) {
  .company-message_text {
    width: 100%;
  }
}
.company-message_text p {
  font-size: 15px;
}
.company-message_info {
  width: 29.63%;
}
@media (max-width: 767px) {
  .company-message_info {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.company-message_info img {
  display: block;
  margin-bottom: 16px;
}
.company-message_info p {
  font-weight: 500;
}

.company-group {
  padding: 120px 0;
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
}
.company-group .title-main h2 {
  font-size: min(4.2666666667vw, 30px);
}
.company-group_wrapper {
  gap: 40px;
  align-items: start !important;
}
@media (max-width: 1023px) {
  .company-group_wrapper {
    flex-direction: column;
  }
}
.company-group_img {
  width: 51.85%;
}
@media (max-width: 1023px) {
  .company-group_img {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
}
.company-group_info {
  width: 44.44%;
  padding: 32px;
  background-image: url(../../assets/images/company/group-back.png);
  background-size: cover;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .company-group_info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .company-group_info {
    padding: 32px 16px;
  }
}
.company-group_info .btn-group {
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  font-size: 14px;
  color: #174488;
  font-weight: 700;
  line-height: 150%;
  border-radius: 999px;
  background-color: #fff;
  border: 1px solid #3d70be;
  padding: 12px 27px 12px 40px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .company-group_info .btn-group {
    font-size: 13px;
  }
}
.company-group_info .btn-group img {
  width: 28.16px;
}
.company-group_text {
  gap: 12px;
  margin-bottom: 46px;
  align-items: start !important;
}
.company-group_text p {
  font-size: 14px;
  font-weight: 500;
}

.company-productsSuppliers {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .company-productsSuppliers .title-main h2 {
    font-size: min(6.9333333333vw, 30px);
  }
}
.company-productsSuppliers_main {
  border-radius: 30px;
  padding: 48px 64px;
  background-color: #e6f3fb;
}
@media (max-width: 1023px) {
  .company-productsSuppliers_main {
    padding: 48px 16px;
  }
}
@media (max-width: 767px) {
  .company-productsSuppliers_main {
    padding: 32px 16px;
  }
}
.company-productsSuppliers_wrapper {
  width: 100%;
  align-items: start !important;
  gap: 41px;
}
@media (max-width: 1023px) {
  .company-productsSuppliers_wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .company-productsSuppliers_wrapper {
    gap: 18px;
  }
}
.company-productsSuppliers_wrapper:nth-child(1), .company-productsSuppliers_wrapper:nth-child(2), .company-productsSuppliers_wrapper:nth-child(3) {
  width: 100%;
  margin-bottom: 40px;
}
.company-productsSuppliers_wrapper:nth-child(4) {
  margin-bottom: 24px;
}
.company-productsSuppliers p {
  font-size: 11px;
  color: #6d7e98;
  font-weight: 500;
  text-align: right;
}
.company-productsSuppliers_block {
  width: 30.46%;
}
@media (max-width: 1023px) {
  .company-productsSuppliers_block {
    width: auto;
  }
}
@media (max-width: 767px) {
  .company-productsSuppliers_block {
    width: 100%;
  }
}
.company-productsSuppliers_block--name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #174488;
  padding-left: 10px;
  position: relative;
  margin-bottom: 2px;
}
.company-productsSuppliers_block--name::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #174488;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.company-productsSuppliers_block ul {
  gap: 8px;
  align-items: start !important;
}
@media (max-width: 767px) {
  .company-productsSuppliers_block ul li {
    width: 100%;
  }
}
.company-productsSuppliers_block ul li a {
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.15px;
  width: 290px;
  min-width: 290px;
  height: 44px;
  background-color: #fff;
  padding: 0 12px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .company-productsSuppliers_block ul li a {
    width: 100%;
  }
}
.company-productsSuppliers_block ul li img {
  width: 15.84px;
}
.company-productsSuppliers_block02 {
  width: 62.61%;
}
@media (max-width: 767px) {
  .company-productsSuppliers_block02 {
    width: 100%;
  }
}
.company-productsSuppliers_block02 ul {
  flex-wrap: wrap;
  gap: 8px 16px;
}
.company-productsSuppliers_block02 ul li {
  max-width: 48.65%;
}
@media (max-width: 767px) {
  .company-productsSuppliers_block02 ul li {
    max-width: 100%;
  }
}

.company-outline {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .company-outline {
    padding: 80px 0;
  }
}
.company-outline table {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.company-outline table tbody tr {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #E5E7EB;
}
@media (max-width: 767px) {
  .company-outline table tbody tr {
    flex-direction: column;
    font-size: min(3.7333333333vw, 16px);
  }
}
.company-outline table tbody tr th {
  width: 25%;
}
@media (max-width: 767px) {
  .company-outline table tbody tr th {
    width: 100%;
  }
}
.company-outline table tbody tr td:last-child {
  width: 74.55%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .company-outline table tbody tr td:last-child {
    width: 100%;
  }
}
.company-outline_address {
  align-items: start !important;
  gap: 16px;
}
.company-outline_history {
  align-items: start !important;
  gap: 10px;
}
.company-outline_history span {
  white-space: nowrap;
}

.company-access {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
  padding-bottom: 80px;
}
.company-access_block {
  padding: 40px;
  background-color: #F9F9F9;
}
@media (max-width: 1023px) {
  .company-access_block {
    padding: 32px 16px;
  }
}
.company-access_block:nth-child(2) {
  margin-bottom: 32px;
}
.company-access_block h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #E5E7EB;
  margin-bottom: 16px;
}
.company-access_block h3 span {
  padding-left: 8px;
  border-left: 4px solid #3d70be;
}
.company-access_wrapper {
  gap: 40px;
  align-items: start !important;
}
@media (max-width: 767px) {
  .company-access_wrapper {
    align-items: center !important;
    flex-direction: column;
  }
}
.company-access_info {
  width: 30.5%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .company-access_info {
    width: 100%;
  }
}
.company-access_info img {
  display: block;
  margin-top: 16px;
  border-radius: 4px;
}
.company-access_map {
  width: 65.5%;
}
@media (max-width: 767px) {
  .company-access_map {
    width: 100%;
  }
}
.company-access_map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 655/282;
}

.service-head {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
  padding: 40px 0;
}
.service-head p {
  text-align: center;
  font-size: 15px;
  line-height: 200%;
  letter-spacing: 0.3px;
  margin-bottom: 64px;
}
.service-head_nav {
  width: 100%;
}
.service-head_nav ul {
  width: 100%;
  gap: 40px;
}
@media (max-width: 1023px) {
  .service-head_nav ul {
    gap: 26px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .service-head_nav ul {
    flex-direction: column;
  }
}
.service-head_nav ul li {
  width: 30.83%;
}
@media (max-width: 1023px) {
  .service-head_nav ul li {
    width: 100%;
    max-width: 330px;
  }
}
.service-head_nav ul li a {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2px;
  white-space: nowrap;
  padding: 12px 24px;
  border-radius: 999px;
  background: #ebf2f8;
  box-shadow: 0 0 10px 0 rgba(23, 68, 136, 0.3);
  transition: all 0.2s;
}
@media (max-width: 1279px) {
  .service-head_nav ul li a {
    font-size: min(1.3685239492vw, 16px);
  }
}
@media (max-width: 1023px) {
  .service-head_nav ul li a {
    font-size: 16px;
  }
}
.service-head_nav ul li a span {
  width: 100%;
  gap: 21px;
}
.service-head_nav ul li a span img {
  width: 22px;
  transition: all 0.2s;
}
.service-head_nav ul li a img {
  width: 24px;
}
.service-head_nav ul li a:hover {
  scale: 1.03;
}

.service-main {
  padding: 64px 0;
  border-top: 1px solid #E5E7EB;
}
.service-main_inr {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
  gap: 80px;
}
@media (max-width: 767px) {
  .service-main_inr {
    gap: 60px;
  }
}
.service-block_title {
  gap: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 3.2px;
  color: #174488;
  padding-bottom: 12px;
  border-bottom: 4px solid #3163b1;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .service-block_title {
    font-size: min(6.4vw, 30px);
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.service-block_title img {
  width: 49px;
}
@media (max-width: 767px) {
  .service-block_title img {
    width: clamp(9vw, 9vw, 46px);
  }
}
.service-wrapper {
  gap: 40px;
  align-items: start !important;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .service-wrapper {
    flex-direction: column-reverse;
    align-items: center !important;
  }
}
.service-wrapper p {
  font-size: 14.5px;
  width: 48.15%;
}
@media (max-width: 767px) {
  .service-wrapper p {
    width: 100%;
  }
}
.service-wrapper img {
  width: 48.15%;
}
@media (max-width: 767px) {
  .service-wrapper img {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }
}
.service-possible {
  margin-bottom: 40px;
}
.service-possible h3 {
  font-size: 20px;
  color: #103671;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 24px;
  text-align: center;
}
.service-possible_wrapper {
  align-items: stretch !important;
  gap: 24px;
}
@media (max-width: 767px) {
  .service-possible_wrapper {
    flex-direction: column;
    align-items: center !important;
  }
}
.service-possible_block {
  width: 48.89%;
  padding: 20px 24px;
  background-color: #3d70be;
  border-radius: 6px;
  border: 1px solid #E5E7EB;
}
@media (max-width: 767px) {
  .service-possible_block {
    width: 100%;
    padding: 18px 16px;
  }
}
.service-possible_block h4 {
  gap: 8px;
  font-size: 18px;
  color: #174488;
  font-weight: 700;
  background-color: #fff;
  padding: 4px 18px;
  border-radius: 4px;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .service-possible_block h4 {
    font-size: min(1.5645371578vw, 18px);
  }
}
@media (max-width: 767px) {
  .service-possible_block h4 {
    font-size: 16px;
  }
}
.service-possible_block h4 img {
  width: 16.7px;
}
.service-possible_block p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .service-possible_block p {
    font-size: 14px;
  }
}
.service-product {
  margin-bottom: 24px;
}
.service-product h4 {
  font-size: 20px;
  color: #103671;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 24px;
  text-align: center;
}
.service-product_wrapper {
  gap: 16px;
  align-items: stretch !important;
}
@media (max-width: 767px) {
  .service-product_wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.service-product_block {
  width: 23.89%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(8, 23, 44, 0.16);
  padding: 8px 16px;
}
@media (max-width: 767px) {
  .service-product_block {
    width: 47%;
  }
}
.service-product_block strong {
  display: block;
  text-align: center;
  margin: 6px 0 4px;
  background-color: #3d70be;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .service-product_block strong {
    font-size: min(1.8252933507vw, 16px);
  }
}
@media (max-width: 767px) {
  .service-product_block strong {
    font-size: min(3.4666666667vw, 16px);
  }
}
.service-product_block p {
  font-size: 14px;
}
@media (max-width: 767px) {
  .service-product_block p {
    font-size: min(3.2vw, 14px);
  }
}
.service-productlist {
  padding: 24px 43px;
  background-color: #ebf2f8;
}
@media (max-width: 767px) {
  .service-productlist {
    padding: 24px 6px;
  }
}
.service-productlist h5 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 150%;
  margin-bottom: 16px;
  text-align: center;
}
.service-productlist ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1023px) {
  .service-productlist ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .service-productlist ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 10px;
  }
}
.service-productlist ul li {
  height: 42px;
  line-height: 42px;
  background-color: #fff;
  padding: 0 16px 0 12px;
  color: #174488;
  font-weight: 700;
}
@media (max-width: 767px) {
  .service-productlist ul li {
    height: 36px;
    line-height: 36px;
    font-size: min(2.8vw, 14px);
    padding: 0 12px;
  }
}
.service-productlist ul .li-none {
  background-color: transparent;
  line-height: 58px;
  color: #000;
}
.service-content h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #103671;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto 24px;
  text-align: center;
  position: relative;
}
.service-content h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background-color: rgba(175, 203, 245, 0.25);
}
.service-content_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .service-content_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-content_block {
  padding: 12px;
  gap: 16px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(8, 23, 44, 0.16);
  align-items: start !important;
}
.service-content_img {
  width: 22.44%;
}
.service-content_text {
  width: 74.41%;
}
.service-content_text h4 {
  font-size: 15px;
  font-weight: 700;
  color: #174488;
  margin-bottom: 4px;
}
.service-content_text p {
  font-size: 14px;
}

.contact-main {
  width: min(100% - 32px, 960px);
  margin: 80px auto 120px;
  border-radius: 8px;
  background-color: #f4f4f7;
  padding: 64px 80px;
}
@media (max-width: 767px) {
  .contact-main {
    padding: 52px 16px;
  }
}
.contact-main_text {
  width: min(100% - 32px, 960px);
  margin: 64px auto 64px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-main_text {
    font-size: min(3.4666666667vw, 16px);
    margin: 60px auto 0;
  }
}

.contact-text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-text {
    margin: 40px auto;
  }
}
.contact-text h2 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2.4px;
}
@media (max-width: 767px) {
  .contact-text h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.contact-text p {
  letter-spacing: 1.28px;
}
@media (max-width: 767px) {
  .contact-text p {
    font-size: min(3.2vw, 16px);
  }
}

.contact {
  background-color: #ecf2f5;
  border-radius: 20px;
  padding: 60px 100px;
  margin: 0 0 130px 0;
}
@media (max-width: 1023px) {
  .contact {
    padding: 60px;
    margin: 0 0 100px 0;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 60px 20px;
    margin: 0 0 80px 0;
  }
}

.contact-wrapper {
  width: min(100% - 160px, 1280px);
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .contact-wrapper {
    width: min(100% - 120px, 1280px);
  }
}
@media (max-width: 767px) {
  .contact-wrapper {
    width: min(100% - 32px, 1280px);
  }
}

.form-group {
  margin-bottom: 35px;
}
.form-group .wpcf7-form-control-wrap {
  width: 100%;
}
.form-group .wpcf7-list-item {
  margin: 0;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 15px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #cad2e0;
  font-size: 16px;
  border-radius: 4px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .form-group input,
  .form-group textarea {
    padding: 12px;
  }
}
.form-group textarea {
  width: 100%;
  height: 360px;
  resize: vertical;
  resize: none;
}
.form-group_btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

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

input::placeholder,
textarea::placeholder {
  color: #a6b0be;
}

.required {
  display: inline-block;
  background-color: #c73131;
  color: #fff;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 4px;
  margin-left: 4px;
  line-height: 1;
  vertical-align: middle;
}

.form-note {
  width: -moz-fit-content;
  width: fit-content;
  align-items: start !important;
  gap: 20px;
}
@media (max-width: 767px) {
  .form-note {
    font-size: 15px;
  }
}
.form-note p:last-child {
  margin-bottom: 40px;
}
.form-note a {
  color: #038cfd;
  border-bottom: 1px solid #038cfd;
}

input[type=submit] {
  width: 380px;
  height: 64px;
  text-align: center;
  background: linear-gradient(84deg, #f96d36 0%, #f99b36 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(54, 58, 61, 0.16);
  border-radius: 999px;
  cursor: pointer;
  margin: 0 auto;
}

.wpcf7-spinner {
  display: none;
}

.privacy-policy_main {
  width: min(100% - 32px, 960px);
  margin: 80px auto 120px;
}
.privacy-policy_main h2 {
  border-left: 5px solid #3d70be;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.8px;
  color: #103671;
  margin-bottom: 16px;
}
.privacy-policy_main p {
  margin-bottom: 40px;
}

.thanks {
  width: min(100% - 32px, 640px);
  margin: 80px auto 120px;
}
.thanks h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.12px;
  margin-bottom: 24px;
  text-align: center;
}
.thanks-text {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: center;
}
.thanks-block {
  width: 100%;
  padding: 40px 16px;
  background-color: #f4f4f7;
  text-align: center;
  margin-bottom: 40px;
  border-radius: 30px;
}
.thanks-block h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  margin-bottom: 24px;
}
.thanks-block_wrapper {
  padding: 16px 24px;
  background-color: #fff;
}
.thanks-block_wrapper--tel {
  font-size: 28px;
  color: #3d70be;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.56px;
  gap: 8px;
  font-family: "Lexend", sans-serif;
  margin-bottom: 4px;
}
.thanks-block_wrapper--tel img {
  width: 32px;
}
.thanks-block_wrapper--info {
  font-size: 13px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.26px;
}

.mv-top {
  height: 100svh;
  position: relative;
}
@media (max-width: 767px) {
  .mv-top {
    height: 95svh;
  }
}
.mv-top_img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv-top_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.mv-top_imgBottom {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.mv-top_inr {
  height: 100%;
  position: relative;
}
.mv-top_title {
  width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .mv-top_title {
    left: 10%;
  }
}
.mv-top_title h1 {
  font-size: 4.1vw;
  letter-spacing: 6px;
  font-family: "Figtree", sans-serif;
}
@media (max-width: 1023px) {
  .mv-top_title h1 {
    font-size: 3.9vw;
  }
}
@media (max-width: 767px) {
  .mv-top_title h1 {
    font-size: min(7.4666666667vw, 40px);
    letter-spacing: 2.8px;
    line-height: 145%;
  }
}
.mv-top_title p .text-en {
  display: inline-block;
  background: linear-gradient(84deg, #174ea3 0%, #08f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.mv-top_title p .text-en.is-active {
  opacity: 1;
  transform: translateY(0);
}
.mv-top_title p.en {
  text-shadow: 0 0 40px rgba(0, 135, 191, 0.92);
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: 3px;
  font-family: "Lexend", sans-serif;
}
@media (max-width: 767px) {
  .mv-top_title p.en {
    font-size: min(2.6666666667vw, 18px);
  }
}
.mv-top_illust01, .mv-top_illust02, .mv-top_illust03 {
  position: absolute;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}
.mv-top_illust01 {
  width: 12.26vw;
  top: 11%;
  right: 17%;
  animation-delay: 1s;
}
@media (max-width: 767px) {
  .mv-top_illust01 {
    top: 13%;
    right: 28%;
    width: 25.15vw;
  }
}
.mv-top_illust02 {
  width: 15.42vw;
  top: 25%;
  right: 5%;
  animation-delay: 2s;
}
@media (max-width: 767px) {
  .mv-top_illust02 {
    width: 31.73vw;
    top: 25%;
    right: 3%;
  }
}
.mv-top_illust03 {
  width: 12.26vw;
  bottom: 29%;
  left: 5%;
  animation-delay: 3s;
}
@media (max-width: 767px) {
  .mv-top_illust03 {
    bottom: 35%;
    left: 0%;
    width: 25.15vw;
  }
}

.text {
  display: inline;
  background: linear-gradient(84deg, #174ea3 0%, #08f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text.is-active {
  --opacity: 1;
}
.text.is-active .char,
.text.is-active .whitespace {
  opacity: 1;
}

.char {
  display: inline-block;
  opacity: var(--opacity, 0);
  transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
  background: linear-gradient(84deg, #174ea3 0%, #08f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.whitespace {
  display: inline-block;
  width: 0.25em;
}

.visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mv-news {
  max-width: 442px;
  min-width: 300px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 10px 20px 32px;
  background-color: #132a4e;
  color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  position: absolute;
  bottom: 2%;
  right: 4%;
  gap: 10px;
}
@media (max-width: 1023px) {
  .mv-news {
    padding: 16px 22px;
  }
}
@media (max-width: 767px) {
  .mv-news {
    max-width: 359px;
    bottom: 0;
    right: 0;
    padding: 12px 20px;
  }
}
.mv-news:hover h3 {
  background-position: bottom left;
  background-size: 100% 2px;
}
.mv-news_inr {
  width: 82.81;
}
.mv-news_info {
  gap: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mv-news_info {
    margin-bottom: 6px;
  }
}
.mv-news_info p {
  font-size: 13px;
  color: #c7d6ee;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .mv-news_info p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .mv-news_info p {
    font-size: 12px;
  }
}
.mv-news_info--category {
  font-size: 14px;
  font-weight: 700;
  padding: 4px 24px;
  background-color: #fff;
  border-radius: 24px;
  border: 1px solid #174488;
  color: #174488;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .mv-news_info--category {
    font-size: 12px;
    padding: 3px 18px;
  }
}
.mv-news h3 {
  font-size: 13px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-bottom: 4px;
  background-image: linear-gradient(#3d70be, #3d70be);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 2px;
  transition: background-size 0.3s;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mv-news h3 {
    font-size: 12px;
  }
}
.mv-news img {
  width: 24px;
}

.builtoninsight {
  position: absolute;
  bottom: 50%;
  left: -2%;
  transform: translateY(-50%) rotate(270deg);
  font-family: "Alegreya Sans SC", sans-serif;
  color: #fff;
  font-size: clamp(10px, 1.04vw, 1.04vw);
  font-weight: 500;
  text-align: center;
}
.builtoninsight span {
  display: block;
  width: 12.5vw;
  height: 1px;
  background-color: #fff;
  margin-top: 8px;
  transform-origin: right;
  animation: drawLine 1.8s ease-out infinite;
}

@keyframes drawLine {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.mv-page {
  background-image: url(../../assets/images/mv/mv-back-news.jpg);
  background-size: cover;
  aspect-ratio: 720/163;
  position: relative;
}
@media (max-width: 767px) {
  .mv-page {
    aspect-ratio: 25/28;
    background-size: cover;
  }
}
.mv-page h1 {
  position: absolute;
  top: 60%;
  left: 10%;
  transform: translateY(-50%);
  font-size: 32px;
  color: #103671;
  letter-spacing: 0.96px;
}
@media (max-width: 1023px) {
  .mv-page h1 {
    top: 55%;
  }
}
@media (max-width: 767px) {
  .mv-page h1 {
    top: 50%;
  }
}
.mv-page h1 span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: rgba(93, 130, 163, 0.5);
  padding-left: 8px;
  position: relative;
}
.mv-page h1 span::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #a7bdcf;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.mv-privacy-policy {
  width: 100%;
  height: 326px;
  background-image: url(../../assets/images/mv/mv-back-privacy-policy.jpg);
  background-size: cover;
  position: relative;
}
.mv-privacy-policy h1 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.96;
  color: #103671;
  white-space: nowrap;
}
.mv-privacy-policy h1 span {
  display: block;
  font-size: 16px;
  color: rgba(93, 130, 163, 0.5);
  font-weight: 600;
  letter-spacing: 0.64px;
}

.mv-page_features {
  background-image: url(../../assets/images/mv/mv-back-features.jpg);
}
@media (max-width: 767px) {
  .mv-page_features {
    background-position: 70% 50%;
  }
}

.mv-page_company {
  background-image: url(../../assets/images/mv/mv-back-company.jpg);
}
@media (max-width: 767px) {
  .mv-page_company {
    background-position: 70% 50%;
  }
}

.mv-page_service {
  background-image: url(../../assets/images/mv/mv-back-service.jpg);
}
@media (max-width: 767px) {
  .mv-page_service {
    background-position: 70% 50%;
  }
}

.mv-page_contact {
  background-image: url(../../assets/images/mv/mv-back-contact.jpg);
}
@media (max-width: 767px) {
  .mv-page_contact {
    background-position: 80% 50%;
  }
}

.cta {
  width: 100%;
  background-image: url(../../assets/images/cta/cta-back.jpg);
  height: 470px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 130px;
  position: relative;
}
@media (max-width: 1023px) {
  .cta {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cta {
    padding-bottom: 60px;
  }
}
.cta-inr {
  width: min(100% - 32px, 760px);
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.cta-inr h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 4px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cta-inr h2 {
    font-size: min(7.4666666667vw, 40px);
  }
}
.cta-inr h2 span {
  display: block;
  color: #e1f1ff;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .cta-inr h2 span {
    font-size: min(4.8vw, 20px);
  }
}
.cta-inr p {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 16px rgba(23, 56, 95, 0.5);
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cta-inr p {
    font-size: min(4.2666666667vw, 20px);
  }
}

.cta-service {
  background-color: #e6f3fb;
}
.cta-service_inr {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
  padding: 80px 0;
}
.cta-service_inr h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.68px;
  color: #103671;
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .cta-service_inr h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .cta-service_inr h2 {
    font-size: min(8vw, 36px);
    margin-bottom: 26px;
    text-align: center;
  }
}
.cta-service_wrapper {
  gap: 24px;
  align-items: stretch !important;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-service_block {
  width: 31.85%;
  min-width: 287px;
  padding: 16px 16px 12px 16px;
  border-radius: 8px;
  background-color: #fff;
}
.cta-service_block--img {
  position: relative;
  overflow: hidden;
}
.cta-service_block--img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 31.37%;
  background: linear-gradient(180deg, rgba(38, 83, 151, 0.3) 1.04%, rgba(38, 83, 151, 0.7) 93.75%);
  transition: height 0.3s ease;
}
.cta-service_block:hover {
  opacity: 1;
}
.cta-service_block:hover .cta-service_block--img::before {
  height: 100%;
}
.cta-service_block:hover .cta-service_block--text__arrow {
  transform: translateX(4px);
}
.cta-service_block--text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 120%;
  color: #fff;
  justify-content: space-between;
  padding: 13px 16px;
}
@media (max-width: 1023px) {
  .cta-service_block--text {
    padding: 12px 12px 6px 12px;
  }
}
.cta-service_block--text__illust {
  width: 16px;
  margin-right: 25px;
}
.cta-service_block--text__arrow {
  width: 24px;
  transition: all 0.6s;
}
.cta-service_block p {
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
  margin-top: 8px;
}

.pankuzu {
  padding-top: 16px;
  gap: 15px;
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pankuzu {
    display: none !important;
  }
}
.pankuzu .breadcrumb-arrow {
  width: 5.4px;
  transform: translateY(2px);
}
.pankuzu .breadcrumb-arrow:last-child {
  display: none;
}
.pankuzu span {
  font-size: 12px;
  font-weight: 500;
  color: #3d70be;
}
.pankuzu .current-item {
  color: #a6b0be;
}

.news-pagination {
  margin-top: 80px;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .news-pagination {
    margin-top: 40px;
  }
}
.news-pagination .page-numbers {
  font-size: 16px;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  color: #3d70be;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f4f7;
}
.news-pagination .current {
  background: linear-gradient(84deg, #204b8d 0%, #3f73c3 100%);
  color: #fff;
}
.news-pagination .next,
.news-pagination .prev {
  width: 6.2px;
  line-height: 1;
  padding: 0;
  background-color: transparent;
}

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

.title-main {
  text-align: center;
  margin-bottom: 48px;
}
.title-main h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 3px;
  color: #103671;
}
.title-main h2 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 120%;
  color: #3d70be;
  margin-bottom: 12px;
}

.btn-header {
  gap: 7px;
  background: linear-gradient(84deg, #f96d36 0%, #f99b36 100%);
  padding: 14px 20px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.26px;
  font-weight: 700;
  border-radius: 100px;
}
@media (max-width: 1279px) {
  .btn-header {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .btn-header {
    max-width: 249px;
    padding: 16px 25px;
    display: flex !important;
    justify-content: center !important;
    flex-direction: row !important;
    margin: 42px auto 0;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 12px 0 rgba(24, 43, 72, 0.25);
    font-size: 15px;
  }
}
.btn-header_left {
  width: 22px;
}
@media (max-width: 1279px) {
  .btn-header_left {
    width: 20px;
  }
}
.btn-header_right {
  width: 46.65px;
  height: 25.92px;
}

.btn-main {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 150%;
  height: 56px;
  justify-content: space-between;
  padding: 5px 36px 6px 26px;
  background: linear-gradient(84deg, #3163b1 0%, #309eff 100%);
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .btn-main {
    font-size: 15px;
    height: 50px;
    padding: 6px 36px 6px 22px;
  }
}
.btn-main::before {
  content: "";
  width: 78px;
  height: 46px;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  border-radius: 999px;
  background-color: #92c3ff;
  transition: width 0.3s ease, right 0.3s ease, background-color 0.3s ease;
  z-index: 1;
}
@media (max-width: 767px) {
  .btn-main::before {
    width: 72px;
    height: 40px;
  }
}
.btn-main img,
.btn-main span {
  position: relative;
  z-index: 4;
}
.btn-main img {
  width: 16px;
  transition: transform 0.3s ease;
}
.btn-main:hover {
  opacity: 1;
}
.btn-main:hover::before {
  width: calc(100% - 12px);
  right: 6px;
}
.btn-main:hover img {
  transform: translateX(4px);
}
.btn-main_248 {
  width: 248px;
}
.btn-main_200 {
  width: 200px;
}
.btn-main_218 {
  width: 218px;
}
@media (max-width: 767px) {
  .btn-main_218 {
    width: 200px;
  }
}
.btn-main_183 {
  width: 183px;
}
.btn-main_232 {
  width: 232px;
}
.btn-main_266 {
  width: 266px;
}

.btn-news {
  margin: 0 auto 130px;
}

.btn-cta {
  max-width: 400px;
  margin: 0 auto;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.44px;
  padding: 20px 20px 20px 32px;
  border-radius: 100px;
  background: linear-gradient(84deg, #f96d36 0%, #f99b36 100%);
  box-shadow: 0 4px 8px 0 rgba(61, 116, 181, 0.3);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
}
@media (max-width: 767px) {
  .btn-cta {
    font-size: 18px;
  }
}
.btn-cta_mail {
  width: 27.429px;
  height: 22.286px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .btn-cta_mail {
    width: 21.943px;
    height: 17.814px;
  }
}
.btn-cta_arrow {
  width: 64.8px;
  height: 36px;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .btn-cta_arrow {
    width: 51.84px;
    height: 28.8px;
  }
}

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

.container-mv {
  width: min(100% - 32px, 75vw);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container-mv {
    width: min(100% - 32px, 1080px);
  }
}

.fadein {
  opacity: 0;
  transition: all 0.6s 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(20px);
}
.fadein.fadein-right {
  transform: translateX(20px);
}
.fadein.fadein-left {
  transform: translateX(-20px);
}
.fadein.fadein-in {
  transform: scale(0.98);
}
.fadein.active {
  opacity: 1;
  transform: none;
}
.fadein.active.fadein-in {
  transform: scale(1);
}/*# sourceMappingURL=style.css.map */