/**  Mixins */ /*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
  cursor: default;
}
a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --primary: #3EA79E;
  --second: #d75e5b;
  --text-body: #000;
  --text-light: #595857;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  font-weight: 500;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: var(--white);
  letter-spacing: 0.06em;
}

a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}
a:hover {
  opacity: 0.8;
  color: var(--primary);
}

p:last-of-type {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: 0.1em;
  }
}

h1 {
  font-size: 2.25rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 2.875rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 2.125rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.75rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 1.6rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 1.25rem;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.container-fluid, .container-sm, .container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.column__heading ul, .case-study__item--body ul, .nav-bottom__col ul, .site-header__nav nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news__item h3, .voice__item--heading h3, .column__item--body h3, .case-study__item--body h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--primary);
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}

.btn, .btn-arrow {
  transition: all 0.3s;
  color: var(--white);
  padding: 12px 20px;
  text-align: center;
  font-weight: 700;
  display: inline-flex;
  outline: none !important;
  border-radius: 100px;
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
  font-weight: 500;
  gap: 6px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  min-height: 52px;
}
@media only screen and (min-width: 768px) {
  .btn, .btn-arrow {
    min-height: 60px;
  }
}
.btn svg, .btn-arrow svg {
  max-height: 20px;
}
.btn:hover, .btn-arrow:hover {
  opacity: 0.8;
  color: var(--white);
}

.btn-arrow {
  background: url("../images/arrow-circle.svg") no-repeat calc(100% - 10px) 50%/26px var(--primary);
  justify-content: flex-start;
  padding-right: 42px;
}

.btn-outline {
  transition: all 0.3s;
  color: var(--primary);
  padding: 15px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: none;
  text-transform: uppercase;
  border: 1px solid var(--primary);
}
.btn-outline:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn-outline svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn-outline.btn-white {
  border-color: var(--white);
  color: var(--white);
}

.container-sm {
  max-width: 840px;
}

.container-fluid {
  max-width: 1920px;
}
@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}

.section {
  padding-block: 60px;
}
@media only screen and (min-width: 992px) {
  .section {
    padding-block: 80px;
  }
}
.section--xl {
  padding-block: 60px;
}
@media only screen and (min-width: 992px) {
  .section--xl {
    padding-block: 120px;
  }
}
.section--blue {
  background: #ECF6F5;
}

.section-heading {
  font-size: 16px;
  color: #595857;
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
.section-heading h2 {
  font-size: 32px;
  margin: 0 0 4px;
  color: var(--primary);
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 768px) {
  .section-heading h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .section-heading h2 {
    font-size: 56px;
  }
}
.section-heading p {
  margin: 0;
}
.section-heading--white {
  color: var(--white);
}
.section-heading--white h2 {
  color: var(--white);
}

.heading-circle {
  gap: 20px;
  display: flex;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  padding-left: 26px;
}
@media only screen and (min-width: 768px) {
  .heading-circle {
    margin-bottom: 60px;
  }
}
.heading-circle::before {
  content: "";
  border: 3px solid #ECF6F5;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .heading-circle::before {
    border-width: 4px;
    width: 100px;
    height: 100px;
  }
}
.heading-circle::after {
  content: "";
  flex-basis: 0;
  flex-grow: 1;
  border-bottom: 2px solid #00443C;
}
.heading-circle h2 {
  margin: 0;
  color: #00443C;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 768px) {
  .heading-circle h2 {
    font-size: 46px;
  }
}
.heading-circle h2 small {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .heading-circle h2 small {
    font-size: 36px;
  }
}

.hamburger {
  position: relative;
  width: 22px;
  height: 18px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
}
.hamburger span {
  width: 22px;
  height: 2px;
  background: var(--primary);
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 14px);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 2px;
  background: var(--primary);
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 6px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger span::after {
  top: -6px;
}
.hamburger.active span {
  transform: rotate(225deg);
}
.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
}
.hamburger.active span::after {
  opacity: 0;
}

.swiper-button-prev {
  width: 40px;
  height: 40px;
  background: url("../images/arrow-slider-left.svg") no-repeat 0 0/100%;
  margin: 0;
  transform: none;
}
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  width: 40px;
  height: 40px;
  background: url("../images/arrow-slider-right.svg") no-repeat 0 0/100%;
  margin: 0;
  transform: none;
}
.swiper-button-next::after {
  display: none;
}

.slider-nav {
  display: flex;
  gap: 0;
}
.slider-nav .swiper-button-prev,
.slider-nav .swiper-button-next {
  position: static;
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
    z-index: 20;
  }
  body.show-nav::after {
    opacity: 0.5;
    visibility: visible;
  }
}

.logo {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  font-size: 16px;
}
.logo p {
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .logo p {
    display: none;
  }
}
.logo img {
  max-height: 36px;
}
@media only screen and (min-width: 768px) {
  .logo img {
    max-height: 60px;
  }
}

.site-header {
  position: fixed;
  z-index: 999;
  top: 16px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .site-header {
    top: 36px;
  }
}
.site-header .container {
  max-width: 1220px;
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  box-shadow: -4px -4px 10px 0px rgba(255, 255, 255, 0.2509803922), 4px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  background: var(--white);
  border-radius: 200px;
  padding: 6px 16px;
  align-items: center;
  position: relative;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .site-header__inner {
    gap: 20px;
    padding: 10px 10px 10px 40px;
  }
}
.site-header__logo {
  margin-right: auto;
}
@media only screen and (min-width: 1200px) {
  .site-header .btn, .site-header .btn-arrow {
    min-width: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .site-header .btn, .site-header .btn-arrow {
    font-size: 0;
    padding: 0;
    min-width: 48px;
    gap: 0;
    min-height: 48px;
  }
  .site-header .btn svg, .site-header .btn-arrow svg {
    max-height: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header .hamburger {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav {
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    z-index: 99;
    width: 100%;
    background: var(--white);
    border-radius: 36px;
    text-align: center;
    padding: 30px 20px;
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__nav {
    display: block !important;
  }
}
.site-header__nav nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px 20px;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .site-header__nav nav ul {
    flex-direction: row;
    font-size: 14px;
  }
}
.site-header__nav nav ul li a {
  color: var(--text-body);
}

.nav-bottom {
  background: var(--primary);
  color: var(--white);
  padding-block: 60px;
}
.nav-bottom__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (min-width: 1200px) {
  .nav-bottom__inner {
    gap: 60px;
  }
}
.nav-bottom__col {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .nav-bottom__col {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1200px) {
  .nav-bottom__col {
    width: calc(50% - 30px);
  }
}
.nav-bottom__col h3 {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .nav-bottom__col h3 {
    margin: 0 0 24px;
  }
}
.nav-bottom__col h3::after {
  content: "";
  flex-basis: 0;
  flex-grow: 1;
  border-bottom: 1px solid #ECF6F5;
  min-width: 20px;
}
.nav-bottom__col ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
}
.nav-bottom__col ul li a {
  color: var(--white);
}
.nav-bottom__col ul li a:hover {
  opacity: 0.8;
}
.nav-bottom__col--full {
  width: 100%;
}
.nav-bottom__col--full h3::after {
  display: none;
}

.site-footer {
  padding-block: 15px;
}
.site-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}
.site-footer__inner p {
  margin: 0;
}

/** Pages */
.banner {
  padding-left: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .banner {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .banner {
    padding-left: 200px;
  }
}
.banner::before, .banner::after {
  content: "";
  position: absolute;
  border: 3px solid #ECF6F5;
  border-radius: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .banner::before, .banner::after {
    border-width: 4px;
  }
}
.banner::before {
  width: 200px;
  height: 200px;
  top: calc(50% - 100px);
  left: 0;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) {
  .banner::before {
    width: 340px;
    height: 340px;
  }
}
.banner::after {
  width: 160px;
  height: 160px;
  bottom: -30px;
  transform: translateY(50%);
  right: 20px;
}
@media only screen and (min-width: 992px) {
  .banner::after {
    width: 280px;
    height: 280px;
    right: 70px;
  }
}
.banner__image {
  width: 100%;
  position: relative;
}
.banner__image img {
  width: 100%;
  border-radius: 0 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .banner__image img {
    border-radius: 0 0 0 40px;
  }
}
.banner__image h1 {
  color: var(--white);
  line-height: 1.2;
  margin: 0;
  bottom: 30px;
  position: absolute;
  z-index: 1;
  font-size: 26px;
  right: 20px;
}
@media only screen and (min-width: 768px) {
  .banner__image h1 {
    right: 30px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .banner__image h1 {
    font-size: 46px;
  }
}
.banner__scroll {
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  bottom: 18px;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  padding-bottom: 82px;
  left: 25px;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .banner__scroll {
    left: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .banner__scroll {
    left: 100px;
  }
}
.banner__scroll img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: all 0.3s;
}
.banner__scroll::after {
  content: "";
  width: 40px;
  height: 40px;
  background: #ECF6F5;
  border-radius: 100%;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -16px;
  z-index: 1;
}

.service {
  padding-block: 120px 50px;
  position: relative;
  z-index: 1;
}
.service::before {
  content: "";
  height: 240px;
  width: 100%;
  background: #ECF6F5;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.service__heading {
  margin-bottom: 30px;
  overflow-x: auto;
  padding-block: 10px;
}
@media only screen and (min-width: 768px) {
  .service__heading {
    margin-bottom: 60px;
  }
}
.service__heading--inner {
  min-width: 800px;
  display: flex;
  text-align: center;
  background: #ECF6F5;
  border-radius: 100px;
}
.service__heading a {
  flex-basis: 0;
  flex-grow: 1;
  min-height: 60px;
  color: var(--text-light);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 14px;
  line-height: 1.2;
}
.service__heading a.active {
  background: var(--primary);
  color: var(--white);
}
@media only screen and (min-width: 1200px) {
  .service .heading-circle {
    width: calc(50vw + 50% - 9px);
  }
}
.service__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .service__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .service__list {
    grid-template-columns: repeat(3, 1fr);
    width: calc(50vw + 50% - 9px);
  }
}
.service__item {
  position: relative;
}
.service__item figure img {
  aspect-ratio: 1.8;
  object-fit: cover;
  width: 100%;
  border-left: 6px solid #00443C;
}
@media only screen and (min-width: 768px) {
  .service__item figure img {
    border-left-width: 8px;
  }
}
.service__item h3 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  color: var(--white);
  font-size: 18px;
  margin: 0;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .service__item h3 {
    font-size: 26px;
  }
}
.service__item > h3 {
  position: absolute;
  padding: 20px 28px;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.service__item--body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 68, 60, 0.8);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  line-height: 1.3;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  color: var(--white);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.service__item:hover > h3 {
  opacity: 0;
  visibility: hidden;
}
.service__item:hover .service__item--body {
  opacity: 1;
  visibility: visible;
}
.service__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-top: 40px;
}
.service__button h4 {
  color: #00443C;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .service__button h4 {
    font-size: 26px;
  }
}

.partners {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .partners {
    padding-bottom: 80px;
  }
}
.partners .swiper-slide {
  max-width: 250px;
  padding: 10px;
}
.partners .swiper-slide figure {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners .swiper-slide figure img {
  width: 100%;
  max-width: 260px;
  height: auto;
  object-fit: contain;
}
.partners__list {
  padding-block: 40px;
}
.partners__list figure img {
  max-height: 74px;
  max-width: 260px;
}
.partners .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}
.partners .partner-other {
  padding: 20px;
  border-radius: 20px;
  background: url("../images/other.jpg") no-repeat 50% 50%/cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 700px;
  margin: 80px auto 0;
}
@media only screen and (min-width: 768px) {
  .partners .partner-other {
    display: flex;
    align-items: center;
  }
}
.partners .partner-other::before {
  content: "";
  background: linear-gradient(90deg, rgba(62, 167, 158, 0.8) 0%, rgba(110, 202, 255, 0.8) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.partners .partner-other__logo {
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.698);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
  text-align: center;
  color: var(--text-light);
  min-height: 240px;
  border-radius: 10px;
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .partners .partner-other__logo {
    width: 42%;
    margin-bottom: 0;
    font-size: 24px;
  }
}
.partners .partner-other__logo p {
  margin: 0;
}
.partners .partner-other__logo img {
  width: 100%;
  max-width: 220px;
}
.partners .partner-other__body {
  color: var(--white);
  font-size: 18px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .partners .partner-other__body {
    width: 58%;
    padding-left: 30px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .partners .partner-other__body {
    padding-left: 40px;
  }
}
.partners .partner-other__body h3 {
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .partners .partner-other__body h3 {
    font-size: 26px;
  }
}
.partners .partner-other__body .btn-arrow {
  background-color: #00443C;
  min-width: 160px;
  min-height: 50px;
  margin-top: 30px;
}

.case-study__list {
  padding-inline: 12vw;
}
.case-study__list .swiper-slide {
  opacity: 0.4;
}
.case-study__list .swiper-slide.swiper-slide-active {
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .case-study__list .swiper-slide.swiper-slide-prev, .case-study__list .swiper-slide.swiper-slide-next {
    opacity: 1;
  }
}
.case-study__item {
  display: block;
  background: var(--white);
}
.case-study__item figure img {
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
}
.case-study__item--body {
  padding: 20px;
  font-size: 14px;
  line-height: 1.3;
  color: var(--text-light);
}
.case-study__item--body h3 {
  padding-bottom: 10px;
  margin: 0 0 10px;
  border-bottom: 1px dashed #00443C;
}
.case-study__item--body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}
.case-study__item--body ul li {
  background: #ECF6F5;
  border-radius: 100px;
  padding: 1px 10px;
}
.case-study__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .case-study__buttons {
    margin-top: 40px;
  }
}
.case-study__buttons .btn, .case-study__buttons .btn-arrow {
  min-width: 210px;
}

.column {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .column {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .column {
    margin-bottom: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .column__heading {
    width: 270px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .column__heading {
    gap: 60px;
  }
}
.column__heading .section-heading {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .column__heading .section-heading {
    margin: 0;
  }
}
.column__heading ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .column__heading ul {
    gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: auto;
  }
}
.column__heading ul li a {
  border-radius: 100px;
  border: 1px solid var(--primary);
  min-width: 140px;
  text-align: center;
  display: inline-block;
  padding: 2px;
  line-height: 1.5;
  color: var(--text-light);
}
.column__heading ul li.active > a, .column__heading ul li:hover > a {
  background: #ECF6F5;
  color: var(--primary);
}
.column__heading .btn, .column__heading .btn-arrow {
  display: none;
}
@media only screen and (min-width: 768px) {
  .column__heading .btn, .column__heading .btn-arrow {
    width: 100%;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .column__body {
    width: calc(100% - 270px);
  }
}
.column__item {
  font-size: 14px;
  line-height: 1.3;
  color: var(--text-body);
  display: block;
}
@media only screen and (min-width: 768px) {
  .column__item {
    display: flex;
    align-items: center;
  }
}
.column__item + .column__item {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 2px solid #ECF6F5;
}
.column__item figure {
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .column__item figure {
    width: 35%;
    margin-bottom: 0;
  }
}
.column__item figure img {
  aspect-ratio: 1.547;
  object-fit: cover;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .column__item--body {
    width: 65%;
    padding-left: 20px;
  }
}
.column__item--body time {
  font-size: 12px;
  color: var(--text-light);
  margin: 0 0 10px;
  line-height: 1.3;
  display: inline-block;
}
.column__item--body h3 {
  margin: 0 0 10px;
}
.column__item:hover {
  color: var(--text-body);
}

.faq {
  background: #ECF6F5;
  border-radius: 20px;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .faq {
    padding: 50px;
  }
}
.faq .section-heading {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .faq .section-heading {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .faq .section-heading h2 {
    margin: 0;
  }
}
.faq__item {
  background: var(--white);
  border-radius: 10px;
  padding: 10px 20px;
}
.faq__item + .faq__item {
  margin-top: 14px;
}
.faq__item--heading {
  position: relative;
  padding: 10px 0 10px 34px;
  color: var(--text-body);
  margin: 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .faq__item--heading {
    padding: 10px 0 10px 47px;
  }
}
.faq__item--heading::before {
  content: "Q";
  position: absolute;
  left: 0;
  color: var(--primary);
  line-height: 1;
  font-size: 28px;
  top: 5px;
}
@media only screen and (min-width: 768px) {
  .faq__item--heading::before {
    font-size: 36px;
    top: 2px;
  }
}
.faq__item--heading h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  margin: 0;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) {
  .faq__item--heading h3 {
    font-size: 18px;
  }
}
.faq__item--heading h3::before, .faq__item--heading h3::after {
  content: "";
  width: 14px;
  height: 2px;
  background: var(--primary);
  position: absolute;
  right: 5px;
  top: 10px;
  transition: all 0.3s;
}
.faq__item--heading h3::after {
  transform: rotate(90deg);
}
.faq__item--body {
  border-top: 2px solid #ECF6F5;
  color: var(--text-light);
  position: relative;
  padding: 20px 0 10px 34px;
  margin-top: 10px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .faq__item--body {
    padding: 20px 0 10px 47px;
  }
}
.faq__item--body::before {
  content: "A";
  position: absolute;
  left: 0;
  color: var(--text-light);
  line-height: 1;
  font-size: 28px;
  top: 16px;
}
@media only screen and (min-width: 768px) {
  .faq__item--body::before {
    font-size: 36px;
    top: 11px;
  }
}
.faq__item.show .faq__item--heading h3::after {
  transform: rotate(0);
}

.voice {
  background: url("../images/voice-bg.jpg") no-repeat 50% 50%/cover;
  position: relative;
  z-index: 1;
  padding-block: 60px;
}
@media only screen and (min-width: 768px) {
  .voice {
    padding-block: 0;
  }
}
.voice::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: var(--primary);
}
@media only screen and (min-width: 768px) {
  .voice__inner {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .voice__heading {
    width: 38%;
  }
}
.voice__heading .section-heading {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .voice__heading .section-heading {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .voice__body {
    max-width: 470px;
    width: 50%;
  }
}
.voice__list {
  max-height: 600px;
}
@media only screen and (max-width: 767px) {
  .voice__list {
    margin: 0 -20px;
  }
}
.voice__list .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}
.voice__list .swiper-slide {
  padding: 0 10px;
  background: transparent;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .voice__list .swiper-slide {
    padding: 10px 0;
  }
}
.voice__item {
  background: #ECF6F5;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.4;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .voice__item {
    padding: 50px 40px;
  }
}
.voice__item--heading {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--primary);
}
.voice__item--heading figure img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  object-fit: cover;
  border-radius: 100%;
}
@media only screen and (min-width: 992px) {
  .voice__item--heading figure img {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}
.voice__item--heading h3 {
  margin: 0;
}

.news {
  padding-block: 60px;
}
@media only screen and (min-width: 768px) {
  .news {
    padding-block: 120px 80px;
  }
}
.news .container {
  max-width: 740px;
}
.news .section-heading {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .news__inner {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .news__heading {
    width: 200px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .news__body {
    width: calc(100% - 200px);
  }
}
.news__item {
  font-size: 14px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .news__item {
    padding: 20px;
  }
}
.news__item + .news__item {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 2px solid #ECF6F5;
}
@media only screen and (min-width: 768px) {
  .news__item + .news__item {
    padding-top: 34px;
    margin-top: 14px;
  }
}
.news__item time {
  font-size: 12px;
  color: var(--text-light);
  margin-bottom: 16px;
  display: inline-block;
}
.news__item h3 {
  margin: 0 0 10px;
}
.news__item h3 a {
  color: var(--primary);
}
.news__item p:last-of-type {
  margin: 0;
}

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