@charset "UTF-8";
/*!
Theme Name: ATAC
Theme URI: https://example.com
Author: ATAC Team
Author URI: https://example.com
Description: Modern WordPress theme for ATAC
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: atac
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@media (min-width: 768px) {
  .onlySp {
    display: none !important;
  }
}

.onlyPc {
  display: none !important;
}
@media (min-width: 768px) {
  .onlyPc {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .onlyPc--flex {
    display: flex !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #1D1D1D;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style-position: inside;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.skip-link:focus {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  padding: 0.5rem 1rem;
  background-color: #1D1D1D;
  color: #fff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1D1D1D;
}

h1 {
  font-size: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  h1 {
    font-size: calc(48 / 1440 * 100vw);
  }
}

h2 {
  font-size: calc(32 / 390 * 100vw);
}
@media (min-width: 768px) {
  h2 {
    font-size: calc(40 / 1440 * 100vw);
  }
}

h3 {
  font-size: calc(28 / 390 * 100vw);
}
@media (min-width: 768px) {
  h3 {
    font-size: calc(32 / 1440 * 100vw);
  }
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

small {
  font-size: 14px;
}

code,
pre {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9em;
}

pre {
  padding: 1rem;
  background-color: #f1f1f1;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  overflow-x: auto;
  margin-bottom: 1rem;
}

code {
  padding: 0.2em 0.4em;
  background-color: #f1f1f1;
  border-radius: 4px;
}

pre code {
  padding: 0;
  background-color: transparent;
}

blockquote {
  margin: 1rem 0;
  padding: 1rem;
  padding-left: 2rem;
  border-left: 4px solid #1D1D1D;
  background-color: #f1f1f1;
  font-style: italic;
  color: #303030;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 14px;
  font-style: normal;
  color: #303030;
}

/**
 * Global Focus States for Accessibility
 * Provides consistent focus indicators across all interactive elements
 */
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus,
[role=button]:focus,
[role=tab]:focus,
[role=link]:focus,
[tabindex]:not([tabindex="-1"]):focus {
  outline: none;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role=button]:focus-visible,
[role=tab]:focus-visible,
[role=link]:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
  outline: 3px solid #1d1d1d;
  outline-offset: 2px;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.js-focus-visible .focus-visible {
  outline: 3px solid #1d1d1d;
  outline-offset: 2px;
}

.header__menuToggle:focus-visible {
  outline: 3px solid #1d1d1d;
  outline-offset: 2px;
}

.managementTeam__card:focus-visible {
  outline: 3px solid #1d1d1d;
  outline-offset: 2px;
  border-radius: 4px;
}

.skip-link:focus {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  padding: 0.5rem 1rem;
  background-color: #1d1d1d;
  color: #fff;
  text-decoration: none;
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.fadeIn {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fadeIn.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fadeInLeft {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fadeInLeft.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.fadeInRight {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fadeInRight.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.fadeIn--stagger > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fadeIn--stagger.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}
.fadeIn--stagger.is-visible > *:nth-child(1) {
  transition-delay: 0s;
}
.fadeIn--stagger.is-visible > *:nth-child(2) {
  transition-delay: 0.12s;
}
.fadeIn--stagger.is-visible > *:nth-child(3) {
  transition-delay: 0.24s;
}
.fadeIn--stagger.is-visible > *:nth-child(4) {
  transition-delay: 0.36s;
}
.fadeIn--stagger.is-visible > *:nth-child(5) {
  transition-delay: 0.48s;
}
.fadeIn--stagger.is-visible > *:nth-child(6) {
  transition-delay: 0.6s;
}
.fadeIn--stagger.is-visible > *:nth-child(7) {
  transition-delay: 0.72s;
}
.fadeIn--stagger.is-visible > *:nth-child(8) {
  transition-delay: 0.84s;
}
.fadeIn--stagger.is-visible > *:nth-child(9) {
  transition-delay: 0.96s;
}
.fadeIn--stagger.is-visible > *:nth-child(10) {
  transition-delay: 1.08s;
}

@media (prefers-reduced-motion: reduce) {
  .fadeIn,
  .fadeInLeft,
  .fadeInRight,
  .fadeIn--stagger > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(12 / 390 * 100vw) calc(14 / 390 * 100vw);
  background-color: transparent;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .header {
    padding: calc(30 / 1440 * 100vw) calc(64 / 1440 * 100vw);
  }
}
.header.is-fixed {
  background-color: rgba(255, 255, 255, 0.9);
}
.header__left {
  display: flex;
  align-items: center;
}
.header__right {
  display: flex;
  align-items: center;
  gap: calc(40 / 1440 * 100vw);
}
.header__branding {
  display: flex;
  align-items: center;
}
.header__logoLink {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header__logo {
  width: calc(112 / 390 * 100vw);
  height: auto;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .header__logo {
    width: calc(160 / 1440 * 100vw);
  }
}
.header__logo--default {
  display: block;
}
.header.is-fixed .header__logo--default {
  display: none;
}
.header__logo--fixed {
  display: none;
}
.header.is-fixed .header__logo--fixed {
  display: block;
}
.header__navigation {
  display: none;
  align-items: center;
  height: 100%;
}
@media (min-width: 768px) {
  .header__navigation {
    display: flex;
  }
}
.header__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: calc(41 / 1440 * 100vw);
  align-items: center;
}
.header__menu li {
  margin: 0;
  padding: 0;
}
.header__menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: calc(18 / 1440 * 100vw);
  font-weight: 400;
  letter-spacing: 0;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  white-space: nowrap;
}
.header.is-fixed .header__menu a {
  color: #223E63;
}
.header__menu a:hover {
  opacity: 0.7;
}
.header__menu .menu-item-has-children {
  position: relative;
}
.header__menu .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  margin-left: calc(8 / 1440 * 100vw);
  vertical-align: middle;
  opacity: 0.7;
}
.header__menuToggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(40 / 390 * 100vw);
  height: calc(40 / 390 * 100vw);
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  order: -1;
  position: relative;
  z-index: 1001;
}
@media (min-width: 768px) {
  .header__menuToggle {
    display: none;
  }
}
.header__menuIcon {
  position: relative;
  width: calc(24 / 390 * 100vw);
  height: 2px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.header.is-fixed .header__menuIcon {
  background-color: #223E63;
}
.header__menuIcon::before, .header__menuIcon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.header.is-fixed .header__menuIcon::before, .header.is-fixed .header__menuIcon::after {
  background-color: #223E63;
}
.header__menuIcon::before {
  top: calc(-7 / 390 * 100vw);
}
.header__menuIcon::after {
  bottom: calc(-7 / 390 * 100vw);
}
.header__menuToggle[aria-expanded=true] .header__menuIcon {
  background-color: transparent;
}
.header__menuToggle[aria-expanded=true] .header__menuIcon::before {
  transform: translateY(calc(7 / 390 * 100vw)) rotate(45deg);
  background-color: #ffffff;
}
.header__menuToggle[aria-expanded=true] .header__menuIcon::after {
  transform: translateY(calc(-7 / 390 * 100vw)) rotate(-45deg);
  background-color: #ffffff;
}
.header__cta {
  display: none;
}
@media (min-width: 768px) {
  .header__cta {
    display: flex;
    align-items: center;
  }
}
.header__contactBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: calc(62 / 1440 * 100vw);
  padding: 0 calc(28 / 1440 * 100vw);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
  font-size: calc(18 / 1440 * 100vw);
  font-weight: 300;
  letter-spacing: 0.05em;
  border-radius: calc(40 / 1440 * 100vw);
  gap: calc(8 / 1440 * 100vw);
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.header.is-fixed .header__contactBtn {
  color: #223E63;
  border-color: #223E63;
}
.header__contactBtn::before {
  content: "";
  display: block;
  width: calc(8 / 1440 * 100vw);
  height: calc(8 / 1440 * 100vw);
  background-color: #ffffff;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
}
.header.is-fixed .header__contactBtn::before {
  background-color: #223E63;
}
.header__contactBtn:hover {
  opacity: 0.7;
}
.header__mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header__mobileMenu.is-open {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .header__mobileMenu {
    display: none;
  }
}
.header__mobileNav {
  width: 100%;
  padding: 0 calc(20 / 390 * 100vw);
}
.header__mobileMenuList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(32 / 390 * 100vw);
}
.header__mobileMenuList li {
  margin: 0;
  padding: 0;
}
.header__mobileMenuList a {
  color: #ffffff;
  text-decoration: none;
  font-size: calc(24 / 390 * 100vw);
  font-weight: 300;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease-in-out;
  display: flex;
}
.header__mobileMenuList a:hover {
  opacity: 0.7;
}
.header__mobileContactBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(16 / 390 * 100vw) calc(40 / 390 * 100vw);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: calc(40 / 390 * 100vw);
  gap: calc(8 / 390 * 100vw);
}
.header__mobileContactBtn::before {
  content: "";
  display: block;
  width: calc(8 / 390 * 100vw);
  height: calc(8 / 390 * 100vw);
  background-color: #ffffff;
  border-radius: 50%;
}

.site-footer {
  background-color: #B5B7BA;
  padding: calc(25 / 390 * 100vw) 0 calc(16 / 390 * 100vw);
}
@media (min-width: 768px) {
  .site-footer {
    background-color: #ffffff;
    padding: calc(14 / 1440 * 100vw) 0;
  }
}
.site-footer__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(24 / 390 * 100vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(24 / 390 * 100vw);
}
@media (min-width: 768px) {
  .site-footer__container {
    width: calc(1440 / 1440 * 100vw);
    padding: 0 calc(64 / 1440 * 100vw);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.site-footer__logo {
  order: 0;
}
@media (min-width: 768px) {
  .site-footer__logo {
    order: 0;
  }
}
.site-footer__logo a {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.site-footer__logo a:hover {
  opacity: 0.7;
}
.site-footer__logoImage {
  height: calc(43 / 390 * 100vw);
  width: auto;
}
@media (min-width: 768px) {
  .site-footer__logoImage {
    height: calc(37 / 1440 * 100vw);
  }
}
.site-footer__logoImage--mobile {
  display: block;
}
@media (min-width: 768px) {
  .site-footer__logoImage--mobile {
    display: none;
  }
}
.site-footer__logoImage--pc {
  display: none;
}
@media (min-width: 768px) {
  .site-footer__logoImage--pc {
    display: block;
  }
}
.site-footer__nav {
  display: flex;
  align-items: center;
  gap: calc(25 / 390 * 100vw);
  flex-wrap: wrap;
  justify-content: flex-start;
  order: 1;
  padding-left: calc(5 / 390 * 100vw);
}
@media (min-width: 768px) {
  .site-footer__nav {
    order: 1;
    flex: 1;
    justify-content: center;
    gap: calc(32 / 1440 * 100vw);
    padding-left: 0;
  }
}
.site-footer__link {
  display: inline-flex;
  align-items: center;
  gap: calc(8 / 390 * 100vw);
  font-size: calc(13 / 390 * 100vw);
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .site-footer__link {
    font-size: calc(18 / 1440 * 100vw);
    color: rgb(113, 127, 138);
    gap: calc(8 / 1440 * 100vw);
  }
}
.site-footer__link::before {
  content: "";
  display: block;
  width: calc(6 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .site-footer__link::before {
    width: calc(8 / 1440 * 100vw);
    height: calc(8 / 1440 * 100vw);
    background-color: #717F8A;
  }
}
.site-footer__link:hover {
  opacity: 0.7;
}
.site-footer__copyright {
  text-align: left;
  order: 2;
  padding-top: calc(20 / 390 * 100vw);
  padding-left: calc(5 / 390 * 100vw);
}
@media (min-width: 768px) {
  .site-footer__copyright {
    text-align: right;
    padding-top: 0;
    padding-left: 0;
  }
}
.site-footer__copyright p {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 400;
  color: #D8D8D8;
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .site-footer__copyright p {
    font-size: calc(16 / 1440 * 100vw);
    color: rgb(181, 183, 186);
  }
}

.main-navigation {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
  .main-navigation {
    width: 1440px;
    padding: 0 calc(40 / 1440 * 100vw);
  }
}
.main-navigation {
  position: relative;
}
.main-navigation .menu-toggle {
  display: block;
  padding: 0.5rem 1rem;
  background-color: #1D1D1D;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.main-navigation .menu-toggle:hover {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .main-navigation .menu-toggle {
    display: none;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .main-navigation ul {
    display: flex;
    gap: 1rem;
  }
}
.main-navigation ul.toggled {
  display: block;
  margin-top: 1rem;
}
.main-navigation ul li {
  position: relative;
}
.main-navigation ul li a {
  display: block;
  padding: 0.5rem 1rem;
  color: #1D1D1D;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.main-navigation ul li a:hover, .main-navigation ul li a:focus {
  color: #1D1D1D;
  background-color: #f1f1f1;
}
.main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_item a {
  color: #1D1D1D;
}
.main-navigation .sub-menu {
  display: none;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .main-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: calc(200 / 1440 * 100vw);
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    box-shadow: 0 calc(2 / 1440 * 100vw) calc(8 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) {
  .main-navigation .sub-menu li a {
    border-bottom: 1px solid #eaeaea;
  }
}
.main-navigation .sub-menu li a:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .main-navigation li:hover > .sub-menu,
  .main-navigation li:focus-within > .sub-menu {
    display: block;
  }
}

.sidebar {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .sidebar {
    margin-top: 0;
  }
}
.sidebar .widget {
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #f1f1f1;
  border-radius: 4px;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #1D1D1D;
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eaeaea;
}
.sidebar ul li:last-child {
  border-bottom: none;
}
.sidebar ul li a {
  color: #1D1D1D;
}
.sidebar ul li a:hover {
  color: #1D1D1D;
}

.site-main {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
  .site-main {
    width: 1440px;
    padding: 0 calc(40 / 1440 * 100vw);
  }
}
.site-main {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .site-main {
    display: grid;
    grid-template-columns: 1fr calc(300 / 1440 * 100vw);
    gap: 2rem;
  }
}

.no-sidebar .site-main {
  grid-template-columns: 1fr;
}

.breadcrumb {
  background-color: #f8f8f8;
  padding: calc(12 / 390 * 100vw) 0;
  font-size: calc(12 / 390 * 100vw);
}
@media (min-width: 768px) {
  .breadcrumb {
    padding: calc(16 / 1440 * 100vw) 0;
    font-size: calc(14 / 1440 * 100vw);
  }
}
.breadcrumb__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(30 / 390 * 100vw);
}
@media (min-width: 768px) {
  .breadcrumb__container {
    width: calc(1200 / 1440 * 100vw);
    padding: 0 calc(20 / 1440 * 100vw);
  }
}
.breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(8 / 390 * 100vw);
}
@media (min-width: 768px) {
  .breadcrumb__list {
    gap: calc(8 / 1440 * 100vw);
  }
}
.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: calc(8 / 390 * 100vw);
  color: #666;
}
@media (min-width: 768px) {
  .breadcrumb__item:not(:last-child)::after {
    margin-left: calc(8 / 1440 * 100vw);
  }
}
.breadcrumb__link {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumb__link:hover {
  color: #007bff;
  text-decoration: underline;
}
.breadcrumb__current {
  color: #666;
}

.articleList__list, .articles__list, .newsSection__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.articleList__listItem, .articles__listItem, .newsSection__listItem {
  list-style: none;
}
.articleList__item, .articles__item, .newsSection__item {
  padding: calc(14 / 390 * 100vw) 0;
  margin-bottom: 0;
  border-bottom: 1px solid #B5B7BA;
}
@media (min-width: 768px) {
  .articleList__item, .articles__item, .newsSection__item {
    padding: calc(27 / 1440 * 100vw) 0;
  }
}
.articleList__link, .articles__link, .newsSection__link {
  color: #1D1D1D;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(12 / 390 * 100vw);
  position: relative;
  padding-right: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .articleList__link, .articles__link, .newsSection__link {
    flex-direction: row;
    gap: calc(50 / 1440 * 100vw);
    padding-right: calc(60 / 1440 * 100vw);
  }
}
.articleList__link::after, .articles__link::after, .newsSection__link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(40 / 1440 * 100vw);
  height: calc(40 / 1440 * 100vw);
  background-image: url("../images/arrow_circle_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  display: none;
}
@media (min-width: 768px) {
  .articleList__link::after, .articles__link::after, .newsSection__link::after {
    display: block;
  }
}
.articleList__link:hover, .articles__link:hover, .newsSection__link:hover {
  opacity: 0.7;
}
.articleList__meta, .articles__meta, .newsSection__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(10 / 390 * 100vw);
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .articleList__meta, .articles__meta, .newsSection__meta {
    gap: calc(15 / 1440 * 100vw);
    flex-wrap: nowrap;
  }
}
.articleList__tag, .articles__tag, .newsSection__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(102 / 390 * 100vw);
  padding: calc(3 / 390 * 100vw) 0;
  border-radius: calc(40 / 390 * 100vw);
  font-size: calc(10 / 390 * 100vw);
  font-weight: 700;
  color: #ffffff;
  background-color: #223E63;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .articleList__tag, .articles__tag, .newsSection__tag {
    width: calc(154 / 1440 * 100vw);
    padding: calc(5 / 1440 * 100vw) calc(12 / 1440 * 100vw);
    border-radius: calc(40 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}
.articleList__tag--atac, .articles__tag--atac, .newsSection__tag--atac {
  background-color: #67C2E3;
}
.articleList__tag--researchers, .articles__tag--researchers, .newsSection__tag--researchers {
  background-color: #75D4A0;
}
.articleList__tag--group, .newsSection__tag--group, .articleList__tag--related, .articles__tag--related {
  background-color: #B1BEDF;
}
.articleList__date, .articles__date, .newsSection__date {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 400;
  color: #223E63;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .articleList__date, .articles__date, .newsSection__date {
    font-size: calc(18 / 1440 * 100vw);
  }
}
.articleList__itemTitle, .articles__itemTitle, .newsSection__itemTitle {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding-right: calc(48 / 390 * 100vw);
}
@media (min-width: 768px) {
  .articleList__itemTitle, .articles__itemTitle, .newsSection__itemTitle {
    font-size: calc(18 / 1440 * 100vw);
    line-height: 1.55;
    padding-right: 0;
  }
}
.articleList__footer, .newsSection__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: calc(24 / 390 * 100vw);
  padding-top: 0;
}
@media (min-width: 768px) {
  .articleList__footer, .newsSection__footer {
    margin-top: calc(32 / 1440 * 100vw);
  }
}
.articleList__viewAll, .newsSection__viewAll {
  display: inline-flex;
  align-items: center;
  gap: calc(12 / 390 * 100vw);
  font-size: calc(16 / 390 * 100vw);
  font-weight: 400;
  color: #223E63;
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .articleList__viewAll, .newsSection__viewAll {
    gap: calc(12 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
  }
}
.articleList__viewAll::before, .newsSection__viewAll::before {
  content: "";
  display: block;
  width: calc(6 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  background-color: #223E63;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .articleList__viewAll::before, .newsSection__viewAll::before {
    width: calc(8 / 1440 * 100vw);
    height: calc(8 / 1440 * 100vw);
  }
}
.articleList__viewAll:hover, .newsSection__viewAll:hover {
  opacity: 0.7;
}
.articleList__empty, .newsSection__empty, .articleList__noResults, .articles__noResults {
  font-size: calc(16 / 390 * 100vw);
  color: #303030;
  text-align: center;
  padding: calc(32 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .articleList__empty, .newsSection__empty, .articleList__noResults, .articles__noResults {
    font-size: calc(16 / 1440 * 100vw);
    padding: calc(32 / 1440 * 100vw) 0;
  }
}

.hero {
  position: relative;
  width: 100vw;
  min-height: unset;
  height: calc(660 / 390 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero {
    height: calc(800 / 1440 * 100vw);
  }
}
.hero::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(34, 62, 99, 0.5);
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero__content {
  position: relative;
  z-index: 5;
  max-width: unset;
  margin-inline: auto;
  width: 100%;
  height: 100%;
  padding: calc(28 / 390 * 100vw);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero__content {
    width: calc(1440 / 1440 * 100vw);
    padding: calc(40 / 1440 * 100vw) calc(64 / 1440 * 100vw) 0;
  }
}
.hero__title {
  font-weight: 300;
  font-size: calc(40 / 390 * 100vw);
  color: #ffffff;
  line-height: 1.45;
  letter-spacing: 0.07em;
  margin: 0;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: calc(80 / 1440 * 100vw);
    line-height: 1.33;
  }
}
.hero__scroll {
  position: absolute;
  bottom: calc(40 / 1440 * 100vw);
  right: calc(40 / 1440 * 100vw);
  z-index: 2;
  display: none;
  align-items: center;
  gap: calc(16 / 1440 * 100vw);
}
@media (min-width: 768px) {
  .hero__scroll {
    display: flex;
  }
}
.hero__scrollText {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(14 / 1440 * 100vw);
  font-weight: 300;
  color: #ffffff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 0.9;
}
.hero__scrollLine {
  width: 1px;
  height: calc(80 / 1440 * 100vw);
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}
.hero__scrollLine::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
  animation: scrollLineMove 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes scrollLineMove {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

.newsSection {
  padding: calc(10 / 390 * 100vw) 0 calc(62 / 390 * 100vw) 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .newsSection {
    padding: calc(10 / 1440 * 100vw) 0 calc(150 / 1440 * 100vw);
  }
}
.newsSection__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .newsSection__container {
    width: calc(1082 / 1440 * 100vw);
    padding: 0;
  }
}
.newsSection__footer {
  margin-top: calc(10 / 390 * 100vw);
}
@media (min-width: 768px) {
  .newsSection__footer {
    margin-top: calc(22 / 1440 * 100vw);
  }
}
.newsSection__viewAll {
  font-size: calc(14 / 390 * 100vw);
  text-decoration: none;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .newsSection__viewAll {
    font-size: calc(20 / 1440 * 100vw);
  }
}
.whatWeDo {
  padding: calc(45 / 390 * 100vw) 0 calc(35 / 390 * 100vw);
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .whatWeDo {
    padding: calc(112 / 1440 * 100vw) 0 calc(50 / 1440 * 100vw);
  }
}
.whatWeDo__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(15 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDo__container {
    width: calc(1080 / 1440 * 100vw);
    padding: 0;
  }
}
.whatWeDo__header {
  text-align: center;
  margin-bottom: calc(30 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDo__header {
    margin-bottom: calc(95 / 1440 * 100vw);
  }
}
.whatWeDo__title {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(40 / 390 * 100vw);
  font-weight: 300;
  color: #1D1D1D;
  margin: 0 0 calc(24 / 390 * 100vw);
  line-height: 1.2;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .whatWeDo__title {
    font-size: calc(72 / 1440 * 100vw);
    margin: 0 0 calc(24 / 1440 * 100vw);
  }
}
.whatWeDo__subtitle {
  font-size: calc(16.5 / 390 * 100vw);
  font-weight: 400;
  color: #223E63;
  margin: 0 0 calc(8 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDo__subtitle {
    font-size: calc(30 / 1440 * 100vw);
    margin: 0 0 1rem;
  }
}
.whatWeDo__description {
  font-size: calc(15 / 390 * 100vw);
  font-weight: 300;
  color: #1D1D1D;
  margin: 0;
  line-height: 1.93;
}
@media (min-width: 768px) {
  .whatWeDo__description {
    font-size: calc(22 / 1440 * 100vw);
    line-height: 1.8;
  }
}
.whatWeDo__content {
  display: flex;
  flex-direction: column;
  gap: calc(23 / 390 * 100vw);
  padding: 0 6.4102564103vw;
}
@media (min-width: 768px) {
  .whatWeDo__content {
    gap: calc(96 / 1440 * 100vw);
    padding: 0;
  }
}
.whatWeDo__card {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: start;
}
@media (min-width: 768px) {
  .whatWeDo__card {
    display: grid;
    align-items: center;
    grid-template-columns: calc(419 / 1440 * 100vw) 1fr;
    gap: calc(166 / 1440 * 100vw);
  }
}
.whatWeDo__card--founder {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .whatWeDo__card--founder {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .whatWeDo__card--founder .whatWeDo__cardImage {
    order: 1;
  }
}
@media (min-width: 768px) {
  .whatWeDo__card--founder .whatWeDo__cardContent {
    order: 2;
  }
}
.whatWeDo__card--factory {
  flex-direction: column;
}
@media (min-width: 768px) {
  .whatWeDo__card--factory {
    flex-direction: row;
    gap: calc(120 / 1440 * 100vw);
  }
}
.whatWeDo__card--factory .whatWeDo__cardImage {
  margin-top: calc(6 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDo__card--factory .whatWeDo__cardImage {
    width: calc(500 / 1440 * 100vw);
    margin-top: 0;
    order: 2;
  }
}
@media (min-width: 768px) {
  .whatWeDo__card--factory .whatWeDo__cardContent {
    order: 1;
  }
}
.whatWeDo__cardImage {
  width: 100%;
  margin-top: calc(-13 / 390 * 100vw);
  position: relative;
  z-index: -1;
}
@media (min-width: 768px) {
  .whatWeDo__cardImage {
    width: calc(419 / 1440 * 100vw);
    margin-top: 0;
    position: static;
    z-index: auto;
  }
}
.whatWeDo__image {
  width: 100%;
  height: auto;
  display: block;
}
.whatWeDo__cardContent {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
@media (min-width: 768px) {
  .whatWeDo__cardContent {
    padding-top: calc(45 / 1440 * 100vw);
  }
}
.whatWeDo__cardTitle {
  font-size: calc(22 / 390 * 100vw);
  font-weight: 300;
  color: #1D1D1D;
  margin: 0;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .whatWeDo__cardTitle {
    font-size: calc(32 / 1440 * 100vw);
  }
}
.whatWeDo__cardBody {
  padding-top: calc(15 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDo__cardBody {
    padding-top: calc(16 / 1440 * 100vw);
  }
}
.whatWeDo__cardText {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin: 0;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .whatWeDo__cardText {
    font-size: calc(18 / 1440 * 100vw);
    line-height: 2;
  }
}
.whatWeDo__cardLink {
  display: inline-flex;
  align-items: center;
  gap: calc(12 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  text-decoration: none;
  border: 1px solid #1D1D1D;
  border-radius: calc(40 / 390 * 100vw);
  padding: calc(11 / 390 * 100vw) calc(17 / 390 * 100vw);
  align-self: flex-start;
  margin-top: calc(15 / 390 * 100vw);
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .whatWeDo__cardLink {
    gap: calc(12 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    border-radius: calc(40 / 1440 * 100vw);
    padding: calc(15 / 1440 * 100vw) calc(28 / 1440 * 100vw);
    margin-top: calc(24 / 1440 * 100vw);
  }
}
.whatWeDo__cardLink::before {
  content: "";
  display: block;
  width: calc(8 / 390 * 100vw);
  height: calc(8 / 390 * 100vw);
  background-color: #1D1D1D;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .whatWeDo__cardLink::before {
    width: calc(8 / 1440 * 100vw);
    height: calc(8 / 1440 * 100vw);
  }
}
.whatWeDo__cardLink:hover {
  opacity: 0.7;
}

.businessAreas {
  padding: calc(46 / 390 * 100vw) 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .businessAreas {
    padding: calc(30 / 1440 * 100vw) 0 calc(50 / 1440 * 100vw);
  }
}
.businessAreas__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .businessAreas__container {
    width: calc(1052 / 1440 * 100vw);
    padding: 0;
  }
}
.businessAreas__title {
  font-size: calc(28 / 390 * 100vw);
  font-weight: 300;
  color: #1D1D1D;
  text-align: center;
  margin: 0 0 calc(38 / 390 * 100vw);
  line-height: 1.25;
}
@media (min-width: 768px) {
  .businessAreas__title {
    font-size: calc(40 / 1440 * 100vw);
    margin: 0 0 calc(87 / 1440 * 100vw);
  }
}
.businessAreas__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(37 / 390 * 100vw);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .businessAreas__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(69 / 1440 * 100vw) calc(92 / 1440 * 100vw);
    transform: translateX(calc(30 / 1440 * 100vw));
  }
}
.businessAreas__gridItem {
  list-style: none;
  background-color: #e6e6e6;
  border-radius: calc(10 / 390 * 100vw);
}
@media (min-width: 768px) {
  .businessAreas__gridItem {
    border-radius: calc(10 / 1440 * 100vw);
  }
}
.businessAreas__card {
  position: relative;
  border-radius: calc(10 / 390 * 100vw);
  display: flex;
  flex-direction: column;
}
.businessAreas__cardImage {
  position: relative;
  width: 100%;
  height: calc(144 / 390 * 100vw);
  overflow: hidden;
  background-color: #eaeaea;
}
@media (min-width: 768px) {
  .businessAreas__cardImage {
    height: calc(220 / 1440 * 100vw);
  }
}
.businessAreas__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.businessAreas__number {
  position: absolute;
  top: calc(2 / 390 * 100vw);
  left: calc(9 / 390 * 100vw);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: calc(50 / 390 * 100vw);
  font-weight: 300;
  font-style: normal;
  color: #dcdcdc;
  line-height: 1;
  letter-spacing: -0.05em;
  z-index: 10;
  transform: translateX(0%) translateY(-50%);
}
@media (min-width: 768px) {
  .businessAreas__number {
    font-size: calc(90 / 1440 * 100vw);
    top: calc(-48 / 1440 * 100vw);
    left: calc(-30 / 1440 * 100vw);
    transform: none;
  }
}
.businessAreas__cardContent {
  padding: calc(18 / 390 * 100vw);
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .businessAreas__cardContent {
    padding: calc(25 / 1440 * 100vw) calc(30 / 1440 * 100vw);
  }
}
.businessAreas__cardTitle {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin: 0 0 calc(12 / 390 * 100vw);
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .businessAreas__cardTitle {
    font-size: calc(24 / 1440 * 100vw);
    margin: 0 0 calc(20 / 1440 * 100vw);
  }
}
.businessAreas__cardDescription {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 300;
  color: #1D1D1D;
  margin: 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .businessAreas__cardDescription {
    font-size: calc(16 / 1440 * 100vw);
  }
}
.businessAreas__footer {
  margin-top: calc(32 / 390 * 100vw);
  text-align: center;
}
@media (min-width: 768px) {
  .businessAreas__footer {
    margin-top: calc(48 / 1440 * 100vw);
  }
}
.businessAreas__viewMore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(14 / 390 * 100vw) calc(32 / 390 * 100vw);
  background-color: #1D1D1D;
  color: #ffffff;
  text-decoration: none;
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  border-radius: 4px;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.businessAreas__viewMore:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
@media (min-width: 768px) {
  .businessAreas__viewMore {
    padding: calc(16 / 1440 * 100vw) calc(48 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}

.aboutUs {
  padding: calc(56 / 390 * 100vw) 0 calc(60 / 390 * 100vw);
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .aboutUs {
    padding: calc(120 / 1440 * 100vw) 0 calc(100 / 1440 * 100vw);
  }
}
.aboutUs__container {
  margin: 0 auto;
  padding: 0 calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__container {
    width: calc(1100 / 1440 * 100vw);
    max-width: 100%;
    padding: 0 calc(40 / 1440 * 100vw);
  }
}
.aboutUs__header {
  text-align: center;
  margin-bottom: calc(50 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__header {
    margin-bottom: calc(80 / 1440 * 100vw);
  }
}
.aboutUs__subtitle {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  color: #223E63;
  margin: 0 0 calc(8 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__subtitle {
    font-size: calc(20 / 1440 * 100vw);
    margin: 0 0 calc(12 / 1440 * 100vw);
  }
}
.aboutUs__title {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(32 / 390 * 100vw);
  font-weight: 300;
  color: #1D1D1D;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .aboutUs__title {
    font-size: calc(56 / 1440 * 100vw);
  }
}
.aboutUs__sectionTitle {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(16 / 390 * 100vw);
  font-weight: 300;
  color: #1D1D1D;
  text-align: center;
  margin: 0 0 calc(30 / 390 * 100vw);
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .aboutUs__sectionTitle {
    font-size: 2.0833333333vw;
    font-weight: 300;
    margin: 0 0 3.125vw;
  }
}
.aboutUs__sectionTitleSub {
  display: block;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 400;
  color: #1d1d1d;
  margin-top: calc(6 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__sectionTitleSub {
    display: inline;
    font-size: 2.0833333333vw;
    margin-top: 0;
    margin-left: calc(16 / 1440 * 100vw);
  }
}
.aboutUs__familySection {
  margin-bottom: calc(50 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__familySection {
    margin-bottom: calc(80 / 1440 * 100vw);
  }
}
.aboutUs__familyGridWrapper {
  border: 1px solid rgb(181, 183, 186);
  border-radius: calc(10 / 390 * 100vw);
  padding: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw) calc(24 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__familyGridWrapper {
    border-radius: 10px;
    padding: 50px 63px 38px;
  }
}
.aboutUs__familyGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw);
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  margin: 0;
}
@media (min-width: 768px) {
  .aboutUs__familyGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(40 / 1440 * 100vw) calc(30 / 1440 * 100vw);
  }
}
.aboutUs__familyGrid:not(:first-of-type) {
  margin-top: calc(24 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__familyGrid:not(:first-of-type) {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
.aboutUs__familyGrid--2col {
  display: flex;
  justify-content: center;
}
.aboutUs__familyGridItem {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutUs__familyItem {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-in-out;
}
.aboutUs__familyItem:hover {
  opacity: 0.7;
}
.aboutUs__familyLogo {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.aboutUs__familyLogo--oo {
  width: calc(61 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__familyLogo--oo {
    width: calc(57 / 1440 * 100vw);
  }
}
.aboutUs__familyLogo--astina {
  width: calc(95 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__familyLogo--astina {
    width: calc(103 / 1440 * 100vw);
  }
}
.aboutUs__familyLogo--datagrid {
  width: calc(95 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__familyLogo--datagrid {
    width: calc(110 / 1440 * 100vw);
  }
}
.aboutUs__familyLogo--aznics {
  width: calc(80 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__familyLogo--aznics {
    width: calc(170 / 1440 * 100vw);
  }
}
.aboutUs__familyLogo--accel-stars {
  width: calc(80 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__familyLogo--accel-stars {
    width: calc(97 / 1440 * 100vw);
  }
}
.aboutUs__familyLogo--quantum-zero {
  width: calc(80 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__familyLogo--quantum-zero {
    width: calc(111 / 1440 * 100vw);
  }
}
.aboutUs__familyLogo--fsmc {
  width: calc(80 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__familyLogo--fsmc {
    width: calc(161 / 1440 * 100vw);
  }
}
.aboutUs__familyLogo--greenmateriallab {
  width: calc(100 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__familyLogo--greenmateriallab {
    width: calc(223 / 1440 * 100vw);
  }
}
.aboutUs__familyLogo--material-infinity {
  width: calc(80 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__familyLogo--material-infinity {
    width: calc(135 / 1440 * 100vw);
  }
}
.aboutUs__familyLogo--deepreneur {
  width: calc(90 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__familyLogo--deepreneur {
    width: calc(105 / 1440 * 100vw);
  }
}
.aboutUs__familyLogo--electrofluxion {
  width: calc(80 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__familyLogo--electrofluxion {
    width: calc(194 / 1440 * 100vw);
  }
}
.aboutUs__familyLogo--bubbleflow {
  width: calc(85 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__familyLogo--bubbleflow {
    width: calc(182 / 1440 * 100vw);
  }
}
.aboutUs__familyLogo--tsumoto {
  width: calc(90 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__familyLogo--tsumoto {
    width: calc(177 / 1440 * 100vw);
  }
}
.aboutUs__partnersSection {
  margin-bottom: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__partnersSection {
    margin-bottom: calc(60 / 1440 * 100vw);
  }
}
.aboutUs__subsectionTitle {
  font-size: calc(13 / 390 * 100vw);
  font-weight: 400;
  color: rgb(34, 62, 99);
  margin: 0 0 calc(16 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__subsectionTitle {
    font-size: 1.6666666667vw;
    font-weight: 400;
    margin: 0 0 1.9444444444vw;
  }
}
.aboutUs__partnersBox {
  border: 1px solid rgb(181, 183, 186);
  border-radius: calc(10 / 390 * 100vw);
  padding: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw) calc(24 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__partnersBox {
    border-radius: 10px;
    padding: 50px 63px 38px;
  }
}
.aboutUs__universities {
  padding-bottom: calc(30 / 390 * 100vw);
  margin-bottom: calc(30 / 390 * 100vw);
  border-bottom: 1px solid rgb(181, 183, 186);
}
@media (min-width: 768px) {
  .aboutUs__universities {
    padding-bottom: calc(52 / 1440 * 100vw);
    margin-bottom: calc(56 / 1440 * 100vw);
  }
}
.aboutUs__universitiesGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__universitiesGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(40 / 1440 * 100vw);
  }
}
.aboutUs__universityList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aboutUs__universityItem {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1.5;
  margin-bottom: calc(10 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__universityItem {
    font-size: calc(13 / 1440 * 100vw);
    margin-bottom: calc(14 / 1440 * 100vw);
  }
}
.aboutUs__universityItem:last-child {
  margin-bottom: 0;
}
.aboutUs__bottomRow {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(30 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__bottomRow {
    grid-template-columns: 1fr 1fr;
    gap: calc(60 / 1440 * 100vw);
    align-items: flex-start;
  }
}
.aboutUs__certificationList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aboutUs__certificationItem {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1.5;
  margin-bottom: calc(10 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__certificationItem {
    font-size: calc(13 / 1440 * 100vw);
    margin-bottom: calc(14 / 1440 * 100vw);
  }
}
.aboutUs__certificationItem:last-child {
  margin-bottom: 0;
}
.aboutUs__programsGrid {
  display: flex;
  flex-wrap: wrap;
  gap: calc(16 / 390 * 100vw);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .aboutUs__programsGrid {
    gap: calc(20 / 1440 * 100vw);
    align-items: center;
  }
}
.aboutUs__programsGridItem {
  list-style: none;
}
.aboutUs__programsGridItem:first-of-type {
  width: 100%;
}
.aboutUs__programItem {
  transition: opacity 0.3s ease-in-out;
}
.aboutUs__programItem:hover {
  opacity: 0.7;
}
.aboutUs__programLogo {
  max-width: 100%;
  width: calc(80 / 390 * 100vw);
  height: auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .aboutUs__programLogo {
    width: calc(100 / 1440 * 100vw);
  }
}
.aboutUs__footer {
  text-align: center;
  margin-top: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutUs__footer {
    margin-top: calc(60 / 1440 * 100vw);
  }
}
.aboutUs__viewAllLink {
  display: inline-flex;
  align-items: center;
  gap: calc(12 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  text-decoration: none;
  border: 1px solid #1D1D1D;
  border-radius: calc(40 / 390 * 100vw);
  padding: calc(11 / 390 * 100vw) calc(20 / 390 * 100vw);
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .aboutUs__viewAllLink {
    gap: calc(12 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    border-radius: calc(40 / 1440 * 100vw);
    padding: calc(16 / 1440 * 100vw) calc(28 / 1440 * 100vw);
  }
}
.aboutUs__viewAllLink::before {
  content: "";
  display: block;
  width: calc(8 / 390 * 100vw);
  height: calc(8 / 390 * 100vw);
  background-color: #1D1D1D;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .aboutUs__viewAllLink::before {
    width: calc(8 / 1440 * 100vw);
    height: calc(8 / 1440 * 100vw);
  }
}
.aboutUs__viewAllLink:hover {
  opacity: 0.7;
}

.topResearchers {
  padding: calc(34 / 390 * 100vw) 0;
  background: linear-gradient(180deg, #AAC9CA 0%, #AAC9CA 100%);
}
@media (min-width: 768px) {
  .topResearchers {
    padding: calc(82 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(100 / 1440 * 100vw);
  }
}
.topResearchers__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .topResearchers__container {
    width: calc(1082 / 1440 * 100vw);
    padding: 0;
  }
}
.topResearchers__header {
  margin-bottom: calc(25 / 390 * 100vw);
}
@media (min-width: 768px) {
  .topResearchers__header {
    margin-bottom: calc(80 / 1440 * 100vw);
  }
}
.topResearchers__subtitle {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 calc(4 / 390 * 100vw);
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .topResearchers__subtitle {
    font-size: calc(24 / 1440 * 100vw);
  }
}
.topResearchers__title {
  font-size: calc(32 / 390 * 100vw);
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 calc(25 / 390 * 100vw);
  line-height: 1.25;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .topResearchers__title {
    font-size: calc(70 / 1440 * 100vw);
    margin: 0 0 calc(18 / 1440 * 100vw);
  }
}
.topResearchers__description {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .topResearchers__description {
    font-size: calc(18 / 1440 * 100vw);
    line-height: 2;
  }
}
.topResearchers__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(12 / 390 * 100vw);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .topResearchers__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(48 / 1440 * 100vw);
  }
}
.topResearchers__gridItem {
  list-style: none;
}
.topResearchers__card {
  display: block;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: calc(6 / 390 * 100vw);
  text-decoration: none;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .topResearchers__card {
    border-radius: calc(10 / 1440 * 100vw);
  }
}
.topResearchers__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.topResearchers__card:hover .topResearchers__cardImage {
  transform: scale(1.05);
}
.topResearchers__card--placeholder {
  cursor: default;
  pointer-events: none;
}
.topResearchers__card--placeholder:hover {
  transform: none;
  box-shadow: none;
}
.topResearchers__cardImage {
  width: 100%;
  height: calc(102 / 390 * 100vw);
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease-in-out;
}
@media (min-width: 768px) {
  .topResearchers__cardImage {
    height: calc(240 / 1440 * 100vw);
  }
}
.topResearchers__cardImagePlaceholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #e0e0e0 0%, #c0c0c0 100%);
  display: block;
}
.topResearchers__cardContent {
  padding: calc(8 / 390 * 100vw) calc(16 / 390 * 100vw) calc(14 / 390 * 100vw);
  text-align: left;
}
@media (min-width: 768px) {
  .topResearchers__cardContent {
    padding: calc(24 / 1440 * 100vw) 0 calc(35 / 1440 * 100vw);
    text-align: center;
  }
}
.topResearchers__cardTitleEn {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(10 / 390 * 100vw);
  font-weight: 300;
  color: #303030;
  margin: 0 0 calc(6 / 390 * 100vw);
  text-transform: none;
  text-align: left;
}
@media (min-width: 768px) {
  .topResearchers__cardTitleEn {
    font-size: calc(16 / 1440 * 100vw);
    text-align: center;
  }
}
.topResearchers__cardTitleJa {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 500;
  color: #1D1D1D;
  margin: 0;
  line-height: 1.25;
  text-align: left;
}
@media (min-width: 768px) {
  .topResearchers__cardTitleJa {
    font-size: calc(20 / 1440 * 100vw);
    text-align: center;
  }
}
.topResearchers__footer {
  text-align: center;
  margin-top: calc(30 / 390 * 100vw);
}
@media (min-width: 768px) {
  .topResearchers__footer {
    margin-top: calc(100 / 1440 * 100vw);
  }
}
.topResearchers__visitLink {
  display: inline-flex;
  align-items: center;
  gap: calc(12 / 390 * 100vw);
  font-size: calc(16 / 390 * 100vw);
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .topResearchers__visitLink {
    gap: calc(12 / 1440 * 100vw);
    font-size: calc(24 / 1440 * 100vw);
  }
}
.topResearchers__visitLink::before {
  content: "";
  display: block;
  width: calc(6 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  background-color: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .topResearchers__visitLink::before {
    width: calc(12 / 1440 * 100vw);
    height: calc(12 / 1440 * 100vw);
  }
}
.topResearchers__visitLink:hover {
  opacity: 0.7;
}

.contact {
  padding: calc(61 / 390 * 100vw) 0 calc(66 / 390 * 100vw);
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .contact {
    padding: calc(133 / 1440 * 100vw) 0;
  }
}
.contact__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(16 / 390 * 100vw);
  text-align: center;
}
@media (min-width: 768px) {
  .contact__container {
    width: calc(800 / 1440 * 100vw);
    padding: 0 calc(24 / 1440 * 100vw);
  }
}
.contact__subtitle {
  font-size: calc(16.5 / 390 * 100vw);
  font-weight: 400;
  color: #223E63;
  margin: 0 0 calc(8 / 390 * 100vw);
}
@media (min-width: 768px) {
  .contact__subtitle {
    font-size: calc(30 / 1440 * 100vw);
    margin-bottom: calc(16 / 1440 * 100vw);
  }
}
.contact__title {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(40 / 390 * 100vw);
  font-weight: 300;
  color: #1D1D1D;
  margin: 0 0 calc(24 / 390 * 100vw);
  line-height: 1.2;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .contact__title {
    font-size: calc(72 / 1440 * 100vw);
    margin: 0 0 calc(24 / 1440 * 100vw);
  }
}
.contact__description {
  display: none;
}
@media (min-width: 768px) {
  .contact__description {
    display: block;
    font-size: calc(24 / 1440 * 100vw);
    font-weight: 400;
    color: #1D1D1D;
    margin: calc(50 / 1440 * 100vw) 0 0;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
}
.contact__action {
  margin-top: calc(35 / 390 * 100vw);
}
@media (min-width: 768px) {
  .contact__action {
    margin-top: calc(64 / 1440 * 100vw);
  }
}
.contact__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(8 / 390 * 100vw);
  padding: calc(11 / 390 * 100vw) calc(22 / 390 * 100vw);
  background-color: rgba(0, 0, 0, 0);
  color: #1D1D1D;
  text-decoration: none;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 400;
  border: 1px solid #1D1D1D;
  border-radius: calc(40 / 390 * 100vw);
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .contact__button {
    font-size: calc(16 / 1440 * 100vw);
    padding: calc(15 / 1440 * 100vw) calc(30 / 1440 * 100vw);
    gap: calc(8 / 1440 * 100vw);
    border-radius: calc(40 / 1440 * 100vw);
  }
}
.contact__button::before {
  content: "";
  display: block;
  width: calc(8 / 390 * 100vw);
  height: calc(8 / 390 * 100vw);
  background-color: #1D1D1D;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .contact__button::before {
    width: calc(8 / 1440 * 100vw);
    height: calc(8 / 1440 * 100vw);
  }
}
.contact__button:hover {
  opacity: 0.7;
}

button,
.button,
.wp-block-button__link,
input[type=submit],
input[type=button],
input[type=reset] {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #1D1D1D;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  button:hover, button:focus,
  .button:hover,
  .button:focus,
  .wp-block-button__link:hover,
  .wp-block-button__link:focus,
  input[type=submit]:hover,
  input[type=submit]:focus,
  input[type=button]:hover,
  input[type=button]:focus,
  input[type=reset]:hover,
  input[type=reset]:focus {
    background-color: #ffffff;
    color: #fff;
  }
}
button:active,
.button:active,
.wp-block-button__link:active,
input[type=submit]:active,
input[type=button]:active,
input[type=reset]:active {
  transform: translateY(1px);
}
button:disabled, button.disabled,
.button:disabled,
.button.disabled,
.wp-block-button__link:disabled,
.wp-block-button__link.disabled,
input[type=submit]:disabled,
input[type=submit].disabled,
input[type=button]:disabled,
input[type=button].disabled,
input[type=reset]:disabled,
input[type=reset].disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.button-secondary {
  background-color: #303030;
}
.button-secondary:hover, .button-secondary:focus {
  background-color: #1D1D1D;
}

.button-outline {
  background-color: transparent;
  color: #1D1D1D;
  border: 2px solid #1D1D1D;
}
.button-outline:hover, .button-outline:focus {
  background-color: #1D1D1D;
  color: #fff;
}

.button-large {
  padding: 1rem 1.5rem;
  font-size: 18px;
}

.button-small {
  padding: 0.25rem 0.5rem;
  font-size: 14px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
textarea,
select {
  width: 100%;
  padding: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1D1D1D;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  transition: border-color 0.3s ease-in-out;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #1D1D1D;
  box-shadow: 0 0 0 calc(3 / 390 * 100vw) rgba(29, 29, 29, 0.1);
}
@media (min-width: 768px) {
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=url]:focus,
  input[type=password]:focus,
  input[type=search]:focus,
  input[type=number]:focus,
  input[type=tel]:focus,
  input[type=date]:focus,
  textarea:focus,
  select:focus {
    box-shadow: 0 0 0 calc(3 / 1440 * 100vw) rgba(29, 29, 29, 0.1);
  }
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=date]:disabled,
textarea:disabled,
select:disabled {
  background-color: #f1f1f1;
  cursor: not-allowed;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #303030;
  opacity: 0.7;
}

textarea {
  min-height: calc(120 / 390 * 100vw);
  resize: vertical;
}
@media (min-width: 768px) {
  textarea {
    min-height: calc(120 / 1440 * 100vw);
  }
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #1D1D1D;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 0.5rem;
  cursor: pointer;
}

.search-form {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.search-form .search-field {
  flex: 1;
}
.search-form .search-submit {
  flex-shrink: 0;
}

.comment-form {
  margin-bottom: 2rem;
}
.comment-form p {
  margin-bottom: 1rem;
}
.comment-form .form-submit {
  margin-bottom: 0;
}

.error,
.invalid {
  border-color: #dc3232;
}

.success,
.valid {
  border-color: #46b450;
}

.error-message {
  display: block;
  margin-top: 0.5rem;
  font-size: 14px;
  color: #dc3232;
}

.widget {
  margin-bottom: 2rem;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget li {
  margin-bottom: 0.5rem;
}
.widget li:last-child {
  margin-bottom: 0;
}
.widget a {
  color: #1D1D1D;
}
.widget a:hover {
  color: #1D1D1D;
}
.widget select {
  width: 100%;
}

.widget-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.widget_search .search-form {
  display: flex;
  gap: 0.5rem;
}
.widget_search .search-field {
  flex: 1;
}

.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eaeaea;
}
.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_meta ul li:last-child,
.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child {
  border-bottom: none;
}

.widget_calendar table {
  width: 100%;
  border-collapse: collapse;
}
.widget_calendar caption {
  padding: 0.5rem;
  font-weight: 600;
  text-align: center;
}
.widget_calendar th,
.widget_calendar td {
  padding: 0.5rem;
  text-align: center;
  border: 1px solid #eaeaea;
}
.widget_calendar a {
  font-weight: 600;
}

.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 14px !important;
  background-color: #f1f1f1;
  border-radius: 4px;
}
.widget_tag_cloud .tagcloud a:hover {
  background-color: #1D1D1D;
  color: #fff;
}

.widget_rss .rsswidget {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.widget_rss .rss-date {
  display: block;
  font-size: 14px;
  color: #303030;
  margin-bottom: 0.5rem;
}
.widget_rss cite {
  display: block;
  font-size: 14px;
  font-style: normal;
}

.aboutHero {
  position: relative;
  width: 100%;
  height: calc(660 / 390 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .aboutHero {
    height: calc(800 / 1440 * 100vw);
  }
}
.aboutHero {
  background-image: url("../images/hero-about.jpg");
}
.aboutHero__title {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(40 / 390 * 100vw);
  font-weight: 300;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 0.02em;
  margin: 0;
}
@media (min-width: 768px) {
  .aboutHero__title {
    font-size: calc(80 / 1440 * 100vw);
  }
}
.aboutHero__title {
  letter-spacing: 0.2em;
}

.companyOverview {
  padding: calc(47 / 390 * 100vw) 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .companyOverview {
    padding: calc(110 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  }
}
.companyOverview__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(30 / 390 * 100vw);
}
@media (min-width: 768px) {
  .companyOverview__container {
    width: calc(1082 / 1440 * 100vw);
    padding: 0;
  }
}
.companyOverview__header {
  margin-bottom: calc(50 / 390 * 100vw);
  text-align: center;
}
@media (min-width: 768px) {
  .companyOverview__header {
    margin-bottom: calc(86 / 1440 * 100vw);
  }
}
.companyOverview__header {
  margin-bottom: calc(18 / 390 * 100vw);
}
@media (min-width: 768px) {
  .companyOverview__header {
    margin-bottom: calc(54 / 1440 * 100vw);
  }
}
.companyOverview__subtitle {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 300;
  color: #223E63;
  margin: 0 0 calc(10 / 390 * 100vw) 0;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .companyOverview__subtitle {
    font-size: calc(30 / 1440 * 100vw);
    margin: 0 0 calc(3 / 1440 * 100vw) 0;
  }
}
.companyOverview__subtitle {
  font-size: calc(16 / 390 * 100vw);
  margin: 0 0 calc(7 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .companyOverview__subtitle {
    font-size: calc(30 / 1440 * 100vw);
    margin: 0 0 calc(3 / 1440 * 100vw) 0;
  }
}
.companyOverview__title {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(32 / 390 * 100vw);
  font-weight: 300;
  line-height: 1.2;
  color: #1D1D1D;
  letter-spacing: 0.15em;
  margin: 0;
}
@media (min-width: 768px) {
  .companyOverview__title {
    font-size: calc(60 / 1440 * 100vw);
  }
}
.companyOverview__title {
  line-height: 1.25;
}
@media (min-width: 768px) {
  .companyOverview__title {
    line-height: 1.2;
  }
}
.companyOverview__content {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(10 / 390 * 100vw);
}
@media (min-width: 768px) {
  .companyOverview__content {
    width: 100%;
    padding: 0;
  }
}
.companyOverview__table {
  width: 100%;
  margin: 0;
  padding: 0;
}
.companyOverview__row {
  display: flex;
  flex-direction: column;
  padding: calc(20 / 390 * 100vw) 0;
  border-bottom: 1px solid #B5B7BA;
}
@media (min-width: 768px) {
  .companyOverview__row {
    flex-direction: row;
    padding: calc(30 / 1440 * 100vw) 0;
  }
}
.companyOverview__row:last-child {
  border-bottom: none;
}
.companyOverview__term {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 400;
  color: rgb(29, 29, 29);
  letter-spacing: 0.05em;
  margin: 0 0 calc(10 / 390 * 100vw) 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .companyOverview__term {
    font-size: calc(20 / 1440 * 100vw);
    width: calc(180 / 1440 * 100vw);
    padding-right: calc(40 / 1440 * 100vw);
    margin: 0;
  }
}
.companyOverview__detail {
  font-size: calc(14 / 390 * 100vw);
  line-height: 1.8;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (min-width: 768px) {
  .companyOverview__detail {
    font-size: calc(18 / 1440 * 100vw);
    flex: 1;
  }
}
.companyOverview__note {
  display: block;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 300;
  color: #303030;
  margin-top: calc(8 / 390 * 100vw);
}
@media (min-width: 768px) {
  .companyOverview__note {
    font-size: calc(16 / 1440 * 100vw);
    margin-top: 0;
  }
}

.managementTeam {
  padding: 0;
}
@media (min-width: 768px) {
  .managementTeam {
    padding: calc(12 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  }
}
.managementTeam__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .managementTeam__container {
    width: calc(1082 / 1440 * 100vw);
    padding: 0;
  }
}
.managementTeam__header {
  margin-bottom: calc(50 / 390 * 100vw);
  text-align: center;
}
@media (min-width: 768px) {
  .managementTeam__header {
    margin-bottom: calc(86 / 1440 * 100vw);
  }
}
.managementTeam__header {
  margin-bottom: calc(30 / 390 * 100vw);
}
.managementTeam__subtitle {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 300;
  color: #223E63;
  margin: 0 0 calc(10 / 390 * 100vw) 0;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .managementTeam__subtitle {
    font-size: calc(30 / 1440 * 100vw);
    margin: 0 0 calc(3 / 1440 * 100vw) 0;
  }
}
.managementTeam__subtitle {
  font-size: calc(16 / 390 * 100vw);
  margin: 0 0 calc(10 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .managementTeam__subtitle {
    font-size: calc(30 / 1440 * 100vw);
    margin: 0 0 calc(3 / 1440 * 100vw) 0;
  }
}
.managementTeam__title {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(32 / 390 * 100vw);
  font-weight: 300;
  line-height: 1.2;
  color: #1D1D1D;
  letter-spacing: 0.15em;
  margin: 0;
}
@media (min-width: 768px) {
  .managementTeam__title {
    font-size: calc(60 / 1440 * 100vw);
  }
}
.managementTeam__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: calc(66 / 390 * 100vw);
  column-gap: calc(15 / 390 * 100vw);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .managementTeam__grid {
    grid-template-columns: repeat(4, 1fr);
    row-gap: calc(66 / 1440 * 100vw);
    column-gap: calc(15 / 1440 * 100vw);
  }
}
.managementTeam__gridItem {
  list-style: none;
}
.managementTeam__card {
  background-color: #ffffff;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.managementTeam__card:hover {
  opacity: 0.8;
}
.managementTeam__cardImage {
  width: 100%;
  aspect-ratio: 144/150;
  overflow: hidden;
  background-color: #E5E5E5;
  border-radius: calc(8 / 390 * 100vw);
}
@media (min-width: 768px) {
  .managementTeam__cardImage {
    border-radius: calc(8 / 1440 * 100vw);
    aspect-ratio: 260/271;
  }
}
.managementTeam__cardImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.managementTeam__cardContent {
  padding: calc(10 / 390 * 100vw) 0 0 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .managementTeam__cardContent {
    padding: calc(13 / 1440 * 100vw) 0 0 0;
  }
}
.managementTeam__cardPosition {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 500;
  color: #223E63;
  letter-spacing: 0.09em;
  line-height: 2;
  margin: 0;
}
@media (min-width: 768px) {
  .managementTeam__cardPosition {
    font-size: calc(18 / 1440 * 100vw);
    margin: 0;
  }
}
.managementTeam__cardName {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 700;
  line-height: 1.4;
  color: #1D1D1D;
  margin: 0;
}
@media (min-width: 768px) {
  .managementTeam__cardName {
    font-size: calc(24 / 1440 * 100vw);
  }
}

.teamModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.teamModal.is-open {
  opacity: 1;
  visibility: visible;
}
.teamModal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.teamModal__container {
  position: relative;
  width: 95%;
  max-width: unset;
  height: calc(558 / 390 * 100vw);
  background-color: #ffffff;
  border-radius: calc(16 / 390 * 100vw);
  overflow-y: auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .teamModal__container {
    width: 90%;
    max-width: calc(1000 / 1440 * 100vw);
    height: calc(680 / 1440 * 100vw);
    border-radius: calc(16 / 1440 * 100vw);
  }
}
.teamModal__close {
  position: absolute;
  top: calc(14 / 390 * 100vw);
  right: calc(14 / 390 * 100vw);
  width: calc(20 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  background: url("../images/btn-close.svg") no-repeat center center;
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .teamModal__close {
    top: calc(39 / 1440 * 100vw);
    right: calc(42 / 1440 * 100vw);
    width: calc(51 / 1440 * 100vw);
    height: calc(51 / 1440 * 100vw);
  }
}
.teamModal__close:hover, .teamModal__close:focus {
  opacity: 0.7;
}
.teamModal__content {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 768px) {
  .teamModal__content {
    flex-direction: row;
    padding: calc(53 / 1440 * 100vw) calc(60 / 1440 * 100vw);
    align-items: center;
  }
}
.teamModal__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: rgb(241, 241, 241);
}
@media (min-width: 768px) {
  .teamModal__header {
    display: contents;
    background-color: transparent;
  }
}
.teamModal__image {
  flex-shrink: 0;
  width: 50%;
}
@media (min-width: 768px) {
  .teamModal__image {
    width: calc(340 / 1440 * 100vw);
    flex-shrink: 0;
  }
}
.teamModal__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}
@media (min-width: 768px) {
  .teamModal__image img {
    border-radius: calc(8 / 1440 * 100vw);
  }
}
.teamModal__headerInfo {
  flex: 1;
  padding: calc(50 / 390 * 100vw) calc(16 / 390 * 100vw) calc(20 / 390 * 100vw);
  text-align: center;
}
@media (min-width: 768px) {
  .teamModal__headerInfo {
    display: none;
  }
}
.teamModal__info {
  display: none;
}
@media (min-width: 768px) {
  .teamModal__info {
    display: block;
    flex: 1;
    padding-left: calc(60 / 1440 * 100vw);
  }
}
.teamModal__position {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 500;
  color: #223E63;
  letter-spacing: 0.09em;
  line-height: 1.5;
  margin: 0 0 calc(8 / 390 * 100vw);
}
@media (min-width: 768px) {
  .teamModal__position {
    font-size: calc(18 / 1440 * 100vw);
    line-height: 2;
    margin: 0;
  }
}
.teamModal__name {
  font-size: calc(20 / 390 * 100vw);
  font-weight: 700;
  line-height: 1.4;
  color: #1D1D1D;
  margin: 0;
}
@media (min-width: 768px) {
  .teamModal__name {
    font-size: calc(32 / 1440 * 100vw);
    margin: 0 0 calc(30 / 1440 * 100vw);
  }
}
.teamModal__bio {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  line-height: 1.8;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  padding: calc(20 / 390 * 100vw) calc(16 / 390 * 100vw) calc(30 / 390 * 100vw);
}
@media (min-width: 768px) {
  .teamModal__bio {
    font-size: calc(16 / 1440 * 100vw);
    line-height: 2;
    padding: 0;
  }
}
.teamModal__content > .teamModal__bio {
  display: block;
}
@media (min-width: 768px) {
  .teamModal__content > .teamModal__bio {
    display: none;
  }
}
.teamModal__info .teamModal__bio {
  display: none;
}
@media (min-width: 768px) {
  .teamModal__info .teamModal__bio {
    display: block;
  }
}

.managementTeam__card:not(.managementTeam__card--dummy) {
  cursor: pointer;
}
.managementTeam__card:not(.managementTeam__card--dummy):focus {
  outline: 2px solid #223E63;
  outline-offset: 2px;
}

.ourFamily {
  padding: calc(65 / 390 * 100vw) 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .ourFamily {
    padding: calc(152 / 1440 * 100vw) 0 calc(106 / 1440 * 100vw) 0;
  }
}
.ourFamily__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(30 / 390 * 100vw);
}
@media (min-width: 768px) {
  .ourFamily__container {
    width: calc(1200 / 1440 * 100vw);
    padding: 0 calc(40 / 1440 * 100vw);
  }
}
.ourFamily__header {
  margin-bottom: calc(50 / 390 * 100vw);
  text-align: center;
}
@media (min-width: 768px) {
  .ourFamily__header {
    margin-bottom: calc(86 / 1440 * 100vw);
  }
}
@media (min-width: 768px) {
  .ourFamily__header {
    margin-bottom: calc(66 / 1440 * 100vw);
  }
}
.ourFamily__subtitle {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 300;
  color: #223E63;
  margin: 0 0 calc(10 / 390 * 100vw) 0;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .ourFamily__subtitle {
    font-size: calc(30 / 1440 * 100vw);
    margin: 0 0 calc(3 / 1440 * 100vw) 0;
  }
}
.ourFamily__subtitle {
  font-size: calc(16 / 390 * 100vw);
  margin: 0 0 calc(10 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .ourFamily__subtitle {
    font-size: calc(30 / 1440 * 100vw);
    margin: 0 0 calc(3 / 1440 * 100vw) 0;
  }
}
.ourFamily__title {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(32 / 390 * 100vw);
  font-weight: 300;
  line-height: 1.2;
  color: #1D1D1D;
  letter-spacing: 0.15em;
  margin: 0;
}
@media (min-width: 768px) {
  .ourFamily__title {
    font-size: calc(60 / 1440 * 100vw);
  }
}
.ourFamily__familyGridWrapper {
  border: 1px solid rgb(181, 183, 186);
  border-radius: calc(10 / 390 * 100vw);
  padding: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw) calc(24 / 390 * 100vw);
}
@media (min-width: 768px) {
  .ourFamily__familyGridWrapper {
    border-radius: 10px;
    padding: 50px 63px 38px;
  }
}
.ourFamily__familyGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(24 / 390 * 100vw) calc(34 / 390 * 100vw);
  justify-items: center;
  align-items: center;
  list-style: none;
  margin: 0;
}
@media (min-width: 768px) {
  .ourFamily__familyGrid {
    grid-template-columns: repeat(5, 1fr);
    gap: calc(40 / 1440 * 100vw) calc(30 / 1440 * 100vw);
  }
}
.ourFamily__familyGrid:not(:first-of-type) {
  margin-top: calc(24 / 390 * 100vw);
}
@media (min-width: 768px) {
  .ourFamily__familyGrid:not(:first-of-type) {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
.ourFamily__familyGrid--final {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) {
  .ourFamily__familyGrid--final {
    grid-template-columns: repeat(6, 1fr);
  }
}
.ourFamily__familyGrid--2col {
  display: flex;
  justify-content: center;
}
.ourFamily__familyGridItem {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ourFamily__familyItem {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-in-out;
}
.ourFamily__familyItem:hover {
  opacity: 0.7;
}
.ourFamily__familyLogo {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.ourFamily__familyLogo--oo {
  width: calc(61 / 390 * 100vw);
}
@media (min-width: 768px) {
  .ourFamily__familyLogo--oo {
    width: calc(77 / 1440 * 100vw);
  }
}
.ourFamily__familyLogo--astina {
  width: calc(84 / 390 * 100vw);
}
@media (min-width: 768px) {
  .ourFamily__familyLogo--astina {
    width: calc(139 / 1440 * 100vw);
  }
}
.ourFamily__familyLogo--datagrid {
  width: calc(89 / 390 * 100vw);
}
@media (min-width: 768px) {
  .ourFamily__familyLogo--datagrid {
    width: calc(148 / 1440 * 100vw);
  }
}
.ourFamily__familyLogo--aznics {
  width: calc(60 / 390 * 100vw);
}
@media (min-width: 768px) {
  .ourFamily__familyLogo--aznics {
    width: calc(130 / 1440 * 100vw);
  }
}
.ourFamily__familyLogo--accel-stars {
  width: calc(70 / 390 * 100vw);
}
@media (min-width: 768px) {
  .ourFamily__familyLogo--accel-stars {
    width: calc(130 / 1440 * 100vw);
  }
}
.ourFamily__familyLogo--quantum-zero {
  width: calc(60 / 390 * 100vw);
}
@media (min-width: 768px) {
  .ourFamily__familyLogo--quantum-zero {
    width: calc(150 / 1440 * 100vw);
  }
}
.ourFamily__familyLogo--fsmc {
  width: calc(50 / 390 * 100vw);
}
@media (min-width: 768px) {
  .ourFamily__familyLogo--fsmc {
    width: calc(123 / 1440 * 100vw);
  }
}
.ourFamily__familyLogo--material-infinity {
  width: calc(70 / 390 * 100vw);
}
@media (min-width: 768px) {
  .ourFamily__familyLogo--material-infinity {
    width: calc(135 / 1440 * 100vw);
  }
}
.ourFamily__familyLogo--deepreneur {
  width: calc(70 / 390 * 100vw);
}
@media (min-width: 768px) {
  .ourFamily__familyLogo--deepreneur {
    width: calc(141 / 1440 * 100vw);
  }
}
.ourFamily__familyLogo--electrofluxion {
  width: calc(60 / 390 * 100vw);
}
@media (min-width: 768px) {
  .ourFamily__familyLogo--electrofluxion {
    width: calc(127 / 1440 * 100vw);
  }
}
.ourFamily__familyLogo--bubbleflow {
  width: calc(70 / 390 * 100vw);
}
@media (min-width: 768px) {
  .ourFamily__familyLogo--bubbleflow {
    width: calc(118 / 1440 * 100vw);
  }
}
.ourFamily__familyLogo--tsumoto {
  width: calc(90 / 390 * 100vw);
}
@media (min-width: 768px) {
  .ourFamily__familyLogo--tsumoto {
    width: calc(177 / 1440 * 100vw);
  }
}
.ourFamily__item {
  background-color: #ffffff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ourFamily__item:hover {
  opacity: 0.8;
}
.ourFamily__logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ourFamily__logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
.ourFamily__img--oo {
  width: 102px;
}
.ourFamily__img--astina {
  width: 140px;
}
.ourFamily__img--datagrid {
  width: 148px;
}
.ourFamily__img--spice-engine {
  width: 140px;
}
.ourFamily__img--aznics {
  width: 130px;
}
.ourFamily__img--accel-stars {
  width: 130px;
}
.ourFamily__img--quantum-zero {
  width: 144px;
}
.ourFamily__img--fsmc {
  width: 126px;
}
.ourFamily__img--material-infinity {
  width: 128px;
}
.ourFamily__img--deepreneur {
  width: 125px;
}
.ourFamily__img--electrofluxion {
  width: 131px;
}
.ourFamily__img--bubbleflow {
  width: 131px;
}

.aboutArticles__header {
  margin-bottom: calc(50 / 390 * 100vw);
  text-align: center;
}
@media (min-width: 768px) {
  .aboutArticles__header {
    margin-bottom: calc(86 / 1440 * 100vw);
  }
}
.aboutArticles__header {
  margin-bottom: calc(36 / 390 * 100vw);
}
@media (min-width: 768px) {
  .aboutArticles__header {
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
.aboutArticles__subtitle {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 300;
  color: #223E63;
  margin: 0 0 calc(10 / 390 * 100vw) 0;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .aboutArticles__subtitle {
    font-size: calc(30 / 1440 * 100vw);
    margin: 0 0 calc(3 / 1440 * 100vw) 0;
  }
}
.aboutArticles__subtitle {
  font-size: calc(16 / 390 * 100vw);
  margin: 0 0 calc(10 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .aboutArticles__subtitle {
    font-size: calc(30 / 1440 * 100vw);
    margin: 0 0 calc(3 / 1440 * 100vw) 0;
  }
}
.aboutArticles__title {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(32 / 390 * 100vw);
  font-weight: 300;
  line-height: 1.2;
  color: #1D1D1D;
  letter-spacing: 0.15em;
  margin: 0;
}
@media (min-width: 768px) {
  .aboutArticles__title {
    font-size: calc(60 / 1440 * 100vw);
  }
}

.careersHero {
  position: relative;
  width: 100%;
  height: calc(660 / 390 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .careersHero {
    height: calc(800 / 1440 * 100vw);
  }
}
.careersHero {
  background-image: url("../images/hero-career.jpg");
}
.careersHero__title {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(40 / 390 * 100vw);
  font-weight: 300;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 0.02em;
  margin: 0;
}
@media (min-width: 768px) {
  .careersHero__title {
    font-size: calc(80 / 1440 * 100vw);
  }
}
.careersHero__title {
  letter-spacing: 0.2em;
}

.careersIntro {
  padding: calc(52 / 390 * 100vw) 0 calc(42 / 390 * 100vw);
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .careersIntro {
    padding: calc(112 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  }
}
.careersIntro__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .careersIntro__container {
    width: calc(1082 / 1440 * 100vw);
    padding: 0;
  }
}
.careersIntro__content {
  max-width: unset;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(42 / 390 * 100vw);
}
@media (min-width: 768px) {
  .careersIntro__content {
    width: calc(1082 / 1440 * 100vw);
    flex-direction: row;
    gap: calc(65 / 1440 * 100vw);
  }
}
.careersIntro__heading {
  font-size: calc(30 / 390 * 100vw);
  font-weight: 300;
  color: rgb(34, 62, 99);
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .careersIntro__heading {
    font-size: calc(40 / 1440 * 100vw);
    line-height: 1.2;
    width: calc(400 / 1440 * 100vw);
  }
}
.careersIntro__text {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (min-width: 768px) {
  .careersIntro__text {
    font-size: calc(18 / 1440 * 100vw);
    line-height: 2;
    flex: 1;
  }
}

.careersPositions {
  padding: 0 0 calc(60 / 390 * 100vw);
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .careersPositions {
    padding: calc(25 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(120 / 1440 * 100vw);
  }
}
.careersPositions__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .careersPositions__container {
    width: calc(1082 / 1440 * 100vw);
    padding: 0;
  }
}
.careersPositions__item {
  background-color: #F1F1F1;
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
  border-bottom: 1px solid #E5E5E5;
}
@media (min-width: 768px) {
  .careersPositions__item {
    background-color: #F1F1F1;
    margin-bottom: calc(36 / 1440 * 100vw);
    border-radius: calc(8 / 1440 * 100vw);
    border-bottom: none;
  }
}
.careersPositions__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.careersPositions__item::marker, .careersPositions__item::-webkit-details-marker {
  display: none;
}
.careersPositions__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(20 / 390 * 100vw) calc(18 / 390 * 100vw);
  cursor: pointer;
  list-style: none;
  position: relative;
}
@media (min-width: 768px) {
  .careersPositions__header {
    padding: calc(35 / 1440 * 100vw) calc(64 / 1440 * 100vw);
  }
}
.careersPositions__header::marker, .careersPositions__header::-webkit-details-marker {
  display: none;
}
.careersPositions__header::after {
  content: "";
  width: calc(26 / 390 * 100vw);
  height: calc(26 / 390 * 100vw);
  flex-shrink: 0;
  background-image: url("../images/icn-open.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s ease;
  opacity: 1;
}
@media (min-width: 768px) {
  .careersPositions__header::after {
    width: calc(40 / 1440 * 100vw);
    height: calc(40 / 1440 * 100vw);
  }
}
details[open] .careersPositions__header::after {
  background-image: url("../images/icn-close.svg");
}
.careersPositions__header:hover::after {
  opacity: 0.7;
}
.careersPositions__title {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin: 0;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .careersPositions__title {
    font-size: calc(30 / 1440 * 100vw);
    letter-spacing: 0;
  }
}
.careersPositions__content {
  padding: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
  .careersPositions__content {
    padding: calc(45 / 1440 * 100vw) calc(64 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  }
}
.careersPositions__description {
  font-size: calc(13 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin: 0 0 calc(15 / 390 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .careersPositions__description {
    font-size: calc(20 / 1440 * 100vw);
    margin: 0 0 calc(20 / 1440 * 100vw);
  }
}
.careersPositions__details {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .careersPositions__details {
    font-size: calc(18 / 1440 * 100vw);
    line-height: 1.8;
    margin: 0;
  }
}
.careersPositions__section {
  margin-bottom: calc(18 / 390 * 100vw);
  padding-bottom: calc(20 / 390 * 100vw);
  border-bottom: 1px solid rgb(181, 183, 186);
}
@media (min-width: 768px) {
  .careersPositions__section {
    display: flex;
    gap: calc(66 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
    padding-bottom: calc(33 / 1440 * 100vw);
  }
}
.careersPositions__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.careersPositions__sectionTitle {
  font-size: calc(15 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin: 0 0 calc(12 / 390 * 100vw);
  letter-spacing: 0.045em;
  line-height: 1.6;
  flex-shrink: 0;
}
.careersPositions__sectionTitle br {
  display: none;
}
@media (min-width: 768px) {
  .careersPositions__sectionTitle {
    font-size: calc(20 / 1440 * 100vw);
    width: calc(188 / 1440 * 100vw);
    margin: 0;
  }
  .careersPositions__sectionTitle br {
    display: inline;
  }
}
@media (min-width: 768px) {
  .careersPositions__sectionContent {
    flex: 1;
  }
}
.careersPositions__requirement {
  margin-bottom: calc(15 / 390 * 100vw);
}
@media (min-width: 768px) {
  .careersPositions__requirement {
    margin-bottom: calc(27 / 1440 * 100vw);
  }
}
.careersPositions__requirement:last-child {
  margin-bottom: 0;
}
.careersPositions__label {
  font-size: calc(13 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin: 0 0 calc(8 / 390 * 100vw);
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .careersPositions__label {
    font-size: calc(18 / 1440 * 100vw);
    margin: 0 0 calc(10 / 1440 * 100vw);
  }
}
.careersPositions__requirementText {
  font-size: calc(13 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin: 0 0 calc(8 / 390 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .careersPositions__requirementText {
    font-size: calc(18 / 1440 * 100vw);
    margin: 0 0 calc(10 / 1440 * 100vw);
  }
}
.careersPositions__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.careersPositions__list li {
  font-size: calc(13 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin-bottom: calc(6 / 390 * 100vw);
  padding-left: 1em;
  letter-spacing: 0.05em;
  line-height: 1.75;
  position: relative;
}
@media (min-width: 768px) {
  .careersPositions__list li {
    font-size: calc(16 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
.careersPositions__list li:last-child {
  margin-bottom: 0;
}
.careersPositions__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: calc(3 / 390 * 100vw);
  height: calc(3 / 390 * 100vw);
  background-color: #1D1D1D;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .careersPositions__list li::before {
    width: calc(4 / 1440 * 100vw);
    height: calc(4 / 1440 * 100vw);
  }
}
.careersPositions__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}
.careersPositions__benefits li {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .careersPositions__benefits li {
    font-size: calc(18 / 1440 * 100vw);
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
.careersPositions__benefits li:last-child {
  margin-bottom: 0;
}

.contactHero {
  position: relative;
  width: 100%;
  height: calc(660 / 390 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .contactHero {
    height: calc(800 / 1440 * 100vw);
  }
}
.contactHero {
  background-image: url("../images/hero-contact.jpg");
}
.contactHero__title {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(40 / 390 * 100vw);
  font-weight: 300;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 0.02em;
  margin: 0;
}
@media (min-width: 768px) {
  .contactHero__title {
    font-size: calc(80 / 1440 * 100vw);
  }
}
.contactHero__title {
  letter-spacing: 0.2em;
}

.contactForm {
  padding: calc(40 / 390 * 100vw) 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .contactForm {
    padding: calc(110 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  }
}
.contactForm__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(30 / 390 * 100vw);
}
@media (min-width: 768px) {
  .contactForm__container {
    width: calc(960 / 1440 * 100vw);
    padding: 0;
  }
}
.contactForm__form {
  width: 100%;
}
.contactForm__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(12 / 390 * 100vw);
  margin-bottom: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .contactForm__row {
    flex-direction: row;
    align-items: center;
    gap: calc(24 / 1440 * 100vw);
    margin-bottom: calc(28 / 1440 * 100vw);
  }
}
.contactForm__row:last-of-type {
  margin-bottom: 0;
}
.contactForm__row--textarea {
  align-items: flex-start;
}
.contactForm__labelWrapper {
  display: flex;
  align-items: center;
  width: 100%;
  gap: calc(10 / 390 * 100vw);
}
@media (min-width: 768px) {
  .contactForm__labelWrapper {
    width: calc(230 / 1440 * 100vw);
    gap: calc(13 / 1440 * 100vw);
    flex-shrink: 0;
  }
}
.contactForm__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(3 / 390 * 100vw) calc(14 / 390 * 100vw);
  border-radius: calc(20 / 390 * 100vw);
  font-size: calc(14 / 390 * 100vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  order: -1;
}
@media (min-width: 768px) {
  .contactForm__badge {
    padding: calc(4 / 1440 * 100vw) calc(16 / 1440 * 100vw);
    border-radius: calc(20 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}
.contactForm__badge--required {
  background-color: #E91E63;
  color: #ffffff;
}
.contactForm__badge--optional {
  background-color: #6B6D70;
  color: #ffffff;
}
.contactForm__label {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contactForm__label {
    font-size: calc(18 / 1440 * 100vw);
  }
}
.contactForm__fields {
  flex: 1;
  width: 100%;
}
.contactForm__fieldGroup {
  display: flex;
  gap: calc(16 / 390 * 100vw);
}
@media (min-width: 768px) {
  .contactForm__fieldGroup {
    gap: calc(20 / 1440 * 100vw);
  }
}
.contactForm__fieldGroup--double {
  display: flex;
  gap: calc(16 / 390 * 100vw);
}
@media (min-width: 768px) {
  .contactForm__fieldGroup--double {
    gap: calc(35 / 1440 * 100vw);
  }
}
.contactForm__field {
  flex: 1;
}
.contactForm__fieldLabel {
  font-size: calc(12 / 390 * 100vw);
  color: #1D1D1D;
  margin-bottom: calc(6 / 390 * 100vw);
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .contactForm__fieldLabel {
    font-size: calc(14 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
.contactForm__input {
  width: 100%;
  height: calc(44 / 390 * 100vw);
  padding: calc(12 / 390 * 100vw) calc(16 / 390 * 100vw);
  border: 1.1px solid #B5B7BA;
  border-radius: calc(8 / 390 * 100vw);
  font-size: calc(14 / 390 * 100vw);
  font-family: "Noto Sans JP", sans-serif;
  color: #1D1D1D;
  background-color: #ffffff;
  transition: border-color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .contactForm__input {
    height: calc(50 / 1440 * 100vw);
    padding: calc(15 / 1440 * 100vw) calc(20 / 1440 * 100vw);
    border-radius: calc(8 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}
.contactForm__input::placeholder {
  color: #CCCCCC;
}
.contactForm__input:focus {
  outline: none;
  border-color: #223E63;
}
.contactForm__input.error {
  border-color: #E91E63;
}
.contactForm__textarea {
  width: 100%;
  padding: calc(12 / 390 * 100vw) calc(16 / 390 * 100vw);
  border: 1.1px solid #B5B7BA;
  border-radius: calc(8 / 390 * 100vw);
  font-size: calc(14 / 390 * 100vw);
  font-family: "Noto Sans JP", sans-serif;
  color: #1D1D1D;
  background-color: #ffffff;
  resize: vertical;
  min-height: calc(160 / 390 * 100vw);
  transition: border-color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .contactForm__textarea {
    padding: calc(15 / 1440 * 100vw) calc(20 / 1440 * 100vw);
    border-radius: calc(8 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    min-height: calc(200 / 1440 * 100vw);
  }
}
.contactForm__textarea::placeholder {
  color: #CCCCCC;
}
.contactForm__textarea:focus {
  outline: none;
  border-color: #223E63;
}
.contactForm__textarea.error {
  border-color: #E91E63;
}
.contactForm__error {
  margin-top: calc(8 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  color: #E91E63;
  display: none;
}
@media (min-width: 768px) {
  .contactForm__error {
    font-size: calc(14 / 1440 * 100vw);
  }
}
.contactForm__error.show {
  display: block;
}
.contactForm__actions {
  display: flex;
  justify-content: center;
  margin-top: calc(48 / 390 * 100vw);
}
@media (min-width: 768px) {
  .contactForm__actions {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
.contactForm__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(12 / 390 * 100vw);
  width: fit-content;
  padding: calc(14 / 390 * 100vw) calc(40 / 390 * 100vw);
  background-color: #ffffff;
  color: #1d1d1d;
  border: 1px solid #1d1d1d;
  border-radius: calc(40 / 390 * 100vw);
  font-size: calc(16 / 390 * 100vw);
  font-weight: 400;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .contactForm__submit {
    gap: calc(12 / 1440 * 100vw);
    padding: calc(18 / 1440 * 100vw) calc(50 / 1440 * 100vw);
    border-radius: calc(40 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
  }
}
.contactForm__submit::before {
  content: "";
  display: block;
  width: calc(8 / 390 * 100vw);
  height: calc(8 / 390 * 100vw);
  background-color: #1d1d1d;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .contactForm__submit::before {
    width: calc(8 / 1440 * 100vw);
    height: calc(8 / 1440 * 100vw);
  }
}
.contactForm__submit:hover:not(:disabled) {
  opacity: 0.8;
}
.contactForm__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.contactForm__submitIcon {
  width: calc(6 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  border-radius: 50%;
  background-color: #223E63;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .contactForm__submitIcon {
    width: calc(8 / 1440 * 100vw);
    height: calc(8 / 1440 * 100vw);
  }
}

.contactConfirm {
  padding: calc(40 / 390 * 100vw) 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .contactConfirm {
    padding: calc(80 / 1440 * 100vw) 0;
  }
}
.contactConfirm__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(30 / 390 * 100vw);
}
@media (min-width: 768px) {
  .contactConfirm__container {
    width: calc(960 / 1440 * 100vw);
    padding: 0 calc(64 / 1440 * 100vw);
  }
}
.contactConfirm__description {
  font-size: calc(14 / 390 * 100vw);
  color: #1D1D1D;
  text-align: center;
  margin-bottom: calc(32 / 390 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .contactConfirm__description {
    font-size: calc(18 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
.contactConfirm__content {
  margin-bottom: calc(24 / 390 * 100vw);
}
@media (min-width: 768px) {
  .contactConfirm__content {
    margin-bottom: calc(32 / 1440 * 100vw);
  }
}
.contactConfirm__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(12 / 390 * 100vw);
  margin-bottom: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .contactConfirm__row {
    flex-direction: row;
    align-items: center;
    gap: calc(24 / 1440 * 100vw);
    margin-bottom: calc(48 / 1440 * 100vw);
  }
}
.contactConfirm__row:last-child {
  margin-bottom: 0;
}
.contactConfirm__row--textarea {
  align-items: flex-start;
}
.contactConfirm__labelWrapper {
  display: flex;
  align-items: center;
  width: 100%;
  gap: calc(10 / 390 * 100vw);
}
@media (min-width: 768px) {
  .contactConfirm__labelWrapper {
    width: calc(230 / 1440 * 100vw);
    gap: calc(13 / 1440 * 100vw);
    flex-shrink: 0;
  }
}
.contactConfirm__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(3 / 390 * 100vw) calc(14 / 390 * 100vw);
  border-radius: calc(20 / 390 * 100vw);
  font-size: calc(14 / 390 * 100vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  order: -1;
}
@media (min-width: 768px) {
  .contactConfirm__badge {
    padding: calc(4 / 1440 * 100vw) calc(16 / 1440 * 100vw);
    border-radius: calc(20 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}
.contactConfirm__badge--required {
  background-color: #E91E63;
  color: #ffffff;
}
.contactConfirm__badge--optional {
  background-color: #6B6D70;
  color: #ffffff;
}
.contactConfirm__label {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contactConfirm__label {
    font-size: calc(18 / 1440 * 100vw);
  }
}
.contactConfirm__fields {
  flex: 1;
  width: 100%;
}
.contactConfirm__fieldGroup {
  display: flex;
  gap: calc(16 / 390 * 100vw);
}
@media (min-width: 768px) {
  .contactConfirm__fieldGroup {
    gap: calc(20 / 1440 * 100vw);
  }
}
.contactConfirm__fieldGroup--double {
  display: flex;
  gap: calc(16 / 390 * 100vw);
}
@media (min-width: 768px) {
  .contactConfirm__fieldGroup--double {
    gap: calc(20 / 1440 * 100vw);
  }
}
.contactConfirm__field {
  flex: 1;
}
.contactConfirm__fieldLabel {
  font-size: calc(12 / 390 * 100vw);
  color: #1D1D1D;
  margin-bottom: calc(6 / 390 * 100vw);
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .contactConfirm__fieldLabel {
    font-size: calc(14 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
.contactConfirm__value {
  font-size: calc(14 / 390 * 100vw);
  color: #1D1D1D;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .contactConfirm__value {
    font-size: calc(16 / 1440 * 100vw);
  }
}
.contactConfirm__value--textarea {
  white-space: pre-wrap;
  word-break: break-word;
}
.contactConfirm__privacy {
  display: flex;
  justify-content: center;
  margin-bottom: calc(24 / 390 * 100vw);
}
@media (min-width: 768px) {
  .contactConfirm__privacy {
    margin-bottom: calc(32 / 1440 * 100vw);
  }
}
.contactConfirm__checkbox {
  display: flex;
  align-items: center;
  gap: calc(8 / 390 * 100vw);
  cursor: pointer;
}
@media (min-width: 768px) {
  .contactConfirm__checkbox {
    gap: calc(8 / 1440 * 100vw);
  }
}
.contactConfirm__checkbox input[type=checkbox] {
  width: calc(18 / 390 * 100vw);
  height: calc(18 / 390 * 100vw);
  cursor: pointer;
}
@media (min-width: 768px) {
  .contactConfirm__checkbox input[type=checkbox] {
    width: calc(20 / 1440 * 100vw);
    height: calc(20 / 1440 * 100vw);
  }
}
.contactConfirm__checkboxText {
  font-size: calc(14 / 390 * 100vw);
  color: #1D1D1D;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .contactConfirm__checkboxText {
    font-size: calc(16 / 1440 * 100vw);
  }
}
.contactConfirm__checkboxText a {
  color: #223E63;
  text-decoration: underline;
}
.contactConfirm__checkboxText a:hover {
  opacity: 0.7;
}
.contactConfirm__form {
  width: 100%;
}
.contactConfirm__actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(16 / 390 * 100vw);
  margin-top: calc(32 / 390 * 100vw);
}
@media (min-width: 768px) {
  .contactConfirm__actions {
    flex-direction: row;
    gap: calc(24 / 1440 * 100vw);
    margin-top: calc(40 / 1440 * 100vw);
  }
}
.contactConfirm__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(14 / 390 * 100vw) calc(40 / 390 * 100vw);
  font-size: calc(16 / 390 * 100vw);
  font-weight: 400;
  letter-spacing: 0.1em;
  border-radius: calc(40 / 390 * 100vw);
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  border: none;
  width: 100%;
}
@media (min-width: 768px) {
  .contactConfirm__button {
    padding: calc(18 / 1440 * 100vw) calc(50 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
    border-radius: calc(40 / 1440 * 100vw);
    width: auto;
  }
}
.contactConfirm__button--back {
  background-color: #ffffff;
  color: #223E63;
  border: 1px solid #223E63;
}
.contactConfirm__button--back:hover {
  opacity: 0.7;
}
.contactConfirm__button--submit {
  background-color: #223E63;
  color: #ffffff;
}
.contactConfirm__button--submit:hover {
  opacity: 0.8;
}
.contactConfirm__button--submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.contactComplete {
  padding: calc(60 / 390 * 100vw) 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .contactComplete {
    padding: calc(100 / 1440 * 100vw) 0;
  }
}
.contactComplete__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(30 / 390 * 100vw);
  text-align: center;
}
@media (min-width: 768px) {
  .contactComplete__container {
    width: calc(800 / 1440 * 100vw);
    padding: 0 calc(64 / 1440 * 100vw);
  }
}
.contactComplete__icon {
  display: flex;
  justify-content: center;
  margin-bottom: calc(24 / 390 * 100vw);
}
@media (min-width: 768px) {
  .contactComplete__icon {
    margin-bottom: calc(32 / 1440 * 100vw);
  }
}
.contactComplete__icon svg {
  width: calc(60 / 390 * 100vw);
  height: calc(60 / 390 * 100vw);
}
@media (min-width: 768px) {
  .contactComplete__icon svg {
    width: calc(80 / 1440 * 100vw);
    height: calc(80 / 1440 * 100vw);
  }
}
.contactComplete__title {
  font-size: calc(22 / 390 * 100vw);
  font-weight: 500;
  color: #223E63;
  margin-bottom: calc(20 / 390 * 100vw);
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .contactComplete__title {
    font-size: calc(32 / 1440 * 100vw);
    margin-bottom: calc(24 / 1440 * 100vw);
  }
}
.contactComplete__message {
  font-size: calc(14 / 390 * 100vw);
  color: #1D1D1D;
  line-height: 2;
  margin-bottom: calc(40 / 390 * 100vw);
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .contactComplete__message {
    font-size: calc(18 / 1440 * 100vw);
    margin-bottom: calc(48 / 1440 * 100vw);
  }
}
.contactComplete__actions {
  display: flex;
  justify-content: center;
}
.contactComplete__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(14 / 390 * 100vw) calc(40 / 390 * 100vw);
  background-color: #223E63;
  color: #ffffff;
  text-decoration: none;
  font-size: calc(16 / 390 * 100vw);
  font-weight: 400;
  letter-spacing: 0.1em;
  border-radius: calc(40 / 390 * 100vw);
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .contactComplete__button {
    padding: calc(18 / 1440 * 100vw) calc(50 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
    border-radius: calc(40 / 1440 * 100vw);
  }
}
.contactComplete__button:hover {
  opacity: 0.8;
}

.wpcf7 {
  width: 100%;
}
.wpcf7 form {
  width: 100%;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 br {
  display: none;
}
.wpcf7 .hidden-fields-container,
.wpcf7 form fieldset,
.wpcf7 form .hidden-fields-container {
  display: block !important;
  border: none !important;
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
  border-image: none !important;
  padding: 0 !important;
  padding-block: 0 !important;
  padding-inline: 0 !important;
  margin: 0 !important;
  margin-inline: 0 !important;
  margin-block: 0 !important;
  min-width: 0 !important;
  min-inline-size: 0 !important;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.wpcf7 .contactForm__input,
.wpcf7 form input[type=text],
.wpcf7 form input[type=email],
.wpcf7 form input[type=tel],
.wpcf7 form input[type=url],
.wpcf7 form input[type=number],
.wpcf7 form input[type=date],
.wpcf7 form select,
.wpcf7 .wpcf7-form input[type=text],
.wpcf7 .wpcf7-form input[type=email],
.wpcf7 .wpcf7-form input[type=tel],
.wpcf7 .wpcf7-form input[type=url],
.wpcf7 .wpcf7-form input[type=number],
.wpcf7 .wpcf7-form input[type=date],
.wpcf7 .wpcf7-form select {
  width: 100% !important;
  height: calc(44 / 390 * 100vw) !important;
  padding: calc(12 / 390 * 100vw) calc(16 / 390 * 100vw) !important;
  border: 1.1px solid #B5B7BA !important;
  border-radius: calc(8 / 390 * 100vw) !important;
  font-size: calc(14 / 390 * 100vw) !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-align: left !important;
  color: #1D1D1D !important;
  background-color: #ffffff !important;
  transition: border-color 0.3s ease-in-out !important;
  box-sizing: border-box !important;
  cursor: text !important;
  display: block !important;
}
@media (min-width: 768px) {
  .wpcf7 .contactForm__input,
  .wpcf7 form input[type=text],
  .wpcf7 form input[type=email],
  .wpcf7 form input[type=tel],
  .wpcf7 form input[type=url],
  .wpcf7 form input[type=number],
  .wpcf7 form input[type=date],
  .wpcf7 form select,
  .wpcf7 .wpcf7-form input[type=text],
  .wpcf7 .wpcf7-form input[type=email],
  .wpcf7 .wpcf7-form input[type=tel],
  .wpcf7 .wpcf7-form input[type=url],
  .wpcf7 .wpcf7-form input[type=number],
  .wpcf7 .wpcf7-form input[type=date],
  .wpcf7 .wpcf7-form select {
    height: calc(50 / 1440 * 100vw) !important;
    padding: calc(15 / 1440 * 100vw) calc(20 / 1440 * 100vw) !important;
    border-radius: calc(8 / 1440 * 100vw) !important;
    font-size: calc(16 / 1440 * 100vw) !important;
  }
}
.wpcf7 .contactForm__input::placeholder,
.wpcf7 form input[type=text]::placeholder,
.wpcf7 form input[type=email]::placeholder,
.wpcf7 form input[type=tel]::placeholder,
.wpcf7 form input[type=url]::placeholder,
.wpcf7 form input[type=number]::placeholder,
.wpcf7 form input[type=date]::placeholder,
.wpcf7 form select::placeholder,
.wpcf7 .wpcf7-form input[type=text]::placeholder,
.wpcf7 .wpcf7-form input[type=email]::placeholder,
.wpcf7 .wpcf7-form input[type=tel]::placeholder,
.wpcf7 .wpcf7-form input[type=url]::placeholder,
.wpcf7 .wpcf7-form input[type=number]::placeholder,
.wpcf7 .wpcf7-form input[type=date]::placeholder,
.wpcf7 .wpcf7-form select::placeholder {
  color: #CCCCCC !important;
}
.wpcf7 .contactForm__input:focus,
.wpcf7 form input[type=text]:focus,
.wpcf7 form input[type=email]:focus,
.wpcf7 form input[type=tel]:focus,
.wpcf7 form input[type=url]:focus,
.wpcf7 form input[type=number]:focus,
.wpcf7 form input[type=date]:focus,
.wpcf7 form select:focus,
.wpcf7 .wpcf7-form input[type=text]:focus,
.wpcf7 .wpcf7-form input[type=email]:focus,
.wpcf7 .wpcf7-form input[type=tel]:focus,
.wpcf7 .wpcf7-form input[type=url]:focus,
.wpcf7 .wpcf7-form input[type=number]:focus,
.wpcf7 .wpcf7-form input[type=date]:focus,
.wpcf7 .wpcf7-form select:focus {
  outline: none !important;
  border-color: #223E63 !important;
}
.wpcf7 .contactForm__input.wpcf7-not-valid,
.wpcf7 form input[type=text].wpcf7-not-valid,
.wpcf7 form input[type=email].wpcf7-not-valid,
.wpcf7 form input[type=tel].wpcf7-not-valid,
.wpcf7 form input[type=url].wpcf7-not-valid,
.wpcf7 form input[type=number].wpcf7-not-valid,
.wpcf7 form input[type=date].wpcf7-not-valid,
.wpcf7 form select.wpcf7-not-valid,
.wpcf7 .wpcf7-form input[type=text].wpcf7-not-valid,
.wpcf7 .wpcf7-form input[type=email].wpcf7-not-valid,
.wpcf7 .wpcf7-form input[type=tel].wpcf7-not-valid,
.wpcf7 .wpcf7-form input[type=url].wpcf7-not-valid,
.wpcf7 .wpcf7-form input[type=number].wpcf7-not-valid,
.wpcf7 .wpcf7-form input[type=date].wpcf7-not-valid,
.wpcf7 .wpcf7-form select.wpcf7-not-valid {
  border-color: #E91E63 !important;
}
.wpcf7 textarea {
  width: 100% !important;
  padding: calc(12 / 390 * 100vw) calc(16 / 390 * 100vw) !important;
  border: 1.1px solid #B5B7BA !important;
  border-radius: calc(8 / 390 * 100vw) !important;
  font-size: calc(14 / 390 * 100vw) !important;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #1D1D1D !important;
  background-color: #ffffff !important;
  resize: vertical !important;
  min-height: calc(160 / 390 * 100vw) !important;
  transition: border-color 0.3s ease-in-out !important;
  box-sizing: border-box !important;
}
@media (min-width: 768px) {
  .wpcf7 textarea {
    padding: calc(15 / 1440 * 100vw) calc(20 / 1440 * 100vw) !important;
    border-radius: calc(8 / 1440 * 100vw) !important;
    font-size: calc(16 / 1440 * 100vw) !important;
    min-height: calc(200 / 1440 * 100vw) !important;
  }
}
.wpcf7 textarea::placeholder {
  color: #CCCCCC !important;
}
.wpcf7 textarea:focus {
  outline: none !important;
  border-color: #223E63 !important;
}
.wpcf7 textarea.wpcf7-not-valid {
  border-color: #E91E63 !important;
}
.wpcf7 .contactForm__submit,
.wpcf7 input[type=submit] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: calc(12 / 390 * 100vw) !important;
  width: fit-content !important;
  padding: calc(14 / 390 * 100vw) calc(40 / 390 * 100vw) !important;
  background-color: #ffffff !important;
  color: #1d1d1d !important;
  border: 1px solid #1d1d1d !important;
  border-radius: calc(40 / 390 * 100vw) !important;
  font-size: calc(16 / 390 * 100vw) !important;
  font-weight: 400 !important;
  letter-spacing: 0.1em !important;
  cursor: pointer !important;
  transition: opacity 0.3s ease-in-out !important;
  text-align: center !important;
  height: auto !important;
  line-height: 1.5 !important;
  box-sizing: border-box !important;
}
@media (min-width: 768px) {
  .wpcf7 .contactForm__submit,
  .wpcf7 input[type=submit] {
    gap: calc(12 / 1440 * 100vw) !important;
    padding: calc(18 / 1440 * 100vw) calc(50 / 1440 * 100vw) !important;
    border-radius: calc(40 / 1440 * 100vw) !important;
    font-size: calc(18 / 1440 * 100vw) !important;
    width: fit-content !important;
  }
}
.wpcf7 .contactForm__submit::before,
.wpcf7 input[type=submit]::before {
  content: "" !important;
  display: block !important;
  width: calc(8 / 390 * 100vw) !important;
  height: calc(8 / 390 * 100vw) !important;
  background-color: #1d1d1d !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
}
@media (min-width: 768px) {
  .wpcf7 .contactForm__submit::before,
  .wpcf7 input[type=submit]::before {
    width: calc(8 / 1440 * 100vw) !important;
    height: calc(8 / 1440 * 100vw) !important;
  }
}
.wpcf7 .contactForm__submit:hover:not(:disabled),
.wpcf7 input[type=submit]:hover:not(:disabled) {
  opacity: 0.8 !important;
}
.wpcf7 .contactForm__submit:disabled,
.wpcf7 input[type=submit]:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: calc(8 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  color: #E91E63;
  display: block;
}
@media (min-width: 768px) {
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: calc(14 / 1440 * 100vw);
  }
}
.wpcf7 .wpcf7-response-output {
  display: none !important;
}
.wpcf7 .screen-reader-response {
  display: none !important;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

.mw_wp_form {
  width: 100%;
}
.mw_wp_form p {
  margin: 0 !important;
  padding: 0 !important;
  display: contents !important;
}
.mw_wp_form br {
  display: none !important;
}
.mw_wp_form .mwform-tel-field {
  display: flex !important;
  gap: calc(10 / 390 * 100vw) !important;
  align-items: center !important;
}
@media (min-width: 768px) {
  .mw_wp_form .mwform-tel-field {
    gap: calc(10 / 1440 * 100vw) !important;
  }
}
.mw_wp_form .mwform-tel-field input[type=text] {
  flex: 1 !important;
  min-width: 0 !important;
}
.mw_wp_form input[type=text],
.mw_wp_form input[type=email],
.mw_wp_form input[type=tel],
.mw_wp_form input[type=url],
.mw_wp_form input[type=number],
.mw_wp_form input[type=date],
.mw_wp_form select {
  width: 100% !important;
  max-width: 100% !important;
  height: calc(44 / 390 * 100vw) !important;
  padding: calc(12 / 390 * 100vw) calc(16 / 390 * 100vw) !important;
  border: 1.1px solid #B5B7BA !important;
  border-radius: calc(8 / 390 * 100vw) !important;
  font-size: calc(14 / 390 * 100vw) !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-align: left !important;
  color: #1D1D1D !important;
  background-color: #ffffff !important;
  transition: border-color 0.3s ease-in-out !important;
  box-sizing: border-box !important;
  cursor: text !important;
  display: block !important;
}
@media (min-width: 768px) {
  .mw_wp_form input[type=text],
  .mw_wp_form input[type=email],
  .mw_wp_form input[type=tel],
  .mw_wp_form input[type=url],
  .mw_wp_form input[type=number],
  .mw_wp_form input[type=date],
  .mw_wp_form select {
    height: calc(50 / 1440 * 100vw) !important;
    padding: calc(15 / 1440 * 100vw) calc(20 / 1440 * 100vw) !important;
    border-radius: calc(8 / 1440 * 100vw) !important;
    font-size: calc(16 / 1440 * 100vw) !important;
  }
}
.mw_wp_form input[type=text]::placeholder,
.mw_wp_form input[type=email]::placeholder,
.mw_wp_form input[type=tel]::placeholder,
.mw_wp_form input[type=url]::placeholder,
.mw_wp_form input[type=number]::placeholder,
.mw_wp_form input[type=date]::placeholder,
.mw_wp_form select::placeholder {
  color: #CCCCCC !important;
}
.mw_wp_form input[type=text]:focus,
.mw_wp_form input[type=email]:focus,
.mw_wp_form input[type=tel]:focus,
.mw_wp_form input[type=url]:focus,
.mw_wp_form input[type=number]:focus,
.mw_wp_form input[type=date]:focus,
.mw_wp_form select:focus {
  outline: none !important;
  border-color: #223E63 !important;
}
.mw_wp_form input[type=text].error,
.mw_wp_form input[type=email].error,
.mw_wp_form input[type=tel].error,
.mw_wp_form input[type=url].error,
.mw_wp_form input[type=number].error,
.mw_wp_form input[type=date].error,
.mw_wp_form select.error {
  border-color: #E91E63 !important;
}
.mw_wp_form textarea {
  width: 100% !important;
  padding: calc(12 / 390 * 100vw) calc(16 / 390 * 100vw) !important;
  border: 1.1px solid #B5B7BA !important;
  border-radius: calc(8 / 390 * 100vw) !important;
  font-size: calc(14 / 390 * 100vw) !important;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #1D1D1D !important;
  background-color: #ffffff !important;
  resize: vertical !important;
  min-height: calc(160 / 390 * 100vw) !important;
  transition: border-color 0.3s ease-in-out !important;
  box-sizing: border-box !important;
}
@media (min-width: 768px) {
  .mw_wp_form textarea {
    padding: calc(15 / 1440 * 100vw) calc(20 / 1440 * 100vw) !important;
    border-radius: calc(8 / 1440 * 100vw) !important;
    font-size: calc(16 / 1440 * 100vw) !important;
    min-height: calc(200 / 1440 * 100vw) !important;
  }
}
.mw_wp_form textarea::placeholder {
  color: #CCCCCC !important;
}
.mw_wp_form textarea:focus {
  outline: none !important;
  border-color: #223E63 !important;
}
.mw_wp_form textarea.error {
  border-color: #E91E63 !important;
}
.mw_wp_form label:has(input[type=submit]) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: calc(12 / 390 * 100vw) !important;
  cursor: pointer !important;
  width: fit-content !important;
  padding: calc(14 / 390 * 100vw) calc(40 / 390 * 100vw) !important;
  background-color: #ffffff !important;
  color: #223E63 !important;
  border: 1px solid #223E63 !important;
  border-radius: calc(40 / 390 * 100vw) !important;
  font-size: calc(16 / 390 * 100vw) !important;
  font-weight: 400 !important;
  letter-spacing: 0.1em !important;
  transition: opacity 0.3s ease-in-out !important;
  text-align: center !important;
  height: auto !important;
  line-height: 1.5 !important;
  box-sizing: border-box !important;
}
@media (min-width: 768px) {
  .mw_wp_form label:has(input[type=submit]) {
    gap: calc(12 / 1440 * 100vw) !important;
    padding: calc(16 / 1440 * 100vw) calc(18 / 1440 * 100vw) !important;
    border-radius: calc(40 / 1440 * 100vw) !important;
    font-size: calc(16 / 1440 * 100vw) !important;
  }
}
.mw_wp_form label:has(input[type=submit])::before {
  content: "" !important;
  display: block !important;
  width: calc(8 / 390 * 100vw) !important;
  height: calc(8 / 390 * 100vw) !important;
  background-color: #223E63 !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
}
@media (min-width: 768px) {
  .mw_wp_form label:has(input[type=submit])::before {
    width: calc(8 / 1440 * 100vw) !important;
    height: calc(8 / 1440 * 100vw) !important;
  }
}
.mw_wp_form label:has(input[type=submit]):hover {
  opacity: 0.8 !important;
}
.mw_wp_form label:has(input[type=submit]) input[type=submit] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.mw_wp_form label:has(input[type=submit])::after {
  content: attr(data-value) !important;
}
.mw_wp_form input[type=submit],
.mw_wp_form input[type=button],
.mw_wp_form button[type=submit] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: calc(12 / 390 * 100vw) !important;
  width: fit-content !important;
  padding: calc(14 / 390 * 100vw) calc(40 / 390 * 100vw) !important;
  background-color: #ffffff !important;
  color: #223E63 !important;
  border: 1px solid #223E63 !important;
  border-radius: calc(40 / 390 * 100vw) !important;
  font-size: calc(16 / 390 * 100vw) !important;
  font-weight: 400 !important;
  letter-spacing: 0.1em !important;
  cursor: pointer !important;
  transition: opacity 0.3s ease-in-out !important;
  text-align: center !important;
  height: auto !important;
  line-height: 1.5 !important;
  box-sizing: border-box !important;
}
@media (min-width: 768px) {
  .mw_wp_form input[type=submit],
  .mw_wp_form input[type=button],
  .mw_wp_form button[type=submit] {
    gap: calc(12 / 1440 * 100vw) !important;
    padding: calc(18 / 1440 * 100vw) calc(50 / 1440 * 100vw) !important;
    border-radius: calc(40 / 1440 * 100vw) !important;
    font-size: calc(18 / 1440 * 100vw) !important;
  }
}
.mw_wp_form input[type=submit]::before,
.mw_wp_form input[type=button]::before,
.mw_wp_form button[type=submit]::before {
  content: "" !important;
  display: block !important;
  width: calc(8 / 390 * 100vw) !important;
  height: calc(8 / 390 * 100vw) !important;
  background-color: #223E63 !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
}
@media (min-width: 768px) {
  .mw_wp_form input[type=submit]::before,
  .mw_wp_form input[type=button]::before,
  .mw_wp_form button[type=submit]::before {
    width: calc(8 / 1440 * 100vw) !important;
    height: calc(8 / 1440 * 100vw) !important;
  }
}
.mw_wp_form input[type=submit]:hover:not(:disabled),
.mw_wp_form input[type=button]:hover:not(:disabled),
.mw_wp_form button[type=submit]:hover:not(:disabled) {
  opacity: 0.8 !important;
}
.mw_wp_form input[type=submit]:disabled,
.mw_wp_form input[type=button]:disabled,
.mw_wp_form button[type=submit]:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.mw_wp_form .error {
  margin-top: calc(8 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  color: #E91E63;
  display: block;
}
@media (min-width: 768px) {
  .mw_wp_form .error {
    font-size: calc(14 / 1440 * 100vw);
  }
}
.mw_wp_form .mw_wp_form_error {
  display: none !important;
}

.articlesHero {
  position: relative;
  width: 100%;
  height: calc(660 / 390 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .articlesHero {
    height: calc(800 / 1440 * 100vw);
  }
}
.articlesHero {
  background-image: url("../images/hero-articles.jpg");
}
.articlesHero__title {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(40 / 390 * 100vw);
  font-weight: 300;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 0.02em;
  margin: 0;
}
@media (min-width: 768px) {
  .articlesHero__title {
    font-size: calc(80 / 1440 * 100vw);
  }
}
.articlesHero__title {
  letter-spacing: 0.2em;
}

.articles {
  padding: calc(40 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .articles {
    padding: calc(80 / 1440 * 100vw) 0;
  }
}
.articles__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(30 / 390 * 100vw);
}
@media (min-width: 768px) {
  .articles__container {
    width: calc(1082 / 1440 * 100vw);
    padding: 0 calc(40 / 1440 * 100vw);
  }
}
.articles__categories {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(20 / 390 * 100vw);
  background-color: rgb(241, 241, 241);
  border-radius: calc(10 / 390 * 100vw);
  padding: calc(24 / 390 * 100vw) calc(20 / 390 * 100vw);
  margin-bottom: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .articles__categories {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: calc(40 / 1440 * 100vw);
    border-radius: 10px;
    padding: 40px 60px;
    margin-bottom: calc(60 / 1440 * 100vw);
  }
}
.articles__categoriesLabel {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 500;
  color: #223E63;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .articles__categoriesLabel {
    font-size: calc(20 / 1440 * 100vw);
  }
}
.articles__categoryButtons {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: calc(8 / 390 * 100vw);
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .articles__categoryButtons {
    width: auto;
    gap: calc(12 / 1440 * 100vw);
  }
}
.articles__categoryButton {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(8 / 390 * 100vw);
  padding: 0;
  background-color: transparent;
  color: #1D1D1D;
  border: none;
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .articles__categoryButton {
    gap: calc(10 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
  }
}
.articles__categoryButton::before {
  content: "";
  display: block;
  width: calc(20 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  border: 1px solid #B5B7BA;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .articles__categoryButton::before {
    width: calc(24 / 1440 * 100vw);
    height: calc(24 / 1440 * 100vw);
  }
}
.articles__categoryButton::after {
  content: "";
  position: absolute;
  left: calc(5 / 390 * 100vw);
  top: 50%;
  transform: translateY(-50%);
  width: calc(10 / 390 * 100vw);
  height: calc(10 / 390 * 100vw);
  border-radius: 50%;
  background-color: #223E63;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .articles__categoryButton::after {
    left: calc(6 / 1440 * 100vw);
    width: calc(12 / 1440 * 100vw);
    height: calc(12 / 1440 * 100vw);
  }
}
.articles__categoryButton:hover, .articles__categoryButton:focus {
  opacity: 0.8;
  background-color: unset;
}
.articles__categoryButton.is-active::after {
  opacity: 1;
}
.articles__categoryLabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(10 / 390 * 100vw) calc(24 / 390 * 100vw);
  border-radius: calc(50 / 390 * 100vw);
  background-color: transparent;
  color: #1D1D1D;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .articles__categoryLabel {
    padding: calc(12 / 1440 * 100vw) calc(32 / 1440 * 100vw);
    border-radius: calc(50 / 1440 * 100vw);
  }
}
.articles__categoryButton.is-active .articles__categoryLabel {
  color: #ffffff;
}
.articles__categoryButton[data-category=atac].is-active .articles__categoryLabel {
  background-color: #67C2E3;
}
.articles__categoryButton[data-category=relatedgroups].is-active .articles__categoryLabel {
  background-color: #B1BEDF;
}
.articles__categoryButton[data-category=topresearchers].is-active .articles__categoryLabel {
  background-color: #75D4A0;
}
.articles__pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(24 / 390 * 100vw);
  padding-top: calc(32 / 390 * 100vw);
  border-top: 1px solid #E5E5E5;
}
@media (min-width: 768px) {
  .articles__pagination {
    flex-direction: row;
    gap: calc(32 / 1440 * 100vw);
    padding-top: calc(48 / 1440 * 100vw);
  }
}
.articles__paginationLink {
  display: flex;
  align-items: center;
  gap: calc(8 / 390 * 100vw);
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
  color: #223E63;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .articles__paginationLink {
    gap: calc(8 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}
.articles__paginationLink:hover {
  opacity: 0.7;
}
.articles__paginationLink--prev svg {
  order: -1;
}
.articles__paginationLink--next svg {
  order: 1;
}
.articles__paginationNumbers {
  display: flex;
  gap: calc(12 / 390 * 100vw);
}
@media (min-width: 768px) {
  .articles__paginationNumbers {
    gap: calc(12 / 1440 * 100vw);
  }
}
.articles__paginationNumber {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(36 / 390 * 100vw);
  height: calc(36 / 390 * 100vw);
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
  color: #1D1D1D;
  background-color: #ffffff;
  border: 1px solid #B5B7BA;
  border-radius: calc(8 / 390 * 100vw);
  letter-spacing: 0.05em;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .articles__paginationNumber {
    width: calc(40 / 1440 * 100vw);
    height: calc(40 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    border-radius: calc(8 / 1440 * 100vw);
  }
}
.articles__paginationNumber:hover {
  background-color: #f5f5f5;
}
.articles__paginationNumber.is-active {
  background-color: #223E63;
  color: #ffffff;
  border-color: #223E63;
}

.articleSingle__hero {
  width: 100%;
  height: calc(240 / 390 * 100vw);
  overflow: hidden;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .articleSingle__hero {
    height: calc(400 / 1440 * 100vw);
  }
}
.articleSingle__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.articleSingle__container {
  max-width: unset;
  margin: 0 auto;
  padding: calc(40 / 390 * 100vw) calc(30 / 390 * 100vw) calc(60 / 390 * 100vw);
}
@media (min-width: 768px) {
  .articleSingle__container {
    width: calc(850 / 1440 * 100vw);
    padding: calc(60 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(80 / 1440 * 100vw);
  }
}
.articleSingle__header {
  margin-bottom: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .articleSingle__header {
    margin-bottom: calc(60 / 1440 * 100vw);
  }
}
.articleSingle__meta {
  display: flex;
  align-items: center;
  gap: calc(12 / 390 * 100vw);
  margin-bottom: calc(24 / 390 * 100vw);
}
@media (min-width: 768px) {
  .articleSingle__meta {
    gap: calc(16 / 1440 * 100vw);
    margin-bottom: calc(32 / 1440 * 100vw);
  }
}
.articleSingle__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(5 / 390 * 100vw) calc(14 / 390 * 100vw);
  border-radius: calc(20 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .articleSingle__category {
    padding: calc(6 / 1440 * 100vw) calc(18 / 1440 * 100vw);
    border-radius: calc(20 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
  }
}
.articleSingle__category--atac {
  background-color: #67C2E3;
  color: #ffffff;
}
.articleSingle__category--related {
  background-color: #B1BEDF;
  color: #ffffff;
}
.articleSingle__category--researchers {
  background-color: #75D4A0;
  color: #ffffff;
}
.articleSingle__date {
  font-size: calc(14 / 390 * 100vw);
  color: #1D1D1D;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .articleSingle__date {
    font-size: calc(16 / 1440 * 100vw);
  }
}
.articleSingle__title {
  font-size: calc(24 / 390 * 100vw);
  font-weight: 300;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 768px) {
  .articleSingle__title {
    font-size: calc(40 / 1440 * 100vw);
    line-height: 1.6;
  }
}
.articleSingle__content {
  font-size: calc(15 / 390 * 100vw);
  color: #1D1D1D;
  letter-spacing: 0.05em;
  line-height: 2.2;
  margin-bottom: calc(60 / 390 * 100vw);
}
@media (min-width: 768px) {
  .articleSingle__content {
    font-size: calc(18 / 1440 * 100vw);
    line-height: 2.44;
    margin-bottom: calc(80 / 1440 * 100vw);
  }
}
.articleSingle__content h2 {
  font-size: calc(22 / 390 * 100vw);
  font-weight: 700;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  margin: calc(32 / 390 * 100vw) 0 calc(16 / 390 * 100vw);
  padding-bottom: calc(12 / 390 * 100vw);
  border-bottom: 2px solid #223E63;
}
@media (min-width: 768px) {
  .articleSingle__content h2 {
    font-size: calc(28 / 1440 * 100vw);
    margin: calc(48 / 1440 * 100vw) 0 calc(24 / 1440 * 100vw);
    padding-bottom: calc(16 / 1440 * 100vw);
  }
}
.articleSingle__content h2:first-child {
  margin-top: 0;
}
.articleSingle__content h3 {
  font-size: calc(20 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  letter-spacing: 0.04em;
  margin: calc(28 / 390 * 100vw) 0 calc(16 / 390 * 100vw);
}
@media (min-width: 768px) {
  .articleSingle__content h3 {
    font-size: calc(24 / 1440 * 100vw);
    margin: calc(40 / 1440 * 100vw) 0 calc(20 / 1440 * 100vw);
  }
}
.articleSingle__content h3:first-child {
  margin-top: 0;
}
.articleSingle__content h4 {
  font-size: calc(18 / 390 * 100vw);
  font-weight: 700;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  margin: calc(24 / 390 * 100vw) 0 calc(12 / 390 * 100vw);
}
@media (min-width: 768px) {
  .articleSingle__content h4 {
    font-size: calc(20 / 1440 * 100vw);
    margin: calc(32 / 1440 * 100vw) 0 calc(16 / 1440 * 100vw);
  }
}
.articleSingle__content h4:first-child {
  margin-top: 0;
}
.articleSingle__content p {
  margin: 0 0 calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
  .articleSingle__content p {
    margin: 0 0 calc(24 / 1440 * 100vw);
  }
}
.articleSingle__content p:last-child {
  margin-bottom: 0;
}
.articleSingle__content ul,
.articleSingle__content ol {
  margin: 0 0 calc(20 / 390 * 100vw);
  padding-left: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
  .articleSingle__content ul,
  .articleSingle__content ol {
    margin: 0 0 calc(24 / 1440 * 100vw);
    padding-left: calc(24 / 1440 * 100vw);
  }
}
.articleSingle__content ul li,
.articleSingle__content ol li {
  margin-bottom: calc(10 / 390 * 100vw);
}
@media (min-width: 768px) {
  .articleSingle__content ul li,
  .articleSingle__content ol li {
    margin-bottom: calc(12 / 1440 * 100vw);
  }
}
.articleSingle__content ul li:last-child,
.articleSingle__content ol li:last-child {
  margin-bottom: 0;
}
.articleSingle__content blockquote {
  margin: calc(24 / 390 * 100vw) 0;
  padding: calc(16 / 390 * 100vw);
  background-color: #f9f9f9;
  border-left: 4px solid #223E63;
  font-style: italic;
}
@media (min-width: 768px) {
  .articleSingle__content blockquote {
    margin: calc(32 / 1440 * 100vw) 0;
    padding: calc(24 / 1440 * 100vw);
  }
}
.articleSingle__content blockquote p:last-child {
  margin-bottom: 0;
}
.articleSingle__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: calc(24 / 390 * 100vw) 0;
  border-radius: calc(8 / 390 * 100vw);
}
@media (min-width: 768px) {
  .articleSingle__content img {
    margin: calc(32 / 1440 * 100vw) 0;
    border-radius: calc(8 / 1440 * 100vw);
  }
}
.articleSingle__content a {
  color: #223E63;
  text-decoration: underline;
  transition: opacity 0.3s ease-in-out;
}
.articleSingle__content a:hover {
  opacity: 0.7;
}
.articleSingle__content strong,
.articleSingle__content b {
  font-weight: 700;
}
.articleSingle__content em,
.articleSingle__content i {
  font-style: italic;
}
.articleSingle__content code {
  padding: calc(2 / 390 * 100vw) calc(8 / 390 * 100vw);
  background-color: #f5f5f5;
  border-radius: calc(4 / 390 * 100vw);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .articleSingle__content code {
    padding: calc(2 / 1440 * 100vw) calc(8 / 1440 * 100vw);
    border-radius: calc(4 / 1440 * 100vw);
  }
}
.articleSingle__content pre {
  margin: calc(24 / 390 * 100vw) 0;
  padding: calc(16 / 390 * 100vw);
  background-color: #f5f5f5;
  border-radius: calc(8 / 390 * 100vw);
  overflow-x: auto;
}
@media (min-width: 768px) {
  .articleSingle__content pre {
    margin: calc(32 / 1440 * 100vw) 0;
    padding: calc(24 / 1440 * 100vw);
    border-radius: calc(8 / 1440 * 100vw);
  }
}
.articleSingle__content pre code {
  padding: 0;
  background-color: transparent;
}
.articleSingle__content table {
  width: 100%;
  margin: calc(24 / 390 * 100vw) 0;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .articleSingle__content table {
    margin: calc(32 / 1440 * 100vw) 0;
  }
}
.articleSingle__content table th,
.articleSingle__content table td {
  padding: calc(8 / 390 * 100vw);
  text-align: left;
  border: 1px solid #E5E5E5;
}
@media (min-width: 768px) {
  .articleSingle__content table th,
  .articleSingle__content table td {
    padding: calc(12 / 1440 * 100vw);
  }
}
.articleSingle__content table th {
  background-color: #f9f9f9;
  font-weight: 700;
}
.articleSingle__pdf {
  display: flex;
  justify-content: center;
  margin-top: calc(40 / 390 * 100vw);
  padding-top: calc(40 / 390 * 100vw);
  border-top: 1px solid #E5E5E5;
}
@media (min-width: 768px) {
  .articleSingle__pdf {
    margin-top: calc(60 / 1440 * 100vw);
    padding-top: calc(60 / 1440 * 100vw);
  }
}
.articleSingle__pdfLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(8 / 390 * 100vw);
  padding: calc(12 / 390 * 100vw) calc(24 / 390 * 100vw);
  border: 1px solid #223E63;
  border-radius: calc(30 / 390 * 100vw);
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
  color: #223E63;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
@media (min-width: 768px) {
  .articleSingle__pdfLink {
    gap: calc(8 / 1440 * 100vw);
    padding: calc(14 / 1440 * 100vw) calc(32 / 1440 * 100vw);
    border-radius: calc(30 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
  .articleSingle__pdfLink:hover {
    background-color: #223E63;
    color: #ffffff;
  }
}
.articleSingle__footer {
  display: flex;
  justify-content: center;
  padding-top: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .articleSingle__footer {
    padding-top: calc(60 / 1440 * 100vw);
  }
}
.articleSingle__backLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(8 / 390 * 100vw);
  padding: calc(12 / 390 * 100vw) calc(24 / 390 * 100vw);
  border: 1px solid #223E63;
  border-radius: calc(30 / 390 * 100vw);
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
  color: #223E63;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
@media (min-width: 768px) {
  .articleSingle__backLink {
    gap: calc(8 / 1440 * 100vw);
    padding: calc(14 / 1440 * 100vw) calc(32 / 1440 * 100vw);
    border-radius: calc(30 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}
.articleSingle__backLink::before {
  content: "";
  display: block;
  width: calc(8 / 390 * 100vw);
  height: calc(8 / 390 * 100vw);
  background-color: #223E63;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .articleSingle__backLink::before {
    width: calc(8 / 1440 * 100vw);
    height: calc(8 / 1440 * 100vw);
  }
}
.articleSingle__backLink:hover {
  background-color: #223E63;
  color: #ffffff;
}
.articleSingle__backLink:hover::before {
  background-color: #ffffff;
}

.privacyPolicy {
  padding: calc(138 / 390 * 100vw) 0 calc(60 / 390 * 100vw);
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .privacyPolicy {
    padding: calc(330 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(100 / 1440 * 100vw);
  }
}
.privacyPolicy__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .privacyPolicy__container {
    width: calc(980 / 1440 * 100vw);
    padding: 0;
  }
}
.privacyPolicy__title {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(24 / 390 * 100vw);
  font-weight: 300;
  color: #223E63;
  margin: 0 0 calc(20 / 390 * 100vw);
  letter-spacing: 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .privacyPolicy__title {
    font-size: calc(40 / 1440 * 100vw);
    letter-spacing: 0;
    margin: 0 0 calc(110 / 1440 * 100vw);
  }
}
.privacyPolicy__content {
  max-width: 100%;
}
.privacyPolicy__intro {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  line-height: 2.1;
  letter-spacing: 0.05em;
  margin: 0 0 calc(35 / 390 * 100vw);
}
@media (min-width: 768px) {
  .privacyPolicy__intro {
    font-size: calc(18 / 1440 * 100vw);
    line-height: 2.4;
    letter-spacing: 0.05em;
    margin: 0 0 calc(50 / 1440 * 100vw);
  }
}
.privacyPolicy__section {
  margin-bottom: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
  .privacyPolicy__section {
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
.privacyPolicy__section:last-child {
  margin-bottom: 0;
}
.privacyPolicy__section--cookie {
  margin-top: calc(40 / 390 * 100vw);
  padding-top: calc(30 / 390 * 100vw);
  border-top: 1px solid #E5E5E5;
}
@media (min-width: 768px) {
  .privacyPolicy__section--cookie {
    margin-top: calc(60 / 1440 * 100vw);
    padding-top: calc(40 / 1440 * 100vw);
  }
}
.privacyPolicy__sectionTitle {
  font-size: calc(18 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin: 0 0 calc(5 / 390 * 100vw);
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .privacyPolicy__sectionTitle {
    font-size: calc(24 / 1440 * 100vw);
    margin: 0 0 calc(10 / 1440 * 100vw);
  }
}
.privacyPolicy__subTitle {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin: calc(15 / 390 * 100vw) 0 calc(8 / 390 * 100vw);
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .privacyPolicy__subTitle {
    font-size: calc(16 / 1440 * 100vw);
    margin: calc(20 / 1440 * 100vw) 0 calc(10 / 1440 * 100vw);
  }
}
.privacyPolicy__text {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin: 0 0 calc(12 / 390 * 100vw);
}
@media (min-width: 768px) {
  .privacyPolicy__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: 2.4;
    letter-spacing: 0.05em;
    margin: 0 0 calc(15 / 1440 * 100vw);
  }
}
.privacyPolicy__text:last-child {
  margin-bottom: 0;
}
.privacyPolicy__list {
  list-style: none;
  padding: 0;
  margin: calc(12 / 390 * 100vw) 0 0;
}
@media (min-width: 768px) {
  .privacyPolicy__list {
    margin: calc(15 / 1440 * 100vw) 0 0;
  }
}
.privacyPolicy__list li {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1.85;
  letter-spacing: 0.02em;
  margin-bottom: calc(6 / 390 * 100vw);
  padding-left: 1.5em;
  position: relative;
}
@media (min-width: 768px) {
  .privacyPolicy__list li {
    font-size: calc(16 / 1440 * 100vw);
    line-height: 2;
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
.privacyPolicy__list li:last-child {
  margin-bottom: 0;
}
.privacyPolicy__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: calc(4 / 390 * 100vw);
  height: calc(4 / 390 * 100vw);
  background-color: #1D1D1D;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .privacyPolicy__list li::before {
    width: calc(5 / 1440 * 100vw);
    height: calc(5 / 1440 * 100vw);
  }
}
.privacyPolicy__list--dot li {
  padding-left: 1em;
}
.privacyPolicy__list--dot li::before {
  content: "・";
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 0;
  top: 0;
  font-size: calc(14 / 390 * 100vw);
}
@media (min-width: 768px) {
  .privacyPolicy__list--dot li::before {
    font-size: calc(16 / 1440 * 100vw);
  }
}

.fundingPolicy {
  padding: calc(130 / 390 * 100vw) 0 calc(60 / 390 * 100vw);
  background-color: #ffffff;
  min-height: auto;
}
@media (min-width: 768px) {
  .fundingPolicy {
    padding: calc(120 / 1440 * 100vw) 0 calc(100 / 1440 * 100vw);
    min-height: calc(100vh - 200px);
  }
}
.fundingPolicy__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(30 / 390 * 100vw);
}
@media (min-width: 768px) {
  .fundingPolicy__container {
    width: calc(1000 / 1440 * 100vw);
    padding: 0 calc(40 / 1440 * 100vw);
  }
}
.fundingPolicy__title {
  font-size: calc(24 / 390 * 100vw);
  font-weight: 300;
  color: #223E63;
  margin: 0 0 calc(40 / 390 * 100vw);
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .fundingPolicy__title {
    font-size: calc(40 / 1440 * 100vw);
    margin: 0 0 calc(60 / 1440 * 100vw);
    line-height: 1.5;
  }
}
.fundingPolicy__titleBr {
  display: inline;
}
@media (min-width: 768px) {
  .fundingPolicy__titleBr {
    display: none;
  }
}
.fundingPolicy__content {
  margin-bottom: calc(50 / 390 * 100vw);
}
@media (min-width: 768px) {
  .fundingPolicy__content {
    margin-bottom: calc(80 / 1440 * 100vw);
  }
}
.fundingPolicy__text {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1.85;
  letter-spacing: 0.02em;
  margin: 0 0 calc(30 / 390 * 100vw);
}
@media (min-width: 768px) {
  .fundingPolicy__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: 2;
    margin: 0 0 calc(40 / 1440 * 100vw);
  }
}
.fundingPolicy__link {
  display: inline-block;
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  color: #223E63;
  text-decoration: underline;
  letter-spacing: 0.02em;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .fundingPolicy__link {
    font-size: calc(16 / 1440 * 100vw);
  }
}
.fundingPolicy__link:hover {
  opacity: 0.7;
}
.fundingPolicy__contact {
  padding-top: calc(40 / 390 * 100vw);
  border-top: 1px solid #E5E5E5;
}
@media (min-width: 768px) {
  .fundingPolicy__contact {
    padding-top: calc(50 / 1440 * 100vw);
  }
}
.fundingPolicy__contactTitle {
  font-size: calc(18 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin: 0 0 calc(15 / 390 * 100vw);
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .fundingPolicy__contactTitle {
    font-size: calc(20 / 1440 * 100vw);
    margin: 0 0 calc(20 / 1440 * 100vw);
  }
}
.fundingPolicy__email {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin: 0 0 calc(8 / 390 * 100vw);
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .fundingPolicy__email {
    font-size: calc(16 / 1440 * 100vw);
    margin: 0 0 calc(10 / 1440 * 100vw);
  }
}
.fundingPolicy__note {
  font-size: calc(13 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .fundingPolicy__note {
    font-size: calc(14 / 1440 * 100vw);
  }
}

.whatWeDoHero {
  position: relative;
  width: 100%;
  height: calc(660 / 390 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .whatWeDoHero {
    height: calc(800 / 1440 * 100vw);
  }
}
.whatWeDoHero {
  background-image: url("../images/bg-whatwedo.png");
}
.whatWeDoHero__title {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(40 / 390 * 100vw);
  font-weight: 300;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 0.02em;
  margin: 0;
}
@media (min-width: 768px) {
  .whatWeDoHero__title {
    font-size: calc(80 / 1440 * 100vw);
  }
}
.whatWeDoHero__title {
  letter-spacing: 0.2em;
}

.whatWeDoIntro {
  padding: calc(60 / 390 * 100vw) 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .whatWeDoIntro {
    padding: calc(113 / 1440 * 100vw) 0;
  }
}
.whatWeDoIntro__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoIntro__container {
    width: calc(1080 / 1440 * 100vw);
    padding: 0;
  }
}
.whatWeDoIntro__header {
  display: flex;
  flex-direction: column;
  gap: calc(20 / 390 * 100vw);
  margin-bottom: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoIntro__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: calc(60 / 1440 * 100vw);
    margin-bottom: calc(104 / 1440 * 100vw);
  }
}
.whatWeDoIntro__title {
  font-size: calc(24 / 390 * 100vw);
  font-weight: 300;
  line-height: 1.45;
  color: #1D1D1D;
  flex-shrink: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .whatWeDoIntro__title {
    font-size: calc(40 / 1440 * 100vw);
  }
}
.whatWeDoIntro__lead {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1D1D1D;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .whatWeDoIntro__lead {
    font-size: calc(18 / 1440 * 100vw);
  }
}
.whatWeDoIntro__cards {
  display: flex;
  flex-direction: column;
  gap: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoIntro__cards {
    flex-direction: row;
    gap: calc(42 / 1440 * 100vw);
  }
}
.whatWeDoIntro__card {
  background-color: transparent;
  border: 1px solid #B5B7BA;
  border-radius: calc(8 / 390 * 100vw);
  padding: calc(24 / 390 * 100vw) 0;
  flex: 1;
}
@media (min-width: 768px) {
  .whatWeDoIntro__card {
    border-radius: calc(8 / 1440 * 100vw);
    padding: calc(44 / 1440 * 100vw) 0;
  }
}
.whatWeDoIntro__cardTitle {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 500;
  color: #1D1D1D;
  margin: 0 0 calc(12 / 390 * 100vw) 0;
  font-weight: 400;
  padding: 0 calc(24 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoIntro__cardTitle {
    padding: 0 calc(49 / 1440 * 100vw);
    font-size: calc(30 / 1440 * 100vw);
    margin: 0 0 calc(16 / 1440 * 100vw) 0;
  }
}
.whatWeDoIntro__cardText {
  font-size: calc(13 / 390 * 100vw);
  font-weight: 400;
  line-height: 2;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  margin: 0 0 calc(16 / 390 * 100vw) 0;
  padding: 0 calc(24 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoIntro__cardText {
    padding: 0 calc(49 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
    margin: 0 0 calc(27 / 1440 * 100vw) 0;
  }
}
.whatWeDoIntro__cardImage {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .whatWeDoIntro__cardImage {
    height: calc(306 / 1440 * 100vw);
  }
}
.whatWeDoIntro__cardImage img {
  width: 100%;
  height: auto;
}

.whatWeDoProcess {
  padding: calc(60 / 390 * 100vw) 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .whatWeDoProcess {
    padding: calc(58 / 1440 * 100vw) 0 calc(74 / 1440 * 100vw);
  }
}
.whatWeDoProcess__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoProcess__container {
    width: calc(1080 / 1440 * 100vw);
    padding: 0;
  }
}
.whatWeDoProcess__content {
  display: flex;
  flex-direction: column;
  gap: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoProcess__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: calc(25 / 1440 * 100vw);
  }
}
.whatWeDoProcess__title {
  font-size: calc(22 / 390 * 100vw);
  font-weight: 300;
  color: #223E63;
  flex-shrink: 0;
  margin: 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .whatWeDoProcess__title {
    font-size: calc(40 / 1440 * 100vw);
  }
}
.whatWeDoProcess__description {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  line-height: 2;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .whatWeDoProcess__description {
    font-size: calc(18 / 1440 * 100vw);
  }
}

.whatWeDoSemi {
  padding: calc(60 / 390 * 100vw) 0 0;
}
@media (min-width: 768px) {
  .whatWeDoSemi {
    padding: calc(10 / 1440 * 100vw) 0 calc(145 / 1440 * 100vw) calc(116 / 1440 * 100vw);
    max-width: calc(1440 / 1440 * 100vw);
    margin-inline: auto;
  }
}
.whatWeDoSemi__container {
  position: relative;
  padding: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw) calc(20 / 390 * 100vw);
  background-color: #e6e6e6;
  border-radius: calc(10 / 390 * 100vw) 0 0 calc(10 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoSemi__container {
    padding: calc(95 / 1440 * 100vw) calc(177 / 1440 * 100vw) calc(86 / 1440 * 100vw) calc(63 / 1440 * 100vw);
  }
}
.whatWeDoSemi__header {
  margin-bottom: calc(30 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoSemi__header {
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
.whatWeDoSemi__number {
  position: absolute;
  top: 0;
  left: calc(63 / 1440 * 100vw);
  transform: translateY(-50%);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: calc(60 / 390 * 100vw);
  font-weight: 300;
  color: rgba(29, 29, 29, 0.08);
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 768px) {
  .whatWeDoSemi__number {
    left: calc(63 / 1440 * 100vw);
    font-size: calc(90 / 1440 * 100vw);
  }
}
.whatWeDoSemi__title {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(28 / 390 * 100vw);
  font-weight: 300;
  color: #1D1D1D;
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) {
  .whatWeDoSemi__title {
    font-size: calc(43 / 1440 * 100vw);
  }
}
.whatWeDoSemi__main {
  display: flex;
  flex-direction: column;
  gap: calc(24 / 390 * 100vw);
  margin-bottom: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoSemi__main {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: calc(50 / 1440 * 100vw);
    margin-bottom: calc(100 / 1440 * 100vw);
  }
}
@media (min-width: 768px) {
  .whatWeDoSemi__content {
    flex: 1;
    max-width: calc(550 / 1440 * 100vw);
  }
}
.whatWeDoSemi__lead {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  line-height: 2;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (min-width: 768px) {
  .whatWeDoSemi__lead {
    font-size: calc(18 / 1440 * 100vw);
  }
}
.whatWeDoSemi__image {
  width: 100%;
}
@media (min-width: 768px) {
  .whatWeDoSemi__image {
    position: absolute;
    top: calc(86 / 1440 * 100vw);
    right: 0;
    width: calc(583 / 1440 * 100vw);
  }
}
.whatWeDoSemi__image img {
  width: 100%;
  height: auto;
}
.whatWeDoSemi__process {
  margin-bottom: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoSemi__process {
    margin-bottom: calc(80 / 1440 * 100vw);
  }
}
.whatWeDoSemi__processTitle {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 500;
  color: #1D1D1D;
  margin: 0 0 calc(12 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .whatWeDoSemi__processTitle {
    font-size: calc(30 / 1440 * 100vw);
    margin: 0 0 calc(15 / 1440 * 100vw) 0;
  }
}
.whatWeDoSemi__processLead {
  font-size: calc(13 / 390 * 100vw);
  font-weight: 400;
  line-height: 2;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  margin: 0 0 calc(24 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .whatWeDoSemi__processLead {
    font-size: calc(18 / 1440 * 100vw);
    margin: 0 0 calc(35 / 1440 * 100vw) 0;
  }
}
.whatWeDoSemi__processLeadBr {
  display: none;
}
@media (min-width: 768px) {
  .whatWeDoSemi__processLeadBr {
    display: inline;
  }
}
.whatWeDoSemi__processLeadHighlight {
  color: #223E63;
  font-weight: 500;
}
.whatWeDoSemi__processFlow {
  width: 100%;
  overflow-x: auto;
}
.whatWeDoSemi__processFlow img {
  width: 100%;
  min-width: calc(600 / 390 * 100vw);
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .whatWeDoSemi__processFlow img {
    min-width: unset;
  }
}
.whatWeDoSemi__companiesTitle {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin: 0 0 calc(20 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .whatWeDoSemi__companiesTitle {
    font-size: calc(30 / 1440 * 100vw);
    margin: 0 0 calc(35 / 1440 * 100vw) 0;
  }
}
.whatWeDoSemi__companiesList {
  display: flex;
  flex-direction: column;
  gap: calc(16 / 390 * 100vw);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .whatWeDoSemi__companiesList {
    flex-direction: row;
    gap: calc(42 / 1440 * 100vw);
  }
}
.whatWeDoSemi__companyItem {
  flex: 1;
}
.whatWeDoSemi__companyLink {
  display: block;
  padding: calc(24 / 390 * 100vw);
  background-color: #ffffff;
  border-radius: calc(10 / 390 * 100vw);
  text-decoration: none;
  transition: opacity 0.3s ease;
  height: 100%;
}
@media (min-width: 768px) {
  .whatWeDoSemi__companyLink {
    padding: calc(42 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(28 / 1440 * 100vw);
    border-radius: calc(10 / 1440 * 100vw);
  }
}
.whatWeDoSemi__companyLogo {
  height: calc(36 / 390 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(16 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoSemi__companyLogo {
    height: calc(40 / 1440 * 100vw);
    margin-bottom: calc(32 / 1440 * 100vw);
  }
}
.whatWeDoSemi__companyLogo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.whatWeDoSemi__companyName {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
  color: #1D1D1D;
  margin: 0 0 calc(8 / 390 * 100vw) 0;
  text-align: center;
}
@media (min-width: 768px) {
  .whatWeDoSemi__companyName {
    font-size: calc(14 / 1440 * 100vw);
    margin: 0 0 calc(16 / 1440 * 100vw) 0;
  }
}
.whatWeDoSemi__companyDesc {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 400;
  color: #303030;
  line-height: 1.7;
  letter-spacing: -0.05em;
  margin: 0 0 calc(16 / 390 * 100vw) 0;
  text-align: center;
}
@media (min-width: 768px) {
  .whatWeDoSemi__companyDesc {
    font-size: calc(18 / 1440 * 100vw);
    margin: 0 0 calc(57 / 1440 * 100vw) 0;
    padding: 0 calc(20 / 1440 * 100vw);
  }
}
.whatWeDoSemi__companyMore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
  gap: calc(6 / 390 * 100vw);
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 400;
  color: #fff;
  background-color: #223E63;
  border-radius: calc(40 / 390 * 100vw);
  letter-spacing: 0.05em;
  padding: calc(8 / 390 * 100vw) calc(26 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoSemi__companyMore {
    padding: calc(8 / 1440 * 100vw) calc(26 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    gap: calc(8 / 1440 * 100vw);
    border-radius: calc(40 / 1440 * 100vw);
  }
}
.whatWeDoSemi__companyMore::before {
  content: "";
  display: block;
  width: calc(6 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  background-color: #fff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .whatWeDoSemi__companyMore::before {
    width: calc(8 / 1440 * 100vw);
    height: calc(8 / 1440 * 100vw);
  }
}

.whatWeDoMaterial {
  position: relative;
  padding: calc(60 / 390 * 100vw) 0 0;
}
@media (min-width: 768px) {
  .whatWeDoMaterial {
    padding: calc(10 / 1440 * 100vw) calc(116 / 1440 * 100vw) calc(100 / 1440 * 100vw) 0;
    max-width: calc(1440 / 1440 * 100vw);
    margin-inline: auto;
  }
}
.whatWeDoMaterial__container {
  padding: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw) calc(40 / 390 * 100vw);
  background-color: #e6e6e6;
  border-radius: calc(10 / 390 * 100vw) 0 0 calc(10 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoMaterial__container {
    padding: calc(60 / 1440 * 100vw) calc(63 / 1440 * 100vw) calc(86 / 1440 * 100vw) calc(63 / 1440 * 100vw);
    border-radius: 0 calc(10 / 1440 * 100vw) calc(10 / 1440 * 100vw) 0;
  }
}
.whatWeDoMaterial__number {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: calc(60 / 390 * 100vw);
  font-weight: 300;
  color: rgba(29, 29, 29, 0.08);
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 768px) {
  .whatWeDoMaterial__number {
    top: calc(-95 / 1440 * 100vw);
    font-size: calc(90 / 1440 * 100vw);
  }
}
.whatWeDoMaterial__main {
  display: flex;
  flex-direction: column;
  gap: calc(24 / 390 * 100vw);
  margin-bottom: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoMaterial__main {
    flex-direction: row;
    align-items: center;
    gap: calc(60 / 1440 * 100vw);
    margin-bottom: calc(116 / 1440 * 100vw);
    padding-top: calc(36 / 1440 * 100vw);
    padding-left: calc(648 / 1440 * 100vw);
  }
}
.whatWeDoMaterial__image {
  width: 100%;
}
@media (min-width: 768px) {
  .whatWeDoMaterial__image {
    position: absolute;
    top: calc(83 / 1440 * 100vw);
    left: 0;
    width: calc(583 / 1440 * 100vw);
  }
}
.whatWeDoMaterial__image img {
  width: 100%;
  height: auto;
}
.whatWeDoMaterial__content {
  position: relative;
}
@media (min-width: 768px) {
  .whatWeDoMaterial__content {
    flex: 1;
  }
}
.whatWeDoMaterial__title {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(28 / 390 * 100vw);
  font-weight: 300;
  color: #1D1D1D;
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin: 0 0 calc(16 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .whatWeDoMaterial__title {
    font-size: calc(43 / 1440 * 100vw);
    margin: 0 0 calc(24 / 1440 * 100vw) 0;
  }
}
.whatWeDoMaterial__lead {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  line-height: 2;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (min-width: 768px) {
  .whatWeDoMaterial__lead {
    font-size: calc(18 / 1440 * 100vw);
  }
}
.whatWeDoMaterial__process {
  margin-bottom: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoMaterial__process {
    margin-bottom: calc(80 / 1440 * 100vw);
  }
}
.whatWeDoMaterial__processTitle {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 500;
  color: #1D1D1D;
  margin: 0 0 calc(12 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .whatWeDoMaterial__processTitle {
    font-size: calc(30 / 1440 * 100vw);
    margin: 0 0 calc(15 / 1440 * 100vw) 0;
  }
}
.whatWeDoMaterial__processLead {
  font-size: calc(13 / 390 * 100vw);
  font-weight: 400;
  line-height: 2;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  margin: 0 0 calc(24 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .whatWeDoMaterial__processLead {
    font-size: calc(18 / 1440 * 100vw);
    margin: 0 0 calc(35 / 1440 * 100vw) 0;
  }
}
.whatWeDoMaterial__processFlow {
  width: 100%;
  overflow-x: auto;
}
.whatWeDoMaterial__processFlow img {
  width: 100%;
  min-width: calc(600 / 390 * 100vw);
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .whatWeDoMaterial__processFlow img {
    min-width: unset;
  }
}
.whatWeDoMaterial__companiesTitle {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin: 0 0 calc(20 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .whatWeDoMaterial__companiesTitle {
    font-size: calc(30 / 1440 * 100vw);
    margin: 0 0 calc(35 / 1440 * 100vw) 0;
  }
}
.whatWeDoMaterial__companiesList {
  display: flex;
  flex-direction: column;
  gap: calc(16 / 390 * 100vw);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .whatWeDoMaterial__companiesList {
    flex-direction: row;
    gap: calc(42 / 1440 * 100vw);
  }
}
.whatWeDoMaterial__companyItem {
  flex: 1;
}
.whatWeDoMaterial__companyLink {
  display: block;
  padding: calc(24 / 390 * 100vw);
  background-color: #ffffff;
  border-radius: calc(8 / 390 * 100vw);
  text-decoration: none;
  transition: opacity 0.3s ease;
  height: 100%;
}
@media (min-width: 768px) {
  .whatWeDoMaterial__companyLink {
    padding: calc(42 / 1440 * 100vw) calc(0 / 1440 * 100vw);
    border-radius: calc(10 / 1440 * 100vw);
  }
}
.whatWeDoMaterial__companyIcon {
  width: auto;
  height: calc(60 / 390 * 100vw);
  margin: 0 auto calc(16 / 390 * 100vw) auto;
}
@media (min-width: 768px) {
  .whatWeDoMaterial__companyIcon {
    width: auto;
    height: calc(80 / 1440 * 100vw);
    margin: 0 auto calc(20 / 1440 * 100vw) auto;
  }
}
.whatWeDoMaterial__companyIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.whatWeDoMaterial__companyLogo {
  height: calc(36 / 390 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(10 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoMaterial__companyLogo {
    height: calc(40 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
.whatWeDoMaterial__companyLogo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.whatWeDoMaterial__companyName {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
  color: #1D1D1D;
  margin: 0 0 calc(8 / 390 * 100vw) 0;
  text-align: center;
}
@media (min-width: 768px) {
  .whatWeDoMaterial__companyName {
    font-size: calc(14 / 1440 * 100vw);
    margin: 0 0 calc(53 / 1440 * 100vw) 0;
  }
}
.whatWeDoMaterial__companyTag {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  color: #303030;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0 0 calc(16 / 390 * 100vw) 0;
  text-align: center;
}
@media (min-width: 768px) {
  .whatWeDoMaterial__companyTag {
    font-size: calc(14 / 1440 * 100vw);
    margin: 0 0 calc(20 / 1440 * 100vw) 0;
  }
}
.whatWeDoMaterial__companyTag span {
  display: block;
  text-align: center;
  font-size: calc(18 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoMaterial__companyTag span {
    font-size: calc(18 / 1440 * 100vw);
  }
}
.whatWeDoMaterial__companyMore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
  gap: calc(6 / 390 * 100vw);
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 400;
  color: #fff;
  background-color: #223E63;
  border-radius: calc(40 / 390 * 100vw);
  padding: calc(10 / 390 * 100vw) calc(24 / 390 * 100vw);
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .whatWeDoMaterial__companyMore {
    padding: calc(12 / 1440 * 100vw) calc(30 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    gap: calc(8 / 1440 * 100vw);
    border-radius: calc(40 / 1440 * 100vw);
  }
}
.whatWeDoMaterial__companyMore::before {
  content: "";
  display: block;
  width: calc(6 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  background-color: #fff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .whatWeDoMaterial__companyMore::before {
    width: calc(8 / 1440 * 100vw);
    height: calc(8 / 1440 * 100vw);
  }
}
@media (min-width: 768px) {
  .whatWeDoMaterial__companyMore:hover {
    opacity: 0.8;
  }
}

.whatWeDoDrug {
  padding: calc(60 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .whatWeDoDrug {
    padding: calc(10 / 1440 * 100vw) 0 calc(195 / 1440 * 100vw) calc(116 / 1440 * 100vw);
    max-width: calc(1440 / 1440 * 100vw);
    margin-inline: auto;
  }
}
.whatWeDoDrug__container {
  position: relative;
  padding: calc(20 / 390 * 100vw);
  background-color: #e6e6e6;
  border-radius: calc(10 / 1440 * 100vw) 0 0 calc(10 / 1440 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoDrug__container {
    padding: calc(95 / 1440 * 100vw) calc(177 / 1440 * 100vw) calc(86 / 1440 * 100vw) calc(63 / 1440 * 100vw);
  }
}
.whatWeDoDrug__header {
  margin-bottom: calc(30 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoDrug__header {
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
.whatWeDoDrug__number {
  position: absolute;
  top: 0;
  left: calc(63 / 1440 * 100vw);
  transform: translateY(-50%);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: calc(60 / 390 * 100vw);
  font-weight: 300;
  color: rgba(29, 29, 29, 0.08);
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 768px) {
  .whatWeDoDrug__number {
    left: calc(63 / 1440 * 100vw);
    font-size: calc(90 / 1440 * 100vw);
  }
}
.whatWeDoDrug__title {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(28 / 390 * 100vw);
  font-weight: 300;
  color: #1D1D1D;
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) {
  .whatWeDoDrug__title {
    font-size: calc(43 / 1440 * 100vw);
  }
}
.whatWeDoDrug__main {
  display: flex;
  flex-direction: column;
  gap: calc(24 / 390 * 100vw);
  margin-bottom: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoDrug__main {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: calc(50 / 1440 * 100vw);
    margin-bottom: calc(90 / 1440 * 100vw);
  }
}
@media (min-width: 768px) {
  .whatWeDoDrug__content {
    flex: 1;
    max-width: calc(550 / 1440 * 100vw);
  }
}
.whatWeDoDrug__tagline {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  margin: 0 0 calc(16 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .whatWeDoDrug__tagline {
    font-size: calc(24 / 1440 * 100vw);
    margin: 0 0 calc(10 / 1440 * 100vw) 0;
  }
}
.whatWeDoDrug__lead {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  line-height: 2;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (min-width: 768px) {
  .whatWeDoDrug__lead {
    font-size: calc(18 / 1440 * 100vw);
  }
}
.whatWeDoDrug__image {
  width: 100%;
}
@media (min-width: 768px) {
  .whatWeDoDrug__image {
    position: absolute;
    top: calc(86 / 1440 * 100vw);
    right: 0;
    width: calc(583 / 1440 * 100vw);
  }
}
.whatWeDoDrug__image img {
  width: 100%;
  height: auto;
}
.whatWeDoDrug__process {
  margin-bottom: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoDrug__process {
    margin-bottom: calc(80 / 1440 * 100vw);
  }
}
.whatWeDoDrug__processTitle {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 500;
  color: #1D1D1D;
  margin: 0 0 calc(12 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .whatWeDoDrug__processTitle {
    font-size: calc(30 / 1440 * 100vw);
    margin: 0 0 calc(15 / 1440 * 100vw) 0;
  }
}
.whatWeDoDrug__processLead {
  font-size: calc(13 / 390 * 100vw);
  font-weight: 400;
  line-height: 2;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  margin: 0 0 calc(24 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .whatWeDoDrug__processLead {
    font-size: calc(18 / 1440 * 100vw);
    margin: 0 0 calc(35 / 1440 * 100vw) 0;
  }
}
.whatWeDoDrug__processLeadBr {
  display: none;
}
@media (min-width: 768px) {
  .whatWeDoDrug__processLeadBr {
    display: inline;
  }
}
.whatWeDoDrug__processLeadHighlight {
  color: #223E63;
  font-weight: 500;
}
.whatWeDoDrug__processFlow {
  width: 100%;
  overflow-x: auto;
}
.whatWeDoDrug__processFlow img {
  width: 100%;
  min-width: calc(600 / 390 * 100vw);
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .whatWeDoDrug__processFlow img {
    min-width: unset;
  }
}
.whatWeDoDrug__advisorsTitle {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin: 0 0 calc(20 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .whatWeDoDrug__advisorsTitle {
    font-size: calc(30 / 1440 * 100vw);
    margin: 0 0 calc(35 / 1440 * 100vw) 0;
  }
}
.whatWeDoDrug__advisorsList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(16 / 390 * 100vw) calc(12 / 390 * 100vw);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .whatWeDoDrug__advisorsList {
    grid-template-columns: repeat(4, 1fr);
    gap: calc(40 / 1440 * 100vw) calc(12 / 1440 * 100vw);
  }
}
.whatWeDoDrug__advisorButton {
  display: block;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  transition: opacity 0.3s ease;
}
.whatWeDoDrug__advisorButton:hover {
  opacity: 0.7;
}
.whatWeDoDrug__advisorButton:focus {
  outline: 2px solid #223E63;
  outline-offset: 4px;
}
.whatWeDoDrug__advisorImage {
  width: 100%;
  border-radius: calc(16 / 390 * 100vw);
  overflow: hidden;
  margin-bottom: calc(12 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoDrug__advisorImage {
    border-radius: calc(16 / 1440 * 100vw);
    margin-bottom: calc(16 / 1440 * 100vw);
  }
}
.whatWeDoDrug__advisorImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.whatWeDoDrug__advisorName {
  display: block;
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .whatWeDoDrug__advisorName {
    font-size: calc(24 / 1440 * 100vw);
  }
}

.adviserModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.adviserModal.is-open {
  opacity: 1;
  visibility: visible;
}
.adviserModal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.adviserModal__container {
  position: relative;
  width: 95%;
  max-width: unset;
  height: auto;
  max-height: 90vh;
  background-color: #ffffff;
  border-radius: calc(16 / 390 * 100vw);
  overflow-y: auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .adviserModal__container {
    width: 90%;
    max-width: calc(1280 / 1440 * 100vw);
    height: auto;
    max-height: 90vh;
    border-radius: calc(16 / 1440 * 100vw);
  }
}
.adviserModal__close {
  position: absolute;
  top: calc(14 / 390 * 100vw);
  right: calc(14 / 390 * 100vw);
  width: calc(20 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  background: url("../images/btn-close.svg") no-repeat center center;
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .adviserModal__close {
    top: calc(40 / 1440 * 100vw);
    right: calc(40 / 1440 * 100vw);
    width: calc(40 / 1440 * 100vw);
    height: calc(40 / 1440 * 100vw);
  }
}
.adviserModal__close:hover, .adviserModal__close:focus {
  opacity: 0.7;
}
.adviserModal__content {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 768px) {
  .adviserModal__content {
    flex-direction: row;
    padding: calc(60 / 1440 * 100vw) calc(112 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(60 / 1440 * 100vw);
    align-items: flex-start;
    gap: calc(70 / 1440 * 100vw);
  }
}
.adviserModal__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: rgb(241, 241, 241);
}
@media (min-width: 768px) {
  .adviserModal__header {
    display: contents;
    background-color: transparent;
  }
}
.adviserModal__image {
  flex-shrink: 0;
  width: 50%;
}
@media (min-width: 768px) {
  .adviserModal__image {
    width: calc(354 / 1440 * 100vw);
    height: calc(564 / 1440 * 100vw);
    flex-shrink: 0;
  }
}
.adviserModal__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(8 / 390 * 100vw);
}
@media (min-width: 768px) {
  .adviserModal__image img {
    border-radius: calc(8 / 1440 * 100vw);
  }
}
.adviserModal__headerInfo {
  flex: 1;
  padding: calc(50 / 390 * 100vw) calc(16 / 390 * 100vw) calc(20 / 390 * 100vw);
  text-align: center;
}
@media (min-width: 768px) {
  .adviserModal__headerInfo {
    display: none;
  }
}
.adviserModal__info {
  display: none;
}
@media (min-width: 768px) {
  .adviserModal__info {
    display: block;
    flex: 1;
  }
}
.adviserModal__role {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  line-height: 1.4;
  color: #223E63;
  margin: 0 0 calc(8 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .adviserModal__role {
    font-size: calc(30 / 1440 * 100vw);
    margin: 0 0 calc(10 / 1440 * 100vw) 0;
  }
}
.adviserModal__name {
  font-size: calc(20 / 390 * 100vw);
  font-weight: 400;
  line-height: 1.4;
  color: #1D1D1D;
  margin: 0;
}
@media (min-width: 768px) {
  .adviserModal__name {
    font-size: calc(40 / 1440 * 100vw);
    letter-spacing: 0.1em;
    margin: 0 0 calc(40 / 1440 * 100vw) 0;
  }
}
.adviserModal__bio {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  line-height: 2.18;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  padding: calc(20 / 390 * 100vw) calc(16 / 390 * 100vw) calc(30 / 390 * 100vw);
}
@media (min-width: 768px) {
  .adviserModal__bio {
    font-size: calc(18 / 1440 * 100vw);
    padding: 0;
  }
}
.adviserModal__bio p {
  margin: 0 0 1em 0;
}
.adviserModal__bio p:last-child {
  margin-bottom: 0;
}
.adviserModal__content > .adviserModal__bio {
  display: block;
}
@media (min-width: 768px) {
  .adviserModal__content > .adviserModal__bio {
    display: none;
  }
}
.adviserModal__info .adviserModal__bio {
  display: none;
}
@media (min-width: 768px) {
  .adviserModal__info .adviserModal__bio {
    display: block;
  }
}

.whatWeDoAi {
  position: relative;
  padding: calc(60 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .whatWeDoAi {
    padding: calc(10 / 1440 * 100vw) calc(116 / 1440 * 100vw) calc(100 / 1440 * 100vw) 0;
    max-width: calc(1440 / 1440 * 100vw);
    margin-inline: auto;
  }
}
.whatWeDoAi__container {
  padding: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
  background-color: #e6e6e6;
  border-radius: calc(10 / 390 * 100vw) 0 0 calc(10 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoAi__container {
    padding: calc(60 / 1440 * 100vw) calc(63 / 1440 * 100vw) calc(86 / 1440 * 100vw) calc(63 / 1440 * 100vw);
    border-radius: 0 calc(10 / 1440 * 100vw) calc(10 / 1440 * 100vw) 0;
  }
}
.whatWeDoAi__number {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: calc(60 / 390 * 100vw);
  font-weight: 300;
  color: rgba(29, 29, 29, 0.08);
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 768px) {
  .whatWeDoAi__number {
    top: calc(-120 / 1440 * 100vw);
    font-size: calc(90 / 1440 * 100vw);
  }
}
.whatWeDoAi__main {
  display: flex;
  flex-direction: column;
  gap: calc(24 / 390 * 100vw);
  margin-bottom: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoAi__main {
    flex-direction: row;
    align-items: center;
    gap: calc(60 / 1440 * 100vw);
    margin-bottom: calc(95 / 1440 * 100vw);
    padding-top: calc(60 / 1440 * 100vw);
    padding-left: calc(648 / 1440 * 100vw);
  }
}
.whatWeDoAi__image {
  width: 100%;
}
@media (min-width: 768px) {
  .whatWeDoAi__image {
    position: absolute;
    top: calc(95 / 1440 * 100vw);
    left: 0;
    width: calc(583 / 1440 * 100vw);
  }
}
.whatWeDoAi__image img {
  width: 100%;
  height: auto;
}
.whatWeDoAi__content {
  position: relative;
}
@media (min-width: 768px) {
  .whatWeDoAi__content {
    flex: 1;
  }
}
.whatWeDoAi__title {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(28 / 390 * 100vw);
  font-weight: 300;
  color: #1D1D1D;
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin: 0 0 calc(16 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .whatWeDoAi__title {
    font-size: calc(43 / 1440 * 100vw);
    margin: 0 0 calc(15 / 1440 * 100vw) 0;
  }
}
.whatWeDoAi__lead {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  line-height: 2;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (min-width: 768px) {
  .whatWeDoAi__lead {
    font-size: calc(18 / 1440 * 100vw);
  }
}
.whatWeDoAi__tagline {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
  color: #223E63;
  letter-spacing: 0;
  margin: 0 0 calc(16 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .whatWeDoAi__tagline {
    font-size: calc(24 / 1440 * 100vw);
    margin: 0 0 calc(10 / 1440 * 100vw) 0;
  }
}
.whatWeDoAi__lead {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  line-height: 2;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (min-width: 768px) {
  .whatWeDoAi__lead {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media (min-width: 768px) {
  .whatWeDoAi__companies {
    padding-left: calc(115 / 1440 * 100vw);
  }
}
.whatWeDoAi__companiesTitle {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin: 0 0 calc(20 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .whatWeDoAi__companiesTitle {
    font-size: calc(30 / 1440 * 100vw);
    margin: 0 0 calc(35 / 1440 * 100vw) 0;
  }
}
.whatWeDoAi__companiesList {
  display: flex;
  flex-direction: column;
  gap: calc(16 / 390 * 100vw);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .whatWeDoAi__companiesList {
    flex-direction: row;
    gap: calc(14 / 1440 * 100vw);
  }
}
.whatWeDoAi__companyItem {
  flex: 1;
}
.whatWeDoAi__companyLink {
  position: relative;
  display: block;
  padding: calc(24 / 390 * 100vw);
  background-color: #ffffff;
  border-radius: calc(8 / 390 * 100vw);
  text-decoration: none;
  transition: opacity 0.3s ease;
  height: 100%;
}
@media (min-width: 768px) {
  .whatWeDoAi__companyLink {
    padding: calc(42 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(104 / 1440 * 100vw);
    border-radius: calc(10 / 1440 * 100vw);
  }
}
.whatWeDoAi__companyLogo {
  height: calc(36 / 390 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(16 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoAi__companyLogo {
    height: calc(40 / 1440 * 100vw);
    margin-bottom: calc(23 / 1440 * 100vw);
  }
}
.whatWeDoAi__companyLogo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.whatWeDoAi__companyName {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  margin: 0 0 calc(8 / 390 * 100vw) 0;
  text-align: center;
}
@media (min-width: 768px) {
  .whatWeDoAi__companyName {
    font-size: calc(14 / 1440 * 100vw);
    margin: 0 0 calc(19 / 1440 * 100vw) 0;
  }
}
.whatWeDoAi__companyLead {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.72;
  margin: 0 0 calc(23 / 390 * 100vw) 0;
  text-align: center;
  padding: 0 calc(15 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoAi__companyLead {
    padding: 0 calc(15 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
    margin: 0 0 calc(23 / 1440 * 100vw) 0;
  }
}
.whatWeDoAi__companyMore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
  gap: calc(6 / 390 * 100vw);
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 400;
  color: #fff;
  background-color: #223E63;
  border-radius: calc(40 / 390 * 100vw);
  padding: calc(10 / 390 * 100vw) calc(24 / 390 * 100vw);
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .whatWeDoAi__companyMore {
    position: absolute;
    bottom: calc(28 / 1440 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: calc(160 / 1440 * 100vw);
    padding: calc(12 / 1440 * 100vw) calc(30 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    gap: calc(8 / 1440 * 100vw);
    border-radius: calc(40 / 1440 * 100vw);
  }
}
.whatWeDoAi__companyMore::before {
  content: "";
  display: block;
  width: calc(6 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  background-color: #fff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .whatWeDoAi__companyMore::before {
    width: calc(8 / 1440 * 100vw);
    height: calc(8 / 1440 * 100vw);
  }
}
@media (min-width: 768px) {
  .whatWeDoAi__companyMore:hover {
    opacity: 0.8;
  }
}

.whatWeDoBackOffice {
  padding: calc(60 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .whatWeDoBackOffice {
    padding: calc(60 / 1440 * 100vw) 0 calc(160 / 1440 * 100vw);
  }
}
.whatWeDoBackOffice__container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoBackOffice__container {
    width: calc(1080 / 1440 * 100vw);
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.whatWeDoBackOffice__header {
  text-align: center;
  margin-bottom: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoBackOffice__header {
    margin-bottom: calc(60 / 1440 * 100vw);
  }
}
.whatWeDoBackOffice__title {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(28 / 390 * 100vw);
  font-weight: 300;
  color: #1D1D1D;
  letter-spacing: 0.15em;
  line-height: 1.3;
  margin: 0 0 calc(20 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .whatWeDoBackOffice__title {
    font-size: calc(60 / 1440 * 100vw);
    margin: 0 0 calc(40 / 1440 * 100vw) 0;
  }
}
.whatWeDoBackOffice__lead {
  font-size: calc(13 / 390 * 100vw);
  font-weight: 400;
  line-height: 1.83;
  color: #1D1D1D;
  margin: 0;
}
@media (min-width: 768px) {
  .whatWeDoBackOffice__lead {
    font-size: calc(24 / 1440 * 100vw);
  }
}
.whatWeDoBackOffice__leadBr {
  display: none;
}
@media (min-width: 768px) {
  .whatWeDoBackOffice__leadBr {
    display: inline;
  }
}
.whatWeDoBackOffice__services {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: calc(16 / 390 * 100vw);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .whatWeDoBackOffice__services {
    flex-direction: row;
    gap: calc(42 / 1440 * 100vw);
  }
}
.whatWeDoBackOffice__serviceItem {
  width: 100%;
}
@media (min-width: 768px) {
  .whatWeDoBackOffice__serviceItem {
    width: calc(333 / 1440 * 100vw);
  }
}
.whatWeDoBackOffice__serviceLink {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(30 / 390 * 100vw);
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: calc(8 / 390 * 100vw);
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s ease;
  height: 100%;
}
@media (min-width: 768px) {
  .whatWeDoBackOffice__serviceLink {
    padding: calc(42 / 1440 * 100vw) calc(20 / 1440 * 100vw);
    border-radius: calc(10 / 1440 * 100vw);
  }
}
.whatWeDoBackOffice__serviceLogo {
  margin: 0 0 calc(16 / 390 * 100vw) 0;
  width: calc(151 / 390 * 100vw);
}
@media (min-width: 768px) {
  .whatWeDoBackOffice__serviceLogo {
    width: calc(151 / 1440 * 100vw);
    margin: 0 0 calc(19 / 1440 * 100vw) 0;
  }
}
.whatWeDoBackOffice__serviceTitle {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 500;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  margin: 0 0 calc(16 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
  .whatWeDoBackOffice__serviceTitle {
    font-size: calc(20 / 1440 * 100vw);
    margin: 0 0 calc(19 / 1440 * 100vw) 0;
  }
}
.whatWeDoBackOffice__serviceDesc {
  text-align: center;
  font-size: calc(13 / 390 * 100vw);
  font-weight: 400;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  line-height: 1.72;
  margin: 0 0 calc(24 / 390 * 100vw) 0;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .whatWeDoBackOffice__serviceDesc {
    font-size: calc(18 / 1440 * 100vw);
    margin: 0 0 calc(25 / 1440 * 100vw) 0;
  }
}
.whatWeDoBackOffice__serviceMore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(6 / 390 * 100vw);
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.05em;
  background-color: #223E63;
  padding: calc(10 / 390 * 100vw) calc(24 / 390 * 100vw);
  border-radius: calc(20 / 390 * 100vw);
  margin-top: auto;
}
@media (min-width: 768px) {
  .whatWeDoBackOffice__serviceMore {
    font-size: calc(14 / 1440 * 100vw);
    gap: calc(8 / 1440 * 100vw);
    padding: calc(11 / 1440 * 100vw) calc(30 / 1440 * 100vw);
    border-radius: calc(40 / 1440 * 100vw);
  }
}
@media (min-width: 768px) {
  .whatWeDoBackOffice__serviceMore:hover {
    opacity: 0.8;
  }
}
.whatWeDoBackOffice__serviceMoreDot {
  width: calc(6 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  background-color: #ffffff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .whatWeDoBackOffice__serviceMoreDot {
    width: calc(8 / 1440 * 100vw);
    height: calc(8 / 1440 * 100vw);
  }
}

.posts-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pagination,
.posts-navigation,
.post-navigation {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #eaeaea;
}
.pagination .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.pagination a,
.posts-navigation a,
.post-navigation a {
  padding: 0.5rem 1rem;
  background-color: #f1f1f1;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.pagination a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
  background-color: #1D1D1D;
  color: #fff;
}
.pagination .current,
.posts-navigation .current,
.post-navigation .current {
  padding: 0.5rem 1rem;
  background-color: #1D1D1D;
  color: #fff;
  border-radius: 4px;
}

article {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eaeaea;
}

.entry-header {
  margin-bottom: 1rem;
}
.entry-header .entry-title {
  margin-bottom: 0.5rem;
  color: #1D1D1D;
}
.entry-header .entry-title a {
  color: #1D1D1D;
  text-decoration: none;
}
.entry-header .entry-title a:hover {
  color: #1D1D1D;
}
.entry-header .entry-meta {
  font-size: 14px;
  color: #303030;
}
.entry-header .entry-meta a {
  color: #303030;
}
.entry-header .entry-meta a:hover {
  color: #1D1D1D;
}
.entry-header .entry-meta > span {
  margin-right: 1rem;
}
.entry-header .entry-meta > span:last-child {
  margin-right: 0;
}

.post-thumbnail {
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 4px;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}
.post-thumbnail a:hover img {
  transform: scale(1.05);
}

.entry-content {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content .alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.entry-content .alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .alignwide {
  max-width: 100%;
}
.entry-content .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content img {
  height: auto;
}
.entry-content .wp-caption {
  max-width: 100%;
}
.entry-content .wp-caption-text {
  font-size: 14px;
  color: #303030;
  text-align: center;
  margin-top: 0.5rem;
}

.entry-footer {
  font-size: 14px;
  color: #303030;
}
.entry-footer > span {
  display: inline-block;
  margin-right: 1rem;
}
.entry-footer > span:last-child {
  margin-right: 0;
}
.entry-footer a {
  color: #303030;
}
.entry-footer a:hover {
  color: #1D1D1D;
}

.page-links {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eaeaea;
}
.page-links a,
.page-links > span {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  background-color: #f1f1f1;
  border-radius: 4px;
}
.page-links a:hover {
  background-color: #1D1D1D;
  color: #fff;
}
.page-links .current {
  background-color: #1D1D1D;
  color: #fff;
}

.comments-area {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eaeaea;
}
.comments-area .comments-title {
  margin-bottom: 2rem;
}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments-area .comment {
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #f1f1f1;
  border-radius: 4px;
}
.comments-area .comment .comment-meta {
  margin-bottom: 1rem;
  font-size: 14px;
}
.comments-area .comment .comment-meta .comment-author {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.comments-area .comment .comment-meta .comment-metadata {
  color: #303030;
}
.comments-area .comment .comment-meta .comment-metadata a {
  color: #303030;
}
.comments-area .comment .comment-meta .comment-metadata a:hover {
  color: #1D1D1D;
}
.comments-area .comment .comment-content {
  margin-bottom: 1rem;
}
.comments-area .comment .reply {
  font-size: 14px;
}
.comments-area .comment .reply a {
  padding: 0.25rem 0.5rem;
  background-color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
}
.comments-area .comment .reply a:hover {
  background-color: #1D1D1D;
  color: #fff;
}
.comments-area .children {
  list-style: none;
  margin: 1rem 0 0 2rem;
  padding: 0;
}

.page .entry-header {
  margin-bottom: 2rem;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eaeaea;
}
.page .entry-header .entry-title {
  margin-bottom: 0;
}
.page .entry-content {
  max-width: unset;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page .entry-content {
    width: calc(800 / 1440 * 100vw);
  }
}

.error404 .page-header {
  text-align: center;
  margin-bottom: 2rem;
}
.error404 .page-content {
  text-align: center;
  max-width: unset;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .error404 .page-content {
    width: calc(600 / 1440 * 100vw);
  }
}
.error404 .page-content .search-form {
  max-width: unset;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .error404 .page-content .search-form {
    width: calc(400 / 1440 * 100vw);
  }
}

.no-results {
  text-align: center;
}
.no-results .page-header {
  margin-bottom: 2rem;
}
.no-results .page-content {
  max-width: unset;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .no-results .page-content {
    width: calc(600 / 1440 * 100vw);
  }
}
.no-results .page-content .search-form {
  max-width: unset;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .no-results .page-content .search-form {
    width: calc(400 / 1440 * 100vw);
  }
}

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