@font-face {
  font-family: Manjari;
  src: url('../fonts/Manjari-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manjari;
  src: url('../fonts/Manjari-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manjari;
  src: url('../fonts/Manjari-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Materialiconsround;
  src: url('../fonts/MaterialIconsRound-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-green: #1c4030;
  --dark-cyan-2: #2e8980;
  --dark-cyan: #2e8980;
  --orange: #f7a440;
  --deep-sky-blue: #5da9d1;
  --alice-blue: #ecf0f7;
  --light-coral: #f27b76;
  --crimson: #ba3b5b;
  --main-green: #18978b;
  --bg-green: #194a45;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

p {
  color: #666;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 160%;
}

a {
  text-decoration: underline;
}

.page-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.navlinks {
  align-items: center;
  display: flex;
}

.navlink {
  color: #2e8980;
  border-bottom: 3px solid #0000;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.navlink:hover {
  border-bottom: 3px solid #585858;
}

.dropdown-toggle {
  padding: 0;
}

.dropdown-toggle.w--open {
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text {
  font-weight: 400;
}

.dropdown-list {
  background-color: #af7171;
}

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 1px 1px 10px #00000026;
}

.dd-link:hover {
  color: #fff;
  background-color: #555;
}

.hero-section-home {
  background-image: url('../images/brooke-cagle--uHVRvDr7pg-unsplash-1-2.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 60px;
}

.content-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.content-container._80pxpt {
  padding-top: 80px;
  position: relative;
}

.content-container.grey-container {
  background-color: #e6e6e6;
}

.content-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-flex.align-top {
  align-items: flex-start;
}

.content-flex.align-top._60pxmb {
  margin-bottom: 60px;
}

.content-flex.align-top._40pxmt {
  margin-top: 40px;
}

.content-flex.align-top._40pxmt.am {
  justify-content: center;
}

.content-flex.align-top._40pxmt.mx {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.content-flex.strecth {
  align-items: stretch;
}

.content-flex.pl-40 {
  padding-left: 40px;
}

.wrap.max50 {
  max-width: 50%;
}

.wrap.max50.left-30 {
  align-self: flex-start;
  margin-left: 60px;
}

.wrap.mx40 {
  max-width: 40%;
}

.h1-large {
  margin-bottom: 0;
  font-size: 80px;
  line-height: 130%;
}

.h1-large.h-green {
  color: var(--dark-green);
}

.h1-large.h-green.h-center.header-recruit {
  background-color: var(--dark-cyan-2);
  color: #fff;
  padding-left: 0;
}

.h1-large.text-theme-green {
  color: var(--dark-cyan-2);
}

.h1-large.h-white.h-center.header-recruit {
  background-color: var(--dark-cyan-2);
  height: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.h-green {
  color: #1c4030;
}

.wrap-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-top {
  margin-bottom: 20px;
}

.button {
  background-color: var(--dark-cyan);
  border-radius: 200px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.button.button-orange {
  background-color: var(--orange);
}

.button.button-orange:hover {
  color: orange;
  background-color: #fff;
  border: 1px solid orange;
}

.button.button-orange._40pxmt {
  text-align: left;
  margin-top: 40px;
}

.button._40pxmb {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button._40pxmb._10-radius {
  background-color: var(--dark-cyan-2);
  border-radius: 10px;
}

.button.button-blue {
  background-color: var(--deep-sky-blue);
}

.button.button-blue.mt-40 {
  margin-top: 40px;
}

.button.button-gold {
  background-color: #ab8e50;
}

.button.button-gold.button-big {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 20px;
}

.button.button-gold._40-mt {
  margin-top: 40px;
  transition: opacity .2s;
}

.content-section {
  padding-top: 60px;
  padding-bottom: 100px;
  font-family: Noto Sans JP, sans-serif;
}

.content-section.cs-blue {
  background-color: #151735;
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/green-chameleon-s9CC2SKySJM-unsplash-3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.content-section.inquires-section {
  background-image: url('../images/green-chameleon-s9CC2SKySJM-unsplash-2-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.content-section.text-cta-section {
  background-image: url('../images/scott-graham-5fNmWej4tAA-unsplash-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.content-section.last-cases {
  padding-bottom: 220px;
}

.content-section.cs-l-blue {
  background-color: var(--alice-blue);
}

.content-section.mb-pd-20 {
  display: block;
}

.content-section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.content-section.no-padding.bk-green {
  background-color: var(--dark-cyan-2);
}

.content-section.cs-green {
  background-color: var(--dark-cyan);
}

.content-section.cs-green._30-pt-pb {
  padding-top: 30px;
  padding-bottom: 30px;
}

.content-section.cs-grey {
  background-color: #ededed;
}

.content-section.recruit-middle {
  padding-left: 140px;
  padding-right: 140px;
}

.h-center {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.h-center.h-red {
  color: var(--light-coral);
}

.h-center.h-light-green {
  color: var(--dark-cyan);
}

.h-center.h-blue {
  color: var(--deep-sky-blue);
}

.h-center.h-yellow._40pxmb {
  margin-bottom: 40px;
}

.h-center.h-grey.mb-20 {
  margin-bottom: 20px;
}

.h-center.h-white.header-recruit {
  margin-top: 10px;
  margin-bottom: 0;
}

.underline-heading {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.underline-heading._60pxmb {
  margin-bottom: 60px;
}

.underline-heading.mb-10 {
  display: none;
}

.underline-heading.recruit-middle {
  margin-bottom: -49px;
}

.lottie-animation {
  width: 200px;
}

.news-item-home {
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.news-item-home:hover {
  color: #4b4b4b;
  background-color: #f7f7f7;
  padding-left: 10px;
}

.date-news {
  color: #6e6e6e;
  margin-right: 40px;
  font-size: 18px;
}

.news-title-home {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.button-center {
  text-align: center;
  margin-top: 40px;
  display: none;
}

.button-center.no-margin {
  margin-top: 0;
}

.button-w-icon {
  background-color: var(--dark-cyan-2);
  color: #fff;
  border-radius: 200px;
  padding: 12px 20px;
  font-size: 17px;
  text-decoration: none;
  transition: all .2s;
}

.button-w-icon:hover {
  border: 1px solid var(--dark-cyan);
  color: var(--dark-cyan);
  background-color: #fff;
}

.button-w-icon.button-orange {
  background-color: var(--orange);
}

.button-w-icon._40pxmt {
  margin-top: 40px;
}

.button-w-icon._40pxmt.button-orange:hover {
  color: #f9fafa;
}

.button-w-icon._40pxmt.button-red {
  background-color: var(--light-coral);
}

.button-w-icon._40pxmt.button-red:hover {
  color: #fff;
}

.button-w-icon._40pxmt.button-black {
  background-color: #000;
}

.button-w-icon._40pxmt.button-black:hover {
  color: #fff;
  background-color: #444;
  border-color: #fff;
}

.button-w-icon._40pxmt.button-blue {
  background-color: var(--deep-sky-blue);
}

.button-w-icon._40pxmt.button-blue:hover {
  border-color: var(--deep-sky-blue);
  color: #fff;
}

.button-w-icon._40pxmt.button-blue:active {
  color: var(--deep-sky-blue);
}

.text-block {
  margin-right: 10px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
}

.text-block.text-center {
  text-align: center;
  margin-right: 0;
  display: block;
}

.image-2 {
  width: 9px;
  display: inline-block;
}

.section-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  display: none;
}

.section-divider.blue {
  background-color: #35bebe;
}

.section-divider.blue._20pxm {
  margin-top: 20px;
}

.feature-wrap {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.number-home {
  color: var(--orange);
  margin-right: 40px;
  font-size: 180px;
  font-weight: 500;
  line-height: 120%;
}

.number-home.orange {
  color: var(--orange);
}

.number-home.red {
  color: var(--deep-sky-blue);
  margin-left: 40px;
  margin-right: 0;
}

.number-home.green {
  color: var(--dark-cyan);
}

.wrap-70 {
  width: 70%;
}

.image-features-gemini {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 550px;
  margin-bottom: 20px;
}

.image-features-gemini._01 {
  opacity: 1;
  background-color: #0000;
  background-image: radial-gradient(circle, #ffffff5e, #00000061), url('../images/whygemini_1-1536x1024.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 50vh;
}

.image-features-gemini._02 {
  background-image: linear-gradient(#5da9d12e, #5da9d12e), url('../images/jonathan-borba-lrQPTQs7nQQ-unsplash-1536x1024.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 50vh;
}

.image-features-gemini._03 {
  background-image: radial-gradient(circle at 30%, #ffffff91, #2e89808c), url('../images/coach-1536x1024.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 50vh;
}

.h-grey {
  color: #696969;
}

.p-features {
  font-size: 18px;
  line-height: 130%;
}

.wrap-1-3 {
  width: 32%;
  padding-left: 15px;
  padding-right: 15px;
}

.wrap-1-3.content-display {
  background-color: #f1f1f1;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-item-text {
  color: #666;
  font-size: 17px;
  font-weight: 700;
}

.list {
  margin-top: 20px;
  padding-left: 20px;
}

.case-block-home {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: auto;
  height: 250px;
  overflow: hidden;
}

.overlay-home-cases {
  color: #2b2b2b;
  background-color: #134a44a6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 35px;
  text-decoration: none;
  display: flex;
}

.heading {
  text-align: center;
}

.heading.text-theme-green {
  color: var(--dark-green);
}

.heading.text-white {
  color: #fff;
}

.heading.text-white.font-size-24 {
  font-size: 20px;
}

.footer {
  color: #b4b4b4;
  background-color: #525252;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 35px 10%;
  display: flex;
}

.link {
  color: #ababab;
  text-decoration: none;
}

.hero-section-news {
  background-image: url('../images/green-chameleon-s9CC2SKySJM-unsplash-1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.news-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-bottom: 0;
}

.news-image.mb-10 {
  margin-bottom: 10px;
}

.news-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.news-head {
  color: #646464;
  text-align: left;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.news-divider {
  background-color: var(--dark-cyan);
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.news-divider.blue {
  background-color: #35bebe;
}

.n-divider-template {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.n-divider-template.blue {
  background-color: #35bebe;
}

.image-3 {
  margin-bottom: 20px;
}

.hero-section-why {
  background-image: url('../images/green-chameleon-s9CC2SKySJM-unsplash-2.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

.why-aspect {
  display: block;
}

.why-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 60%;
  height: 400px;
}

.why-image._1st-reason {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.why-image._2nd-reason {
  background-image: linear-gradient(#2e898080, #2e898080), url('../images/chuttersnap-_1dzyNHWkBQ-unsplash-1536x1022.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-left: 386px;
}

.why-image._3rd-reason {
  background-image: url('../images/undraw_instant_support_re_iw6d.svg'), linear-gradient(#2e898096, #2e898096), url('../images/markus-spiske-ls2rTqdQcoA-unsplash-1536x1024.jpeg');
  background-position: 0%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: fixed, scroll, scroll;
}

.why-image._11st {
  background-color: var(--dark-cyan-2);
  background-image: url('../images/undraw_notebook_re_id0r.svg'), linear-gradient(#2e89803d, #2e89803d), url('../images/sharon-mccutcheon-eMP4sYPJ9x0-unsplash-1536x1024.jpeg');
  background-position: 0 70%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 40%, auto, cover;
  background-attachment: fixed, scroll, scroll;
}

.why-reason-content {
  background-color: #fff;
  border: 3px solid #dedede;
  max-width: 700px;
  margin-top: -280px;
  margin-left: 357px;
  padding: 65px 20px;
  position: static;
}

.why-reason-content.why-2 {
  margin-top: -326px;
  margin-left: 0;
  margin-right: 0;
}

.h-red {
  color: var(--light-coral);
}

.h-red.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.h-yellow {
  color: var(--orange);
}

.hero-section-openclass {
  background-image: url('../images/green-chameleon-s9CC2SKySJM-unsplash-3.jpg');
  background-position: 100% 0;
  background-size: contain;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 100px;
}

.what-is-a-class {
  border-left: 3px solid var(--orange);
  align-items: flex-start;
  min-width: 400px;
  margin-right: 40px;
  padding-left: 10px;
  display: flex;
}

.h-white {
  color: #fff;
}

.p-white {
  color: #cacaca;
  font-weight: 300;
}

._4-grid-oc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 55%;
  height: 550px;
  display: grid;
}

._4-grid-item-oc {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 38px 30px;
  display: flex;
}

.p-center {
  text-align: center;
  font-size: 16px;
}

.p-center._40pxmt {
  margin-top: 40px;
}

._4-grid-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

._4-grid-l {
  background-image: url('../images/pedro-lastra-Nyvq2juw4_o-unsplash-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 61px;
  display: flex;
  position: relative;
}

._4-grid-l.g-02 {
  background-image: url('../images/pedro-lastra-Nyvq2juw4_o-unsplash-2.jpg');
}

._4-grid-l.g03 {
  background-image: url('../images/pedro-lastra-Nyvq2juw4_o-unsplash-3.jpg');
}

._4-grid-l.g04 {
  background-image: url('../images/pedro-lastra-Nyvq2juw4_o-unsplash-3-1.jpg');
}

.line-4-grid-l {
  background-color: var(--orange);
  width: 100%;
  height: 3px;
  position: absolute;
  inset: auto 0% 0%;
}

.form-block {
  width: 70vw;
  max-width: 70vw;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  border: 1px solid #000;
  border-radius: 4px;
}

.field-label {
  font-size: 18px;
}

.form {
  flex-direction: column;
  align-items: stretch;
  display: none;
}

.field {
  margin-bottom: 20px;
}

.textarea {
  border: 1px solid #000;
  border-radius: 4px;
}

.link-red {
  color: var(--crimson);
  margin-bottom: 20px;
  text-decoration: none;
}

.hero-section-s-desk {
  background-image: url('../images/green-chameleon-s9CC2SKySJM-unsplash-3-1.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.sd-aspect {
  background-color: #e9efe5;
  border-radius: 6px;
  align-items: flex-start;
  max-width: 95%;
  margin-bottom: 40px;
  padding: 20px 20px 20px 11px;
  display: flex;
}

.heading-2 {
  margin-top: 0;
}

.image-4 {
  margin-right: 10px;
}

.h-s-image {
  background-color: #fff;
  border-radius: 6px;
  padding: 39px;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.question-title {
  color: #0b1033;
  font-size: 16px;
  line-height: 24px;
}

.faq-question-bar {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 7px 7px 60px #f2f3f6;
}

.faq-wrap {
  flex-direction: column;
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.highlight {
  color: #784fe0;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.faq-text-details {
  color: #637178;
  text-align: center;
  letter-spacing: -.27px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph {
  color: #445567;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 16px;
  line-height: 28px;
}

.animation {
  width: 60px;
  height: 60px;
}

.hero-section-text {
  background-image: url('../images/green-chameleon-s9CC2SKySJM-unsplash-2-2.jpg');
  background-position: 50%;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-5 {
  margin: 40px auto;
  display: block;
}

.text-aspect {
  text-align: left;
  margin-bottom: 100px;
}

.text-aspect-heading {
  background-color: var(--dark-cyan);
  color: #fff;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.t-a-3rd {
  border-bottom: 1px solid var(--dark-cyan);
  justify-content: space-around;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-cta {
  background-color: #ffffffb3;
  flex-direction: column;
  align-items: center;
  padding: 87px 40px;
  display: flex;
}

.text-cta.mx45 {
  align-items: flex-start;
  min-width: 520px;
  max-width: 45%;
  padding-top: 43px;
  padding-bottom: 43px;
}

.hero-section-gemini {
  background-image: url('../images/green-chameleon-s9CC2SKySJM-unsplash-1-1.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 100px;
}

.youtube {
  width: 59%;
  height: 200px;
  max-height: 200px;
  position: relative;
}

.wrap-1-3-center {
  flex-direction: column;
  align-items: center;
  width: 32%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.concept {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  padding: 45px 5%;
  display: flex;
}

.concept.c-01 {
  background-image: linear-gradient(#2e89805c, #2e89805c), url('../images/headway-5QgIuuBxKwM-unsplash-1.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.concept.c-02 {
  background-image: linear-gradient(#00000078, #00000078), url('../images/glenn-carstens-peters-RLw-UC03Gwc-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.concept.c-03 {
  background-image: linear-gradient(#5da9d152, #5da9d152), url('../images/robynne-hu-HOrhCnQsxnQ-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.concept-left {
  background-color: var(--dark-cyan-2);
  color: #fff;
  flex-direction: column;
  align-items: center;
  min-width: 438px;
  padding: 52px 87px;
  display: flex;
}

.concept-left.c-black {
  background-color: var(--orange);
}

.concept-left.c-blue {
  background-color: #5da9d1;
}

.number-concept {
  color: #fff;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
}

.concept-right {
  color: #000;
  background-color: #ffffffd9;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-left: 40px;
  padding: 15px;
  display: flex;
}

.pricing {
  width: 47%;
}

.p-heading {
  background-color: var(--dark-cyan);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  display: flex;
  position: relative;
}

.p-heading.ph-red {
  background-color: var(--light-coral);
}

.text-block-2 {
  color: var(--orange);
  background-color: #fff;
  padding: 7px 53px;
  font-weight: 500;
  position: absolute;
  inset: 31px -56px auto auto;
  transform: rotate(45deg);
}

.p-content {
  background-color: #f3f3f3;
  padding: 29px;
}

.price {
  color: #4b4b4b;
  text-align: center;
  font-size: 70px;
  line-height: 120%;
}

.p-block {
  border-bottom: 1px solid #cacaca;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
}

.image-6 {
  margin-right: 10px;
}

.h-light-green {
  color: #2e8980;
}

.h-light-green.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.p-small {
  font-size: 14px;
}

.p-small.p-center._20pxmt {
  margin-top: 20px;
}

.entry-flow {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.step {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.image-7 {
  margin-top: 10px;
}

.hero-section-cases {
  background-image: linear-gradient(312deg, var(--deep-sky-blue) 65%, var(--dark-cyan-2) 65%, var(--dark-cyan) 100%, #e8f2f1 100%, white), url('../images/green-chameleon-s9CC2SKySJM-unsplash-1-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 70px;
}

.case-item {
  color: #343434;
  margin-bottom: 40px;
}

.case-image {
  color: var(--dark-cyan-2);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.case-image:hover {
  opacity: .6;
}

.heading-3 {
  color: var(--deep-sky-blue);
}

.collection-list {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.heading-4 {
  color: #9b9b9b;
}

.case-image-template {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 45%;
  height: 300px;
}

.hero-section-company {
  background-image: url('../images/green-chameleon-s9CC2SKySJM-unsplash-2-3.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 100px;
}

.fact {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: transparent transparent var(--dark-green);
  justify-content: space-around;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-5 {
  margin-top: 40px;
}

.heading-h2-company {
  margin-top: 0;
}

.hero-section-recruit {
  mix-blend-mode: normal;
  background-image: linear-gradient(#5da9d1b3, #5da9d1b3), url('../images/green-chameleon-s9CC2SKySJM-unsplash-1-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

.list-2 {
  border: 3px solid var(--dark-cyan);
  border-radius: 12px;
  margin-top: 20px;
  padding: 33px;
}

.paragraph-2 {
  margin-bottom: 40px;
}

.div-block {
  width: 150px;
  height: 50px;
}

.map {
  margin-left: 20px;
}

.hero-section-white-paper {
  background-image: url('../images/green-chameleon-s9CC2SKySJM-unsplash-2-4.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 100px;
}

.hero-section-wp-t {
  background-image: url('../images/green-chameleon-s9CC2SKySJM-unsplash-2-5.jpg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 100px;
}

.rich-text-block {
  max-width: 60%;
}

.form-block-2 {
  width: 40%;
  margin-left: 40px;
}

.hero-section-contact {
  background-image: url('../images/green-chameleon-s9CC2SKySJM-unsplash-2-6.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.dropdown {
  display: none;
}

.link-block {
  margin-right: 20px;
}

.link-2 {
  color: #f8f8f8;
  text-decoration: none;
}

.html-embed {
  width: 50%;
}

.overlay {
  color: #fff;
  text-align: center;
  background-color: #151735;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: block;
  position: absolute;
  inset: 0%;
}

.collection-item-test {
  margin-bottom: 40px;
}

.dropdown-list-3 {
  background-color: #f0f0f0;
  border: 1px solid #bcc2c2;
  border-radius: 4px;
  padding: 20px;
}

.filter-button-item {
  padding: 10px;
}

.filter-buttons-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.dropdown-4 {
  flex: none;
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
}

.filter-block {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 40px;
  padding: 50px 67px 26px;
}

.text-field-2 {
  text-align: left;
  border: 1px solid #bcc2c2;
  border-radius: 4px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.text-field-2:hover {
  border-color: #787e7e;
}

.text-field-2:focus {
  border-color: #48c0b9;
}

.text-field-2::placeholder {
  color: #dde4e4;
}

.text-field-2.location {
  background-image: url('../images/Location.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 50px;
}

.text-field-2.search {
  background-image: url('../images/Search.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 52px;
}

.dropdown-toggle-3 {
  border: 1px solid #bcc2c2;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-bottom: 10px;
  padding: 8px 20px;
  font-size: 18px;
  display: flex;
}

.dropdown-toggle-3:hover {
  border-color: #787e7e;
}

.dropdown-toggle-3:focus {
  border-color: #48c0b9;
}

.dropdown-toggle-3::placeholder {
  color: #dde4e4;
}

.dropdown-toggle-3.role {
  background-image: url('../images/persons.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 50px;
}

.fields-row {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.list-3 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 500px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.html-embed-2 {
  height: 800px;
}

.button-wrap {
  text-align: center;
  margin-bottom: 0;
}

.heading-7 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.heading-8 {
  font-weight: 700;
}

.heading-9 {
  font-weight: 900;
}

.heading-lang-consulting {
  color: var(--main-green);
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 44px;
}

.heading-11 {
  text-align: center;
  font-weight: 700;
}

.heading-12 {
  font-weight: 700;
}

.heading-13 {
  color: var(--deep-sky-blue);
  font-weight: 700;
}

.heading-14, .heading-15 {
  font-weight: 700;
}

.image-8 {
  text-align: center;
  width: 50%;
}

.button-2 {
  background-color: var(--dark-cyan);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 9px;
}

.button-2:hover {
  border: 1px solid var(--dark-cyan);
  color: var(--dark-cyan);
  background-color: #fff;
}

.heading-16 {
  text-align: center;
}

.paragraph-3 {
  column-count: auto;
}

.paragraph-4 {
  letter-spacing: normal;
  text-indent: 0;
  column-count: auto;
  white-space: pre-line;
}

.paragraph-4.p-white {
  color: #eee;
}

.heading-17 {
  background-color: #ffffffc9;
  background-image: linear-gradient(93deg, #fff, #fff 0%, #ffffff42 50%, #fff0);
  margin-top: 6px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  text-decoration: underline;
}

.recruit-header {
  width: 30%;
  padding-left: 40px;
}

.recruit-text {
  align-self: stretch;
  align-items: center;
  width: 70%;
  display: flex;
}

.recruit-button {
  text-align: right;
}

.heading-company {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-company.fact-h-text {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-19, .heading-20 {
  text-align: center;
}

.fact-header {
  align-self: center;
  width: 30%;
}

.fact-text {
  flex: 0 auto;
  order: 1;
  align-self: center;
  width: 70%;
}

.bold-text-2 {
  font-size: 30px;
}

.heading-21 {
  color: var(--dark-cyan);
  text-align: center;
  font-weight: 700;
}

.text-theme-green {
  color: var(--dark-cyan-2);
}

.text-theme-green.text-bg-white {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.text-theme-grey {
  color: #343434;
}

.home-news {
  padding-left: 60px;
  padding-right: 60px;
  display: none;
}

.hero-subtitle-green {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 0;
}

.light-grey {
  color: #6e6e6e;
}

.light-grey.mb-20 {
  margin-bottom: 20px;
}

.bold-text-3 {
  font-size: 16px;
}

.button-text {
  font-size: 1rem;
}

.fact-p {
  margin-bottom: 0;
  font-weight: 700;
}

.heder-section {
  width: 100vw;
  position: fixed;
  inset: 0% auto auto 0%;
}

.news-titles {
  padding-right: 10px;
}

.news-date {
  color: #959595;
  text-decoration: none;
}

.news-date.mb-10 {
  margin-bottom: 10px;
}

.link-block-2 {
  text-decoration: none;
}

.display-on-mobile-only {
  display: none;
}

.why-cts-image {
  width: 30%;
  max-width: 90%;
  position: absolute;
  inset: auto 5% 0% auto;
}

._32px-font {
  font-size: 32px;
}

.underline-green {
  background-color: var(--dark-cyan-2);
  width: 200px;
  height: 5px;
  margin-bottom: 10px;
}

.image-10 {
  margin-top: -18px;
  margin-bottom: -37px;
  margin-left: -49px;
  padding-left: 0;
  display: inline-block;
}

.recruit-image-wrapper {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.header-recruit {
  background-color: var(--dark-cyan-2);
  padding-bottom: 8px;
}

.p-left {
  text-align: left;
}

.p-left.p-14 {
  mix-blend-mode: normal;
  border: 1px #000;
  border-radius: 0;
  padding-top: 0;
  display: block;
  position: static;
}

.openclass-left {
  filter: contrast(200%);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 4% auto auto -3%;
}

.openclass-right {
  mix-blend-mode: darken;
  max-width: 30%;
  position: absolute;
  inset: 193px -4% 0% auto;
}

.p-bold {
  font-weight: 700;
}

.p-bold.p-18-14 {
  font-size: 18px;
}

.h2-opneclass {
  margin-top: 10px;
  font-size: 40px;
}

.openclass-div {
  justify-content: center;
  display: flex;
}

.openclass-button {
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 10px;
}

.bold-text-6 {
  border: 1px #000;
}

.section-100vh {
  height: 640px;
}

.navbar-2 {
  background-color: #0000;
}

.container {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 100px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
  display: block;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 190px;
  height: 100%;
  display: flex;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.button-header {
  text-align: center;
  background-color: #18978b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 54px;
  margin-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.text-block-3, .text-span-6 {
  font-family: Materialiconsround, sans-serif;
}

.span-material-icon {
  font-family: Materialiconsround, sans-serif;
  font-size: 16px;
}

.nav-link-noto14bold {
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.nav-link-noto14bold.w--current {
  color: var(--main-green);
}

.div-white-spacer {
  background-color: #fff;
  justify-content: flex-end;
  align-items: flex-start;
  height: 230px;
  display: flex;
}

.image-hero-section {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #000000ab;
  background-clip: border-box;
  width: 100%;
  max-width: 75%;
  max-height: 200%;
  overflow: visible;
}

.heading-top-title {
  color: #292929;
  text-align: center;
  letter-spacing: 4px;
  margin: 20px auto 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 70px;
  display: inline-block;
}

.text-span-white-bg {
  color: #fff;
  background-color: #fff0;
  font-size: 40px;
  line-height: 60px;
}

.div-block-2 {
  grid-row-gap: 0px;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.button-3 {
  background-color: var(--main-green);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: 80px;
  font-family: Materialiconsround, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.body {
  background-color: #fafafa;
}

.div-block-4 {
  width: 100%;
  height: 9vw;
  padding-top: 40px;
  padding-bottom: 0;
}

.section-our-service {
  background-color: #f6faf9;
  height: auto;
  padding: 90px 120px;
  display: block;
  overflow: visible;
}

.div-top-section-header {
  grid-column-gap: 10px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px solid #0000;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  display: block;
}

.text-block-4 {
  color: var(--main-green);
  font-size: 30px;
  display: none;
}

.heading-22 {
  text-align: left;
  letter-spacing: 2px;
  border: 1px #000;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.div-block-5 {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  min-height: 500px;
  margin-top: 40px;
  display: flex;
}

.div-image-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.section-2 {
  background-color: var(--bg-green);
  padding: 60px 150px;
  display: flex;
}

.button-in-footer {
  background-color: var(--main-green);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: 0;
  font-family: Materialiconsround, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.text-block-5 {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
}

.button-white-border {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 40px;
  margin-left: 0;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.text-16-white {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.div-footer-right {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: flex-end;
  width: 80%;
  margin-left: 40px;
  display: flex;
}

.link-block-3 {
  text-decoration: none;
}

.div-block-7 {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-span-7 {
  font-family: Materialiconsround, sans-serif;
}

.link-footer {
  color: #adadad;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.link-footer:hover, .link-footer.w--current {
  color: var(--main-green);
}

.div-footer-links {
  grid-row-gap: 24px;
  border-left: 1px solid #cecece;
  flex-flow: column;
  padding-left: 10px;
  display: flex;
}

.text14-white {
  color: #fff;
}

.text-12-white {
  color: #fff;
  margin-top: 70px;
}

.text-block-6 {
  color: #fff;
  align-items: center;
  font-family: Materialiconsround, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% 10px 0% auto;
}

.div-relative-button-wrapper {
  position: relative;
}

.div-50-in-footer {
  width: 20%;
}

.text-block-7 {
  margin-top: -104px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 54px;
}

.text-block-8 {
  letter-spacing: .84px;
  font-family: Noto Sans JP, sans-serif;
}

.div-46 {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 46%;
  display: flex;
}

.image-11 {
  border-radius: 24px;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.image-12 {
  max-width: 210px;
  margin-left: -13px;
}

.div-block-8 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  margin-top: 40px;
  display: grid;
}

.div-service-block {
  grid-column-gap: 20px;
  background-color: #f4f4f4;
  border-radius: 10px;
  min-height: 40px;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-10 {
  background-image: url('../images/christina-wocintechchat-com-0Zx1bDv5BNY-unsplash-2.png');
  background-position: 50% 20%;
  background-size: cover;
  border-radius: 10px;
  width: 40%;
  min-width: 30%;
  position: relative;
  overflow: hidden;
}

.div-block-11 {
  width: 100%;
  display: flex;
  position: relative;
}

.div-service-wrapper-right {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.div-service-bottom {
  grid-column-gap: 14px;
  align-items: center;
  margin-bottom: -40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block-99 {
  color: #3f3e44;
  letter-spacing: 1.18px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button-go-to-detail {
  background-color: var(--main-green);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-family: Materialiconsround, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: static;
}

.text-block-10 {
  color: var(--main-green);
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-16-bold {
  color: #292929;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.image-13 {
  object-fit: cover;
  object-position: 50% 20%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-23 {
  color: var(--main-green);
  letter-spacing: 1.68px;
  font-family: Manjari, sans-serif;
  font-size: 70px;
  line-height: 100%;
}

.business-section {
  background-color: #f6faf9;
  margin-bottom: 0;
  padding: 20px 100px 40px;
  font-size: 14px;
}

.div-block-list-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  flex: 1;
  width: 60%;
  margin-left: 50px;
  margin-right: 30px;
  font-size: 14px;
  display: flex;
}

.text-block-11 {
  color: var(--main-green);
  flex-direction: column;
  justify-content: flex-start;
  min-width: 140px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 700;
  display: flex;
}

.div-block-list-item {
  border-bottom: 1px dotted #18978b8f;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-15 {
  grid-row-gap: 40px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.div-block-company-content {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: flex-start;
  display: flex;
}

.image-wrapper {
  background-image: url('../images/eugene-chystiakov-Ha5TZSMLvG4-unsplash.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 24px;
  width: 40%;
  max-height: 530px;
}

.image-wrapper.no-photo {
  background-image: none;
}

.text-block-item-list {
  color: #292929;
  overflow-wrap: normal;
  flex-direction: column;
  justify-content: flex-start;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
}

.div-block-16 {
  max-width: 760px;
  display: flex;
}

.div-block-17 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 140px;
  display: flex;
}

.div-service-block-copy {
  grid-column-gap: 20px;
  background-color: #f4f4f4;
  border-radius: 10px;
  max-width: 760px;
  min-height: 40px;
  padding: 20px;
  display: flex;
  position: relative;
}

.link-3 {
  color: #828282;
  font-family: Noto Sans JP, sans-serif;
}

.div-block-18 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.text-block-12 {
  color: #292929;
}

.div-image-wrapper-100 {
  padding-top: 100%;
  position: static;
}

.div-block-content-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 60%;
  display: flex;
}

.text-block-13 {
  color: #292929;
  font-family: Noto Sans JP, sans-serif;
  line-height: 180%;
}

.div-saiyo {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.p-saiyo {
  background-color: #effffd;
  margin-bottom: 0;
  padding: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
}

.text-span-8 {
  color: var(--main-green);
  font-size: 18px;
}

.text-block-14 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-15 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-saiyo-list {
  border-bottom: 1px dotted #18978b8f;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-saiyo-16 {
  color: var(--main-green);
  flex-direction: column;
  justify-content: flex-start;
  min-width: 140px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.text-block-16 {
  font-family: Noto Sans JP, sans-serif;
}

.div-block-20 {
  grid-column-gap: 59px;
  grid-row-gap: 31px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.heading-24 {
  color: #fff;
  background-color: #0a332f;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  line-height: 140%;
}

.text-span-9 {
  font-size: 13px;
}

.div-block-12-copy {
  padding-left: 120px;
  padding-right: 120px;
}

.div-block-21 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.text-span-10 {
  color: var(--main-green);
}

.text-block-17 {
  color: #292929;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.text-block-12-copy {
  color: #292929;
}

.div-title-wrap {
  flex-direction: column;
  min-width: 40%;
  display: flex;
  position: relative;
}

.div-block-25 {
  grid-column-gap: 30px;
  justify-content: flex-start;
  display: flex;
}

.section-3 {
  background-color: #fff;
  padding-bottom: 80px;
}

.div-block-26 {
  background-image: url('../images/ojisan.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  position: relative;
}

.div-block-27 {
  width: 100%;
}

.image-14 {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.image-15 {
  width: 40%;
  max-width: 400px;
  margin-bottom: -50px;
  margin-right: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block-18 {
  color: #fff;
  background-color: #e17510;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.body-2 {
  background-color: #fafafa;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.text-block-19 {
  color: #292929;
  text-align: left;
  font-size: 20px;
  line-height: 140%;
}

.paragraph-5 {
  color: #292929;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
}

.div-block-28 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-29 {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.div-linfo-block {
  grid-column-gap: 30px;
  background-color: #f4f4f4;
  border-radius: 10px;
  align-self: center;
  min-width: 65%;
  max-width: 800px;
  min-height: 40px;
  padding: 28px;
  display: flex;
}

.div-square-image-warpper {
  border-radius: 10px;
  width: 28%;
  min-width: 28%;
  position: relative;
  overflow: hidden;
}

.div-block-19-copy {
  padding-top: 100%;
  position: static;
}

.div-image-wrapper-80 {
  padding-top: 80%;
  position: static;
}

.div-image-wrapper-80.img30 {
  background-image: url('../images/chris-liverani-9cd8qOgeNIY-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-recruit-content {
  grid-column-gap: 46px;
  justify-content: flex-start;
  display: flex;
}

.heading-24-copy {
  color: #fff;
  background-color: #0a332f;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  line-height: 140%;
}

.heading1-gemini {
  color: var(--main-green);
  letter-spacing: 1.68px;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manjari, sans-serif;
  font-size: 64px;
  line-height: 90%;
}

.div-image-wrapper-100-gemini {
  padding-top: 100%;
  position: static;
}

.section-4 {
  padding-top: 40px;
}

.div-personal-coaching {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: flex;
}

.text-block-20 {
  text-align: left;
  margin-left: 0;
  font-size: 25px;
  line-height: 140%;
}

.text-block-21 {
  color: #333;
  text-align: left;
  letter-spacing: 1.01px;
  margin-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.div-block-30 {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.div-block-31 {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.div-block-32 {
  flex: 0 auto;
  margin-left: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 40px;
  display: flex;
}

.image-wrapper-1 {
  border-radius: 24px;
  width: 40%;
  position: relative;
  overflow: hidden;
}

.image-16 {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.div-image-wrapper-64 {
  padding-top: 64%;
  position: static;
}

.image-wrapper-1-boarder-g {
  border: 1px solid var(--main-green);
  border-radius: 8px;
  width: 36%;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.div-personal-coaching-2 {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-link-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.div-info {
  grid-column-gap: 20px;
  background-color: #f4f4f4;
  border-radius: 10px;
  max-width: 760px;
  min-height: 40px;
  padding: 20px;
  display: flex;
}

.div-go-detail-bottom {
  grid-column-gap: 14px;
  align-items: center;
  margin-bottom: -50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-go-to-detail20 {
  background-color: var(--main-green);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: Materialiconsround, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: static;
}

.div-image-wrapper-90 {
  padding-top: 90%;
  position: static;
}

.section-links {
  background-color: #fff;
}

.text-block-22 {
  color: #c9c9c9;
}

.div-language-support {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.div-title-wrapper2 {
  flex-direction: column;
  width: 75%;
  min-width: 40%;
  padding-top: 40px;
  display: flex;
  position: static;
}

.heading1-lang-support {
  color: var(--main-green);
  letter-spacing: 1.68px;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 50px;
  line-height: 90%;
}

.p-title-lang-support {
  color: #292929;
  text-align: left;
  max-width: 540px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

.text-lagn-support {
  color: #292929;
  text-align: left;
  letter-spacing: 2.2px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.div-image-wrapper-lang {
  background-image: url('../images/AdobeStock_353014819.jpeg'), url('../images/getty-images-CFPGo6u0dmY-unsplash.png');
  background-position: 70%, 26%;
  background-size: cover, cover;
  border-radius: 8px;
  width: 30%;
  min-width: 30%;
  position: relative;
}

.div-hero-section-wrapper {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-lang-support-hero {
  background-color: #fff;
  padding-bottom: 80px;
}

.div-list-wrapper-copy {
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  width: 650px;
  display: flex;
}

.p-title-lang-support-1 {
  color: #292929;
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

.link-block-4 {
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.image-wrapper-2 {
  background-image: url('../images/AdobeStock_355741484.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 24px;
  width: 40%;
  position: relative;
  overflow: hidden;
}

.text-green-title-90 {
  color: var(--main-green);
  letter-spacing: 1.57px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.div-block-34 {
  grid-column-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.div-block-35 {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.text-block-23 {
  color: #828282;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 120%;
}

.div-block-36 {
  background-color: #fff;
  max-width: 200px;
  max-height: 120px;
  padding: 20px 10px;
}

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 450px;
  display: grid;
}

.div-block-38 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.image-wrapper-3 {
  background-image: url('../images/getty-images-S5WKIQUFDmE-unsplash.png');
  background-position: 28% 0;
  background-size: cover;
  border-radius: 24px;
  width: 34%;
  position: relative;
  overflow: hidden;
}

.div-personal-coaching2 {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.div-block-39 {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-40 {
  grid-row-gap: 8px;
  background-color: var(--main-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.div-block-41 {
  background-color: #c6b8d2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 20%;
}

.div-block-41.pic10 {
  background-image: url('../images/glenn-carstens-peters-RLw-UC03Gwc-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-41.pic11 {
  background-image: url('../images/coach-1536x1024.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-41.pic12 {
  background-image: url('../images/ux-indonesia-8mikJ83LmSQ-unsplash-1-1.jpeg');
  background-size: cover;
}

.div-block-41.pic13 {
  background-image: url('../images/plan.jpg');
  background-position: -18px 0;
  background-size: cover;
}

.div-block-41.pic14 {
  background-image: url('../images/support6.jpg');
  background-position: -40px 0;
  background-size: cover;
}

.div-block-41.pic15 {
  background-image: url('../images/myriam-jessier-eveI7MOcSmw-unsplash.jpg');
  background-position: -16px 0;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-42 {
  background-color: #fff;
  width: 60%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.text-block-24 {
  color: #fff;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
}

.text-block-25 {
  color: #fff;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
}

.div-block-43 {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.div-block-44 {
  grid-row-gap: 20px;
  background-color: #fff;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.text-block-26 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-45 {
  grid-column-gap: 14px;
  align-items: flex-start;
  display: flex;
}

.text-block-27 {
  color: var(--main-green);
  font-family: Manjari, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.t-mangari-red {
  color: #f45063;
  font-family: Manjari, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.t-14 {
  letter-spacing: .84px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.div-block-46 {
  grid-column-gap: 28px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-faq {
  padding-top: 40px;
  padding-bottom: 100px;
}

.div-linfo-block-1 {
  grid-column-gap: 30px;
  background-color: #f4f4f4;
  border-radius: 10px;
  align-self: center;
  min-width: 70%;
  max-width: 840px;
  min-height: 40px;
  padding: 28px;
  display: flex;
  position: relative;
}

.text-97 {
  color: #292929;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.p-sub-title {
  color: #292929;
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

.div-block-47 {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.div-block-48 {
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 26px 20px 20px;
  display: flex;
}

.text-block-28 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-28 {
  color: var(--main-green);
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-step-wrapper {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.div-step-content {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.image-17 {
  max-width: 55%;
}

.text-block-29 {
  background-color: #f5f5f5;
  border-radius: 30px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 160%;
}

.div-block-49 {
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.t-m-arrow_right {
  color: var(--main-green);
  font-family: Materialiconsround, sans-serif;
  font-size: 30px;
}

.text-block-30 {
  color: var(--main-green);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.text-block-31 {
  color: var(--main-green);
  font-family: Materialiconsround, sans-serif;
  text-decoration: none;
}

.div-block-50 {
  display: flex;
}

.link-info-block100 {
  position: absolute;
  inset: 0%;
}

.section-lang-consulting {
  background-color: #fff;
  padding-bottom: 80px;
}

.div-image-wrapper-lang-consulting {
  background-image: url('../images/AdobeStock_498618068.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 33%;
  min-width: 33%;
  position: relative;
}

.section-learning-contents {
  grid-row-gap: 28px;
  flex-direction: column;
  height: auto;
  padding: 40px 120px 90px;
  display: flex;
  overflow: visible;
}

.text-block-32 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-51 {
  grid-column-gap: 18px;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
}

.div-block-52 {
  background-image: url('../images/thisisengineering-raeng-h6gCRTCxM7o-unsplash.png');
  background-position: 91%;
  background-size: cover;
  border-radius: 3px;
  min-width: 25%;
  max-height: 180px;
}

.div-block-52.pic2 {
  background-image: url('../images/linkedin-sales-solutions-Be5aVKFv9ho-unsplash.png');
  background-position: 100%;
}

.div-block-52.pic3 {
  background-image: url('../images/crew-szCvt1gP2d4-unsplash.png');
  background-position: 15%;
}

.div-block-52.pic4 {
  background-image: url('../images/kenny-eliason-1-aA2Fadydc-unsplash.png');
  background-position: 50%;
}

.div-block-52.pic5 {
  background-image: url('../images/sigmund-EgwhIBec0Ck-unsplash.png');
}

.div-block-52.pic6 {
  background-image: url('../images/getty-images-BAwKDZgJ8kM-unsplash.png');
  background-position: 34%;
}

.t-16-bold {
  align-self: flex-start;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-53 {
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.div-tag-container {
  grid-column-gap: 8px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  display: flex;
}

.div-block-54 {
  grid-column-gap: 28px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-service-detail {
  position: absolute;
  inset: 0%;
}

.div-block-52-3 {
  background-image: url('../images/crew-szCvt1gP2d4-unsplash.png');
  background-position: 14%;
  background-size: cover;
  border-radius: 3px;
  min-width: 25%;
  max-height: 180px;
}

.text-span-11 {
  font-size: 11px;
}

.text-span-12 {
  font-size: 12px;
}

.heading-news {
  color: var(--main-green);
  text-align: left;
  margin-bottom: 60px;
  font-family: Manjari, sans-serif;
  font-size: 62px;
  font-weight: 400;
}

.container-3 {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.container-4 {
  max-width: 60%;
  min-height: 0;
  padding-bottom: 100px;
}

.text-block-33 {
  background-color: var(--main-green);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  min-width: 28px;
  font-family: Materialiconsround, sans-serif;
  line-height: 28px;
}

.next {
  grid-column-gap: 10px;
  background-color: #0000;
  border-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.previous {
  grid-column-gap: 10px;
  background-color: #0000;
  border-style: none;
  justify-content: flex-start;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.div-block-55 {
  grid-column-gap: 14px;
  display: flex;
}

.text-block-34 {
  background-color: var(--main-green);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  align-self: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.text-block-35 {
  color: #828282;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
}

.div-block-56 {
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-36 {
  text-align: left;
  padding-right: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link-go-to-detail {
  flex-flow: row;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  min-width: 90px;
  text-decoration: none;
  display: flex;
}

.link-go-to-detail:hover {
  opacity: .5;
}

.div-block-57 {
  border-bottom: 1px dotted #18978bb3;
  margin-top: 20px;
}

.pagination {
  padding-top: 40px;
}

.div-block-58 {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.field-label-2 {
  color: #292929;
  letter-spacing: .9px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  line-height: 100%;
}

.field-label-3 {
  color: #fff;
  background-color: #f45063;
  border-radius: 20px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 180%;
}

.dropdown-toggle-4 {
  position: static;
}

.link-block-5 {
  text-decoration: none;
}

.image-18 {
  object-fit: contain;
  max-width: 350px;
  margin-top: 40px;
  margin-right: -60px;
}

.div-block-59 {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-left: 57px;
  margin-right: -60px;
  padding-right: 0;
  display: flex;
}

.div-block-60 {
  border: 2px solid var(--main-green);
  background-color: #fff;
  border-radius: 8px;
  margin-right: 60px;
}

.div-block-61 {
  grid-column-gap: 14px;
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #333;
  margin-left: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-62 {
  border-radius: 100px;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
}

.div-block-63 {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.text-block-37 {
  color: var(--main-green);
  text-align: left;
  font-size: 16px;
}

.text-block-38 {
  font-weight: 700;
}

.separator {
  border-bottom: 1px dotted #a5a5a5;
  margin-left: 20px;
  margin-right: 20px;
}

.polygon {
  position: absolute;
  inset: 40px auto auto -20px;
}

.image-20 {
  border-radius: 20px;
  min-width: 110%;
  margin-top: 10px;
  margin-left: 0;
}

.image-22 {
  object-fit: cover;
  max-width: 510px;
  margin-right: -60px;
  display: none;
}

.image-wrapper-2-copy {
  background-image: url('../images/AdobeStock_355741484.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 24px;
  width: 40%;
  min-width: 33%;
  position: relative;
  overflow: hidden;
}

.image-23 {
  height: 160px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 20px;
}

.button-4 {
  background-color: var(--main-green);
  border-radius: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.text-block-39 {
  color: #fff;
  background-color: #0a332f;
  width: 480px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.div-block-66 {
  background-image: url('../images/AdobeStock_353014819.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  width: 650px;
  height: 400px;
}

.section-5 {
  margin-top: 60px;
}

.container-5 {
  margin-top: 20px;
  display: block;
}

.body-3 {
  margin-top: 0;
}

.link-info-block111 {
  position: absolute;
  inset: 0%;
}

.text-99 {
  color: #292929;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.div-block-90 {
  background-image: url('../images/26123261_s.jpg');
  background-position: 50% 20%;
  background-size: cover;
  border-radius: 10px;
  width: 40%;
  min-width: 30%;
  position: relative;
  overflow: hidden;
}

.div-block-91 {
  max-height: 100px;
}

.image-24 {
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-aaaa {
  color: #dc1b1b;
}

.dropdown-aaaa:hover {
  color: #737373;
}

.new-title {
  aspect-ratio: auto;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  column-count: 0;
  border-top: 1px #18978b;
  border-bottom: 4px #18978b;
  border-radius: 0;
  margin-top: 80px;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 70px;
  font-style: italic;
  font-weight: 100;
  line-height: 75px;
}

.div-block-92 {
  text-align: left;
  object-fit: fill;
  border-top: 5px solid #18978b;
  border-radius: 5px;
  width: 80px;
  margin: 20px 0;
}

.heading-25 {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.section-6 {
  background-image: url('../images/Group-90.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-bottom: 140px;
}

.container-6 {
  flex-direction: column;
  width: 50%;
  margin-top: 60px;
  margin-left: 35px;
  padding: 10px;
  display: flex;
}

.heading-26 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 31px;
}

.div-block-93 {
  text-align: center;
  object-fit: fill;
  border-top: 5px solid #18978b;
  border-radius: 5px;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-6 {
  font-family: Noto Sans JP, sans-serif;
}

.container-new {
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.container-6-copy {
  flex-direction: column;
  width: 50%;
  margin-top: 0;
  margin-left: 0;
  padding: 0 0 10px;
  display: flex;
}

.image-25 {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.heading-27 {
  text-align: center;
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
}

.paragraph-7 {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
}

.section10 {
  background-image: url('../images/Group-90.png');
  background-position: 0 0;
  background-size: 100%;
  height: 300px;
}

.section-7 {
  background-color: #f6faf9;
}

.heading-28 {
  color: #18978b;
  text-align: center;
  margin-top: 60px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.flex-block {
  border: 1px solid #18978b;
  border-radius: 4px;
  width: 100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  text-align: center;
  width: 100%;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.tabtext {
  font-weight: 700;
}

.tab-link {
  background-color: #fff;
  flex-direction: row;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

.tab-link:hover {
  color: #fff;
  background-color: #18978b;
}

.tab-link.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #18978b;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-right: 0;
  padding: 20px 30px;
  display: inline-block;
}

.tab-link-2 {
  background-color: #fff;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-2:hover, .tab-link-2.w--current {
  color: #fff;
  background-color: #18978b;
}

.tab-link-gemini {
  background-color: #fff;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-gemini:hover {
  color: #fff;
  background-color: #18978b;
}

.tab-link-gemini.w--current {
  background-color: var(--main-green);
  color: #fff;
}

.tab-link-3 {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.tab-link-3:hover, .tab-link-3.w--current {
  color: #fff;
  background-color: #18978b;
}

.tabs-menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  justify-items: stretch;
  width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading-29 {
  text-align: center;
  margin-bottom: -70px;
  font-size: 40px;
  font-style: italic;
  font-weight: 100;
}

.text-span-14 {
  color: var(--main-green);
}

.text-span-15 {
  color: #18978b;
}

.section-8 {
  text-align: center;
  background-color: #f6faf9;
  margin-top: 120px;
}

.heading-30 {
  text-align: center;
  padding-top: 60px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
}

.image-26 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.image-27 {
  background-color: #fff;
}

.heading-31 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
}

.div-block-94 {
  background-image: url('../images/Group-115.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  min-height: 500px;
  display: flex;
}

.container-7 {
  flex-direction: row;
  display: flex;
}

.paragraph-8 {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  font-family: Noto Sans JP, sans-serif;
  line-height: 200%;
}

.text-span-16 {
  font-weight: 900;
}

.text-span-17 {
  font-weight: 700;
}

.image-28 {
  text-align: left;
}

.div-block-95 {
  text-align: center;
}

.div-block-96 {
  justify-content: center;
  width: 90%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  display: flex;
}

.image-29 {
  margin-left: 0;
}

.div-block-97 {
  text-align: center;
}

.section-9 {
  background-color: #fff;
  margin-left: 0;
}

.section-10 {
  background-color: #f8f6fa;
}

.heading-32 {
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
}

.text-span-18 {
  color: #6c63ff;
}

.image-30 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-11 {
  text-align: center;
}

.paragraph-9 {
  color: #333;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.section-12 {
  color: #333;
  text-align: center;
  background-color: #f8f6fa;
}

.paragraph-10 {
  margin-top: 40px;
  margin-bottom: 80px;
  font-family: Noto Sans JP, sans-serif;
}

.heading-33 {
  font-family: Noto Sans JP, sans-serif;
}

.heading-34 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
}

.text-span-19 {
  color: var(--main-green);
  font-weight: 500;
}

.image-31 {
  margin-top: 100px;
}

.heading-35 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
}

.image-32 {
  margin-bottom: 100px;
}

.heading-36 {
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-span-20 {
  font-size: 25px;
}

.text-span-21 {
  font-size: 24px;
  font-weight: 500;
}

.div-block-98 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: flex;
  overflow: visible;
}

.slideshow {
  aspect-ratio: auto;
  object-fit: contain;
  width: 5vw;
  max-width: 100%;
  margin: 20px 10px 20px 13px;
}

.div-block-99 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  overflow-wrap: normal;
  flex-wrap: nowrap;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: visible;
}

.div-block-93-copy {
  text-align: left;
  object-fit: fill;
  border-top: 5px solid #18978b;
  border-radius: 5px;
  width: 80px;
  margin-left: 0;
  margin-right: 0;
}

.section-13 {
  object-fit: fill;
  height: 1000px;
  padding: 90px 120px;
  position: static;
}

.section-13-copy {
  object-fit: fill;
  background-color: #f6faf9;
  background-image: url('../images/Group-137.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
  padding: 0 120px 90px;
  position: static;
}

.paragraph-11 {
  text-align: left;
  margin-top: 20px;
}

.new-title-copy {
  aspect-ratio: auto;
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  column-count: 0;
  border-top: 1px #18978b;
  border-bottom: 4px #18978b;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 70px;
  font-style: italic;
  font-weight: 100;
  line-height: 75px;
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 100px;
  margin-left: 80px;
  margin-right: 80px;
}

.cell {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0 0 10px 6px #18978b0d;
}

.company-head {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.link-block-6 {
  text-align: right;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
  display: flex;
}

.link-block-6:hover {
  opacity: .5;
}

.image-33 {
  cursor: auto;
  align-self: auto;
  margin: auto 0;
  padding-bottom: 0;
}

.div-section-container-new {
  background-image: url('../images/Group-112.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 120px;
  padding-right: 120px;
  font-size: 14px;
}

.paragraph-12 {
  color: #18978b;
  margin-bottom: -40px;
  font-family: Noto Sans JP, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.section-14 {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 100px;
  display: block;
}

.company-head-copy {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-34 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 75vw;
  height: 60vh;
  margin-left: 0;
  overflow: hidden;
}

.section-15 {
  background-image: url('../images/Group-90.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
}

.heading-37 {
  font-family: Noto Sans JP, sans-serif;
}

.heading-38 {
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 35px;
}

.div-block-100 {
  clear: none;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 70%;
  margin-bottom: 0;
  margin-left: 100px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  transform: translate(0);
}

.paragraph-13 {
  padding: 20px 60px 20px 20px;
  font-family: PT Serif, serif;
  font-size: 22px;
  font-weight: 700;
}

.div-block-101 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  transform: translate(0);
}

.paragraph-14 {
  color: #18978b;
  border: 5px #000;
  border-left: 5px solid #18978b;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding: 0 20px;
  font-family: Noto Sans JP, sans-serif;
  font-style: italic;
  font-weight: 900;
}

.div-block-102 {
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 220px;
  display: flex;
}

.image-34-copy {
  object-fit: fill;
  width: 85vw;
  height: 70vh;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.div-block-100-copy {
  clear: none;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  width: 59%;
  margin-bottom: 0;
  margin-left: 60px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
  transform: translate(0);
}

.div-block-103 {
  justify-content: flex-end;
  display: flex;
}

.div-block-104 {
  display: flex;
}

.div-block-105 {
  justify-content: flex-end;
  display: flex;
}

.section-16 {
  background-image: url('../images/toa-heftiba-fbCxL_wEo5M-unsplash-1.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  margin-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.div-block-106 {
  background-color: #fffc;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  width: 75%;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  transform: translate(0, -97px);
}

.list-item-2 {
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  list-style-type: disc;
}

.text-span-22 {
  font-style: italic;
}

.text-span-23 {
  font-family: PT Serif, serif;
}

.list-4 {
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  width: 80%;
  margin-top: 40px;
  display: flex;
}

.div-block-101-copy {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  display: flex;
  transform: translate(0);
}

.section-17 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  justify-content: center;
  margin-top: -80px;
  display: flex;
  transform: translate(0, 180px);
}

.daihyou {
  max-width: 80%;
}

.heading-39 {
  font-family: Noto Sans JP, sans-serif;
}

.heading-40 {
  border: 1px #000;
  border-left: 8px solid #18978b;
  border-radius: 0;
  padding-left: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-section-container-new-copy {
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-left: 120px;
  padding-right: 120px;
  font-size: 14px;
}

.section-18 {
  background-color: #f6faf9;
  flex-direction: column;
  padding-top: 220px;
  padding-bottom: 140px;
  display: block;
}

.heading-41 {
  color: #18978b;
  text-align: center;
  letter-spacing: 4px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 58px;
}

.paragraph-15 {
  text-align: left;
  width: 79%;
  margin-bottom: 40px;
  font-family: PT Serif, serif;
  font-weight: 700;
  line-height: 200%;
  display: flex;
}

.div-block-107 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-company-content-copy {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  background-color: #fff;
  justify-content: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  box-shadow: 0 2px 20px #cbf0e7;
}

.div-block-list-item-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #18978b8f;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-11-copy {
  color: var(--main-green);
  flex-direction: column;
  justify-content: flex-start;
  min-width: 140px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 100;
  display: flex;
}

.div-block-100-copy {
  clear: none;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 70%;
  margin-bottom: 0;
  margin-left: 20px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  transform: translate(0);
}

.quick-stack-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 100px;
  margin-left: 80px;
  margin-right: 80px;
}

.cell-recruit {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 10px 6px #18978b0d;
}

.image-35 {
  object-fit: cover;
  width: 100%;
  height: 46%;
}

.link-block-6-copy {
  text-align: right;
  justify-content: flex-start;
  align-items: stretch;
  margin: auto 0;
  padding-left: 0;
  display: flex;
}

.company-head-copy {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
}

.section-6-contact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: auto;
  display: flex;
}

.div-block-110 {
  background-color: #f6faf9;
  justify-content: center;
  display: flex;
}

.heading-42 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.form-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: visible;
}

.field-label-4, .field-label-5 {
  font-family: Noto Sans JP, sans-serif;
}

.form-block-3 {
  width: 50vw;
  line-height: 30px;
}

.submit-button {
  background-color: var(--main-green);
  border-radius: 5px;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 20px;
}

.text-block-100 {
  font-family: Noto Sans JP, sans-serif;
  line-height: 36px;
}

.text-span-24 {
  font-size: 20px;
  line-height: 40px;
}

.success-message {
  background-color: #f3f3f3;
}

.text-span-25 {
  color: var(--main-green);
}

.bold-text-7 {
  line-height: 50px;
}

.text-block-101 {
  color: #c81b1b;
  font-family: Noto Sans JP, sans-serif;
}

.textarea-2 {
  font-family: Noto Sans JP, sans-serif;
}

.html-embed-4 {
  width: 80%;
}

.section-footer-new {
  background-color: #f4f4f4;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding: 60px;
  display: flex;
}

.text-block-5-copy {
  -webkit-text-stroke-color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.button-white-border-copy {
  color: #2746b6;
  text-align: center;
  -webkit-text-stroke-color: #2746b6;
  background-color: #0000;
  border: 2px solid #2746b6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  display: flex;
}

.button-white-border-copy:hover {
  color: #fff;
  background-color: #2746b6;
}

.button-white-border-copy.w--current {
  -webkit-text-stroke-color: var(--main-green);
}

.text-12-white-copy {
  margin-top: 70px;
}

.text-16-black {
  color: #333;
  -webkit-text-stroke-color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.text-16-black:hover {
  color: #18978b;
}

.link-footer-title {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.text-16-black-title {
  color: #333;
  -webkit-text-stroke-color: #333;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.text-16-black-title:hover {
  color: var(--main-green);
}

.div-block-111 {
  background-color: #fff;
  overflow: hidden;
}

.section-our-service-copy {
  background-color: #f6faf9;
  background-image: url('../images/Mask-group.png');
  background-position: 100%;
  background-size: cover;
  height: auto;
  padding: 90px 120px;
  display: block;
  overflow: visible;
}

.text-block-102 {
  color: #494949;
  padding-top: 0;
  padding-bottom: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 0;
}

.brand-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 220px;
  height: 100%;
  display: flex;
}

.brand-copy.w--current {
  justify-content: center;
}

.nav2024 {
  letter-spacing: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.icon-2 {
  color: var(--main-green);
}

.dropdown-link {
  border: 1px #18978b4d;
  border-bottom-style: solid;
  padding-left: 20px;
  padding-right: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #18978b;
}

.nav-link-noto14bold-copy {
  letter-spacing: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.nav-link-noto14bold-copy:hover, .nav-link-noto14bold-copy.w--current {
  color: var(--main-green);
}

.text-block-103 {
  color: var(--main-green);
  text-align: center;
  padding-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.div-block-112 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.div-block-112:hover {
  opacity: .49;
}

.link-block-7 {
  margin-right: 15px;
  text-decoration: none;
}

.link-block-8 {
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  display: block;
}

.image-36 {
  padding-bottom: 4px;
}

.image-37 {
  max-width: 85%;
}

.quick-stack-home {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 0;
  margin-left: 60px;
  margin-right: 60px;
}

.company-head-home {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding: 0 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.section-19 {
  margin-top: 10px;
  padding-bottom: 40px;
}

.collection-list-2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quick-stack-home-iphone {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 0;
  margin-left: 80px;
  margin-right: 80px;
}

.heading-43 {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 65px;
  font-style: italic;
  font-weight: 100;
}

.text-block-104 {
  color: #fff;
  letter-spacing: 5px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-113 {
  background-color: var(--main-green);
  justify-content: space-between;
  width: 41%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  transform: translate(0, -34px);
}

.text-block-105 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.heading-44 {
  border-bottom: 3px solid var(--main-green);
  margin-bottom: 20px;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.link-block-6-dl {
  color: #18978b;
  text-align: right;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  padding-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-block-6-dl:hover {
  opacity: .5;
}

.company-head-dl {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding: 20px 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}

.section-19-dl {
  background-image: url('../images/Group-90.png');
  background-position: 50%;
  background-size: auto;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.text-block-106 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-33-copy {
  cursor: auto;
  align-self: auto;
  margin: auto 0;
  padding-bottom: 0;
}

.button-white-border-copy-copy {
  border: 2px solid var(--main-green);
  color: var(--main-green);
  text-align: center;
  -webkit-text-stroke-color: var(--main-green);
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  display: flex;
}

.button-white-border-copy-copy:hover {
  background-color: var(--main-green);
  color: #fff;
}

.button-white-border-copy-copy.w--current {
  border-color: var(--main-green);
  color: var(--main-green);
  -webkit-text-stroke-color: var(--main-green);
}

.paragraph-11-copy {
  text-align: left;
  margin-top: 20px;
  font-weight: 500;
}

.text-span-26 {
  font-weight: 700;
}

.image-42 {
  transform: translate(0);
}

.container-new-copy {
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.tabs-menu-iphone {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  justify-items: stretch;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.section-6-company-top {
  background-image: url('../images/Group-90.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-top: 100px;
  padding-bottom: 220px;
}

.pan {
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 14px;
  display: none;
}

.div-block-115 {
  justify-content: flex-end;
  width: 100%;
  height: 6vh;
  display: flex;
}

.image-45 {
  float: right;
  width: 30%;
  position: static;
  transform: translate(133px);
}

.image-46 {
  float: right;
  width: 40%;
  margin-top: -200px;
  display: inline-block;
  transform: translate(124px);
}

.image-47 {
  align-self: flex-end;
  width: 5%;
  margin-right: 220px;
}

.cell-iphone {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0 0 10px 6px #18978b0d;
}

.company-head-copy-copy {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.image-34-copy {
  object-fit: cover;
  object-position: 0% 50%;
  width: 75vw;
  height: 60vh;
  margin-left: 0;
  overflow: hidden;
}

.paragraph-14-copy {
  color: #18978b;
  border: 5px #000;
  border-left: 5px solid #18978b;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding: 0 20px;
  font-family: Noto Sans JP, sans-serif;
  font-style: italic;
  font-weight: 900;
}

.dropdown-list-4 {
  background-color: #f6faf9;
}

.div-relative-button-wrapper-header {
  position: relative;
}

.div-block-116 {
  display: none;
}

.div-block-117 {
  display: flex;
}

.div-block-118 {
  align-self: center;
  width: 50%;
}

.image-49 {
  border-radius: 20px;
}

.heading-45 {
  margin-right: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
}

.text-block-107 {
  margin-top: 40px;
  margin-right: 40px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 25px;
}

.image-hero-section-copy {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #000000ab;
  background-clip: border-box;
  width: 100%;
  max-width: 100%;
  max-height: 200%;
  overflow: visible;
}

.text-span-white-bg-copy {
  color: #000;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 45px;
  line-height: 60px;
}

.div-white-spacer-copy {
  background-color: #fafafa;
  justify-content: flex-end;
  align-items: flex-start;
  height: 230px;
  display: flex;
}

.div-block-2-copy {
  grid-row-gap: 0px;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 140px;
  margin-left: 100px;
  line-height: 20px;
  display: block;
  position: relative;
  top: -125px;
  bottom: 60px;
}

.heading-top-title-copy {
  color: #292929;
  text-align: center;
  letter-spacing: 4px;
  margin: 20px auto 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 35px;
  line-height: 80px;
  display: inline-block;
}

.section-100vh-copy {
  background-color: #fafafa;
  height: 50vw;
}

.slideshow-bg {
  aspect-ratio: auto;
  object-fit: contain;
  width: 4vw;
  max-width: 100%;
  margin: 20px;
}

.new-title-copy-copy {
  aspect-ratio: auto;
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  column-count: 0;
  border-top: 1px #18978b;
  border-bottom: 4px #18978b;
  border-radius: 0;
  margin-top: 80px;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 70px;
  font-style: italic;
  font-weight: 100;
  line-height: 75px;
}

.div-block-93-copy-copy {
  text-align: left;
  object-fit: fill;
  border-top: 5px solid #18978b;
  border-radius: 5px;
  width: 80px;
  margin-left: 0;
  margin-right: 0;
}

.link-block-6-copy {
  text-align: right;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
  display: flex;
}

.link-block-6-copy:hover {
  opacity: .5;
}

.link-block-6-copy-copy {
  text-align: right;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
  display: flex;
}

.link-block-6-copy-copy:hover {
  opacity: .5;
}

.link-block-top {
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block-top:hover {
  opacity: .5;
}

.section-13-news {
  object-fit: fill;
  height: auto;
  padding: 0;
  position: static;
}

.heading-46 {
  color: var(--main-green);
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
}

.text-block-108 {
  font-family: Noto Sans JP, sans-serif;
}

.text-span-27 {
  border-bottom: 1px solid var(--main-green);
  color: var(--main-green);
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-109 {
  font-family: Noto Sans JP, sans-serif;
}

.div-white-spacer-new {
  background-color: #fff;
  background-image: url('../images/63ba531f4335da73afa5d183_iStock-1190052235_compressed-1-1.png');
  background-position: 50% 38%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: none;
  overflow: visible;
}

.text-block-110 {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
}

.link-block-6-copy-copy-copy {
  text-align: right;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
  display: flex;
}

.link-block-6-copy-copy-copy:hover {
  opacity: .5;
}

.nav-menu-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.div-footer-links-title {
  grid-row-gap: 0px;
  border-left: 1px #cecece;
  flex-direction: column;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.link-footer-copy {
  font-family: Noto Sans JP, sans-serif;
  text-decoration: none;
}

.div-footer-links-copy {
  grid-row-gap: 17px;
  border-left: 1px #cecece;
  flex-direction: column;
  padding-left: 0;
  display: flex;
}

.icon-2-copy {
  color: #9b9b9b;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  position: static;
}

.text-block-111 {
  font-weight: 700;
}

.text-block-111:hover {
  color: var(--main-green);
}

.div-section-container-gemini {
  margin-bottom: 0;
  padding: 20px 0 40px;
  font-size: 14px;
}

.section-20, .section-20-dl {
  height: 650px;
}

.section-19-dl-copy {
  background-image: url('../images/Group-90.png');
  background-position: 50%;
  background-size: auto;
  height: auto;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.heading-company-title {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.section-14-business {
  background-color: #f6faf9;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 100px;
  display: block;
}

.quick-stack-4 {
  width: 60%;
}

.link-block-12 {
  border: 1px solid var(--main-green);
  box-shadow: 6px 6px 0 1px var(--main-green);
  background-color: #fff;
  justify-content: space-around;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-12:hover {
  box-shadow: 6px 6px 0 1px #18978b80;
}

.link-block-12.w--current {
  justify-content: flex-end;
  width: 100%;
}

.text-block-112 {
  color: var(--main-green);
  border: 1px #000;
  margin-left: 0;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-119 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: stretch;
  width: 60%;
  display: grid;
}

.div-block-120 {
  justify-content: center;
  display: flex;
}

.image-33-business {
  cursor: auto;
  align-self: auto;
  margin: auto 0;
  padding-bottom: 0;
}

.div-block-121 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-2-dl {
  grid-row-gap: 0px;
  opacity: 1;
  background-image: url('../images/63ba531f4335da73afa5d183_iStock-1190052235_compressed-2.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.text-block-113 {
  text-decoration: none;
}

.section-21 {
  margin-bottom: 80px;
  margin-left: 120px;
  margin-right: 120px;
}

.heading-47 {
  text-align: center;
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.div-block-122 {
  padding-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 35px;
}

.text-span-28 {
  border-left: 10px solid var(--main-green);
  color: var(--main-green);
  padding-left: 10px;
  font-size: 17px;
  font-weight: 700;
}

.plivacy-text {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 35px;
}

.text-span-29 {
  font-size: 16px;
  font-weight: 700;
}

.heading-41-copy {
  color: #18978b;
  text-align: center;
  letter-spacing: 4px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 58px;
}

.container-4-copy {
  max-width: 60%;
  min-height: 0;
  padding-bottom: 100px;
}

.text-block-114 {
  text-align: left;
  width: 50%;
  margin-top: 40px;
  font-size: 12px;
  font-weight: 400;
}

.link-4 {
  color: #18978b;
  text-decoration: none;
}

.div-block-119-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.link-block-12-copy {
  border: 1px solid var(--main-green);
  box-shadow: 6px 6px 0 1px var(--main-green);
  background-color: #fff;
  justify-content: space-around;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-12-copy:hover {
  box-shadow: 6px 6px 0 1px #18978b80;
}

.link-block-12-copy.w--current {
  justify-content: flex-end;
  width: 100%;
}

.text-company-info {
  color: var(--dark-green);
  border: 1px #000;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-112-copy {
  color: var(--dark-green);
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-123 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-hero-section-wrapper-copy {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-35-copy {
  object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 46%;
}

.section-19-copy {
  margin-top: 10px;
  padding-bottom: 40px;
  display: none;
}

.recaptcha {
  overflow: visible;
}

.container-9 {
  object-fit: fill;
  background-color: #fff;
  background-image: url('../images/fv_202501.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  max-height: 100%;
  display: flex;
}

.div-block-124 {
  background-color: #bdedf8;
  background-image: url('../images/cover.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  min-width: auto;
  min-height: 100%;
  display: flex;
}

.section-feature {
  background-color: #f6faf9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.container-11 {
  border: 10px #18978b;
  border-left-style: solid;
  border-radius: 1px;
}

.div-block-125 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 410px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-126 {
  width: 40%;
}

.div-block-127 {
  flex-flow: column;
  width: 50%;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.text-block-115 {
  color: #19978b;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  text-decoration: underline;
}

.heading-49 {
  color: #19978b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-style: italic;
  font-weight: 100;
}

.div-block-128 {
  text-align: left;
  border-bottom-style: none;
  border-bottom-color: #19978b;
  width: auto;
  margin-bottom: 10px;
  margin-left: 0;
  padding-bottom: 0;
  display: block;
}

.rich-text-block-2 {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 300;
}

.heading-50 {
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 500;
}

.heading-51 {
  margin-top: 0;
  font-weight: 500;
}

.text-span-30 {
  color: #19978b;
}

.text-block-116 {
  font-weight: 500;
}

.text-block-117 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 28px;
}

.div-block-129 {
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: -80px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.text-block-118 {
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
}

.image-50 {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 50%;
  border: 1px solid #ececec;
  border-radius: 1px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.text-block-119 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
}

.feature02 {
  background-color: #fff;
  border-left: 10px solid #19978b;
  border-right: 10px #19978b;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 900px;
  max-width: none;
  height: 380px;
  margin: 20px 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.feature02_block {
  padding-left: 40px;
  display: flex;
}

.feature02_img {
  text-align: right;
  width: 45%;
  display: flex;
}

.feature02_text {
  flex-flow: column;
  width: 55%;
  margin-left: 20px;
  padding-right: 14px;
  display: flex;
}

.feature02_title {
  border-bottom-style: none;
  border-bottom-color: var(--main-green);
  margin-bottom: 10px;
}

.feature02-intext {
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
}

.feature02-text-back {
  background-color: #f8f8f8;
  margin-left: -80px;
}

.text-block120 {
  color: #19978b;
  margin-bottom: 20px;
}

.bold-text-8 {
  font-size: 22px;
  line-height: 28px;
}

.text-span-31 {
  color: #333;
  font-size: 22px;
}

.feature01 {
  background-color: #fff;
  border-left: 10px solid #19978b;
  width: 900px;
  max-width: none;
  height: 380px;
  margin-bottom: 20px;
}

.feature03 {
  background-color: #fff;
  border-left: 10px solid #19978b;
  width: 900px;
  max-width: none;
  height: 380px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.feature03-head-div {
  border-bottom: 1px #19978b;
  margin-bottom: 10px;
}

.text-span-32, .text-span-33 {
  color: #19978b;
}

.div-block-130 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-left: 20px;
  display: flex;
}

.div-block-131 {
  border-top: 2px solid var(--dark-cyan-2);
  border-bottom-style: none;
  border-bottom-color: #000;
  width: 130px;
}

.section-partner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 40px;
  display: flex;
}

.div-block-132 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-133 {
  width: 13%;
}

.div-block-134 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center;
  max-width: 1000px;
  display: grid;
}

.image-51, .partner-logo {
  width: 90%;
}

.div-block135 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.div-block136 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.25fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  align-items: center;
  max-width: 940px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-120 {
  font-size: 24px;
}

.bold-text-9 {
  color: #19978b;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.button-5 {
  background-color: #19978b;
  border-radius: 50px;
  padding: 20px 40px;
  font-size: 20px;
  display: inline-block;
  box-shadow: 0 0 15px #00000047;
}

.contact-button {
  background-color: #19978b;
  border-radius: 50px;
  padding: 20px 40px;
  font-size: 20px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 0 60px;
  position: relative;
}

.team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  background-color: #fff;
  border: 1px #19978b;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  box-shadow: 0 0 10px #0000001c;
}

.team-member-image {
  object-fit: contain;
  border-radius: 50%;
  width: 240px;
  height: 140px;
  margin-bottom: 20px;
  overflow: visible;
}

.service-title {
  color: #19978b;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.team-member-position {
  text-align: left;
}

.image-52 {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.text-block-121 {
  font-size: 32px;
  font-weight: 500;
}

.list-5 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.textblock119-sp {
  display: none;
}

.text-block-122 {
  font-size: 12px;
}

.text-block-123 {
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 12px;
}

.text-block-124 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.text-block-125 {
  color: #004b8d;
  font-family: Varela, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.div-block-136 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-126 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 300;
  display: block;
}

.bold-text-15 {
  text-align: right;
  font-weight: 400;
}

.bold-text-16 {
  font-size: 13px;
  font-weight: 400;
}

.image-54 {
  max-width: 300px;
}

@media screen and (min-width: 1280px) {
  .section-100vh {
    height: 640px;
    padding-bottom: 0;
  }

  .div-white-spacer {
    flex-direction: row;
    height: auto;
  }

  .image-hero-section {
    max-width: 75%;
    margin-top: 20px;
  }

  .heading-top-title {
    text-align: center;
    letter-spacing: 5.76px;
    align-self: center;
    margin-top: 0;
    padding-top: 0;
    font-size: 45px;
    font-weight: 500;
    line-height: 70px;
  }

  .text-span-white-bg {
    font-family: Noto Sans JP, sans-serif;
    font-size: 45px;
    line-height: 35px;
  }

  .div-block-2 {
    grid-row-gap: 30px;
    justify-content: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 20px;
    display: flex;
    top: auto;
    bottom: auto;
  }

  .button-3 {
    position: absolute;
  }

  .body {
    background-color: #fafafa;
  }

  .heading-22 {
    border: 1px #000;
  }

  .div-block-5 {
    display: flex;
  }

  .div-image-wrapper {
    width: 50%;
  }

  .section-2 {
    background-color: var(--bg-green);
    padding: 60px 150px;
    display: flex;
  }

  .button-in-footer {
    align-items: center;
    margin-left: 0;
    position: fixed;
    inset: auto 30px 30px auto;
  }

  .text-block-5 {
    color: #fff;
    letter-spacing: .78px;
    font-family: Noto Sans JP, sans-serif;
  }

  .button-white-border {
    background-color: #0000;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 240px;
    height: 40px;
    margin-left: 0;
  }

  .text-16-white {
    color: #fff;
    letter-spacing: .9px;
    align-items: center;
    font-family: Noto Sans JP, sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: flex;
  }

  .div-footer-right {
    grid-column-gap: 30px;
    width: 80%;
    margin-left: 20px;
    display: flex;
  }

  .link-block-3 {
    text-decoration: none;
  }

  .div-block-7 {
    grid-column-gap: 20px;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .text-span-7 {
    font-family: Materialiconsround, sans-serif;
  }

  .link-footer {
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .div-footer-links {
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .text14-white {
    color: #fff;
    align-items: center;
    font-family: Noto Sans JP, sans-serif;
    font-size: 14px;
    display: flex;
  }

  .text-12-white {
    color: #fff;
    align-items: center;
    margin-top: 70px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 12px;
    font-weight: 300;
    display: flex;
  }

  .text-block-6 {
    color: #fff;
    align-items: center;
    font-family: Materialiconsround, sans-serif;
    display: flex;
    position: absolute;
    inset: 0% 10px 0% auto;
  }

  .div-relative-button-wrapper {
    position: relative;
  }

  .div-50-in-footer {
    width: 25%;
  }

  .text-block-7 {
    font-size: 23px;
  }

  .div-46 {
    width: 50%;
  }

  .div-block-10 {
    width: 40%;
  }

  .text-block-99 {
    letter-spacing: 1.18px;
  }

  .button-go-to-detail {
    position: static;
  }

  .heading-23 {
    color: var(--main-green);
    font-family: Manjari, sans-serif;
    font-size: 64px;
  }

  .business-section {
    padding-left: 120px;
  }

  .div-block-list-wrapper {
    justify-content: space-between;
    margin-right: 40px;
    display: flex;
  }

  .div-image-wrapper-100 {
    width: 13%;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .div-block-content-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .div-saiyo-2 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .div-block-12-copy {
    padding-left: 120px;
  }

  .text-block-19 {
    font-size: 25px;
  }

  .paragraph-5 {
    font-size: 13px;
  }

  .div-square-image-warpper {
    width: 40%;
  }

  .div-image-wrapper-80 {
    margin-top: 0;
  }

  .div-image-wrapper-80.img30 {
    background-image: url('../images/chris-liverani-9cd8qOgeNIY-unsplash.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .heading1-gemini {
    color: var(--main-green);
    font-family: Manjari, sans-serif;
    font-size: 64px;
  }

  .div-personal-coaching {
    margin-top: 60px;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-21 {
    color: #333;
    margin-right: 150px;
    padding-right: 0;
    font-weight: 400;
  }

  .div-block-32 {
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 60px;
    padding-right: 120px;
  }

  .image-16 {
    white-space: normal;
    border-radius: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .image-wrapper-1-boarder-g {
    height: 250px;
  }

  .button-go-to-detail20 {
    position: static;
  }

  .div-language-support {
    justify-content: flex-start;
    width: 100%;
    position: static;
  }

  .div-title-wrapper2 {
    width: 70%;
    padding-top: 40px;
    position: static;
  }

  .heading1-lang-support {
    color: var(--main-green);
    font-family: Noto Sans JP, sans-serif;
    font-size: 50px;
    line-height: 100%;
  }

  .p-title-lang-support {
    max-width: 540px;
    margin-bottom: 10px;
    margin-right: 60px;
    font-family: Noto Sans JP, sans-serif;
  }

  .text-lagn-support {
    letter-spacing: 2.2px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 22px;
    font-weight: 500;
  }

  .div-image-wrapper-lang {
    background-image: url('../images/AdobeStock_353014819.jpeg');
    background-position: 50%;
    background-size: cover;
    border-radius: 8px;
    min-width: 30%;
    position: relative;
  }

  .div-block-33 {
    position: absolute;
    inset: 0%;
  }

  .div-hero-section-wrapper {
    align-items: flex-start;
  }

  .section-lang-support-hero {
    padding-bottom: 80px;
  }

  .div-list-wrapper-copy {
    justify-content: space-between;
    align-items: flex-start;
    width: 800px;
    display: flex;
  }

  .p-title-lang-support-1 {
    max-width: 540px;
    margin-bottom: 0;
    font-family: Noto Sans JP, sans-serif;
  }

  .link-block-4 {
    grid-column-gap: 8px;
    display: flex;
  }

  .image-wrapper-2 {
    background-image: url('../images/AdobeStock_355741484.jpeg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
  }

  .text-green-title-90 {
    letter-spacing: 1.57px;
    line-height: 140%;
  }

  .div-block-34 {
    grid-column-gap: 30px;
    align-items: flex-start;
    display: flex;
  }

  .div-block-35 {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .text-block-23 {
    color: #828282;
    font-family: Noto Sans JP, sans-serif;
    font-size: 12px;
    line-height: 120%;
  }

  .div-block-36 {
    background-color: #fff;
    border-radius: 8px;
    max-width: 200px;
    max-height: 120px;
    padding: 20px 10px;
  }

  .div-block-37 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 500px;
    margin-left: 0;
    display: grid;
  }

  .div-block-38 {
    grid-column-gap: 27px;
    grid-row-gap: 28px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 60px;
    display: grid;
  }

  .image-wrapper-3 {
    background-image: url('../images/AdobeStock_355741484.jpeg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
  }

  .div-block-40 {
    margin-left: 40px;
  }

  .div-block-41.pic10, .div-block-41.pic11, .div-block-41.pic12 {
    margin-right: 40px;
  }

  .div-block-41.pic14 {
    object-fit: cover;
    background-position: -30px 0;
  }

  .div-block-41.pic15 {
    object-fit: cover;
    background-position: -30px 0;
    background-size: cover;
  }

  .div-block-42 {
    text-align: left;
  }

  .text-block-24 {
    text-align: center;
    width: 100%;
    display: block;
  }

  .p-sub-title {
    max-width: 540px;
    margin-bottom: 10px;
  }

  .div-block-50 {
    margin-bottom: 40px;
  }

  .section-lang-consulting {
    padding-bottom: 80px;
  }

  .div-image-wrapper-lang-consulting {
    background-image: url('../images/AdobeStock_498618068.jpeg');
    background-position: 26%;
    background-size: cover;
    border-radius: 8px;
    width: 50%;
    min-width: 50%;
  }

  .text-block-36 {
    text-align: left;
    width: 84%;
  }

  .link-go-to-detail {
    grid-column-gap: 8px;
    display: flex;
  }

  .image-18 {
    object-fit: cover;
    max-width: 350px;
    margin-right: 10px;
  }

  .div-block-59 {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .div-block-60 {
    border: 2px solid var(--main-green);
    background-color: #fff;
    border-radius: 8px;
    flex-direction: column;
    margin-right: 90px;
    display: flex;
  }

  .div-block-61 {
    grid-column-gap: 14px;
    margin-right: 0;
    padding: 20px;
    display: flex;
  }

  .div-block-62 {
    border-radius: 100px;
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
  }

  .image-19 {
    object-fit: contain;
    min-width: 100px;
  }

  .div-block-63 {
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .text-block-37 {
    color: var(--main-green);
    font-size: 16px;
    font-weight: 500;
  }

  .text-block-38 {
    font-weight: 700;
  }

  .separator {
    border-bottom: 1px dotted #a5a5a5;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-20 {
    object-fit: cover;
    border-radius: 21px;
    min-width: 95%;
    max-width: 95%;
    margin-left: 0;
    position: static;
  }

  .image-22 {
    object-fit: cover;
    max-width: 510px;
    margin-right: -60px;
  }

  .div-block-64 {
    margin-right: 0;
  }

  .image-wrapper-2-copy {
    background-image: url('../images/AdobeStock_355741484.jpeg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
  }

  .subscript {
    font-size: 20px;
  }

  .text-span-13 {
    font-size: 16px;
  }

  .button-4 {
    background-color: var(--main-green);
    border-radius: 20px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .text-block-39 {
    color: #fff;
    background-color: #0a332f;
    border-radius: 0;
    width: 480px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 24px;
    line-height: 140%;
  }

  .div-block-65 {
    margin-left: 60px;
  }

  .div-block-66 {
    background-image: url('../images/AdobeStock_353014819.jpeg');
    background-position: 50%;
    background-size: cover;
    width: 650px;
    height: 450px;
  }

  .div-block-90 {
    width: 40%;
  }

  .section-6 {
    padding-bottom: 140px;
  }

  .heading-36 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .slideshow {
    width: 6vw;
    margin-top: 20px;
    margin-left: 27px;
    margin-right: 10px;
  }

  .div-block-99 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: center;
    padding-right: 0;
    overflow: hidden;
  }

  .div-section-container-new {
    padding-left: 120px;
  }

  .company-head-copy {
    font-size: 17px;
    font-weight: 700;
  }

  .div-section-container-new-copy {
    padding-left: 120px;
  }

  .image-35 {
    object-fit: cover;
  }

  .link-block-6-copy {
    margin-right: 0;
  }

  .company-head-copy {
    font-weight: 500;
  }

  .section-footer-new {
    padding: 60px 100px;
    display: flex;
  }

  .text-block-5-copy {
    color: #333;
    letter-spacing: .78px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500;
  }

  .button-white-border-copy {
    background-color: #0000;
    border: 1px solid #2746b6;
    border-radius: 50px;
    width: 240px;
    height: 40px;
    margin-left: 0;
  }

  .text-12-white-copy {
    color: #333;
    align-items: center;
    margin-top: 70px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 12px;
    font-weight: 300;
    display: flex;
  }

  .text-16-black {
    color: #333;
    letter-spacing: .9px;
    align-items: center;
    font-family: Noto Sans JP, sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: flex;
  }

  .link-footer-title {
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .text-16-black-title {
    color: #333;
    letter-spacing: .9px;
    align-items: center;
    font-family: Noto Sans JP, sans-serif;
    font-size: 15px;
    font-weight: 700;
    display: flex;
  }

  .div-block-111 {
    padding-top: 0;
  }

  .text-block-102 {
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 0;
  }

  .image-37 {
    max-width: 90%;
    margin-top: 0;
  }

  .quick-stack-home {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .company-head-home {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .section-19 {
    margin-top: 140px;
  }

  .link-block-6-dl {
    text-decoration: none;
  }

  .button-white-border-copy-copy {
    border: 1px solid var(--main-green);
    background-color: #0000;
    border-radius: 50px;
    width: 240px;
    height: 40px;
    margin-left: 0;
  }

  .pan {
    padding-left: 120px;
  }

  .div-relative-button-wrapper-header {
    position: relative;
  }

  .div-block-117 {
    display: flex;
  }

  .div-block-118 {
    align-self: center;
    width: 50%;
  }

  .image-49 {
    border-radius: 20px;
  }

  .heading-45 {
    margin-right: 40px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 30px;
  }

  .text-block-107 {
    margin-top: 60px;
    margin-right: 40px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500;
    line-height: 30px;
  }

  .image-hero-section-copy {
    max-width: 100%;
    margin-top: 20px;
    display: none;
  }

  .text-span-white-bg-copy {
    color: #000;
    text-align: left;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 50px;
  }

  .div-white-spacer-copy {
    background-color: #fafafa;
  }

  .div-block-2-copy {
    grid-row-gap: 60px;
    margin-top: 140px;
    margin-left: 140px;
    padding-bottom: 0;
    line-height: 20px;
    display: block;
    top: -150px;
  }

  .heading-top-title-copy {
    text-align: left;
    letter-spacing: 5.76px;
    margin-top: 0;
    padding-top: 0;
    font-size: 80px;
    line-height: 120px;
  }

  .section-100vh-copy {
    background-color: #fafafa;
  }

  .slideshow-bg {
    width: 4vw;
    margin-left: 28px;
    margin-right: 28px;
  }

  .div-white-spacer-new {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/63ba531f4335da73afa5d183_iStock-1190052235_compressed-1-1.png');
    background-position: 50%;
    background-size: cover;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .div-footer-links-title {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .link-footer-copy {
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .div-footer-links-copy {
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .div-section-container-gemini {
    padding-left: 120px;
  }

  .link-block-12 {
    justify-content: flex-end;
  }

  .div-block-2-dl {
    grid-row-gap: 30px;
    justify-content: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    line-height: 20px;
    display: flex;
    top: auto;
    bottom: auto;
  }

  .text-block-113 {
    color: var(--main-green);
    font-family: Noto Sans JP, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }

  .link-block-12-copy {
    justify-content: flex-end;
  }

  .div-hero-section-wrapper-copy {
    align-items: flex-start;
  }

  .image-35-copy {
    object-fit: cover;
    object-fit: cover;
    object-fit: contain;
  }

  .section-19-copy {
    margin-top: 0;
  }

  .div-block-124 {
    background-size: cover;
  }

  .div-block-125 {
    width: 880px;
  }

  .div-block-127 {
    padding-left: 40px;
  }

  .text-block-119 {
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 500;
  }

  .feature02 {
    width: 880px;
    margin-top: 20px;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .feature02_block {
    padding-left: 0;
  }

  .feature02_img {
    text-align: left;
  }

  .text-block120 {
    margin-bottom: 20px;
  }

  .text-span-31 {
    line-height: 28px;
  }

  .feature01, .feature03 {
    width: 880px;
  }

  .team-circles {
    padding-bottom: 60px;
  }

  .team-grid {
    grid-row-gap: 20px;
  }

  .team-card {
    background-color: #fff;
    border: 1px #19978b;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 0 10px #0003;
  }

  .team-member-image {
    width: 240px;
    height: 140px;
    margin-bottom: 20px;
  }

  .service-title {
    font-size: 20px;
    font-weight: 500;
  }

  .team-member-position {
    margin-bottom: 0;
  }

  .text-block-123 {
    margin-right: -40px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    padding-right: 40px;
  }

  .div-block-98 {
    overflow: visible;
  }

  .div-block-99 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr;
    grid-auto-columns: .25fr;
    align-self: center;
    align-items: stretch;
    margin-right: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .text-block-103 {
    font-size: 13px;
  }

  .image-36 {
    width: 28px;
  }

  .image-48 {
    width: 22px;
    max-width: 100%;
  }

  .div-block-124 {
    background-color: #fff;
    background-image: url('../images/cover_202506.jpg');
    background-position: 0 0;
    background-size: cover;
    align-items: center;
    display: block;
  }

  .div-block-127 {
    margin-left: 0;
    padding-left: 40px;
  }

  .div-block-128 {
    border-bottom-style: none;
    width: auto;
  }

  .image-50 {
    justify-content: center;
    align-items: center;
  }

  .text-block-119 {
    padding-bottom: 20px;
    display: block;
    overflow: visible;
  }

  .feature02 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .feature02_block {
    padding-left: 0;
  }

  .feature02_title {
    border-bottom-style: none;
    width: auto;
  }

  .feature01 {
    border-left: 10px solid #19978b;
  }

  .feature03-head-div {
    border-bottom-style: none;
  }

  .div-block-131 {
    border-top: 2px solid #19978b;
    width: 150px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-134 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .partner-logo {
    width: 100%;
  }

  .bold-text-9 {
    color: #19978b;
    font-size: 32px;
    font-weight: 500;
  }

  .contact-button {
    margin-top: 20px;
  }

  .team-card {
    border-style: none;
  }

  .team-member-image {
    max-height: none;
  }

  .textblock119-sp {
    display: none;
  }

  .text-block-123 {
    margin-right: -40px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: #fff0;
    justify-content: space-between;
    position: static;
    inset: 0% auto auto 0%;
  }

  .navlinks {
    object-fit: fill;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    width: 75%;
    padding-top: 40px;
    padding-left: 40px;
  }

  .navlinks.mm {
    display: none;
  }

  .hero-section-home {
    padding-top: 0;
  }

  .content-container._80pxpt._1-0pxpt-mobile {
    padding-top: 140px;
  }

  .content-flex.align-top {
    display: block;
  }

  .content-flex.align-top._40pxmt.fff {
    flex-direction: column;
  }

  .content-flex.align-top.flex-open-class {
    display: flex;
  }

  .wrap.mx40 {
    max-width: 42%;
  }

  .h1-large {
    font-size: 70px;
  }

  .content-section.recruit-middle {
    padding-left: 60px;
    padding-right: 60px;
  }

  .overlay-home-cases {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-why {
    padding-top: 60px;
  }

  .why-reason-content {
    margin-left: 146px;
  }

  .hero-section-openclass {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  ._4-grid-oc {
    height: 100%;
  }

  ._4-grid-item-oc {
    padding: 20px 10px;
  }

  ._4-grid-l {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section-text {
    padding-top: 60px;
  }

  .text-cta.mx45 {
    min-width: auto;
  }

  .hero-section-gemini {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-company {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .hero-section-white-paper {
    padding-top: 60px;
  }

  .rich-text-block {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .form-block-2 {
    width: 100%;
    margin-left: 0;
  }

  .hero-section-contact {
    padding-top: 60px;
  }

  .dropdown-toggle-2 {
    position: static;
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .dropdown-list-2 {
    z-index: 100;
    background-color: #a06565;
  }

  .dropdown-list-2.w--open {
    z-index: 10000;
    white-space: normal;
    object-fit: contain;
    background-color: #fff;
    width: auto;
    max-width: none;
    position: fixed;
    inset: 98px 0% 0% 25%;
    overflow: visible;
  }

  .dropdown-2, .dropdown-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .overlay {
    display: none;
  }

  .filter-block {
    margin-bottom: 20px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .heading-lang-consulting {
    font-size: 35px;
  }

  .text-theme-green.text-bg-white.font-32-28-24 {
    font-size: 28px;
  }

  .home-news {
    padding-left: 0;
    padding-right: 0;
  }

  .why-cts-image {
    z-index: 0;
    right: 2%;
  }

  .openclass-left {
    max-width: 25%;
    left: -7%;
  }

  .section-100vh {
    background-color: #0000;
    height: 400px;
    padding-bottom: 0;
  }

  .navbar-2 {
    border-bottom: 1.5px solid #ddd;
    position: sticky;
    top: 0;
  }

  .container {
    height: 110px;
    position: sticky;
    inset: 0% 0% auto;
  }

  .nav-menu {
    background-color: #f6faf9;
  }

  .menu-button {
    background-color: #fff;
    flex-direction: row;
    place-content: center;
    align-items: center;
    height: 100%;
    padding: 35px 0;
    display: flex;
  }

  .menu-button:active {
    background-color: #fff;
  }

  .icon {
    color: var(--dark-cyan);
    align-items: center;
    font-size: 40px;
  }

  .div-white-spacer {
    justify-content: flex-start;
    height: 30vw;
  }

  .image-hero-section {
    width: 100vw;
    max-width: 80%;
    margin-top: 0;
  }

  .heading-top-title {
    margin-top: 0;
    font-size: 30px;
    line-height: 50px;
  }

  .text-span-white-bg {
    font-size: 35px;
    line-height: 50px;
  }

  .div-block-2 {
    grid-row-gap: 0px;
    outline-offset: 0px;
    outline: 3px #333;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    position: relative;
  }

  .button-3 {
    margin-left: 0;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .div-block-3 {
    justify-content: flex-end;
    width: 100%;
    padding-right: 28px;
    display: flex;
  }

  .body {
    background-color: #fafafa;
  }

  .div-block-4 {
    height: 0;
  }

  .section-our-service {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-block-4 {
    display: none;
  }

  .div-image-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .section-2 {
    padding: 40px 60px;
  }

  .button-in-footer {
    margin-left: 0;
    display: none;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .div-footer-right {
    display: none;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .div-50-in-footer {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-block-7 {
    font-size: 26px;
    line-height: 40px;
  }

  .div-46 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .image-12 {
    margin-left: 0;
  }

  .div-block-8 {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .button-go-to-detail {
    margin-left: 0;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .business-section {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-list-wrapper {
    width: 100%;
  }

  .image-wrapper {
    display: none;
  }

  .div-block-17 {
    padding-top: 90px;
  }

  .div-block-content-wrapper, .div-saiyo-2 {
    width: 100%;
  }

  .text-saiyo-16 {
    min-width: 100px;
  }

  .div-block-20 {
    grid-column-gap: 30px;
  }

  .heading-24 {
    align-self: center;
  }

  .div-block-12-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-title-wrap {
    min-width: 45%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-25 {
    grid-column-gap: 20px;
  }

  .section-3 {
    overflow: hidden;
  }

  .image-15 {
    width: 50%;
    max-width: 340px;
    margin-right: 40px;
  }

  .text-block-18 {
    font-size: 20px;
  }

  .text-block-19 {
    font-size: 21px;
  }

  .div-block-28 {
    grid-row-gap: 14px;
  }

  .heading1-gemini {
    font-size: 70px;
    line-height: 100%;
  }

  .div-block-32 {
    padding-right: 0;
  }

  .image-wrapper-1, .image-wrapper-1-boarder-g {
    display: none;
  }

  .div-link-wrapper {
    padding-top: 90px;
  }

  .button-go-to-detail20 {
    margin-left: 0;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .div-language-support {
    grid-row-gap: 14px;
  }

  .div-title-wrapper2 {
    min-width: 45%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading1-lang-support {
    font-size: 30px;
    line-height: 100%;
  }

  .text-lagn-support {
    font-size: 21px;
  }

  .div-image-wrapper-lang {
    margin-top: 40px;
  }

  .div-hero-section-wrapper {
    grid-column-gap: 20px;
  }

  .div-list-wrapper-copy {
    width: 100%;
  }

  .image-wrapper-2, .image-wrapper-3 {
    display: none;
  }

  .text-block-25 {
    font-size: 16px;
  }

  .div-block-47 {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-image-wrapper-lang-consulting {
    margin-top: 40px;
  }

  .section-learning-contents {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-54 {
    flex-direction: column;
    display: flex;
  }

  .heading-news {
    font-size: 50px;
  }

  .container-4 {
    height: auto;
  }

  .text-block-36 {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
  }

  .image-18, .image-22 {
    object-fit: contain;
    max-width: 390px;
    margin-left: -80px;
  }

  .image-wrapper-2-copy {
    display: none;
  }

  .image-24 {
    margin-top: 0;
  }

  .heading-26 {
    font-size: 23px;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .tabtext {
    font-size: 13px;
  }

  .tab-link {
    padding-left: 20px;
  }

  .tab-link.w--current {
    margin-right: 0;
    padding-left: 20px;
  }

  .tab-link-2, .tab-link-gemini, .tab-link-3, .tab-link-3.w--current {
    padding-left: 20px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 95%;
    display: none;
  }

  .heading-30 {
    font-size: 20px;
  }

  .image-26 {
    width: 90%;
  }

  .heading-31 {
    font-size: 20px;
  }

  .div-block-94 {
    background-position: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-96 {
    padding-left: 0;
  }

  .image-29 {
    max-width: 105%;
    margin-left: -45px;
  }

  .div-block-97 {
    padding-bottom: 20px;
  }

  .heading-32 {
    font-size: 20px;
  }

  .image-30 {
    width: 90%;
  }

  .paragraph-9, .paragraph-10 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-34 {
    font-size: 20px;
  }

  .image-31 {
    width: 90%;
  }

  .heading-35 {
    font-size: 20px;
  }

  .image-32 {
    width: 90%;
  }

  .heading-36 {
    margin-top: 20px;
    font-size: 20px;
  }

  .div-block-98 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    overflow: hidden;
  }

  .slideshow {
    object-fit: contain;
    width: 8vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .div-block-99 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex: none;
    order: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: flex-start;
    align-self: center;
    padding-right: 0;
  }

  .section-13 {
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-13-copy {
    background-position: 75%;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .new-title-copy {
    margin-top: 40px;
  }

  .quick-stack {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell {
    justify-content: space-between;
  }

  .company-head {
    font-size: 18px;
  }

  .image-33 {
    float: right;
    align-self: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: inline-block;
  }

  .div-section-container-new {
    background-position: 50% 0;
    background-size: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .company-head-copy {
    font-size: 20px;
  }

  .quick-stack-2 {
    width: 80%;
  }

  .image-34 {
    object-position: 0% 50%;
    height: 50vh;
  }

  .heading-38 {
    font-size: 30px;
  }

  .div-block-100 {
    margin-left: 60px;
  }

  .paragraph-14 {
    margin-left: 4px;
  }

  .div-block-102 {
    margin-top: 60px;
  }

  .section-17 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    width: 95%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0);
  }

  .daihyou {
    max-width: 65%;
  }

  .div-section-container-new-copy {
    background-image: none;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-18 {
    padding-top: 100px;
  }

  .div-block-108 {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    margin-left: 100px;
    display: flex;
  }

  .div-block-109 {
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .quick-stack-copy {
    margin-left: 40px;
    margin-right: 40px;
  }

  .cell-recruit {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: ltr;
  }

  .image-35 {
    height: 44%;
  }

  .link-block-6-copy {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .company-head-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
  }

  .section-footer-new {
    padding: 40px 60px;
  }

  .section-our-service-copy {
    background-position: 0%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-block-102 {
    display: none;
  }

  .nav-link-noto14bold-copy {
    background-color: #f6faf9;
  }

  .text-block-103 {
    display: block;
  }

  .link-block-7, .link-block-8 {
    background-color: #f6faf9;
    display: none;
  }

  .image-36 {
    display: block;
  }

  .image-37 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .quick-stack-home {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }

  .company-head-home {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .section-19 {
    margin-top: 20px;
  }

  .collection-list-2 {
    width: 100%;
  }

  .quick-stack-home-iphone {
    margin-left: 40px;
    margin-right: 40px;
    padding: 10px 20px;
  }

  .div-block-113 {
    width: 47%;
    transform: translate(0, -38px);
  }

  .text-block-105 {
    font-size: 14px;
  }

  .heading-44 {
    font-size: 20px;
  }

  .company-head-dl {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .section-19-dl {
    margin-top: 40px;
    padding-top: 0;
  }

  .image-33-copy {
    align-self: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-white-border-copy-copy {
    border-color: var(--main-green);
    color: var(--main-green);
    -webkit-text-stroke-color: var(--bg-green);
  }

  .image-39, .image-40, .image-41, .container-new-copy {
    width: 90%;
  }

  .tabs-menu-iphone {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 95%;
    margin-bottom: 40px;
    display: grid;
  }

  .section-6-company-top {
    background-position: 50%;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 140px;
  }

  .pan {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .quick-stack-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .container-8 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-45 {
    transform: translate(47px);
  }

  .image-46 {
    display: none;
  }

  .image-47 {
    width: 10%;
    margin-right: 100px;
  }

  .cell-iphone {
    justify-content: space-between;
  }

  .company-head-copy-copy {
    font-size: 20px;
    font-weight: 700;
  }

  .image-34-copy {
    object-position: 100% 50%;
    height: 50vh;
  }

  .paragraph-14-copy {
    margin-left: 4px;
  }

  .dropdown-5 {
    background-color: #f6faf9;
  }

  .image-48 {
    display: block;
  }

  .div-relative-button-wrapper-header {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-116 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-45 {
    font-size: 20px;
  }

  .image-hero-section-copy {
    width: 100vw;
    margin-top: 0;
  }

  .text-span-white-bg-copy {
    font-size: 35px;
    line-height: 50px;
  }

  .div-white-spacer-copy {
    justify-content: flex-end;
    height: 24vw;
  }

  .div-block-2-copy {
    grid-row-gap: 0px;
    margin-top: 0;
    margin-left: 0;
    position: static;
  }

  .heading-top-title-copy {
    margin-top: 0;
    margin-left: 25px;
    font-size: 30px;
    line-height: 50px;
  }

  .section-100vh-copy {
    background-color: #0000;
    height: auto;
    padding-bottom: 40px;
  }

  .slideshow-bg {
    object-fit: contain;
    width: 8vw;
    margin: 0 10px;
  }

  .section-13-news {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-white-spacer-new {
    justify-content: center;
    height: auto;
  }

  .text-block-110 {
    width: 50%;
    line-height: 35px;
  }

  .nav-menu-copy {
    background-color: #f6faf9;
  }

  .div-section-container-gemini {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-19-dl-copy {
    margin-top: 40px;
    padding-top: 0;
  }

  .link-block-12 {
    justify-content: space-around;
    display: flex;
  }

  .text-block-112 {
    font-size: 14px;
  }

  .div-block-119 {
    width: 90%;
  }

  .image-33-business {
    float: right;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .div-block-2-dl {
    grid-row-gap: 0px;
    outline-offset: 0px;
    outline: 3px #333;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    position: relative;
  }

  .section-21 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-4-copy {
    height: auto;
  }

  .div-block-119-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .link-block-12-copy {
    justify-content: space-around;
    display: flex;
  }

  .text-company-info, .text-block-112-copy, .text-block-112-copy, .text-block-112-copy {
    font-size: 14px;
  }

  .div-hero-section-wrapper-copy {
    grid-column-gap: 20px;
  }

  .image-35-copy {
    height: 44%;
  }

  .section-19-copy {
    margin-top: 20px;
  }

  .div-block-124 {
    background-size: cover;
  }

  .div-block-125 {
    justify-content: center;
    align-items: center;
    height: 350px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-127 {
    padding-left: 20px;
  }

  .heading-49 {
    font-size: 28px;
  }

  .text-block-117 {
    font-size: 20px;
  }

  .text-block-119 {
    font-size: 36px;
  }

  .feature02 {
    width: 700px;
    max-width: none;
    height: 350px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature02_block {
    padding-left: 10px;
    padding-right: 20px;
  }

  .feature02_img {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature02-text-back {
    margin-top: 0;
    margin-right: 0;
  }

  .bold-text-8 {
    font-size: 20px;
  }

  .feature01 {
    width: 700px;
    max-width: none;
    height: auto;
  }

  .feature03 {
    width: 700px;
    max-width: none;
  }

  .div-block-131 {
    width: 130px;
  }

  .div-block-132 {
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-134 {
    flex: 1;
  }

  .partner-logo {
    width: 100%;
  }

  .div-block135 {
    display: none;
  }

  .div-block136 {
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .bold-text-9 {
    font-size: 24px;
  }

  .container-12 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-image {
    width: 240px;
    height: 140px;
  }

  .text-block-123 {
    margin-right: -80px;
  }
}

@media screen and (max-width: 767px) {
  .content-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-container._80pxpt {
    padding-top: 0;
  }

  .content-container.no-padding-container {
    padding-left: 0;
    padding-right: 0;
  }

  .content-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content-flex.align-top._60pxmb, .content-flex.align-top._60pxmb.mb-no-margin {
    margin-bottom: 0;
  }

  .content-flex.align-top._40pxmt.am {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .content-flex.align-top._40pxmt.mx {
    justify-content: center;
    align-items: center;
  }

  .content-flex.align-top._40pxmt.logoss {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .content-flex.mb-layout {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .content-flex.pl-40 {
    padding-left: 0;
  }

  .wrap.max50 {
    max-width: 100%;
  }

  .wrap.max50.left-30 {
    text-align: left;
    margin-left: 60px;
  }

  .wrap.mx40 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .wrap.nnn {
    order: -1;
  }

  .h1-large {
    font-size: 60px;
  }

  .h1-large.h-green.h-center.h1-mobile {
    font-size: 40px;
  }

  .image-top {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .button.display-desktop-only {
    display: none;
  }

  .button.button-blue.mt-40 {
    margin-top: 40px;
  }

  .content-section.text-cta-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .content-section.mb-pd-20 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .content-section.recruit-middle {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-section.section-margin-mobile {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .underline-heading.mb-10 {
    margin-bottom: 20px;
  }

  .underline-heading.mb-10-mob {
    margin-bottom: 10px;
  }

  .date-news {
    margin-right: 20px;
    font-size: 14px;
  }

  .news-title-home {
    font-size: 14px;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .number-home {
    font-size: 100px;
  }

  .number-home.orange, .number-home.red, .number-home.green {
    font-size: 80px;
    line-height: 90%;
  }

  .wrap-70 {
    width: 100%;
  }

  .image-features-gemini {
    margin-top: 20px;
  }

  .image-features-gemini._01, .image-features-gemini._02, .image-features-gemini._03 {
    height: 30vh;
  }

  .h-grey.font-18-16 {
    font-size: 16px;
  }

  .wrap-1-3 {
    width: 100%;
  }

  .wrap-1-3.mb-20 {
    margin-bottom: 20px;
  }

  .case-block-home {
    height: 180px;
  }

  .why-image {
    width: 100%;
  }

  .why-image._2nd-reason {
    margin-left: 9px;
  }

  .why-image._3rd-reason {
    margin-bottom: -357px;
    margin-left: -10px;
  }

  .why-image._11st {
    width: 100%;
    height: 500px;
    margin-bottom: -467px;
    margin-left: -10px;
    display: block;
  }

  .why-reason-content {
    margin-top: 0;
    margin-left: 0;
  }

  .why-reason-content.why-2 {
    margin-top: -372px;
  }

  .hero-section-openclass {
    padding-top: 100px;
  }

  .what-is-a-class {
    min-width: 80vw;
  }

  ._4-grid-oc {
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }

  ._4-grid-large {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  ._4-grid-l {
    max-width: none;
    height: auto;
  }

  .form-block {
    width: 100%;
    max-width: 100%;
  }

  .hero-section-s-desk {
    padding-bottom: 60px;
  }

  .sd-aspect {
    max-width: none;
  }

  .h-s-image {
    max-width: 48%;
    margin-bottom: 20px;
  }

  .hero-section-text {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .text-cta.mx45 {
    background-color: #ffffffd4;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-section-gemini {
    padding-top: 100px;
  }

  .youtube {
    width: 100%;
    margin-top: 40px;
  }

  .wrap-1-3-center {
    width: 100%;
    margin-bottom: 40px;
  }

  .concept.c-01, .concept.c-02, .concept.c-03 {
    flex-direction: column;
  }

  .concept-left {
    min-width: 100vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .concept-right {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .pricing {
    width: 100%;
    margin-bottom: 40px;
  }

  .hero-section-cases {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .case-item {
    margin-bottom: 20px;
  }

  .hero-section-company {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .hero-section-recruit {
    padding-top: 120px;
  }

  .list-2 {
    padding: 20px 10px 20px 20px;
  }

  .map {
    order: 1;
    margin-top: 40px;
    margin-left: 0;
  }

  .hero-section-white-paper {
    padding-top: 100px;
  }

  .hero-section-contact {
    padding-bottom: 60px;
  }

  .wrap-phone {
    height: 100px;
  }

  .html-embed {
    width: 100%;
    margin-top: 40px;
  }

  .dropdown-4 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .filter-block {
    padding: 24px 20px;
  }

  .text-field-2.location, .text-field-2.search {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .fields-row {
    flex-direction: column;
    align-items: stretch;
  }

  .heading-lang-consulting {
    font-size: 35px;
  }

  .heading-16 {
    font-size: 20px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .recruit-text {
    width: 100%;
  }

  .recruit-button {
    justify-content: center;
    display: flex;
  }

  .text-theme-green.text-bg-white.font-32-28-24 {
    font-size: 24px;
  }

  .hero-section-title {
    font-size: 60px;
  }

  .display-on-mobile-only {
    display: block;
  }

  .image-10 {
    margin-left: -31px;
  }

  .indent-40 {
    text-indent: 40px;
  }

  .openclass-left {
    left: -12%;
  }

  .p-bold.p-18-14 {
    font-size: 18px;
  }

  .h2-opneclass {
    font-size: 32px;
  }

  .section-100vh {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 700px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .container {
    height: 61.5px;
    padding-left: 20px;
  }

  .brand {
    max-width: 157px;
  }

  .menu-button {
    padding-top: 18px;
    padding-bottom: 0;
  }

  .icon {
    font-size: 30px;
  }

  .image-hero-section {
    max-width: 100%;
    line-height: 19px;
  }

  .heading-top-title {
    margin-top: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .text-span-white-bg {
    font-size: 28px;
    line-height: 40px;
  }

  .div-block-2 {
    justify-content: flex-start;
    margin-top: auto;
  }

  .div-block-4 {
    width: 100%;
    height: 22vw;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-our-service {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-top-section-header {
    height: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .text-block-4 {
    display: none;
  }

  .heading-22 {
    font-size: 15px;
  }

  .div-block-5 {
    display: block;
  }

  .div-image-wrapper {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-12-white {
    text-align: center;
    margin-top: 40px;
  }

  .text-block-7 {
    width: 71%;
    margin-top: 0;
    margin-left: 60px;
    font-size: 20px;
  }

  .div-46 {
    grid-row-gap: 28px;
  }

  .image-11 {
    object-fit: cover;
    max-height: 280px;
  }

  .div-block-10 {
    background-image: url('../images/christina-wocintechchat-com-0Zx1bDv5BNY-unsplash-2.png');
    background-position: 50% 21%;
    background-size: cover;
  }

  .heading-23 {
    font-size: 60px;
  }

  .text-block-11 {
    font-size: 18px;
  }

  .text-block-item-list {
    font-size: 16px;
  }

  .div-block-17 {
    padding-top: 60px;
    padding-bottom: 110px;
  }

  .div-image-wrapper-100 {
    padding-top: 100%;
  }

  .text-saiyo-16 {
    font-size: 18px;
  }

  .div-block-20 {
    flex-direction: column;
    display: flex;
  }

  .div-title-wrap {
    min-width: 70%;
  }

  .section-3 {
    overflow: hidden;
  }

  .div-block-26 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .image-15 {
    width: 120%;
    margin-bottom: 0;
    margin-right: 0;
    transform: translate(11px);
  }

  .text-block-19 {
    font-size: 18px;
  }

  .div-block-28 {
    margin-right: 10px;
  }

  .heading1-gemini {
    font-size: 60px;
  }

  .div-image-wrapper-100-gemini {
    padding-top: 90%;
  }

  .div-block-32 {
    align-self: auto;
  }

  .div-link-wrapper {
    padding-top: 0;
    padding-bottom: 110px;
  }

  .button-go-to-detail20 {
    width: 50px;
    height: 50px;
  }

  .div-image-wrapper-90 {
    padding-top: 100%;
  }

  .div-title-wrapper2 {
    min-width: 70%;
  }

  .heading1-lang-support {
    font-size: 35px;
  }

  .div-image-wrapper-lang {
    background-image: none;
    background-size: auto;
    display: none;
  }

  .div-hero-section-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .text-green-title-90 {
    font-size: 18px;
  }

  .div-block-34 {
    flex-direction: column;
  }

  .div-block-38 {
    margin-top: 20px;
  }

  .div-block-39 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-24 {
    font-size: 13px;
  }

  .text-block-25 {
    font-size: 14px;
  }

  .div-block-46 {
    flex-direction: column;
    display: flex;
  }

  .div-linfo-block-1 {
    grid-column-gap: 24px;
    align-items: flex-start;
    min-width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-97 {
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-28 {
    font-size: 16px;
  }

  .div-image-wrapper-lang-consulting {
    background-image: none;
    background-size: auto;
    display: none;
  }

  .section-learning-contents {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-news {
    margin-bottom: 40px;
    font-size: 48px;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-36 {
    font-size: 13px;
  }

  .image-18 {
    max-width: 240px;
    max-height: 200px;
    margin-top: 0;
    margin-left: -60px;
    margin-right: -20px;
    display: none;
  }

  .div-block-59 {
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-60 {
    margin-right: 0;
  }

  .div-block-61 {
    padding-bottom: 10px;
  }

  .div-block-62 {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .image-22 {
    max-width: 200px;
    max-height: 200px;
    margin-top: 0;
    margin-left: -54px;
    margin-right: -20px;
    display: block;
  }

  .div-block-64 {
    display: flex;
  }

  .text-99 {
    font-size: 14px;
    font-weight: 400;
  }

  .div-block-90 {
    background-image: url('../images/christina-wocintechchat-com-0Zx1bDv5BNY-unsplash-2.png');
    background-position: 50% 21%;
    background-size: cover;
  }

  .image-24 {
    max-width: 100%;
    margin-top: 0;
  }

  .new-title {
    margin-top: 40px;
  }

  .heading-26 {
    margin-top: 10px;
    font-size: 18px;
  }

  .paragraph-6 {
    font-size: 15px;
  }

  .tab-link.w--current {
    margin-right: 0;
    padding-left: 20px;
  }

  .tab-link-3 {
    padding-left: 20px;
  }

  .tabs-menu {
    display: none;
  }

  .section-8 {
    margin-top: 60px;
  }

  .heading-31 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .paragraph-8 {
    padding-bottom: 20px;
  }

  .div-block-96 {
    flex-direction: column;
  }

  .heading-36 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .div-block-98 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100vh;
    overflow: hidden;
  }

  .slideshow {
    width: 10vw;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-99 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex: none;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 0;
    padding-right: 0;
    overflow: visible;
  }

  .section-13 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-13-copy {
    background-image: url('../images/Group-138.png');
    background-position: 50%;
    height: auto;
  }

  .new-title-copy {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .quick-stack {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cell {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 40px;
  }

  .company-head {
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 30px;
  }

  .link-block-6 {
    align-items: stretch;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-33 {
    width: 75%;
  }

  .paragraph-12 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .image-34 {
    object-position: 0% 50%;
    height: 40vh;
  }

  .heading-38 {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .div-block-100 {
    margin-left: 40px;
  }

  .paragraph-13 {
    padding-left: 0;
    font-size: 16px;
  }

  .div-block-101 {
    align-items: stretch;
  }

  .paragraph-14 {
    margin-left: 0;
  }

  .div-block-102 {
    margin-top: 100px;
    margin-bottom: 140px;
  }

  .section-16 {
    background-size: cover;
    margin-top: 100px;
    padding-bottom: 0;
  }

  .div-block-106 {
    width: 80%;
  }

  .list-item-2 {
    margin-bottom: 20px;
  }

  .heading-41 {
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    display: block;
  }

  .div-block-108 {
    margin-left: 85px;
  }

  .text-block-11-copy {
    font-size: 45px;
  }

  .div-block-100-copy {
    margin-left: 40px;
  }

  .cell-recruit {
    justify-content: space-between;
    align-items: center;
    line-height: 20px;
  }

  .image-35 {
    height: 50%;
  }

  .link-block-6-copy {
    justify-content: flex-start;
    margin: 0;
  }

  .section-footer-new {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-12-white-copy {
    text-align: center;
    margin-top: 40px;
  }

  .section-our-service-copy {
    background-position: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-102 {
    display: none;
  }

  .brand-copy {
    max-width: 157px;
  }

  .brand-copy.w--current {
    flex-direction: row;
    width: 100%;
    max-width: 159px;
  }

  .quick-stack-home {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .company-head-home {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .quick-stack-home-iphone {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-43 {
    text-align: center;
    margin-top: 0;
    font-size: 40px;
  }

  .text-block-104 {
    margin-top: 0;
    font-size: 15px;
  }

  .div-block-113 {
    width: 60%;
    padding-top: 10px;
    padding-bottom: 10px;
    transform: translate(0, -25px);
  }

  .link-block-6-dl {
    width: 80%;
  }

  .company-head-dl {
    font-size: 11px;
  }

  .text-block-106 {
    font-size: 14px;
  }

  .image-33-copy {
    width: 100%;
  }

  .link-block-11 {
    align-self: center;
  }

  .container-new-copy {
    margin-top: 0;
  }

  .tabs-menu-iphone {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-6-company-top {
    padding-top: 10px;
  }

  .cell-iphone {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 0;
  }

  .image-34-copy {
    object-position: 100% 50%;
    height: 40vh;
  }

  .paragraph-14-copy {
    margin-left: 0;
  }

  .div-block-117 {
    flex-direction: column;
  }

  .div-block-118 {
    width: 80%;
  }

  .heading-45 {
    font-size: 28px;
  }

  .text-block-107 {
    margin-bottom: 40px;
  }

  .image-hero-section-copy {
    line-height: 19px;
  }

  .text-span-white-bg-copy {
    font-size: 33px;
    line-height: 62px;
  }

  .div-block-2-copy {
    margin-top: 0;
  }

  .heading-top-title-copy {
    line-height: 30px;
  }

  .slideshow-bg {
    width: 7vw;
    margin-left: 10px;
    margin-right: 10px;
  }

  .new-title-copy-copy {
    margin-top: 0;
    margin-left: 40px;
    padding-bottom: 20px;
  }

  .div-block-93-copy-copy {
    margin-left: 40px;
  }

  .link-block-6-copy {
    align-items: stretch;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-block-6-copy-copy {
    align-items: stretch;
    margin-left: 60px;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-white-spacer-new {
    background-position: 50%;
  }

  .text-block-110 {
    margin-top: 20px;
    font-size: 16px;
  }

  .link-block-6-copy-copy-copy {
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-20-dl {
    height: 550px;
  }

  .link-block-12.w--current {
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .div-block-119 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    width: 65%;
  }

  .div-block-2-dl {
    justify-content: flex-start;
    margin-top: auto;
  }

  .heading-47 {
    font-size: 20px;
  }

  .heading-48 {
    font-size: 25px;
  }

  .heading-41-copy {
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    display: block;
  }

  .container-4-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-114 {
    display: none;
  }

  .div-block-119-copy {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    width: 65%;
  }

  .link-block-12-copy.w--current {
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .div-hero-section-wrapper-copy {
    flex-direction: column;
    align-items: center;
  }

  .image-35-copy {
    height: 50%;
  }

  .div-block-124 {
    background-image: url('../images/sp_fv-2.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .section-feature {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-125 {
    width: 90%;
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-126 {
    width: 50%;
  }

  .div-block-127 {
    padding-left: 0;
  }

  .heading-49 {
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-117 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-118 {
    padding: 10px;
    font-size: 14px;
  }

  .image-50 {
    padding-bottom: 0;
  }

  .text-block-119 {
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 28px;
    display: block;
  }

  .feature02 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 280px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature02_block {
    padding-left: 10px;
  }

  .feature02_img {
    display: block;
  }

  .feature02_text {
    padding-right: 0;
  }

  .feature02_title {
    margin-bottom: 8px;
  }

  .feature02-intext {
    padding: 10px;
    font-size: 14px;
  }

  .feature02-text-back {
    margin-top: -14px;
    margin-right: 0;
    padding-right: 0;
  }

  .text-block120 {
    margin-bottom: 20px;
  }

  .bold-text-8 {
    font-size: 16px;
    line-height: 22px;
  }

  .feature01 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    margin-bottom: 20px;
    display: flex;
  }

  .feature03 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 280px;
    margin-top: 0;
    display: flex;
  }

  .div-block-130 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 60%;
    padding-left: 10px;
  }

  .div-block-131 {
    width: 120px;
  }

  .section-partner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 40px;
  }

  .div-block-132 {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    overflow: visible;
  }

  .div-block135 {
    padding-top: 0;
    display: block;
  }

  .div-block136 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .bold-text-9 {
    color: #19978b;
    font-size: 20px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .team-circles {
    padding: 0 15px 60px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-member-image {
    width: 200px;
    height: 100px;
  }

  .service-title {
    font-size: 18px;
  }

  .bold-text-10, .bold-text-11 {
    font-size: 16px;
  }

  .bold-text-12 {
    font-size: 17px;
  }

  .text-block-121 {
    background-color: #fff;
  }

  .list-5 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .list-item-3, .list-item-4 {
    font-size: 13px;
  }

  .div-block-135 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .slide {
    background-image: url('../images/tools_01.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .icon-3 {
    color: #313131;
    margin-right: 10px;
    font-size: 20px;
  }

  .icon-4 {
    color: #313131;
    margin-left: 10px;
    font-size: 20px;
  }

  .slide-2 {
    background-image: url('../images/tools_02.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .image-53 {
    text-align: left;
    width: 90%;
    display: inline-block;
  }

  .textblock119-sp {
    display: block;
  }

  .text-block-123 {
    margin-right: -120px;
    font-size: 10px;
    line-height: 14px;
  }

  .text-block-124 {
    font-size: 14px;
  }

  .text-block-126 {
    text-align: center;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 26px;
  }

  .page-wrap {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .navbar {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlinks {
    object-fit: fill;
  }

  .hero-section-home {
    height: auto;
    padding-bottom: 40px;
  }

  .content-container._80pxpt {
    padding-top: 40px;
  }

  .content-container._80pxpt._1-0pxpt-mobile {
    padding-top: 80px;
  }

  .content-container.no-padding-mob {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-flex.pl-40 {
    padding-left: 0;
  }

  .wrap {
    align-items: flex-start;
    display: block;
  }

  .wrap.max50.left-30 {
    margin-left: 30px;
  }

  .h1-large {
    font-size: 40px;
  }

  .h1-large.text-theme-green.h-center.align-left-mobile {
    text-align: left;
  }

  .image-top {
    margin-bottom: 20px;
  }

  .button {
    border-radius: 200px;
  }

  .button.button-blue {
    background-color: var(--deep-sky-blue);
  }

  .button.button-blue.mt-40 {
    margin-top: 40px;
  }

  .button.button-gold {
    background-color: #ab8e50;
  }

  .button.button-gold.button-big {
    background-color: #ab8e50;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .content-section.mb-pd-20 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .content-section.company-section {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .content-section.cs-green._30-pt-pb {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-section.recruit-middle {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-section.mb-20 {
    margin-bottom: 20px;
  }

  .content-section.pb-60 {
    padding-bottom: 60px;
  }

  .h-center.h-grey.align-left-mobile {
    text-align: left;
  }

  .h-center.font-24-18 {
    flex-direction: column;
    align-items: stretch;
    font-size: 18px;
    display: flex;
  }

  .underline-heading.mb-10 {
    margin-bottom: 10px;
  }

  .underline-heading.recruit-middle {
    margin-bottom: -38px;
  }

  .lottie-animation {
    width: 100px;
  }

  .news-item-home {
    padding-top: 0;
    padding-left: 0;
  }

  .date-news {
    white-space: nowrap;
    object-fit: fill;
    margin-right: 10px;
    font-size: 12px;
    display: block;
  }

  .news-title-home {
    font-size: 14px;
  }

  .button-center.no-margin.mb-40-mob {
    margin-bottom: 40px;
  }

  .button-center.mt-20 {
    margin-top: 20px;
  }

  .button-w-icon {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .image-2 {
    width: 12px;
    max-height: 16px;
  }

  .image-features-gemini._01, .image-features-gemini._02, .image-features-gemini._03 {
    height: 20vh;
  }

  .h-grey {
    font-size: 20px;
  }

  .p-features {
    font-size: 16px;
  }

  .list-item-text, .list-item-text.p-14 {
    font-size: 14px;
  }

  .list {
    width: 100%;
  }

  .hero-section-why {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .why-image._11st {
    background-image: url('../images/undraw_notebook_re_id0r.svg'), linear-gradient(#0000, #0000), url('../images/sharon-mccutcheon-eMP4sYPJ9x0-unsplash-1536x1024.jpeg');
    background-position: 0 0, 0 0, 50%;
    background-size: 80%, auto, cover;
  }

  .why-reason-content {
    padding: 20px 10px;
  }

  .hero-section-openclass {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  ._4-grid-l {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-block {
    width: 100%;
    max-width: 100vw;
  }

  .hero-section-s-desk {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .h-s-image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .question-title {
    flex: 1;
  }

  .hero-section-text {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .text-aspect-heading {
    font-size: 20px;
    font-weight: 400;
  }

  .text-cta.mx45 {
    padding: 20px 10px;
  }

  .hero-section-gemini {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrap-1-3-center {
    margin-left: 0;
    margin-right: 0;
  }

  .concept-left {
    min-width: 100vw;
    padding: 20px 0;
  }

  .hero-section-cases {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .heading-3 {
    color: #000;
    text-align: left;
  }

  .hero-section-company {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fact {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .heading-h2-company {
    font-size: 18px;
  }

  .hero-section-recruit {
    padding-top: 40px;
  }

  .list-2 {
    margin-top: 10px;
    padding: 20px 10px 10px 20px;
  }

  .hero-section-white-paper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-section-contact {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .dropdown-toggle-2 {
    max-width: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list-2.w--open {
    top: 60px;
  }

  .html-embed {
    height: auto;
  }

  .list-3 {
    clear: left;
    flex-wrap: wrap;
    place-content: flex-start;
    align-items: flex-start;
  }

  .list-item {
    display: block;
  }

  .heading-lang-consulting {
    text-align: left;
    font-size: 25px;
  }

  .heading-16 {
    font-size: 18px;
  }

  .paragraph-4 {
    font-size: 12px;
  }

  .recruit-button {
    justify-content: center;
    display: flex;
  }

  .heading-company {
    width: 80vw;
    font-size: 20px;
  }

  .fact-text {
    width: 100%;
  }

  .image-9 {
    max-width: 80%;
  }

  .text-theme-green {
    color: var(--dark-cyan-2);
  }

  .text-theme-grey {
    color: #666;
  }

  .fact-p {
    width: auto;
    font-size: 14px;
  }

  .p-14 {
    font-size: 14px;
  }

  .hero-section-title {
    font-size: 40px;
  }

  .why-cts-image {
    width: 35%;
    right: 0%;
  }

  .bold-text-4 {
    font-family: Roboto, sans-serif;
  }

  .image-10 {
    height: 100px;
    margin-left: -17px;
  }

  .openclass-left {
    top: 24%;
    left: -9%;
  }

  .openclass-right {
    top: 217px;
    right: -5%;
  }

  .bold-text-5, .italic-text {
    display: none;
  }

  .p-bold.p-18-14 {
    font-size: 14px;
  }

  .h2-opneclass {
    font-size: 24px;
  }

  .section-100vh {
    width: 100%;
    height: 400px;
    padding-bottom: 0;
  }

  .container {
    padding-left: 0;
    padding-right: 14px;
  }

  .brand {
    max-width: 120px;
  }

  .div-white-spacer {
    height: 60vw;
  }

  .image-hero-section {
    object-fit: cover;
    object-position: 4% 50%;
    width: 100vw;
    max-width: 100%;
    height: 50vh;
    min-height: 100%;
    max-height: 200%;
    overflow: hidden;
  }

  .heading-top-title {
    margin-top: 0;
    font-size: 0;
    line-height: 0;
    transform: translate(0);
  }

  .text-span-white-bg {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
  }

  .div-block-2 {
    opacity: 1;
    margin-top: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-3 {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 22px;
  }

  .div-block-4 {
    height: 24vw;
  }

  .div-top-section-header {
    grid-column-gap: 0px;
    letter-spacing: 1.23px;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .text-block-4 {
    font-size: 16px;
    display: none;
  }

  .heading-22 {
    text-align: left;
    margin-top: 10px;
    font-size: 15px;
  }

  .div-block-5 {
    margin-top: 0;
  }

  .button-in-footer {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 22px;
  }

  .text-block-5 {
    font-size: 11px;
  }

  .button-white-border {
    font-size: 12px;
  }

  .div-block-7 {
    grid-row-gap: 16px;
    margin-top: 20px;
  }

  .text-12-white {
    margin-top: 30px;
    font-size: 10px;
  }

  .text-block-6 {
    right: 14px;
  }

  .text-block-7 {
    margin-top: 40px;
    margin-left: 0;
    font-size: 20px;
  }

  .image-12 {
    max-width: 180px;
  }

  .div-service-block {
    grid-column-gap: 10px;
    justify-content: flex-start;
    padding-bottom: 30px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-10 {
    width: 30%;
    display: none;
  }

  .div-block-11 {
    width: 100%;
  }

  .div-service-wrapper-right {
    grid-row-gap: 14px;
  }

  .div-service-bottom {
    margin-bottom: -48px;
  }

  .text-block-99 {
    font-size: 14px;
  }

  .button-go-to-detail {
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .text-16-bold {
    font-size: 14px;
  }

  .image-13 {
    height: 100%;
  }

  .heading-23 {
    font-size: 40px;
    line-height: 40px;
  }

  .business-section {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-11 {
    min-width: 90px;
    font-size: 16px;
  }

  .div-block-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-item-list {
    font-size: 14px;
  }

  .div-block-17 {
    margin-top: 40px;
    padding-top: 0;
  }

  .div-service-block-copy {
    grid-column-gap: 10px;
    justify-content: flex-start;
    padding-bottom: 30px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-content-wrapper {
    grid-row-gap: 20px;
  }

  .text-block-13 {
    line-height: 160%;
  }

  .p-saiyo {
    padding: 14px;
  }

  .text-block-15 {
    width: 90%;
    font-size: 14px;
  }

  .text-saiyo-16 {
    min-width: 68px;
    font-size: 14px;
  }

  .heading-24 {
    text-align: left;
  }

  .div-block-12-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-25 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .div-block-26 {
    background-image: url('../images/ojisan.png');
    background-size: cover;
    min-height: 110px;
  }

  .image-15 {
    width: 30%;
    max-width: 200px;
    margin-bottom: -20px;
    margin-right: 0;
  }

  .text-block-18 {
    font-size: 18px;
  }

  .text-block-18.feedback {
    align-self: auto;
    width: 85%;
    font-size: 18px;
    line-height: 180%;
  }

  .text-block-19 {
    width: 85%;
    font-size: 17px;
  }

  .div-block-29 {
    margin-top: 60px;
  }

  .div-linfo-block {
    grid-column-gap: 10px;
    justify-content: flex-start;
    padding: 20px 14px;
  }

  .div-square-image-warpper {
    width: 30%;
    display: none;
  }

  .heading-24-copy {
    text-align: left;
  }

  .heading1-gemini {
    font-size: 52px;
    line-height: 40px;
  }

  .text-block-20 {
    font-size: 18px;
    line-height: 132%;
  }

  .text-block-21 {
    width: 100%;
    margin-right: 0;
  }

  .div-block-31 {
    grid-row-gap: 2px;
  }

  .div-block-32 {
    margin-left: 0;
    padding-top: 0;
  }

  .div-link-wrapper {
    margin-top: 40px;
    padding-top: 0;
  }

  .div-info {
    grid-column-gap: 10px;
    justify-content: flex-start;
    padding-bottom: 30px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-go-detail-bottom {
    margin-bottom: -48px;
  }

  .button-go-to-detail20 {
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 20px;
  }

  .div-title-wrapper2 {
    padding-bottom: 0;
  }

  .heading1-lang-support {
    font-size: 23px;
    line-height: 40px;
  }

  .text-lagn-support {
    font-size: 18px;
  }

  .div-image-wrapper-lang {
    background-image: url('../images/ojisan.png');
    background-size: cover;
    min-height: 110px;
  }

  .div-hero-section-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: center;
  }

  .text-green-title-90 {
    font-size: 16px;
  }

  .div-block-35 {
    width: 320px;
  }

  .text-block-23 {
    width: 300px;
    font-size: 11px;
    font-weight: 400;
  }

  .div-block-37 {
    grid-template-columns: 1fr 1fr;
    width: 300px;
  }

  .div-block-38 {
    flex-direction: column;
    display: flex;
  }

  .div-block-39 {
    flex-direction: column;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-40 {
    align-self: auto;
    width: 100%;
    padding: 10px;
  }

  .div-block-42 {
    width: 100%;
  }

  .text-block-24 {
    font-size: 13px;
  }

  .text-block-25 {
    font-size: 16px;
  }

  .div-block-43 {
    font-size: 14px;
  }

  .div-block-46 {
    margin-top: 20px;
  }

  .div-linfo-block-1 {
    grid-column-gap: 10px;
    justify-content: flex-start;
    padding: 20px 14px;
  }

  .text-97 {
    font-size: 14px;
  }

  .div-block-47 {
    flex-direction: column;
    margin-top: 20px;
    display: flex;
  }

  .image-17 {
    width: 90px;
  }

  .section-lang-consulting {
    padding-bottom: 20px;
  }

  .div-image-wrapper-lang-consulting {
    background-image: url('../images/ojisan.png');
    background-size: cover;
    min-height: 110px;
  }

  .div-block-51 {
    width: 300px;
  }

  .div-block-53 {
    width: 71%;
  }

  .heading-news {
    text-align: left;
    margin-bottom: 28px;
    font-size: 38px;
  }

  .container-4 {
    max-width: 60%;
    padding-bottom: 60px;
  }

  .next, .previous {
    align-items: center;
  }

  .div-block-56 {
    flex-direction: column;
  }

  .text-block-36 {
    text-align: left;
    font-size: 13px;
  }

  .link-go-to-detail {
    text-align: center;
  }

  .div-block-59 {
    grid-row-gap: 14px;
    align-items: center;
  }

  .div-block-61 {
    grid-row-gap: 14px;
    flex-direction: column;
    padding-top: 10px;
  }

  .polygon {
    display: none;
  }

  .image-22 {
    max-width: 130px;
    max-height: 160px;
    margin-left: -30px;
    display: none;
  }

  .text-block-39 {
    width: 300px;
    font-size: 18px;
  }

  .div-block-66 {
    display: none;
  }

  .body-3 {
    transform: translate(0);
  }

  .text-99 {
    font-size: 14px;
  }

  .div-block-90 {
    width: 30%;
    display: none;
  }

  .image-24 {
    width: 110px;
    max-width: 100%;
    height: 110px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .new-title {
    padding-bottom: 20px;
    font-size: 45px;
    line-height: 45px;
  }

  .heading-25 {
    font-size: 17px;
  }

  .container-6 {
    align-items: stretch;
    width: 90%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .heading-26 {
    font-size: 20px;
  }

  .paragraph-6 {
    width: 100%;
    display: block;
  }

  .container-new {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .container-6-copy {
    width: 100%;
  }

  .heading-27 {
    font-size: 22px;
  }

  .paragraph-7 {
    font-size: 15px;
  }

  .tab-link.w--current {
    margin-right: 0;
    padding-left: 20px;
  }

  .tab-link-3 {
    padding-left: 20px;
  }

  .tabs-menu {
    display: none;
  }

  .heading-29 {
    margin-bottom: -45px;
    font-size: 29px;
  }

  .section-8 {
    margin-top: 60px;
  }

  .heading-30 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 17px;
    line-height: 30px;
  }

  .heading-31 {
    font-size: 17px;
    line-height: 30px;
  }

  .div-block-94 {
    flex-direction: column;
    justify-content: space-around;
    min-height: 300px;
  }

  .paragraph-8 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    font-size: 15px;
  }

  .text-span-16 {
    text-align: left;
  }

  .text-span-17 {
    font-size: 15px;
    line-height: 200%;
  }

  .div-block-96 {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-29 {
    flex: 0 auto;
    margin-top: 10px;
    margin-left: 0;
    display: block;
    position: static;
    transform: translate(-20px);
  }

  .section-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .heading-32 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 30px;
  }

  .paragraph-9, .paragraph-10 {
    font-size: 15px;
  }

  .heading-34 {
    font-size: 17px;
  }

  .heading-35 {
    width: 90%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 19px;
  }

  .html-embed-3 {
    width: 100%;
    height: 800px;
  }

  .heading-36 {
    padding-bottom: 0;
    font-size: 16px;
  }

  .text-span-21 {
    font-size: 15px;
  }

  .slideshow {
    width: 17vw;
    margin-left: 8px;
    margin-right: 8px;
  }

  .div-block-99 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-right: 0;
    overflow: hidden;
  }

  .div-block-93-copy {
    margin-left: 0;
  }

  .section-13 {
    justify-content: center;
    height: auto;
    padding: 0 20px;
    display: flex;
  }

  .section-13-copy {
    background-size: cover;
    height: auto;
    padding: 10px;
  }

  .paragraph-11 {
    margin-left: 0;
  }

  .collection-list-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .new-title-copy {
    margin-left: 0;
    padding-top: 20px;
    font-size: 45px;
    font-weight: 100;
    line-height: 45px;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .cell {
    flex-direction: row;
    justify-content: space-between;
    padding-right: 0;
  }

  .company-head {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 15px;
  }

  .link-block-6 {
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-33 {
    width: 75%;
    margin-left: auto;
    margin-right: 20px;
    padding-top: 0;
  }

  .div-section-container-new {
    margin-top: 40px;
    padding: 0 10px;
    transform: translate(0);
  }

  .company-head-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .quick-stack-2 {
    align-self: auto;
    padding-bottom: 20px;
  }

  .image-34 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100vw;
    height: 50vh;
    margin-bottom: 0;
  }

  .heading-38 {
    align-self: center;
    padding: 10px 0;
    font-size: 20px;
  }

  .div-block-100 {
    background-color: #fffc;
    align-items: stretch;
    width: 85%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0, 300px);
  }

  .paragraph-13 {
    padding-left: 20px;
    font-size: 16px;
  }

  .div-block-101 {
    flex-direction: column;
    padding-top: 10px;
  }

  .paragraph-14 {
    align-self: flex-start;
    margin-top: 10px;
    margin-left: 50px;
    padding-top: 0;
    padding-left: 10px;
  }

  .div-block-102 {
    flex-direction: column;
    justify-content: center;
    margin-top: -50px;
    margin-bottom: 100px;
    transform: translate(0, -150px);
  }

  .image-34-copy {
    object-fit: cover;
    object-position: 35% 50%;
    width: 100%;
    height: 50vh;
  }

  .div-block-100-copy {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0, 150px);
  }

  .section-16 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    transform: translate(0, -200px);
  }

  .div-block-106 {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .list-item-2, .text-span-23 {
    font-size: 16px;
  }

  .list-4 {
    padding-left: 20px;
  }

  .div-block-101-copy {
    flex-direction: column;
    align-self: center;
    align-items: flex-start;
  }

  .company-headline {
    margin-left: 20px;
  }

  .section-17 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 85%;
    margin-bottom: 40px;
    display: flex;
  }

  .daihyou {
    max-width: 45%;
  }

  .heading-40 {
    align-self: center;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .div-section-container-new-copy {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 10px;
  }

  .section-18 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .heading-41 {
    letter-spacing: 0;
    width: 80%;
    margin-left: 40px;
    margin-right: 20px;
    font-size: 24px;
    line-height: 40px;
  }

  .paragraph-15 {
    font-size: 16px;
  }

  .div-block-108 {
    flex-direction: row;
    order: 0;
    align-self: center;
    align-items: flex-start;
    margin-left: 0;
  }

  .div-block-109 {
    flex-direction: row;
    align-self: center;
    align-items: flex-start;
    margin-left: 0;
  }

  .div-block-list-item-copy {
    flex-direction: column;
  }

  .text-block-11-copy {
    min-width: 90px;
    font-size: 45px;
  }

  .div-block-100-copy {
    opacity: 1;
    background-color: #fffc;
    align-items: stretch;
    width: 85%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0, -300px);
  }

  .quick-stack-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .cell-recruit {
    background-color: #fff0;
    flex-direction: column;
  }

  .image-35 {
    height: 55%;
  }

  .link-block-6-copy {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .company-head-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .form-block-3 {
    width: 80vw;
  }

  .text-block-5-copy {
    font-size: 11px;
  }

  .button-white-border-copy {
    font-size: 12px;
  }

  .text-12-white-copy {
    margin-top: 30px;
    font-size: 10px;
  }

  .div-block-111 {
    overflow: hidden;
    transform: translate(0);
  }

  .section-our-service-copy {
    background-image: url('../images/Group-39.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-block-102 {
    padding-top: 0;
    font-size: 8px;
  }

  .brand-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 150px;
    font-size: 13px;
  }

  .image-37 {
    max-width: 90%;
  }

  .quick-stack-home {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .company-head-home {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 0;
    font-size: 16px;
    line-height: 20px;
  }

  .section-19 {
    margin-top: 10px;
  }

  .quick-stack-home-iphone {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-113 {
    flex-direction: column;
    width: 65%;
  }

  .link-block-6-dl {
    width: 50%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .company-head-dl {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-19-dl {
    margin-top: -90px;
  }

  .image-33-copy {
    margin-left: auto;
  }

  .link-block-9, .link-block-10 {
    align-self: center;
  }

  .link-block-11 {
    justify-content: center;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-white-border-copy-copy {
    font-size: 12px;
  }

  .image-38 {
    text-align: right;
  }

  .paragraph-11-copy {
    margin-left: 20px;
  }

  .image-42 {
    margin-top: 20px;
    transform: scale(1.3);
  }

  .container-new-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-43 {
    align-self: auto;
    margin-top: 40px;
    transform: scale(1.3);
  }

  .tabs-menu-iphone {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-114 {
    width: 94%;
  }

  .section-6-company-top {
    padding-top: 0;
  }

  .pan {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-45 {
    width: 60%;
    margin-top: -50px;
    transform: translate(20px);
  }

  .image-47 {
    width: 20%;
    margin-right: 40px;
  }

  .cell-iphone {
    flex-direction: row;
    justify-content: space-between;
    padding-right: 0;
  }

  .company-head-copy-copy {
    text-align: center;
    margin-left: 20px;
    margin-right: auto;
    padding-left: 0;
    font-size: 17px;
    line-height: 15px;
  }

  .image-34-copy {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100vw;
    height: 50vh;
    margin-bottom: 0;
  }

  .paragraph-14-copy {
    align-self: flex-start;
    margin-top: 10px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 10px;
  }

  .div-block-118 {
    width: 90%;
  }

  .heading-45 {
    margin-right: 0;
    font-size: 20px;
  }

  .text-block-107 {
    margin-right: 0;
  }

  .image-hero-section-copy {
    object-fit: cover;
    object-position: 4% 50%;
    width: 100vw;
    max-width: 100%;
    height: 50vh;
    min-height: 100%;
    max-height: 200%;
    overflow: hidden;
  }

  .text-span-white-bg-copy {
    color: #000;
    font-size: 27px;
    line-height: 50px;
  }

  .div-white-spacer-copy {
    height: 60vw;
  }

  .div-block-2-copy {
    opacity: 1;
  }

  .heading-top-title-copy {
    margin-top: 100px;
    margin-left: auto;
    font-size: 0;
    line-height: 0;
    transform: translate(0, -156px);
  }

  .section-100vh-copy {
    padding-bottom: 0;
  }

  .slideshow-bg {
    width: 12vw;
    margin-left: 10px;
    margin-right: 10px;
  }

  .new-title-copy-copy {
    margin-left: 0;
    padding-top: 20px;
    font-size: 45px;
    font-weight: 100;
    line-height: 45px;
  }

  .div-block-93-copy-copy {
    margin-left: 0;
  }

  .link-block-6-copy, .link-block-6-copy-copy {
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-13-news {
    justify-content: center;
    height: auto;
    padding: 0;
    display: flex;
  }

  .div-white-spacer-new {
    background-position: 0%;
    background-size: cover;
    height: auto;
  }

  .text-block-110 {
    width: 40%;
    margin-top: 20px;
    margin-bottom: 60px;
    margin-left: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .link-block-6-copy-copy-copy {
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 0;
  }

  .div-section-container-gemini {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-19-dl-copy {
    margin-top: -90px;
  }

  .text-block-112 {
    padding-right: 20px;
    font-size: 14px;
  }

  .div-block-119 {
    width: 90%;
  }

  .image-33-business {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .div-block-2-dl {
    opacity: 1;
    margin-top: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-21 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-41-copy {
    letter-spacing: 0;
    width: 80%;
    margin-left: 30px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 40px;
  }

  .container-4-copy {
    max-width: 80%;
    padding-bottom: 60px;
  }

  .div-block-119-copy {
    grid-template-rows: auto auto auto;
    width: 90%;
  }

  .text-company-info, .text-block-112-copy, .text-block-112-copy, .text-block-112-copy {
    padding-right: 20px;
    font-size: 14px;
  }

  .div-hero-section-wrapper-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    aspect-ratio: auto;
    flex-flow: column;
    align-items: center;
  }

  .image-35-copy {
    height: 55%;
  }

  .section-19-copy {
    margin-top: 10px;
  }

  .div-block-124 {
    background-position: 50% 0;
    background-size: cover;
    min-width: 100%;
  }

  .section-feature {
    padding-bottom: 40px;
  }

  .div-block-125 {
    flex-flow: column-reverse;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-126 {
    align-self: center;
    width: 90%;
  }

  .div-block-127 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-49 {
    text-align: center;
    font-size: 24px;
  }

  .div-block-128 {
    align-self: center;
  }

  .text-block-117 {
    text-align: center;
    margin-bottom: 10px;
  }

  .div-block-129 {
    margin-right: 0;
  }

  .text-block-118 {
    font-size: 13px;
  }

  .image-50 {
    border-style: none;
    width: 100%;
    padding-bottom: 10px;
  }

  .text-block-119 {
    padding: 40px 10px 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .feature02 {
    border-left-width: 6px;
    width: 94%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .feature02_block {
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .feature02_img {
    text-align: center;
    width: 90%;
  }

  .feature02_text {
    width: 100%;
    padding-right: 20px;
  }

  .feature02_title {
    align-self: center;
  }

  .feature02-text-back {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block120 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .bold-text-8 {
    font-size: 18px;
  }

  .feature01 {
    border-left-width: 6px;
    width: 94%;
    height: auto;
  }

  .feature03 {
    border-left-width: 6px;
    width: 94%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature03-head-div {
    align-self: center;
  }

  .div-block-130 {
    width: 100%;
    padding-right: 10px;
  }

  .section-partner {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-132 {
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 10px;
  }

  .div-block-134 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block135 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block136 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-9 {
    color: #19978b;
    font-size: 16px;
  }

  .contact-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .container-12 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-circles {
    flex: 0 auto;
    padding-bottom: 40px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .team-member-image {
    border-radius: 0%;
  }

  .bold-text-10, .bold-text-11, .bold-text-12 {
    font-size: 18px;
  }

  .text-block-121 {
    color: #19978b;
    background-color: #fff0;
    text-decoration: none;
  }

  .section-22 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
    position: static;
  }

  .slide {
    background-color: #fff;
  }

  .slide-2 {
    background-size: contain;
  }

  .slider {
    display: block;
  }

  .image-53 {
    width: 100%;
  }

  .bold-text-13, .bold-text-14 {
    font-size: 18px;
  }

  .text-block-123 {
    text-align: left;
    margin-right: 0;
  }

  .text-block-124 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-126 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-fc7dd1a9-e175-fdcc-a61e-ac9ac93b4144-cd79d9e3, #w-node-_1a0cfcd8-775a-e188-aa3a-9a3a9f591f45-cd79d9e3 {
  place-self: center;
}

#w-node-_5ddbd62f-a478-1fb3-9d32-28a46dac0b8d-cd79d9e3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b56742e9-f9f6-3a8a-719c-01db5061f6e9-cd79d9e3, #w-node-_10909241-1a12-ea0d-bba2-97f7469cdefa-cd79d9e3 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  display: none;
}

#w-node-_75e25d64-cb3f-c714-233d-e9e2e853d400-cd79d9e3, #w-node-_971dfd93-0820-f420-a81d-24b318020255-cd79d9e3, #w-node-a7c4f5c9-3ae4-6051-465b-ebd2c94b6509-cd79d9e3, #w-node-_7ebd69f8-26f8-8201-113b-5faccb4317ca-cd79d9e3, #w-node-ef08a2f9-4725-1bf5-70d6-dde86fde3180-cd79d9e3, #w-node-ef08a2f9-4725-1bf5-70d6-dde86fde3181-cd79d9e3, #w-node-ef08a2f9-4725-1bf5-70d6-dde86fde3182-cd79d9e3, #w-node-ef08a2f9-4725-1bf5-70d6-dde86fde3186-cd79d9e3, #w-node-_9c575272-6788-a782-7211-7e5af91dad61-cd79d9e3, #w-node-_84819934-1a36-ce50-e23f-9b7c19ac7fff-cd79d9e3, #w-node-fa1f0580-2ead-f8bf-8398-abd5904d1d68-cd79d9e3, #w-node-_84819934-1a36-ce50-e23f-9b7c19ac8000-cd79d9e3, #w-node-e6e5c366-31cd-4dd3-1889-a1e5a138db2b-cd79d9e3, #w-node-_84819934-1a36-ce50-e23f-9b7c19ac8001-cd79d9e3, #w-node-_84819934-1a36-ce50-e23f-9b7c19ac8005-cd79d9e3, #w-node-_3fbe01ee-4092-ad1f-a22f-17c657fe6caf-cd79d9e3, #w-node-_3fbe01ee-4092-ad1f-a22f-17c657fe6cb0-cd79d9e3, #w-node-aa8cdbed-1904-2106-0048-9a3c72108f1c-cd79d9e3, #w-node-_3fbe01ee-4092-ad1f-a22f-17c657fe6cb1-cd79d9e3, #w-node-_3fbe01ee-4092-ad1f-a22f-17c657fe6cb5-cd79d9e3, #w-node-e6e5c366-31cd-4dd3-1889-a1e5a138db29-cd79d9e3, #w-node-_5b8ca824-7e21-29f7-b96c-063ef6c25ad1-cd79d9e3, #w-node-_582040f9-3bce-ef1e-6fbb-0df1475fa1af-cd79d9e3, #w-node-_48f6c109-c82f-5e25-251e-aad7f8dbe193-cd79d9e3, #w-node-f8f7d1bb-c7f6-3366-9724-f55710f51e65-cd79d9e3 {
  place-self: center;
}

#w-node-_9a9801a8-d45a-4b19-76d5-1021a273539e-cd79d9e3, #w-node-_9a9801a8-d45a-4b19-76d5-1021a27353a9-cd79d9e3, #w-node-_9a9801a8-d45a-4b19-76d5-1021a27353b3-cd79d9e3, #w-node-_9a9801a8-d45a-4b19-76d5-1021a27353bd-cd79d9e3, #w-node-_9a9801a8-d45a-4b19-76d5-1021a27353c7-cd79d9e3, #w-node-_9a9801a8-d45a-4b19-76d5-1021a27353d1-cd79d9e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86df1e69-e26c-4ed5-2b44-cc59f754028c-7030adb9, #w-node-_55368247-b322-f63b-8486-dc9fe4157348-7030adb9, #w-node-b1031b9a-7b4c-c9e0-faa0-adc52f3e6942-7030adb9, #w-node-_7888401a-933f-218f-1d29-f38d064d3175-7030adb9 {
  justify-self: center;
}

#w-node-_6c021cef-21f4-5692-b367-782494ac04f6-94ac04f1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_6c021cef-21f4-5692-b367-782494ac050b-94ac04f1 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  display: none;
}

#w-node-_6057cd18-adb0-1e0b-17ac-249ce6d99ea3-94ac04f1, #w-node-_6057cd18-adb0-1e0b-17ac-249ce6d99ea7-94ac04f1, #w-node-_6057cd18-adb0-1e0b-17ac-249ce6d99eab-94ac04f1, #w-node-_6057cd18-adb0-1e0b-17ac-249ce6d99eaf-94ac04f1 {
  justify-self: center;
}

#w-node-_5ddbd62f-a478-1fb3-9d32-28a46dac0b8d-cd79da61 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b56742e9-f9f6-3a8a-719c-01db5061f6e9-cd79da61 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  display: none;
}

#w-node-_24428a52-e00f-b19c-eb1e-2ed2a39cef58-cd79da66 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a1b00ccd-08b4-ca65-92b6-3a031b56fd9b-cd79da66 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  display: none;
}

#w-node-_24428a52-e00f-b19c-eb1e-2ed2a39cef58-cd79da67 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d9331324-1fca-b6e7-58e3-08d94e4c27da-cd79da67 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  display: none;
}

#w-node-a1b00ccd-08b4-ca65-92b6-3a031b56fd9b-cd79da67 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  display: none;
}

@media screen and (min-width: 1440px) {
  #w-node-_23d645e9-e489-85bb-5d6f-f5d7725ef459-cd79d9e3, #w-node-_84819934-1a36-ce50-e23f-9b7c19ac7ffe-cd79d9e3, #w-node-_3fbe01ee-4092-ad1f-a22f-17c657fe6cae-cd79d9e3, #w-node-e6e5c366-31cd-4dd3-1889-a1e5a138db28-cd79d9e3, #w-node-_8d17cd4c-6bd5-0a7c-c3c9-e68ecd82cf9c-cd79d9e3, #w-node-b19847a2-c633-5cd7-92f1-a134fc25e30a-cd79d9e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_9a9801a8-d45a-4b19-76d5-1021a27353a9-cd79d9e3, #w-node-_9a9801a8-d45a-4b19-76d5-1021a27353b3-cd79d9e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_9a9801a8-d45a-4b19-76d5-1021a27353b3-cd79d9e3 {
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5ddbd62f-a478-1fb3-9d32-28a46dac0b8d-cd79d9e3, #w-node-b56742e9-f9f6-3a8a-719c-01db5061f6e9-cd79d9e3 {
    display: none;
  }

  #w-node-_10909241-1a12-ea0d-bba2-97f7469cdefa-cd79d9e3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  #w-node-_10909241-1a12-ea0d-bba2-97f7469cdf01-cd79d9e3 {
    grid-column: span 1 / span 1;
  }

  #w-node-b1031b9a-7b4c-c9e0-faa0-adc52f3e6942-7030adb9 {
    justify-self: center;
  }

  #w-node-_6c021cef-21f4-5692-b367-782494ac04f6-94ac04f1 {
    display: none;
  }

  #w-node-_6c021cef-21f4-5692-b367-782494ac050b-94ac04f1 {
    display: grid;
  }

  #w-node-_6057cd18-adb0-1e0b-17ac-249ce6d99eab-94ac04f1 {
    justify-self: center;
  }

  #w-node-_28a2b254-adf1-c95d-c269-99b79653fe75-cd79da63, #w-node-_28a2b254-adf1-c95d-c269-99b79653fe78-cd79da63, #w-node-_28a2b254-adf1-c95d-c269-99b79653fe7b-cd79da63, #openclass.w-node-a27cca73-dffb-8c2e-93cc-1cf81e00c102-cd79da63, #w-node-_6be5172e-effe-655b-1de7-005463a58a09-cd79da63, #w-node-_6be5172e-effe-655b-1de7-005463a58a0d-cd79da63, #w-node-_6be5172e-effe-655b-1de7-005463a58a11-cd79da63, #w-node-_6be5172e-effe-655b-1de7-005463a58a15-cd79da63 {
    align-self: stretch;
  }

  #w-node-d9331324-1fca-b6e7-58e3-08d94e4c27da-cd79da67 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_684d2779-d9df-5e9d-34ff-a1848381bc1a-cd79da86, #w-node-_684d2779-d9df-5e9d-34ff-a1848381bc1e-cd79da86, #w-node-_684d2779-d9df-5e9d-34ff-a1848381bc22-cd79da86, #w-node-_684d2779-d9df-5e9d-34ff-a1848381bc26-cd79da86, #w-node-_684d2779-d9df-5e9d-34ff-a1848381bc2b-cd79da86, #w-node-_684d2779-d9df-5e9d-34ff-a1848381bc2f-cd79da86, #w-node-_684d2779-d9df-5e9d-34ff-a1848381bc33-cd79da86, #w-node-_684d2779-d9df-5e9d-34ff-a1848381bc37-cd79da86 {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5ddbd62f-a478-1fb3-9d32-28a46dac0b8d-cd79d9e3, #w-node-b56742e9-f9f6-3a8a-719c-01db5061f6e9-cd79d9e3 {
    display: none;
  }

  #w-node-_10909241-1a12-ea0d-bba2-97f7469cdefa-cd79d9e3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  #w-node-_86df1e69-e26c-4ed5-2b44-cc59f754028c-7030adb9 {
    justify-self: center;
  }

  #w-node-_6c021cef-21f4-5692-b367-782494ac04f6-94ac04f1 {
    display: none;
  }

  #w-node-_6c021cef-21f4-5692-b367-782494ac050b-94ac04f1 {
    display: grid;
  }

  #w-node-_6057cd18-adb0-1e0b-17ac-249ce6d99ea3-94ac04f1 {
    justify-self: center;
  }

  #w-node-_24428a52-e00f-b19c-eb1e-2ed2a39cef58-cd79da66 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ddbd62f-a478-1fb3-9d32-28a46dac0b8d-cd79d9e3 {
    display: none;
  }

  #w-node-b56742e9-f9f6-3a8a-719c-01db5061f6e9-cd79d9e3 {
    display: grid;
  }

  #w-node-_10909241-1a12-ea0d-bba2-97f7469cdefa-cd79d9e3, #w-node-_6c021cef-21f4-5692-b367-782494ac04f6-94ac04f1 {
    display: none;
  }

  #w-node-_6c021cef-21f4-5692-b367-782494ac050b-94ac04f1 {
    display: grid;
  }

  #w-node-_5ddbd62f-a478-1fb3-9d32-28a46dac0b8d-cd79da61 {
    display: none;
  }

  #w-node-b56742e9-f9f6-3a8a-719c-01db5061f6e9-cd79da61 {
    display: grid;
  }

  #w-node-_6be5172e-effe-655b-1de7-005463a58a09-cd79da63 {
    justify-self: auto;
  }

  #w-node-_24428a52-e00f-b19c-eb1e-2ed2a39cef58-cd79da66 {
    display: none;
  }

  #w-node-a1b00ccd-08b4-ca65-92b6-3a031b56fd9b-cd79da66 {
    display: grid;
  }

  #w-node-_24428a52-e00f-b19c-eb1e-2ed2a39cef58-cd79da67 {
    display: none;
  }

  #w-node-d9331324-1fca-b6e7-58e3-08d94e4c27da-cd79da67 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-a1b00ccd-08b4-ca65-92b6-3a031b56fd9b-cd79da67 {
    display: none;
  }

  #w-node-_684d2779-d9df-5e9d-34ff-a1848381bc2b-cd79da86 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Manjari';
  src: url('../fonts/Manjari-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manjari';
  src: url('../fonts/Manjari-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manjari';
  src: url('../fonts/Manjari-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconsround';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}