@charset "UTF-8";
:root {
  --inner-height: 100vh; }

h1,
h2,
h3,
h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal; }

h1 {
  font-weight: 700;
  font-size: 24px; }
  @media screen and (min-width: 1080px) {
    h1 {
      font-size: 32px; } }
h3 {
  color: #D6315A;
  font-weight: 500;
  margin-bottom: 24px; }

ul {
  padding-inline-start: 0.8em; }

p,
li {
  color: rgba(0, 0, 0, 0.9);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.5px; }

a {
  color: #D6315A;
  font-family: "Noto Sans JP", sans-serif; }
  a:hover {
    color: #dba1b0;
    text-decoration: none; }
  a img:hover {
    opacity: 0.7; }

img {
  display: block;
  width: 100%;
  text-align: center;
  margin: 24px auto; }
  @media screen and (min-width: 1080px) {
    img {
      width: 75%;
      margin-bottom: 40px; } }
section {
  margin-bottom: 64px; }
  section:last-child {
    margin-bottom: 0; }

.container {
  margin: 0 auto;
  width: calc(100vw - 40px);
  max-width: 700px; }
  @media screen and (min-width: 1080px) {
    .container {
      width: 960px;
      max-width: 960px; } }
.contents-wrapper {
  padding-top: 48px;
  padding-bottom: 80px;
  position: relative; }
  @media screen and (min-width: 1080px) {
    .contents-wrapper {
      padding-top: 64px;
      padding-bottom: 100px; } }
.section-message {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 32px;
  text-align: left; }
  @media screen and (min-width: 1080px) {
    .section-message {
      font-size: 24px;
      line-height: 48px;
      margin-bottom: 64px; } }
.button-xs {
  display: inline-block;
  position: relative;
  height: 48px;
  width: 140px;
  max-width: 100%;
  background: #D6315A;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  color: #ffffff !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px; }
  .button-xs:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 16px;
    background: #dba1b0; }
  .button-xs:hover {
    text-decoration: none;
    background: #dba1b0;
    color: #ffffff; }

.button-sm {
  display: inline-block;
  position: relative;
  height: 48px;
  width: 240px;
  max-width: 100%;
  background: #D6315A;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  color: #ffffff !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px; }
  .button-sm:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 16px;
    background: #dba1b0; }
  .button-sm:hover {
    text-decoration: none;
    background: #dba1b0;
    color: #ffffff; }

.button-lg {
  display: inline-block;
  position: relative;
  height: 48px;
  width: 480px;
  max-width: 100%;
  background: #D6315A;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  color: #ffffff !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px; }
  .button-lg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 16px;
    background: #dba1b0; }
  .button-lg:hover {
    text-decoration: none;
    background: #dba1b0;
    color: #ffffff; }

.centre-button {
  text-align: center; }

.section-title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  line-height: 40px;
  padding-left: 20px;
  margin-bottom: 32px; }
  .section-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 40px;
    background: #D6315A; }
  @media screen and (min-width: 1080px) {
    .section-title {
      font-size: 32px;
      line-height: 56px;
      padding-left: 28px;
      margin-bottom: 40px; }
      .section-title:before {
        height: 56px; } }
.caption {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 24px;
  font-feature-settings: "palt"; }
  @media screen and (min-width: 1080px) {
    .caption {
      font-size: 20px;
      line-height: 36px; } }
.caption-large {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 24px;
  text-align: center;
  font-feature-settings: "palt"; }
  @media screen and (min-width: 1080px) {
    .caption-large {
      font-size: 32px;
      line-height: 48px;
      margin-bottom: 32px; } }
.important-message {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 32px; }

.list-info_each {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  align-items: baseline; }
  .list-info_each:last-child {
    margin-bottom: 0; }
  .list-info_each h4 {
    color: #D6315A;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px; }
  .list-info_each p {
    font-size: 20px;
    line-height: 36px;
    margin: 0; }
  @media screen and (min-width: 1080px) {
    .list-info_each {
      flex-direction: row;
      margin-bottom: 40px; }
      .list-info_each h4 {
        width: 200px;
        margin: 0; }
      .list-info_each p {
        width: calc(100% - 200px); } }
header {
  background: white;
  height: 80px;
  z-index: 20; }
  @media screen and (min-width: 1080px) {
    header {
      height: 100px; } }
  header a {
    text-transform: uppercase;
    font-weight: 700; }

.header_contents {
  height: 100%; }

.header_mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 100%; }

.header_logo img {
  height: 22px;
  max-width: 181px;
  margin: 0 auto; }

@media screen and (min-width: 1080px) {
  .header_logo img {
    width: 100%;
    height: 26px;
    max-width: 214px; } }

.header_right {
  display: flex;
  align-items: center;
  gap: 0 22px; }

.header_btn-wrapper {
  text-align: center;
  padding-top: 4px; }
  .header_btn-wrapper p {
    margin: 0;
    text-align: center;
    color: #D6315A;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px; }

.header_nav-btn {
  margin: 0 auto 6px;
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 28px;
  height: 16px;
  z-index: 100;
  transition: all 0.4s; }
  .header_nav-btn span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #D6315A; }
  .header_nav-btn span:nth-of-type(1) {
    top: 0; }
  .header_nav-btn span:nth-of-type(2) {
    bottom: 0; }

.header_nav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s; }
  .header_nav li {
    display: block;
    list-style: none;
    padding: 0; }

.header_ghlink {
  font-size: 28px !important; }
  .header_ghlink a {
    color: rgba(0, 0, 0, 0.9); }
    .header_ghlink a:hover {
      color: #808080; }

.pc_nav {
  display: flex; }
  .pc_nav ul {
    display: flex;
    gap: 0 22px;
    padding: 0;
    margin: 0; }
  .pc_nav li {
    display: block;
    list-style: none;
    padding: 0; }

.nav-open {
  height: var(--inner-height);
  position: fixed;
  width: 100%; }
  .nav-open .header_contents {
    position: relative; }
  .nav-open .header_mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 80px; }
    @media screen and (min-width: 1080px) {
      .nav-open .header_mobile {
        padding: 0 40px;
        height: 100px; } }
  .nav-open .header_nav-btn span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg); }
  .nav-open .header_nav-btn span:nth-of-type(2) {
    transform: translateY(-6px) rotate(45deg); }
  .nav-open .header_nav {
    visibility: visible;
    opacity: 1;
    text-align: center;
    position: absolute;
    top: calc(50% + 40px);
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
    .nav-open .header_nav ul {
      padding: 0;
      margin: 0; }
    .nav-open .header_nav li {
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 24px; }
      @media screen and (min-width: 320px) {
        .nav-open .header_nav li {
          margin-bottom: 32px; } }
      .nav-open .header_nav li:last-child {
        margin-bottom: 0; }

.pc-only {
  display: none; }
  @media screen and (min-width: 1080px) {
    .pc-only {
      display: block; } }
@media screen and (min-width: 1080px) {
  .mb-only {
    display: none !important; } }

.section-header {
  position: relative;
  height: 160px;
  overflow: hidden;
  text-align: center; }
  .section-header h1 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 40px;
    color: #ffffff;
    text-transform: capitalize; }
  .section-header img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
    margin: 0 auto; }
  @media screen and (min-width: 1080px) {
    .section-header {
      height: 240px; }
      .section-header h1 {
        font-size: 48px; } }
footer {
  background-color: #f5f5f5; }

.footer_contacts-wrapper {
  background: #f5f5f5;
  height: 240px; }

.footer_contacts-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .footer_contacts-inner p {
    font-weight: 500;
    margin: 0 auto 32px; }

.footer_contacts-button {
  text-align: center; }

@media screen and (min-width: 1080px) {
  .footer_contacts-wrapper {
    height: 140px; }
  .footer_contacts-inner {
    flex-direction: row;
    align-items: center; }
    .footer_contacts-inner p {
      margin-right: 48px;
      margin-bottom: 0; } }

.footer_menu {
  display: flex;
  flex-direction: column;
  padding: 56px 20px 64px; }
  @media screen and (min-width: 1080px) {
    .footer_menu {
      height: 214px;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      margin: 0 32px;
      padding: 0; } }
.footer_logo {
  margin-bottom: 48px; }
  .footer_logo img {
    height: 30px;
    max-width: 250px;
    margin: 0; }
  @media screen and (min-width: 560px) {
    .footer_logo img {
      margin: 0 auto; } }
  @media screen and (min-width: 1080px) {
    .footer_logo {
      margin: 0; }
      .footer_logo img {
        height: 36px;
        max-width: 296px;
        width: 100%; } }
.footer_nav ul {
  width: 320px;
  list-style: none;
  display: flex;
  gap: 16px 24px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }

.footer_nav li {
  display: block;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

@media screen and (min-width: 560px) {
  .footer_nav ul {
    justify-content: center;
    margin: 0 auto; } }

@media screen and (min-width: 1080px) {
  .footer_nav ul {
    width: 100%;
    justify-content: flex-end;
    column-gap: 22px; }
  .footer_nav li {
    margin: 0; } }

.footer_copyright {
  background: #D6315A;
  height: 40px;
  text-align: center; }
  .footer_copyright p {
    color: #ffffff;
    line-height: 40px; }

.bg_line {
  position: absolute;
  height: 100%;
  width: 2px;
  background: #f5f5f5;
  z-index: -1; }
  .bg_line-1 {
    top: 0;
    left: 0; }
  .bg_line-2 {
    top: 0;
    left: 33%; }
  .bg_line-3 {
    top: 0;
    left: 67%; }
  .bg_line-4 {
    top: 0;
    left: 100%; }
  .bg_line-5 {
    display: none; }
  .bg_line-6 {
    display: none; }
  .bg_line7 {
    display: none; }
  .bg_line-8 {
    display: none; }
  .bg_line-9 {
    display: none; }
  @media screen and (min-width: 1080px) {
    .bg_line-2 {
      top: 0;
      left: 12.5%; }
    .bg_line-3 {
      top: 0;
      left: 25%; }
    .bg_line-4 {
      top: 0;
      left: 37.5%; }
    .bg_line-5 {
      display: block;
      top: 0;
      left: 50%; }
    .bg_line-6 {
      display: block;
      top: 0;
      left: 62.5%; }
    .bg_line-7 {
      display: block;
      top: 0;
      left: 75%; }
    .bg_line-8 {
      display: block;
      top: 0;
      left: 87.5%; }
    .bg_line-9 {
      display: block;
      top: 0;
      left: 100%; } }
.loader_wrapper {
  position: fixed;
  width: 100%;
  height: var(--inner-height);
  background: #D6315A;
  z-index: 50; }
  .loader_wrapper-inner {
    position: relative;
    width: 100%;
    height: 100%; }

.loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(3, 3); }

.loaded {
  display: none; }

.contact label,
.contact input,
.contact textarea {
  display: block; }

.contact__name, .contact__company, .contact__position, .contact__email, .contact__type, .contact__message, .contact__phone {
  margin-bottom: 48px; }

.contact__submitted {
  height: 975px;
  text-align: center;
  background: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .contact__submitted p {
    font-size: 20px;
    margin-bottom: 20px; }

.contact label {
  color: rgba(0, 0, 0, 0.9);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px; }

.contact #email,
.contact #companyName,
.contact #userName,
.contact #contactType,
.contact #phone,
.contact #companyPosition {
  padding: 4px 8px;
  border: none;
  border-radius: 0;
  background: #f5f5f5;
  width: 100%;
  height: 56px;
  font-size: 16px;
  line-height: 48px;
  color: rgba(0, 0, 0, 0.9);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px; }
  .contact #email::placeholder,
  .contact #companyName::placeholder,
  .contact #userName::placeholder,
  .contact #contactType::placeholder,
  .contact #phone::placeholder,
  .contact #companyPosition::placeholder {
    color: #808080;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.2px; }

.contact #contactType {
  appearance: none;
  position: relative;
  background: url(../img/angle-down-solid.svg);
  background-repeat: no-repeat;
  background-size: 24px 20px;
  background-position: right 16px center;
  background-color: #f5f5f5; }

.contact #message {
  border: 0;
  padding: 8px;
  width: 100%;
  height: 280px;
  background: #f5f5f5;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px; }

.contact #submit {
  display: block;
  border: initial;
  outline: initial; }

.twitter-timeline {
  margin: 0 auto !important; }

.hero-header {
  height: var(--inner-height);
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.9); }
  .hero-header video {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%; }
    @media screen and (min-width: 560px) {
      .hero-header video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto; } }
  .hero-header .resize-video {
    height: auto;
    width: 100%; }
  .hero-header_message-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: calc( 100% - 40px); }
    @media screen and (min-width: 1080px) {
      .hero-header_message-container {
        width: 100%; } }
  .hero-header_title {
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-align: left;
    letter-spacing: 1px;
    font-size: 40px;
    line-height: 52px; }
    @media screen and (min-width: 1080px) {
      .hero-header_title {
        width: 100%;
        text-align: center;
        letter-spacing: 2px;
        font-size: 56px;
        line-height: 72px; } }
  .hero-header_text {
    font-style: normal;
    color: #ffffff;
    text-align: left;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 28px; }
    @media screen and (min-width: 1080px) {
      .hero-header_text {
        width: 100%;
        text-align: center;
        letter-spacing: 2px;
        font-size: 24px;
        line-height: 32px; } }
  .hero-header_scroll {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
    .hero-header_scroll p {
      position: relative;
      color: #ffffff;
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 20px; }
      .hero-header_scroll p::before {
        content: "";
        width: 2px;
        height: 48px;
        background: #ffffff;
        position: absolute;
        top: 48px;
        left: 50%;
        animation-name: updown;
        /* アニメーション名の指定 */
        animation-delay: 0s;
        /* アニメーションの開始時間指定 */
        animation-duration: 2s;
        /* アニメーション動作時間の指定 */
        animation-timing-function: ease-in-out;
        /* アニメーションの動き指定（徐々に早く）*/
        animation-iteration-count: infinite; }

@keyframes updown {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-12px); }
  100% {
    transform: translateY(0); } }

.hero-title-br_ja {
  display: block; }
  @media screen and (min-width: 560px) {
    .hero-title-br_ja {
      display: none; } }
.hero-title-br_en {
  display: block; }
  @media screen and (min-width: 1280px) {
    .hero-title-br_en {
      display: none; } }
.hero-text-br_ja {
  display: block; }
  @media screen and (min-width: 1080px) {
    .hero-text-br_ja {
      display: none; } }
.hero-text-br_en {
  display: none; }
  @media screen and (min-width: 560px) {
    .hero-text-br_en {
      display: block; } }
  @media screen and (min-width: 1280px) {
    .hero-text-br_en {
      display: none; } }
.top-message {
  background: #f5f5f5; }
  .top-message_inner {
    padding: 64px 0; }
    @media screen and (min-width: 1080px) {
      .top-message_inner {
        padding: 80px 0; } }
    .top-message_inner p {
      text-align: center;
      margin: 0;
      line-height: 36px;
      font-size: 16px; }
      @media screen and (min-width: 1080px) {
        .top-message_inner p {
          font-size: 20px;
          line-height: 48px;
          letter-spacing: 2px; } }
  .top-message_md {
    display: none; }
  @media screen and (min-width: 560px) {
    .top-message_sm {
      display: none; }
    .top-message_md {
      display: block; } }
.top_section {
  margin-bottom: 64px; }
  .top_section:last-child {
    margin-bottom: 0; }

.top-headline {
  text-align: left;
  letter-spacing: 0.5px;
  margin-bottom: 32px; }
  @media screen and (min-width: 1080px) {
    .top-headline {
      margin-bottom: 40px; } }
@media screen and (min-width: 1080px) {
  .centre-button {
    text-align: center; } }

.top_news-cards {
  margin-bottom: 40px; }
  @media screen and (min-width: 1080px) {
    .top_news-cards {
      margin-bottom: 48px; } }
.top_solutions-name {
  max-width: 100%;
  font-feature-settings: "palt";
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 24px; }
  @media screen and (min-width: 560px) {
    .top_solutions-name {
      font-size: 36px;
      line-height: 45px; } }
  @media screen and (min-width: 1080px) {
    .top_solutions-name {
      font-size: 40px;
      line-height: 52px; } }
.top_solutions-mainimg {
  margin-bottom: 40px; }
  @media screen and (min-width: 1080px) {
    .top_solutions-mainimg {
      max-width: 720px;
      margin: 0 auto 40px; } }
.top_solutions-wrapper {
  display: grid;
  margin: 0 auto;
  row-gap: 48px;
  margin-bottom: 48px; }
  @media screen and (min-width: 1080px) {
    .top_solutions-wrapper {
      grid-template-columns: 48% 1fr;
      column-gap: 4%;
      row-gap: 64px; } }
.top_solutions-img {
  text-align: center; }
  .top_solutions-img h3 {
    margin-bottom: 0; }
  .top_solutions-img img {
    display: block;
    width: 100%;
    margin-bottom: 12px; }

.top_tech-wrapper {
  display: grid;
  margin: 0 auto;
  row-gap: 48px;
  margin-bottom: 32px; }
  @media screen and (min-width: 1080px) {
    .top_tech-wrapper {
      grid-template-columns: 30% 30% 1fr;
      column-gap: 5%;
      row-gap: 64px; } }
  .top_tech-wrapper h3 {
    margin-bottom: 20px; }
  .top_tech-wrapper p {
    text-align: left;
    margin-bottom: 0; }
  @media screen and (min-width: 1080px) {
    .top_tech-wrapper {
      margin-bottom: 48px; } }
.top_tech-each {
  text-align: center; }

.top_tech-img {
  margin-bottom: 20px; }
  .top_tech-img img {
    width: 100%;
    margin: 0; }

.top_tech-button {
  margin-bottom: 32px; }
  @media screen and (min-width: 1080px) {
    .top_tech-button {
      margin-bottom: 48px; } }
@media screen and (min-width: 1080px) {
  .top_tech-githublink p {
    text-align: center; } }

.top_tech-githublink img {
  margin-bottom: 0 !important; }

.top-mission {
  margin-bottom: 40px; }
  @media screen and (min-width: 1080px) {
    .top-mission {
      margin-bottom: 48px; } }
.top_career-positions {
  margin-bottom: 48px !important; }

.technology_wrapper {
  margin-bottom: 24px; }
  .technology_wrapper h3 {
    color: #D6315A;
    margin-bottom: 16px; }
  @media screen and (min-width: 1080px) {
    .technology_wrapper {
      margin-bottom: 60px; }
      .technology_wrapper h3 {
        margin-bottom: 24px; } }
  .technology_wrapper:last-child {
    margin-bottom: 0; }

.technology_description {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 1080px) {
    .technology_description {
      flex-direction: row;
      align-items: center; } }
.technology_img img {
  margin-bottom: 0 auto 16px;
  width: 100%;
  object-fit: cover; }

@media screen and (min-width: 1080px) {
  .technology_img {
    margin: 0 60px 0 0; }
    .technology_img img {
      margin: 0;
      width: 360px;
      height: 330px; } }

.company-mission h3 {
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-size: 24px;
  margin-bottom: 32px; }
  @media screen and (min-width: 560px) {
    .company-mission h3 {
      font-size: 32px; } }
  @media screen and (min-width: 1080px) {
    .company-mission h3 {
      font-size: 48px;
      margin-bottom: 40px; } }
.company-mission_img {
  text-align: center;
  margin-bottom: 40px; }
  .company-mission_img img {
    margin: 0 auto; }

.ceo-message {
  display: flex;
  flex-direction: column;
  margin-bottom: 56px;
  align-items: center; }
  @media screen and (min-width: 1080px) {
    .ceo-message {
      flex-direction: row;
      gap: 72px; } }
  .ceo-message_image img {
    margin: 0 auto 16px;
    height: 240px;
    width: 240px;
    object-fit: cover;
    border-radius: 50%; }
  .ceo-message_info {
    text-align: center; }
    .ceo-message_info p {
      text-align: left; }
    @media screen and (min-width: 1080px) {
      .ceo-message_info {
        text-align: left; } }
  .ceo-message_name {
    color: rgba(0, 0, 0, 0.9);
    font-size: 20px;
    margin-bottom: 8px; }
  .ceo-message_title {
    color: #D6315A;
    font-weight: 700; }

.each-office {
  display: flex;
  flex-direction: column;
  margin-bottom: 56px; }
  @media screen and (min-width: 1080px) {
    .each-office {
      flex-direction: row;
      align-items: center;
      margin-bottom: 40px; } }
  .each-office:last-child {
    margin-bottom: 0; }
  .each-office_image img {
    width: 100%;
    margin: 0 auto 16px; }
  @media screen and (min-width: 1080px) {
    .each-office_image {
      margin-right: 60px;
      width: 360px;
      height: 240px;
      overflow: hidden; }
      .each-office_image img {
        margin: 0; } }
  .each-office_info h3 {
    font-size: 24px;
    font-weight: 700;
    color: #D6315A; }
  .each-office_info p {
    font-size: 20px;
    line-height: 36px;
    margin: 0; }

.partners_wrapper {
  display: grid;
  align-items: center;
  grid-row-gap: 32px; }
  @media screen and (min-width: 560px) {
    .partners_wrapper {
      margin: 0 auto;
      grid-row-gap: 40px;
      grid-template-columns: 240px 240px;
      grid-template-rows: 160px;
      justify-content: space-between; } }
  @media screen and (min-width: 1080px) {
    .partners_wrapper {
      max-width: initial;
      grid-template-columns: 240px 240px 240px;
      grid-template-rows: 160px; } }
.partners_each {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff; }
  .partners_each a {
    display: block; }
  .partners_each img {
    margin: 0 !important;
    width: 100% !important;
    max-width: 200px;
    max-height: 120px; }

.founding-story {
  margin-bottom: 48px; }

.member-list_wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 40px; }
  .member-list_wrapper::after {
    content: "";
    display: block;
    width: 240px; }
  @media screen and (min-width: 1080px) {
    .member-list_wrapper {
      row-gap: 56px;
      justify-content: flex-start; } }
.member-list_card {
  width: 240px;
  height: 282px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 30px;
  gap: 10px; }
  .member-list_card img {
    border-radius: 30px;
    margin: 0; }
    @media screen and (min-width: 1080px) {
      .member-list_card img {
        width: 100%; } }
  .member-list_card h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    margin: 0; }
  .member-list_card p {
    text-align: center;
    color: #D6315A;
    font-weight: 500;
    line-height: 21px;
    margin: 0; }

.member-single_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px; }
  @media screen and (min-width: 1080px) {
    .member-single_wrapper {
      flex-direction: row;
      justify-content: space-between; } }
@media screen and (min-width: 1080px) {
  .member-single_content {
    width: 660px; } }

.member-single_content h2 {
  font-size: 16px;
  font-weight: 500;
  color: #D6315A; }

@media screen and (min-width: 1080px) {
  .career_lead-img {
    width: 62.5%; } }

.career_contact-btn {
  margin-bottom: 40px; }

.career_head-wrapper {
  margin-bottom: 32px; }
  .career_head-wrapper h2 {
    margin-bottom: 8px; }
  .career_head-wrapper p {
    color: #D6315A;
    font-size: 16px;
    font-weight: 700;
    margin: 0; }

.position_card {
  height: 260px;
  background: white;
  box-shadow: 0px 0px 6px #00000031; }
  .position_card:hover {
    background: #f7f7f7; }
  @media screen and (min-width: 1080px) {
    .position_card {
      width: 100%; } }
  .position_card-wrapper {
    display: grid;
    margin: 0 auto;
    row-gap: 48px; }
    @media screen and (min-width: 1080px) {
      .position_card-wrapper {
        grid-template-columns: 30% 30% 1fr;
        column-gap: 5%;
        row-gap: 64px; } }
  .position_card-img {
    height: 180px; }
    .position_card-img img {
      object-fit: cover;
      object-position: center;
      margin: 0 auto;
      height: 100%;
      width: 100%; }
  .position_card-infowrapper {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px; }
    .position_card-infowrapper h3 {
      color: rgba(0, 0, 0, 0.9);
      font-size: 20px;
      margin-bottom: 4px; }
    .position_card-infowrapper h4 {
      font-size: 14px;
      font-weight: 700;
      color: #D6315A; }

.value-list {
  display: flex;
  flex-direction: column;
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  row-gap: 24px; }
  @media screen and (min-width: 1080px) {
    .value-list {
      flex-direction: row;
      flex-wrap: wrap;
      row-gap: 40px; } }
  .value-list li {
    text-align: left;
    display: block;
    margin-bottom: 0; }
    .value-list li::before {
      display: inline-block;
      counter-increment: item;
      content: counter(item);
      text-align: center;
      color: #D6315A;
      width: 60px;
      height: 60px;
      line-height: 52px;
      border-radius: 30px;
      border: 2px solid #D6315A;
      margin-right: 20px; }
    .value-list li:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 1080px) {
      .value-list li {
        width: 50%; }
        .value-list li::before {
          width: 80px;
          height: 80px;
          line-height: 72px;
          border-radius: 40px;
          margin-right: 32px; } }
.solution_header {
  position: relative;
  background-image: url("/img/solutions/hero-header-sm.jpg");
  background-size: cover;
  height: calc( 80vh - 80px); }
  @media screen and (min-width: 1080px) {
    .solution_header {
      background-image: url("/img/solutions/hero-header-lg.jpg");
      height: calc( 100vh - 100px); } }
  .solution_header-contents {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 80%; }
    @media screen and (min-width: 1080px) {
      .solution_header-contents {
        left: 50%;
        transform: translate(-50%, -50%); } }
    .solution_header-contents p {
      color: white;
      font-weight: 700;
      margin-bottom: 6px; }
      @media screen and (min-width: 560px) {
        .solution_header-contents p {
          font-size: 20px;
          margin-bottom: 10px; } }
    .solution_header-contents h1 {
      color: white;
      max-width: 100%;
      font-feature-settings: "palt";
      letter-spacing: 2px; }
      @media screen and (min-width: 560px) {
        .solution_header-contents h1 {
          font-size: 36px;
          line-height: 45px; } }
      @media screen and (min-width: 1080px) {
        .solution_header-contents h1 {
          font-size: 48px;
          line-height: 60px;
          text-align: center; } }
.solution_h3 {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 700;
  font-size: 24px; }
  @media screen and (min-width: 1080px) {
    .solution_h3 {
      font-size: 32px; } }
.solution_merit-wrapper {
  display: grid;
  margin: 0 auto;
  row-gap: 48px; }
  @media screen and (min-width: 1080px) {
    .solution_merit-wrapper {
      grid-template-columns: 30% 30% 1fr;
      column-gap: 5%;
      row-gap: 64px; } }
.solution_merit-img {
  display: flex;
  align-items: center;
  margin: 0 auto 24px;
  max-width: 360px; }
  @media screen and (min-width: 1080px) {
    .solution_merit-img {
      height: 150px; } }
  .solution_merit-img img {
    width: 60%;
    margin: 0 auto; }

.solution_merit-description {
  text-align: center;
  color: rgba(0, 0, 0, 0.9); }
  @media screen and (min-width: 1080px) {
    .solution_merit-description {
      margin-bottom: 0; } }
.news_card {
  height: 144px;
  border-bottom: 1px solid #808080;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .news_card:first-child {
    border-top: 1px solid #808080; }
  .news_card-meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px; }
  .news_card p {
    margin: 0; }
    .news_card p:first-child {
      margin-right: 16px; }
  .news_card-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0; }
    .news_card-title a {
      color: rgba(0, 0, 0, 0.9); }
      .news_card-title a:hover {
        color: #D6315A; }
  @media screen and (min-width: 1080px) {
    .news_card {
      flex-direction: row;
      height: 90px;
      align-items: center;
      justify-content: initial; }
      .news_card-meta {
        margin: 0 22px 0 0; }
      .news_card-title {
        margin-bottom: 3px; } }
.news_category {
  width: 140px;
  padding: 3px 0;
  text-align: center;
  color: #808080;
  font-size: 14px;
  line-height: 20px;
  border: solid 1px #808080; }
  @media screen and (min-width: 1080px) {
    .news_category {
      width: 160px;
      font-size: 16px;
      line-height: 28px; } }
.news_date {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  color: #D6315A;
  font-size: 18px; }
  @media screen and (min-width: 1080px) {
    .news_date {
      width: 120px; } }
.article_meta {
  margin-bottom: 32px; }
  .article_meta .news-date {
    margin: 0; }

.article_title {
  margin: 12px 0; }

.article-content h2 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 24px;
  padding-top: 24px; }

.article-content h3 {
  font-weight: 700;
  font-size: 18px;
  color: #808080;
  margin-bottom: 16px; }

.article-content p {
  margin-bottom: 24px; }

.sbs_wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 36px; }
  @media screen and (min-width: 1080px) {
    .sbs_wrapper {
      flex-direction: row;
      align-items: center;
      margin-bottom: 48px; } }
.sbs_img img {
  margin-bottom: 16px;
  width: 100%;
  object-fit: cover; }

@media screen and (min-width: 1080px) {
  .sbs_img {
    margin: 0 60px 0 0; }
    .sbs_img img {
      width: 480px;
      margin: 0; } }

.sbs_text {
  margin: 0 !important; }

.st-shortcode {
  margin-top: 48px; }
  @media screen and (min-width: 1080px) {
    .st-shortcode {
      margin-top: 64px; } }
  .st-shortcode:first-of-type {
    margin-top: 0; }

.two-images {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 1080px) {
    .two-images {
      flex-direction: row;
      gap: 24px; } }
  .two-images img {
    width: 100%;
    margin: 12px 0; }
    @media screen and (min-width: 1080px) {
      .two-images img {
        object-fit: contain;
        height: auto;
        width: calc(50% - 12px); } }
  .two-images_caption {
    text-align: center;
    font-weight: 700; }

.githublink {
  margin: 0 auto;
  text-align: center; }
  .githublink img {
    display: inline;
    margin-top: 0; }
    @media screen and (min-width: 560px) {
      .githublink img {
        width: 75%; } }
    @media screen and (min-width: 1080px) {
      .githublink img {
        width: 50%; } }
.pointbox {
  border: 2px solid #D6315A;
  border-left-width: 6px;
  padding: 24px 20px;
  margin-bottom: 24px; }
  @media screen and (min-width: 1080px) {
    .pointbox {
      padding: 32px 40px;
      margin-bottom: 32px; } }
  .pointbox_title {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 16px; }
    @media screen and (min-width: 1080px) {
      .pointbox_title {
        font-size: 20px; } }
  .pointbox_list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .pointbox_item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px; }
    .pointbox_item:last-child {
      margin-bottom: 0; }
    .pointbox_item::before {
      content: "";
      position: absolute;
      left: 0;
      top: 10px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #D6315A; }
    .pointbox_item-title {
      font-weight: 700;
      font-size: 18px;
      margin: 0 0 8px !important; }
    .pointbox_item-text {
      margin: 0 !important; }
